/*
 Theme Name: Miranda Maris - Stress coach
 Description: Responsive theme for a coach
 Author:     KM Webdesign Studio
 Author URI: https://karinamarks.com
 Template:   Divi
 Version:    1.0
*/


/* Mobile menu 
----------------------------------------*/

.container.et_menu_container { 
     width: calc( 100% - 60px);
}

.et_mobile_menu {
     margin-left: -30px;
     padding: 5%;
     width: calc( 100% + 60px);
}


/* Opsommingstekens
----------------------------------------*/
.kmwd_opsomming ul li {
  padding-left: 20px;  /*buffer links van je opsomming om ruimte te creëren voor icoon*/
  list-style:none;
  margin-bottom: 10px;  /*afstand tussen de opsommingsregels*/
}
 
.kmwd_opsomming ul li::before {
  content: '';
  display: inline-block;
  margin-left: -40px;   /*inspringafstand volgende regel*/
  padding-right: 10px;   /*buffer rechts van je icoontje*/
  font-family:'ETmodules';
  color: #337357;   
  font-size: 1.2em;   /*formaat icoontje uit te drukken in em*/
  vertical-align: middle;
}
 
.kmwd_opsomming_icoon ul li::before {
  content: '\4e';   /*alleen vullen wat na de x staat*/
}

/* Testimonial Home 
----------------------------------------*/

.kmwd_testimonial .et_pb_slide {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.kmwd_testimonial .et-pb-slider-arrows a.et-pb-arrow-next:before {
	content: "$";
	color: #2a2a01;
	font-family: ETmodules!important;
}

.kmwd_testimonial .et-pb-slider-arrows a.et-pb-arrow-prev:before {
	content: "#";
	color: #2a2a01;
	font-family: ETmodules!important;
}

.kmwd_testimonial .et-pb-arrow-next {
     opacity: 1;
     right: 12px;
}

.kmwd_testimonial .et-pb-arrow-prev {
     opacity: 1;
     left: 12px;
}

.kmwd_testimonial .et-pb-controllers {
	position: absolute;
	bottom: 0px !important;}

.kmwd_testimonial .et-pb-controllers a {
    width: 9px;
	height: 9px;
	background-color: transparent !important;
	border: 2px solid #2a2a01;
	box-shadow: inset 0 0 0 40px;
	border-radius: 100%;
	color: inherit;
}

.kmwd_testimonial .et_pb_slide_content {
	margin-bottom: 50px !important;
}

/* Testimonial - page 
----------------------------------------*/

/* .kmwd_testi .dsm_card_subtitle:after {
content: "";
display: block;
width: 40px;
height: 0;
border-top: 2px solid;
margin: 13px auto 13px;
} */

.kmwd_testi_shadow .et_pb_image .et_pb_image_wrap {
	box-shadow: 180px 80px 0px 0px #f6f4f0 !important;
}

/* Blog - image 
----------------------------------------*/

.km-image .entry-featured-image-url {
  padding-top: 75%;
  display: block;
}

.km-image .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/* Testimonial
----------------------------------------*/

.kmwd_testi:before {
	
}
.kmwd_testi .et_pb_testimonial_description {
    display: flex !important;
    flex-direction:column !important;
}

.kmwd_testi .et_pb_testimonial_description .et_pb_testimonial_content p {
    padding-bottom:0;
}

.kmwd_testi .et_pb_testimonial_description .et_pb_testimonial_author {
    order: 1;
    background-color: #EA9AB2;
    padding: 7px 15px 7px;
    margin: 10px 0px 0px 0px;
    display:inline-block;
}

.kmwd_testi .et_pb_testimonial_description .et_pb_testimonial_meta {
    order: 3;
    padding:10px;
}

.kmwd_testi .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    order: 2;
    padding: 25px 15px;
    margin: 0;
}


/* Video Popup
----------------------------------------*/

/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
	top: 0px !important;
	position: fixed !important;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}

.video_popup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video_popup a:before {
    content: 'play';
    cursor: pointer;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 54.5px);
    z-index: 20;
    background-color: #E27396 !important;
    padding: 55px 30px;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 32px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #E27396;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none!important;
}


.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}

.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}

@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }
    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }
    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }
    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
}

/* Menu Sidebar Posts
----------------------------------------*/

.mm_menusidebar .et_pb_menu__menu nav ul li a {
    padding: 10px!important;
    border-bottom: 1px solid #fff;
}

.mm_menusidebar .et_pb_menu__menu nav ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
}
