/*!
Theme Name: Asimont Clinic
Theme URI: https://harnods.com/
Author: Underscores.me
Author URI: https://harnods.com/
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asimont-clinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Asimont Clinic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.header-top .left a:not(:first-child):before,
.header-top .right a:not(:first-child):before {
	content: " | ";
}

@media(min-width: 768px) {
	section.section:not(.masthead):not(.footer).insight-list.schres {
		padding-top: 200px;
	}
}



.schres-form .form-control {
	color: #191918 !important;
	border: none;
	background: transparent !important;
}

.schres-form .close {
	display: none;
}

.schres-form .form-group {
	/* padding-left: 24px; */
	border-bottom: 1px solid;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

.schres-form .form-group:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("assets/images/ic-search.svg") no-repeat center;
	background-size: 100% 100%;
}
.schres-form + .posts{
	margin-top: 60px;
}

.schres-empty {
	padding: 60px 0;
}

.schres-empty-title {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #818384;
	margin: 0 0 1.5rem;
}

.schres-empty-title span {
	color: #111;
}

.schres-empty ul {
	padding-left: 20px;
	list-style: disc;
}

@media(max-width: 768px) {
	section.section:not(.masthead):not(.footer).insight-list.schres {
		padding-top: 150px;
		padding-bottom: 30px;
	}

	.schres-form + .posts{
		margin-top: 24px;
	}
}

.footer-wrap.default .footer-contact .svg{
	color: #8A8987;
}

.section-heading .small {
	font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Switzer-Semibold', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}


.wpml-ls-legacy-dropdown a {
	background-color: transparent;
	color: white;
	border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:hover {
	background-color: transparent;
	color: white;
	text-decoration: none;
}

.wpml-ls-link:hover {
	color: #A28C68;
}

.header-top .right {
	display: flex;
    align-items: center;
    gap: 4px;
}

.wpml-ls-legacy-dropdown {
    width: 4.5em;
    margin-left: 24px;
}

.additional-content {
    margin-top: 40px;
}

.additional-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
	margin-top: 24px;
	font-family: 'Switzer-Semibold', sans-serif;
	text-align: center;
	color: #fff;
}


.additional-content p {
	text-align: center;
    color: #fff;
}

.additional-content.dark-text p,
.additional-content.dark-text h2 {
	color: #191918;
}

.section:not(.masthead).xl {
    padding: 7.5rem 0;
}

/* Flip Card -------------------------------------------------- */
.flip-card {
	position: relative;
	perspective: 1000px;
    border-radius: 12px;
	margin-bottom: 24px;
}

.flip-card .flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.flip-card:hover .flip-inner,
.flip-card.is-flipped .flip-inner {
	transform: rotateY(180deg);
}

.flip-card .front-content,
.flip-card .back-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.flip-card .front-content .content {
    -webkit-backdrop-filter: blur(55px);
    backdrop-filter: blur(55px);
    box-shadow: 0px 24px 60px 0px #655F563D;
    background: linear-gradient(111.65deg, rgba(255, 255, 255, 0.36) 8.14%, rgba(255, 255, 255, 0.09) 95.69%);
}

.vc-item.flip-card .back-content .content {
	overflow: hidden;
	border-radius: 12px;
    -webkit-backdrop-filter: blur(55px);
    backdrop-filter: blur(55px);
    box-shadow: 0px 24px 60px 0px #655F563D;
    background: linear-gradient(111.65deg, rgba(255, 255, 255, 0.36) 8.14%, rgba(255, 255, 255, 0.09) 95.69%);
}

/* Ensure front is above by default */
.flip-card .front-content {
	z-index: 2;
}

/* Back face */
.flip-card .back-content {
	transform: rotateY(180deg);
}

/* Utility: allow cards with dynamic heights to size correctly */
.flip-card,
.flip-card .flip-inner,
.flip-card .front-content,
.flip-card .back-content {
	height: 100%;
}

/* Swiper slide cards (benefit) integration */

/* Accessibility focus style when used as an interactive element */
.flip-card[tabindex="0"]:focus {
	outline: 2px solid #A28C68;
	outline-offset: 2px;
}


.header .megamenu .megamenu-group-title,
.header .megamenu .megemenu-section-title {
    font-family: 'Switzer-Semibold', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #191918;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 4px;
}

.header .megamenu .megemenu-section-title {
	margin-bottom: 12px;
}

.offercards {
	margin-top: 80px;
}

.to-item h3 {
	font-size: 16px;
    line-height: 160%;
    font-family: "Switzer-Regular", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #191918;
}

.treatment-options .hidden-content {
	display: none;
}

.option-img {
	position: relative;
}

.option-img .hidden-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 16px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Switzer-Regular', sans-serif;
	font-weight: 400;
	text-align: center;
}

/*
.halfblur-hero .row .col-lg-4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    background-blend-mode: screen;
    background: #1E401133;
    background: linear-gradient(111.65deg, rgba(255, 255, 255, 0.54) 8.14%, rgba(239, 239, 239, 0.072) 95.69%);
    -webkit-backdrop-filter: blur(140px);
    backdrop-filter: blur(140px);
    mix-blend-mode: color;
}
*/

.singlemedae .halfblur-hero .form-box {
	position: relative;
	border-radius: 20px;
	padding: 40px;
	background: linear-gradient(111.65deg, rgba(239, 239, 239, 0.6) 8.14%, rgba(239, 239, 239, 0.08) 95.69%);
	-webkit-backdrop-filter: blur(55px);
	backdrop-filter: blur(55px);
	box-shadow: 0px 24px 60px 0px #655F563D;
}

.singlemedae .halfblur-hero .form-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 2px; /* border thickness */
	background: linear-gradient(291.86deg, rgba(239, 239, 239, 0.08) 5.91%, rgba(229, 229, 229, 0.6) 95.07%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
  }

.singlemedae .halfblur-hero .form-box-container {
	padding-left: 40px;
}

.halfblur-hero>.container .has-bookform .content {

}

.halfblur-hero .row .col-lg-6.has-bookform {
	justify-content: start;
}

.halfblur-hero .row .col-lg-6.has-bookform::after,
.halfblur-hero .row .col-lg-6.hide-bg::after {
	display: none;
}

#TermsConditions-arialabel-terms {
  height: 300px !important;
}

/* .page-id-533 .offercards .additional-description	{
	display: none;
} */

.page-id-533 .offercards .offercard-item {
	overflow: hidden;
}

.page-id-533 .offercards .offercard-item .content {
	max-width: 560px!important;
}

.page-id-533 .offercards .offercard-item:hover .additional-description {
	display: block;
	font-size: 14px;
}

.page-id-533 .offercards .offercard-item:hover .additional-description ul li {
	margin-bottom: 16px;
}

.page-id-533 .offercards .offercard-item:hover .content .offercard-title,
.page-id-533 .offercards .offercard-item:hover .content .short-description,
.page-id-533 .offercards .offercard-item:hover .content .service-description {
	display: none;
}

.page-id-533 .section-withslider h2 {
	margin-left: 0;
}

.page-id-533 .section-withslider::before {
    background: linear-gradient(180deg, #A6B781 1.83%, rgba(166, 183, 129, 0.1) 59.73%);
    opacity: .5;
    z-index: 2;
}

.page-id-533 .glass-box ul li {
	margin-bottom: 8px;
}

.page-id-533 .glass-box ul {
	list-style: disc;
	padding-left: 24px;
}

.page-id-533 .glass-box	{
	height: auto!important;
}

.page-id-533 .glass-box .read-more-content .read-more-hidden-content {
	margin-top: 16px;
}

.page-id-533 .glass-box .read-more-content .read-more-link {
	color: #1c1c1c;
	font-size: 16px;
}

.page-id-533 .glass-box .read-more-content .read-more-link:hover {
	text-decoration: none;
}

.read-more-content:not(:last-child)	{
	margin-bottom: 24px;
}

.read-more-content .read-more-link {
	color: white;
	margin-top: 16px;
}

.read-more-content p {
	margin-top: 12px;
	margin-bottom: 16px;
}

.read-more-hidden-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}


.read-more-content.active .read-more-hidden-content {
	/* max-height is set dynamically via JavaScript */
}

.offercards .offercard-item.has-additional-content {
	position: relative;
}

.offercards .offercard-item.has-additional-content .content-more {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease, z-index 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFF0F0;
}

.offercards .offercard-item.has-additional-content:hover .content-more {
	z-index: 10;
	opacity: 1;
}

.offercards .offercard-item.has-additional-content .content-more ul {
	padding-left: 16px;
	list-style: disc;
}

.offercards .offercard-item.has-additional-content .content-more ul li {
	margin-bottom: 8px!important;
}

.offercard-item.has-additional-content .content-more .additional-description p,
.offercard-item.has-additional-content .content-more .additional-description span,
.offercard-item.has-additional-content .content-more .additional-description ul li {
	color: #4C4D4D;
	font-size: 14px;
}

.page-id-533 .homewomhe .singlemedae-wiw .section-heading small {
	color: #191918;
}

.page-id-531 .homemedical-ourphilo {
    min-height: 880px;
}

.page-id-531 section:nth-child(3) .section-heading h2 {
    margin-left: 0;
}

.page-id-531 section:nth-child(4) .section-heading small {
    margin-bottom: 0;
}

.page-id-531 .homemedical-offer .container .row {
	min-height: 380px;
}

.page-id-531 section:nth-child(4) .container .row ul {
	list-style: disc;
}

.page-id-531 section:nth-child(4) .container .row ul {
	padding-left: 24px;
}