/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

body {
	font-weight: 400;
}
/*-----Leadform------*/


.contactForm {
    position: absolute;
    float: right;
    width: 320px;
    right: 30px;
    margin-top: 0px;
}
.contactForm .quickform {
    width: 100%;
    padding: 10px 8px 10px;
    background-color: #000000;
	transition: .4s all ease-in-out;
	font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif;
    }
.quickform * {
    box-sizing: border-box;    
}
.contactForm .quickform .formhead {
	text-align: center;
	color: #fff;
	height: auto;
	overflow: hidden;
}
.contactForm .quickform .line1 {
	position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    padding: 0 10px 0 0;
}
.contactForm .quickform .line1 .quickform-arrow {
	position: absolute;
    top: 2px;
    right: 0;
	margin-top: -2px;
}
.contactForm .quickform .line1 .quickform-arrow:after {
	position: relative;
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 500;
    content: "3";
	transition: .4s all ease;
}
.contactForm .quickform.expanded .line1 .quickform-arrow:after {
    content: "2";
}
.contactForm .quickform .line3 a {
	color: #fff;
}
/*
.quickform .rsi-lead-form {
    max-height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}
.quickform.expanded .rsi-lead-form {
    max-height: 3000px;
	transition: .4s all ease;
}
.quickform .formbody {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 6px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
.quickform input[type=text], .quickform select, .quickform textarea  {
    width: 100%;
    min-width: 0;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
}
.quickform input[type=text].form-width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.formsubmit {
    margin-top: 10px;    
}
#sndForm {
    background: #778b96;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 100%;
    position: static;
    float: none;
    padding: 10px;
    text-transform: uppercase;
}
*/
.rsi-form-error {
    background: #fff9f9;
    font-size: 13px;
    color: #c02b0a;
    border: 1px solid #c02b0a;
    padding: 5px;
    text-align: center;
    line-height: 15px;
    margin: 10px auto;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    display: none;
}

.contact-page .quickform .rsi-lead-form {
    max-height: 3000px;
}
.contact-page .quickform .formhead {
    display: none;
}

/*
.contact-page .quickform input, .contact-page .quickform select {
    width: 100%;
    float: none;
    height: 34px;
    margin-bottom: 5px;
        font-size: 18px;
}
*/
.contact-page .quickform textarea {
    width: 100%;
    float: none;
    height: 100px;
    margin-bottom: 5px;
        font-size: 18px;
}
.contact-page .quickform #sndForm {
    background: #6b818d;
    background-position: 100% 0;
    background-size: 200% auto;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
        font-size: 18px;
        height: auto;
}

@media (min-width: 768px) {
	#main-header #quickform.expanded .rsi-lead-form_wrapper, #main-header #quickform .rsi-lead-form_wrapper.gform_validation_error {
		height: 450px;
		overflow: scroll;
	}	
}

/* Theme Styles */
#top-header {
    padding: 20px 0;
}
#top-header .container, 
#main-header .container {
    width: 95%;
}
#top-header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.75em 0 0;
}
#top-header .container:before,
#top-header .container:after {
    content: none;
}
#top-header .logo_container {
    position: relative;
    height: auto;
    width: auto;
    float: none;
}
#et-top-navigation nav>ul>li>a {
    padding: 0 0 33px;
}
#et-secondary-menu {
    float: none;
}

#top-header #logo {
    max-width: 500px;
}
#top-header.et-fixed-header .logo_container {
   /* background: url(/wp-content/uploads/2023/03/header-logo.png) no-repeat center center;*/
   /* background-size: 100% auto;*/
}
#top-header.et-fixed-header #logo {
    filter:invert(1);
}
#top-menu-nav>ul>li>a:hover {
    background: transparent;
}
#et-top-navigation,
#top-menu-nav,
#top-menu {
    width: 100%;
}
#top-menu {
    text-align: center;
}
#et-top-navigation {
    padding-left: 0 !important;
}
#top-menu li a,
#et-secondary-menu>ul>li a {
    font-weight: 400;
}
#et-secondary-menu>ul>li a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
#top-header.et-fixed-header #et-secondary-menu>ul>li a::after {
    border-bottom: 1px solid #6b818d;
}
body:not(.home) .et_pb_main_blurb_image img {
    width: 100%;
}
body .et-fixed-header#main-header {
    background: linear-gradient(to left, #6b818d, #c2c7cc);
}

/* Homepage */
.homepage-hero-banner .et_pb_module_header {
    position: relative;
}
.homepage-hero-banner .et_pb_module_header::after {
    position: absolute;
    width: 200px;
    margin: 10px auto 13px;
    height: 1px;
    background: #ffffff;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -15px);
}
.categories__wrapper {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(24, 2vh);
    width: 100%;
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 0 60px;
}
.categories__item {
    position: relative;
}
.categories__item--1 {
    background-size: cover;
    grid-area: 1 / 1 / 25 / 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
}
.categories__item--2 {
    background-size: cover;
    grid-area: 1 / 7 / 13 / 13;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.categories__item--3 {
    background-size: cover;
    grid-area: 13 / 7 / 25 / 13;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}
.categories__item--4 {
    background-size: cover;
    grid-area: 1 / 13 / 13 / 19;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
}
.categories__item--44 {
    background-size: cover;
    grid-area: 13 / 13 / 25 / 19;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
}
.categories__item--5 {
    background-size: cover;
    grid-area: 1 / 19 / 13 / 25;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.categories__item--6 {
    background-size: cover;
    grid-area: 13 / 19 / 25 / 25;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}
.category {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
}
.categories figcaption {
    text-align: left;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.category::after {
    content: '';
    background: linear-gradient(to left, #caced3, #6b818d);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.category h2 {
    position: relative;
    overflow: hidden;
    padding: 0 0 0.5rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.7rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
}
.category p {
    padding: 1rem 0;
    opacity: 0;
    margin: 0;
    text-align: left;
    color: #ffffff;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.category:hover h2 {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.category:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.category h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.category:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.category:hover::after {
    opacity: .7;
}
.home-review-carousel .slick-dots {
    transform: translateY(-25px) !important;
}
.home-review-carousel .content-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.home-explore-blurb .et_pb_blurb_container {
    border-left: 3px solid #6b818d;
    padding-left: 20px;
}

/* Interior */
.global-procedures-list-sidebar .et_pb_accordion_item {
	margin-bottom: 0 !important;
}
.global-procedures-list-sidebar h3.et_pb_toggle_title {
    font-size: 20px !important;
}
.global-procedures-list-sidebar .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\46" !important;
    display: block;
}
.procedures-list-container {
    position: relative;
}
.procedures-list {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.procedures-image {
    float: left;
    width: 30%;
}
.procedures-image img {
    width: 100%;
    height: auto;
}
.procedures-description {
    float: right;
    width: 70%;
    padding-left: 20px;
}
.procedures-description h2 {
    color: #fff;
}
.procedures-btn {
    display: inline-block;
    background: #6b818d;
    border: 2px solid #ffffff;
    border-radius: 3px;
    color: #fff;
    margin: 20px 20px 0 0;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
        float: right;
}
.procedures-description .icon_clock_alt::after {
    font-family: 'ETmodules';
    content: "\7d";
    font-size: 16px;
    color: #c0c5ca;
    font-weight: 800;
    padding-right: 10px;
}
body:not(.home) #main-content h1,
body:not(.home) #main-content h2 ,
body:not(.home) #main-content h3 {
	font-weight: 400;
}
.procedure-page-reviews-slider .et_pb_slide {
	padding: 0 !important;
}
.plan-your-procedure .et_pb_blurb_description span.plan-label {
	display: inline-block;
	width: 300px;
	max-width: 70%;
	padding-right: 10px;
}
.plan-your-procedure .et_pb_blurb_description span.plan-label:first-child:before{
	font-family: 'ETmodules';
    content: "\7d";
    font-size: 16px;
    color: #c0c5ca;
    font-weight: 800;
    padding-right: 10px;
}
.plan-your-procedure .et_pb_blurb_description span.plan-label:nth-child(4):before{
	font-family: 'ETmodules';
    content: "\e01d";
    font-size: 16px;
    color: #c0c5ca;
    font-weight: 800;
    padding-right: 10px;
}
.plan-your-procedure .et_pb_blurb_description span:not(.plan-label) {
	display: inline-block;
	width: 150px;
	max-width: 30%;
}
.plan-your-procedure-button {
	width: 100%;
	display: block;
	background: #6b818d;
    background-position: 100% 0;
    background-size: 200% auto;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
	text-decoration: none;
    text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
}
.related-childpages {

}
.related-childpages li {
    list-style: none;
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px;
}
.related-childpages li:nth-child(5n+1) {
    clear: both;
}
.related-childpages a {
    color: #fff;
    text-transform: uppercase;
}
.related-childpages img:hover {
    opacity: 0.75;
}

p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
#sidebar-filter-procedures {
    display: none;
}
#filter-row .et_pb_column {
    margin-bottom: 0;    
}

/* Blog */
.custom-post-tag a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background: #acacac;
    text-align: center;
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
    margin: 2px 0;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.single .et-l--post .et_builder_inner_content > .et_pb_section:last-child {
    padding-bottom: 0 !important;
}

.sidebar-recent-blog .et_pb_post {
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.sidebar-recent-blog .entry-featured-image-url  {
    margin-bottom: 15px;
}
.sidebar-recent-blog .entry-featured-image-url img {
    border-radius: 6px 6px 0 0;
}
.sidebar-recent-blog .et_pb_post .entry-title,
.sidebar-recent-blog .et_pb_post .post-meta,
.sidebar-recent-blog .et_pb_post .post-content {
    padding: 0 20px 10px;
}
.sidebar-recent-blog a.more-link {
    color: #fff;
    text-transform: capitalize;
}
.main-blog-grid .et_pb_post {
	background-color: transparent;
}
.main-blog-grid .et_pb_post .entry-title {
	min-height: 70px;
}
.main-blog-grid .et_pb_post .post-content {
	min-height: 100px;
}
.main-blog-grid .et_pb_post:not(.has-post-thumbnail):before {
	content: '';
	height: 215px;
	position: relative;
	background: #ccc;
	display: block;
	margin-bottom: 20px;
}
#main-content .ti-widget.ti-goog .ti-col-4 .ti-review-item {
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#main-content .fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-left: 0;
}
.sidebar-recent-blog .entry-featured-image-url {
    max-height: 180px;
    overflow: hidden;
}

/* Mobile Menu */
#mobile-topbar {
    display: none;
}
.mobile-btn {
    display: inline-block;
    padding: 0 15%;
    color: transparent !important;
}
.mobile-btn.call {
    padding-left: 0;
}
.mobile-btn.menu {
    padding-right: 0;
}
.mobile-btn:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\61";
    color: #fff !important;
    cursor: pointer;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.mobile-btn.call:before {
    content: "\e090";
}
.mobile-btn.location:before {
    content: "\e01d";
}
.mobile-btn.menu:before {
    font-size: 30px;
}
#et-top-navigation #mobile_menu.et_mobile_menu {
    background-color: #000;
}
span.menu-closed:before {
    color: #fff !important;
}

/* Single Posts */
body.single #main-content .et-l.et-l--post h1,
body.single #main-content .et-l.et-l--post h2,
body.single #main-content .et-l.et-l--post h3,
body.single #main-content .et-l.et-l--post h4 {
	color: #fff;
}
body.single #main-content .et-l.et-l--post a {
	text-decoration: underline;
}

/* B&A */
.alert-info {
    background-color: #000;
    border-color: transparent;
    color: #ffffff;
    border-radius: 10px;
}
.bagallery-container {
    padding-bottom: 0;
}
.bagallery-container a.bagallery-box-view .caption-text {
    background: #6b818d;
    line-height: 1.6em;
}
.bagallery-container .carousel-indicators li {
    border-color: #fff;
}
.bagallery-container .carousel-indicators .active {
    background-color: #fff;
}
.bagallery-container .caption-text > div:first-child {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.bagallery-container .caption-text > div:last-child {
	width: 78%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.bagallery-container .caption-text > br {
	display: none;
}
.bagallery-container .caption-text:after {
	clear: both;
	float: none;
	content: '';
}
.single-procedure-ba h3 {
    color: #fff;
    text-transform: uppercase;
}
.single-procedure-ba > .alert-info {
    margin-bottom: 10px;
}

.main-ba-page-container .single-procedure-ba {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}
.main-ba-page-container .single-procedure-ba:nth-child(2n+1){
    clear: both;
    content: '';
}
.main-ba-page-container .single-procedure-ba > a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    background: #fff;
    background: linear-gradient(to left,#caced3,#6b818d);
    padding: 10px;
}

body:not(.home) #main-content .et_pb_text ol,
body:not(.home) #main-content .et_pb_text ul {
	padding-left: 50px;
}

.pagination {
    width: 100%;
}

body.page-id-3298 .bagallery-container .carousel-indicators,
body.page-id-3298 .bagallery-container .caption-text {
    display: none !important;
}

.contact-page #quickform {
    padding: 15px;
}
.contact-page #quickform.quickform .rsi-lead-form_wrapper, .contact-page #quickform.quickform .rsi-lead-form_wrapper.gform_validation_error {
    max-height: 3000px;
}

/* Responsive */
@media (max-width:1024px) {
    #top-header {
        padding-top: 0;
    }
    #mobile-topbar {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0.75em 0;
        background: #000;
    }
    #et_mobile_nav_menu {
    	display: block;
    }
    #mobile_menu {
        top: 0;
    }
    #top-menu,
    #main-header #et-info,
    #top-header #et-info, #top-header #et-secondary-menu {
    	display: none;
    }
    #page-container {
	    padding-top: 0 !important;   
	}
    #main-header #et-top-navigation,
    #main-header.et-fixed-header #et-top-navigation {
        float: right;
        padding: 0 !important;
    }
    #main-header.et-fixed-header {
        background-color: #e5dad6;
    }
    #main-header.et-fixed-header #logo {
        max-height: 90px;
    }
    #top-header, #main-header {
        display: block !important;
        position: relative !important;
        top: auto !important;
    }
    #main-header > .container {
        display: block;
    }
    #main-header .logo_container {
        width: 100%;
        text-align: center;
        align-content: center;
        padding: 15px 0;
    }
    .contactForm {
		width: 100%;
		right: 0;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle:before {
		display: none;
	}
	ul#mobile_menu li {
		text-align: left;
	}
	#main-header #et-top-navigation {
		height: 0;
		padding: 0 !important;
		width: 100%;
	}
	#main-header .container {
	     width: 100%;
	     padding: 0;
	}
	#top-header .container {
	    width: 100%;
	    padding: 0;
	}
	#top-header .logo_container {
	    width: 100%;
	    text-align: center;
	    padding-top: 25px;
	}
	#top-header .container {
        display: block;
	}
	.contactForm {
	    box-shadow: none;
	        position: relative;
	}
	.contactForm .quickform {
	    background: #000;
	}
	body #page-container #et-boc > #top-header.et-fixed-header,
    body #page-container #et-boc > #top-header.et-fixed-header .logo_container {
        background: transparent !important;
    }
	body #page-container #et-boc > #main-header {
		top: 0 !important;
	}
    #top-header.et-fixed-header #logo {
        opacity: 1;
    }
    body:not(.home) .et_pb_section.et_pb_section_0_tb_body {
        padding-top: 30px !important;
    }
    #mobile_menu > li > a {
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
   .category h2 {
       font-size: 20px;
   }
   .category p {
       font-size: 14px;
   }
}
@media screen and (max-width: 980px) {
	.main-ba-page-container .single-procedure-ba {
		width: 100%;
		float: none;
		margin-right: 0;
	}
    body:not(.home) .et_pb_row {
        width: 90%;
	}
	body:not(.home) .et_pb_row_1_tb_body {
	    width: 100%;
	}
	#sidebar-menu-area {
	    display: none;
	}
	#main-content .fbc-items {
	    padding-left: 0;
	}
	#main-content .fbc-items > li {
	    padding-bottom: 0;
	}
	.content-procedures-list .et_pb_accordion_item {
	    padding-left: 0;
	    padding-right: 0;
	}
	.content-procedures-list .procedures-image {
	    width: 25%;
	}
	.content-procedures-list .procedures-description {
	    width: 75%;
	}
	.procedures-list {
	   margin-bottom: 30px;
	}
	.et_mobile_device .et_pb_section_0_tb_body.et_pb_section_parallax .et_pb_parallax_css {
		background-attachment: fixed;
	}
}
@media screen and (max-width: 767px) {
    #page-container {
        margin-top: 0 !important;
    }
	#top-header #logo {
		max-width: 100%;
	}
	#top-header .logo_container {
		    padding: 25px 30px 0;
	}
	.homepage-hero-banner .et_pb_module_header::after {
		transform: translate(-50%, 5px);
	}
	.categories__wrapper {
		grid-template-rows: repeat(24, 8vh);
    	padding: 20px 0px 190px;
	}
	.categories__item--1 { grid-area: 1 / 1 / 5 / 25; }
	.categories__item--2 { grid-area: 5 / 1 / 9 / 25; }
	.categories__item--3 { grid-area: 9 / 1 / 13 / 25; }
	.categories__item--4 { grid-area: 13 / 1 / 17 / 25; }
	.categories__item--44 { grid-area: 17 / 1 / 21 / 25; }
	.categories__item--5 { grid-area: 21 / 1 / 26 / 25; }
	.categories__item--6 { grid-area: 26 / 1 / 56 / 25; }
	
	body.page .yotu-mode-grid li:nth-child(2n) {
        margin-right: 0!important;
    }
    body.page .yotu-mode-grid li {
        width: 48%!important;
        margin-right: 4%!important;
    }
    .plan-your-procedure .et_pb_main_blurb_image,
    .plan-your-procedure .et_pb_blurb_container {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .related-childpages li {
        width: 30%;
        line-height: 15px;
    }
    .related-childpages li:nth-child(5n+1) {
        clear: none;
    }
    .related-childpages li:nth-child(3n+1) {
        clear: both;
    }
    .related-childpages a {
        font-size: 12px;
    }
    .bagallery-container .caption-text > div {
		width: 100% !important;
	}
	.bagallery-container .caption-text > div:last-child {
		padding-left: 0;
	}
    
}


/********* Mobile Menu Collapse ********/
  
/**** This hides the sub menu items on mobile ****/
  
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
  
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
  
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
  
/**** This styles the icon and moves it to the right ****/
  
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
  
/**** Here you can swap out the actual icons ****/
  
span.menu-closed:before {
content: "\4c";
display: block;
color: #053193;
font-size: 16px;
font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
content: "\4d";
}

#iubenda-pp {
	z-index: 99999999 !important;
}


