@font-face {
    font-family: Bebas-Neue;
    src: url("fonts/bebas-neue/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
    font-family: Bebas-Neue-Bold;
    src: url("fonts/bebas-neue/BebasNeue-Bold.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    src: url("fonts/avenir/Avenir.otf") format("opentype");
}
@font-face {
    font-family: Avenir-Bold;
    src: url("fonts/avenir/Avenir-bold.otf") format("opentype");
}

html {
    -webkit-text-size-adjust: none
}

html,body {
    overflow-x: hidden;
    padding: 0 !important;
}

a {
	transition: all 0.2s ease;
}
textarea.form-control {
	height: 100px !important;
}
.form-control {
    border-radius: 0 !important;
    font-family: Avenir;
    color: #000 !important;
    height: 31px !important;
}
.form-control
.form-control::-moz-placeholder {
	color: #000 !important;
	font-weight: 300;
	opacity: 1;
	font-family: Avenir;
}

.form-control::-webkit-input-placeholder {
	color: #000 !important;
	font-weight: 300;
	font-family: Avenir;
}
.datetimepicker-hours thead th {
    visibility: hidden !important;
}
.btn-catering, .btn-contact, .btn-newsletter, .subscribe-link,
.btn-catering:focus, .btn-contact:focus, .btn-newsletter:focus, .subscribe-link:focus,
.btn-catering:active, .btn-contact:active, .btn-newsletter:active, .subscribe-link:active {
    background: #961a24;
    color: #fff;
    font-family: 'Pangolin', cursive;
    font-size: 20px;
    line-height: 1.2em;
    padding: 10px 22px;
    border: 0;
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease;
}
.btn-newsletter {
    width: 100%;
}
.btn-catering:hover, .btn-contact:hover, .btn-newsletter:hover, .subscribe-link:hover{
    font-size: 21px;
    padding: 10px 27px;
    text-decoration: none;
    color: #fff;
    background: #610f16;
}
.btn-catering img, .btn-contact img, .subscribe-link img, .btn-newsletter img {
    vertical-align: sub;
    padding: 0 0 0 10px;
}


header {
    background: #231f20;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    color: #FFF;
    font-family: Bebas-Neue;
    transition: all 0.5s ease;
}
header .navbar {
    border: 0;
    margin: 0;
}
header .nav-mobile {
    display: none;
}
header  .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
header .nav.navbar-nav {
    float: right;
    width: auto;
    font-size: 0;
}
header a,
header a:focus,
header a:active {
	color: #fff;
	text-decoration: none;
    transition: all 0.5s ease;
}
header a:hover {
    color: #961923;
    text-decoration: none;
}
.nav-social {

}
.nav-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.nav-social li {
    display: inline-block;
    padding: 0 3px;
}
.nav-social li a {
    background: #941823;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    display: block;
}
.nav-social li a:hover {
    background: #610f16;
}
.nav-social i {
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding: 6px 0 0 0;
}
header .navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
header .navbar-nav>li:hover > a {
    color: #961923;
}
header .navbar-nav>li>a {
    padding: 46px 45px;
    border-left: 2px solid #fff;
    line-height: 1.2em;
    display: block;
    font-size: 30px;
    transition: all 0.2s ease;
}
header .navbar-nav>li>a:hover, header .navbar-nav>li>a:active, header .navbar-nav>li>a:focus {
    background-color: transparent;
}
header .navbar-nav>li.order-online {
    background: #fff;
}
header .navbar-nav>li.order-online:hover {
    background: #961923;
}
header .navbar-nav>li.order-online:hover a,
header .navbar-nav>li.order-online:hover span {
    color: #fff;
}
header .navbar-nav>li.order-online a {
    padding: 25px 35px;
    border-left: 0;
    line-height: 1.2em;
    display: block;
    color: #000;
}
header .navbar-nav>li.order-online a span {
    display: block;
    font-size: 23px;
    font-family: 'Pangolin', cursive;
}
header .navbar-nav>li.order-online img {
    vertical-align: middle;
    width: 28px;
    padding-left: 5px;
}
header .navbar-nav>li.order-online:hover img {
    filter: brightness(0) invert(1);
}
header .navbar-nav>li.order-online span:last-child {
    color: #961b25;
    font-family: Bebas-Neue;
    font-size: 37px;
    border-bottom: 2px dotted;
    padding: 0 0 5px;
}
header .navbar-nav>li.order-online:hover span:last-child {
    color: #fff;
}
header .navbar-nav>li.menu-contact {
	text-align: center;
}
header .nav-social {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 40px;
}
header.header-fixed .nav-social {
    padding: 5px 40px;
}
header .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 1.2em;
    position: absolute;
    top: 13px;
    left: 65px;
    z-index: 999999;
}
header .navbar-brand>img {
    display: block;
    width: 60%;
    transition: all 0.2s ease;
}
.nav-phone a {
    color: #fff;
    font-size: 30px;
    line-height: 1em;
}
.nav-contact a {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
}
.nav-phone {
    line-height: 1.2;
}
header .menu-contact {
    top: 7px;
}
header.header-fixed .navbar-brand>img {
    width: 40%;
}
header.header-fixed .navbar-nav>li>a {
    padding: 24px 45px;
}
header.header-fixed .navbar-nav>li.order-online a {
    padding: 0px 35px 5px;
}
header.header-fixed .nav-phone a,
header.header-fixed .nav-contact a {
    font-size: 18px;
}
header.header-fixed .nav-social i {
    height: 24px;
    font-size: 16px;
}



.menu-tab {
    border: 0 !important;
    float: left;
    width: 20%;
}
.menu-tab.nav-tabs>li {
    float: none;
    margin: 0;
    text-align: center;
}
.menu-tab.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
    line-height: 1em;
    border: 0;
    border-radius: 0;
    padding: 25px 20px;
    font-size: 16px;
    background: #231f20;
    font-family: 'Pangolin', cursive;
    color: #fff;
}
.menu-tab.nav-tabs>li.active>a, .menu-tab.nav-tabs>li.active>a:focus, .menu-tab.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #961a24;
    border: 0;
}
.menu-tab.nav>li>a:focus, .menu-tab.nav>li>a:hover {
    text-decoration: none;
    background-color: #961a24;
}
.menu-tab.nav-tabs>li.active,
.menu-tab.nav-tabs>li:hover {
	position: relative;
}
.menu-tab.nav-tabs>li.active:after,
.menu-tab.nav-tabs>li:hover:after {
    content: url(images/arrow.png);
    position: absolute;
    right: 15px;
    top: 20px;
}
.menu-container {
    margin-top: 25px;
    margin-bottom: 15px;
    background: url(images/about-pig.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -50px center;
}
.menu-content.tab-content>.tab-pane {
    display: none;
    float: left;
    width: 75%;
    margin-left: 5%;
    position: relative;
}
.menu-content.tab-content>.active {
    display: block;
}
.menu-content.tab-content h4 {
    font-family: Bebas-Neue;
    color: #000;
    font-size: 28px;
    margin: 0;
    position: relative;
    line-height: 0.8em;
}
.menu-content.tab-content p {
    font-family: Avenir-Bold;
    font-size: 18px;
    position: relative;
    line-height: 1.2em;
    margin: 0 0 17px;
}
.menu-content.tab-content p span {
    display: block;
    font-size: 15px;
    font-family: Avenir;
}
.menu-content.tab-content .price {
    display: none;
    position: absolute;
    right: 0;
    font-size: 17px;
}
.menu-special {
    border: 1px solid #961a24;
    padding: 18px;
    margin: 25px 0 0;
    width: max-content;
    line-height: 1.2em;
}
.menu-special p:last-child {
    margin: 0;
}
.menu-special h4 {
    font-family: 'Pangolin', cursive !important;
    font-size: 20px !important;
}
.menu-special p {

}
.menu-photo {
    position: absolute;
    right: 40px;
    text-align: right;
}
.menu-photo img {
    vertical-align: middle;
    width: 32%;
    border: 10px solid #fff;
    box-shadow: 1px 2px 20px 0px #000;
}
.menu-photo-rotate-right {
    transform: rotate(3deg);
}
.menu-photo-rotate-left {
    transform: rotate(-3deg);
    top: 25px;
}
.menu-link {
    padding-top: 30px;
    clear: both;
}



.banner {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.banner-detail img {
    vertical-align: middle;
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-tagline {
    background: #961a24;
    color: #fff;
    font-size: 30px;
    font-family: 'Pangolin', cursive;
    line-height: 1.2em;
    padding-top: 15px;
    width: 37%;
    margin-left: auto;
    margin-right: auto;
}
.banner-title {
    background: #961a24;
    font-size: 65px;
    color: #FFF;
    font-family: Bebas-Neue;
    padding: 0;
    margin: 0;
    width: 37%;
    margin-left: auto;
    margin-right: auto;
}
.banner-cta {
    margin: 40px 0 0;
    display: block;
}
.banner-link {
    background: #961a24;
    color: #fff;
    font-family: 'Pangolin', cursive;
    font-size: 20px;
    line-height: 1.2em;
    padding: 13px 25px;
}
.banner-link img {
    vertical-align: sub;
    width: auto;
    padding: 0 0 0 20px;
}
.banner-link:active,
.banner-link:focus {
    color: #fff;
    text-decoration: none;
}
.banner-link:hover  {
    font-size: 22px;
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    background: #610f16;
}






.info {
    background: #231f20;
    color: #fff;
    padding: 35px 0 30px;
    position: relative;
}
.info .row:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.info-detail {
    text-align: left;
    line-height: 1.2em;
    margin-top: 0;
    padding-left: 65px !important;
}
.info-icon {
    vertical-align: middle;
    position: absolute;
    width: 9%;
}
.info-right .info-icon {
    width: 12%;
}
.info-detail h4 {
    margin: 0;
    padding: 0;
    font-family: Bebas-Neue;
    font-size: 28px;
    line-height: 0.7em;
}
.info-detail p {
    margin: 0;
}



.menu {
    padding: 30px 0;
}
.menu-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: Bebas-Neue;
    font-size: 33px;
    color: #000;
}
.menu-tagline {
    display: inline-block;
    font-family: Avenir;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 10px;
}




.catering {
    background: url(images/catering.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0;
}
.catering-title {
    color: #fff;
    font-family: Bebas-Neue;
    font-size: 33px;
    text-align: center;
}
.catering-tagline {
    font-family: Avenir;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px;
}
.catering-link {
    padding: 15px 0 40px 0;
}


.contact {
    background: #231f20;
    color: #fff;
    padding: 50px 0 30px;
    position: relative;
}
.contact-title {
    color: #961a24;
    font-family: Bebas-Neue;
    font-size: 33px;
    padding: 0 0 20px;
}
.contact-detail {
    font-family: Avenir;
    font-size: 15px;
    padding: 0 0 30px;
}
.contact-detail strong {
    font-family: Avenir-Bold;
    font-size: 18px;
}
#map {
    height: 100%;
    width: 47%;
    position: absolute !important;
    top: 0;
    right: 0;
}


.subscribe {
	background: url('images/subscribe.jpg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.subscribe .container {
	position: relative;
}
.subscribe-title {
    color: #fff;
    font-family: Bebas-Neue;
    font-size: 33px;
    text-align: center;
    line-height: 1em;
}
.subscribe-tagline {
    font-family: Avenir;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.subscribe-link:hover,
.subscribe-link:active,
.subscribe-link:focus {
	color: #fff;
	text-decoration: none;
}
.subscribe-cta {
    text-align: center;
    display: block;
    margin: 45px 0 0 0;
}
.subscribe-icon-1 {
    position: absolute;
    width: 13%;
    left: -5px;
    top: 20px;
}
.subscribe-icon-2 {
    position: absolute;
    width: 13%;
    right: -5px;
    top: 20px;
}



footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
}
footer span {
    border-right: 2px solid #961a24;
    padding-right: 9px;
}
.copyright {
    color: #dadada;
    font-size: 13px;
}




.form-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    padding: 0 !important;
}
.form-fail-fade {
    display: block !important;
}
.modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}
.modal-content {
    background-color: #fefefe !important;
    margin: 30% auto 0;
    padding: 50px 25px 40px;
    width: 70%;
    position: relative !important;
    border-radius: 0 !important;
}
.modal-title {
    line-height: 1.2em !important;
    font-size: 36px !important;
    font-family: Bebas-Neue;
}
.modal-content h4 {
    padding: 0;
    margin: 0;
}
.form-close,
.form-newsletter-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 13px 5px;
    margin: 0;
    outline: none;
    border: 0;
    background: #961a24;
    color: #fff;
    font-family: 'Pangolin', cursive;
    font-size: 20px;
    line-height: 1.2em;
    z-index: 99;
}
#newsletterModal .modal-content {
    padding: 25px 15px 10px;
}
#newsletterModal .form-control {
    height: 40px !important;
}



/* 15/12/2020 */
.menu-link a:first-child {margin-right: 40px; }
.catering-link a:first-child {margin-right: 40px; }




@media only screen and ( max-width: 1100px ) {
    header .navbar-nav>li>a {
        padding: 46px 30px;
        font-size: 25px;
    }
    header.header-fixed .navbar-nav>li>a {
        padding: 35px 30px;
    }
}

@media only screen and ( max-width: 1024px ) {

}

@media only screen and ( max-width: 991px ) {

  .menu-link{position: relative;z-index: 99; }
  .catering-link a, .menu-link a{font-size: 16px; }
  .catering-link a:hover, .menu-link a:hover, .catering-link a:focus, .menu-link a:focus{font-size: 16px;}

}

@media only screen and ( max-width: 981px ) {
    header .navbar-nav>li.order-online a {
        padding: 25px 20px;
    }
    header .nav-social {
        padding: 8px 20px;
    }
    header .navbar-nav>li>a {
        padding: 46px 25px;
        font-size: 25px;
    }
    header.header-fixed .navbar-nav>li>a {
        padding: 35px 25px;
    }
    header.header-fixed .navbar-nav>li.order-online a {
        padding: 18px 25px;
    }
    .banner-content {
        top: 45%;
    }
    .menu-photo img {
        width: 30%;
    }
    .subscribe-icon-1 {
        left: -90px;
    }
    .subscribe-icon-2 {
        right: -90px;
    }
    .menu-photo {
        right: 0;
        top: 0;
        position: relative;
        text-align: center;
        padding: 50px 0 0;
    }
    #map {
        height: 350px;
        margin: 30px 0 15px;
        width: 100%;
        position: relative !important;
    }
    .info-detail {
        padding-left: 0 !important;
    }
    .info-icon {
        width: 11%;
        left: -40px;
    }
    .info-right .info-icon {
        width: 15%;
    }
    .menu-container {
        background-size: auto;
    }
    .menu-content.tab-content>.active {
        padding-right: 5%;
    }
}

@media only screen and ( max-width: 900px ) {
    .banner-title {
        font-size: 50px;
    }
    header .navbar-nav>li>a {
        padding: 35px 17px;
        font-size: 21px;
    }
    header .navbar-nav>li.order-online a {
        padding: 20px 17px;
    }
    header .navbar-nav>li.order-online a span {
        font-size: 18px;
    }
    header .navbar-nav>li.order-online span:last-child {
        font-size: 26px;
    }
    header .navbar-brand>img {
        width: 45%;
    }
    .nav-phone a,
    .nav-contact a {
        font-size: 20px;
    }
    header.header-fixed .navbar-nav>li>a {
        padding: 34px 17px;
    }
    header.header-fixed .navbar-nav>li.order-online a {
        padding: 18px 17px;
    }
    header.header-fixed .nav-social i {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }
    header.header-fixed .nav-phone a,
    header.header-fixed .nav-contact a {
        font-size: 19px;
    }
    header.header-fixed .navbar-brand>img {
        width: 40%;
    }
    .menu-tab.nav-tabs>li.active:after,
    .menu-tab.nav-tabs>li:hover:after {
        right: 5px;
    }
}

@media only screen and ( max-width: 860px ) {

}

@media only screen and ( max-width: 800px ) {
    .menu-tab.nav-tabs>li>a {
        font-size: 13px;
    }
    .banner-title {
        font-size: 36px;
    }
    .banner-tagline {
        font-size: 23px;
    }
}

@media only screen and ( max-width: 768px ) {
    .menu-tab {
        width: 30%;
    }
    .menu-content.tab-content>.tab-pane {
        width: 65%;
    }
    .menu-tab.nav-tabs>li>a {
        font-size: 18px;
    }
    #map {
        margin: 30px auto 15px;
        width: 96%;
    }
    .subscribe-icon-2 {
        right: 0;
        top: initial;
        bottom: 0;
    }
    .subscribe-icon-1 {
        left: 0;
        top: initial;
        bottom: 0;
    }
}

@media only screen and ( max-width: 736px ) {
    header {
        position: relative;
    }
    header .navbar-brand {
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        position: relative;
    }
    header .navbar-brand>img, header.header-fixed .navbar-brand>img {
        width: 10%;
        margin: 0 auto;
        padding: 10px 0 10px;
    }
    header .nav.navbar-nav {
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }
    header .nav-desktop {
        display: none;
    }
    header .nav-mobile {
        display: block;
        text-align: center;
        overflow: hidden;
    }
    header .navbar-toggle {
        float: none;
        text-align: center;
        margin: 15px auto;
        border: 0;
        border-radius: 0;
    }
    header .navbar-nav>li {
        display: block;
    }
    header .navbar-toggle .icon-bar {
        background: #fff;
    }
    header .navbar-collapse {
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    header .navbar-collapse.in {
        overflow: hidden;
    }
    header.header-fixed .navbar-nav>li>a,
    header .navbar-nav>li>a {
        border: 0;
        padding: 5px 0;
        font-size: 21px;
    }
    header .navbar-nav>li.order-online {
        background: transparent;
    }
    header .navbar-nav>li.order-online a,
    header.header-fixed .navbar-nav>li.order-online a {
        padding: 5px 0 0;
        color: #fff;
    }
    header.header-fixed .nav-phone a, header.header-fixed .nav-contact a {
        font-size: 20px;
    }
    header .nav-social,
    header.header-fixed .nav-social {
        padding: 0 0 8px;
        border: 0;
    }
    .nav-social li {
        padding: 0 10px;
    }
    header.header-fixed .nav-social i {
        height: 32px;
        width: 32px;
        font-size: 20px;
    }
    .nav-phone {
        text-align: center;
        padding: 0 0 15px;
    }
    .banner-content {
        top: 25%;
    }
    .info .col-sm-6 {
        text-align: center;
    }
    .info-icon {
        float: none;
        width: 7%;
        margin: 0 auto;
    }
    .info-detail {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 1.2em;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .nav-contact {
        display: none;
    }
    .info .row:before {
        display: none;
    }
    .info-left,
    .info-right {
        text-align: center;
    }
    .info-icon {
        width: 7%;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
    }
    .info-right .info-icon {
        width: 7%;
    }
    .menu-photo-rotate-right,
    .menu-photo-rotate-left {
        transform: none;
    }


}

@media only screen and ( max-width: 681px ) {

    .menu-link a, .catering-link a{margin: 0 auto !important;display: block; }
    .menu-link a{width: 50% !important; }
    .catering-link a{width: 62% !important; }
    .menu-link a:first-child, .catering-link a:first-child{margin-bottom: 15px !important; }
    .catering-link a, .menu-link a{font-size: 20px; }
    .catering-link a:hover, .menu-link a:hover, .catering-link a:focus, .menu-link a:focus{font-size: 20px; }
}

@media only screen and ( max-width: 653px ) {

    .catering-link a{width: 65% !important; }

}

@media only screen and ( max-width: 630px ) {

    .menu-link a {width: 52% !important; }
}

@media only screen and ( max-width: 585px ) {

    .catering-link a{width: 70% !important; }
    .menu-link a {width: 60% !important; }
}


@media only screen and ( max-width: 575px ) {

    .catering-link a{width: 80% !important; }
    .menu-link a {width: 65% !important; }
}


@media only screen and ( max-width: 568px ) {
    .menu-tab {
        width: 100%;
        float: none;
    }
    .menu-content.tab-content>.tab-pane {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        padding: 0 30px;
    }
}

@media only screen and ( max-width: 485px ) {

    .catering-link a, .menu-link a{font-size: 18px; }
    .catering-link a:hover, .menu-link a:hover, .catering-link a:focus, .menu-link a:focus{font-size: 18px; }
}

@media only screen and ( max-width: 475px ) {

    .catering-link a{width: 85% !important; }
}


@media only screen and ( max-width: 480px ) {
    .banner-content {
        top: 10%;
    }
}

@media only screen and ( max-width: 415px ) {

    .catering-link a{width: 100% !important; }
    .menu-link{padding: 30px 15px 0;margin: 0 15px; }
    .menu-link a {width: 100% !important; }

}


@media only screen and ( max-width: 414px ) {
    .banner-tagline {
        font-size: 18px;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-cta {
        margin: 20px 0 0;
    }
    .banner-link {
        font-size: 15px;
    }
    .info-icon {
        width: 15%;
    }
    .info-right .info-icon {
        width: 15%;
    }
    .menu-photo {
        right: 0;
        top: 0;
        position: relative;
        text-align: center;
        margin: 60px 0 0;
    }
    .menu-photo img {
        width: 80%;
    }
    .menu-special {
    }
    header .navbar-brand>img, header.header-fixed .navbar-brand>img {
        width: 25%;
        padding: 0 0 5px;
    }
    .info {
        padding: 0 0 0;
    }
    .btn-catering {
        font-size: 15px;
    }
    .nav-phone a, .nav-contact a {
        font-size: 24px;
    }
    header.header-fixed .navbar-nav>li>a, header .navbar-nav>li>a {
        border: 0;
        padding: 5px 0;
        font-size: 24px;
    }
    header .navbar-toggle .icon-bar {
        width: 35px;
        height: 3px;
    }
}


@media only screen and ( max-width: 385px ) {

    .catering-link a, .menu-link a{font-size: 14px; }
    .catering-link a:hover, .menu-link a:hover, .catering-link a:focus, .menu-link a:focus{font-size: 14px; }
}

@media only screen and ( max-width: 375px ) {

}

@media only screen and ( max-width: 325px ) {

    .catering-link a, .menu-link a{font-size: 12px; }
    .catering-link a:hover, .menu-link a:hover, .catering-link a:focus, .menu-link a:focus{font-size: 12px; }

}


@media only screen and ( max-width: 320px ) {
    .banner-cta {
        margin: 10px 0 0;
    }

    .catering-link a{padding: 10px 20px !important; }
}
