@charset "utf-8";
/*
 Theme Name:   Divi Child
 Theme URI:    http://www.littledogadvertising.com/
 Description:  Divi Child Theme
 Author:       Rachele
 Author URI:   http://www.littledogadvertising.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto+Slab:300,400,700|Shrikhand');

@font-face {
    font-family: 'moonlightingregular';
    src: url('fonts/moonlighting-webfont.woff2') format('woff2'),
         url('fonts/moonlighting-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rusted_orlando_demoregular';
    src: url('fonts/rusted_orlando_demo-webfont.woff2') format('woff2'),
         url('fonts/rusted_orlando_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('images/grey.png') repeat !important;
    background-size: auto !important;
    background-attachment: inherit !important;
    font-family: 'Shrikhand', cursive !important;
    font-family: 'Lato', sans-serif !important;
    font-family: 'Roboto Slab', serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    letter-spacing: 2px !important;
}

body.et_cover_background {
    background-repeat: repeat !important;
    background-size: auto !important;
}


/* header */
#main-header {
    background-image: url('images/header-bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 8px 0;
}

.home #main-header {
    background: none !important;
    box-shadow: none !important;
}

#main-header > .container {
    width: 89% !important;
    max-width: 89% !important;
}

#top-menu a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
}

#top-menu a:hover {
    color: #c9d700 !important;
}

#main-header.et-fixed-header {
    background-image: url('images/header-bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 8px 0;
}

#et-top-navigation {
    float: left;
    width: 43%;
    padding: 0 !important;
    padding: 23px 0 0px !important;
    position: relative;
    z-index: 99;
}

.et_header_style_left .logo_container {
    text-align: center;
}

#main-header .et-social-icons {
    width: 43%;
    text-align: right;
    padding: 23px 0 0px !important;
    color: #c9d700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
    margin-top: -3px;
}

.home #et-top-navigation {
    float: left;
    width: 43%;
    padding: 0 !important;
    padding: 43px 0 10px !important;
    position: relative;
    z-index: 99;
}

.home .et_header_style_left .logo_container {
    text-align: center;
}

.home #main-header .et-social-icons {
    width: 43%;
    text-align: right;
    padding: 43px 0 10px !important;
    color: #c9d700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99;
    margin-top: -3px;
}

#main-header .et-social-icons li {
    margin-left: 6px;
}

#main-header .et-social-icon a {
    font-size: 14px !important;
    color: #c9d700 !important;
    padding: 0 2px !important;
}

#main-header .et-social-icon a:hover {
    color: #fff !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
}

#main-header.et-fixed-header .et-social-icons {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#main-header.et-fixed-header .logo_container img {
    max-height: 50px; 
}

#logo {
    max-height: 100%;
}

.home #logo {
    max-height: 140%;
}

.nav li ul {
    background: rgba(0,0,0,0.6) !important;
    border-top-color: #c9d700;
}

#top-menu li li a {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
}

span.menu-item-description {
	display: inline;
	color: #fff;
	font-style: italic;
	margin-left: 10px;
}

span.menu-item-description:hover {
	color: #c9d700;
}

/* slider */
.home-slider,
.home-slider .et_pb_slide{
    height: 90vh;
}

.home-slider .et_pb_slide_description {
    padding-top: 250px;
    /*padding-bottom: 70px;*/
}

.home-slider .et_pb_slide_content img {
    max-height: 180px;
    width: auto;
}

/* content area */
.home #et-main-area {
    position: relative;
    margin-top: -150px;
}

.et_pb_section {
    background: none !important;
}

.section-title-container {
    clear: both;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px !important;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.section-title-container h3 {
    font-family: 'Shrikhand', cursive !important;
    font-size: 46px;
    color: #fff !important;
    text-transform: none;
    text-transform: uppercase;
}

.section-title-container-2 {
    clear: both;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px !important;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.section-title-container-2 h3 {
    font-family: 'moonlightingregular' !important;
    font-size: 46px;
    color: #c9d700 !important;
    text-transform: none;
}

.section-title-container-3 {
    clear: both;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px !important;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.section-title-container-3 h3 {
    font-family: 'rusted_orlando_demoregular' !important;
    font-size: 46px;
    color: #fff !important;
    text-transform: none;
}

.section-title-container-4 {
    clear: both;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px !important;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.section-title-container-4 h3 {
    font-family: 'Shrikhand', cursive !important;
    font-size: 40px;
    color: #fff !important;
    text-transform: none;
    text-transform: uppercase;
    letter-spacing: normal;
}

.et_pb_button {
    font-family: 'Roboto Slab', serif !important;
    background: #c9d700 !important;
    border: 1px solid #c9d700 !important;
    color: #222 !important;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.et_pb_button:hover {
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #c9d700 !important;
}

.welcome-text-container {
    font-family: 'Lato', sans-serif !important;
    font-style: italic;
    font-weight: 300;
}

.welcome-author-container h3 {
    font-family: 'rusted_orlando_demoregular' !important;
    font-size: 56px !important;
    margin: 40px 0 0;
    padding: 0;
    text-transform: none;
}

.welcome-author-container {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#move-top-to-cover {
    background-image: url('images/grey.png') !important;
    background-repeat: repeat;
    background-size: auto;
    margin-top: -120px;
    padding-top: 40px;
}

.today-special-container {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
    margin-bottom: -100px;
    position: relative;
    z-index: 99;
}

.today-special-container h4 {
    border-bottom: 1px solid #c9d700;
    color: #c7d203 !important;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.today-special-container .fNameCon {
    text-transform: uppercase;
    color: #3d2414 !important;
    font-weight: 600;
    border-bottom: 1px dashed #95928a;
    letter-spacing: 2px;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}

.today-special-container .section-title-container {
    color: #202020;
}

.today-special-container .section-title-container h3 {
    color: #202020 !important;
}

.today-special-container .fNameDes {
    font-weight: 300;
    color: #3d2414 !important;
}

.image-top-space-1 {
    margin-top: 120px !important;
}

.image-top-space-2 {
    margin-top: 80px !important;
}

.image-bottom-space-2 {
    margin-bottom: 80px !important;
}

.image-bottom-space-3 {
    margin-bottom: 60px !important;
}

.event-notice-text-container {
    text-align: center;
}

.event-notice-text-container .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    display: inline-block;
    margin: 0 15px;
}

a.et_pb_button.call-now-btn {
    background: none !important;
    border: 1px solid #212121 !important;
}

a.et_pb_button.call-now-btn:hover {
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #c9d700 !important;
}

.contact-form-contianer {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

.contact-form-contianer form {
    /*margin-left: 5.5%;
    margin-right: 5.5%;*/
}

.contact-form-contianer input.text,
.contact-form-contianer input[type="email"],
.contact-form-contianer input[type="text"],
.contact-form-contianer textarea {
    background: rgba(255,255,255,0.1) !important;
    border: none !important;
    font-family: 'Roboto Slab', serif !important;
    color: #fff !important;
}

.contact-form-contianer textarea {
    height: 90px;
    min-height: auto;
}

.contact-form-contianer .et_pb_contact_captcha {
    padding: 8px 12px;
    color: #fff !important;
}

.call-to-action-container .et_pb_promo_description {
    padding: 0;
    margin-right: 30px;
    display: inline-block;
}

.call-to-action-container .et_pb_button_wrapper {
    display: inline-block;
    position: relative;
    top: -9px;
}

body #page-container .call-to-action-container .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button,
body #page-container .call-to-action-container .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover {
    padding: 8px 40px !important;
}

.call-to-action-container .et_pb_button_wrapper a.et_pb_button {
    background: none !important;
    padding: 8px 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: 1px solid #212121 !important;
}

.call-to-action-container h3.et_pb_module_header {
    font-family: 'moonlightingregular';
    font-size: 46px !important;
    color: #212121 !important;
    float: none;
    display: inline-block;
    line-height: normal;
    padding: 0;
}

.our-times-container h5 {
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 12px 0 6px;
}

.our-times-container small {
    font-size: 80%;
}

.image-bottom-space-2 .et_pb_image_wrap > img,
.image-top-space-1 .et_pb_image_wrap > img,
.image-bottom-space-3 .et_pb_image_wrap > img,
.image-top-space-2 .et_pb_image_wrap > img,
.image-01-alignment .et_pb_image_wrap > img,
.image-group-home .et_pb_image_wrap > img {
    opacity: 0;
}

/* menu page start */
.menu-container {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
    position: relative;
    z-index: 99;
}

.menu-container .et_pb_all_tabs {
    background: none !important;
}

.menu-container h4 {
    border-bottom: 1px solid #c9d700;
    color: #c7d203 !important;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.menu-container .section-title-container {
    color: #202020;
}

.menu-container .section-title-container h3 {
    color: #202020 !important;
}

.menu-container .foodNameCon {
    border-bottom: 1px dashed #95928a;
    padding-bottom: 6px !important;
    margin-bottom: 6px;
    margin-top: 20px;
    overflow: hidden;
}

.menu-container .foodDescription {
    width: 75%;
    float: left;
    text-transform: uppercase;
    color: #3d2414 !important;
    font-weight: 600;
    letter-spacing: 2px;
}

.menu-container .foodPrice {
    width: 25%;
    float: left;
    font-weight: 300;
    color: #3d2414 !important;
    text-align: right;
}

.menu-container .foodDescriptionMulti {
    width: 40%;
    float: left;
    text-transform: uppercase;
    color: #3d2414 !important;
    font-weight: 600;
    letter-spacing: 2px;
}

.menu-container .foodPriceMulti {
    width: 20%;
    float: left;
    font-weight: 300;
    color: #3d2414 !important;
    text-align: right;
}

.menu-container .foodSubDescription {
    color: #3d2414 !important;
    font-weight: 300;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
    max-width: 80%;
}

.gift-card-container {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
    position: relative;
    z-index: 99;
    padding: 30px 15px !important;
}

.section-title-container-gift h3 {
    font-family: 'moonlightingregular' !important;
    font-size: 46px;
    color: #c9d700 !important;
    text-transform: none;
    margin: 0;
}

.gift-card-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.food-short-description {
    text-align: center;
    margin: 30px 0 50px;
}

ul.et_pb_tabs_controls {
    background: none;
}

ul.et_pb_tabs_controls::after {
    border: none;
}

ul.et_pb_tabs_controls {
    background: rgba(202,216,0,0.4);
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background: url('images/white.png') repeat !important;
}

.et_pb_tabs_controls li:nth-child(even) {
    background: #cad800;
}

.et_pb_tabs_controls li {
    background: rgba(202,216,0,0.4);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #303034 !important;
    border: none;
}

.et_pb_tabs_controls li a {
    color: #303034 !important;
    padding: 20px 15px;
    font-weight: 600;
	font-size: 16px;
    letter-spacing: 0;
}

.inner-hero,
.inner-hero .et_pb_fullwidth_header_container {
    height: 65vh;
    padding: 0 !important;
}

.inner-hero .et_pb_header_content_wrapper img {
    max-height: 180px;
    width: auto;
}

.popmake .et_pb_button_module_wrapper {
	margin: 0 !important;
}

.popmake .et_pb_button::after {
	margin-top: -5px !important;
}

.popmake .et_pb_button {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* footer widget */
#main-footer {
    background: url('images/black.png') repeat !important;
    font-family: 'Lato', sans-serif !important;
}

#footer-widgets > .footer-widget {
    width: 29.667% !important;
}

#footer-widgets > .footer-widget img {
    max-width: 150px !important;
}

#footer-widgets > .footer-widget:nth-child(3) {
    margin-right: 0 !important;
}

#footer-widgets > .footer-widget:last-child {
    clear: both;
    display: block;
    width: 100% !important;
    text-align: center;
}

#footer-widgets > .footer-widget .fwidget {
    float: none;
    display: block;
    margin-bottom: 15px !important;
}

#footer-widgets > .footer-widget h4.title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}

#footer-widgets > .footer-widget:last-child h3 {
    font-family: 'Shrikhand', cursive !important;
    font-size: 34px !important;
    color: #fff !important;
}

#footer-widgets .et-social-icons {
    float: none;
    margin: 35px 0 0 0;
}

#footer-widgets .footer-widget .et-social-icons li::before {
    content: none;
}

#footer-widgets .footer-widget .et-social-icons li {
    margin: 0 10px 0 0;
    padding: 0;
}

#footer-bottom {
    background: #2d190e !important;   
}

#footer-bottom .footerlogos {
    text-align: center;
}

#footer-bottom .footerlogos img {
    max-height: 30px;
    width: auto;
    display: inline-block;
    margin: 0 0 0 15px;
}

.fooNewsletterCon {
    background: rgba(51,51,51,0.81);
    padding: 5px 15px 15px;
    display: block;
    text-align: center;
    letter-spacing: normal;
}

#footer-widgets > .footer-widget {
    margin-bottom: 10px !important;
}

#footer-widgets > .footer-widget:nth-child(2) .fwidget {
    margin-bottom: 50px !important;
    line-height: 1.7;
}

#footer-widgets > .footer-widget .fooNewsletterCon h4.title {
    font-family: 'Shrikhand', cursive !important;
    font-size: 28px !important;
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.fooNewsletterCon input[type="email"] {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 8px;
    font-size: 16px;
    border: none;
    line-height: normal;
    max-width: 100%;
}

.fooNewsletterCon input[type="submit"],
.fooNewsletterCon submit {
    background: #c9d700;
    color: #303034;
    padding: 6px 18px;
    font-size: 14px;
    border: none;
    line-height: normal;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

#footer-info {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

#footer-widgets .footer-widget a:hover {
    color: #ccc;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

#footer-widgets .footer-widget a {
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.sitecredit {
    font-size: 80%;
    margin: 6px 0 0 0;
}

.sitecredit a {
    color: #fff !important;
}

.sitecredit a:hover {
    text-decoration: underline;
}

.paypal-container table {
    border: none;
    padding: 0;
    text-align: center;
}

.paypal-container table td {
    border: none;
    padding: 6px 0;
    color: #fff;
}

.paypal-container select {
    padding: 5px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}

.paypal-container img {
    max-height: 40px;
}

#happy-hours-container-outer {
	background: url('images/black.png') repeat !important;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
    #footer-widgets > .footer-widget,
    #footer-widgets > .footer-widget:first-child,
    #footer-widgets > .footer-widget:last-child {
        width: 100% !important;
        margin: 0 0 20px !important;
        text-align: center;
    }
    
    #footer-bottom > .container {
        text-align: center;
    }
    
    #footer-bottom img {
        float: none;
    }
    
    .header-extra-contaiiner {
        overflow: hidden;
    }
    
    .logo_container {
        width: 35%;
    }
    
    .search-container {
        margin-top: 0;
    }
    
    .search-container input[type="search"] {
        width: 240px;
    }
    
    .call-to-action-container .et_pb_text_align_left {
        text-align: center !important;
    }
    
    .call-to-action-container .et_pb_promo_description {
        margin: 0;
        display: block;
    }
    
    .call-to-action-container .et_pb_button_wrapper {
        float: none;
        margin-top: 15px;
        top: 0;
    }
    
    .call-to-action-container h3.et_pb_module_header {
        font-size: 36px !important;
        display: block;
        margin: 0;
        text-align: center;
    }
    
    .et_header_style_centered .mobile_nav .select_page {
        color: #fff;
        font-weight: 300;
    }
    
    .et_header_style_centered .et_mobile_menu {
        top: auto;
    }
    
    .mobile_menu_bar::before {
        color: #fff;
    }
    
    .et_header_style_centered #main-header {
        padding-bottom: 0;
    }
    
    #et_mobile_nav_menu {
        margin: auto;
        width: 80% !important;
        max-width: 1080px !important;
    }
    
    .et_header_style_centered #main-header .mobile_nav {
        background: none;
    }
    
    .et_header_style_centered .et_mobile_menu {
        top: 33px;
    }
    
    .search-container {
        overflow: hidden;
    }
    
    .search-container .et_pb_widget {
        float: none;
    }
    
    #footer-widgets > .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 15px !important;
    }
    
    #footer-widgets > .footer-widget, #footer-widgets > .footer-widget:first-child {
        margin-bottom: 0 !important;
    }
    
    #footer-widgets > .footer-widget:last-child h3 {
        font-size: 24px !important;
    }
    
    #footer-widgets > .footer-widget .fooNewsletterCon h4.title {
        font-size: 22px !important;
    }
    
    #footer-widgets > .footer-widget:last-child {
        margin-bottom: 0 !important;
    }
    
    #footer-info {
        margin-bottom: 15px;
    }
    
    #footer-bottom .footerlogos {
        float: none;
    }
    
    .et_pb_row .et_pb_column:last-child {
        
    }
    
    .contact-form-contianer.et_pb_column:last-child {
        float: none;
        margin: 0 auto 5.5% !important;
        clear: both;
    }
    
    .home-slider .et_pb_slide_content > img {
        max-width: 100%;
    }
    
    .home-gallery-container-2 .et_pb_grid_item {
        width: 50% !important;
    }
    
    .home-gallery-container-2 .et_pb_column .et_pb_grid_item:nth-child(3n+1) {
        clear: none !important;
    }
    
    .home #et-top-navigation,
    #et-top-navigation {
        float: right;
        padding: 0px 0 0px !important;
        width: 100%;
        text-align: right;
    }
    
    .home #main-header .et-social-icons,
    #main-header .et-social-icons {
        display: none;
    }
    
    .et_header_style_left .logo_container {
        text-align: left;
    }
    
    .et_header_style_left .mobile_menu_bar {
        color: #fff !important;
        margin-top: 12px;
        padding-bottom: 12px;
    }
    
    .mobile_menu_bar::before {
        color: #fff !important;
    }
    
    .et_mobile_menu {
        text-align: left;
        border-top-color: #7d9600;
    }
    
    .menu-container .foodDescriptionMulti {
        width: 100%;
        float: none;
        display: block;
    }

    .menu-container .foodPriceMulti {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .home #et-top-navigation,
    #et-top-navigation {
        float: right;
        padding: 0px 0 0px !important;
        width: 100%;
    }
    
    .et_header_style_left .logo_container {
        text-align: left;
    }
    
    .et_header_style_left .mobile_menu_bar {
        color: #fff !important;
        margin-top: 12px;
        padding-bottom: 12px;
    }
    
    .mobile_menu_bar::before {
        color: #fff !important;
    }
    
    .home-slider .et_pb_slide_content img {
        max-width: 100%;
    }
    
    .et_mobile_menu {
        text-align: left;
        border-top-color: #7d9600;
    }
    
    .home #main-header .et-social-icons,
    #main-header .et-social-icons {
        display: none;
    }
    
    .home-slider .et_pb_slide_content > img {
        max-width: 100%;
    }
    
    .section-title-container h3,
    .section-title-container-4 h3,
    .section-title-container-2 h3,
    .section-title-container-3 h3 {
        font-size: 28px !important;
    }
    
    .event-notice-text-container .et_pb_button {
        margin-top: 10px;
    }
    
    #footer-bottom .footerlogos img {
        max-height: 30px;
        width: auto;
        display: inline-block;
        margin: 0 5px;
    }
    
    #footer-widgets > .footer-widget {
        clear: both;
        display: block;
        width: 100% !important;
        text-align: center;
    }
    
    #footer-widgets > .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 15px !important;
        line-height: 1.4;
    }
    
    .call-to-action-container .et_pb_promo_description {
        display: block;
        margin: 0;
        text-align: center;
    }
    
    .call-to-action-container h3.et_pb_module_header {
        font-size: 24px !important;
        display: block;
        margin: 0;
        text-align: center;
    }
    
    .call-to-action-container .et_pb_button_wrapper {
        display: block;
        top: 0;
        text-align: center;
        margin: 10px 0 0;
    }
    
    .call-to-action-container .et_pb_button_wrapper a.et_pb_button {
        font-size: 14px !important;
    }
    
    .et_pb_row .et_pb_column.contact-form-contianer {
        max-width: 90%;
        clear: both;
        float: none;
        margin: 30px auto 0 !important;
    }
    
    .image-top-space-1 {
        margin-top: 20px !important;
    }

    .image-top-space-2 {
        margin-top: 20px !important;
    }

    .image-bottom-space-2 {
        margin-bottom: 20px !important;
    }

    .image-bottom-space-3 {
        margin-bottom: 20px !important;
    }
    
    .welcome-author-container h3 {
        font-size: 36px !important;
    }
    
    .menu-container .foodDescriptionMulti {
        width: 100%;
        float: none;
        display: block;
    }

    .menu-container .foodPriceMulti {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
    }
    
}

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