/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.green-cb {
	color: #00aac7;
}

.text-xlarger {
	font-size: 150% !important;
}

.shadow-ar {
	box-shadow: 50px 50px 50px 50px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.5);
}

.rounded-100 {
	border-radius: 50%;
}

.ptop-200 { padding-top:200px;}
.ptop-150 { padding-top:150px;}
.ptop-100 { padding-top:100px;}
.ptop-75 { padding-top:75px;}
.ptop-70 { padding-top:70px;}
.ptop-60 { padding-top:60px;}
.ptop-50 { padding-top:50px;}
.ptop-40 { padding-top:40px;}
.ptop-30 { padding-top:30px;}
.ptop-25 { padding-top:25px;}
.ptop-20 { padding-top:20px;}
.ptop-10 { padding-top:10px;}

.pbottom-150 { padding-top:150px;}
.pbottom-100 { padding-top:100px;}
.pbottom-110 { padding-bottom:110px;}
.pbottom-75 { padding-top:75px;}
.pbottom-70 { padding-top:70px;}
.pbottom-60 { padding-top:60px;}
.pbottom-50 { padding-top:50px;}
.pbottom-40 { padding-top:40px;}
.pbottom-30 { padding-top:30px;}
.pbottom-25 { padding-top:25px;}
.pbottom-20 { padding-top:20px;}
.pbottom-10 { padding-top:10px;}

a {
	text-decoration: none !important;
	color: #782b90;
}

.cta-light {
	display: inline-block;
	border-bottom: 2px solid #782b90;
	padding: 0 2px;
}

.cta-light:hover { border-bottom-color: #370248; }

.line-manifesto {
	position: relative;
	width: 50px;
	border-top: 2px solid #782b90;
}

.bg-color-purple,
.bg-color-purple #header-wrap { background-color: #782b90 !important; }

.shadow-border {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.entry-image-9 img { border-radius: 9px; }

.bg-theme-light-ar,
.section {
	background-color: rgba(var(--themecolorrgba, 38, 125, 244), 0.05);
}

.blue {
	color: #5c6ac3;
}

.purple-aw {
	color: #782b90;
}

.white-custom {
	color: #ffffff;
}

.line-custom {
    border-bottom: 1px solid #EEE;
    }
	
.line3 {
	clear: both;
	position: relative;
	width: 100%;
	margin: 2rem 0;
	border-top: 1px solid #EEE;
}	

.space-custom {
    padding-top: 50px;
}

.event .grid-inner {
	background-color: #F9F9F9;
	border-bottom: 0px solid #EEE;
    border-radius: 25px;
}

.entry-title.title-sm h2,
.entry-title.title-sm h3 {
	font-size: 1.75rem;
	letter-spacing: 0;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
}

.space-custom {
	clear: both;
	display: block;
	font-size: 0px;
	height: 30px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.box-coach {
	position: relative ;
  z-index: 2; 	
	}
	
.button-box-coach {
	position: relative ;
	z-index: 2; 	
	}
	
.gfcb {
	background: -webkit-linear-gradient(#96dd3a, #2bc1b7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
.gfcb-icon {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-dark {
  background: linear-gradient(135deg, orange 60%, cyan);
}