/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.fusion-column-wrapper .agenda-table table th{
	background:#94c83e;
}
.fusion-column-wrapper .agenda-table table td{
	color: #0d1267
}
#certi-nui-box .content-box-column .content-wrapper-background{
	padding:20px;
}
#certi-nui-box .content-box-column .content-wrapper-background .heading{
	margin-bottom:0
}
#certi-nui-box .content-box-column .content-container{
	margin-bottom:0;
	display:flex;
	flex-wrap:wrap;
}
#certi-nui-box .content-box-column .content-container div{
	padding:10px 0 0 0;
	display: flex;
    flex: 1;
}

@media (max-width: 1124px) {
  #certi-nui-box .content-box-column .content-container div{
		padding:10px 0 0 0;
		flex-direction:row;
		flex: 1 1 100%;
	  padding-bottom:20px
    
	}
	 #certi-nui-box .content-box-column .content-container div a{
		font-size:15px
    	
	}	
}

#mytext ul{padding-left:0}
#mytext ul li{list-style:none}
#mytext h2 b,
#mytext h1 span,
#mytext h1 b{
	font-size:24px;
}
.icon-list{
    display:flex;
}
.post-slideshow .slides{
	mARGIN-LEFT: AUTO !important;
    MARGIN-RIGHT: AUTO !important;
    TEXT-ALIGN: CENTER;
	float:none !important;
	max-width:800px;
}
.fusion-top-header .fusion-header{
	background: linear-gradient(45deg, #12a9af, #fec335);
}
.fusion-logo img{
	max-width:80px
}
.form-title{
	background: linear-gradient(45deg, #12a9af, #fec335);
	padding:20px;
	border-radius:10px;
}
.form-title .formation{
	display:inline-block;
	width:100%;
	color:white;
	
}
.yellow-bg-title{
	background:#ffbe18;
	padding:20px;
	border-radius:10px 10px 0 0;
}

.lightgreen-bg-title{
	background:#7ccbb5;
	padding:20px;
	border-radius:10px 10px 0 0;
}

.green-bg-title{
	
	background:#10a9af;
	padding:20px;
	border-radius:10px 10px 0 0;
}

.white-bg-title h4{
	background:#fff;
	padding:6px 20px !important;
	display:inline;
	border-radius:5px;
}
.icon-bg-transition span{background-color:transparent !important;}
.icon-bg-transition i{
	background-color:transparent !important;
	background:linear-gradient(135deg, var(--awb-color4), var(--awb-color6));
	border:0 !important
}
@media only screen and (max-width:800px){
	#menu-main{min-height:100vh !important;overflow:auto;}
}