/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Giu Magnani
Author URI: https://giumagnani.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html,
body {
	overflow-x: hidden !important;
}


a {
	color: inherit;
	transition: 0.25s ease-out;
}

ul ::marker,
ol ::marker {
	color: var(--e-global-color-secondary);
	font-weight: bold;
}

::selection {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,15%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important;
	animation-duration: .6s;
}

.svg-clip-path {
	position: absolute;
	width: 0;
	height: 0;
}

/* Lab test detail page */

.lab-test-detail-table {
    font-size: 16px;
}

.lab-test-detail-table h3 {
    border-bottom: 1px solid rgba(182, 198, 219, 1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lab-test-detail-table ul {
    list-style: none;
    padding-left: 0;
}

.lab-test-detail-table > div {
    margin-bottom: 40px;
}

.lab-test-detail-table .content {
    /* display: flex; */
}

.lab-test-detail-table .col-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
}

.lab-test-detail-table .col-section > div {
    width: 100%;
}

.lab-test-detail-table .last-updated {
    border-top: 1px solid rgba(182, 198, 219, 1);
    padding-top: 15px;
    font-size: 14px;
}

.lab-test-detail-table .h-section-wrapper {
    margin-bottom: 50px;
}

.lab-test-detail-table .h-section-wrapper > h3 {
    margin-bottom: 20px;
}

.lab-test-detail-table .h-section {
    display: flex;
    margin-bottom: 15px;
}

.lab-test-detail-table .h-section h3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    width: 25%;
	margin-top: 5px;
}

.lab-test-detail-table .h-section .content {
    width: 65%;
}

@media (max-width: 767px) {
	.lab-test-detail-table .h-section {
		flex-wrap: wrap;
	}
.lab-test-detail-table .h-section h3,
.lab-test-detail-table .h-section .content {
    width: 100%;
}	

	.lab-test-detail-table .h-section h3 {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(182, 198, 219, 1);
		padding-bottom: 10px;
	}
}

@media (max-width: 1024px) {
	.lab-test-detail-table .col-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

	.lab-test-detail-table .col-section > div {
		width: 100%;
	}
}


#wpsl-gmap img[src*="dark-blue@2x"] {
    display: none !important;
}

/* WP defaults */

.single .wp-block-button .wp-block-button__link.wp-element-button {
	text-decoration: none;
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background-color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 0px 0px 0px 0px;
    padding: 17px 35px 17px 35px;
}

.single .wp-block-button .wp-block-button__link.wp-element-button:hover {
    color: #FFFFFF;
    background-color: var(--e-global-color-5e0de3e);
    border-style: solid;
    border-color: var(--e-global-color-5e0de3e);
}



/* print styles */

@media print {
	.elementor-location-header,
	.elementor-location-footer,
	.elementor-widget-button,
	.content-second-column {
		display: none !important;
	}
	
	.content-main-column {
		width: 100% !important;
	}
	
	.e-con-inner {
		padding-bottom: 0 !important;
	}
	
	.header-section .e-con-inner {
		padding-bottom: 0 !important;
		padding-top: 20px !important;
		margin-bottom: -30px !important;		
	}
	
	.header-section .elementor-widget-spacer {
		display: none !important;
	}
	
	.header-section h1 {
		font-size: 26px !important;
	}	
	
	.elementor-post-info__item {
		font-size: 18px !important;
		margin-bottom: 8px !important;
	}
	
	.lab-test-detail-table * {
		font-size: 14px !important;
		line-height: 1.3 !important;
	}

	.lab-test-detail-table h3 {
		font-size: 15px !important;
		line-height: 1.3 !important;
	}	
	
	.lab-test-detail-table > div {
		margin-bottom: 20px !important;
		gap: 20px !important;		
	}
	
	p {
		font-size: 15px !important;
		line-height: 1.3 !important;
	}
	
	.animated {
		opacity: 1 !important;
		transform: none !important;
	}
	
	.e-con-inner {
		display: block !important;
	}
	
	.disclaimer-section {
		margin-top: 20px !important;
	}
	
	.content-main-column {
		gap: 0 !important;
	}
	
	.disclaimer-section .e-con {
		width: 100% !important;
	}	
	
	.print-detail-test {
		display: none !important;
	}
}

.logo-dark img {
	max-width: none!important;
}