/*TEXT START*/
/* Define the color for bold text */
b, strong {
    color: #FFFFFF;
		font-weight: 400 !important;
}

h1 b{
	font-weight: 400 !important;
}
.ast-site-identity .site-title a {
	color: #FFFFFF
}
 a {color:#FFFFFF}
/* Text END */

/*COLLAPSIBLES START*/

.elementor-6  .elementor-tab-title{ 
	&[aria-expanded="true"] {
		border-top-left-radius:20px !important;
		border-top-right-radius:20px !important;
	}
	&[aria-expanded="false"]{
		border-radius:20px !important;
	}
}
.elementor-toggle .elementor-tab-title {
	border-radius:20px;
}
.e-transform .elementor-widget-container {
	
border-radius: 20px;
	margin-top:5px !important;
	margin-bottom:5px !Important;
}
/*COLLAPISBLES END*/

/*DESKTOP ONLY sTART*/

@media screen and (min-width:1030px){
	
	/*COLLAPSIBLES DESKTOP START*/
	.e-transform .elementor-widget-container {
	
	margin-right: 75px !important;
	margin-left: 75px !important;
		
	}
	/*COLLAPSIBLES DESKTOP END*/
	
	.SingleColumnPaddingPC{
	padding: 0px 75px 0px 75px !important;
	}
	.SingleColumnMarginPC{
	margin: 0px 75px 0px 75px !important;
}
}

/*DESKTOP ONLY END*/

/*DESKTOP-NONINCLUSIVE START*/
	@media screen and (max-width:1024px){
	.e-transform .elementor-widget-container {
	
	margin-right: 5px !important;
	margin-left: 5px !important;
		
	}
}

/* Borders START */

.Framed{
				border-radius: 20px;
	border-color: #000000;
	border-width: 10px;
		border: 8px solid #000000;
    border-bottom-width: 0px;
    box-shadow: 0px 8px 0px black;
	margin-bottom: 8px
}

/*VIDEOS START*/
.elementor-widget-video, .wp-video, .elementor-wrapper video 
.elementor-custom-embed-image-overlay .Framed{
			border-radius: 20px;
	border-color: #000000;
	border-width: 10px;
		border: 8px solid #000000;
    border-bottom-width: 0px;
    box-shadow: 0px 8px 0px black;
	margin-bottom: 8px
	} 
.elementor-video{
	border-radius:13px
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	border-radius:13px;
}
/*VIDEOS END*/

.elementor-widget-wrap{
	border-radius:20px !important;
}

.elementor-button{
	border-radius: 7px !important;
}
.wp-video {
	margin-bottom: 30px !important;
}

/* BorderRadiuses END */
/* Custom Classes Start */
.SectionStart{
	margin-top:2px;
}
.SectionEnd{
	margin-bottom:2px;
}
/*Custom Classes end*/
/* PopinMenu START*/
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{
	background-color:var(--ast-global-color-7);
}
/*PopinThing END*/

}



