/*!
Theme Name: Lefktron Hotel
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: https://www.gsarigiannidis.gr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lefktron
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 with others.

Lefktron Hotel is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
.flexslider .slides img {
    height: auto;
}

.custom-logo-link {
    background-image: none !important;
}

.custom-logo-link img {
    max-height: 54px;
    width: auto;
}

.services .alignnone {
    width: auto;
    height: auto;
    max-width: 100%;
}

.fancybox-type-iframe .fancybox-inner {
    height: auto !important;
    padding-top: 50%;
    width: 100% !important;
}

.fancybox-type-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.fa-tripadvisor {
    display: block;
    color: #fff;
    font-size: 56px;
}

.offers-grid {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.offers img {
    height: auto;
}

.tagline span {
    font-size: 24px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.datepicker-dropdown {
    z-index: 99999;
}

.gallery-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.gallery .gallery-item {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 20px;
    max-width: calc(50% - 20px);
}

.gallery-container::before,
.gallery-container::after {
    display: none;
}

.gallery img {
    width: auto;
    height: auto;
}

/* new styles -tnakkas- */
.espa_banner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 300px;
    height: auto;
    margin-bottom: 84px;
    z-index: 11;
}
.espa_banner img {
    height: auto;
}
    @media screen and (max-width: 767px) {
        .espa_banner{
            width: 90%;
            left: 50%;
            transform: translate(-50%, 0px);
        }
    }

html:lang(en-US) #menu-item-wpml-ls-2-en {
    display: none;
}
html:lang(el) #menu-item-wpml-ls-2-el {
    display: none;
} 
.header-wrapper hr {
    width: 16px;
    border-width: 6px;
    border-color: #000;
    margin: 25px auto;
}
.header-wrapper h4::after {
    content: "";
    display: block;
    width: 16px;
    height: 6px;
    background-color: black;
    margin: 25px auto;
}
.header-wrapper ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid black;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(45deg);
}
.header-wrapper ul li {
    text-align: left !important;
    display: flex;
    align-items: center;
}
a .info-box-content h3 {
    white-space: unset;
}

@media all and (min-width: 768px) {
    .gallery .gallery-item {
        max-width: calc(33.333% - 20px);
    }
}

@media all and (min-width: 768px) {
    .gallery .gallery-item {
        max-width: calc(25% - 20px);
    }
}