/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0.12
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.add-listing-section.row.menu, .add-listing-section.row.booking, .add-listing-section.row.slots,
.add-listing-section.row.availability_calendar, .add-listing-section.row.basic_prices {
    display: none!important;
}

/* Map styling for listing archive page */
.tax-listing_category .fs-inner-container.map-fixed {
    position: fixed;
    padding-top: 0!important;
    margin-top: 0;
    height: 100vh;
}

.absolute {
    position:absolute;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.min-h-400 {
    min-height: 400px;
}

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

.z-20 {
    z-index: 20;
}

.z-50 {
    z-index: 50;
}

.relative {
    position: relative;
}

.clearfix {
    clear: both;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.bg-opacity-70 {
    opacity: 70%;
}

.bg-black {
    background-color: #000;
}

.text-white {
    color: #fff;
}

.flex-col {
    flex-direction: column;
}

/**
    FAQs acccordian
 */
.faqs-container {
    background-color: #f7f7f7;
    padding: 40px;
}

.faq-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.max-w-3xl {
    max-width: 68rem;
}

.faq-content {
    margin-bottom: 20px;
}

.faq-drawer {
    margin-bottom: 20px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    padding: 15px 15px 0 15px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #000 1px solid;
    cursor: pointer;
    font-weight: bold;
    display: block;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 30px 15px 0 15px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52  ;
}

.faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

/*//TODO:: handle this is there is not a banner set*/
.tax-listing_category .search-container.banner-set {
    padding-top: 0!important;
}

.listings-outer {
    width:55%;
}

.map-outer {
    width:45%;
}


/* Watersafe Approved Bagde Styling*/
.admin-featured-badge {
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
    border: none !important;
    padding: 6px 14px;
    border-radius: 50px;
    background: #0dae9b12;
    color: #0dae9b;
    display: inline-block;
    margin-bottom:20px;
}
/* End of Watersafe Approved Bagde Styling*/


@media only screen and (max-width: 1000px) {
    .admin-bar #header-container.fixed {
        top: 0!important;
    }
    #map-container {
        display:none!important;
    }
    .banner-content {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1000px) {
    .banner-container {
        margin-top: 80px;
    }
}

/* Header logo styling */
.header-logo {
    max-height: 45px;
}

@media only screen and (max-width: 900px) {
    /* Header logo styling */
    .header-logo {
        max-height: 30px;
        margin-top: 15px;
    }
}
