/*
 Theme Name: Liber Child
 Theme URI: http://www.anarieldesign.com/themes/
 Description: Liber Child Theme
 Author: Anariel Design
 Author URI: http://www.anarieldesign.com/
 Template: liber
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, footer-widgets, food-and-drink, blog
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Cormorant Infant', serif; 
}

.pre-footer h3{
    font-weight: bold;
    color: #024985;
}

h1{
    font-size: 60px;
}

h2{
    font-size: 50px;
}

h3{
    font-size: 35px;
}

h4{
    font-size: 25px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 100%;
}

*{
    box-sizing: border-box;
}

.datepick-popup {
    z-index: 99999;
}

/* HAEDER */
.main-navigation ul ul {
    background-color: #f1f1ec;
    border: 2px solid #f1f1ec;
}

@media screen and (min-width: 768px) {

    #primary-menu > li:last-child:before{
        content: '';
    }
    
}

.book-now{
    margin: 0px 0px 0px 0px;
    padding: 20px 15px !important;

    color: #004987 !important;
    font-weight: bold;

    background: #fad000;
    position: relative;
    top: 2px;
    margin-left:  20px;
}

.book-now:hover{
    border-bottom: 1px solid transparent;
}

#main_booking_top {background:#025576;color:#fff;padding:15px;position:absolute;right:5%;top:156px; font-size: 16px;}
#main_booking_top .bt-close {font-size:0;width:25px;height:25px;background:#fff;position:absolute;right:0;top:0;cursor:pointer;}
#main_booking_top .bt-close:before {content:"X";position:absolute;top:0;right:0;font-size:17px;width:100%;text-align:center;line-height:25px;color:#37aedf;}
#main_booking_top .header__book__module {padding: 30px 0 0 0;}
#main_booking_top .header__book__module .sblink a {color: #fff;text-decoration: none;}
#main_booking_top .header__book__module .sblink .sbLinkSp {padding: 0 10px 0 0;}
#main_booking_top .header__book__module .sblink a.t-selected {font-weight: 700;text-decoration: underline;}
#main_booking_top .header__book__module .as-itemi {float: left;width: 100%;margin: 0;}
#main_booking_top .header__book__module .as-itemi .k-button {min-height: 0;line-height: 1;padding: 10px 20px; background-color: rgb(9, 156, 200); color:  #fff; border: 0px;}
#main_booking_top .header__book__module .as-itemi .k-button:hover {background:#2cb2e0;}

#main_booking_top .header__book__module .as-itemi .k-button[aria-label="select"]{
    padding: 0px 0px;
}


#main_booking_top .rescnuo a{
    color: #fff;
}

#main_booking_top .rescnuo a:hover{
    color: #099cc8;
}

#main_booking_top .inf{
    display: none;
}

#sbVinet-footerpaxmdv .inf{
    display: none;
}

@media screen and (max-width: 767px) {
    .main-navigation.toggled{
        background: #f1f1ec !important;
    }
}

.popup{
    display: none;
}

.popup.open{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;

    z-index: 999999;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);

}

.popup .popup-inner{
    width: 90%;
    max-width: 450px;
    
    position: relative;

   /* position: absolute;
    top: 5%;
    left: 5%;*/

    margin: auto;
    margin-top: 145px;

    padding: 15px;

    background-color: #fff;
}

.popup .bt-close {font-size:0;width:25px;height:25px;background:#fff;position:absolute;right:0;top:0;cursor:pointer;}
.popup .bt-close:before {content:"X";position:absolute;top:0;right:0;font-size:17px;width:100%;text-align:center;line-height:25px;color:#37aedf;}


.topbar{
    background-color: #f1f1ec; 
    text-align: right; 
    padding: 10px 6%; 
    color: #099cc8
}

@media (max-width: 768px) {
    .topbar{
        display: none !important;
    }
}

/* FOOTER */
.site-footer .menu{
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

.site-footer .menu li{
    display: inline-block;
    font-size: 12px;
}

.site-footer .menu li:after{
    content: "|";
    padding: 0 5px;
}

.site-footer .menu li:last-child:after{
    content: "";
    padding: 0 5px;
}

a.scroll-to-top{
    margin-top: -22px !important;
}

.pre-footer .wp-social-link{
    padding: 0px !important;
}

/* CONTENT */
@media (max-width: 768px) {
    .entry-content{
        padding-left: 5%;
        padding-right: 5%;
    }
}

hr.wp-block-separator{
    background-color: #dbdad1;
    opacity: 1;
}

.content-wrapper{
    margin-top: 0px;
    padding-top: 0px;
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:nth-child(2n) {
        margin-left: 0em;
    }
}

@media (max-width: 768px) {

    .wp-block-cover{
        min-height: 50vw !important;
    }

}

.page-template-default .is-type-video iframe, 
.page-template-sidebar-page.no-sidebar .is-type-video iframe, 
.page-template-grid-page.no-sidebar .is-type-video iframe, 
.page-template-editor-page .is-type-video iframe{
    height: 50vw !important;
}


.hide-for-desk{
    display: none !important;
}

.show-for-desk{
    display: block;
}


@media (max-width: 768px) {
    .hide-for-desk{
        display: block !important;
    }

    .show-for-desk{
        display: none !important;
    }

}

/* Custom Editor Palette */
.has-orange-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-orange-color,
.entry-content a.wp-block-button__link.is-style-outline.has-orange-color,
.wp-block-button__link.has-orange-color {
    color: #F8970C;
}

.has-orange-background-color,
.wp-block-button__link.has-orange-background-color {
    background-color: #F8970C;
}

.has-darker-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-darker-blue-color,
.entry-content a.wp-block-button__link.is-style-outline.has-darker-blue-color,
.wp-block-button__link.has-darker-blue-color {
    color: #024985;
}

.has-darker-blue-background-color,
.wp-block-button__link.has-darker-blue-background-color {
    background-color: #024985;
}

.has-light-orange-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-light-orange-color,
.entry-content a.wp-block-button__link.is-style-outline.has-light-orange-color,
.wp-block-button__link.has-light-orange-color {
    color: #e8730d;
}

.has-light-orange-background-color,
.wp-block-button__link.has-light-orange-background-color {
    background-color: #e8730d;
}

.has-dark-pink-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-dark-pink-color,
.entry-content a.wp-block-button__link.is-style-outline.has-dark-pink-color,
.wp-block-button__link.has-dark-pink-color {
    color: #c43a68;
}

.has-dark-pink-background-color,
.wp-block-button__link.has-dark-pink-background-color {
    background-color: #c43a68;
}

/* BUTTONS */
.wpforms-submit{
    color: #fff;
    background-color: #32373c;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;

    background-color: #F8970C;
}


a.wp-block-button__link:hover{
	color: #fff;
}
