/* CSS Document */
/* E-Learning Courses Competence Hub*/
/* webTV*/

/**** Contact form ****/
/* .btn_contact_btn-form{
	color: #fff !important;
	font-size: 23px !important;
	background-color: #85b74f !important;
	border-radius: 0 15px 0 15px !important;
	width: 250px !important;
	padding: 5px !important;
	border:none !important;
} */

/* courses-form */

#wpforms-submit-11265{
	color: #fff !important;
	font-size: 23px !important;
	background-color: #85b74f !important;
	border-radius: 0 15px 0 15px !important;
	width: 250px !important;
	padding: 5px !important;
	border:none !important;
} 
.ct_check .wpforms-field-label-inline{
	margin-right:10px !important;

}

.available_acordeon a{
	font-weight: bold;
}

/*Competence hub*/

#wpforms-submit-11082{
	color: #fff !important;
	font-size: 23px !important;
	background-color: #85b74f !important;
	border-radius: 0 15px 0 15px !important;
	width: 250px !important;
	padding: 5px !important;
	border:none !important;
}

.competence-image{
	margin-top:6%;
}
.prov-title-competence h3 {
	margin-top:0% !important;
	margin-bottom:0% !important;
}

/*Search and filter*/

#search_columns {
    float: left;
    border-bottom-left-radius: 35px !important;
	box-shadow: -13px 11px 15px -7px rgba(0,0,0,0.32) !important;
	/*width: 29.83%;*/
}
#results_column{
	overflow-y: scroll;
	text-align: left;
    float: left;
    padding-bottom: 30px;
    padding-left: 80px;
    height: 500px;
    border-bottom-right-radius: 35px;
	box-shadow: 11px -13px 15px -7px rgba(0,0,0,0.32);
	/*width: 64.15%;*/
}
@media screen and (max-width:768px){
	#results_column {
		padding-left: 0px;
	}
}
.page-id-9795 .search_txt{
	margin-left:-35%;

}
/* .result_title{
	color: #2c4e9d;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-top: 20px;
	display:none;
} */
.page-id-9795 .search-filter-results hr{
	margin-top: -14px;
	margin-bottom: 1px;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 0px solid rgba(0,0,0,.1)!important;
	float: left;
	width: 100%;
}



body .yotu-mode-mix.yotu-preset .yotu-video-description {
    display: none !important;
}

/*Mida videos*/
.yotu-video-thumb-wrp {
    display: -webkit-flex;
    display: flex;
    width: 600px !important;
    position: relative;
}


@media screen and (max-width:768px){
	.page-id-9795 .search_txt {
		width: 90%;
		float: left;
		padding-left: 0px;
	}
	.yotu-video-thumb-wrp {
		width: 300px !important;
	}


}