/*   
Theme Name: Shouk DC
Theme URI: http://shoukdc.com
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by 42Works for ShoukDC website.
Author: 42Works
Author URI: http://42works.net
*/

/***RESET***/

* {
    margin:0;
    padding:0;
}
a, .red {
    color: #e24307;
    border: 0;
}
#footer a:hover, #footer a:focus{
    color: #e24307;
}
input::-moz-focus-inner { 
    border: 0; 
}
.red-bg {
    background: #e24307 !important
}
ul, li,#main-content #sidebar li, #main-content #sidebar ul {
    list-style-type: none;
    margin-left: 0;
}
input[type="submit"] {
}
.strong {
    font-weight:bold;
}
.cursive {
    font-style: italic
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left
}
.justify {
    text-align: justify;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.fullwidth {
    float:left;
    width:100%;
}
.halfwidth {
    float:left;
    width:50%;
}
.first {
    margin-left: 0 !important;
}

/***WordPress Core***/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.fullscreen {
    min-height: 700px;
    min-height: 100vh;
    position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    padding: 110px 0px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/***Bootstrap Edits***/
html{
    position: relative;
    margin-top: 0 !important;
}
html, body{
    min-height: 100vh;
}
body {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 54px;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: bolder;
    margin-top: 0;
}
hr {
    margin: 5px 0 15px;
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1290px;
        max-width: 100%;
    }
}
/***HEADER***/
#header {
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
h1.logo {
    margin: 0;
}
.nav-wrap {
    float: left;
    margin: 19px 0 !important;
}
.navbar-nav > li > a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}
.blog-link{
    font-size:18px !important;
    font-weight:bold;
}
.nav > li > a:focus{
    background: transparent;
}
.navbar-nav > li > a:hover, .nav > li > a:hover,
.navbar > li > a:active, .navbar .current-menu-item a, .navbar li a.mPS2id-highlight, .orderbtn > a {
    background: url(img/nav-bg.png) !important;
    background-size: 100% 100% !important;
    /*border-radius: 3px;*/
    /*transition: all .5s;*/
}

a._mPS2id-h.mPS2id-highlight.mPS2id-highlight-last {
    background-color: transparent !important;
}
a._mPS2id-h.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last, a.mPS2id-highlight-first:focus {
    background: url(img/nav-bg.png) !important;
    background-size: 100% 100% !important;
}
#header .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}
#header .navbar-toggle {
    background: url("img/social.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 5px 15px;
    margin-top: 2px;
    margin-bottom: 0;
    height: 48px
}
.navbar-toggle .icon-bar {
    width: 22px;
    height: 3px;
}
#social-icons a {
    color: #fff;
    float: left;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin: 15px 7px;
    text-align: center;
    width: 35px;
}
#social-icons a:hover, #social-icons a:focus {
    color: #fff;
    text-decoration: none;
}
#page-blurb-wrap {
    position: absolute;
    top: 200px;
    max-width: 480px;
    background: rgba(0, 0, 0, 0.8);
}
#page-blurb-wrap.pull-left {
    left: 0;
}
#page-blurb-wrap.pull-right {
    right: 0;
}
#page-blurb {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 20px;
}
#home #page-blurb{
    padding: 10px;
}
.blurb-top {
    position: absolute;
    left:0;
    top: -15px;
    background-image: url("img/blurb-top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%
}
.blurb-bottom {
    background-image: url("img/blurb-bottom.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.blurb-left {
    background-image: url("img/blurb-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}
.blurb-right {
    background-image: url("img/blurb-left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0;
}
#footer {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    position: fixed;
    right: 0;
}
#main-content {
    padding: 30px 0;
}
/**Location**/
img{
    max-width: 100%;
    height: auto;
}
.mc4wp-form {
    background: rgba(0, 0, 0, 0) url("img/email-bg.png") no-repeat scroll 0 0;
    background-size: cover;
    float: right;
    font-size: 18px;
    padding: 20px 8px;
    margin-top: 30px;
    max-width: 450px;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #e24307;
}

:-moz-placeholder { /* Firefox 18- */
    color: #e24307;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #e24307;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #e24307;
}

::-ms-input-placeholder { /* Edge */
    color: #e24307;
}

:placeholder-shown { /* Standard one last! */
    color: #e24307;
}
.mc4wp-form-fields input[type="email"] {
    border: none;
    background: url('img/input-bg.png');
    height: 32px;
    padding: 5px;
    width: 230px;
    color: #333
}
.mc4wp-form-fields input[type="submit"] {
    background: url(img/submit-bg.png);
    border: none;
    height: 32px;
    margin-left: 10px;
    padding: 0 10px;
}
.mc4wp-response {
    font-size: 14px;
}
/*---------------------media query-----------------------*/
@media only screen and (max-width:991px){
    /*    #page-blurb-wrap {
            bottom: 40%;
        }*/
    html, body {
        height: auto; 
        min-height: 100%;
    }
    body {
        background-attachment: fixed !important;
        background-position: center center;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .mc4wp-form {
        float: none;
        margin: 20px auto;
        max-width: 580px;
    }
    #location {
        text-align: center;
    }

    #location img.alignleft {
        float: none;
        margin: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .collapse.navbar-collapse.nav-wrap {
        padding-right: 0;
    }
    #social-icons a {
        font-size: 17px;
        height: 36px;
        line-height: 36px;
        margin: 21px 4px;
        text-align: center;
        width: 36px;
    }

}
@media only screen and (max-width:767px){
    html {
        position: relative;
    }
    body{
        position: static;
    }
    #page-blurb-wrap {
        position: static;
        margin: 50px 0px 100px;
    }
    .navbar-collapse {
        width: 100% !important;
    }
    div#social-icons {
        position: absolute;
        right: 90px;
    }
    .logo img {
        width: 100px;
        height: auto;
    }
    #social-icons a {
        margin: 2px 7px;
    }
    ul#menu-main-navigation {
        width: 100%;
    }
    h2, .h2 {
        font-size: 24px;
    }
    #order_online {
        padding-top: 10px !important;
    }
}
@media only screen and (max-width:480px){
    #social-icons a {
        margin: 7px 3px;
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 36px;
    }
    #header .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 0;
        height: 39px;
        padding: 5px 13px;
    }
    #page-blurb-wrap {
        position: static;
        margin: 150px 0px 80px;
        width: 95%;
    }
    .mc4wp-form-fields input[type="email"] {
        width: 60% !important;
    }
    p[style*="font-size: 22px"] {
        font-size: 18px !important;
    }
}
@media only screen and (max-width:375px){
    #page-blurb-wrap {
        position: static;
        margin: 90px 0px 80px;
        width: 95%;
    }
}
@media only screen and (max-width:320px){
    #social-icons a {
        margin: 7px 7px;
        width: auto;
        background:transparent;
    }
    body {
        background-size: 400% auto !important;
    }
    .mc4wp-form-fields input[type="email"] {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .mc4wp-form-fields input[type="submit"] {
        margin-left: 0;
    }
}
@media (min-width: 1200px){
    #story{
        background-position: center top;
    }
    #page-blurb > p {
        letter-spacing: 0.3px;
    }

    #food hr {
        margin: 0 0 5px;
    }
}
#food h4 {
    font-weight: 700;
}
#food hr {
    background: rgba(0, 0, 0, 0) url("img/blurb-bottom-white.png") no-repeat scroll left bottom / 100% 100%;
    border: medium none;
    float: left;
    height: 5px;
    width: 100%;
}
/*#food h4 + p {
    margin-bottom: 0;
}*/
#food p > strong > span, #food strong > span {
    float: left;
    text-align: left;
    width: 155px;
}
#food img {
    margin: 0;
}
#food p > strong, #food strong {
    margin-right: 10px;
    position: relative;
    height: auto;
    float: left;
}
#food p > strong::after , #food strong::after {
    /* background: rgba(0, 0, 0, 0) url("img/blurb-right.png") repeat scroll right center; */
    content: "";
    height: 20px;
    margin: auto 16px auto auto;
    position: absolute;
    right: -7px;
    width: 3px;
}
#food h3 span:last-child , #food h4 span:last-child {
    /*float: right;*/
    text-align: left;
}
#food h3,#food h4 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#food h3 span:first-child,#food h4 span:first-child {
    float: left;
    font-size: 30px;
    margin-right: 25px;
    text-align: left;
}
@media (max-width: 480px){
    #food p > strong > span, #food strong > span, #food p > strong, #food strong {
        text-align: left;
        width: 100%;
        float: left;
    }
    #food p > strong::after, #food strong::after {
        background: none;
    }
    body span.title-desc {
        display: inline-block;
        margin: 0;
        padding: 5px 0 0;
    }
    .browser-iphone .fullscreen {
        background-attachment: scroll;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size:cover;
    }
}
@media (max-width: 667px){
    .browser-iphone .fullscreen {
        background-attachment: scroll;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size:cover;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
{
    background-attachment: scroll;
}
#food p {
    float: left;
    width: 100%;
}
.inner-div {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
@media (min-width: 1401px){
    #page-blurb > p > span,#page-blurb > p, #page-blurb span {
        font-size: 26px !important;
    }
    #page-blurb-wrap {
        max-width: 600px !important;
    }
    .navbar-nav > li > a{
        font-size: 20px;
    }
}
span.title-desc {
    color: #e24307;
    display: list-item;
    font-size: 15px;
    line-height: 1.2;
    list-style: outside none none;
    margin: 0px 10px;
    padding: 0;
}
h1.logo a._mPS2id-h.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last {
    background: none !important;
}
.small-title {
    font-weight: 600;
    margin: 6px 0 !important;
font-size: 18px !important;
}
.mujadra strong {
    font-size: 18px;
}
section#food .col-lg-6.col-md-6.col-xs-12.col-sm-12.oscitas-bootstrap-container:last-child p > strong > span {
    width: 165px;
}
.oscitas-bootstrap-container h3{
    margin-top: 20px;
}
@media(max-width:640px){
    .loc-page .oscitas-bootstrap-container:nth-of-type(2), .loc-page .oscitas-bootstrap-container:nth-of-type(3){
        width: 100%;
    }
    .mc4wp-form {
        display: inline-block;
    }
    .oscitas-bootstrap-container h3{
        margin-top: 0;
    }
}
#location p:empty{
    display:none;
}
#location img{
    margin-bottom: 10px !important;
}
.loc-details {
    float: left;
    width: 50%;
}
@media(max-width:480px){
    .loc-details {
        width: 100%;
        text-align: center !important;
    }
}
@media(min-width:667px) and (max-width:991px){
    .loc-page{
        max-width: 640px;
        margin: 0 auto;
        display: block;
    }
    .loc-page .oscitas-bootstrap-container:nth-of-type(2), .loc-page .oscitas-bootstrap-container:nth-of-type(3){
        width: 100%;
    }
    .mc4wp-form {
        display: inline-block;
        float: left;
    }
}
.browser-ipad .fullscreen{
    background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 1199px){
    .browser-ipad .fullscreen #page-blurb-wrap h2, .browser-ipad .fullscreen #page-blurb-wrap strong, .browser-ipad .fullscreen #page-blurb-wrap strong span{
        font-size: 30px !important;
    }
    .browser-ipad .fullscreen #page-blurb-wrap p{
        font-size: 20px;
    }
    .browser-ipad #page-blurb-wrap{
        max-width: 520px;
    }
}
@media (min-width: 667px) and (max-width: 1199px){
#m2g-view.m2g-view--desktop .m2g-menu-product--out-of-stock .m2g-menu-product-add-button {
    top: 25px!important;
}
}
@media (max-width: 991px){
    .loc-page {
        display: block;
        margin: 0 !important;
        max-width: 100%;
    }
    #location .loc-details{
        text-align: center;
        padding-top: 20px

    }
    .mc4wp-form {
        margin: 20px auto;
        max-width: 100%;
        width: 100%;
    }
    .mc4wp-form-fields input[type="email"] {
        width: 70%;
        background-size: cover;
    }
}
.loc-icon {
    margin-right: 5px;
    vertical-align: text-top;
    display: none !important;
}
#home #page-blurb-wrap {
    display: none;
}
.modal-dialog{
    width: 80%;
}
.modal-dialog iframe{
    overflow:  scroll !important;
}
.page-template-page-fullwidth #header .nav.navbar-nav {
    display: none;
}
.page-template-page-fullwidth #main-content {
    padding: 70px 0 30px;
}
/***********Order Online**********/
#order_online {
    padding-top: 75px;
}
.home #order-now, .home #catering {
    display: none;
}
.orderbtn{
    float: left;
    margin-right: 20px;
}
.orderbtn > a {
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1.4 !important;
    padding: 10px 15px;
    width: 100% !important;
}
.page-id-90 {
    background: rgba(0,0,0,.75);
}
.orderbtn .fa {
    margin-right: 2px;
    font-size: 20px;
}
.blog-btn {
    float: left;
    margin-right: 10px;
}

.blog-btn > a {
    color: #fff;   font-size: 16px !important;   font-weight: bold;   line-height: 1.4 !important;   padding: 10px 15px;   width: 100% !important;
    background: url(img/nav-bg.png) !important;   background-size: 100% 100% !important;
}
/*new style*/
#m2g-view .m2g-section {
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'Raleway', sans-serif !important;
}
@media(max-width:991px){
    div#m2g-view section.m2g-section {
        width: 100% !important;
    }
    #m2g-view.m2g-menu-products--default .m2g-menu .m2g-menu-product-add-button {
        left: auto !important;
        right: 0 !important;
    }
    body div#m2g-view.m2g-menu-products--default .m2g-menu .m2g-menu-product {
        padding-bottom: 1em !important;
    }
}
@media(max-width:767px){
    body div#m2g-view span.m2g-menu-product-name{
        float: none !important;
    }
}
#m2g-view .m2g-order-footer{
    color: #fff !important;
}
#m2g-view .m2g-order-footer .m2g-order-footer-logo svg path{
    fill:#fff !important;
}
#m2g-view .m2g-menu-products .m2g-menu-category-info{
    padding: 0 !important
}
body div#m2g-view .m2g-menu{
    min-height: inherit !important;
}
#m2g-view .m2g-menu-category-title .m2g-menu-category-name {
    float: left !important;   
    font-size: 30px !important;   
    margin-right: 25px !important;   
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 0;
}
#m2g-view .m2g-menu-category-title:after{
    content: "";
    height: 15px;
    background: url('img/border-bar.png');
    display: block;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    margin-bottom: 10px;
}
#m2g-view .m2g-menu-category-title .m2g-menu-category-description {
    color: #e24307 !important;   display: list-item !important; 
    font-size: 15px !important; 
    line-height: 1.2 !important;
    list-style: outside none none !important;
    margin: 0px 10px !important; 
    padding: 0 !important;
    max-width: 340px !important;
}
#m2g-view .m2g-menu-product {
    background-color: transparent !important;
    padding: 0 10em 14px 0 !important;
    min-height: initial !important;
}
@media(max-width:1199px){
    #m2g-view .m2g-menu-product {
        padding: 0 7.5em 14px 0 !important;
    }
    div#m2g-view div.m2g-menu-product span.m2g-menu-product-price{
        right: 60px !important;
    }
}
@media(max-width:820px){
    div#m2g-view div.m2g-menu-product {

    }
    div#m2g-view div.m2g-menu-product{
        padding-right: 90 !important;
    }
    /*    div.m2g-menu-product-container div.m2g-menu-product{
            padding-bottom: 20px !important;
        }
        div.m2g-menu-product-info span.m2g-menu-product-description,
        div.m2g-menu-product-info span.m2g-menu-product-name{
            display: inline !important;
            float: left !important;
        }*/
}
#m2g-view.m2g-view--desktop.m2g-menu-products--default .m2g-menu-product:before {
    display: none;
}

#m2g-view .m2g-menu-product-name {
    float: left !important;   
    text-align: left !important;   
    width: 205px !important;
    clear: none !important;
    line-height: 1.2 !important;
}
@media(max-width:820px){
    #m2g-view .m2g-menu-product-name{
        width: 200px !important;
    }
    div#m2g-view div.m2g-menu-product span.m2g-menu-product-price{
        right: 60px !important;
        position: absolute !important;
    }
}

#m2g-view span.m2g-menu-product-price {
    top: 0 !important;
    right: 120px !important;
    font-size: 14px !important;
    color: #fff !important;
}

#m2g-view .m2g-menu-product-info .m2g-menu-product-description {
    font-size: 14px;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 0 !important;
    padding: 0 !important;
    display: inline !important;
}

#m2g-view .m2g-menu-product-add-button {
    padding: 0 !important;
    width: auto !important;
    min-width: initial !important;
    padding: 1px 7px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    right: 0 !important;
    background-color: #e24306 !important;
    color: #fff !important;
}

#m2g-view .m2g-menu-product-add-button:before {
    display: none;
}
.page-id-90{
    background:url(img/bg-menu-min-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.m2g-order-date.m2g-input-container {
    color: #fff !important;
}

#m2g-view .m2g-order-section select {
    color: #fff !important;
    background-color: rgba(49, 49, 49, 1) !important;
}

#m2g-view .m2g-order-section > div:before {
    left: 8px !important;
}
#m2g-view .m2g-order-section input::-webkit-input-placeholder, .m2g-list-cell.m2g-list-cell--text-input input::-webkit-input-placeholder{
    color: #fff !important;
}
#m2g-view .m2g-order-section input:-moz-placeholder, .m2g-list-cell.m2g-list-cell--text-input input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;  
}
#m2g-view .m2g-order-section input::-moz-placeholder, .m2g-list-cell.m2g-list-cell--text-input input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;  
}
#m2g-view .m2g-order-section input:-ms-input-placeholder, .m2g-list-cell.m2g-list-cell--text-input input:-ms-placeholder {  
    color: #fff !important;  
}

#m2g-view .m2g-order-section input:focus::-webkit-input-placeholder {
    color: #e24306 !important;
}
#m2g-view .m2g-order-section input:focus:-moz-placeholder { /* Firefox 18- */
    color: #e24306 !important;  
}
#m2g-view .m2g-order-section input:focus::-moz-placeholder {  /* Firefox 19+ */
    color: #e24306 !important;  
}
#m2g-view .m2g-order-section input:focus:-ms-input-placeholder {  
    color: #e24306 !important;  
}
#m2g-view .m2g-order-basket-empty {
    color: #FFFFFF !important;
}
#m2g-view .m2g-order-product:hover, #m2g-view .m2g-order-product:focus, #m2g-view .m2g-order-product.m2g-touching{
    background: rgba(242, 242, 242, 0.07) !important;
}
#m2g-view.m2g-view--desktop .m2g-menu-category[data-category="28072"] .m2g-menu-product-name {
    width: 300px!important;
}
#m2g-view.m2g-view--desktop .m2g-order-sections .m2g-customer .m2g-input:not(.m2g-input--checkbox) {
    color: #e24306 !important;
}
#m2g-view .m2g-list-cell__content, #m2g-view .m2g-list-cell__select, #m2g-view .m2g-list-cell__input, #m2g-view .m2g-list-cell__icon:last-child{
    color: #e24307;
}
#m2g-view .m2g-list-cell{
    background-color: transparent !important;
}
#m2g-view .m2g-highlighted {
    background: rgba(255, 255, 255, 0.15) !important;
}
#m2g-view.m2g-view--desktop .m2g-order-sections .m2g-customer .m2g-button:not(.m2g-button--primary):not(.m2g-button--checkbox){
    color: #e24307 !important;
    border-bottom-color: #e24307 !important;
}
#m2g-view .m2g-list-cell__label, #m2g-view.m2g-view--mobile .m2g-product-editor-footer .m2g-product-editor-price, #m2g-view .m2g-order-footer a {
    color: #fff !important;
}
#m2g-view.m2g-view--mobile .m2g-order-footer a:hover, #m2g-view .customer-password-recovery-message, #m2g-view .m2g-policy {
    color: #fff;
}
.m2g-order-confirmation,.m2g-order-location-button.m2g-button.m2g-button--left-align.m2g-form-element--full-width {
    color: #e24306 !important;
}
.m2g-order-confirmation-items {
    display: inline-block;
}
.m2g-icon--location::before,
div[data-view="order-location"] span.m2g-icon.m2g-icon--location:after,
div[data-view="order-location"] span.m2g-icon.m2g-icon--location:before,
div[data-view="order-location"] span.m2g-truncate, span.m2g-icon.m2g-list-cell__icon, div.m2g-order-confirmation.m2g-order-confirmation--v2.m2g-order-state{
    color:#fff !important;
}
.m2g-view--desktop .m2g-order-confirmation-items, .m2g-view--desktop .m2g-order-confirmation-payment-cc-form-title m2g-title-text, .m2g-view--desktop div.m2g-order-confirmation.m2g-order-confirmation--v2.m2g-order-state {
    color: #e24307!important;
}
/******************Catering*******************/
body.page.page-id-97 {
    background-image: url("img/catering-bg.jpg") !important;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    padding: 110px 0;
    position: relative;
}
.catering-wrapper a.catering-menu {
    border: 2px solid;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    color: #e24307;
    text-decoration: none;
    float: left;
    margin-bottom: 20px;
}
.catering-wrapper p {
    width: 100%!important;
    float: left;
    text-align: center;
}
.catering-wrapper iframe {
    width: 70%!important;
}
/*.browser-gecko .catering-wrapper{
    min-height: 4000px !important;
}
.browser-gecko .catering-wrapper iframe {
    min-height: 100% !important;
}*/
@media (max-width:1024px){
.catering-wrapper iframe {
    width: 100% !important;
}
}
.m3g-view--mobile .m2g-order-confirmation-online-payment-direct-form input.m2g-list-cell__input, .m3g-view--mobile .m2g-order-confirmation-online-payment-direct-form input.m2g-list-cell__input::-webkit-input-placeholder {
    color: #fff !important;
}
.order-now-wrapper #m2g-view .m2g-alert {
    background-color: transparent !important;
}
