/*font-family: spade, sans-serif;*/
/*font-family: "proxima-nova", sans-serif;*/
/*font-family:'Latinia-Normal';*/
/*font-family:'LatiniaBlack';*/
/*font-family: "permanent-marker-pro", sans-serif;*/

@font-face {
    font-family: 'Latinia-Normal';
    font-style: normal;
    font-weight: normal;
    src: local('Latinia-Normal'), url('Latinia.woff') format('woff');
}


@font-face {
    font-family: 'LatiniaBlack';
    font-style: normal;
    font-weight: normal;
    src: local('LatiniaBlack'), url('LatiniaBlack.woff') format('woff');
}

body {
    font-family: "proxima-nova", sans-serif;
    margin: 0;
    background-image: url('../assets/page-bg.png');
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

select:focus,
textarea:focus,
input:focus {
    outline: none;
}

h1,
h2 {
    margin: 0;
}

.modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000e0;
    z-index: 10;
}

.modal {
    display: none;
    position: fixed;
    background: #F1DFBE;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-y: scroll;
}

.close-modal {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.modal-inner {
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    max-width: 500px;
    margin: auto;
}

.modal-title-content {
    display: inline-block;
    width: 73%;
    box-sizing: border-box;
    padding-left: 15px;
    vertical-align: top;
}

.modal-title {
    color: #BC521F;
    font-family: 'LatiniaBlack';
    font-size: 17px;
}

.modal-sub-title {
    font-size: 17px;
    color: #3F1210;
    font-weight: 500;
}

.modal-form-container {
    font-size: 0;
    margin-top: 15px;
}

.modal .input-label {
    color: #BC521F;
    font-size: 17px;
}

.modal .round-btn {
    margin-top: 20px;
    width: 200px;
    margin-left: 0 !important;
}

.sr-submit-btn-loading-gif,
.ml-submit-btn-loading-gif {
    display: none;
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}


.page-name {
    position: relative;
    background: #E06225;
    text-align: center;
    overflow: hidden;
}

.desktop-cow-head.home {
    display: none;
}

.page-name-content {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    padding-top: 13px;
}

.page-name-top {
    color: #3F1210;
    font-family: 'LatiniaBlack';
    font-size: 18px;
}

.page-name-inner {
    padding: 23px 5px 29px 5px;
}

.sec-name {
    font-family: 'LatiniaBlack';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.17px;
    margin-bottom: 15px;
    font-weight: 400;
}

h2.sec-name {
    font-size: 24px;
    line-height: 30px;
}

.sec-name.secondary {
    font-size: 24px;
}

.sec-name-left {
    text-align: left;
}

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

.brown {
    color: #3F1210;
}

.orange {
    color: #E06225;
}

.white {
    color: #fff;
}

.sec-inner {
    padding: 25px 20px;
    box-sizing: border-box;
    max-width: 414px;
    margin: auto;
}

.content {
    font-size: 15px;
    line-height: 25px;
}

.round-btn {
    position: relative;
    background: #3F1210;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 13px 1px;
    border-radius: 32px;
    display: block;
    cursor: pointer;
    transition: all .2s;
}

.round-btn:hover {
    background: #E06225;
}

.round-btn.orange-bg {
    background: #BC521F;
}


.round-btn.orange-bg:hover {
    background: #3F1210;
}

.pagination-container {
    display: flex;
    align-items: end;
    max-width: 410px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 12px;
}

.page-left {
    visibility: hidden;
}

.page-left, .page-right {
    font-size: 41px;
    color: #3F1210;
    cursor: pointer;
    transform: translateY(17px);
    transition: all .2s;
}

.page-left-icon:hover, 
.page-right-icon:hover {
    color: #E06225;
}

.page-numbers {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.page-number {
    display: inline-block;
    border: 1px solid #fff;
    color: #3F1210;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
}

.page-number:hover {
    background: #3F1210;
    color: #fff;
}

.page-number.active {
    background: #E06225;
    color: #fff;
}

.tmonials-sec {
    background: #3f1210;
}

.tmonials-sec .break-desktop {
    display: none;
}

.tmonials-sec-inner {
    padding: 30px 20px;
    margin: auto;
    position: relative;
}

.tmonials-sec .sec-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.tmonials-slide-inner {
    text-align: center;
    max-width: 414px;
    margin: auto;
    color: #fff;
}

.tmonials-star {
    margin: 0 7px;
    display: inline-block !important;
}

.tmonials-content {
    font-size: 14px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 13px;
}

.tmonials-name {
    font-weight: 700;
}

.form-container-inner {
    font-size: 0;
}

.input-wrapper {
    margin-bottom: 10px;
}

.input-label {
    font-weight: 700;
    font-size: 18px;
}

.form-input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border: 1px solid #707070;
    padding: 5px 5px 5px 5px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
}

.form-sub-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.form-sub-col:nth-child(1) {
    padding-right: 5px;
}

.form-sub-col:nth-child(2) {
    padding-left: 5px;
}

.submit-btn {
    position: relative;
    background: #BC521F;
    width: 178px;
    margin-left: 0;
    margin-top: 20px;
}

.submit-btn-loading-gif {
    display: none;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.desktop-cow-head.secondary {
    position: absolute;
    left: 0;
    right: 0;
    height: 83px;
    bottom: 0;
    margin: auto;
}

.desktop-cow-head.left.secondary {
    left: -231px;
}

.desktop-cow-head.right.secondary {
    right: -250px;
}

textarea.form-input {
    height: 186px;
}

@media (min-width: 414px) {
    .modal-title {
        font-size: 22px;
    }

    .modal .input-label {
        font-size: 18px;
    }

    .desktop-cow-head.left.secondary {
        left: -258px;
    }

    .desktop-cow-head.right.secondary {
        right: -273px;
    }
}

@media (min-width: 768px) {
    .page-name-inner {
        padding: 30px 5px 29px 5px;
    }

    .page-name-content {
        margin: 0 65px;
    }

    .mobile-cow-head {
        display: none;
    }

    .desktop-cow-head.home {
        display: inline-block;
    }

    .page-name-top {
        font-size: 31px;
    }

    .sec-inner {
        padding: 35px 45px;
        max-width: 100%;
    }

    .content {
        font-size: 16px;
        line-height: 28px;
    }

    .sec-name, 
    .sec-name.secondary {
        font-size: 28px;
        line-height: 35px;
    }

    .sec-name.sub, 
    .sec-name.sub.secondary {
        font-size: 26px;
        line-height: 32px;
    }


    .tmonials-content {
        font-size: 18px;
        line-height: 25px;
    }

    .tmonials-name {
        font-size: 16px;
    }

    .round-btn {
        font-size: 16px;
    }

    .desktop-cow-head.secondary {
        height: 110px;
    }

    .desktop-cow-head.left.secondary {
        left: -558px;
    }

    .desktop-cow-head.right.secondary {
        right: -573px;
    }
}

@media (min-width: 992px) {
    body {
        background-image: url('../assets/page-bg.png');
    }

    .modal-title-content {
        transform: translateY(10px);
    }

    #special-request-modal {
        width: 800px;
        margin: auto;
        left: 0;
        right: 0;
        height: 470px;
        top: 50%;
        margin-top: -235px;
    }

    #special-request-modal .modal-inner {
        max-width: 730px;
    }

    #mailing-list-modal {
        width: 550px;
        margin: auto;
        left: 0;
        right: 0;
        height: 385px;
        top: 50%;
        margin-top: -197px;
    }

    .meal-type-sub-col {
        width: 100%;
    }

    .modal .round-btn {
        margin-left: auto !important;
    }

    .sr-modal-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .sr-modal-col:nth-child(1) {
        width: 50%;
        padding-right: 10px;
    }

    .sr-modal-col:nth-child(2) {
        width: 50%;
        padding-left: 10px;
    }

    #sr-message {
        height: 112px;
    }

    .form-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .form-col:nth-child(1) {
        width: 50%;
    }

    .form-col:nth-child(2) {
        width: 50%;
        padding-left: 36px;
    }
}

@media (min-width: 1200px) {
    #special-request-modal {
        width: 800px;
        margin: auto;
        left: 0;
        right: 0;
        height: 460px;
        top: 50%;
        margin-top: -230px;
    }

    #special-request-modal .modal-inner {
        max-width: 730px;
    }

    .sr-modal-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .sr-modal-col:nth-child(1) {
        width: 50%;
        padding-right: 10px;
    }

    .sr-modal-col:nth-child(2) {
        width: 50%;
        padding-left: 10px;
    }

    #sr-message {
        height: 112px;
    }

    .tmonials-sec .break-mobile {
        display: none;
    }

    .tmonials-sec .break-desktop {
        display: block;
    }

    .tmonials-col:nth-child(1) {
        position: absolute;
        left: 50px;
        top: 51px;
    }

    .tmonials-sec .sec-name {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
}

@media (min-width: 1400px) {
    .tmonials-slide-inner {
        max-width: 500px;
    }

    .tmonials-content {
        font-size: 21px;
        line-height: 28px;
    }

    .tmonials-name {
        font-size: 18px;
    }

    .tmonials-col:nth-child(1) {
        left: 100px;
    }
}

@media (min-width: 1600px) {
    .sec-name, .sec-name.secondary {
        font-size: 38px;
        line-height: 43px;
    }

    h2.sec-name {
        font-size: 28px;
        line-height: 34px;
    }

    .sec-name.sub, .sec-name.sub.secondary {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1700px) {
    .content {
        font-size: 19px;
        line-height: 30px;
    }

    .tmonials-content {
        font-size: 25px;
        line-height: 32px;
    }

    .tmonials-slide-inner {
        max-width: 565px;
    }

    .tmonials-col:nth-child(1) {
        left: 130px;
    }
}









