/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.wcmenucart .ticon, .woocommerce div.product div.images .flex-direction-nav a::before{
	font-size: 19px;
	color: #0FA0FF;
}
.logo-quadrilo img{
	top: 50px;
	left: auto;
	right: 15px;
	width: 92px;
	height: auto;
	object-fit: contain;
	background-color: white;
	bottom: auto;
	margin: 0;
	display: none;
}
.testimonial-container.testimonial-slider{
	margin-left: -20px;
	margin-right: -20px;
}
.fullimg .wpb_wrapper, .fullimg .wpb_wrapper *{
	height: 100%;
}
.fullimg  img{
	object-fit: cover;
	object-position: center;
}
@media (max-width: 1200px){
	.logo-quadrilo img{
		top: 15px;
	}
}
.cover-liste-type .item .contenu img{
	height: auto !important;
	width: 92px;
	object-fit: contain;
	object-position: center !important;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	background: white;
	display: none;
}
form .register{
	position: relative;
}
form .register .wpcf7-spinner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
}
form .register .wpcf7-spinner:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-bottom: 4px solid black;
	border-top: 4px solid black;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-radius: 50%;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
form.submitting .register .wpcf7-spinner{
	opacity: 1;
}
form.submitting .register [type="submit"]{
	opacity: 0.5;
	pointer-events: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.social-share-title.theme-heading.border-w-color span.text{
	border: none !important;
}
.social-share-title.theme-heading.border-w-color{
	padding-bottom: 0 !important;
	border: none !important;
}
.wpex-social-share__list .wpex-social-share__item:before{
	display: none !important;
}
.mailpoet_paragraph{
	padding-bottom: 20px;
}
.wpex-select-wrap{
	width: 100%;
	box-shadow: 0px 2px 7px #0000001A !important;
	border: none !important;
	min-height: 44px;
}
.wpex-select-wrap select{
	width: 100% !important;
	height: 44px !important;
}
.mailpoet_text_label, .mailpoet_select_label, .mailpoet_segment_label{
	font-weight: bold;
	margin-bottom: 5px !important;
	display: block;
}
.mailpoet_confirm_unsubscribe a{
	text-decoration: underline !important;
}
.tutor-course-details-content{
	height: auto !important;
}
.tutor-btn-show-more, .tutor-course-details-content:before{
	display: none !important;
}
@media (min-width:768px){
	.ml-desk{
		margin-left: -15px !important
	}
}
.single-courses .post-pagination-wrap{
	display: none;
}
@media (min-width:1200px){
	.single-courses .container, .single-courses .tutor-container{
		width: 1020px !important;
	}
}
