.page-not-elementor .site-main,
.page-with-wrapper .site-main {
	padding: 60px 0;
}

/* Tables */
table {
	border-collapse: collapse;
}

th,
td {
	border-top: 1px solid #E9ECEF;
	border-bottom: 1px solid #E9ECEF;
	padding: 4px 20px;
}

th {
	background-color: #F5F6F8;
}

.table-style-1 th,
.table-style-1 td {
	border: 1px solid #E9ECEF;
}

.table-style-1 th,
.table-style-1 td {
	border-right: 1px solid transparent;
}

.table-style-1 th:last-child,
.table-style-1 td:last-child {
	border: 1px solid #E9ECEF;
}

/* Tabs */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-right: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
	border-right: 1px solid #E9ECEF;
	border-top-right-radius: 8px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:first-child {
	border-top-left-radius: 8px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	display: none;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px solid #E9ECEF;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
	border: none;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	background: #AF3FA6;
	border-color: #AF3FA6;
	color: white;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	border-color: #E9ECEF;
	border-bottom: none;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border-color: #E9ECEF;
}


div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title:last-child,
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title {
	border: none;
	border-bottom: 2px solid;
	border-color: #E9ECEF;
}

div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title.elementor-active {
	border-bottom: 2px solid var(--text) !important;
	color: var(--text);
	background: none;
}

.elementor-widget-tabs.tab-style-1 .elementor-tabs-content-wrapper {
	border: none;
}

.elementor-widget-tabs.tab-style-1 .elementor-tab-content {
	padding: 20px 0;
}



/* Item - post */
.item-post {
	width: 450px;
	/* max-width: 100%; */
	margin-bottom: 23px;
	background: #fff;
	line-height: 1;
	position: relative;
	border-radius: 12px
}

.item-post img {
	transform: scale(1);
	transition: all 1s ease-out;
}

.item-post:hover img {
	transform: scale(1.1);
}

.item-post .image-tag {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 29px;
	left: 24px;
	pointer-events: none;
	color: #AF3FA6;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	z-index: 1;
	padding: 3.5px 8.5px;
}

.item-post .s2 {
	position: absolute;
	bottom: 35px;
	color: white;
	text-align: center;
	width: 100%;
}

.item-post .item-date {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

.item-post .item-date:before {
	content: '\e936';
	font-family: 'icomoon';
	margin-right: 15px;
	font-weight: 100;
}

.item-post .heading {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	height: 56px;
	display: flex;
	justify-content: center;
}

.item-post .heading a {
	text-decoration: none;
	width: 100%;
	padding: 0 15px;
}

.item-post .text {
	font-size: 14px;
	height: 50px;
}

.item-post .more-link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
}

.item-post .more-link:hover {
	text-decoration: none;
}

.hover-overlay {
	position: relative;
	border-radius: 12px;
}

.hover-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* background: #00000026; */
	opacity: 0.5;
	transition: opacity .5s ease;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}

.item-post:hover .hover-overlay:after {
	opacity: 1;
}

/* Custom Classes */
.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.elementor-toggle .elementor-tab-content a,
.elementor-accordion .elementor-tab-content a,
.elementor-text-editor a {
	text-decoration: underline;
	font-weight: 700;
}


/* Responsive */
@media only screen and (max-width: 1400px) {
	.item-post {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.item-post .heading {
		font-size: 14px;
		line-height: 1.2;
		height: 35px;
	}

	.item-post .item-date {
		font-size: 12px;
	}

	.dd-search-wrap {
		flex: 1;
		padding-left: 3%;
	}
}

@media only screen and (max-width: 960px) {
	.item-post .image-tag {
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
    max-width: 90%;
	}
}

@media(max-width:767px){
	.item-post {
		width: 100%;
	}
}