.terms-box {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    border: 2px solid #eaeaea;
    margin-top: 20px;
    border-radius: 8px;
}

.terms-box .daterange {
    margin-top: 10px;
    font-size: 0.83em;
    font-weight: 700;
    margin-bottom: 0.5em;
    display: block;
}

.terms {
    font-size: 0.9em;
}

.single h1.entry-title,
.single h2 {
    padding-bottom:0.5em;
}

.single h1.entry-title {
    text-align: left;
    font-size: 2em;
}

.terms-box h4 {
    position:relative;
    margin-top: 0.5em;
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid var(--global--color-primary);
}
body.single-specials  #page .site-content{
    padding-top: 0px;
}
#hero .eachSlider{
    overflow: hidden;
    width: 100%;
    height: 500px;
    object-fit: cover;
}


div#single-specials-content h3 {
    padding: 1rem 0px;
    text-align: center;
}

.listing-wrapper.col {
    flex: 0 0 auto;
    width: 100%;
}
.listing-wrapper{
    margin-bottom: 30px;
}
@media screen and (min-width: 576px){
    .listing-wrapper.col {
        width: 50%;
    }
}
@media screen and (min-width: 1200px){
    .listing-wrapper.col {
        width: 33.33%;
    }
}


/* --- Pagination --- */

.page-numbers {
    order: 2;
    margin-top: 20px;
    margin: 20px auto 25px;
    text-align: center;
    width: 100%
}

.page-numbers li {
    display: inline;
    font-size: .75em;
    font-weight: 600;
    line-height:1em;
}

.page-numbers li a {
    background-color: var(--global--color-secondary);
    border: 1px solid var(--global--color-secondary);
    cursor: pointer;
    padding: .25em 1.25rem;
    border-radius: 4px
}

.page-numbers.current {
    border: 1px solid var(--global--color-secondary);
    padding: .25em 1.25rem;
    color: var(--global--color-secondary);
    ;
    border-radius: 4px
}

.page-numbers li a:hover,.page-numbers li.active a {
    background-color: var(--global--color-primary);
    border-color: var(--global--color-secondary);
}

.page-numbers li a,.page-numbers li a:hover,.page-numbers li.active a,.page-numbers li.disabled {
    color: #fff;
    text-decoration: none
}
.page-numbers:hover{
    background-color: transparent;
}
div#single-specials-content .entry-content p {
    margin: 0;
}

#hero.gallery {
    position:relative;
}

.specials-banner-text-holder {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(0deg, rgba(0,0,0,0.4766281512605042) 0%, rgba(0,0,0,0) 60%);
}

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

.specials-banner-text,
.specials-banner-text h2,
.specials-banner-text p {
    color:#fff;
}