/*
Theme Name:         Goodcents
Theme URI:          http://goodcents.com
Description:        Goodcents theme is based on the Foundation framework.
Version:            1.1
Author:             Iluminere
Author URI:         http://iluminere.com/
*/

@font-face {
    font-family: 'Mr Orange';
    font-weight: normal;
    font-style: normal;
    src: url('/wp-content/themes/goodcents/fonts/MrOrange.eot');
    src: url('/wp-content/themes/goodcents/fonts/MrOrange.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/goodcents/fonts/MrOrange.woff') format('woff'), url('/wp-content/themes/goodcents/fonts/MrOrange.ttf') format('truetype');
}
@font-face {
    font-family: 'Nexa Rust Slab Black 01';
    font-weight: 900;
    font-style: normal;
    src: url('/wp-content/themes/goodcents/fonts/NexaRustSlab-Black01.eot');
    src: url('/wp-content/themes/goodcents/fonts/NexaRustSlab-Black01.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/goodcents/fonts/NexaRustSlab-Black01.woff') format('woff'), url('/wp-content/themes/goodcents/fonts/NexaRustSlab-Black01.ttf') format('truetype');
}
@font-face {
    font-family: 'Nexa Rust Sans Black 01';
    src: url('fonts/NexaRustSans-Black01.woff2') format('woff2'),
    url('fonts/NexaRustSans-Black01.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*Fonts*/

.mrorange, .mrorange p {
    font-family: 'Mr Orange', sans-serif !important;
    text-transform: uppercase;
}
.rift {
    font-family: 'Open Sans', sans-serif;
}
.nexa {
    font-family: 'Nexa Rust Slab Black 01';
}

.ui-datepicker-calendar a {
    font-family: 'Open Sans', sans-serif;
}

#header-search > div {
    position: absolute;
    bottom: 0;
}

/*Colors*/

.title.Green {
    background-color: RGBA(93, 151, 50, .7);
}
.title.Red {
    background-color: RGBA(173, 23, 43, .7);
}

#rev_slider_1_1_wrapper {
	z-index: -1;
}

.single .mega-card ul {
    list-style-type: none; 
    margin-left: 0; 
}

/*Notification Bar*/

.mysticky-welcomebar-btn {
	font-family: 'Nexa Rust Slab Black 01' !important;
}

/* Nutrition */

.buildAMeal__title {
	display: none;
}
.buildAMeal .btn-red {
    background-color: #F13119;
    border-color: #F13119;
}
.buildAMeal .js-buildAMeal__reset-meal-btn {
    background-color: #ad172b;
    border-color: #ad172b;
}
.buildAMeal__menu-item .buildAMeal__item-indicator {
    background-color: #ad172b;
}
#buildAMeal__total-header-indicator {
    background-color: #ad172b;
}
.buildAMeal .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fffad0;
}
.buildAMeal .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}
.buildAMeal .modal {
    z-index: 999999;
}
.buildAMeal .modal-title {
	font-family: 'Nexa Rust Slab Black 01';
	color: #ad172b;
}
.buildAMeal__menu-item-title {
	font-family: 'Open Sans', sans-serif;
	color: #ab5e3b;
}
.buildAMeal__menu-item a {
    color: #ab5e3b;
}
.buildAMeal__navigation-tab-link.active {
    background-color: #AD172B;
}
.buildAMeal__navigation-tab-link {
    background-color: #AD172B;
    font-style: normal;
    font-weight: 700;
}
.buildAMeal .buildAMeal__navigation-tab a {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
#buildAMeal__total-header {
    background-color: #fffad0;
}
#buildAMeal__total-ingredients {
    color: #8b5e3b;
}
.buildAMeal * {
    font-size: 16px;
}

/* Goodcents to Go */

.menu_container {
    max-width: calc(100vw - 100px);
    margin: 0 auto 7rem;
}
.menu_container .filter_container {
    display: inline-block;
    float: right;
    margin: 1rem 0;
}
.menu_container .filter_container label {
    color: inherit;
    font-family: "Mr Orange", sans-serif;
}
.menu_container .filter_container select {
    width: 13em;
}
body .select2-container--default .select2-selection--single {
    border-radius: 0;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #779a0b;
}
.menu_items {
    clear: both;
    width: 100%;
    display: grid;
    grid-template-columns: 31.66% 31.66% 31.66%;
    gap: 3rem 2.5%;
}
.menu_item {
    position: relative;
    overflow: hidden;
}
.menu_item_image {
    position: relative;
    background-color: #F5F5F5;
    width: 100%;
    margin-bottom: 1em;
    padding: 30px;
}
.menu_item_image .wp-post-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
	height: 353px;
}
.menu_item .category-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu_item h4, .menu_item_price {
    font-family: Mr Orange, sans-serif;
    text-transform: uppercase;
    color: #779a0b;
    font-size: 1.1em;
}
.menu_item h4 {
    display: inline-block;
    width: 80%;
}
.menu_item_price {
    display: inline-block;
    width: 20%;
    text-align: right;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.menu_item_overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(173, 23, 43, 0.86)
}
.menu_item_image:hover .menu_item_overlay {
    display: block;
}
.menu_item_button.button, .menu_item_button.button:hover {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    background-color: #ffffff !important;
    color: #ad172b;
}
.popup_outputs { display: none; }
.menu_overlay_container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: transparent;
}
.menu_overlay {
    width: 70%;
    height: auto;
    max-height: 90%;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 7px 19px 6px rgba(0,0,0,0.22);
    background: #ffffff;
    overflow: auto;
}
.menu_overlay > h4 {
    font-family: "Nexa Rust Sans Black 01", sans-serif;
    line-height: 1em;
    margin-bottom: 1.5rem;
    color: #779a0b;
    font-size: 3rem;
    letter-spacing: 0.1rem;
}
.menu_overlay .popup_details {
    display: grid;
    grid-template-columns: 40% auto;
}
.menu_overlay .nutrition_facts {
    border-right: 1px solid #f1f1f1;
    font-weight: 500;
}
.menu_overlay .nutrition_facts table {
    width: 13rem !important;
}
.menu_overlay .nutrition_facts table tbody {
    border: none;
}
.menu_overlay .nutrition_facts table tr {
    background-color: transparent;
}
.menu_overlay .nutrition_facts table td {
    padding: .3rem 0;
    width: auto !important;
}
.menu_overlay .nutrition_facts table td:nth-child(2) {
    text-align: right;
}
.menu_overlay .menu_item {
    margin: 0 0 0 50px
}
.menu_overlay .menu_item .button{
    float: right;
}
.menu_overlay .close-button {
    top: 1rem;
    right: 1rem;
}

    /* Gift Cards */

.woocommerce .product .product_title {
    font-family: 'Nexa Rust Slab Black 01';
    color: #ad172b;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ad172b;
}
.woocommerce div.product tbody {
    border: 0;
}
.woocommerce div.product .label {
    background: transparent;
}
.woocommerce div.product label {
    color: #ad172b;
}
.woocommerce-tabs.wc-tabs-wrapper,
.woocommerce div.product .product_meta {
    display: none;
}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: #ad172b;
}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
	background-color: #ad172b;
}
.woocommerce button.button.alt.disabled {
	background-color: #ad172b;
	opacity: .7;
}

.wpb_wrapper button,
.wpb_wrapper .button {
	border-radius: 6px;
}

.page-template-content-page .entry-content .aio-icon-header h3.aio-icon-title {
	text-shadow: none;
}

/* 9-20-17 bg */
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: #fff;
}
.woocommerce a.button {
    color: #fff;
}

/* Customer Survey */

.page-customer-satisfaction-survey .smcx-widget {
	margin: 0 auto;
}

/* Contact */

#gform_fields_3 .gform_wrapper li.hidden_label input {
    margin: 0 !important;
}
#gform_fields_3 .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
#gform_fields_3 .gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin: 0 !important;
}
#input_3_3_3,
#input_3_3_4,
#input_3_3_5 {
    margin-top: 1rem !important;
}

#gform_fields_3 *,
#gform_fields_1 * {
	text-transform: uppercase;
}

#gform_fields_3 input,
#gform_fields_3 select,
#gform_fields_1 input,
#gform_fields_1 select {
	border: solid #AD172B 2px;
	color: #333;
}

#gform_fields_3 .gfield_radio li label,
#gform_fields_1 .gfield_radio li label {
    margin: -10px 0 0 15px;
}

#input_3_10 {
    margin-top: 8px;
}

#gform_fields_3 .ginput_container_time label,
#gform_fields_3 .ginput_container_time i,
#gform_fields_1 .ginput_container_time label,
#gform_fields_1 .ginput_container_time i {
	display: none;
}

.gform_footer input[type=submit] {
    padding: 1.5rem 5rem;
    float: right;
}

#field_3_14 {
	float: right;
}

#contact-form-bg {
    background: url(/wp-content/uploads/img/form-bg.png);
    padding: 2rem;
}
#contact-form-bg .vc_column-inner {
    background: #fff;
    /*padding: 2rem;*/
}

#contact-form-bg input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
#contact-form-bg input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
#contact-form-bg input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
#contact-form-bg input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

/* News */

.page-news .entry-content h4,
.page-news .entry-content h4 a {
	font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.page-news .entry-content .vc_gitem-post-data-source-post_excerpt p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Slick */
#module-reviews .reviews .slick-prev,
#module-reviews .reviews .slick-next {
    border-radius: 0;
    width: 18px;
    position: absolute;
}
.slick-prev {
    top: 50%;
    left: -25px;
}
.slick-next {
    top: 50%;
    right: -25px;
}

/*Foundation override*/

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left;
}
.content-area {
    /*margin: 2.5rem 0 9.5rem;*/
}
.module .card a {
    position: relative;
    margin: 0 .5rem;
}
/*.module .card a:nth-of-type(2):after {
    font-size: medium;
    position: absolute;
    left: -11px;
    content: '|';
}*/
.order-link {
    padding: .75rem;
}
.no-padding {
    padding: 0;
}

#main {
    overflow-x: hidden;
    width: 100%;
}

/* Blog */
/* Single Blog Template */
img.blog-image {
    display: inline-block;
    float: right;
    width: 44%;
    margin-left: 20px;
    margin-bottom: 15px;
}

/*Small screens*/

@media only screen {
    html,
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #483217;
        -webkit-overflow-scrolling: auto;
    }
    a {
        font-family: Mr Orange;
        text-transform: uppercase;
        color: #ad172b;
    }
    a:focus,a:hover {
	    color: #000;
	}
    a:hover {
        color: #000;
    }
    .is-sticky #masthead {
        background: #eee7e2;
    }
    .is-sticky #masthead #site-navigation {
        visibility: hidden;
        margin: 0;
    }
    #mobile-nav-bar {
    	position: relative;
    }
    .slicknav_menu {
        display:block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .slicknav_menu .slicknav_menutxt {
        color: #ad172b;
        text-shadow: none;
    }
    .mobile-menu h2 {
        color: #d7df21;
        text-align: center;
        padding: 10px;
        background-color: #638b18;
        font-family: 'Nexa Rust Slab Black 01';
        margin: 0;
    }
    .mobile-menu h2 span {
        color: #fff;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 2rem;
        background: #f3f5bd;
        color: #AD172B;
        font-family: Mr Orange;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.1rem;
        /*display: none;*/
    }
    .mobile-menu .spotted-line-brown {
        height: 25px;
        margin: 1rem 0;
    }
    #masthead .slicknav_btn {
        position: absolute;
    	margin: -5px 20px;
        text-decoration: none;
        text-shadow: none;
        background-color: transparent;
        float: left;
        left: 0;
        top: 0;
    	z-index: 999999;
    }
    .slicknav_nav {
    	display: block;
	    z-index: 9999;
	    position: absolute;
	    width: 100%;
	    left: 0px;
	    top: 4.7rem;
    }
    .slicknav_nav li:not(:last-child) {
	    padding-bottom: 1rem;
	    background-color: #AD172B;
	}
	.slicknav_nav li:not(:last-child):after {
	    content: '';
	    position: absolute;
	    display: block;
	    height: 20px;
	    background-image: url(/wp-content/uploads/img/dotted-line.png);
	    background-repeat: no-repeat;
	    background-position-y: 50%;
	    background-size: cover;
	    width: 100%;
	    margin: 0px;
	    -webkit-transform: rotate(7deg);
	    transform: rotate(-2deg);
	}
	.slicknav_nav li:after {
	    content: '';
	}
    .slicknav_nav a {
        color: #fff;
        background: #ad172b;
        text-align: center;
        font-size: 1.5rem;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 12px 0;
        margin: 0;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #ad172b;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 1.5em;
        height: 0.225em;
    }
    ul.slicknav_nav:before {
	    content: '';
	    background: #AD172B;
	    z-index: -1;
	    bottom: 0;
	    height: 20px;
	    display: block;
	    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	    clip-path: polygon(0 0, 0 100%, 100% 100%);
	}
	ul.slicknav_nav:after {
	    content: '';
	    background: #AD172B;
	    z-index: -1;
	    bottom: 0;
	    height: 20px;
	    display: block;
	    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	    clip-path: polygon(0 0, 0% 100%, 100% 0);
	}
    #header-search {
	    position: relative;
        margin-top: 2.5rem;
    }

    #site-navigation {
        display: none;
    }

    .hide {
        display: none;
    }
    .newbutton{
        font-family: 'Mr Orange';
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        border-radius: 6px;
        background-color: #638818 !important;
        padding: 8px 14px !important;
        border: 2px solid #638818 !important;
        transition: all .3s ease;
        text-decoration: none;
}
    .newbutton:hover, .newbutton:focus{
        color:#fff;
    }
    .btn-center{
        text-align: center;
    }
    .hero-btn img{
        transition: all .3s ease;
    }
    .newbutton:hover, .hero-btn img:hover {
        opacity: 0.8;
    }
    .button,
    button {
        font-family: 'Mr Orange';
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        border-radius: 6px;
        background-color: #ad172b !important;

    }
    .button:hover,
    button:hover {
        background-color: #ad172b !important;
    }
    .downloads {
        position: relative;
        top: initial;
        transform: initial;
    }
    .downloads a {
        display: inline-block;
        border: 0;
    }
    .module .downloads a {
        border-bottom: 0;
    }
    #app-store,
    #google-play {
        display: block;
        width: 160px;
        /*padding: 1rem 1rem 0;*/
    }
    #app-store {
        /*margin-bottom: .5rem;*/
    }
    #module-app h3 {
        /*font-family: 'Mr Orange';*/
        font-size: 1.5rem;
        margin-top: 7rem;
        text-transform: uppercase;
        color: inherit;
        text-shadow: none;
        font-weight: 700;
    }
    #module-app p {
        font-size: 1.25rem;
    }
    .module .card h3 {
        font-family: 'Nexa Rust Slab Black 01';
        font-size: 1.6rem;
    }
    .module p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1rem;
    }
    .module a {
        padding-bottom: .1rem;
        text-transform: uppercase;
        border-bottom: 2px solid #ad172b;
    }
    header#masthead {
        text-transform: uppercase;
        color: #fff;
        border-bottom: 0;
        background-color: #eee7e2;
        background-image: none;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 100% 75px;
        padding-top: 1rem;
        /**/
        /*position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;*/
    }
    #masthead a,
    #masthead a:hover {
        /*position: relative;*/
        text-align: center;
        color: #fff;
    }
    #masthead .input-group-field {
        font-family: Mr Orange;
        text-transform: uppercase;
        float: right;
        width: 100%;
        border: solid #ad172b 2px;
        padding: 0 .5rem 0 2.5rem;
        color: #333;
        height: 2.5rem;
        font-size: .8rem;
    }
    #masthead .input-group-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #333;
	}
	#masthead .input-group-field::-moz-placeholder { /* Firefox 19+ */
	  color: #333;
	}
	#masthead .input-group-field:-ms-input-placeholder { /* IE 10+ */
	  color: #333;
	}
	#masthead .input-group-field:-moz-placeholder { /* Firefox 18- */
	  color: #333;
    }
    #masthead input.button {
        width: 45px;
        text-indent: -999px;
        background-image: url(/wp-content/uploads/img/mag-glass.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50%;
        margin-right: 1rem;
    }
    #masthead .order-button {
    	position: absolute;
	    bottom: 0;
	    right: 0;
    }
    #masthead .button {
	    margin: 0;
	    width: 100%;
        border-radius: 0;
    }
    .order-online {
        text-transform: uppercase;
    }
   
    .input-group {
        display: table;
        float: right;
        width: 100%;
        margin-bottom: 0rem;
    }
    .input-group img {
        left: 12px;
        top: 5px;
        width: 20px;
        position: absolute;
        cursor: pointer;
    }
    .site-title img {
		width: 180px;
	    text-align: center;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
    }
    #site-navigation {
        margin-bottom: 0rem;
    }
    .input-group {
        position: relative;
    }
    .middle {
    	margin-top: 1.2rem;
    }
    #menu-primary {
	    text-align: justify;
        text-justify: distribute;
	    font-size:0;
	}
	#menu-primary:after {
	    content: '';
	    display: inline-block;
	    width: 100%;
	}
	#menu-primary li {
	    display: inline-block;
	    font-size:1rem;
	}
	#menu-primary a:link {
	    display: block;
	    color: white;
	    padding: 1em 0;
	}
    #masthead #menu-primary .menu-item:last-child {
        border-right: 0;
    }
    .spotted-line-brown {
        display: block;
        height: 35px;
        margin: 2rem 0;
        background-image: url(/wp-content/uploads/img/dotted-line-brown.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
        background-size: cover;
    }
    /* Modules */
    
    #module-hero {
        /*margin: 4rem;*/
    }
    #module-app {
        position: relative;
        height: 470px;
        background-color: #fffad0;
        margin-top: 4rem;
        text-align: center;
    }
    #module-reviews {
        position: relative;
        padding: 3rem;
        background-color: #fffad0;
        text-align: center;
    }
    #module-reviews .person {
        font-family: Mr Orange;
        text-transform: uppercase;
        font-size: 1.1rem;
    }
    #module-reviews .reviews img {
    	border-radius: 50%;
    	width: 50%;
        margin: 0 auto;
    }
    #module-reviews p {
        margin-top: 1rem;
    }
    #module-app #iphone {
        width: 110px;
        top: -70px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .module-form .penny-form {
        position: relative;
        margin: 2.5rem;
        padding: 1rem;
        text-align: center;
        background-image: url(/wp-content/uploads/img/penny.png);
        background-position: 50%;
    }
    .penny-form form input.button {
        margin: 0 auto;
        text-align: center;
    }
    .penny-form h3 {
        font-family: 'Nexa Rust Slab Black 01';
        text-transform: uppercase;
        color: #ad172b;
    }
     
    .penny-form input::-webkit-input-placeholder {
        color: #333;
        text-transform: uppercase;
    }

    .penny-form input::-moz-placeholder {
        color: #333;
        text-transform: uppercase;
    }

    .penny-form input::-ms-placeholder {
        color: #333;
        text-transform: uppercase;
    }

    .penny-form input::placeholder {
        color: #333;
        text-transform: uppercase;
    }

    [type='text'],
    [type='password'],
    [type='date'],
    [type='datetime'],
    [type='datetime-local'],
    [type='month'],
    [type='week'],
    [type='email'],
    [type='number'],
    [type='search'],
    [type='tel'],
    [type='time'],
    [type='url'],
    [type='color'],
    textarea {
        color: #ad172b;
    }
    [type='text']:focus,
    [type='password']:focus,
    [type='date']:focus,
    [type='datetime']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='week']:focus,
    [type='email']:focus,
    [type='number']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='url']:focus,
    [type='color']:focus,
    textarea:focus {
        border: inherit;
    }
    .tp-tab.selected,
    .tp-tab:hover,
    .tp-thumb.selected,
    .tp-thumb:hover {
        background: #ad172b;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #ad172b 0%, #ad172b 65%, #fff 51%, #fff 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, #ad172b 0%, #ad172b 65%, #fff 51%, #fff 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, #ad172b 0%, #ad172b 65%, #fff 51%, #fff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .module-lg-cta {
        position: relative;
        height: 600px;
        padding: 1rem;
        background-image: url(/wp-content/uploads/img/bg-cookies.png);
        background-position: 50%;
        background-size: cover;
        background-position: center;

    }
    .module-lg-cta .inside {
        display: block;
        width: 100%;
        height: 100%;
        border: #fff solid 5px;
    }
    .module .card {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem;
        transform: translateY(-50%);
        text-align: center;
        background: #fff;
    }
    .module .card h3{
        color: #ad172b;
    }
    .page-centsable-kitchen .module .card h3,
    .page-centsable-kitchen .module .card a {
        font-family: 'Mr Orange';
        text-transform: uppercase;
        color: #779a0b;
        border-bottom-color: #779a0b;
    }
    .page-centsable-kitchen .module .card h3 {
        text-transform: uppercase;
    }
    /* Footer */
    
    footer {
        padding: 3rem 0;
        background: #ad172b;
    }
    footer,
    footer p,
    footer a {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
    footer a:hover {
        color: #fff;
    }
    footer #menu-footer-primary,
    footer #menu-footer-sub {
        display: block;
        margin: 0;
        list-style: none;
    }
    footer #menu-footer-sub li {
        display: inline-block;
    }
    footer #menu-footer-primary .menu-item {
        display: block;
    }
    footer .spotted-line {
        display: block;
        height: 30px;
        background-image: url(/wp-content/uploads/img/dotted-line.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
        background-size: cover;
    }
    .site-info {
        display: none;
    }
    .flying-lettuce {
        position: absolute;
        top: 30%;
        right: 0;
        display: none;
        width: 110px;
    }
    .flying-sub {
        position: absolute;
        top: 65%;
        right: 0;
        display: none;
        width: 150px;
    }
    .flying-tomato {
        position: absolute;
        top: 50%;
        left: 0;
        display: none;
        width: 110px;
    }
    .review {
        text-align: center;
    }
    .review img {
        width: 200px;
        margin: 0 auto;
        border-radius: 50%;
    }
    .hero {
        padding: 8rem 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
        position: relative;
    }
    .page-catering .hero {
        background-position: 50% 100%;
    }
    .hero h1 {
        font-family: 'Nexa Rust Slab Black 01';
        font-size: 2rem;
        color: #d2db20;
        text-shadow: 2px 3px 0 #5d9732;
    }
    .hero.centsable h1 {
        font-family: 'Mr Orange';
        text-transform: uppercase;
    }
    .hero p {
        font-family: 'Mr Orange';
        text-transform: uppercase;
        margin: 0;
        color: #fff;
    }
    .hero .title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }
    .hero .title .bttn {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        padding: 3rem;
        color: #fff;
        background: url(/wp-content/uploads/img/button.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
    }
    .page-franchising .hero .title .bttn,
    .page-get-started .hero .title .bttn,
    .page-our-story .hero .title .bttn,
    .page-opportunities .hero .title .bttn,
    .page-faqs .hero .title .bttn,
    .page-franchise-contact .hero .title .bttn{
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        padding: 2rem;
        color: #fff;
        background: url(/wp-content/uploads/img/franchise-button.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
    }
    .no-padding-small {
        padding: 0;
    }
    .page-template-content-page .entry-content h3 {
        font-family: 'Nexa Rust Slab Black 01';
        font-size: 2rem;
        color: #aa182c;
    }
    .page-template-content-page .entry-content p {
        font-family: 'Open Sans', sans-serif;
    }
    ul.social {
        margin: 0;
        list-style: none;
        width: 320px;
        margin: 0 auto;
    }
    ul.social li span {} ul.social li {
        margin: 2.5rem 0;
    }
    ul.social .social-icon img {
        width: 50px;
        margin-right: 15px;
    }
    ul.social .social-icon span {
        font-family: Mr Orange;
        text-transform: uppercase;
        font-size: 1rem;
    }
    .mega-footer {
        font-size: 1.2rem;
        padding: 1rem 0;
    }
    .mega-footer p,
    .mega-footer span {
        font-family: 'Open Sans', sans-serif;
    }
    .mega-footer .blog {
        margin: 1.5rem 0;
    }
    .mega-footer .blog span {
        font-family: 'Open Sans', sans-serif;
	    font-size: 1.1rem;
	    font-weight: 600;
    }
    .blog h4 {
        font-size: 1.25rem;
        font-family: Mr Orange;
        text-transform: uppercase;
    }
    .blog a:after {
	    content: '>';
	    position: absolute;
	    right: -15px;
	    top: -2px;
	    font-weight: 900;
	}
	.blog a {
	    font-size: .85rem;
	    position: relative;
	    border-bottom: #ad172b solid 1px;
	    padding-bottom: 2px;
	}
    ul#menu-footer-sub a,
    .site-info {
        font-family: 'Open Sans', sans-serif;
    }
    .order-now-hero {
        cursor: pointer;
    }
    .penny-form form input {
        border: solid #ad172b 2px;
    }
    .admin-bar #masthead {
        /*margin-top: 32px;*/
    }
    .footer-form {
        background: url(/wp-content/uploads/img/form-bg.png);
        padding: 1rem;
    }
    .white {
        padding: 1rem;
        background: #fff;
    }
    .mega-footer h4 {
        font-family: Mr Orange;
        font-size: 1.1rem;
        text-transform: uppercase;
    }
    .mega-footer a {
        text-transform: uppercase;
    }
    .footer-form-feedback {
        margin-top: 1rem;
    }
    .footer-giftcard p {
        font-size: 1rem;
        margin: 0;
    }
    .form-card a {
        border-bottom: 2px solid;
    }
    .footer-card a {
        font-size: 1.1rem;
    }
    .footer-giftcard {
        margin-bottom: 1rem;
    }
    .footer-giftcard img {
        margin-top: 1.5rem;
    }
    .single .main-content {
        background: #fff;
        padding: 3rem 2rem;
    }
    .single .entry-content {
        background: #fff;
    }
    .single h1 {
        color: #5d9732;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }
    .single .date {
        font-size: 1.1rem;
        font-family: Mr Orange;
        text-transform: uppercase;
    }
    .social-sign {
        margin: 0 auto;
        display: block;
    }
    .logo-link {
        display: block;
        height: 75px;
        position: absolute;
        background: transparent;
        width: 180px;
        z-index: 9999999;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    /* Franchise Header GForms */
    ul#gform_fields_2 input#input_2_1 {
        width: 100%;
        margin-bottom: .5rem;
    }
    ul#gform_fields_2 {
        width: 100%;
    }
    ul#gform_fields_2 li {
        margin: 0;
        padding-right: 0;
    }
    ul#gform_fields_2 .ginput_container {
        margin: 0;
    }
    ul#gform_fields_2 div.ginput_container > input {
        height: 45px;
        /*width: 250px;*/
        border: 2px solid;
        padding-left: 10px !important;
        margin: 0;
    }
    ul#gform_fields_2 div.ginput_container > input::-webkit-input-placeholder {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #483217;
    }
    ul#gform_fields_2 div.ginput_container > input::-moz-placeholder {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #483217;
    }
    ul#gform_fields_2 div.ginput_container > input:-ms-input-placeholder {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #483217;
    }
    #gform_wrapper_2 div.gform_footer {
        float: right;
        margin: -5px 0 0 0 !important;
    }
    input#gform_submit_button_2 {
        width: 100%;
        height: 45px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        position: relative;
    }
    .hero {
        padding: 0 0 5rem;
    }
}
/* Define mobile styles */
@media screen and (max-width: 39.9375em) {
     .single h1 {
        font-size: 2rem;
    }
    .menu_items {
        display: block;
    }
    .menu_item {
        margin: 5em 0;
    }
    .menu_overlay {
        width: 90%;
    }
    .menu_overlay > h4 {
        font-size: 2rem;
    }
    .menu_overlay .popup_details {
        display: block;
    }
    .menu_overlay .nutrition_facts {
        border: none;
    }
    .menu_overlay .menu_item {
        display: none;
    }
}

/*Medium screens*/

@media only screen and (min-width: 40.063em) {
	#masthead .order-button {
    	position: relative;
	    border-radius: 6px;
    }
    .slicknav_menu {
        display: none;
    }
    #site-navigation {
        display: block;
    }
    .site-title img {
        margin: 0;
    }
    .white {
        padding: 1em;
    }
    .no-padding-medium {
        padding: 0 !important;
    }
    .hero {
        padding: 8rem;
    }
    .module .card {
        left: 0;
        width: 35%;
    }
    header#masthead {
        background: -moz-linear-gradient(360deg, #eee7e2 0%, #eee7e2 65%, #ad172b 65%, #ad172b 100%);
	    background: -webkit-linear-gradient(360deg, #eee7e2 0%, #eee7e2 65%, #ad172b 65%, #ad172b 100%);
	    background: -o-linear-gradient(360deg, #eee7e2 0%, #eee7e2 65%, #ad172b 65%, #ad172b 100%);
	    background: -ms-linear-gradient(360deg, #eee7e2 0%, #eee7e2 65%, #ad172b 65%, #ad172b 100%);
	    background: linear-gradient(360deg, #eee7e2 0%, #eee7e2 65%, #ad172b 65%, #ad172b 100%);
        padding-top: 0;
        border-bottom: 3px solid #ac896f;
        right: 0;
        left: 0;
    }
    header div#header-search {
        margin-top: -.15rem !important;
    }
    footer {
        padding: 3rem;
    }
    footer .spotted-line {
        height: 37px;
        background-size: contain;
    }
    footer #menu-footer-primary .menu-item,
    footer #menu-footer-sub .menu-item {
        display: inline-block;
    }
    .site-info {
        display: block;
    }
    .flying-lettuce {
        position: absolute;
        top: 30%;
        right: 0;
        width: 250px;
    }
    .flying-sub {
        position: absolute;
        top: 65%;
        right: 0;
        width: 350px;
    }
    .flying-tomato {
        position: absolute;
        top: 30%;
        left: 0;
        width: 250px;
    }
    #masthead .order-button {
	    position: relative;
	}
	.no-padding-small {
	    padding-left: .9375rem;
	    padding-right: .9375rem;
	}
    #header-search > div {
        position: relative;
    }
    /*#masthead .input-group-field {
        padding: 0 1rem;
    }*/
    .input-group {
        margin-bottom: 1rem;
    }
    #masthead .button.order {
        border-radius: 6px;
        background-color: #ad172b; 
    }
    #masthead .button.order:hover, #masthead .button, #masthead .button:focus {
        background-color: #ad172b !important; 
    }
    /*.input-group img {
        left: 0;
        top: 0;
        width: 27px;
    }*/
    .module-lg-cta {
        background-position: 50%;
        background-size: cover;
    }
    #masthead input.button {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        margin-right: 0;
    }
    .logo-link {
        display: none;
    }
    .hero h1 {
        font-size: 2.75rem;
    }
    .site-branding{
        margin-top: 10px;
    }
    ul#gform_fields_2 li#field_2_2 {
        padding-left: 10px;
    }
    .is-sticky #masthead {
        margin-top: -2.5rem;
    }
    #masthead .input-group-field {
        height: 2.55rem;
    }
    #tester-sticky-wrapper,
    #tester-sticky-wrapper .is-sticky {
        height: 130px !important;
    }
}
@media only screen and (min-width: 50em) {
    .mobile-menu {
        display: none;
    }
    #tester-sticky-wrapper,
    #tester-sticky-wrapper .is-sticky {
        height: 145px !important;
    }
}
@media only screen and (min-width: 25.87em){
    header div#header-search {
        padding-left: 0;
    }
}

/*@media only screen and (min-width: 20.87em) and (max-width: 64.03em) {
    ul#gform_fields_2 input#input_2_1 {
        width: 342px;
    } 
}
/* min-width 641px, medium screens */
/*Large screens*/

@media only screen and (min-width: 64.063em) {
    .franchise-pages .hero {
        padding: 8rem 0;
    }
	header#masthead {
        background: -moz-linear-gradient(360deg, #eee7e2 0%, #eee7e2 68%, #ad172b 68%, #ad172b 100%);
	    background: -webkit-linear-gradient(360deg, #eee7e2 0%, #eee7e2 68%, #ad172b 68%, #ad172b 100%);
	    background: -o-linear-gradient(360deg, #eee7e2 0%, #eee7e2 68%, #ad172b 68%, #ad172b 100%);
	    background: -ms-linear-gradient(360deg, #eee7e2 0%, #eee7e2 68%, #ad172b 68%, #ad172b 100%);
	    background: linear-gradient(360deg, #eee7e2 0%, #eee7e2 68%, #ad172b 68%, #ad172b 100%);
    }
	#menu-primary li {
		position: relative;
	}
	#menu-primary li:not(:last-child):after {
		position: absolute;
		content: '|';
		font-family: Mr Orange;
        text-transform: uppercase;
		right: -40px;
		top: 10px;
	}
    .no-padding-medium {
        padding: 0 !important;
    }
    .no-padding-large {
        padding: 0 !important;
    }
    .mega-card {
        padding: 2rem;
    }
    .mega-card:nth-of-type(1) {
        padding: 1rem;
    }
    .hero .title {
        width: 50%;
    }
    .input-group img {
        left: 0;
        top: 0;
        width: 27px;
    }
    .input-group {
        width: 76%;
    }
    #masthead .input-group-field {
        width: 350px;
        font-size: 1rem;
    }
    .mega-card:nth-of-type(2) {
        border-left: solid #ebef90;
        border-right: solid #ebef90;
    }
    ul.social {
        margin: 0;
        width: auto;
    }
    ul.social .social-icon span {
        font-size: 1.1rem;
    }
    .social-sign {
        margin: 0;
    }
    #module-app #iphone {
        position: absolute;
        bottom: 0;
        width: 210px;
        top: initial;
        left: inherit;
        margin: 0;
        right: inherit;
    }
    #module-app {
        margin-top: 0rem;
        height: 290px;
        text-align: left;
    }
    #module-app h3 {
        margin-top: 2rem;
    }
    .downloads {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .downloads a {
        display: block;
    }
    #app-store {
        margin-bottom: .5rem;
    }
    #app-store, #google-play {
        padding: 0;
    }
    #tester-sticky-wrapper,
    #tester-sticky-wrapper .is-sticky {
        height: 145px !important;
    }
    .franchise-title {
        position: relative;
    }
    .franchise-title:before {
        content: url(/wp-content/uploads/img/franchise-left.png);
        transform: scale(.4);
        position: absolute;
        top: -108px;
        left: -233px;
    }
    .franchise-title:after {
        content: url(/wp-content/uploads/img/franchise-right.png);
        transform: scale(.4);
        position: absolute;
        bottom: -108px;
        right: -232px;
    }

}
#header-search .no-padding-small {
    float: right;
}
@media only screen and (min-width: 80em) {
    #gform_wrapper_2 div.gform_footer {
        margin: -69px 10px 0 0 !important;
        width: 17%;
    }
    ul#gform_fields_2 li {
        width: 40%;
    }
}


/* min-width 1025px, large screens*/
.tp-tabs, .tp-thumbs{
    padding-top: 32px !important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}
.menu-tabs{
    width: 100%;
    margin:0 auto !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.menu-tabs:after, .menu-tabs:before{
    display: none !important;
}
.menu-tabs .vc_col-sm-3{
    width: 100% !important;
}
@media only screen and (max-width: 640px) {
    .order-now-btn {
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .menu-tabs{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        padding-top: 25px;
    }
    .menu-tabs img{
        height: 100px !important;
        object-fit: cover;
    }
    .menu-tabs .vc_column_container>.vc_column-inner{
        padding: 0 !important;
    }
    /*.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{*/
    /*    margin: 0 !important;*/
    /*}*/

}
.page-goodcents-menu .wpb_wrapper p {
    text-align: center;
}
.social-icons{
    display: flex;
    gap: 15px;
	justify-content: center;
}
.social-icons a{
    border-bottom: unset;
}
@media only screen and (max-width: 1024px) {
    .social-icons{
        justify-content: center;
    }
    .sm-custom-width{
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .sm-custom-width{
        width: 100% !important;
    }
}
p#slide-7-layer-8{
    font-size: 18px !important;
}
.mobile-app-section {
	text-align: center;
}
.mobile-app-section h3 {
	font-family: 'Nexa Rust Slab Black 01';
}

.penny-container {
	display: flex;
	align-items: center;
}
.blank-space {
	display: block;
}
.penny-man, .blank-space {
	max-width: 260px !important;
	width: 260px !important;
	padding: 20px;
}

@media only screen and (max-width: 1024px) {
    .penny-container {
	display: block;
	align-items: center;
}
}

.cta-franchise .card {
	transform: initial !important;
	bottom: 0 !important;
	top: initial !important;
	padding-bottom: 2.5rem !important;
}
