/*-- Global --*/

.list {
    padding: 0;
}

.list-text-title {
    font-size: 1.4rem;
}

.detailedlist {
    padding: 0;
}

.contact {
    padding-top: 1em;
}

.image .container {
    padding-top: 0;
    padding-bottom: 1em;
}


.wb__header-search-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* -- For Accessibility --*/

a:focus {
    background: var(--color-theme-highlight) !important;
    color: #ffffff;
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
    border: 3px solid var(--color-theme-secondary) !important;
    color: #ffffff;
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
    border: 3px solid var(--color-theme-primary) !important;
}

.contact-companyinfo a {
    display: block;
}

/* Hero */
.cw-hero-wrapper {
    position: relative;
}

.hero {
    /* background: url(https://apihoard.webit.com/api/v1/Image/DE34A63A3E756E0B88963D848ED181F3/DE34A63A3E756E0B88963D848ED181F3.jpg?size=Original) no-repeat center top;
    margin-top: -1px; */
    position: relative;
    /* overflow: hidden;
    min-height: 650px;
    padding: 2em 0 4em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    flex-wrap: wrap;
}

/* .hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(18, 39, 64, 0.35);
} */

.hero .hero-container {
    position: relative;
    z-index: 2;
}

.hero .d-none {
    display: block !important;
}

#hero-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
    fill: #FFFFFF;
    height: 25px;
}

@media (min-width: 768px) {

    #hero-divider {
        height: 30px;
    }
}

@media (min-width: 1200px) {

    #hero-divider {
        height: 70px;
    }
}

@media (min-width: 1920px) {

    #hero-divider {
        height: 100px;
    }
}

.hero-content {
    color: #fff;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.hero h1 {
    font-size: 1.5rem;
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 8%;
    margin: 0 6px;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle;
}

.hero-headline {
    line-height: 1.15;
    font-size: 2.5rem;
}

.hero-text {
    max-width: 520px;
    margin: auto;
}

.hero-btm-line {
    height: 3px;
    width: 50%;
    background: var(--color-theme-highlight);
    margin: 25px auto;
}

.cw-hero-wrapper .cw-hero-btn {
    margin-bottom: 1em;
    margin-top: .5em;
}

@media (min-width:576px) {
    .cw-hero-wrapper .cw-hero-btn {
    position: absolute;
    bottom: 15%;
    right: 3%;
}
}

@media (min-width:992px) {
    .cw-hero-wrapper .cw-hero-btn {
        bottom: auto;
    top: 48%;
    right: 1%;
}
}

@media (min-width:1200px) {
    .cw-hero-wrapper .cw-hero-btn {
    right: 2.5%;
}
}

@media (min-width:1400px) {
    .cw-hero-wrapper .cw-hero-btn {
    right: 3.5%;
}
}

@media (min-width:1920px) {
    .cw-hero-wrapper .cw-hero-btn {
    right: 5.5%;
}
}

/* -- Indoor Activity --*/
.webit__indoor-activity-red-text {
    color: var(--color-theme-primary);
    font-size: 1.8em;
    font-weight: 600;
}

/*Party page things*/
.table-responsive-lg thead {
    background: var(--color-theme-highlight);
    color: white;
}

.table-responsive-lg tbody tr td:last-child {
    color: #0baf00;
    font-weight: bold;
}

.wb__partiespage table {
    overflow-x: auto;
    max-width: 100%;
}

.wb__partiespage table thead {
    background: var(--color-theme-highlight);
    color: white;
}

@media (min-width: 1200px) {
    .wb__partiespage .wb__mtop-neg-xl {
        margin-top: -8.5rem;
        margin-bottom: 4rem;
    }
}

/* -- Checklist --*/

.cw-checklist {
    list-style: none;
    -webkit-padding-start: 0px !important;
}

.page-home .cw-checklist {
    font-size: 1.35rem;
}

.cw-checklist li {
    display: inline-block;
    margin: .5em;
}

.cw-checklist li:before {
    content: "\2713";
    margin-right: 6px;
    font-weight: bold;
    color: var(--color-theme-secondary);
}

/* RENTALS ============================================================= */

/* hide Shop By filter ===  */

.filter-item.shopby-widget {
    display: none;
}

/* --- Reviews summary list --- */

.page-reviews .list-img-wrap {
    padding: 2em 0;
}

.page-reviews .list-text-description {
    font-style: italic;
    font-size: .925rem;
}
