html{
	scroll-behavior: smooth;
}

.elementor-swiper-button:hover{
	opacity: 50%;
}
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper{
	gap:unset !important;
}
.zoom-bg {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: background-size 0.4s ease !important;
}
.news-card-item:hover .zoom-bg {
    background-size: 110% 110% !important;
}
.news-card-item:hover .attachment-full {
	transform:scale(1.1);
	transition:all 0.3s ease;
}
.d-flex .elementor-widget-container{
	display: flex;
	align-items: center;
}

.news-card-item:hover .card-title .elementor-heading-title{
	opacity: 0.6;
    transition: opacity 0.3s ease;
}

.cat-btn-wrapper .elementor-heading-title a{
	background-color: #3C16380D;
	padding: 6px;
	cursor: pointer;
}

.cat-btn-wrapper .elementor-heading-title{
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
div#search-results {
    overflow: hidden;
}
.cat-btn-wrapper .elementor-heading-title a:hover{
	background-color: var( --e-global-color-primary );
	color: var(--e-global-color-1d5210f) !important;
}

p{
	margin-bottom:0 !important;
}
/* Header css start  */
.header_menu .header_logo img{
	background-color:#fff;
}
.header_menu.elementor-sticky--effects .header_logo img{
	border-width:5px;
}
.header_menu.elementor-sticky--effects .elementor-element-5d63ffb{
	width:122px;
}
.header_menu .elementor-element-5d63ffb{
	transition:all 0.3s ease-in;
}
.header_navigation nav ul li.menu-item a{
	transition: opacity 0.3s ease;
}
.header_navigation nav ul li.menu-item a .sub-arrow{
	padding: 4px 0px 0 6px;
	width:22px;
}
.highlighted .sub-arrow{
	transform:rotate(180deg);    
	padding: 0px 4px 2px 0px !important;
	transition:all 0.5s ease;
}
.header_navigation nav ul li .sub-menu{
	width: 100% !important;
	max-width: 200px !important;
	min-width: 200px !important;
	padding:20px 0;
}
.header_navigation nav ul li .sub-menu li a{
	border:unset !important;
	line-height:21px;
	position:relative;
}
.header_navigation nav ul li .sub-menu li{
	margin-bottom:14px;
	transition:all 0.3s ease;
}
.header_navigation nav ul li .sub-menu li a:before{
	position:absolute;
	content:'';
	width:0px;
	height:21px;
	background-color:#3C1638;
	left:-1px;
}
.header_navigation nav ul li .sub-menu li a.elementor-item-active:before{
	width:3px;
}
.header_navigation nav ul li .sub-menu li a.elementor-item-active{
	font-weight:700 !important;
}
.header_navigation nav ul li .sub-menu li a:hover::before{
	width:3px;
	transition:width 0.3s ease;
}
.header_navigation nav ul li .sub-menu li a:hover{
	font-weight:700 !important;
	opacity:unset;
}
.header_navigation nav ul li .sub-menu li:last-child{
	margin-bottom:unset;
}
.header_navigation nav ul li.menu-item a:hover{
	opacity:0.6;
}
.elementor-icon-wrapper{
	display:flex;
}
@media(max-width:1024px){
	.header_menu.elementor-sticky--effects .elementor-element-5d63ffb{
		width:90px;
	}
	.header_navigation nav ul li .sub-menu{
		width:100% !important;
		min-width:100% !important;
		margin:unset !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		position: unset;
		border-left: 1px solid rgba(60, 22, 56, 0.1);
	}
	.header_navigation nav ul li .sub-menu li{
		margin-bottom:22px;
	}
	.header_navigation nav ul li .sub-menu li a{
		padding:0 20px !important;
	}
	.header_navigation nav ul li .sub-menu li:last-child{
		margin-bottom:unset;
	}
	.header_navigation nav ul li a.has-submenu{
		margin-bottom:15px;
	}
	.header_sidebar_menu .dialog-message {
		overflow:hidden !important;
	}
	.header_sidebar_menu .dialog-message .elementor-nav-menu--main{
		height: 80vh !important;
		overflow-y: auto !important;
	}
	.header_sidebar_menu .dialog-message .elementor-nav-menu--main .elementor-nav-menu{
		padding-bottom:30px !important;
	}
}
@media(max-width:575px){
		.header_menu.elementor-sticky--effects .elementor-element-5d63ffb{
		width:80px;
	}
}

/* Search Popup css  */
.search_popup .dialog-close-button{
	width:50px;
	height:50px;
	border-radius:50%;
	justify-content:center;
	align-items:center;
}
@media(max-width:767px){
	.search_popup .dialog-close-button{
		width:30px;
		height:30px;
	}
}
/* Footer css */
.footer_nav .elementor-nav-menu{
	column-count:2;
}
.ft_social_iocn a:hover svg{
	opacity:0.6;
	transition:all 0.3s ease;
}
.newsletter_form,
.footer_newsletter .form_wrapper{
	display:flex !important;
	gap:50px !important;
	align-items:center;
}
.newsletter_form .gform-body{
	width:100%;
}
.newsletter_form .gform-body .gform_fields{
	row-gap:20px;
}
.footer_newsletter .form_wrapper .form_email{
	width:100% !important;
}
.footer_newsletter .form_wrapper .form_email input::placeholder{
	color: var(--e-global-color-1d5210f);
	opacity: 60%;
}
.newsletter_form .gform-body .gform_fields input,
.footer_newsletter .form_wrapper .form_email input{
	background-color:transparent;
	border-bottom:2px solid rgba(255, 255, 255, 0.3) !important;
	border:unset;
	border-radius:unset;
	box-shadow:unset;
	outline:unset;
	color: var(--e-global-color-1d5210f);
	padding:18px 10px 22px 30px;			
	font-family: 'Barlow';
	font-size:20px;
	font-weight:400;
	line-height:100% !important;
	min-height:60px;
}
.newsletter_form .gform-body .gform_fields input::placeholder{
	opacity: 60%;
}
.newsletter_form .gform-body .ginput_container,
.footer_newsletter .form_wrapper .form_email{
	position:relative;
}
.newsletter_form .gform-body .ginput_container:after,
.footer_newsletter .form_wrapper .form_email:after{
	position:absolute;
	content:'';
	background-image:url('http://ccascoedev.wpenginepowered.com/wp-content/uploads/2025/08/envlope.svg');
	width:20px;
	height:20px;
	background-position:center left;
	background-repeat:no-repeat;
	background-size:contain;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.footer_newsletter .html_text{
	margin-top:20px;
}
.newsletter_form .gform-body .gfield--type-html,
.footer_newsletter .html_text{
	font-family: 'Barlow';
	font-size:12px;
	color:rgba(255, 255, 255, 0.6);
	font-weight:300;
	line-height:14px;
}
.newsletter_form .gform-body .gfield--type-html a,
.footer_newsletter .html_text a{
	color:rgba(255, 255, 255, 0.6);
	text-decoration:underline;
}
.newsletter_form .gform-footer{
	margin-top: unset !important;
    display: flex !important;
    min-height: 60px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.newsletter_form .gform-footer .gform_button,
.footer_newsletter .form_wrapper .submit_btn input{
	background-color:transparent !important;
	border:2px solid #fff !important;
	border-radius:30px !important; !important;
	font-size:20px !important;
	font-weight:700 !important;
	padding:12px 20px !important;
	line-height:14px!important;
	font-family: 'Barlow' !important;
	transition:all 0.5s ease !important;
	color: #fff !important;
}
.newsletter_form .gform-footer .gform_button:hover,
.footer_newsletter .form_wrapper .submit_btn input:hover{
	background-color:#fff !important;
	color:#3c1638 !important;
}
.form_wrapper .newsletter_form,
.form_wrap .form_wrapper{
	display:block !important;
}
.form_wrapper .newsletter_form .gform_button,
.form_wrap .form_wrapper .submit_btn input{
	width:100% !important;
}
.form_wrapper .newsletter_form .gform-footer,
.form_wrap .form_wrapper .submit_btn input{
	min-height:unset;
	margin-top:20px !important;
}
.form_wrapper .newsletter_form .gform-body .gform_fields input,
.full_form_wrap .newsletter_form .gform-body .gform_fields input,
.form_wrap .form_wrapper .form_email input,
.full_form_wrap .form_wrapper .form_email input{
	font-size:16px;
	min-height:50px;
	padding:15px 10px 15px 30px;
}
.full_form_wrap .newsletter_form .gform-footer {
	min-height:unset;
}
.full_form_wrap .newsletter_form,
.full_form_wrap .form_wrapper{
	gap:20px !important;
}
.newsletter_form_wrapper .gform_validation_errors{
	display:none !important;
}
.footer_newsletter fieldset{
	padding:0;
	margin:0;
	border:unset;
}
.footer_newsletter fieldset legend{
	display:none;
}
@media(max-width:767px){
	.newsletter_form,
	.footer_newsletter .form_wrapper{
		flex-wrap:wrap !important;
		gap:20px !important;
	}
	.newsletter_form .gform-footer .gform_button,
	.footer_newsletter .form_wrapper .submit_btn input{
		font-size:16px !important;
		width:100% !important;
	}
	.newsletter_form .gform-footer,
	.footer_newsletter .form_wrapper .submit_btn{
		min-height:unset;
		width:100%;
	}
	.newsletter_form .gform-body .gform_fields input,
	.footer_newsletter .form_wrapper .form_email input{
	padding: 13px 10px 17px 30px;
		font-size:16px;
		line-height:18px;
	}
}


/* Event Card Item */
.event-card .event-card_title a{
   display: -webkit-box;
  -webkit-line-clamp: 5;  
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card{
	position: relative;
}
.event-card .event-badge{
	position: absolute;
	top: 0px;
}
.event-card .event-badge{
	display: none;
}

.event-card .event-badge:has(.partner-event){
  display: block; 
  border-color: var( --e-global-color-astglobalcolor7 ) !important;
}
.event-card .event-badge:has(.partner-event) .elementor-widget-container{
	background-color: var( --e-global-color-astglobalcolor7 ) !important;
}
.event-card .event-badge:has(.partner-event) .elementor-widget-container .partner-event{
	color: var( --e-global-color-secondary )!important;
}

.event-card .event-badge:has(.spotlight-event) {
  display: block; 
}

.event-featured-section .event-badge{
	display: none;
}
.event-featured-section .event-badge:has(.partner-event){
	display: block;
}
.event-featured-section .event-badge:has(.spotlight-event){
	display: block;
}
.event-featured-section .event-badge:has(.partner-event) .elementor-widget-container{
	background-color: var( --e-global-color-astglobalcolor7 ) !important;
}
.event-featured-section .event-badge:has(.partner-event) .elementor-widget-container .partner-event{
	color: var( --e-global-color-secondary )!important;
}
.event-card:hover .event-card_title .elementor-heading-title,
.event-card:hover .event_start_date .elementor-heading-title{
	opacity: 0.6;
    transition: opacity 0.3s ease;
}
/* Publication Card Item  */
.publication_card{
	position:relative;
}
.publication_card:before{
	position:absolute;
	content:'';
	width:100%;
	height:6px;
	top:0;
	background-color:var(--e-global-color-1d5210f);
	z-index:1;
	border:0;
}
.publication_card:hover .card-title .elementor-heading-title{
	opacity: 0.6;
    transition: opacity 0.3s ease;
}
.publication_img img{
	box-shadow: 73.566px 91.691px 31.985px 0 rgba(60, 22, 56, 0.00), 46.912px 58.64px 29.853px 0 rgba(60, 22, 56, 0.02), 26.654px 31.985px 25.588px 0 rgba(60, 22, 56, 0.07), 10.662px 14.926px 18.125px 0 rgba(60, 22, 56, 0.13), 2.132px 3.199px 10.662px 0 rgba(60, 22, 56, 0.15);
	transition:all 0.3s ease;
}
.publication_card:hover .publication_img img{
	transform:scale(1.1);
}

/* Event bg color */
.event-bg-white {
  background-color: var(--e-global-color-1d5210f) !important; 
}

.event-bg-white .event-card{
	border: 1px solid var(--e-global-color-b703060);
}

.event-bg-dark {
  background-color: var(--e-global-color-secondary) !important;
}

.event-bg-dark .event-card{
	border: 1px solid var(--e-global-color-secondary);
}


.event-bg-lightpurple {
  background-color: var(--e-global-color-a9dc46c) !important;
}

.event-bg-lightpurple .event-card{
  border: 1px solid var(--e-global-color-a9dc46c) !important;
}

.event-bg-dark .event-header .event-header_title .elementor-heading-title{
	color: var(--e-global-color-1d5210f) !important; 
}
.event-bg-dark .event-header .event-header_button .elementor-button{
	color: var(--e-global-color-1d5210f) !important; 
	border-color: var(--e-global-color-1d5210f) !important;
}
.event-bg-dark .event-header .event-header_button .elementor-button:hover{
	color:var(--e-global-color-primary) !important; 
	background-color:var(--e-global-color-1d5210f) !important;
}
.event-bg-dark .elementor-swiper-button{
	border-color:var(--e-global-color-1d5210f) !important; 
}
.event-bg-dark .elementor-swiper-button svg path,
.event-bg-dark .elementor-swiper-button svg line{
	fill:var(--e-global-color-1d5210f) !important; 
	stroke:var(--e-global-color-1d5210f) !important; 
}
.event-publish-date{
	display:flex !important;
	justify-content:center !important;
}
.event-publish-date h5.elementor-heading-title {
	text-align:center !important;
}
.slider-count .slide-count-1 .swiper-slide{
	max-width:312px !important;
}
@media(max-width:575px){
	.slider-count .slide-count-1 .swiper-slide{
		max-width:unset !important;
	}
}

/* post-count */
.post-count .elementor-shortcode ,
.event-count .elementor-shortcode{
	font-size: 16px;
	font-weight: 400;
	color: var(--ast-global-color-2);
}

/* selected filter */
.selected-filters-wrapper .elementor-widget-container{
	display: none;
}

.selected-filters-wrapper{
	display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.selected-filters-wrapper .selected-filter {
	background-color: #3C16380D;
    padding: 6px;
	padding-right: 10px;
    cursor: pointer;
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
	line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-astglobalcolor0);
}

.selected-filters-wrapper .selected-filter{
	position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.selected-filters-wrapper .selected-filter .remove{
    font-size: 28px;
    height: 18px;
    position: relative;
    display: inline-block;
}

.button-full-width a{
	display: block;
}
.publication-featured-card{
	position: relative;
}
.publication-featured-card::before{
	position:absolute;
	content:'';
	width:100%;
	height:6px;
	top:0;
	background-color:var(--e-global-color-1d5210f);
	z-index:1;
	border:0;
}

/* Faq css */
.faq_wrapper .elementor-accordion{
	  display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq_wrapper .elementor-accordion-item{
	border:1px solid #EBE8EB !important;
}
.faq_wrapper .elementor-accordion-item .elementor-tab-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 15px;
}
.faq_wrapper .elementor-accordion-item .elementor-tab-title svg{
	width:10px !important;
}
/* Feature tag css  */
.featred_tag .elementor-heading-title a {
	background-color:#B50219;
}
.media_center_news .news-card-item{
	border: 1px solid rgba(60, 22, 56, 0.1);
}

/* Tab Section css  */
.tab_section .e-n-tabs-heading{
	max-width: 1380px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	z-index:1;
}
@media(max-width:767px){
	.tab_section .e-n-tab-title{
		border-bottom:1px solid rgba(60, 22, 56, 0.1) !important;
		justify-content:space-between !important;
	}
}

/* Download btn css  */
.download_btn .elementor-button:hover svg path{
	fill:#3C163880;
}
.download_btn{
	position: absolute;
	width: 100%;
}
.download_btn .elementor-widget-container{
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
}
.download_btn .elementor-button-wrapper{
	display: inline-flex;
	justify-content: flex-end;
	float: inline-end;
	padding: 26px 0;
	z-index: 99;
	position: relative;
}
@media(max-width:1340px){
	.download_btn .elementor-button-wrapper{
		padding:26px 20px;
	}
}
@media(max-width:1024px){
	.download_btn .elementor-button-wrapper{
		padding:20px 20px;
	}
}
@media(max-width:767px){
	.download_btn .elementor-button-wrapper{
		padding:16px 20px;
	}
	.download_btn{
		position:unset;
	}
	.download_btn .elementor-button-wrapper{
		display:block;
		float:unset;
	}
}
.slider-featured-image{
	max-height: 383px;
	height: 100%;
	overflow: hidden;
}
.slider-featured-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.clear-filter-button:hover {
	cursor: pointer;
	opacity: 60%;
}

.d-none{
	display: none;
}

.e-filter-item{
	box-shadow: unset;
}
.taxonomy-filter{
	display: flex;
	gap: 10px;
	flex-direction:column;
}
.filter-wrapper .filter-buttons .e-filter-item,
.taxonomy-filter .taxfiter .taxonomy-filter-item{
	display: flex;
    align-items: center;
    gap: 10px;
    background-color: unset !important;
}

.filter-wrapper .filter-buttons .e-filter-item span,
.taxonomy-filter .taxfiter .taxonomy-filter-item span{
	background-color: #3C16380D;
	border: 1px solid #3C16380D;
	padding: 5px 6px;
	font-weight:400;
	line-height:14px;
	color: var( --e-global-color-primary );
}

.filter-wrapper .filter-buttons.filter-type .e-filter-item span,
.taxonomy-filter.taxonomy-filter-publication_type .taxfiter .taxonomy-filter-item span{
	border: 1px solid #3C16381A;
	padding: 5px 6px;
	background-color: unset;
	color: var( --e-global-color-primary );
}

.filter-wrapper .filter-buttons.filter-month .e-filter-item span,
.taxonomy-filter.taxonomy-filter-month .taxfiter .taxonomy-filter-item span{
	border: unset;
	background-color: unset;
	padding: unset;
	color: var( --e-global-color-primary );
}

.filter-wrapper .filter-buttons .e-filter-item,
.taxonomy-filter .taxfiter .taxonomy-filter-item{
  position: relative;
  cursor: pointer;
}

.filter-wrapper .filter-buttons .e-filter-item:before,
.taxonomy-filter .taxfiter .taxonomy-filter-item:before{
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #3C16381A;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.filter-wrapper .filter-buttons .e-filter-item input:checked + span:after,
.taxonomy-filter .taxfiter .taxonomy-filter-item input:checked + span:after{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-wrapper .filter-buttons .e-filter-item:has(input:checked)::before,
.taxonomy-filter .taxfiter .taxonomy-filter-item:has(input:checked)::before{
  background-color: var( --e-global-color-primary );
}

.filter-wrapper .filter-buttons .e-filter-item input,
.taxonomy-filter .taxfiter .taxonomy-filter-item input{
	display: none;
}

.selected-filters-wrapper {
	margin-bottom: 26px !important; 
}


.news-card-item .eael-wrapper-link-fd5064a{
	height: calc(100% - 175px) !important;
	bottom:0;
	top:unset !important;
}

/* Single Page css  */
.checkmark_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.checkmark_list ul li{
	margin-bottom:30px;
	padding-left:30px;
	position:relative;
}
.checkmark_list ul li:before{
	position:absolute;
	content:'';width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNy45NTg5OCAxNS4wMDAxTDMuMjA4OTggMTAuMjUwMUw0LjM5NjQ4IDkuMDYyNThMNy45NTg5OCAxMi42MjUxTDE1LjYwNDggNC45NzkyNUwxNi43OTIzIDYuMTY2NzVMNy45NTg5OCAxNS4wMDAxWiIgZmlsbD0iIzNDMTYzOCIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: contain;
	left:0;
	top:2px;
}
.checkmark_list ul li:last-child,
.circle_bullet ul li:last-child,
.number_bullet ol li:last-child{
	margin-bottom:unset;
}
.circle_bullet ul,
.number_bullet ol{
	margin:0;
	padding-left:20px;
}
.circle_bullet ul li,
.number_bullet ol li{
	margin-bottom:30px;
	padding-left:10px;
}
.number_bullet ol li:marker{
	font-weight:600;
}
@media(max-width:767px){
	.circle_bullet ul li,
	.number_bullet ol li,
	.checkmark_list ul li{
		margin-bottom:20px;
	}
}

.review-line .elementor-widget-container{
	display:flex;
}

.video_wrapper .elementor-custom-embed-play svg{
	width:80px;
	height:80px;
	opacity:unset !important;
}

/* Table Content css  */
.table_content .e-font-icon-svg{
	display:none;
}
.table_content .elementor-toc__list-wrapper{
	display:flex;
	flex-direction:column;
	gap:14px;
	margin:0 !important;
	overflow:hidden;
}
.table_content .elementor-toc__list-wrapper li{
	position:relative;
	margin:0 ;
}
.table_content h4{
	margin-bottom:20px;
	padding-left:20px;
}
.table_content .elementor-toc__list-wrapper li a{
	position:relative;
	padding-left:20px;
}
.table_content .elementor-toc__list-wrapper li a.elementor-item-active{
	font-weight:600;
}
.table_content .elementor-toc__list-wrapper li a:after{
	position:absolute;
	content:'';
	width:3px;
	height:100%;
	top:0;
	left:0px;
	background:#3C1638;
	transition:all 0.3s ease;
	opacity:0;
	visibility:hidden;
}
.table_content .elementor-toc__list-wrapper li a.elementor-item-active:after{
	opacity:1;
	visibility:visible;
}
.table_content .elementor-toc__list-wrapper li:hover a:after{
	opacity:1;
	visibility:visible;
}

.tab-section .tab-content{
	display: none;
}
.tab-section .tab-content.active{
	display: block;
}
.tab-section .tab-button{
	cursor: pointer;
	transition:all 0.3s ease;
}
.tab-section .tab-button.active,
.tab-section .tab-button:hover{
	border-bottom: 3px solid var(--e-global-color-primary);
}
.tab-section .tab-button.active .elementor-heading-title,
.tab-section .tab-button .elementor-heading-title:hover{
	color: var(--e-global-color-primary);
}
.tab-section .tab-button .elementor-heading-title{
	position:relative;
}
.press-ready-photo .elementor-widget-image{
	width: 100%;
}

.press-ready-photo .press-ready-content {
	height: 100%;
}

.press-ready-photo .press-ready-content .press-btn{
	margin-top: auto;
}

.press-ready-photo .meta p{
  white-space: nowrap;
}

.press-releases-post .press-releases-cat{
	display: inline-block;
	max-width: max-content;
}
.media_download .elementor-button:hover svg path{
	fill:#3C163880;
}
@media(max-width:767px){
	.tab-section .tab-button.active,
	.tab-section .tab-button:hover{
		border-bottom:unset;
	}
	.press-ready-photo .press-ready-content {
		height: auto;
	}
	.tab-section .tab-button .elementor-heading-title:after{
		position: absolute;
		content: '';
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%233b0d2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: inherit;
		width: 12px;
		height: 12px;
		right:0;
		top:5px;
		transition:all 0.5s ease;
		opacity:0.5;
	}
	.tab-section .tab-button.active .elementor-heading-title:after{
		transform:rotate(180deg);
		top:3px;
		opacity:1;
	}
		
}

.event-card .venue-wrapper .tec-events-elementor-event-widget__venue-container{
	margin: 0px !important;
	border: unset !important;
}

.event-card .venue-wrapper .tec-events-elementor-event-widget__venue-map{
	display: none !important;
}

.event-card .venue-wrapper .tec-events-elementor-event-widget__venue-container{
	display: block !important;
	max-width: 100%;
	width: 100%;
}
.event-card .venue-wrapper{
	width: 100%;
}
.event-card .venue-wrapper .tec-events-elementor-event-widget__venue-details{
	padding: 0px !important;
}
.event-card .venue-wrapper .tec-events-elementor-event-widget__venue-address{
	margin: 0px !important;
}
.event-card .venue-wrapper .tec-events-elementor-event-widget__venue{
	display: block !important;
	margin: 0px !important;
}

.event-card .venue-wrapper  .tribe-address {
	width: 100%;
	font-style: normal;
}
.event-card .venue-wrapper  .tribe-address span{
	display: none;
}

.event-card .venue-wrapper  .tribe-address .tribe-street-address{
	display: block;
}
.event-card .venue-wrapper  .tribe-address br{
	display: none;
}

.press_ready_photos_container .press-ready-photo .--eael-wrapper-link-tag{
	display: none !important;
}

.tribe-events-calendar-month__day--past-month,
.tribe-events-calendar-month__day--next-month{
	background-color: #F5F3F5
 !important;
}

.tribe-events-calendar-month tbody td time{
	color: #3C1638 !important;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date{
	opacity: 1 !important;
}
.tribe-events-calendar-month .tribe-events-calendar-month__day--past-month  time,
.tribe-events-calendar-month .tribe-events-calendar-month__day--next-month  time{
	color: #3C163880 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
	border-color: #3C16381A !important;
}

.tribe-events-calendar-month tbody td{
	border-width: 1px 1px 0px 0 !important;
	min-height: 200px !important;
}
.tribe-events-calendar-month tbody tr:last-child td{
	border-bottom: 1px solid !important;
}
.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-date{
	padding: 12px 18px 10px 18px !important;
}
.tribe-events-calendar-month tbody td article{
    padding: 10px !important;
	padding-top: 0px !important;
}

.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-date{
	text-align: right;
}



.tribe-events-calendar-month thead th{
	width: 100% !important;
}
.tribe-events-calendar-month thead th span{
	text-align: center;
	font-size: 14px;
	font-family: "Barlow", Sans-serif;
	font-weight: 600;
	color: #3C163899;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after{
	content: unset !important;
}

.tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-datetime{
	color: #3C163899 !important;
    opacity: 60% !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-details{
	display: flex;
    flex-direction: column;
    gap: 6px;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event{
	opacity: 1 !important;
}


.tribe-events-calendar-month__calendar-event-title-link{
	color: #3C1638 !important;
    opacity: 1 !important;
	font-family: "Barlow", Sans-serif;
    font-size: 12px;
    font-weight: 600;
	line-height: 120% !important;
	display: inline-block;
	display: -webkit-box;
  	-webkit-line-clamp: 3; /* number of lines */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
	border: unset !important;
}

.tribe-events-calendar-month__calendar-event-title-link:hover{
	border: unset !important;
}

.tribe-events .tribe-events-l-container{
	padding: 0px !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar{
	background-color: #B50219 !important;
}
.tribe-events-calendar-month__multiday-event-bar-inner{
	padding: 3px 8px !important;
	background:unset !important;
}
.tribe-events-calendar-month__multiday-event-bar-title{
	color: #fff !important;
	opacity: 1 !important;
	font-family: "Barlow", Sans-serif;
    font-size: 12px;
    font-weight: 600;
	line-height: 120% !important;
	text-transform: capitalize;
	text-box-trim: trim-both;
/*     text-box-edge: cap alphabetic; */
}

.tooltipster-base{
	padding: 0px !important;
	box-shadow:  0 10px 18px 0 rgba(54, 64, 75, 0.06) !important;
	border-radius: unset !important;
	border: unset !important;
}

.tooltipster-base .tribe-events-calendar-tooltip-featured-image img{
	width: 100% !important;
	max-height: 240px !important;
}
.tooltipster-base .tribe-events-calendar-tooltip-featured-image{
	width: 100% !important;
}

.tribe-events-calendar-tooltip-featured-image{
	position: relative;
}

.tribe-events-calendar-tooltip-featured-image .copy_right{
	position: absolute;
    bottom: 10px;
    left: 10px;
}

.tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip{
	width: 100% !important;
}

.tooltipster-base  .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{
	width: 100% !important;
	margin-bottom: 0px!important ;
}

.tooltipster-base .tribe-events-calendar-tooltip-content-section{
	padding: 24px 20px 20px 20px !important;
}
.tooltipster-base .tribe-events-calendar-tooltip-content-section time span,
.tribe-events-calendar-tooltip-venue,
.tribe-events-calendar-tooltip-content-section .more-info-btn a{
	color: #3C1638 !important;
	font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.tribe-events-calendar-tooltip-content-section .more-info-btn a{
	font-weight: 600;
	margin-top: 8px !important
}

.tribe-events-calendar-tooltip-content-section .more-info-btn a:hover{
	opacity: 60%;
}

.tribe-events-calendar-tooltip-content-section .tribe-events-calendar-month__calendar-event-tooltip-title,
.tribe-events-calendar-tooltip-content-section .tribe-events-calendar-month__calendar-event-tooltip-title a{
	font-family: "Barlow", Sans-serif;
    font-size: 24px !important;
    font-weight: 600;
	line-height: 120% !important;
	color: #3C1638 !important;
	text-transform: capitalize !important;
	margin-bottom: 0px !important
}

.tribe-events-calendar-tooltip-content-section .tribe-events-calendar-month__calendar-event-tooltip-title:hover{
	opacity: 60%;
}
.tribe-common .tribe-common-anchor-thin{
	border-bottom: unset !important;
}
.tribe-events-calendar-tooltip-content-section {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.tooltipster-base.tribe-events-tooltip-theme{
	max-width: 400px !important;
	width: 100% !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-datetime{
	margin-bottom: 0px !important;
}

.tribe-events-calendar-tooltip-date-venue-section{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tribe-events-calendar-tooltip-categories span{
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
	line-height: 100%;
    font-weight: 400;
    color: var(--e-global-color-astglobalcolor0);
	background-color: #3C16380D;
    padding: 6px !important;
}
.tribe-events-calendar-tooltip-categories {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 6px !important;
}

.tribe-events-calendar-tooltip-venue-wrapper,
.tribe-events-calendar-tooltip-date-wrapper{
	display: flex;
	flex-direction: row;
	gap: 6px; 
}


.tribe-events-calendar-tooltip-venue-wrapper img,
.tribe-events-calendar-tooltip-date-wrapper img{
	width: 16px;
	height: 16px;
}

.tribe-events-calendar-tooltip-venue-wrapper,
.tribe-events-calendar-tooltip-date-wrapper{
	align-items: flex-start;
}
.tribe-events-calendar-tooltip-date-wrapper img{
	margin-top: 5px !important;
}

.tooltip-disabled {
  pointer-events: none;
}

.tribe-events-calendar-tooltip-featured-image{
	position: relative;
}

.tribe-events-calendar-tooltip-featured-image img.close-icon{
	width: 50px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* .event-tab-section .tab.active {
     
} */


.tribe-events-calendar-month__multiday-event-hidden-link,
.tribe-events-calendar-month__calendar-event {
  cursor: default !important;
}

.event-tab-section .e-n-tab-title[aria-selected="true"] svg path{
	fill: #fff !important;
}

.event-tab-section .e-n-tabs-heading{
    width: 116px;
    background: #3C16380D;
    border-radius: 50px;
    padding: 4px;
	margin-left: auto;
}

.event-month-calendar .tribe-events-c-subscribe-dropdown__container{
	display: none !important; 
}

/* .events-post-grid-section,
.event-month-calendar{
	display: none;
} */
/* 
.events-post-grid-section.active{
	display: block;
}

.event-month-calendar.active{
	display: block;
}
.event-tab-section .tab:hover{
	cursor: pointer;
}
.event-tab-section .tab.active{
	background: var(--e-global-color-primary);
	border-radius: 50px;
}

.event-tab-section .tab.active svg path{
	fill: #fff;
} */



@media screen and (max-width: 1156px){
	.event-month-calendar .tribe-events .tribe-events-c-nav{
		display: none;
	}
	.tribe-events-calendar-month tbody tr:last-child td{
		border-bottom: 1px solid #3C16381A !important
	}
	.tribe-events-calendar-month tbody td{
		border-color: #3C16381A !important;
		border-style: solid !important;
		border-radius: 0px !important;
	}
	.tribe-events-calendar-month tbody td {
		border-width: 1px 1px 1px 1px !important;
		min-height: 60px !important;
	}
	.tribe-events-calendar-month tbody td {
		border-width: 1px 1px 0px 0px !important;
		min-height: 60px !important;
	}
	.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
	background-color: #B50219 !important;
	}
	.tribe-events-calendar-month tbody .tribe-events-calendar-month__day-cell--selected time{
		color: #fff !important;
	}
	.tribe-events .tribe-events-calendar-month__mobile-events-icon--event{
		height: 10px !important;
   		width: 10px !important;
		background: #B50219 !important;
	}
	.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event{
		background-color: #B50219 !important;
		opacity: 1 !important;
	}
	.tribe-events-calendar-month tbody .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event{
		background-color: #fff !important;
	}
	.tribe-events-c-messages__message--notice{
		display: none !important;
	}
	.tribe-events-calendar-month tbody tr > td:first-child {
		border-left: 1px solid #3C16381A !important;
	}
}		

.event-month-calendar .tribe-events header .tribe-events-header__top-bar{
	display: flex;
}

.event-month-calendar .tribe-events header .tribe-events-header__top-bar nav{
	order: 3;
}

.event-month-calendar .tribe-events header .tribe-events-c-top-bar__today-button{
	order: 2;
}

.event-month-calendar .tribe-events header .tribe-events-c-top-bar__datepicker{
	order: 1;
}

.event-month-calendar .tribe-events header .tribe-events-c-top-bar__datepicker svg{
	display: none;
}
.event-month-calendar .tribe-events header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-container{
	display: none;
}
.event-month-calendar .tribe-events header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-input::focus{
	border: unset;
	outline: unset;
}
.event-month-calendar .tribe-events header .tribe-events-c-top-bar__datepicker button:focus{
	border: unset;
	outline: unset;
}

.event-month-calendar .tribe-events header .tribe-events-c-top-bar__today-button{
	border: 2px solid var(--e-global-color-primary);
    border-radius: 50px;
    padding: 12px 20px !important;
    line-height: 100% !important;
	margin-right: 10px !important; 
}
.event-month-calendar .tribe-events header .tribe-events-c-top-bar__today-button:hover {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

.event-month-calendar .tribe-events .tribe-events-c-top-bar__nav .tribe-common-c-btn-icon{
	width: 80px;
}

.event-month-calendar .tribe-events .tribe-events-c-top-bar__nav-link--prev{
	transform: scaleX(-1);
}

.event-month-calendar .tribe-events .tribe-events-c-top-bar__nav-list-item{
	padding-right: 10px !important;
}
.event-month-calendar .tribe-events .tribe-events-c-top-bar__nav-list-item:last-child{
	padding-right: 0px !important;
}

.tribe-events .tribe-events-c-top-bar__nav li svg{
	visibility: hidden;
	position: relative;
}
.tribe-events .tribe-events-c-top-bar__nav li a , .tribe-events .tribe-events-c-top-bar__nav li button{
	position: relative;
}
.tribe-events .tribe-events-c-top-bar__nav li a::after, .tribe-events .tribe-events-c-top-bar__nav li button::after{
	position: absolute;
	content: " ";
	background-image: url('/wp-content/themes/astra-child/assets/images/icons/slider-arrow.svg');
	width: 80px;
	height: 42px;
}
.tribe-events header .tribe-events-c-top-bar{
	margin-bottom: 50px !important;
}
.tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled::after,
.tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled::after {
  opacity: 0.5; 
}

.event-month-calendar header .tribe-common-a11y-hidden{
	display: block !important;
	visibility: visible !important;	
}

.event-month-calendar header .tribe-events-c-top-bar__datepicker-mobile{
	display: none !important;
}

.event-month-calendar header .tribe-events-header__top-bar{
	align-items: center;
}


@media screen and (max-width: 1155px){
	.event-month-calendar header .tribe-events-c-top-bar__today-button{
		width: auto !important;
	}
	.tribe-events .tribe-events-calendar-month__day{
		height: 85px !important;
	}
    .event-month-calendar header .tribe-events-c-top-bar__datepicker-desktop{
		font-size: 22px !important;
	}
	.tribe-events .tribe-events-c-top-bar__nav li a::after, .tribe-events .tribe-events-c-top-bar__nav li button::after{
		width: 60px !important;
		height: 32px !important;
		background-size: contain;
	}
	.tribe-events .tribe-events-c-top-bar__nav li a, .event-month-calendar .tribe-events .tribe-events-c-top-bar__nav .tribe-common-c-btn-icon{
		width: 60px !important;
	}
	.event-month-calendar header{
		padding-bottom: 0px !important;
	}
	.event-month-calendar header .tribe-events-c-top-bar{
		margin-bottom: 30px !important;
	}
	.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-date{
		width: 100% !important;
		padding: 8px 20px 8px 20px !important;
	}
	.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-date-daynum{
		display: flex;
	    justify-content: center;
	    width: 100%;
		align-items: center;
		
	}
	.tribe-events-calendar-month tbody td time{
		text-align: center;
	}
	.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-month{
		font-size: 10px;
		line-height: 12px;
		text-align: left;
    	text-transform: uppercase;
		width: 100%;
		
	}
	.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-number{
		font-size: 14px;
		line-height: 16px;
	}
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile{
	gap: 14px;
	border: unset !important;
	padding: unset !important;
	border-radius: unset !important;
}



@media screen and (max-width: 575px){
	.event-month-calendar header .tribe-events-header__top-bar{
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.event-month-calendar header .tribe-events-c-top-bar__datepicker{
		margin-bottom: 20px !important;
	}
	.tribe-events .tribe-events-calendar-month__day-cell--mobile{
		gap: 4px;
		
	}
	.event-month-calendar header .tribe-events-c-top-bar__datepicker{
		width: 100% !important;
	}
	.tribe-events .tribe-events-calendar-month__day{
		height: 65px !important;
	}
	.tribe-events-calendar-month tbody td .tribe-events-calendar-month__day-date{
		padding: 8px 5px 8px 5px !important;
	}
}

/* Mobile Events Calendar */

.mobile-events-calendar{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mobile-events-calendar .tribe-events-calendar-tooltip-featured-image,
.mobile-events-calendar .tribe-events-calendar-tooltip-featured-image .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper,
.mobile-events-calendar .tribe-events-calendar-tooltip-featured-image .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{
	width: 100% !important;
}
.tribe-events .tribe-events-c-day-marker:after{
	display: none !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day .mobile-tribe-events-mobile-day-full{
	font-family: "Barlow", Sans-serif !important; 
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: normal !important;
	margin-bottom: 30px !important;
	color: var(--e-global-color-astglobalcolor2) !important;
}

.mobile-events-calendar .tribe-events-calendar-tooltip-date-wrapper time{
	font-family: "Barlow", Sans-serif !important; 
	color: var(--e-global-color-astglobalcolor2) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__day-marker{
	display: none !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day{
	margin-top: 20px !important;
}

.event-card .event-publish-date span{
	display: block;
}

.event-card .event-card_title{
	height: 100%;
}

.event-card .event-card_title .elementor-widget-container{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.tribe-events-calendar-month__day{
	position: relative;
}

.tribe-events-calendar-month__day .month-name{
	position: absolute;
	top: 16px;
	left: 16px;
}

.tribe-events .tribe-events-l-container{
	min-height: unset !important;
}

.search-input{
	color: #3C1638 !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 23px 30px 23px 64px !important;
    height: 70px !important;
	border: unset !important;
	box-shadow: unset !important;
}
.search-input::placeholder{
	color: #3C1638 !important;
	opacity: 50% !important;
}


.single.ast-single-post .header_logo img{
	border-width:5px !important;
}
.single.ast-single-post .header_menu .elementor-element-5d63ffb{
	width:122px !important;
}


/* search section */

.search-section{
	max-width: 1340px !important;
    margin: 0px auto !important;
    padding: 110px 15px 80px 15px !important;
}

.search-section .page-title{
	text-align: center;
}

.search-section ul,
#search-results ul{
	margin: 0px;
    list-style-type: none;
    display: flex;
    gap: 30px;
    justify-content: center;
	border-bottom: 1px solid #3C16381A;
}


#search-results ul{
    border-top: 1px solid #3C16381A;
	padding-top: 22px;
	overflow: auto;
}

#search-results .tabb{
	max-width: 660px;
	margin: 0px auto;
}

.search-section ul{
	padding-top: 22px;
	border-top: unset;
}

.search-section ul a,
#search-results ul a{
	font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
	position: relative;
	opacity: 0.5;
	padding-bottom: 26px;
	border-bottom: 3px solid #fff;
}

.search-section ul a.active,
#search-results ul a.active{
	opacity: 1;
	border-bottom: 3px solid var(--ast-global-color-0);
}

.search-section ul a,
#search-results ul a{
	display: flex;
    gap: 6px;
    align-items: center;
}

.search-section .icon-title,
#search-results .icon-title{
	display: grid;
	grid-template-columns: 50px 1fr;
    gap: 23px;
    align-items: center;
	padding: 24px 0px;
	border-bottom: 1px solid #3C16381A;
}

.search-section .icon-title h6,
#search-results .icon-title h6{
	margin-top: 16px;
	font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

.search-section .icon-title .small-title,
#search-results .icon-title .small-title{
	font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
	opacity: 0.5;
}

@media screen and (max-width: 1024px){
	.search-section .icon-title h6,
	#search-results .icon-title h6{
		font-size: 20px;
	}
}

@media screen and (max-width: 767px){
	.search-section .icon-title h6,
	#search-results .icon-title h6{
		font-size: 18px;
		margin-top: 16px;
		margin-left: -30px;
	}
	#search-results ul{
		padding-left: 20px;
		padding-right: 20px;
	}
	.search-section .icon-title,
	#search-results .icon-title{
		display: grid;
		grid-template-columns: 24px 1fr;
		gap: 10px;
		align-items: start;
	}
	.search-section{
		padding: 60px 15px 60px 15px !important;
	}
}

.elementor-popup-modal .dialog-message {
    overflow: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.elementor-popup-modal .dialog-message::-webkit-scrollbar {
    display: none; 
}

#search-results .tab-content-section{
	height: 60vh;
	overflow: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
	margin-top: 0px;
}



@media screen and (max-width: 767px){
	#search-results .tab-content-section{
		padding-right: 20px;
		padding-left: 20px;
	}
	.search-input{
		padding: 14px 30px 14px 48px !important;
	}
	.search-section .icon-title,
	#search-results .icon-title{
		padding: 16px 0px;
	}
	#search-results .tab-content-section{
		height: 50vh;
	}
	#search-results ul {
		justify-content: center;
	}
	#search-results ul li{
		flex: 0 0 auto;  
  		white-space: nowrap
	}
}

#search-results .tab-content-section .tab-1,
#search-results .tab-content-section .tab-2,
#search-results .tab-content-section .tab-3{
	margin-top: 0px;
}

#search-results .tab-content-section::-webkit-scrollbar {
    display: none; 
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: unset !important;
    transition: background-color 5000s ease-in-out 0s; 
}

.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus,
.search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important; /* background white ya apna color */
    -webkit-text-fill-color: var(--ast-global-color-0) !important; /* text color force */
    caret-color: var(--ast-global-color-0) !important; /* cursor color */
    transition: background-color 9999s ease-in-out 0s, -webkit-box-shadow 9999s ease-in-out 0s;
}


.search-input:-webkit-autofill::selection {
    background: var(--ast-global-color-1) !important; /* custom selection background */
    -webkit-text-fill-color: var(--ast-global-color-0) !important; /* text color */
}
.ast-blog-layout-4-grid .ast-article-post{
    width: 100% !important;
}


.filter-search{
	padding: unset !important;
    height: auto !important;
    background: unset !important;
    box-shadow: unset !important;
    border: unset !important;
	font-family: "Barlow", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	color: var(--e-global-color-astglobalcolor0) !important;
	opacity: 100% !important;
}
.filter-search::placeholder{
	color: var(--e-global-color-astglobalcolor0) !important;
	opacity: 60% !important;
}

a:focus{
	outline: unset !important;
}

/* skeleton loader */
.skeleton-wrapper {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 23px;
  align-items: center;
  padding: 24px 0px;
  max-width: 660px;
  margin: 0px auto;
}

.skeleton-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-content {
  display: block;
}

.skeleton-line {
  width: 100%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
  margin: 4px 0;
}

.skeleton-line--short {
  width: 15%;
  margin-bottom: 15px;
}

.skeleton-line--medium {
  width: 80%;
}

.skeleton-line--long {
  width: 90%;
}

.skeleton-line--small {
  width: 20%;
}

/* ========== Responsive ========== */
@media screen and (max-width: 767px) {
  .skeleton-wrapper {
    align-items: flex-start;
    gap: 10px;
    grid-template-columns: 24px 1fr;
	padding-right: 20px;
	padding-left: 20px;
  }

  .skeleton-avatar {
    height: 24px;
    width: 24px;
  }

  .skeleton-line--hidden-sm {
    display: none;
  }

  .skeleton-line--adjust-sm {
    margin-left: -30px;
  }
  .skeleton-line--short{
    margin-top: 2px;
  }
}

@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.skeleton-avatar ,
.skeleton-line {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
}

.skeleton-loader{
	display: none;
}
.search-loader .skeleton-loader{
	display: block;
}

.search-results p{
	padding: 20px;
    font-family: "Barlow", sans-serif !important;
    text-align: center;
    font-size: 18px;
    color: #3C1638 !important;
}

.search-results .tabb .highlight{
	background: #f5f3f5;
    padding: 0px;
}

.search-results .tab-btns span{
	text-box-edge: unset !important;
}
.search-results .tab-btns li a{
	gap: 0px !important;
}

.search-results .tab-btns li .highlight{
	text-transform: none;
}
.search-results .tab-btns .s-count{
	margin-left: 6px;
}
#search-results ul{
	padding-right: 30px;
	padding-left: 30px;
	justify-content: start;
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #3c163800 !important;
	background: url('/wp-content/themes/astra-child/assets/images/icons/close-thin.svg');
	background-size: contain;
}
.elementor-pagination{
	justify-content: center;
    display: flex;
}
.page-numbers{
	background: #3C16380D;
    padding: 5px 12px;
    border-radius: 50%;
    overflow: hidden;
	height: 30px;
    width: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers:hover,
.page-numbers.current{
	background: #3C1638;
	color: #fff !important;
}

.post-grid .next,
.post-grid .prev{
	color: transparent !important;
    background: unset;
    padding: unset;
    background-image: url(/wp-content/themes/astra-child/assets/images/icons/slider-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 32px;
    border-radius: unset;
	opacity: 60%;
}

.post-grid .prev{
	transform: rotate(180deg);
}

.post-grid a.next,
.post-grid a.prev{
	opacity: 100%;
}

.post-grid .next:hover,
.post-grid .prev:hover{
	color: transparent !important;
	opacity: 60%;
}

.filters-sidebar {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  bottom: 0;
}

@media screen and (max-width: 767px){
	.filters-sidebar {
		position: unset;
	}
}

footer,
.site-footer {
  position: relative;
  z-index: 1; 
}

.selected-filters-wrapper {
  display: none;
}

.selected-filters-wrapper:has(.selected-filter) {
  display: flex;
}

.total-posts{
	display: none;
}

@media screen and (max-width: 767px){
	.total-posts{
		display: inline;
	}
}


.error-404{
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 767px){
	.error-404 .page-title{
		font-size: 22px !important;
	}
	.error-404 .page-sub-title{
		font-size: 18px !important;
	}
}

.faq_wrapper .elementor-accordion-icon-opened svg{
	opacity: 60%;
}

.copy-btn{
	cursor: pointer;
}

@media screen and (max-width: 1024px){
	.single.ast-single-post .header_menu .elementor-element-5d63ffb {
		width: 77px !important;
	}
}

.publication-cite-section{
	max-height: 50vh;
	flex-direction: column !important;
    overflow: auto;
	scrollbar-width: none; 
    -ms-overflow-style: none; 
	flex-wrap: nowrap !important;
}

.publication-cite-section::-webkit-scrollbar {
    display: none; 
}

.ast-blog-layout-4-grid .ast-article-post{
	margin-bottom: 0px;
}

.event-filters {
	margin-top: 26px;
	margin-bottom: 0px !important;
	z-index: 9;
	max-width: 70% !important;
	width: 100%;
}

@media screen and (max-width: 767px){
	.event-filters{
		max-width: 56% !important;
	}
}


.all-events-btn .tribe-ics-download-button{
	padding: 10px 20px 10px 20px !important;
    border-radius: 30px 30px 30px 30px !important;
    border: 2px solid #3C1638 !important;
    background-color: transparent !important;
    font-family: "Barlow", sans-serif !important;
    color: var(--e-global-color-primary) !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    font-size: 20px !important;
	display: flex !important;
	justify-content: center !important;
}
.all-events-btn .tribe-ics-download-button:hover{
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
}

.event-month-item input[type="checkbox"] {
   appearance: none; /* remove browser style */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 26px;
  height: 26px;
  border: 1px solid #3C16381A;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Checked state */
.event-month-item input[type="checkbox"]:checked {
  background-color: var(--e-global-color-primary);
  border-color: #fff;
  border: 1px solid var(--e-global-color-primary);
}

/* Add tick mark */
.event-month-item input[type="checkbox"]:checked::after {
 	content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.event-month-item span{
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
	color: var(--e-global-color-primary);
	cursor: pointer;
}

.event-month-filter{
	display: flex;
    flex-direction: column;
    gap: 14px;
}
.event-month-item{
	display: flex;
	gap: 10px;
	align-items: center;
}

.filter-wrapper .e-opened{
	opacity: 60%;
}

@media screen and (max-width: 575px){
	.all-events-btn .tribe-ics-download-button{
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.elementor-popup-modal.author_popup .dialog-message{
		overflow:unset !important;
	}
	.elementor-popup-modal.author_popup .dialog-message .elementor-element-d933f9f,
	.elementor-popup-modal.author_popup .dialog-message .elementor-element-d933f9f .e-con-inner{
		height:100% !important;
	}
	.elementor-popup-modal.author_popup .dialog-message .elementor-element-d933f9f .e-con-inner .elementor-element-e8ebd83{
		height:80vh !important;
	}
	.elementor-popup-modal.author_popup .dialog-message .elementor-element-d933f9f .author-bios{
		height:100%;
		overflow-y:auto !important;
		flex-direction:row;
		padding:0 !important;
		padding-right:10px !important;
	}
}

.tribe-month-label{
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3C1638 !important;
    position: absolute;
    top: 16px;
    left: 16px;
    text-transform: uppercase;
}

.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum{
	height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #B50219;
    border-radius: 50px;
    color: #fff !important;
}
.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum a{
	color:#fff !important;
}
@media screen and (max-width: 1155px){
	.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum{
		height: unset !important;
		width: unset !important;
		color: #3C1638 !important;
		background: unset !important;
	}
}

.tribe-events-c-messages__message-list-item-link{
	color: #3C1638 !important;
	border-bottom: 1px solid #3C1638 !important;
}


.swiper-wrapper {
    pointer-events: none; 
}

.swiper-slide {
    pointer-events: auto; 
}


/* Offset for fixed header so TOC scroll works */
:target::before {
  content: "";
  display: block;
  height: 116px; 
  margin-top: -116px; 
  visibility: hidden;
}

body.admin-bar .dialog-type-lightbox{
	position:fixed !important;
}

.gform_confirmation_message{
	color: #fff !important;
	font-size: 15px !important;
	border: 1px solid #ffffff87 !important;
	padding: 8px !important;
}

.gform_validation_errors{
	margin-bottom:15px !important;   
	padding: 15px !important;
  width: fit-content !important;
}

h1,h2,h3,h4,h5,h6,p,
a span,.tag_btn a{
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}
.page_content h4{
	text-box-trim: unset !important; 
    text-box-edge: unset !important;
}

/* .tag_btn .elementor-heading-title,.featred_tag a,
.partner-event,.spotlight-event{
	line-height:normal !important;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
} */

.user_badge:has(.elementor-icon-list-text:empty),
.contact_badge:has(.elementor-icon-list-text:empty),
.price_badge:has(.elementor-icon-list-text:empty),
.location_badge:has(.elementor-icon-list-text:empty),
.time_bagde:has(.elementor-icon-list-text:empty){
  display: none;
}
.publication_popup p{
	word-wrap:break-word;
}
#tribe-events-pg-template{
	max-width:unset !important;
	padding:unset !important;
	margin:unset !important;
}
.elementor-video-wrapper{
	max-width:720px;
	width:100vw !important;
	padding:0 20px;
}
.elementor-lightbox .elementor-video-container{
	width:unset !important;
}
/* infobox css  */
.info-box .elementor-button svg{
	width:19px;
}
.info-box .elementor-button:hover svg path{
	fill:#3C163880;
}

/* categories Page css  */
.archive .site-content > .ast-container,
.blog .site-content > .ast-container, .archive .site-content > .ast-container, .search .site-content > .ast-container{
	max-width:100%;
}

/* copyright text */
.copyright_text{
	cursor:pointer;
	align-items:center;
}
.copyright_text .elementor-widget-icon .elementor-widget-container{
	height:22px;
}
.copyright_text .elementor-widget-icon .elementor-widget-container .elementor-icon svg{
	height:13.33px !important;
}
.copyright_text .elementor-widget-text-editor .elementor-widget-container{
	opacity:0;
	height:22px;
	transition:all 0.5s ease;
}
.copyright_text:hover .elementor-widget-text-editor .elementor-widget-container{
	width:100%;
	opacity:1;
}
.copy_right {
	display:flex;
	align-items:center;
}
.copy_right:hover .cp_content{
	padding:6px 3px 6px 0;
	width:inherit;
	transition:all 0.3s ease-in-out;
	opacity:1
}
.copy_right .cp_img{
	padding:4.33px;
	background-color:rgba(0, 0, 0, 0.70);
	display:inline-flex;
	height:22px;
}
.copy_right .cp_img img{
	width:13.33px;
	height:13.33px;
}
.copy_right .cp_content {
	padding:6px 0px 6px 0;
	background-color:rgba(0, 0, 0, 0.70);
	display:inline-flex;
	height:22px;
	transition:all 0.3s ease-in-out;
	width:0;
	opacity:0;
}
.copy_right .cp_content span,.copyright_text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	color:#fff;
}
.copyright_text p{
	text-box-trim: unset !important;
	text-box-edge:unset !important;
}

.copyright_text .elementor-widget-text-editor .elementor-widget-container{
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

/* schedule wrapper */
.schedule_wrapper .e-n-accordion-item{
	border:1px solid #EBE8EB;
}
.schedule_wrapper
.schedule_img{
	max-width:80px !important;
	width:100% !important;
}
.schedule_wrapper
.schedule_time{
	max-width:102px !important;
	width:100% !important;
}
.back_btn .elementor-button-content-wrapper{
	align-items:center;
}

.ast-container{
	max-width: 100% !important;
}

.swiper-button-lock{
	display: none !important;
}

/* .slider-section:has(.swiper-button-lock) {
    padding-bottom: 60px !important; 
} */

.slider-section .e-con-inner:has(.swiper-button-lock) {
    padding-bottom: 60px !important;
}
.media-slider-section:has(.swiper-button-lock){
	 padding-bottom: 60px !important;
}


.press-taxonomy span,
.taxonomy-wrapper span{
	background-color: #3C16380D;
    padding: 6px;
}

.event-icon-list a{
	font-weight: 600;
    text-decoration: underline;
}
.event-icon-list .event-organizer-label strong{
	font-weight: 400 !important;
}

.event_start_date .elementor-heading-title{
	text-transform: uppercase;
}

.featured-archive-wrapper:not(:has(.featured-featured)) {
  display: none !important;
}


.tribe-common .tribe-common-c-svgicon{
	color:  var(--e-global-color-astglobalcolor0) !important;
	width: 10px !important;
}

/* media tab UI */
.custom-tab-dropdown .selected{
	padding: 13px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-primary);
	font-family: "Barlow", Sans-serif;
	position: relative;
}


.custom-tab-dropdown .selected:before{
	content: "";
	background: url(https://ccascoedev.wpenginepowered.com/wp-content/uploads/2025/08/arrows-up.svg);
	background-repeat: no-repeat;
    background-position: 95% 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: contain;
}

.custom-tab-dropdown .dropdown-list{
	margin: 0;
}

.custom-tab-dropdown .dropdown-list li{
	padding: 13px 20px;
    border-top: 1px solid #3C16381A;
	font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-primary);
	font-family: "Barlow", Sans-serif;
}

.custom-tab-dropdown .dropdown-list li .elementor-button{
	padding: 0px;
    border: unset;
}

.custom-tab-dropdown .dropdown-list li .elementor-button:hover{
	border: unset;
	background: unset;
}

.custom-tab-dropdown .dropdown-list li .elementor-button .elementor-button-content-wrapper{
	align-items: center;
	gap: 10px;
}

.custom-tab-dropdown .dropdown-list li .elementor-button .elementor-button-content-wrapper .elementor-button-text{
	font-size: 16px;
	font-weight: 500;
}

/* When dropdown list is open */
.custom-tab-dropdown:has(.dropdown-list:not([style*="display: none"])) .selected {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.custom-tab-dropdown:has(.dropdown-list:not([style*="display: none"])) .selected:before{
	transform: rotate(180deg);
}

/* Default state */
.custom-tab-dropdown .selected {
  opacity: 1;
}

.custom-tab-dropdown .download-btn-li .media_download{
	display: block !important;
}


.custom-tab-dropdown .dropdown-list li.active{
	display: none !important;
}

.single .elementor-widget-theme-post-content h1,
.single .elementor-widget-theme-post-content h2,
.single .elementor-widget-theme-post-content h3,
.single .elementor-widget-theme-post-content h4,
.single .elementor-widget-theme-post-content h5,
.single .elementor-widget-theme-post-content h6{
	margin: 0px !important;
}

.table_content .elementor-toc__body:not(:has(.elementor-toc__list-wrapper)) {
  padding-left: 20px; 
}


.align-center .elementor-button-content-wrapper{
	align-items: center;
}