﻿/* TypoGraphy */

* {
    box-sizing: border-box;
}
:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}
textarea.form-control {
    resize: none;
    overflow: hidden;
}
html,
body {
    width: 100%;
    /* overflow-x: hidden; */
}
body {
    padding: 0;
    margin: 0;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}
a,
a:hover {
    text-decoration: none;
}
p {
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0 1.042vw;
    padding: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #7fc24e;
}
h1 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    color: #1a202c;
    line-height: 81px;
}
h2 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    color: #1a202c;
}
h3 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    color: #1a202c;
}
h4 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #1a202c;
}
h5 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #1a202c;
}
h6 {
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #1a202c;
}
p {
    font-size: 20px;
    line-height: 28px;
    color: #1a202c;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    padding: 0px 0 20px 0;
    margin: 0px;
}
ol {
    padding-left: 0;
    padding-bottom: 20px;
    counter-reset: listitem;
}
ol li {
    list-style: none;
    position: relative;
    padding-left: 53px;
}
ol li::before {
    counter-increment: listitem;
    content: counters(listitem, ".") ".";
    color: #fff;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    margin-left: -53px;
}
li {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    list-style: none;
    padding-left: 15px;
}
ul li::before {
    content: "";
    background: #fff;
    border-radius: 50px;
    position: absolute;
    margin-left: -15px;
    width: 5px;
    height: 5px;
    top: 10px;
}
li a {
    color: #fff;
}
li a:hover {
    color: #7fc24e;
}
a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #fff;
}
a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #7fc24e;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.container {
    max-width: 1360px;
    padding: 0;
}

.contact-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 110px 0 280px;
    background-position: right top;
}

.contact-banner::after{
    content: "";
    background: #4C3E39;
    opacity: 0.81;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.contact-hero-heading{
    text-align: center;
    margin: 0;
    padding: 0;
}

.contact-hero-heading h1 {
    color: #fff;
    font-size: 130px;
    font-family: 'Bebas Kai', sans-serif;
    font-weight: normal;
    line-height: 157px;
    margin: 0 0 9px;
}
.contact-hero-heading h2 {
    color: #fff;
    font-size: 74px;
    font-family: 'Bebas Kai', sans-serif;
    font-weight: normal;
    line-height: 89px;
    margin: 0 0 33px;
}
.contact-hero-heading p {
    color: #fff;
    font-family: 'Corbel';
    font-size: 32px;
    line-height: 41px;
    padding: 0 263px;
    margin: 0;
    font-weight: bold;
}

.contactform-two-section {
    margin: 0;
    padding: 70px 0 105px;
    background: #4C3E39;
}
.contactform-two-section .container {
    max-width: 1467px;
}
.form-flex-row{
    display: flex;
    flex-wrap: wrap;
}

.contact-address-col-left {
    width: 43.7%;
}
.contact-address-col-info {
    margin: 0;
    padding: 76px 0 0;
}
.contact-address-col-info h3,
.contact-address-col-info h1 {
    font-size: 60px;
    line-height: 74px;
    font-family: 'Bebas Kai';
    font-weight: normal;
    margin: 0 0 57px;
    padding: 0;
    color: #fff;
}
.address-item {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.17);
    border-radius: 6px;
    padding: 17px 23px;
    align-items: center;
    margin-bottom: 9px;
}
.address-item:last-child {
    margin-bottom: 0;
}

.icon-adrs{
    width: 25px;
}

.adrs-content{
    width: calc(100% - 25px);
    padding-left: 26px;
}
.adrs-content p{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: normal;
    font-size: 27px;
    line-height: 31px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.adrs-content p a{
    color: #fff;
}
.adrs-content p a:hover {
    color: #cc501c;
}
.site-footer{
    margin-top: auto;
}

.contact-form-col-right {
    width: 56.3%;
    padding-left: 107px;
}

.contact-form-bg {
    margin: 0;
    padding: 40px 36px;
    background: #cc501c;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.contact-form-bg h5 {
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    margin: 0 0 7px;
}
.contact-form-bg p {
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
    font-weight: 500;
}
.medium {
    width: 100%;
    border: none;
    background: #fff;
    line-height: normal;
    font-size: 16px;
    height: 48px;
    display: block;
    border-radius: 6px;
    padding: 15px 15px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: normal;
    color: #707070;
    appearance:none;
}
select.medium {
    background: #fff url('../svg/select-arrowa5j8.svg') no-repeat right 15px center;
}
textarea.medium {
    height: 92px;
    resize: none;
}
.form-input p {
    font-size: 16px;
    font-weight: normal;
}
.medium::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
}
.medium::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
}
.medium:-ms-input-placeholder { /* IE 10+ */
  color: #707070;
}
.medium:-moz-placeholder { /* Firefox 18- */
  color: #707070;
}
.form-input{
    margin: 0 0 8px;
}
.form-input input[type=checkbox] {
    position: relative;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    line-height: 0;
    margin: -2px 6px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    opacity: 1;
}
.form-input input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: 0;
    transform: rotate(45deg);
    z-index: 2;
}
.form-input input[type=checkbox]:checked:before {
  border-color: #000;
}
.form-input label {
    position: relative;
    cursor: pointer;
    margin: 0 0 3px;
}

.submit_button input.wpcf7-submit {
    width: 100%;
    background: #2E2E2E;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-family: 'Bebas Kai';
    font-size: 25px;
    line-height: normal;
    padding: 9px 0;
    cursor: pointer;
    font-weight: normal;
}
.contactmap-three-section{
    margin: 0;
    padding: 70px 0;
    background: url('../png/sepia-plasterboard-texturewvwu.png') no-repeat center top;
    background-size: cover;
}
.contactmap-three-section .container {
    max-width: 1512px;
}
.services-aera-warp{
    display: flex;
    flex-wrap: wrap;
}

.area-map-lft {
    width: 550px;
    position: relative;
    overflow: hidden;
}
.area-map-lft iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.area-description-rlt {
    width: calc(100% - 550px);
    padding-left: 55px;
    display: flex;
    flex-wrap: wrap;
}
.area-description-info h2 {
    color: #C3421F;
    font-size: 56px;
    line-height: 56px;
}
.area-description-info h3 {
    font-family: 'Corbel';
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.area-description-info p {
    font-family: 'Corbel';
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    margin: 0 0 65px;
}
.button {
    background: #554742;
    min-width: 275px;
    height: 65px;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Bebas Kai';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button:hover{
    background: #cc501c;
    color: #fff;
}
.service-area-logo {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: auto;
    width: 100%;
    gap: 30px;
}

.service-area-col-4 {
    width: max-content;
    margin: 0;
    padding: 0;
}
.service-area-logo figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 168px;
    margin: 0 0 30px;
}

.service-area-logo span {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Corbel';
    display: block;
    font-weight: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 0 7px;
}
body .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
}
.contact-form-bg .wpcf7-response-output {
    display: none;
}
span.wpcf7-spinner {
    display: none;
}
.service-area-logo.servicearealogo-home.contact-us-service-area-logo {
    max-width: 780px;
    justify-content: space-between;
}
.seasonal-left.holiday-menu-heading h1.slider-heading {
    font-family: "Fjalla One", serif;
    color: #8d941e;
    font-size: 28px;
    font-weight: 400;
    padding: 10px 0;
    line-height: normal;
    margin: 0;
}
/*** LOCATION NEW PAGE CSS START ***/
.location-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.location-banner-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A0800;
    opacity: 0.48;
}
.location-banner-section .container {
    position: relative;
    z-index: 1;
}
.location-banner-section h1 {
    margin: 0;
    font-size: 68px;
    line-height: 82px;
    color: #FFFFFF;
}

.location-content-section {
    background: #fff;
    padding: 100px 0px;
}
/* .location-content-section .container,
.location-service-areas-section .container {
    max-width: 1540px;
} */
.location-content-innner {
    text-align: center;
}
.location-content-innner h3 {
    font-family: 'Corbel';
    font-weight: bold;
    font-size: 34px;
    line-height: 60px;
    color: #C34327;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* padding: 0px 60px; */
}
.location-content-innner p {
    font-family: 'Corbel';
    font-weight: normal;
    font-size: 27px;
    line-height: 46px;
    color: #000000;
}
.location-service-areas-section {
    padding-bottom: 100px;
}
.service-areas-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-areas-left-col {
    width: 50%;
}
.service-areas-info-card h2 {
    text-transform: uppercase;
    color: #C34327;
    font-size: 55px;
    line-height: 55px;
    margin: 0;
}
a.location-mobile-menu {
    display: none;
}
.location-list-wrap ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 35px 0 0;
    padding: 0;
}
.location-list-wrap ul li {
    font-family: 'Corbel';
    font-weight: bold;
    width: 50%;
    color: #000;
    margin: 0 0 12px;
    cursor: pointer;
    font-size: 27px;
    line-height: 39px;
    padding: 0;
}
.location-list-wrap ul li::before {
    display: none;
}
.location-list-wrap ul li a {
    color: #000;
}
.location-list-wrap ul li a:hover {
    color: #C34327;
}
.service-areas-right-col {
    width: 49.754%;
    text-align: center;
}
.service-areas-right-col img {
    /* width: 100%; */
    height: auto;
}
.service-areas-right-col div#maplocation {
    width: 100%;
    height: 100%;
}
.faq-location-section {
    background: #F8F8F8 !important;
}
.gmap-infowindow .button.city-link {
    margin-top: 10px;
    min-width: 100%;
    height: 42px;
    font-size: 22px;
}
.city-title {
    color: #C34327;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    font-family: 'Corbel';
    font-weight: bold;
    font-family: 'Bebas Kai';
    font-style: normal;
    font-weight: 400;
    padding-right: 0 !important;
}
.gm-style .gm-style-iw-c {
    min-width: 240px !important;
    overflow: inherit !important;
    top: 10px;
}
.gm-style .gm-style-iw-tc {
    top: 10px;
}
.gm-style-iw-ch {
    display: none;
}
button.gm-ui-hover-effect {
    position: absolute !important;
    background: #C34327 !important;
    opacity: 1 !important;
    border-radius: 70px;
    width: 35px !important;
    height: 35px !important;
    line-height: 1 !important;
    right: -10px;
    top: -20px !important;
}
button.gm-ui-hover-effect span {
    /* filter: invert(1); */
    margin: 0 6px !important;
    background-color: #fff;
}
.gm-style-iw-d {
    padding: 20px 0 10px !important;
}

/*** LOCATION NEW PAGE CSS END ***/

/* BLOG PAGE CSS START */
.blog-hero-section .event-hero-1-left-col {
    width: 100%;
    background: #c65320;
    padding:30px 0 30px;
}
.blog-hero-section .event-hero-heading {
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: center;
}
.blog-hero-section .event-hero-heading h1 {
    margin: 0;
    padding: 0;
    font-size: 90px;
    line-height: 90px;
}

.blog-post-catering {
    padding: 80px 0;
}

.blog-img {
    margin: 0 0 30px;
}
.blog-item-info {
    position: relative;
    height: 100%;
    padding-bottom: 58px;
}
.blog-content p {
    margin: 0 0 30px;
}
.blog-content a.button.button-clr {
    min-width: 195px;
    height: 55px;
    font-size: 26px;
    padding: 0 28px;
    position: absolute;
    bottom: 0;
}
.blog-post-catering .row {
    row-gap: 40px;
    justify-content: center;
}

.blog-content h4 {
    font-size: 34px;
    line-height: 41px;
}
.pagenavi-section{
    padding-top: 50px;
}
.pagenavi-section .wp-pagenavi {
    text-align: center;
}
.pagenavi-section .wp-pagenavi a, .pagenavi-section .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #cc501c;
    padding: 8px 17px;
    margin: 2px;
    display: inline-block;
    font-weight: 500;
    color: #cc501c;
}
.pagenavi-section .wp-pagenavi a:hover, .pagenavi-section .wp-pagenavi span.current {
    border-color: #cc501c;
    background: #cc501c;
    color: #fff;
}

.blog-detail-new-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.blog-detail-left {
    width: 370px;
    position: sticky;
    top: 40px;
}
.blog-detail-right {
    width: calc(100% - 370px);
    padding-left: 40px;
}
.blog-tbl-content {
    background: #c65320;
}
.blog-tbl-content ul {
    display: block;
    padding: 0;
    margin: 0;
}
    .blog-tbl-content ul li::before{
        display: none;
    }
    .blog-tbl-content ul li {
        display: block;
        padding: 0;
        margin: 0;
    }
    .blog-tbl-content ul li a {
        display: block;
        padding: 15px;
        font-family: 'Bebas Kai';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        border-bottom: 1px #ffffff solid;
    }
    .blog-tbl-content ul li a.active {
        background: #4c3e39;
        color: #fff;
    }
    .blog-tbl-content ul li a:hover {
        background: #4c3e39;
        color: #fff;
    }
    .blog-heading-detalis {
        margin: 0 0 70px;
        text-align: center;
    }
    p a {
        color: #c65320;
    }
    p a:hover {
        color: #1a202c;
    }
    .blog-detalis-content{
        margin: 0;
        padding: 0;
    }
    .blog-detalis-content ul {
        padding: 0;
        margin: 0 0 16px;
    }
    .blog-detalis-content ol {
        padding: 0;
        margin: 0 0 16px;
    }
    .blog-detalis-content li {
        font-size: 20px;
        line-height: 28px;
        color: #1a202c;
    }
    .blog-detalis-content ul li::before {
        background: #1a202c;
    }
    .blog-detalis-content ol li::before {
        color: #000000;
        font-weight: normal;
        margin-left: -20px;
        font-size: 18px;
    }
    .blog-detalis-content ol li {
        padding-left: 16px;
    }
    .blog-detalis-content li a {
        color: #c65320;
    }
    .blog-detalis-content li a:hover {
        color: #1a202c;
    }
    .blog-heading-detalis h1 {
        color: #cf611d;
    }
/* BLOG PAGE CSS END */

@media (max-width:1699px) {
    .contact-banner {
        padding: 70px 0 200px;
    }
    .contact-hero-heading h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .contact-hero-heading h2 {
        font-size: 56px;
        line-height: 59px;
        margin: 0 0 30px;
    }
    .contact-hero-heading p {
        font-size: 26px;
        line-height: 34px;
        padding: 0 253px;
    }
    .container {
        max-width: 1130px;
        padding: 0;
    }
    .contactform-two-section .container {
        max-width: 1130px;
    }
    .contact-address-col-info h3,
    .contact-address-col-info h1 {
        font-size: 50px;
        line-height: 64px;
        margin: 0 0 28px;
    }
    .contact-form-bg h5 {
        font-size: 50px;
        line-height: 60px;
    }
    p {
        font-size: 18px;
        line-height: 26px;
    }
    .contact-form-bg {
        padding: 36px 26px;
    }
    .adrs-content p {
        font-size: 22px;
        line-height: 28px;
    }
    /* .contactform-two-section {
        padding: 0 0 120px;
    } */
    .contactmap-three-section {
        padding: 70px 0;
    }
    .contactmap-three-section .container {
        max-width: 1130px;
    }
    .area-map-lft {
        width: 420px;
    }
    .area-description-rlt {
        width: calc(100% - 420px);
        padding-left: 45px;
    }
    .area-description-info h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .area-description-info h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .area-description-info p {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 25px;
    }
    .service-area-logo span {
        font-size: 18px;
        line-height: 24px;
        padding: 0 8px;
    }
    .service-area-logo figure {
        height: 110px;
        margin: 0 0 20px;
    }
    .service-area-logo figure img {
        max-height: 110px;
        max-width: 110px;
    }
    .button {
        min-width: 235px;
        height: 55px;
        font-size: 28px;
        line-height: 34px;
    }
    .location-banner-section h1 {
        font-size: 58px;
        line-height: 72px;
    }
    .location-content-innner h3 {
        font-size: 30px;
        line-height: 52px;
    }
    .location-content-innner p {
        font-size: 24px;
        line-height: 43px;
    }
    .location-content-section .container,
    .location-service-areas-section .container,
    .faq-section.faq-location-section .container {
        max-width: 1200px;
    }
    .location-content-section {
        padding: 86px 0px;
    }
    .location-service-areas-section {
        padding-bottom: 86px;
    }
    .service-areas-info-card h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .location-list-wrap ul li {
        font-size: 25px;
        line-height: 37px;
    }
    /* .service-areas-right-col {
        max-height: 1065px;
    } */
    .service-areas-right-col img {
        object-fit: cover;
    }
    .blog-content h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .blog-content a.button.button-clr {
        min-width: 165px;
        height: 45px;
        font-size: 20px;
        padding: 0 28px;
    }
    .blog-img {
        margin: 0 0 20px;
    }
    .blog-content p {
        margin: 0 0 20px;
    }
    .blog-hero-section .event-hero-heading h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .blog-heading-detalis h1 {
        font-size: 75px;
    }
    .blog-detalis-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .blog-detalis-content h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .blog-detalis-content li {
        font-size: 18px;
        line-height: 26px;
    }
    .blog-heading-detalis {
        margin: 0 0 50px;
    }
}

@media (max-width: 1439px) {
    .area-description-info h2 {
        font-size: 41px;
        line-height: 41px;
    }
    .area-description-info h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .area-description-info p {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }
    .location-content-section .container,
    .location-service-areas-section .container,
    .faq-section.faq-location-section .container {
        max-width: 1130px;
    }
    .location-banner-section {
        height: 450px;
    }
    .location-banner-section h1 {
        font-size: 50px;
        line-height: 62px;
    }
    .location-content-innner h3 {
        font-size: 27px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .location-content-innner p {
        font-size: 22px;
        line-height: 39px;
    }
    .service-areas-info-card h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .blog-post-catering {
        padding: 60px 0;
    }
}

@media (max-width:1199px) {
    .contact-hero-heading h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .contact-hero-heading h2 {
        font-size: 42px;
        line-height: 44px;
        margin: 0 0 15px;
    }
    .contact-hero-heading p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 253px;
    }
    .container {
        padding: 0 15px;
    }
    .contact-banner {
        padding: 50px 0 160px;
    }
    .contact-address-col-info h3,
    .contact-address-col-info h1 {
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 28px;
    }
    .adrs-content {
        padding-left: 15px;
    }
    .adrs-content p {
        font-size: 20px;
        line-height: 26px;
    }
    .form-input input[type=checkbox] {
        margin: 0px 3px 0 0;
        height: 20px;
        width: 20px;
    }
    .form-input input[type=checkbox]:before {
        right: 8px;
        top: 4px;
    }
    .contactform-two-section {
        padding: 0 0 80px;
    }
    .contactmap-three-section {
        padding: 60px 0;
    }
    .area-map-lft {
        width: 400px;
    }
    .area-description-rlt {
        width: calc(100% - 400px);
        padding-left: 35px;
    }
    .area-description-info h2 {
        font-size: 48px;
        line-height: 51px;
    }
    .area-description-info h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .area-description-info p {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 34px;
    }
    .button {
        min-width: 205px;
        height: 55px;
        font-size: 24px;
        line-height: 34px;
    }
    .service-area-logo span {
        font-size: 17px;
        line-height: 21px;
    }
    .service-area-logo figure {
        height: 80px;
        margin: 0 0 15px;
    }
    .service-area-logo figure img {
        max-height: 80px;
        max-width: 80px;
    }
    .nav-manu .top-login-block ul li a {
        padding: 15px 20px;
        border-bottom: 1px solid #d1d1d1;
    }
    .main-nav .menu-bar {
        cursor: pointer;
    }
    .service-area-logo {
        gap: 15px;
    }
    .location-banner-section {
        height: 350px;
    }
    .location-banner-section h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .location-content-section {
        padding: 46px 0px;
    }
    .location-content-innner h3 {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .location-content-innner p {
        font-size: 20px;
        line-height: 35px;
    }
    .service-areas-info-card h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .location-list-wrap ul {
        margin: 25px 0 0;
    }
    .location-list-wrap ul li {
        font-size: 22px;
        line-height: 32px;
    }
    .location-service-areas-section {
        padding-bottom: 46px;
    }
    .blog-hero-section .event-hero-heading h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .blog-post-catering {
        padding: 40px 15px;
    }
    .blog-heading-detalis {
        margin: 0 0 30px;
    }
    .blog-heading-detalis h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .blog-detail-left {
        width: 290px;
    }
    .blog-detail-right {
        width: calc(100% - 290px);
    }
    .blog-detalis-content h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .blog-detalis-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .blog-detalis-content h3 {
        font-size: 36px;
        line-height: 45px;
    }
    .blog-detalis-content h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-detalis-content h5 {
        font-size: 26px;
        line-height: 30px;
    }
    .blog-detalis-content h6 {
        font-size: 24px;
        line-height: 31px;
    }
}

@media (max-width:1023px) {
    .contact-hero-heading p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 141px;
    }
    .contact-form-col-right {
        padding-left: 40px;
    }
    .area-map-lft {
        width: 300px;
    }
    .area-description-rlt {
        width: calc(100% - 300px);
        padding-left: 25px;
    }
    .area-description-info h2 {
        font-size: 36px;
        line-height: 37px;
    }
    .area-description-info h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .area-description-info p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .button {
        min-width: 155px;
        height: 45px;
        font-size: 20px;
        line-height: 34px;
    }
    .service-area-logo span {
        font-size: 12px;
        line-height: 16px;
    }
    .contactmap-three-section {
        padding: 60px 0;
    }
    .contactform-two-section {
        padding: 30px 0 60px;
    }
    .adrs-content p {
        font-size: 18px;
        line-height: 25px;
    }
    .adrs-content p br {
        display: none;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .location-banner-section {
        height: 300px;
    }
    .location-banner-section h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .location-content-innner h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .location-content-innner p {
        font-size: 18px;
        line-height: 28px;
    }
    .service-areas-info-card h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .location-list-wrap ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .service-areas-right-col img {
        height: 100%;
    }
    .blog-post-catering .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blog-detail-left {
        display: none;
    }
    .blog-detail-right {
        width: 100%;
        padding: 0;
    }
    .blog-detalis-content li {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-heading-detalis h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .blog-detalis-content h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .blog-detalis-content h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width:767px) {
    .contact-hero-heading h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .contact-hero-heading h2 {
        font-size: 30px;
        line-height: 31px;
        margin: 0 0 10px;
        padding: 0 15px;
    }
    .contact-hero-heading p {
        font-size: 20px;
        line-height: 24px;
        padding: 0 100px;
    }
    .contact-form-bg {
        padding: 20px 20px;
    }
    .contact-form-bg h5 {
        font-size: 40px;
        line-height: 40px;
    }
    .contact-address-col-info h3,
    .contact-address-col-info h1 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 18px;
    }
    .contactform-two-section {
        padding: 30px 0 50px;
    }
    .contactmap-three-section {
        padding: 50px 0;
    }
    .area-description-info h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .service-area-logo {
        margin-top: 26px;
    }
    .service-area-logo span {
        padding: 0 3px;
    }
    .service-area-logo figure {
        height: 60px;
        margin: 0 0 9px;
    }
    .service-area-logo figure img {
        max-height: 60px;
        max-width: 70px;
    }
    .area-description-rlt {
        padding-left: 20px;
    }
    .contact-form-col-right {
        padding-left: 30px;
    }
    .service-area-logo {
        gap: 0;
    }
    .area-map-lft {
        width: 250px;
    }
    .area-description-rlt {
        width: calc(100% - 250px);
    }
    .blog-content h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .pagenavi-section .wp-pagenavi a, .pagenavi-section .wp-pagenavi span {
        padding: 6px 15px;
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .contact-hero-heading p {
        padding: 0;
    }
    .contact-address-col-left {
        width: 100%;
        order: 2;
    }
    .contact-form-col-right {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    .area-map-lft {
        width: 100%;
        margin: 0 0 20px;
    }
    .area-description-rlt {
        width: 100%;
        padding-left: 0;
    }
    .area-description-info h2 {
        margin: 0 0 15px;
    }
    .area-description-info h3 {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 10px;
    }
    .service-area-col-4 {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }
    .service-area-col-4:last-child {
        margin-bottom: 0;
    }
    .service-area-logo span {
        font-size: 16px;
        line-height: 22px;
    }
    .service-area-logo figure {
        height: auto;
    }
    .service-area-logo figure img {
        max-height: 140px;
        max-width: 100%;
    }
    .contact-address-col-info {
        margin: 0;
        padding: 40px 0 0;
    }
    .service-area-logo {
        margin-top: 35px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .area-map-lft iframe {
        width: 100%;
        height: 320px;
    }
    .area-description-info {
        text-align: center;
    }
    .seasonal-left.holiday-menu-heading h1.slider-heading {
        font-size: 21px;
    }
    .location-banner-section h1 {
        font-size: 43px;
        line-height: 54px;
        max-width: 340px;
        margin: 0 auto;
    }
    .location-content-section {
        padding: 26px 0px;
    }
    .location-content-innner h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .location-service-areas-section {
        padding-top: 20px;
    }
    .service-areas-info-card h2 {
        text-align: center;
    }
    .service-areas-left-col {
        width: 100%;
    }
    .location-list-wrap {
        position: relative;
    }
    a.location-mobile-menu {
        border: 1px #0F0F1A solid;
        max-width: 285px;
        margin: 0 auto;
        text-align: left;
        color: #000;
        padding: 10px 10px;
        border-radius: 5px;
        display: block;
        position: relative;
        margin-top: 20px;
        background: #fff;
        z-index: 2;
        font-size: 17px;
        font-family: 'Corbel';
        font-weight: normal;
    }
    a.location-mobile-menu::after {
        content: "";
        border-top: 1px #0F0F1A solid;
        width: 10px;
        height: 10px;
        border-right: 1px #0F0F1A solid;
        position: absolute;
        right: 12px;
        transform: rotate(132deg);
        top: 0;
        bottom: 5px;
        margin: auto;
    }
    .location-list-wrap ul.mobile-tabs-cfc {
        position: absolute;
        left: 0;
        right: 0;
        top: 49px;
        z-index: 99;
        background: #fff;
        height: 358px;
        overflow-y: auto;
        max-width: 285px;
        margin: 0 auto;
        border: 1px #0F0F1A solid;
        border-top: 0;
        display: none;
        padding: 15px 10px;
    }
    .service-areas-right-col {
        max-height: unset;
        height: 400px;
        width: 100%;
        margin-top: 20px;
    }
    .service-areas-right-col img {
        height: 100%;
        width: 100%;
    }
    .faq-section.faq-location-section {
        padding: 46px 0px;
    }
    a.location-mobile-menu.open {
        border-radius: 5px 5px 0px 0px;
    }
    .our-location-section-overlay {
        background: rgb(0 0 0 / 30%);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
    }
    .loacation-open .our-location-section-overlay {
        opacity: 1;
        visibility: visible;
    }
    .location-list-wrap ul li {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 12px;
        width: 100%;
    }
    .location-list-wrap ul li:last-child {
        margin-bottom: 0;
    }
    .location-list-wrap ul li a {
        display: block;
    }
    .blog-post-catering .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-post-catering {
        padding: 40px 0;
    }
    .blog-content a.button.button-clr {
        min-width: 145px;
        position: static;
    }
    .blog-item-info {
        padding-bottom: 0;
        text-align: center;
    }
    .pagenavi-section {
        padding-top: 30px;
    }
    .blog-heading-detalis {
        margin: 0 0 20px;
    }
    .blog-heading-detalis h1 {
        font-size: 35px;
        line-height: 40px;
        max-width: 320px;
        margin: 0 auto;
    }
    .blog-detalis-content h1, .blog-detalis-content h2, .blog-detalis-content h3, .blog-detalis-content h4, .blog-detalis-content h5, .blog-detalis-content h6 {
        font-size: 26px;
        line-height: 32px;
    }
}

