/*!
Theme Name: euroeyes-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: euroeyes-theme
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.

euroeyes-theme 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/
*/

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.error-title {
    font-size: 100px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .error-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .error-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .error-title {
        font-size: 44px;
    }
}

@media (max-width: 400px) {
    .error-title {
        font-size: 36px;
    }
}

.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media iframe,
.wp-video {
    pointer-events: none;
}

.b-reviews .iframe .es-embed-root {
    max-width: 100% !important;
}

.leform-element {
    padding: 0 !important;
}

html .leform-inline {
    padding: 74px 0 65px;
}

@media(max-width: 767px) {
    html .leform-inline {
        padding: 0;
    }
}

html .leform-inline .leform-imageselect-none form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

html .leform-inline .leform-imageselect-none form label {
    width: calc(25% - 30px * 3 / 4) !important;
    height: 100% !important;
    text-align: center;
    position: relative;
    border-radius: 15px !important;
    cursor: pointer;
    display: block !important;
    margin: 0 !important;
}

@media (max-width: 1199px) {
    html .leform-inline .leform-imageselect-none form {
        gap: 20px;
    }

    html .leform-inline .leform-imageselect-none form label {
        width: calc(25% - 20px*3/4) !important;
    }
}

@media (max-width: 991px) {
    html .leform-inline .leform-imageselect-none form label {
        width: calc(50% - 10px) !important;
        border-radius: 10px;
    }
}

html .leform-inline .leform-imageselect-none form label .leform-imageselect-image {
    padding-top: calc(107% + 20px);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}

html .leform-inline .leform-imageselect-none form label .leform-imageselect-label {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    border-radius: 15px;
    background-color: var(--bg-white);
    min-height: 118px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500 !important;
    font-size: 30px !important;
    color: var(--text-dark-blue) !important;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767px) {
    html .leform-inline .leform-imageselect-none form label .leform-imageselect-label {
        background-color: var(--bg-white-2);
    }
}

@media (max-width: 1199px) {
    html .leform-inline .leform-imageselect-none form label .leform-imageselect-image {
        border-radius: 10px;

    }

    html .leform-inline .leform-imageselect-none form label .leform-imageselect-label {
        min-height: 70px;
        padding: 10px;
        border-radius: 10px;
        font-size: 20px !important;
    }
}
.skip-link {
    position: absolute;
    top: -50px;
    color: var(--text-white);
    background-color: var(--bg-red);
}
.skip-link:focus, .skip-link:active {
    top: 0;
    z-index: 9999;
    padding: 10px;
    border-bottom-right-radius: 10px;
}
html .f-html.video-wrapper{
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: var(--f-video-width, 960px);
    max-height: var(--f-video-height, 540px);
    aspect-ratio: var(--f-video-aspect-ratio);
    min-height: 1px;
    overflow: visible;
    background: var(--f-video-bg, rgba(0, 0, 0, .9));
}
html .f-html.video-wrapper iframe{
    display: block;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
}
html .leform-element div.leform-input input.form__control {
    min-height: 40px !important;
}

html .leform-element div.leform-input input.form__control, html .leform-element div.leform-input textarea.form__control, html .leform-element div.leform-input select.form__control {
    width: 100% !important;
    padding: 12px 30px !important;
    background-color: #fff !important;
    border: 1px solid #6882af !important;
    border-radius: 8px !important;
    font-size: 22px !important;
    outline: 0 !important;
    color: var(--text-black);
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    line-height: 1.4 !important;
    height: auto !important;
}
html .leform-element div.leform-input textarea.form__control {
    display: block;
    resize: none;
}
html .leform-element div.leform-input input.form__control::-webkit-input-placeholder, html .leform-element div.leform-input textarea.form__control::-webkit-input-placeholder {
    color: var(--text-gray);
    opacity: 1;
}
html .leform-element div.leform-input input.form__control:-moz-placeholder, html .leform-element div.leform-input textarea.form__control:-moz-placeholder {
    color: var(--text-gray);
    opacity: 1;
}
html .leform-element div.leform-input input.form__control::-moz-placeholder, html .leform-element div.leform-input textarea.form__control::-moz-placeholder {
    color: var(--text-gray);
    opacity: 1;
}
html .leform-element div.leform-input input.form__control:-ms-input-placeholder, html .leform-element div.leform-input textarea.form__control:-ms-input-placeholder {
    color: var(--text-gray);
    opacity: 1;
}
html .leform-element[data-type="text"], html .leform-element[data-type="email"], html .leform-element[data-type="textarea"], html .leform-element[data-type="select"]{
    margin-bottom: 30px !important;
}
html .leform-row.leform-element .leform-col.leform-col-6:nth-child(1) .leform-element[data-type="text"], html .leform-row.leform-element .leform-col.leform-col-6:nth-child(1) .leform-element[data-type="email"]{
    margin-right: 15px !important ;
}
html .leform-row.leform-element .leform-col.leform-col-6:nth-child(2) .leform-element[data-type="text"], html .leform-row.leform-element .leform-col.leform-col-6:nth-child(2) .leform-element[data-type="email"]{
    margin-left: 15px !important ;
}
html .leform-element[data-type="text"] div.leform-input, html .leform-element[data-type="email"] div.leform-input, html .leform-element[data-type="select"] div.leform-input{
    height: auto;
    line-height: 1.4;
}

.b-step-form .leform-form-inner .leform-row:first-child > .leform-col:nth-child(2) .leform-elements .leform-row.leform-element{
    margin-bottom: 0 !important;
}
html .leform-element-html p{
    line-height: 1.4;
    font-size: 16px;
    color: var(--text-black);
    font-family: Inter, Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
    margin: 0;
}
html .leform-element-html p:not(:last-child) {
    margin-bottom: 24px;
}
html .leform-element-html{
    margin-bottom: 30px;
}
html .leform-element div.leform-input textarea.form__control{
    height: 100% !important;
}
html .leform-element[data-type="checkbox"] label, html .leform-element[data-type="checkbox"] label a{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;

}
html .leform-element[data-type="checkbox"] .leform-cr-box label{
    width: 24px !important;
    height: 24px !important;
    margin-top: 3px;
}
@media (max-width: 767px) {
    html .leform-element[data-type="checkbox"] label, html .leform-element[data-type="checkbox"] label a {
        font-size: 20px;
    }
}
/* Show visible focus on custom inputs */
.leform-tile:focus + label,
.leform-imageselect:focus + label {
    outline: 2px solid black; /* highlight */
    outline-offset: 4px;
    border-radius: 4px;
}
.leform-element .leform-button{
    -webkit-user-select: initial !important;
    user-select: initial !important;
}
.b-step-form .leform-inline .leform-elements .leform-button:active, .b-step-form .leform-inline .leform-elements .leform-button:focus{
    outline: 2px solid black; /* highlight */
}


.b-step-form .leform-form-inner .leform-element-html + .leform-row > .leform-col:nth-child(1) .leform-elements .leform-row.leform-element {
    margin-bottom: 0 !important;
}
.b-step-form .leform-form-inner .leform-element-html + .leform-row > .leform-col:nth-child(1) .leform-elements .leform-row.leform-element:before, .b-step-form .leform-form-inner .leform-element-html + .leform-row > .leform-col:nth-child(1) .leform-elements .leform-row.leform-element:after{
    content: none !important;
}

@media (max-width: 1199px) {

    html .leform-row.leform-element .leform-col.leform-col-6:nth-child(2) .leform-element[data-type="text"], html .leform-row.leform-element .leform-col.leform-col-6:nth-child(2) .leform-element[data-type="email"]{
        margin-left: 0 !important ;
    }

    html .leform-row.leform-element .leform-col.leform-col-6:nth-child(1) .leform-element[data-type="text"], html .leform-row.leform-element .leform-col.leform-col-6:nth-child(1) .leform-element[data-type="email"]{
        margin-right: 0 !important ;
    }
    html .leform-element-html{
        margin-bottom: 15px;
    }

}
.border-light{
    border: 2px solid var(--text-light-blue-2);
}
html .b-step-form .leform-element div.leform-input>form{
    flex-direction: column;
    align-items: flex-start;
    -ms-flex-pack: start;
    -ms-flex-align: start;
}
.b-step-form .leform-inline .leform-tile-container .leform-tile-box input[type=radio].leform-tile+label{
     white-space: initial;
     overflow: initial;
    text-align: left !important;
    height: auto;
}
.bookly-form .bookly-box .bookly-time-range, .bookly-form .bookly-box .bookly-week-days, .module_content .bookly-form .bookly-box .bookly-time-range, .module_content .bookly-form .bookly-box .bookly-week-days, .module_content_wide .bookly-form .bookly-box .bookly-time-range, .module_content_wide .bookly-form .bookly-box .bookly-week-days, .bookly-form .bookly-mobile-step-2 .bookly-box:nth-child(1){
    display: none !important;
}

.leform-tile-layout-inline div.leform-tile-container{
    padding-right: 30px;
}
html div.leform-cr-container{
    margin: 0 0 30px 0;
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .leform-tile-layout-inline div.leform-tile-container{
        padding-right: 0;
    }
    html div.leform-cr-container{
        padding-right: 0;
    }
}
.b-step-form .leform-form-inner > .leform-row:nth-last-child(1){
    margin-top: 30px;
}
div.leform-cr-container div.leform-cr-label label{
    color: var(--text-color-main);
}
input[type=checkbox].leform-checkbox-classic:checked+label:after{
    color: var(--bg-dark-blue);
}
.bookly-form select{
    background: white;
    color: black;
}

.bookly-form input[type=number], .bookly-form input[type=password], .bookly-form input[type="tel"], .bookly-form input[type=text], .bookly-form select, .bookly-form textarea, .module_content .bookly-form input[type=number], .module_content .bookly-form input[type=password], .module_content .bookly-form input[type="tel"], .module_content .bookly-form input[type=text], .module_content .bookly-form select, .module_content .bookly-form textarea, .module_content_wide .bookly-form input[type=password], .module_content_wide .bookly-form input[type="tel"], .module_content_wide .bookly-form input[type=text], .module_content_wide .bookly-form select, .module_content_wide .bookly-form textarea {
    height: 40px !important;
    padding: 8px 10px !important;
    display: block;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #5c5d5f !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #737373 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bookly-form label {
    color: #fff !important;
}
html .bookly-form .bookly-form-group > label, html .bookly-form .bookly-label-error, html .bookly-form .bookly-progress-tracker > .active, html .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list, html .bookly-form .hover\:text-bookly:hover, html .bookly-form .hover\:text-bookly:hover{
    color: white !important;
}
.iti{
    color: black !important;
}
html .bookly-form input[type="tel"], html .module_content .bookly-form input[type="tel"], html .module_content_wide .bookly-form input[type="tel"] {
    padding-left: 45px !important;
}
.leform-element-html img{
    border-radius: 15px;
}
html .leform-form-inner > .leform-element.leform-element-html:nth-child(1){
    margin-bottom: 64px;
}
html .leform-form-inner .leform-element-html p img{
    margin-bottom: -24px;
}
.leform-element-html h1, .leform-element-html h2, .leform-element-html h3, .leform-element-html h4, .leform-element-html h5, .leform-element-html h6{
    margin: 0 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
}
html .leform-form:not([data-page="84"]) .leform-row.leform-element[data-type="columns"]{
    display: flex;
    align-items: center;
    gap: 30px 64px;
}
html .leform-form:not([data-page="84"]) .leform-row.leform-element[data-type="columns"]:before, html .leform-form:not([data-page="84"]) .leform-row.leform-element[data-type="columns"]:after{
    content: none !important;
}
html .leform-row.leform-element[data-type="columns"] .leform-element[data-type="columns"]{
    display: block;
}
.b-step-form .leform-form-inner > .leform-row:nth-last-child(1){
    display: block;
}
@media (max-width: 1199px) {
    html .leform-form-inner .leform-element-html p img{
        margin-bottom: 30px;
    }
    html .leform-row.leform-element[data-type="columns"]{
        flex-direction: column;
        gap: 30px;
    }
    html .leform-form-inner > .leform-element.leform-element-html:nth-child(1){
        margin-bottom: 15px;
    }
    .b-step-form .leform-form-inner > .leform-row:nth-last-child(1){
        margin: 0;
    }
    html .leform-row.leform-element[data-type="columns"] .leform-element[data-type="columns"]{
        display: block !important;
    }
    .b-step-form .leform-form-inner > .leform-row:nth-last-child(1){
        display: block !important;
    }
    .leform-element-html h1, .leform-element-html h2, .leform-element-html h3, .leform-element-html h4, .leform-element-html h5, .leform-element-html h6{
        margin: 0 !important;
        font-size: 28px !important;
        font-weight: 500 !important;
    }
}
@media(max-width: 1500px) {
    .leform-element-html h1, .leform-element-html h2, .leform-element-html h3, .leform-element-html h4, .leform-element-html h5, .leform-element-html h6{
        font-size: 32px !important;
    }
}

@media(max-width: 1199px) {
    .leform-element-html h1, .leform-element-html h2, .leform-element-html h3, .leform-element-html h4, .leform-element-html h5, .leform-element-html h6{
        font-size: 22px !important;
    }
}

@media(max-width: 400px) {
    .leform-element-html h1, .leform-element-html h2, .leform-element-html h3, .leform-element-html h4, .leform-element-html h5, .leform-element-html h6{
        font-size: 18px !important;
    }
}
