/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap {
    min-height: 20px;
    max-height: 25px;
}

.main-navigation li a {
    position: relative;
    transition: color 0.3s ease;
}

.main-navigation li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #9ab973;
    transition: width 0.3s ease;
}

.main-navigation li a:hover::after {
    width: 100%;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 40px;
}


#gallery-1 .gallery-item:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 1s ease;
}

#gallery-1 .gallery-item img:hover {
    cursor: zoom-in;
}

ul.custom-list {
    font-size: 1.1em !important;
    padding: 0.5em 1.5em 1.5em;
    margin: 0;
}

ul.custom-list ul {
    padding-left: 1em;
}

ul.booking-info {
    font-size: 1.1em;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0.5em;
}

.booking-info li {
    padding-top: 0.2em;
}

.details-heading {
    font-size: 1.2em;
    color: #808000;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: "cursive", Sans-serif !important;
}

.details-heading img {
    height: 2em !important;
    width: 3em !important;
}

.custom-list {
    list-style-type: none;
    padding: 0;
}
        
.custom-list > li {
    position: relative;
    padding-left: 1.5em;
}
        
.custom-list > li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #008000;
    font-size: 1em;
}

.custom-list li ul li {
    list-style-type: circle;
}

.intro-text {
    font-size: 1.1em;
    margin-bottom: 2em !important;
    padding: 0 1.2em;
}

.contact-flex {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-weight: bold;
    font-size: 0.93em;
    list-style-type: none;
}

.booking-container .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}

.booking-container .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 > div {
    flex: 1 45%;
    min-width: 300px;
    box-sizing: border-box;
    justify-items: center;
    padding: 3rem 0;
}

form .wpbs-form-fields {
    width: 100%;
    color: #000;
}

form .wpbs-form-fields input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .4em;
    margin: 0.3rem 0;
    border-radius: 10px;
}

form .wpbs-form-fields input[type=email],
form .wpbs-form-fields input[type=number],
form .wpbs-form-fields input[type=password],
form .wpbs-form-fields input[type=reset],
form .wpbs-form-fields input[type=search],
form .wpbs-form-fields input[type=tel],
form .wpbs-form-fields input[type=text],
form .wpbs-form-fields input[type=url],
form .wpbs-form-fields select,
form .wpbs-form-fields textarea {
    cursor: pointer;
}

#wpbs-form-submit-1 {
    background-color: #808000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    border-radius: 5px 5px 5px 5px;
    transition: all .2s linear;
    padding: 12px 26px;
}

#wpbs-form-submit-1:hover {
    background: #6fc814;
}

.booking-container .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 > form {
    flex: 1 45%;
    min-width: 300px;
    padding: 0 2em;
    box-sizing: border-box;
    justify-items: center;
    margin: auto;
    background: transparent;
}

/* Calendar background and text */
.wpbs-calendars .wpbs-calendar {
    background-color: #f4f7f1 !important;
    border: 5px double #4d603b !important;
    border-radius: 10px !important; 
}

.wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type {
    
}

/* Available dates */
.wpbs-calendars .wpbs-calendar table .wpbs-is-bookable {
    background-color: #9AB973 !important;
    color: #000 !important;
    border: 1px solid #808000 !important;
}

.wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-2 div:first-of-type {
    background: #FFC1C1 !important;
    border: 1px solid #F08080 !important;
}

/* Calendar header */
.wpbs-container .wpbs-calendar .wpbs-calendar-header {
    background-color: #4d603b !important; /* darker green */
    color: #ffffff !important;
}

/* Tooltip background for date information */
.wpbs-container .wpbs-tooltip {
    background-color: #ffffff !important; /* white */
    color: #808000 !important; /* darker green text */
    border: 1px solid #9AB973 !important;
}

/* Legend styling */
.wpbs-legend {
    background-color: #ffffff !important; /* white */
    border-color: #808000 !important; /* darker green border */
}

.wpbs-legend-item-icon {
    background-color: #9AB973 !important; /* light green */
}

/* Button hover effect */
.wpbs-container .wpbs-calendar-header-navigation .wpbs-next,
.wpbs-container .wpbs-calendar-header-navigation .wpbs-prev {
    background-color: #9AB973 !important;
    color: #ffffff !important;
}

.wpbs-container .wpbs-calendar-header-navigation .wpbs-next:hover,
.wpbs-container .wpbs-calendar-header-navigation .wpbs-prev:hover {
    background-color: #808000 !important;
}


/******************** Media queries ***********************/

@media (min-width: 820px) {
    .booking-container .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {
        gap: 4em;
    }
    ul.custom-list {
        font-size: 1em !important;
    }
    
    ul.booking-info {
        font-size: 1em;
    }
    
    .details-heading {
        font-size: 1em;
    }
    
    .intro-text {
        font-size: 1em;
    }
}

@media (min-width: 920px) and (max-width: 1023px) {
    .ast-desktop .ast-primary-header-bar.main-header-bar, 
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (min-width: 920px) {
    #foglalas-btn {
        display: none;
    }
    .booking-container .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {
        gap: 4em;
    }
}

@media (min-width: 1024px) {
    .wpbs-calendars .wpbs-calendar {
        max-width: 450px !important;
    }
}

@media (max-width: 478px) {
    #gallery-1 .gallery-item {
        width: 50%;
    }
}