/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* MEDIA QUERIES */

@media (max-width: 768px) {
    /* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}


/*=====================================================================
GENERAL
======================================================================*/
html {
	scroll-behavior: smooth;	
}

.bg-blended{
	background-blend-mode: multiply;
}

.no-underline, .no-underline a{
	text-decoration:none;
}


/*=====================================================================
HEADER / NAV STYLES / NAVIGATION
======================================================================*/

/* STICKY NAV */
/*.sticky-enabled .main-navigation.is_stuck .inside-navigation {
    padding: 5px 40px;
}

.sticky-enabled .main-navigation.is_stuck .inside-navigation .navigation-branding img {
    height: auto;
    max-height: 80px;
}

.main-navigation.is_stuck,
.main-navigation.is_stuck ul ul {
    background-color: var(--brand-blue-dark);
}

.main-navigation.navigation-stick .main-nav ul li a,
.main-navigation.navigation-stick a:not([aria-label*='Close']) {
    color: #fff !important;
}*/

/*===================
GP MEGA MENU
===================*/

@media (min-width: 768px){
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    /*nav .main-nav .mega-menu > ul > li > a {
        font-weight: 600;
    }*/

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    /*nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }*/

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
	
	nav .main-nav .mega-menu > .sub-menu{
		padding:20px;
		max-width:800px;
	}
	
	nav .main-nav .mega-menu > .sub-menu > li{
		border:0;
	}
	
	/*nav .main-nav .mega-menu > .sub-menu > li:hover > a,
	nav .main-nav .mega-menu > ul > li[class*="current-"]{
		color:#fff!important;
	}*/
	
	nav .main-nav .mega-menu .sub-menu .sub-menu{
		border:0;
		box-shadow:none!important;
	}
	
	nav .main-nav .mega-menu .sub-menu .sub-menu li{
		border:0;
	}
	
	nav .main-nav .mega-menu .sub-menu li a{
		display:flex;
	}
	
	nav .main-nav .mega-menu .sub-menu li a:before{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath fill='%23447ec0' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
		display: block;
		transform: scale(0.6);
		margin:2px 15px 0 0;
	}
	
	nav .main-nav .mega-menu ul li a{
		padding:10px 20px;
	}
}


/*=====================================================================
BUTTONS
======================================================================*/


/*=====================================================================
PAGE CONTENT STYLING
======================================================================*/
.entry-content ul,
.entry-content ol {
    padding: 30px 30px 30px 30px;
    background: var(--grey-blue-light);
    margin-left: 0;
    border-radius: 10px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 15px;
    font-weight: 500;
}

.entry-content ul li:last-child,
.entry-content ol li:last-child {
    margin-bottom: 0;
}

.entry-content ul li {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%239da4a6' d='M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat left 6px;
    list-style-type: none;
    padding-left: 40px;
    background-size: 16px auto;
}

.entry-content ul li ul {
    padding: 15px 0 0 0;
}

.entry-content ul li ul li {
    /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%239da4a6' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E") no-repeat left 6px;*/
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239da4a6' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E") no-repeat left 6px;
    background-size: 12px auto;
    padding-left: 35px;
}

/*=====================================================================
BLOG STYLING & BLOG CONTENT STYLING
======================================================================*/

.single-post article h2, 
.single-post article h3, 
.single-post article h4{
	margin-top:3.5rem;
	margin-bottom:2rem;
	padding-bottom:1rem;
}

.single-post article h2:after{
	content:"";
	display:block;
	background-color: var(--primary);
	height:6px;
	width:100px;
	margin-top:2rem;
}

.single-post article h2{
	padding-bottom:2rem;
	margin-bottom:1rem;
}

.single-post article h3, 
.single-post article h4{
	margin-top:3rem;
	margin-bottom:1rem;
	border-bottom:0;
}

.single-post article ul li{
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%239da4a6' d='M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat left 6px;
    list-style-type: none;
    padding-left: 40px;
    background-size: 16px auto;
}

.single-post article ul li:last-child, 
.single-post article ol li:last-child{
	margin-bottom:0;
	padding-bottom:0;
}

.single-post article ul,
.single-post article ol{
    padding: 30px 30px 30px 30px;
    background: #f9f9f9;
    margin-left: 0;
    border-radius: 10px;
}

.single-post article ul > li{
	margin-bottom:1rem;
}

.single-post article ul, 
.single-post article ol{
	padding-left:1rem;
	margin-left:0;
}

.single-post article ol{
	padding-left:2.5rem;
}

.single-post article ol li{
	margin-bottom:1.5rem;
	padding-left:2rem;
}

/* RANK MATH BREADCRUMBS */

.single-post article .rank-math-breadcrumb a{
	font-weight:bold;
	color:var(--primary);
}
.single-post article .rank-math-breadcrumb .last{
	color: var(--paragraph);
}

/* RANK MATH TOC */

.single-post article #rank-math-toc ul {
	background-color: var(--lighter-green);
}

.single-post article #rank-math-toc ul ul {
	padding-top:1rem;
	padding-bottom:0;
	padding-left:0;
}
	
.single-post article #rank-math-toc ul ul li{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%239da4a6' d='M248 72V48H200V72 232H40 16v48H40 200V440v24h48V440 280H408h24V232H408 248V72z'/%3E%3C/svg%3E") no-repeat left 6px;
	background-size: 16px auto;
}

/* RANK MATH FAQ BLOG */

.single-post article .rank-math-list-item{
	padding:2rem;
	border:1px solid #ccc;
	margin-bottom:1rem;
	border-radius:8px;
}

.single-post article .rank-math-list-item h3{
	margin-top:0;
	padding-top:0;
}

.single-post article .rank-math-list-item:last-child{
	margin-bottom:0;
}

/*=====================================================================
FOOTER
======================================================================*/

/* FIXED CTA ON MOBILE */
.footer-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

/*=====================================================================
PLUGINS
======================================================================*/

/*===================
GRAVITY FORMS
===================*/


/*===================
YOAST SEO
===================*/

.yoast-breadcrumbs {
    color: #000;
}

.yoast-breadcrumbs a {
    opacity: 0.5;
}

.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus {
    color: #000;
    opacity: 0.8;
}

.schema-faq-section {
    border: 1px solid #ccc;
    padding: 30px;
    background: rgba(240, 242, 249, 0.4);
    margin-bottom: 1.4em;
    border-radius: 10px;
}

.schema-faq-section .schema-faq-question {
    font-size: 1.2em;
    margin-bottom: 1em;
    display: block;
    font-weight: 600;
}

.schema-faq-section p.schema-faq-answer:last-child {
    margin-bottom: 0;
}

/*===================
RANK MATH FAQ
===================*/

.rank-math-list-item h3{
	font-size:1.25rem;
}

.rank-math-list .rank-math-list-item:first-child h3{
	margin-top:0!important;
	padding-top:0!important;
}

/*===================
RANK MATH BREADCRUMBS
===================*/

.rank-math-breadcrumb{
	font-size:0.85rem;
}

.rank-math-breadcrumb .last{
	color:rgba(255,255,255,0.7);
}

/*===================
BUTTON
===================*/
.btn {
	line-height: 1.75;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.btn.btn--has-icon .gb-icon {
	font-size: 20px;
}

/*===================
LAYOUT
===================*/
/* @media (min-width: 900px) and (max-width: 1199px) {
	body .grid-container,
	.entry-content .gb-container > .gb-container {
		max-width: 900px;
	}
}

@media (min-width: 600px) and (max-width: 899px) {
	body .grid-container,
	.entry-content .gb-container > .gb-container {
		max-width: 600px;
	}
} */

/*===================
HEADER
===================*/
a {
	text-decoration: none;
}

.site-header {
	height: 100px;
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 9;
}

body {
	padding-top: 100px;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 783px) {
	body.admin-bar {
		padding-top: 46px;
	}
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-header .inside-header {
	height: 100%;
}

/* .site-header .inside-header .site-logo img {
	margin-top: -8px;
} */

.site-header #menu-main-menu > .menu-item {
	margin: 0 8px;	
}

.site-header #menu-main-menu > .menu-item > a {
	padding: 0;
	position: relative;
	line-height: 1.625;
}

.site-header #menu-main-menu > .menu-item.menu-item-has-children > a > span {
	display: none;
}

.site-header #menu-main-menu .menu-item a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 0%;
	background-color: currentcolor;
	transition: ease-in-out .3s;
}

.site-header #menu-main-menu .menu-item a:hover:after {
	width: 100%;
}

.site-header #menu-main-menu > .menu-item.menu-item-has-children > .sub-menu {
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -3px, rgba(0, 0, 0, 0.14) 0px 10px 14px 1px, rgba(0, 0, 0, 0.12) 0px 4px 18px 3px;
	border-radius: 4px;
	border: unset;
	padding: 8px;
}

.site-header #menu-main-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item {
	padding: 8px 16px;
	min-width: 200px;
}

.site-header #menu-main-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a {
	position: relative;
	display: inline-block;
	padding: 0;
}

.site-header .inside-header #mobile-menu-control-wrapper .menu-toggle {
	padding: 8px;
	background: transparent;
    font-size: 1.5rem;
	margin-top: 2px;
}

#generate-slideout-menu {
	width: 264px;
}

#generate-slideout-menu .inside-navigation{
	padding-bottom:80px;
}

#generate-slideout-menu .slideout-exit {
	padding: 0;
    width: auto;
    position: absolute;
    top: 43px;
    right: 21px;
	font-size: 18px;
}

#generate-slideout-menu .main-nav ul li {
	padding: 8px 32px;
}

#generate-slideout-menu .main-nav ul li a {
	padding: 0;
	line-height: 1.625;
	font-weight:700;
}

#generate-slideout-menu .main-nav ul ul li a{
	font-weight:400;
}

#generate-slideout-menu .main-nav ul ul li.current-menu-item a{
	font-weight:600;
	background:transparent;
}

#generate-slideout-menu .main-nav ul ul li{
	background:#f9f9f9;
}

#generate-slideout-menu.main-navigation .main-nav ul ul{
	box-shadow:none;
	margin-top:10px;
}

/*#generate-slideout-menu .main-nav ul li .sub-menu {
	display: block !important;
    pointer-events: auto;
    height: auto;
	box-shadow: unset;
	opacity: 1;
}*/

/*#generate-slideout-menu .main-nav ul li a .dropdown-menu-toggle {
	display: none;
}*/

#generate-slideout-menu .main-nav ul li .sub-menu > li {
	padding: 8px 16px;
}

#generate-slideout-menu .inside-navigation .main-nav {
	margin-bottom: 0;
    margin-top: 8px;
}

body .slideout-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.site-header .site-logo img {
	margin-top: -8px;
}

@media (max-width: 1049px) {
	.site-header #mobile-menu-control-wrapper .menu-bar-items .header-call-us-mobile {
		display: flex !important;
	}
	
	.site-header .inside-header #site-navigation {
		display: none;
	}
}

@media (min-width: 900px) and (max-width: 1049px) {
	.site-header .header-image {
		width: 180px;
	}
}

@media (min-width: 767px) and (max-width: 1049px) {
	.site-header .inside-header {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 600px) and (max-width: 899px) {
	.site-header .header-image {
		width: 150px;
	}
}

@media (max-width: 599px) {
	.site-header .header-image {
		width: 120px;
	}
}

/*===================
FOOTER
===================*/
.site-footer {
	background-color: var(--blue-950);
}

.site-footer #menu-footer-tc {
	display: flex;
    flex-direction: column;
}

.site-footer #menu-footer-tc li {
	margin: 0;
	line-height: normal;
}

.site-footer #menu-footer-tc li a {
	text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.01071em;
    color: var(--base-3);
	margin: 0px 0px 0.35em;
    display: inline-block;
}

#menu-quick-links li {
	margin: 0;
}

#menu-quick-links li a {
	margin: 0px 0px 0.35em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.01071em;
    text-decoration: none;
	display: inline-block;
	color: var(--base-3);
}

.footer-contact-us-icon-wrapper .gb-container svg,
.footer-social-icon-wrapper .gb-container svg{
	fill: var(--base-3);
	width: 24px;
}

.footer-contact-us-icon-wrapper .gb-container a,
.footer-social-icon-wrapper .gb-container a{
	text-decoration: none;
}

.site-info .copyright-bar {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
    letter-spacing: 0.01071em;
}

.site-info a {
	text-decoration: none;
}

@media (max-width: 1049px) {
	.site-info .inside-site-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.site-info .inside-site-info .copyright-bar {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.site-info .inside-site-info .footer-bar {
		order: 2;
	}
	
	.site-info .inside-site-info {
		padding-top: 0;
	}
}

/*===================
PAGE: HOME
===================*/
.banner-home {
	aspect-ratio: 16/9;
}

.entry-content .procedure-links {
	padding: 0 0 0 40px;
    margin: 16px 0;
}

.entry-content .procedure-links li {
	padding: 0;
	background: unset;
    list-style: disc;
	margin: 0;
}

.entry-content .procedure-links li a {
	color: var(--blue-950);
	position: relative;
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 0.00938em;
}

.entry-content .procedure-links li a:hover {
	color: var(--violet-500);
}

.entry-content .procedure-links li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	background-color: var(--violet-500);
	height: 1px;
	transition: all 0.2s ease-in-out 0s;
}

.entry-content .procedure-links li a:hover:after {
	width: 100%;
}

.home-surgeon-image {
	box-shadow: rgba(81, 97, 198, 0.2) 12px 12px 0px, rgba(59, 67, 116, 0.1) 0px 7px 12px -3px, rgba(59, 67, 116, 0.05) 0px -3px 0px inset;
}

.entry-content img {
	transition: all 0.5s ease-in-out;
}

.home-map-container figure a {
    display: block;
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.home-map-container figure a:hover {
	transform: scale(1.05);
}

@media (max-width: 1269px) {
	.banner-home {
		aspect-ratio: unset;
	}
}

/*===================
PAGE: ABOUT US
===================*/
.about-us-box-shadow {
	box-shadow: rgba(81, 97, 198, 0.2) 10px 10px 0px 0px, 
	rgba(81, 97, 198, 0.1) -1px -1px 1px 0px, 
	rgba(81, 97, 198, 0.1) 0px -2px 0px inset;
}

.about-us-section-content::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 1500px;
    background-image: url(/wp-content/uploads/2024/02/bg-about-us-section-right.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.about-us-section-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1500px;
    background-image: url(/wp-content/uploads/2024/02/bg-about-us-section-left.png);
}

@media (max-width: 768px) {
	.about-us-section-content::before {
		content: none;
	}
	
	.about-us-section-content::after {
		content: none;
	}
}

/*===================
PAGE: PROCEDURES
===================*/
.inov-procedure-card {
    scroll-margin-top: 100px;
}