@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/Avenir.ttc');
}
@font-face {
    font-family: 'PhosphatePro-Inline';
    src: url('../fonts/Phosphate.ttc');
}
@font-face {
    font-family: 'PhosphatePro-Solid';
    src: url('../fonts/Phosphate.ttc');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Avenir-Roman',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: -webkit-fill-available;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-family: Avenir-Roman,Helvetica,Arial,sans-serif;
    font-weight: normal;
}
p{
    font-family: Avenir-Roman,Helvetica,Arial,sans-serif;
}
label, span, ul, li, input{
    font-family: Avenir-Roman,Helvetica,Arial,sans-serif;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}
input{
    outline: none;
}
table{
    width: 100%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-content:before,
.container-content:after {
    content: " ";
    display: table;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cotainer-content:after {
    clear: both;
}
.container{
    padding: 0;
    position: relative;
    width: 1592px;
    margin: 0 auto;
}
.row{
    position: relative;
}
.clearfix {
    clear: both;
}
.modal-open {
    overflow: auto;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7)!important;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
    position: relative;
    margin: 0 auto;
    width: 1227px;
    height: auto;
    top: 8%;
}
.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  background-color: transparent;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7!important;
  filter: alpha(opacity=70);
}
.modal-body {
    position: relative;
    background-color: #ffffff;
}
.modal-footer {
  text-align: center;
}
.fade {
    opacity: 0;
    transition: opacity .5s linear;
}
.fade.in {
    opacity: 1;
}
.close {
    width: 25px;
    text-align: center;
    color: #fff;
    outline: none;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 38px;
    right: 39px;
}
.header {
    padding: 20px;
}
.logo {
    float: left;
    width: 216px;
}
.address {
    background-color: #ac3964;
    margin-bottom: 10px;
    text-align: center;
    padding: 26px;
}
.menu {
    background-color: #ac3964;
    text-align: center;
    padding: 46px;
}
.logo img {
    width: 100%;
    object-fit: cover;
}
.nav {
    float: left;
    width: calc(100% - 216px);
    padding-left: 15px;
}
.address p {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-right: 27px;
    letter-spacing: 1px;
}
.address p:after {
    content: '\2022';
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 12px;
    right: 6px;
}
.address p:last-child:after {
    display: none;
}
.menu ul li a {
    color: #ffffff;
}
.menu ul li {
    font-size: 40px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 21px;
    font-family: PhosphatePro-Inline;
    line-height: 32px;
}
.address p:last-child {
    padding: 0;
}
.menu ul li:after {
    content: '\2022';
    font-size: 43px;
    line-height: 0;
    position: absolute;
    top: 17px;
    color: #ffffff;
    right: -10px;
}
.menu ul li:last-child:after {
    display: none;
}
.banner.home-banner {
    height: 1100px;
}
.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}
.content {
    text-align: center;
    background-color: #ac3964;
    padding: 130px;
    color: #ffffff;
}
.about-home h2 {
    font-family: 'PhosphatePro-Solid';
    margin-bottom: 80px;
    font-size: 60px;
}
.about-home p {
    font-size: 24px;
    width: 890px;
    margin: 0 auto;
    margin-bottom: 100px;
}
span.btn {
    font-size: 30px;
    text-transform: uppercase;
    background-color: #ffffff;
    display: inline-block;
    font-weight: BOLDER;
    margin: 0 15px;
}
span.btn a {
    color: #000000;
    padding: 40px;
    display: block;
}
span.btn.btn-red a {
    color: #ac3964;
}
.catering-inquiries .row-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.image-inquiries {
    position: relative;
    padding-top: 100%;
    background-color: transparent;
}
.image-inquiries img {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-inquiries {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 80px;
    background-color: #6aa338;
    color: #ffffff;
    position: relative;
}
.content-inquiries h2 {
    font-family: 'PhosphatePro-Solid';
    font-size: 60px;
    margin-bottom: 60px;
}
.content-inquiries p {
    font-size: 24px;
}
.content-inquiries .btn {
    position: absolute;
    bottom: 60px;
    margin: 0;
}
span.btn.btn-green a {
    color: #6aa338;
}
.menu ul li.active a {
    color: #c2ec9c;
}
.footer {
    text-align: right;
    padding: 25px 10px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #ac3964;
}
.grid-sizer{
    width: 25%;
}
.grid-item {
    background-color: #ffffff;
    margin: 30px;
    cursor: pointer;
    float: left;
    width: calc(25% - 60px);
    color: #000;
    text-align: left;
    padding: 40px;
    border-radius: 30px;
    color: #ac3964;
    height: auto;
}
.grid-item h3 {
    font-family: 'PhosphatePro-Solid';
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.item-menu {
    font-size: 21px;
    margin-bottom: 15px;
}
.item-menu h4 span {
    font-weight: normal;
}
.item-menu ul {
    margin-left: 0;
    list-style: none;
}
.content.restaurant-menu {
    padding: 100px 40px;
}
.content.restaurant-menu h2 {
    font-family: 'PhosphatePro-Inline';
    font-weight: normal;
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.item-menu ul li:before {
    content: '+';
    margin-right: 10px;
}
.content.catering-content {
    background-color: #6aa338;
    padding: 180px 130px;
}
.content.catering-content .row {
    width: 900px;
    margin: 0 auto;
}
.content.catering-content h2 {
    font-family: 'PhosphatePro-Solid';
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 95px;
}
.content.catering-content p {
    font-size: 24px;
}
.content.restaurant-menu.stories {
    text-align: left;
}
.content.restaurant-menu.stories h2 {
    text-align: center;
}
.content.stories-about {
    background-color: #6aa338;
    text-align: left;
}
.stories-about-img h2 {
    font-size: 100px;
    font-family: 'PhosphatePro-Solid';
    margin-bottom: 170px;
}
.stories-about-img img {
    width: 100%;
    object-fit: cover;
    transform: rotate(-11deg);
    margin-bottom: -100px;
}
.stories-about-img {
    float: left;
    width: 60%;
    padding-right: 50px;
}
.stories-about-content p {
    font-size: 24px;
    margin-bottom: 30px;
}
.masonary-news ul {
    column-count: 3;
    column-gap: 30px;
    display: block;
}
.masonary-news li {
    display: inline-block;
    break-inside: avoid-column;
    margin-bottom: 30px;
}
.masonary-news li img {
    width: 100%;
    margin-bottom: 20px;
}
.masonary-news li h3 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.masonary-news li h3 span {
    font-weight: normal;
}
.masonary-news li p {
    font-size: 28px;
    color: #ffffff;
}
.stories-about-content {
    float: left;
    width: 40%;
}
.mobile-menu{
    display: none;
}
.item-menu h4 b {
    margin-right: 8px;
}
@media (max-width: 1650px){
    .header {
        padding: 10px;
    }
    .address {
        padding: 15px;
    }
    .address p {
        font-size: 13px;
    }
    .menu {
        background-color: #ac3964;
        text-align: center;
        padding: 19px;
    }
    .menu ul li {
        font-size: 25px;
        padding: 0 21px;
        line-height: 13px;
    }
    .logo {
        float: left;
        width: 120px;
    }
    .nav {
        width: calc(100% - 120px);
    }
    .banner.home-banner {
        height: 620px;
    }
    .content {
        padding: 80px;
    }
    .about-home h2 {
        margin-bottom: 35px;
        font-size: 38px;
    }
    .about-home p {
        font-size: 18px;
        width: 890px;
        margin: 0 auto;
        margin-bottom: 50px;
        line-height: 27px;
    }
    span.btn {
        font-size: 18px;
        text-transform: uppercase;
        background-color: #ffffff;
        display: inline-block;
        font-weight: BOLDER;
        margin: 0 15px;
    }
    span.btn a {
        color: #000000;
        padding: 15px 20px;
        display: block;
    }
    .menu ul li:after {
        content: '\2022';
        font-size: 43px;
        line-height: 0;
        position: absolute;
        top: 6px;
        color: #ffffff;
        right: -10px;
    }
    .address p:after {
        content: '\2022';
        font-size: 28px;
        line-height: 0;
        position: absolute;
        top: 8px;
        right: 6px;
    }
    .content-inquiries {
        padding: 30px 35px;
    }
    .content-inquiries h2 {
        font-family: 'PhosphatePro-Solid';
        font-size: 38px;
        margin-bottom: 35px;
    }
    .content-inquiries p {
        font-size: 18px;
    }
    .content.catering-content {
        padding: 80px;
    }
    .content.catering-content h2 {
        font-size: 38px;
        margin-bottom: 50px;
    }
    .content.catering-content p {
        font-size: 18px;
        width: 500px;
        margin: 0 auto;
        line-height: 26px;
    }
    .content.restaurant-menu {
        padding: 80px 15px;
    }
    .content.restaurant-menu h2 {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .grid-sizer{
        width: 33.3333%;
    }
    .grid-item {
        margin: 15px;
        width: calc(33.3333% - 30px);
        padding: 20px;
        border-radius: 20px;
    }
    .grid-item h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .item-menu {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 23px;
    }
    .stories-about-content p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .stories-about-img h2 {
        font-size: 50px;
        font-family: 'PhosphatePro-Solid';
        margin-bottom: 105px;
    }
}
@media (max-width: 1040px){
    .menu {
        padding: 18px;
    }
    .menu ul {
        position: fixed;
        width: 100%;
        left: 0;
        top: 145px;
        background-color: #ac3964;
        height: 0;
        overflow: hidden;
        transition: height 1s;
        z-index: 999;
    }
    .menu ul li {
        display: block;
        line-height: 45px;
        padding: 0;
        margin-bottom: 20px;
    }
    .mobile-menu{
        display: block;
    }
    .mobile-menu p {
        font-family: 'PhosphatePro-Solid';
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 1px;
        line-height: 23px;
        display: inline-block;
    }
    .hamburger-menu span {
        width: 22px;
        height: 3px;
        display: block;
        background-color: #ffffff;
        margin-bottom: 3px;
    }
    .hamburger-menu {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    .address {
        overflow: hidden;
        position: relative;
        height: 50px;
    }
    .menu ul li:after{
        display: none;
    }
    ul.nav-menu.show-menu {
        min-height: auto;
        height: 260px;
        transition: height 1s;
    }
    body.fixed:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 144px;
        background-color: rgb(0 0 0 / 45%);
        z-index: 99;
    }
    body.fixed {
        position: fixed;
    }
    .marquee-mobile {
        position: absolute;
        width: 710px;
        height: 100%;
        margin: 0;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-animation: example1 15s linear infinite;
        -webkit-animation: example1 15s linear infinite;
        animation: example1 15s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes example1 {
        0%   { -moz-transform: translateX(100%); }
        100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes example1 {
        0%   { -webkit-transform: translateX(100%); }
        100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes example1 {
        0%   { 
            -moz-transform: translateX(100%); /* Firefox bug fix */
            -webkit-transform: translateX(100%); /* Firefox bug fix */
            transform: translateX(100%); 		
        }
        100% { 
            -moz-transform: translateX(-100%); /* Firefox bug fix */
            -webkit-transform: translateX(-100%); /* Firefox bug fix */
            transform: translateX(-100%); 
        }
    }
    .content {
        padding: 35px;
    }
    .banner.home-banner {
        height: 330px;
    }
    .about-home p {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        line-height: 19px;
    }
    .about-home h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    span.btn {
        font-size: 14px;
        margin: 0 5px;
    }
    span.btn a {
        color: #000000;
        padding: 10px 15px;
        display: block;
    }
    .catering-inquiries .row-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        width: 100%;
    }
    .stories-about-img {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .stories-about-content {
        float: left;
        width: 100%;
        margin-top: 170px;
    }
    .content.restaurant-menu {
        padding: 30px 10px;
    }
    .masonary-news ul {
        column-count: 1;
        column-gap: 30px;
        display: block;
    }
    .masonary-news li p {
        font-size: 14px;
        color: #ffffff;
    }
    .masonary-news li h3 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }
    .content.catering-content .row {
        width: 100%;
        margin: 0 auto;
    }
    .content.catering-content p {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        line-height: 19px;
    }
    .content.catering-content h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .content.restaurant-menu h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .grid-item h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .item-menu {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 19px;
    }
    .grid-sizer{
        width: 100%;
    }
    .grid-item {
        margin:0;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }
    .content.catering-content {
        padding: 35px;
    }
}
@media (max-width: 500px){
    .logo {
        float: left;
        width: 68px;
    }
    .nav {
        width: calc(100% - 68px);
        padding-left: 5px;
    }
    .address {
        overflow: hidden;
        position: relative;
        height: 29px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .address p {
        font-size: 12px;
    }
    .menu {
        padding: 5px;
    }
    .header {
        padding: 5px;
    }
    .mobile-menu p {
        font-size: 14px;
        line-height: 22px;
    }
    .hamburger-menu {
        margin-right: 3px;
    }
    .menu ul {
        top: 80px;
    }
    body.fixed:before {
        top: 95px;
    }
    .content {
        padding: 25px;
    }
    span.btn a {
        padding: 10px;
    }
    span.btn {
        margin: 0 2px;
    }
    .content-inquiries {
        padding: 25px;
    }
    .content-inquiries .btn {
        position: relative;
        bottom: 0;
        margin: 0;
        width: 168px;
        margin-top: 30px;
    }
    .stories-about-img h2 {
        font-size: 35px;
        margin-bottom: 50px;
    }
}