/*
Theme Name: Yolo Medilab Child Theme
Theme URI: http://demo.yolotheme.com/medilab
Author: YoloTheme
Author URI: https://www.facebook.com/Yolotheme/
Description: This is a custom child theme for Yolo Medilab
Template: yolo-medilab
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: yolo-medilab
*/
body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
}
body .elementor-custom-embed-play i {
    color: #ea6186;
    text-shadow: 1px 0 6px rgb(49 185 163);
}
body .navbar-nav>li.menu_style_dropdown>ul {
    min-width: 250px;
}
body .elementor-toc__list-item-text-wrapper {
    align-items: flex-start;
}
body .elementor-sticky--active {
    z-index: 9;
}
body .ninja-forms-form-wrap .nf-form-layout {
    color:  var(--text_color);
}
body .ninja-forms-form-wrap .nf-form-fields-required {
    margin-top: 1em;
    margin-bottom: 2em;
}
body .ninja-forms-form-wrap .nf-field-label {
    margin-bottom: 0 !important;
}
body .ninja-forms-form-wrap .nf-field-label .nf-label-span, 
body .ninja-forms-form-wrap .nf-field-label label {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
body .ninja-forms-form-wrap .nf-error .nf-error-msg {
    font-size: 14px;
    text-transform: capitalize;
}
body .ninja-forms-form-wrap .nf-form-content textarea {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    color: var(--heading_color);
    font-weight: var(--primary_font_weight);
    transition: all 0.2s;
}
body .nf-form-content .checkbox-container.label-right label:before {
    left: -27px;
    top: -2px;
    font-size: 16px;
}
body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
    text-transform: uppercase;
    border: none;
    line-height: 1;
    font-size: var(--button_font_size);
    font-family: var(--button_font);
    font-weight: var(--button_font_weight);
    color: #fff;
    background-color: var(--primary_color);
    padding: 17.5px 40px;
    min-width: 160px;
    border-radius: 3px;
    transition: all 200ms ease-in-out;
    box-shadow: 5px 4px 13px 0px var(--primary_color_fade_20);
    margin-top: 10px;
}
body .nf-form-content input[type=button]:hover, body .nf-form-content input[type=submit]:hover {
    color: #fff;
    background-color: var(--heading_color);
    box-shadow: 3px 9px 10px var(--heading_color_fade_20);
}
body .rplg-slider .rplg-slider-prev, body .rplg-slider .rplg-slider-next {
	top: 35%!important;
}
body .rplg-slider .rplg-slider-prev span, body .rplg-slider .rplg-slider-next span {
	top: 40%!important;
}
body .rplg .rplg-review-time, body .rplg .rplg-review-name {
	color: #000!important;
	text-shadow: none!important;
}
.nf-field-container .ninja-forms-field.datepicker {
    height: 44px;
}

div#lead-form-for-post {
	box-shadow: 5px 4px 13px 0px #e8e8e8;
    padding: 35px;
	background-color: #f6f6f6;
	border: 2px solid #e22457;
}
div#lead-form-for-post input:not([type=submit])  {
	background-color: #fff;
}
div#lead-form-for-post .nf-form-fields-required {
	display: none;
}


a, a.active, a:hover {
    font-weight: 600;
}
#yolo_search_popup_wrapper .search-popup-inner {
    width: 90%;
}
.dialog.dialog--open button[data-dialog-close] {
    right: 0;
}
.header-1 .header-customize.header-customize-nav .header-customize-item {
    margin: 0 20px;
    font-size: 20px;
}
.header-1 .yolo-header-wrapper .yolo-main-menu>li>a {
    margin-right: 0;
    padding: 0 var(--header_1_nav_distance);
}
header.yolo-main-header .yolo-header-wrapper .navbar-nav li a:hover {
    background: var(--wp--preset--color--white);
}
ul.sub-menu li.scroll-y ul.sub-menu {
    max-height: 400px;
    overflow-y: scroll;
}
ul.sub-menu li.scroll-y ul.sub-menu::-webkit-scrollbar {
  width: 5px;
}
ul.sub-menu li.scroll-y ul.sub-menu::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 5px;
}
ul.sub-menu li.scroll-y ul.sub-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--header_1_nav_bg_color);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.yolo-sc-title .sc-title {
    max-width: 750px;
    margin-bottom: 1em;
    font-size: 38px;
}
.yolo-page-title-section .yolo-breadcrumb-wrap {
    font-size: .9em;
}
.yolo-page-title-wrap {
    background-position: 80% 80%;
    background-size: auto 60%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .yolo-page-title-wrap {
        background-image: none !important;
        height: 100% !important;
        padding: 2em 0;
    }
    .yolo-page-title-section .content-page-title {
        position: relative;
    }
    .page-title-bg-image {display: none;}
}
.page-title-inner h1 {
    color: var(--header_1_nav_bg_color);
}
article.doctor-item .doctor-header .position {
    color: var(--secondary_color);
    line-height: 1.4;
}
ul.breadcrumbs {
    color: var(--text_color_lighten_5);
}
article.doctor-item.grid_04 .post-info {
    margin-top: -30px;
}
span.required {
    color: var(--primary_color);
}
.yolo-sc-contact-form.style1 .wpcf7-list-item-label {
    line-height: 1.4;
}
blockquote .autor {
    color: var(--e-global-color-secondary);
}
.header-1 .yolo-header-nav-wrapper .header-logo > a img {
	transform: scale(1.4);
    position: relative;
    bottom: 20px;
    left: 30px;
}
@media screen and (max-width: 1024px) {
    .header-logo-mobile img {
		padding: 5px;
	}
	.toggle-icon-wrapper .toggle-icon {
		height: 20px;
		width: 35px;
	}
	.toggle-icon-wrapper .toggle-icon:after, .toggle-icon-wrapper .toggle-icon:before, .toggle-icon-wrapper .toggle-icon>span {
		height: 3px;
	}
}
.language-skills {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    border-top: 1px solid var(--secondary_color);;
    background-color: var(--page_title_bg_color);
    margin-top: 1em;
    padding: 1em;
}
.language-skills svg, .language-skills span {
    margin-left: 5px;
}
div#ez-toc-container {
    border: none !important;
    background: #F6F6F6 !important;
    padding: 0;
}
div#ez-toc-container .ez-toc-title {
    padding: 20px;
    font-family: "Roboto Slab";
    font-weight: 400 !important;
    display: block !important;
}
div#ez-toc-container ul.ez-toc-list a {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    background: #F6F6F6;
    padding: 10px 20px;
    color: var(--text_color_lighten_5);
    text-decoration: none;
}
div#ez-toc-container ul.ez-toc-list a:hover {
    background: var(--page_title_bg_color);
    color: var(--header_1_nav_bg_color);
}
.yolo-sc-grid-image-box .item-content-wrap {
    background-size: cover;
}
.yolo-sc-grid-image-box .item-content-inner:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5;
    transition: background 0.3s;
}
.yolo-sc-grid-image-box .item-content-inner {
    position: relative;
    min-height: 300px;
}
.yolo-sc-grid-image-box .item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    color: var(--wp--preset--color--white);
    transition: all 0.5s ease;
}
.yolo-sc-grid-image-box .title, .yolo-sc-grid-image-box .sub-title {
    font-family: var(--heading_font);
    text-transform: uppercase;
}
.yolo-sc-grid-image-box .title {
    font-size: 1.6em;
    line-height: 1.4;
}
.yolo-sc-grid-image-box  .item-content-wrap:hover .sub-title {
    color: var(--primary_color);
}
.yolo-sc-grid-image-box .item-content-wrap:hover .item-content-inner:before {
    background-color: rgba(0,0,0,0.9);
}
.yolo-sc-grid-image-box .item-content-wrap:hover .item-content {
    transform: translateY(-100px);
}
.highlight-btn {
    opacity: 0;
    position: absolute;
    bottom: 5px;
    padding: 0 30px;
}
.btn-readmore-wrap:hover .highlight-btn {
    opacity: 1;
    color: var(--wp--preset--color--white);
}
.btn-readmore-wrap:hover .btn-readmore:before {
    opacity: 1;
    right: -19px;
    top: 7px;
}
@media screen and (max-width: 1024px) {
    .yolo-sc-grid-image-box .title {
        font-size: 1.3em;
    }
}

.yolo-sc-icon-list.sc-price-list-wrap .icon {
    font-size: 18px; 
    margin-right: 15px;
    margin-bottom: 0;
}
.yolo-sc-icon-list.sc-price-list-wrap .text {
    justify-content: flex-start;
    align-items: flex-start;
}

.yolo_child_pages_list .department-list-item  {
    width: 33.3%;
    border-top: 0 !important;
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 992px) {
    .yolo_child_pages_list .department-list-item  {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .yolo_child_pages_list .department-list-item  {
        width: 100%;
    }    
}
.yolo_child_pages_list .yolo-sc-department-list.sc-department-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.yolo_child_pages_list .sc-department-list-wrap .department-list-item-inner {
    align-items: flex-start;
    height: 100%;
}
.yolo_child_pages_list .yolo-sc-title .sc-title {
    font-size: 20px !important;
}
.yolo_child_pages_list article.service-item .post-item-wrap .title-wrap .post-icon {
    display: none;
}


.elementor-widget-container.dfdfd {
    display: flex;
    flex-wrap: wrap;
}
.elementor-widget-container.dfdfd p {
    width: 33.3%;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    border-left: 3px solid #e53a68;
    margin-bottom: 0;
}
.elementor-widget-container.dfdfd p strong {
    display: block;
}
@media screen and (max-width: 992px) {
    .elementor-widget-container.dfdfd p {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .elementor-widget-container.dfdfd p {
        width: 100%;
    }
}

.yolo-footer-wrapper .elementor-widget-social-icons .elementor-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.language-switcher {
	display: flex;
    justify-content: end;
	align-items: center;
}
.language-switcher_button {
	display: none;
	position: relative;
	text-align: center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 12px 20px;
	background-color: rgba(226,36,87,0.05);
}
.language-switcher_nav {
	position: relative;
    flex-direction: row;
    padding: 0;
    background: #fff;
}
.language-switcher_link {
  padding: 5px 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #BB1E99;
  border-radius: 0 0 50px 50px;
  display: inline-block;
}
.language-switcher_link.active-flag, .language-switcher_link.active-flag:hover {
  background-color: var(--header_1_nav_bg_color);
}
.language-switcher_link:hover {
  background-color: rgb(215 242 238);
}
.language-switcher_link svg {
	width: 25px;
	height: 25px;
}
.language-switcher_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.language-switcher_active .language-switcher_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 992px) {
    .blog-col-2 article, .blog-col-3 article, .blog-col-4 article {width: 50%;}
}
@media screen and (max-width: 767px) {
	.language-switcher_button {
	  display: inline-block;
	  z-index: 1;
	  position: absolute;
      top: 5px;
      right: 40px;
	  background-color: transparent;
	}
	.language-switcher_nav {
	  padding: 10px 0;
	  padding-bottom: 30vh;
	  position: fixed;
	  top: 0;
	  z-index: 20;
	  display: flex;
	  flex-flow: column;
      justify-content: flex-start;
	  background-color: #D7F2EE;
	  overflow-y: auto;
	  right: -100%;
	  -webkit-transition: 0.8s;
	  -moz-transition: 0.8s;
	  -o-transition: 0.8s;
	  transition: 0.8s;
	  height: 100vh;
      overflow: scroll;
	}
	.language-switcher_link {
		border-radius: 50px;
        padding: 10px;
        margin: 0 25px;
	}	
	.language-switcher_link svg {
		width: inherit;
		height: inherit;
	}
	.language-switcher_active .language-switcher_nav {
	  right: 0;
	  -webkit-transition: 0.4s;
	  -moz-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	}
    .blog-col-2 article, .blog-col-3 article, .blog-col-4 article {width: 100%;}
    .blog-col-2 article .thumbnail-bg, .blog-col-3 article .thumbnail-bg, .blog-col-4 article .thumbnail-bg {height: 100%;}
    .nf-form-cont .one-half, .nf-form-cont .one-third {
        width: 100% !important;
        margin-left: 0 !important;
    }
	.back-to-top.in {
		left: 0;
		bottom: 0;
		right: inherit;
		border-radius: 0 50% 0 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.cc_div .has-background.cc-link {
    padding: 0;
}

section .rplg-list2 .rplg-box {padding: 25px 10px!important;font-family: Jost!important;margin-bottom:0!important;border-radius: 15px!important;}
section .rplg-biz-name.rplg-trim {font-size: 22px!important;font-family: Jost!important;margin-bottom: 10px !important;}
section .rplg-links a {font-size: 20px!important;font-family: Jost!important;}
section .rplg-links a:first-child {font-weight: 600 !important; margin-bottom: 10px!important; margin-top: 10px !important;}
section .gs_youtubegalleries .items {
    background: #f1f1f1;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
}
section .gs_youtubegalleries .items {
    background: #f1f1f1;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
}
section .gs_youtubegalleries .items .gs-ytgal-name a {
    font-size: 20px !important;
    font-weight: 600;
}
section .gs_youtubegalleries .items .gs-ytgal-desc {
    display: none;
}