body {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
}
a {
    color: inherit;
}
.top-title {
    margin-top: 8rem;
    margin-bottom: 3rem;
    line-height: 1.2;
}
.three-v-lines {
    margin: 3rem 0;
}
.three-v-lines__line {
    height: 200px;
    width: 2px;
    background-color: #000;
}
.main-banner {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    padding-bottom: 58%;
    max-width: 90%;
    margin: auto;
}
.quote-section {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.logo-section {
    margin-bottom: 3rem;
}
.logo-section__img-wrap {
    width: 195px;
    margin: auto;
}
.para-content {
    margin-bottom: 3rem;
}
.para-content__txt-wrap {
    max-width: 768px;
    margin: auto;
    padding: 0 14px;
}
.para-content__txt-wrap p {
    font-weight: 300;
}
.buttons-section {
    margin-bottom: 3rem;
}
.buttons-section__button {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    text-align: center;
    letter-spacing: 4px;
}
.buttons-section__separator {
    height: 1rem;
}
.dates-times {
    margin-bottom: 1.75rem;
}
.dates-times--email {
    text-decoration: underline;
    text-underline-position: under;
    color: #000;
}
.dates-times--email a {
    color: #000;
}
.non-title {
    font-weight: 300;
}
.logo-section__img-wrap--bot {
    width: 250px;
}
.dates-times--footer {
    margin-bottom: 8rem;
}
.dates-times--footer a {
    text-decoration: none;
}
.buttons-section__booking {
    text-align: center;
}
#ot-reservation-widget.parent-widget-type-button .ot-button {
    background: transparent!important;
    color: black!important;
    font-size: 1.1rem!important;
    text-transform: uppercase!important;
    letter-spacing: 4px!important;
    text-decoration: underline!important;
}

@media (max-width: 575px) {
    .top-title {
        margin-top: 4rem;
    }
    .dates-times--footer {
        margin-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3.5rem;
    }
}

/* windows load popup*/

#happyhours .modal-content {
    background-color: #ece6d6;
    border: none;
    border-radius: 18px;
    padding: 0;
}

#happyhours .modal-content .modal-body{
    border-radius: 50px;
    background-color: transparent;
}



#happyhours .modal-content .modal-body .modal-header{
    border-radius: 10px;
    background-color: #ece6d6;
}

.g-happyhours-close{
    position: absolute;
    right: -18px;
    top: -20px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100px;
    width: 2.6rem;
    height: 2.6rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all ease-in-out;
    cursor: pointer;
}
.g-happyhours-close:hover {
    background-color:#ef1832;
    color: #ffffff;
}


.g-happyhours-close svg {
    width: 20px;
}