/*
Theme Name: LHK theme
Theme URI: lhk.ee
Template: oceanwp
Author: LHK
Author URI: lhk.ee
Version: 3.5.3.17098231173
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body, p {
    font-family: 'Manrope', sans-serif;
}

a:focus,
li:focus,
img:focus,
button:focus {
    outline: none !important;
}

table {
    margin: 0;
}

ul {
    padding-left: 19px;
}

ol {
    padding-left: 17px;
}

strong {
    color: #252C42;
}

.recommendations-link svg {
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.recommendations-link:hover svg {
    transform: rotate(90deg) !important;
}

.recommendations-link:hover .elementor-heading-title {
    color: #0073DD !important;
}

.recommendations-link:hover svg path {
    fill: #0073DD;
}

.telephone-link {
    color: #017BE3;
}

.telephone-link:hover {
    text-decoration: underline !important;
}

h1 {
    color: #252C42;
    font-family: Manrope;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.62px;
}

h2 {
    color: #252C42;
    font-family: Manrope;
    font-size: 44px;
    font-style: normal;
    font-weight: 750;
    line-height: 48px;
    letter-spacing: -1.32px;
}

h3 {
    color: #252C42;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 650;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.28px;
}

h4 {
    color: #252C42;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
}

h5 {
    color: #252C42;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}

.lhk-patients-counter .elementor-widget-container,
.lhk-specialists-counter .elementor-widget-container {
    color: #252C42;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 650;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.28px;
}

/*loading spinner subscription form */

.sg-loading-spinner {
    display: none;
    border: 4px solid rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    margin: 5px 0 0 5px;
    border-radius: 50%;
    border-top: 4px solid #017be3;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#eshop-btn:hover, /*e-shop header button */
#eshop-btn:hover a {
    background: #d3e9fd;
    color: #017be3;
    border: 0;
    border-radius: 16px;
}

.read-more-button .read-more-arrow {
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.read-more-button:hover .read-more-arrow {
    transform: rotate(90deg);
}

.post-template-share-buttons > div {
    cursor: pointer;
}

.contact-link:hover {
    text-decoration: underline rgba(1, 123, 227, 1);
}

::selection {
    background: lightblue;
    color: black;
    text-shadow: initial;
}

.patients-and-specialists-number-russian-ver-container::first-letter {
    text-transform: capitalize;
}

ul, ol {
    margin: 0;
}

#scroll-top { /* scroll up, default fixed WP button */
    display: none !important;
}

.main-page-news-widget-container .elementor-widget-n-carousel .e-n-carousel {
    border-radius: 16px !important;
}

.news-container-main-page-mobile {
    display: none !important;
}

/* Header styles */

#buttons-header-div {
    width: auto;
}

#about-us-main-menu-button {
    /*margin-right: 0;  */
}

#language-main-menu-button {
    margin-left: 45px;
}

#employee-template-booking-button { /* cursor booking button employee personal page template */
    cursor: pointer !important;
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    width: 64px !important;
}

.facebook-social-icon:hover {
    background-image: url("/wp-content/uploads/2024/06/Facebook-icon-hover.svg");
    background-repeat: no-repeat;

}

.instagram-social-icon:hover {
    background-image: url("/wp-content/uploads/2024/06/instagram-social-hover.svg");
    background-repeat: no-repeat;
}

/*blogs page styles */

/*Sendgrid subscription form styles */

#sendgrid-subscription-form {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    grid-template-areas:
        "email-input send-button"
        "error error";
}

#subscription-email-input {
    order: 1;
    grid-area: email-input;
    border-radius: 16px;
    border: 1px solid #f0f4f8;
    background: #f0f4f8;
    padding: 20px 16px;
    color: #017be3;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 16px;
}

#subscription-email-input:focus {
    border: 1.5px solid #0073dd;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 115, 221, 0.20), 0px 1px 2px 0px rgba(0, 115, 221, 0.10);
    color: #252c42;
}

#sg-response-message {
    width: 100%;
    display: flex;
    flex-grow: 1;
    order: 3;
    color: #0073dd;
    grid-area: error;
}

#subscription-email-input:hover {
    cursor: pointer;
    background: #e1f1ff;
}

#subscription-email-input:focus:hover {
    background: #fff;
    color: #252c42;
}

#subscription-email-input::placeholder {
    color: #8e919a;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

#subscription-submit-button {
    order: 2;
    grid-area: send-button;
    display: flex;
    height: 64px;
    width: fit-content;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #252c42;
    box-shadow: 0px 2px 6px 0px rgba(37, 44, 66, 0.30);
    color: #fff;
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

#subscription-submit-button:hover {
    background: #373e53;
}

#blogs-latest-post-elementor-text-widget .elementor-post__title a:hover {
    color: #017be3 !important;
}

.blogs-page-taxonomy-filter button {
    cursor: pointer !important;
}

.blogs-loop-grid .elementor-widget-heading .elementor-heading-title a:hover {
    color: #017be3 !important;
}

.blog-subscription-form {
    margin-top: -26px;
}

.blogs-loop-grid .elementor-button-link { /* Load more button on blogs page */
    background: none;

}

.blogs-loop-grid .e-load-more-spinner { /* Load more button on blogs page */
    background: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs-loop-grid .e-load-more-spinner svg { /* Load more button on blogs page */
    display: block;
    stroke: red;
    width: 45px;
}

.blogs-loop-grid .e-load-more-spinner svg path { /* Load more button on blogs page */
    fill: #017be3;
    opacity: 0.7;
}

.blogs-loop-grid .elementor-button span { /* Load more button on blogs page */
    border-radius: 16px;
    border: 1px solid #d6dbe2;
    width: 132px;
    display: flex;
}

.blogs-loop-grid .elementor-button-text { /* Load more button on blogs page */
    padding: 16px 24px;
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
}

.blogs-loop-grid img {
    object-fit: cover;
}

/* Featured post list widget styles */
.featured-posts {
    padding: 0 40px 0 40px;
}

.featured-posts h3 {
    margin: 0 0 32px 0;
}

.featured-post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
}

#featured-post-list-link {
    color: #252c42;
}

#featured-post-list-link:hover {
    color: #017be3;
}

/* Featured post list widget styles end*/

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .featured-posts {
        padding: 0;

    }

    .featured-post-list {
        display: block;
    }

    #sendgrid-subscription-form {
        flex-wrap: wrap;
    }

}

/*blogs page styles */

/* Language Dropdown styles  begin */
.widget_mslswidget {
    display: none;
}

/* Main menu language dropdown */
.main-menu-language-dropdown .e-n-menu-heading svg path {
    fill: none;
    stroke-width: 2;
    width: 20px;
    height: 20px;
}

.main-menu-language-dropdown .elementor-shortcode span {
    margin: 0;
}

.main-menu-language-dropdown .elementor-shortcode span a {
    color: #252c42;
    padding: 16px;
    border-radius: 16px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 100%;
}

.main-menu-language-dropdown .elementor-shortcode {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.main-menu-language-dropdown .elementor-shortcode span a:hover {
    background: #eff4f9;
}

.mobile-main-menu-language-dropdown .elementor-shortcode span a {
    color: #252c42;
    padding: 16px 16px 16px 6px;
    border-radius: 16px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 8px;

}

.language-dropdown {
    position: relative;
    user-select: none;
    border: 0 solid #ccc;
    cursor: pointer;
}

.language-dropdown-selected {
    padding: 0px;
    background-color: #fff;
    width: 32px;
    height: 100%;
}

.language-dropdown-options {
    position: absolute;
    width: 100%;
    border: 0 solid #ccc;
    border-top: none;
    background-color: #fff;
    z-index: 1000;
}

.language-dropdown-option {
    padding: 0px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    margin-top: 16px;
}

.language-dropdown-option:hover {
    background-color: #f0f0f0;
}

/* Language Dropdown styles  end */

/* News on main page begin */
.main-page-news-div:hover .news-widget-header {
    color: #0073dd;
}

.news-widget-picture-div {
    display: inline-block;
    justify-content: start;
    max-width: 362px;
    align-self: start;
    object-fit: cover;
}

.elementor img.news-widget-cover-image {
    border-radius: 16px;
    object-fit: cover;
}

.news-widget-header-div {
    border: 0 solid #d3d3d3;
    margin-bottom: 0;
    max-height: 150px;
    width: 100%;
    max-width: 362px;
    align-self: start;
    color: #252c42;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: color;
}

.news-widget-header {
    font-size: 22px;
    font-weight: 600;
    padding-top: 24px;
    font-family: 'Manrope';
    color: #252c42;
    transition: color 0.3s ease-in-out;
}

.news-widget-header:hover {
    color: #0073dd;
}

.news-widget-description-div {
    max-width: 360px;
    align-self: start;

}

.news-widget-description {
    font-family: 'Manrope';
    font-size: 16px;
    color: #0073dd;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-left: 2px;
}

/*News widget on main page */

/*main-news-carousel*/

.main-news-carousel {
    max-width: 1128px !important;
}

.main-news-carousel.elementor-widget-n-carousel .e-n-carousel {
    border-radius: 16px;
}

.main-news-carousel .elementor-swiper-button-next:hover, /* Navigation buttons */
.main-news-carousel .elementor-swiper-button-prev:hover {
    background-color: #d3e9fd !important;
    border-color: #d3e9fd !important;
}

.main-news-carousel .elementor-swiper-button-next:hover svg, /* Navigation buttons */
.main-news-carousel .elementor-swiper-button-prev:hover svg {
    fill: #017be3 !important;
}

#employee-template-online-booking-taxonomies { /* current employee page taxonomy widget */
    display: none;
}

@media only screen and (max-width: 600px) and (min-width: 501px) {
    .news-widget-header {
        font-size: 90%;
    }
}

/* News on main page end */

/* employee feedback page */

.grade-item {
    cursor: pointer;
}

.grade-item-active img {
    scale: 1.3;

}

/* Shared Button Styles */
#booking-button {
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 rgba(0, 115, 221, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #017be3;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    font-family: 'Manrope';
    color: white;

    .elementor-button-text {
        color: #fff;
    }
}

#booking-button:hover {
    background-color: #009df5;
}

/* Individual Button Styles start */

.booking-button--width-205 {
    padding: 16px 24px;
    width: 205px;
    max-height: 64px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .booking-button--width-205 {
        width: 100%;
    }
}

.booking-button--width-auto {
    padding: 16px 24px;
    width: auto;
    max-height: 56px;
    font-size: 16px;
    white-space: nowrap;
}

.booking-button--width-145 {
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 rgba(0, 115, 221, 0.30);
    max-height: 48px;

}

.booking-button--width-160 {
    width: 160px;
    padding: 12px 24px;
    justify-content: center;
    color: #fff;
    align-items: center;
    border-radius: 16px;
    background: #017be3;
    box-shadow: 0 2px 6px 0 rgba(0, 115, 221, 0.30) !important;

}

.booking-button--width-324 {
    padding: 20px 20px;
    width: 100%;
    height: 64px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .booking-button--width-324 {
        padding: 12px 24px;
        font-size: 18px;
    }
}

.service-main-dropdown-menu {
    max-width: 1178px !important;
}

/* active menu title on mobile version */
@media (max-width: 767px) {
    li.e-n-menu-title-active {
        color: white !important;
        padding-top: 8px !important;
    }

    li.e-n-menu-title-active .e-n-menu-title-text {
        color: #717787 !important;
    }
}

/*LHK price list styles */
/*!* LHK Price item styles *!*/
.pricelist {
    text-align: center;
    display: inline-block;
    flex: 1;
    width: 100%;
    margin-top: 0;
    row-gap: 0;
    border-bottom: 1px solid rgba(188, 194, 203, 0.5);
}

.service-price {
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    margin: 0;
}

.service-price.discount_price {
    color: red;
}

.service-description {
    text-align: left;
    width: 650px;
    color: #717787;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;

}

.service-row {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.service-name {
    text-align: left;
    color: #252c42;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    max-width: 90%;
}

@media (max-width: 767px) {
    .pricelist {
        width: 100%;
        padding: 0;
    }

    .service-price {
        font-size: 18px;
        width: 20%;
        text-align: right;
        margin-bottom: 0 !important;
    }

    .service-description {
        width: 75%;
        font-size: 14px;
    }

    .service-name {
        font-size: 16px;
        width: 85%;
    }

    .service-row {
        width: 100%;
    }

    .price-list-tabs .e-n-tab-title {
        justify-content: space-between !important;
    }

    .price-list-tabs .e-n-tab-title:hover {
        background: #fff !important;
    }

    .price-list-tabs .e-n-tab-title[aria-selected="true"] {
        background: #fff !important;
    }

    .price-list-tabs button[aria-selected=true] .e-n-tab-title-text {
        font-weight: 600 !important;
    }

    #diagnostics-tab {
        padding-top: 0;
    }

    .price-list-tabs .e-n-tabs-heading button[aria-selected="false"] {
        border-width: 0 0 1px 0 !important;
        border-color: #bcc2cb !important;
        border-style: groove !important;
    }

    .price-list-tabs .e-n-tabs-heading button[aria-selected="true"] svg {
        transform: rotate(180deg);
    }

    .price-list-tabs .e-n-tabs-heading button svg {
        transition: transform 0.3s ease !important;
    }

    .price-list-tabs .e-n-tabs-heading button[aria-selected="false"] svg {
        transform: rotate(0deg) !important;
    }

    /* active tab highlight on landscape/mobile off */
    .price-list-tabs .e-n-tab-title[aria-selected=true] {
        color: #252c42 !important;
    }

}

/* LHK Price item styles end*/

@media (max-width: 767px) {
    .elementor-1770 .elementor-element.elementor-element-e7ed61e > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
        background: #fff;
        padding-left: 0;
        margin: 0;
        color: #252c42;

    }

    .elementor-1770 .elementor-element.elementor-element-e7ed61e > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ) {
        padding-left: 0px;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

}

/*Pricelist styles end*/

/*Contact page styles */

/*Contacts page tabs style */

.contacts-page-form input,
.contacts-page-form textarea {
    cursor: pointer;
}

.contacts-page-form input:hover,
.contacts-page-form textarea:hover {
    background: #e1f1ff !important;
}

.contacts-page-form textarea {
    padding-top: 15px;
}

.contacts-page-form input:focus,
.contacts-page-form textarea:focus {
    border-radius: 16px !important;
    border: 1.5px solid #017be3 !important;
    background: #fff !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 115, 221, 0.20), 0px 1px 2px 0px rgba(0, 115, 221, 0.10);
!important;
}

.contacts-page-form input::placeholder,
.contacts-page-form textarea::placeholder {
    color: #9ba4b5 !important;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#contacts-lasnamae-tab {
    margin-left: 93px;
    padding-bottom: 13px;
    height: 55px;
    font-size: 16px;
}

#contacts-mustamae-tab {

    padding-bottom: 13px;
}

#contacts-pelgulinn-tab {

    padding-bottom: 13px;
}

#contacts-lasnamae-tab[aria-selected="true"] {
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;

}

#contacts-mustamae-tab[aria-selected="true"] {
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;
}

#contacts-pelgulinn-tab[aria-selected="true"] {
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;
}

#our-clinics-inactive-tab {
    pointer-events: none;
    color: #252c42;
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 13px !important;

}

@media (max-width: 767px) {
    #contacts-lasnamae-tab {
        margin-left: 0;
        padding-left: 0;
        font-size: 16px
    }

    #contacts-lasnamae-tab .e-n-tab-title-text {
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    #contacts-mustamae-tab .e-n-tab-title-text {
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    #contacts-pelgulinn-tab .e-n-tab-title-text {
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    #our-clinics-inactive-tab {
        display: none;
    }
}

#form-field-contactsFormMessage {

    padding-top: 15px;
}

/*Contacts page Send button style */
#contact-send-message-button {
    box-shadow: 0 2px 6px 0 rgba(37, 44, 66, 0.30) !important;
}

/*Contact page styles end*/

/*X-ray page styles start*/
/*Radio buttons styles */

/*Send button */
.elementor-1035 .elementor-element.elementor-element-40037d3 .elementor-button[type="submit"] {
    flex-basis: 99px;
    margin-top: -10px;
    Text-Transform: Capitalize
}

#x-ray-sent-button,
#feedback-sent-button {
    background: #252c42;
    box-shadow: 0 2px 6px 0 rgba(37, 44, 66, 0.30)
}

/*Radio buttons */
input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #e8e9ee;
    border: 0 solid transparent;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    transition: border-color 0.3s ease-in-out, border-width 0.3s ease-in-out;
}

input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

input[type="radio"]:checked:before {
    transform: translate(-50%, -50%) scale(1);
    background: #017be3;
}

/*X-ray page styles end*/

/*Võtame tööle (Vacancy page) page styles start*/
.vacancy-form .elementor-form-spinner {
    display: none !important;
}

.vacancy-form input:hover {
    background: #e1f1ff !important;
    cursor: pointer;
}

.vacancy-form input:focus,
.vacancy-form textarea:focus {
    border-radius: 16px !important;
    transition: none;
    border: 1.5px solid #017be3 !important;
    background: #fff !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 115, 221, 0.20), 0px 1px 2px 0px rgba(0, 115, 221, 0.10);
!important;
}

.vacancy-form input::placeholder,
.vacancy-form textarea::placeholder {
    color: #9ba4b5 !important;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.elementor-field-group.elementor-column .dropzone_container {
    background: #eff4f9 !important;
    border: 0 !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
}

.vacancy-form .dropzone .dz-preview.dz-file-preview .dz-image,
.vacancy-form .dropzone .dz-preview .dz-details .dz-size span,
.vacancy-form .dropzone .dz-preview .dz-details .dz-filename span {
    background: rgba(211, 233, 253, 1) !important;
    color: #252c42;
}

.vacancy-form .dz-preview .dz-remove {
    bottom: -7% !important;
}

.vacancy-form .dropzone .dz-preview .dz-progress .dz-upload {
    background: #017BE3 !important;
    opacity: 0.5;;
}

.vacancy-form .dropzone .dz-preview .dz-details {
    line-height: 200%;;
}

.dropzone_container {
    box-shadow: none !important;
}

.elementor-field-group.elementor-column .dropzone_container .dz-message .dz-button {
    box-shadow: none !important;
    font-family: 'Manrope' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    position: static;
}

.elementor-field-group.elementor-column .dropzone_container .dz-message .dz-button {
    color: #a3a9b4 !important;
    font-family: 'Manrope' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 70px !important;

}

.elementor-field-group.elementor-column .dropzone_container .dz-message {
    margin-bottom: 0px;
}

.elementor-805 .elementor-element.elementor-element-6d4e4cc .elementor-button[type="submit"] {
    Text-Transform: Capitalize;

}

.vacancy-form .elementor-button[type="submit"]:hover {
    background: #373e53 !important;
}

@media (max-width: 767px) {
    .elementor-805 .elementor-element.elementor-element-6d4e4cc .elementor-button[type="submit"] {
        width: 100%;

    }

}

/*Võtame tööle page styles end*/

/*Gallery + gallery tabs styles start*/

/*lightbox next/back arrows styles */

.elementor-lightbox .swiper .elementor-swiper-button svg {
    border-radius: 24px;
    border: 2px solid #8e919a;
    width: 48px !important;
    height: 48px !important;
    padding: 12px;

}

.elementor-lightbox .swiper .elementor-swiper-button svg:hover {
    background: #3e4559;
    padding: 14px;
    border: 0;
}

#lasnamae-gallery-tab[aria-selected="true"] { /* Active tab underline */
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;
}

#lasnamae-gallery-tab {
    padding: 0 0 13px 0;
    margin: 0;
}

#mustamae-gallery-tab[aria-selected="true"] { /* Active tab underline */
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;
}

#mustamae-gallery-tab {
    padding: 0 0 13px 0;
    margin: 0;
}

#pelgulinna-gallery-tab[aria-selected="true"] { /* Active tab underline */
    border-bottom: 3px solid;
    transition: none;
    border-top: 3px solid transparent;
}

#pelgulinna-gallery-tab {
    padding: 0;
    margin: 0;
    padding-bottom: 13px;
}

.gallery-tabs-main-container .e-gallery-grid .e-gallery-image {
    border-radius: 16px;
}

#elementor-lightbox-slideshow-cc71607 span.elementor-slideshow__counter.swiper-pagination-fraction.swiper-pagination-horizontal { /*Lightbox header counter*/
    width: inherit;
}

#elementor-lightbox-slideshow-cc71607 a.dialog-close-button.dialog-lightbox-close-button::after { /* "Close" to light box X */
    content: "";
    margin-left: 3px;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-right: 55px;
}

#elementor-lightbox-slideshow-cc71607 .dialog-lightbox-close-button svg {
    height: 24px;
    width: 24px;
    align-self: center;
}

/*Gallery styles end*/

#employee-language-container .elementor-shortcode {
    display: flex;
    margin-top: 16px;
}

.employee-language-flag {
    display: flex;

}

.employee-language-flag img {
    border-radius: 3px;
    margin-right: 12px;
    height: 20px !important;
}

.elementor-element elementor-element-35b4f96 e-flex e-con-boxed e-con e-child {
    height: 25px;
}

/* Latest Post Category Widget style start */
.category-widget-div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0px;
    line-height: 160%;
    color: #017be3;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-right: 16px;
}

/* Latest Post Category Widget style end */

/* CURRENT post Category Widget styles start*/
.current-post-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 8px 16px;
    border-radius: 16px;
    background: #e1f1ff;
    margin-right: 16px;
}

.current-post-category a {
    color: #0073dd !important;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

/* CURRENT post Category Widget styles end*/

/* HammasEmployee Template page styles begin */

#employee-type-template .elementor-post-info__terms-list-item { /*Hammas Employee type */
    width: auto;
    display: inline-flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #e1f1ff;
    color: #0073dd;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

#employee-template-name {

    color: #252c42;
    font-family: Manrope;
    font-size: 44px;
    font-style: normal;
    font-weight: 750;
    line-height: 48px; /* 109.091% */
    letter-spacing: -1.32px;
}

#employee-template-clinic-info a {
    color: #717787;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

#employee-template-services ul {
    color: #585e70;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#employee-type-template span {
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #e1f1ff;
    color: #0073dd;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

/* Main page carousel widget */
.main-page-image-carousel .swiper-slide img { /* prevents the carousel from height stretching */
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: center center;
}

.elementor-widget-image-carousel .swiper, .elementor-widget-image-carousel .swiper-container { /* image carousel on main page div border-radius */
    border-radius: 16px;
}

/* Main page carousel widget */

/* LHK credit calc iframe */
#lhv-credit-calc {
    padding: 0;
    height: 440px;
    width: 550px;
    flex-grow: 1;

}

#gallery-close-x-button a {
    outline: none !important;
    box-shadow: none !important;
}

#time-booking-button-mobile-menu {
    border-radius: 16px;
    background: #017be3;
    box-shadow: 0 2px 6px 0 rgba(0, 115, 221, 0.30);
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: none;
    position: fixed;
    bottom: 50px;
    margin: 5px;
    width: 100%;
    height: 2%;
}

#empty-menu-item {
    height: 250px;
}

/* Do not delete, prevents the menu from stretching */

.patient-satisfaction-survey-page-container .elementor-button span {
    align-content: space-around;
}

/*  Patient satisfaction survey page icons in buttons  */

.form-x-ray-page .elementor-form-spinner,
.feedback-form .elementor-form-spinner {
    display: none !important;
}

.fa-spinner {
    padding-top: 15px;
}

.form-x-ray-page textarea,
.feedback-form textarea {
    cursor: pointer;
}

.form-x-ray-page .elementor-field-type-radio .elementor-field-option,
.feedback-form .elementor-field-type-radio .elementor-field-option {
    display: flex;
    height: 25px;
    align-items: center;
}

.form-x-ray-page .elementor-field-group-field_17b343b .elementor-field-subgroup {
    row-gap: 14px;
}

/*x-ray page*/

#form-field-notes_field_x_ray_page::placeholder {
    padding-top: 13px;
}

.x-ray-nb-div {
    margin-top: 8px;
    line-height: 3px;
    color: #585e70;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.form-x-ray-page .elementor-field-group-field_17b343b label {
    line-height: 20px !important;
    cursor: pointer;
    margin: 0;
}

.form-x-ray-page .elementor-field-group-field_17b343b input[type='radio'] {
    margin: 0 12px 0 0;
    height: 22px;
    width: 22px;
}

.form-x-ray-page .elementor-field-group-field_17b343b input[type='radio']:hover {
    background: #d3e9fd;
}

.form-x-ray-page .elementor-button[type="submit"]:hover {
    background: #373e53 !important;
}

.form-x-ray-page .elementor-field-label:after {
    color: red !important;
}

.form-x-ray-page input,
.form-x-ray-page textarea {
    transition: none !important;
}

.form-x-ray-page input:hover,
.form-x-ray-page textarea:hover {
    background: #e1f1ff !important;
    cursor: pointer;
}

.form-x-ray-page input:focus,
.form-x-ray-page textarea:focus {
    transition: none;
    border-radius: 16px !important;
    border: 1.5px solid #017be3 !important;
    background: #fff !important;
}

.form-x-ray-page input::placeholder,
.form-x-ray-page textarea::placeholder {
    color: #9ba4b5 !important;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.main-mobile-menu .e-n-menu-wrapper > .e-n-menu-heading {
    overflow-x: hidden;
    flex-direction: column;
}

.main-mobile-menu .e-n-menu-wrapper > .e-n-menu-heading .e-n-menu-item:last-child {
    margin-bottom: 152px;

}

.main-mobile-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-item {
    --stretch-width: auto !important;
    width: auto !important;
    min-width: 0 !important;
}

.main-mobile-menu .menu-item a:focus {
    outline: none !important;
}

.main-mobile-menu .current-menu-item a {
    border-radius: 16px !important;
}

.main-mobile-menu .e-n-menu-heading button { /* menu headings arrows align */
    margin-left: auto !important;
}

.main-mobile-menu .e-n-menu-heading:hover {
    background: transparent !important;
}

/* mobile menu styles*/

#mobile-menu-settings-category-title.e-n-menu-title-active {
    padding-top: 0 !important;
}

#mobile-menu-settings-category-title span {
    color: #717787 !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 24px 0 8px 0;
}

.feedback-form .elementor-column .elementor-field-subgroup {
    flex-direction: column;
    row-gap: 4px;
}

.feedback-form .elementor-column .elementor-field-subgroup .elementor-field-option {
    flex-basis: fit-content;
    width: 100%;
    padding: 0 22px 0 10px;
    border-radius: 16px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.feedback-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
    padding: 4px 22px 4px 10px;
}

.feedback-form .elementor-column .elementor-field-subgroup .elementor-field-option:hover {
    background-color: #F0F4F8 !important;
    cursor: pointer;
    color: #009DF5;
}

.feedback-form .elementor-column .elementor-field-subgroup .elementor-field-option:hover input[type='radio'] {
    border-width: 3px;
    background-color: #009DF58F;
}

.feedback-form input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
    flex: none;
}

.feedback-form input[type="checkbox"]:checked + label {
    color: #017BE3 !important;
}

.feedback-form .elementor-field-subgroup label {
    padding-top: 4px;
    cursor: pointer;
}

.feedback-form .elementor-field-label {
    cursor: default !important;
}

.feedback-form input[type="checkbox"] {
    border-radius: 5px;
}

.feedback-form form .elementor-field-type-textarea input,
.feedback-form form .elementor-field-type-textarea textarea {
    border-radius: 16px;
    border: 1px solid #F0F4F8 !important;
    background: #F0F4F8;
    padding: 14px;
}

.feedback-form form .elementor-field-type-textarea input:hover,
.feedback-form form .elementor-field-type-textarea textarea:hover {
    background: #e1f1ff;
    cursor: pointer;
}

.feedback-form form .elementor-field-type-textarea input:focus,
.feedback-form form .elementor-field-type-textarea textarea:focus {
    border-radius: 16px !important;
    transition: none;
    border: 1.5px solid #017be3 !important;
    background: #fff !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 115, 221, 0.20), 0px 1px 2px 0px rgba(0, 115, 221, 0.10);
!important;
}

.feedback-form form .elementor-field-type-textarea input::placeholder,
.feedback-form form .elementor-field-type-textarea textarea::placeholder {
    color: #9ba4b5 !important;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.feedback-form .elementor-field-type-textarea {
    animation: fadeIn 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) and (min-width: 501px) {

    .main-mobile-menu .current-menu-item a {
        border-radius: 16px !important;
        color: #017be3 !important;
        border: 0 !important;
    }

}

@media (max-width: 767px) {

    h1 {
        color: var(--Text-text-primary, #252C42);
        font-family: Manrope;
        font-size: 44px;
        font-style: normal;
        font-weight: 800;
        line-height: 48px; /* 109.091% */
        letter-spacing: -1.32px;
    }

    h2 {
        color: var(--Text-text-primary, #252C42);

        /* H2 Mobile */
        font-family: Manrope;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 44px; /* 110% */
        letter-spacing: -0.8px;
    }

    h3 {
        color: var(--Text-text-primary, #252C42);

        /* H3 Mobile */
        font-family: Manrope;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 123.077% */
        letter-spacing: -0.26px;
    }

    h4 {
        color: var(--Text-text-primary, #252C42);

        /* H4 */
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 127.273% */
    }

    h5 {
        color: var(--Text-text-primary, #252C42);

        /* H5 */
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 144.444% */
    }

    /*.main-mobile-menu ul.e-n-menu-heading li:nth-last-child(2) {*/
    /*    margin-bottom: 140px; !* Adds scroll to mobile menu if floating container covers menu items *!*/

    /*}*/

    .floating-mobile-booking-container svg {
        filter: drop-shadow(0px 4px 16px rgba(1, 123, 227, 0.3));

    }

    #sg-response-message {
        margin-top: 10px;
    }

    #sendgrid-subscription-form {
        grid-gap: 0px;
        display: flex;
        flex-direction: column;
    }

    #subscription-email-input {
        margin-bottom: 20px;
    }

    @keyframes slide-in2 {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(25px);
        }
    }
    .main-mobile-menu .e-con-full {
        animation: slide-in-submenu 0.2s forwards !important;

    }

    @keyframes slide-in-submenu {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(10px);
        }
    }

    #menubar-103 { /*titles animation */
        padding: 0 24px 0 0;
        animation: slide-in2 0.2s forwards;
    }

    @keyframes slide-in {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(30px);
        }
    }

    .main-mobile-menu .e-con-full {
        animation: slide-in-submenu 0.2s forwards !important;

    }

    @keyframes slide-in-submenu {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(10px);
        }
    }


    .buttons-mobile-menu {
        animation: slide-in-buttons 0.5s forwards !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: none;
    }

    @keyframes slide-in-buttons {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0px);
        }
    }


    /* Featured post list widget styles */
    .featured-posts {
        padding: 0 0 0 0px;
    }

    .featured-post-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    /* Featured post list widget styles end*/
    /*gallery page styles*/
    .lhk-gallery .elementor-widget-n-tabs {
        --n-tabs-title-padding-inline-end: 0px;
    }

    .lhk-gallery .e-con.e-flex > .e-con-inner,
    .lhk-gallery .e-con .e-flex > .e-frontend-lite {
        height: auto;
        flex-grow: 0;
    }

    .lhk-gallery .e-con .e-con-inner {
        flex-grow: 0;
    }

    #lasnamae-gallery-tab {
        padding: 0 0 13px 0;
        margin: 0 15px 0 0;
        display: block;
    }

    #lasnamae-gallery-tab[aria-selected="true"] { /* Active tab underline */
        border-bottom: 3px solid;
        box-sizing: border-box;
    }

    #mustamae-gallery-tab {
        padding: 0 0 13px 0;
        margin: 0 15px 0 0;
        display: block;
    }

    #mustamae-gallery-tab[aria-selected="true"] { /* Active tab underline */
        border-bottom: 3px solid;

    }

    #pelgulinna-gallery-tab {
        padding: 0 0 13px 0;
        margin: 0;
        display: block;
    }

    #pelgulinna-gallery-tab [aria-selected="true"] { /* Active tab underline */
        border-bottom: 3px solid;
    }

    .gallery-tabs-main-container .e-n-tabs-heading {
        display: flex !important;
        justify-content: space-around !important;
    }

    /*gallery page styles*/
    .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover {
        color: #252c42 !important;
    }

    .main-page-image-carousel .swiper-slide img { /* prevents the carousel from height stretching */
        aspect-ratio: 4 / 3;
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center center;
    }

}

@media (max-width: 500px) {

    .main-page-image-carousel .swiper-slide img {
        height: 100%;
    }

    .news-container-main-page-mobile {
        display: flex !important;
    }

    .elementor img.news-widget-cover-image {
        width: 100%;
        height: auto;
        border-radius: 16px;
        object-fit: initial;
    }

    .pricelist .service-row p {
        width: 11vh;
    }

    .current-post-category {
        margin-bottom: 10px;
    }

}

@media (max-width: 400px) {
    h1 {

        font-size: clamp(36px, 9.5vw, 44px) !important;
        line-height: clamp(1.2em, 4vw, 1.5em) !important;
    }

}