/*/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ce9eb");

@font-face {
    font-family: 'EvelethRegular';
    src: url('../css/EvelethRegular/font.woff2') format('woff2'), url('../css/EvelethRegular/font.woff') format('woff');
}

/* -- BODY -- */

*,:before,:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}


html, body {
    margin: 0 auto;
    padding: 0;
}

.menustoday_widget {
    font-size: 17px;
    line-height: 24px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 300;
	
}

.border-group-box {
    border: 2px solid #FB5000 !important;
    background: none !important;
    padding: 18px 36px !important;
    width: 60% !important;
    margin: 0 auto 36px !important;
}

.menustoday_widget .disclaimer {
	padding-bottom: 0px;
	text-align: center;
	width:100%
    }


.menustoday_widget .cat-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    color: #333333;
    font-family: 'Nanum Myeongjo', serif;
	font-weight:300 !important;
}

.menustoday_widget .appetizers-note2 {
    font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
	font-size: 15px;

}

/* -- GRID -- */

.menus_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.menus_col-lg-12,
.menus_col-lg-11,
.menus_col-lg-10,
.menus_col-lg-9,
.menus_col-lg-8,
.menus_col-lg-7, 
.menus_col-lg-6,
.menus_col-lg-5,  
.menus_col-lg-4, 
.menus_col-lg-3,
.menus_col-lg-2,
.menus_col-lg-1,
.menus_col-md-12,
.menus_col-md-11,
.menus_col-md-10,
.menus_col-md-9,
.menus_col-md-8,
.menus_col-md-7, 
.menus_col-md-6,
.menus_col-md-5,  
.menus_col-md-4, 
.menus_col-md-3,
.menus_col-md-2,
.menus_col-md-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 992px){
    .menus_col-md-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .menus_col-md-2{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .menus_col-md-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .menus_col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .menus_col-md-5{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .menus_col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
		padding-right:30px;
    }
    .menus_col-md-7{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .menus_col-md-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .menus_col-md-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .menus_col-md-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .menus_col-md-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .menus_col-md-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px){
    .menus_col-lg-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .menus_col-lg-2{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .menus_col-lg-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .menus_col-lg-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .menus_col-lg-5{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .menus_col-lg-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menus_col-lg-7{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .menus_col-lg-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .menus_col-lg-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .menus_col-lg-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .menus_col-lg-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .menus_col-lg-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* -- GLOBAL -- */

.menustoday_widget div:empty,
.menustoday_widget p:empty {
    display: none;
}

.menuspecial-note {
	display:none;
}


.topnav-sub {
    background-color: #f1f1f1 !important;
    padding: 15px !important;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 360px !important;
    margin-left: -180px;
    border: 1px solid #ddd !important;
	
}

.meal-price {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    color: #000 !important;
    font-weight: 600;
    text-align: right;
    margin-top: 8px !important;
}

.meal-list > li {
    margin: 0;
    padding: 3px 0 !important;
    list-style: none;
    border-bottom: 1px dotted #666;
}

.meal-title, .meal-price {
    padding: 0 10px !important;
    font-family: 'Lato', sans-serif !important;;
    font-weight: 600 !important;
    color: #000 !important;
}

.menustoday_widget p{
    margin: 0 0 0px;
}

.menustoday_widget img{
    max-width: 100%;
    border: none;    
}

.menustoday_widget a {
  color: #000000;
}

.menustoday_widget .text-center {
    text-align: center;
}

.menustoday_widget .text-red {
    color: #c22f3f;
}
.favedsvg .st0 {
    fill: red !important;
}

.wrap-popup-content {
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#747474;
	font-family: 'Lato', serif !important;
    font-weight: 300 !important;
}

/* -- WRAP -- */

.menustoday_widget .pizza-wrap {
    width: 1024px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    background-color: transparent;
}

/* -- HEADER -- */

.menustoday_widget .pizza-logo {
    text-align: center;
    margin: 12px 0px 0px;
}

.menustoday_widget .pizza-logo2 {
    display: block;
    max-width: 220px;
    padding: 0;
    margin: 0 auto;
}

.menustoday_widget .pizza-title {
    text-transform: none;
    margin: 25px 0;
    font-size: 42px;
    line-height: 48px;
    font-family: 'Lato', sans-serif;
    color: #FB5000;
    position: relative;
}

.menustoday_widget .pizza-title span{
    display: inline-block;
    position: relative;
    display: none;
}

.menustoday_widget .pizza-title span:before,
.menustoday_widget .pizza-title span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #FB5000;
    top: 21px;
    width: 200px;
}
.menustoday_widget .pizza-title span:before {
    right: 100%;
    margin-right: 15px;
}
.menustoday_widget .pizza-title span:after {
    left: 100%;
    margin-left: 15px;
}

/* -- TOP NAV -- */

.menustoday_widget #topnavbar { 
    background-color: #ffffff;
    margin: 0 0 12px;
    padding: 3px 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.menustoday_widget #topnavbar.topsticky-nav {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 999;
    top: 0px;
    margin: 0px;
}

.menustoday_widget #topnavbar a {
    display: inline-block;
    color: #000000;
    text-align: center;
    padding: 2px 6px 2px;
    text-transform: uppercase;
    border: 1px solid #747474;
    background-color: #ffffff;
    margin: 2px 2px 2px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.menustoday_widget #topnavbar a.topnav_active {
    color: #ffffff;
    background-color: #FB5000;
    border: 1px solid #FB5000;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* -- BOTTOM NAV -- */

#menus-navbar {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menus-navbar a {
    display: inline-block;
    color: #12a8e0;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #12a8e0;
    background-color: #ffffff;
    margin: 0 2px 4px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.sticky-nav {
    padding-bottom: 200px;
    background-color: #ffffff;
}
    
.sticky-nav #menus-navbar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin-top: 12px;

}
#menus-navbar{
    display: none;
}
@media (max-width: 767px){
    #menus-navbar {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        transform: translate(-50%, 0);
        left: 50%;
        display: block;
    }
}

/* -- FOOTER -- */

.menustoday_widget .copyright {
    text-align: center;
    padding: 25px 12px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

/* -- ADA -- */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #FB5000 !important;
    margin-top: 10px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 160% !important;
    line-height: 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    color: #ffffff !important;
}

/* -- FANCYBOX -- */

.st0 {
    fill: #aaa !important;
}

.st1 {
    fill: red !important;
}

.fancybox-container .fancybox-content.menus-fancybox-content {
    background-color: #ffffff;
    padding: 15px;
    max-width: 96%;
    max-height: 96%;
	border: 10px solid #e8e8e8;
    margin: 0 auto;
    width: 400px;
}

.menus-fancybox-content .wrap-popup-title {
    margin: 0 0 6px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #FB5000;
}

.menus-fancybox-content .fancybox-button{
    width: 30px;
    height: 30px;
}

.appetizers-title a.fancybox {
    margin-left: 0px !important;
    margin-right: 5px;
}


/* MENU STYLE */

.menustoday_widget #menus-navbar a {
    color: #FB5000;
    border: 1px solid #FB5000;
    font-family: 'Lato', sans-serif;
}

.menustoday_widget #topnavbar a.topnav_active {
    color: #ffffff !important;
    background: #FB5000 !important;
    border: 1px solid #FB5000;
}

.menustoday_widget .pizza-section {
    margin-bottom: 15px;
    width: 100%;
    padding: 0px;
}
.menustoday_widget .pz-sc-title {
    text-transform: none;
    color: #FB5000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Nanum Myeongjo', serif;
    margin: 0px 5px 12px;
    padding: 0px 15px;
    letter-spacing: 1px;
}

.menustoday_widget .special_section .pz-sc-title {
    color: #FB5000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Nanum Myeongjo', serif;
    padding: 0px;
	margin-bottom: 0px;
}

.menustoday_widget .special_section {
    border: 2px solid #FB5000;
    margin: 0 auto 36px;
    padding: 15px 15px 1px;
    width: 510px;
}

.menustoday_widget .special_section .menus_col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
.menustoday_widget .cat-image{
    margin: 0 0 15px;
}

.menustoday_widget .cat-image img{
    width: 80%;
    max-width: 100%;
    margin: 12px auto;
    display: block;
}

.menustoday_widget .wrap-food-items {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.menustoday_widget .wrap-food-items .appetizers-title {
    text-transform: lowercase;
    color: #FB5000;
    margin: 0;
    padding-right: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    padding-top: 2px;
	text-align:center;
}

.menustoday_widget .wrap-food-items .appetizers-title a{
    color: #000;
    vertical-align: middle;
}

.menustoday_widget .wrap-food-items .appetizers-price{
    position: absolute;
    top: .1em;
    right: 0;
	font-size: 16px;
    line-height: 20px;
    color: #FB5000;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.menustoday_widget .wrap-food-noprice .appetizers-price{
    display: none;
}

.menustoday_widget .wrap-food-items .appetizers-desc {
    font-size: 16px;
    line-height: 21px;
    color: #7c6853;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-top: 0px;
	text-align:center;
}

.menustoday_widget .wrap-food-noprice{
    padding-bottom: 0;
}

/* Hourse */

.menustoday_widget .pz-sc-hours .pz-sc-hours-title{
    text-transform: uppercase;
    color: #FB5000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
	font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.menustoday_widget .pz-hours {
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
    list-style: none;
    font-family: 'Nanum Myeongjo', serif;
    color: #747474;
	font-weight:200;
}

/* end Hourse */

@media (min-width: 1025px){
    .menustoday_widget #topnavbar > a.top-my-meal{
        display: inline-block !important;
    }
}

@media (max-width: 479px){
    .menustoday_widget #topnavbar a{
        font-size: 13px;
    }
	
.meal-list {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 16px !important;
}
	
.border-group-box {
    border: 2px solid #FB5000 !important;
    background: none !important;
    padding: 12px 15px 6px !important;
    width: 100% !important;
    margin: 18px auto 24px !important;
}
	
.menustoday_widget .special_section {
    border: 2px solid #A98540;
    margin: 0 auto 36px;
    padding: 15px 15px 1px;
    width: 375px;
}
.sticky-nav #menus-navbar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin-top: 12px;

}
	
.menustoday_widget .pz-hours {
    margin: 0 0 16px;
	
}
	
.menustoday_widget .pizza-logo {
    text-align: center;
    margin: 12px 0px -18px;
}
	
.topnav-sub {
    background-color: #f1f1f1 !important;
    padding: 15px !important;
    position: absolute;
    top: 100%;
    left: 52%;
    top: 60px;
    border: 1px solid #ddd !important;
    width: 300px !important;
    margin-left: -160px !important;
}
    
.menustoday_widget .pz-sc-title {
    font-size: 21px;
    line-height: 25px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
    .menustoday_widget .wrap-food-items .appetizers-title{
        font-size: 16px;
        line-height: 20px;
    }
    
    .menustoday_widget .appetizers-title a.fancybox{
        width: 16px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;

		
    }
    
    .menustoday_widget .appetizers-title a.fancybox svg{
        width: 16px;
    }
    
    .menustoday_widget .btntripbuilder .btnfav {
        width: 14px;
    }
    	
    .menustoday_widget .top-note {
        color: #000000;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 12px;
        font-style: normal;
        font-weight: 300;
    }
        
    .menustoday_widget .special_section .top-note {
        color: #000000;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
     
    .menustoday_widget .special_section .top-note i {
        color: #000000;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .menustoday_widget .pizza-wrap {
        padding: 0 15px;
        margin: 0 auto;
    
    }
   
.menustoday_widget .disclaimer {
	padding-bottom: 0px;
	text-align: center;
	width:100%
    }
    
.menustoday_widget .special_section {
    border: 2px solid #FB5000;
    margin: 0 auto 16px;
    padding: 15px 15px 0px;
    width: 100%;
}
	
.menustoday_widget .special_section .pz-sc-title{
    margin:0px;
}	
.menustoday_widget .wrap-food-items .appetizers-title {
    background-color: #ffffff;

}
	
.menustoday_widget .pizza-logo2 {
    max-width: 260px;

}
	
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 6px !important;

}
    
    .menustoday_widget .ads-img {
        margin: 18px 0px 0px !important;
        margin: 0 auto;
        padding: 15px;
    }
}


@media print{
    #pojo-a11y-toolbar,
    #topnavbar,
.menuspecial-note,
    #menus-navbar,
    .appetizers-title a.fancybox,
    .appetizers-title a.btntripbuilder,
.copyright{
     display: none !important;
}
	
body {-webkit-print-color-adjust: exact;}
.menustoday_widget .cat-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: none;
}
	
.border-group-box {
    border: 2px solid #FB5000 !important;
    background: none !important;
    padding: 12px 36px 0px !important;
    width: 60% !important;
    margin: 0 auto 36px !important;
}
	
.show_just_print .special_qrnote {
	color: #747474;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 12px;
	
}
	
.show_just_print img{
    width:75px !important;
    margin-bottom:-18px;
}
.menustoday_widget .pz-sc-title {
    text-transform: none;
    color: #FB5000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Nanum Myeongjo', serif;
    margin: 0px 5px 12px;
    padding: 0px 15px;
    letter-spacing: 1px;
}
	
	
.menustoday_widget .wrap-food-items .appetizers-title {
    text-transform: lowercase;
    color: #FB5000;
    margin: -12px 0 0;
    padding-right: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    padding-top: 2px;
    text-align: center !important;
}
	
.menustoday_widget .top-note {
    margin: 0px 0 12px !important;
}
	
.menustoday_widget .bottom-note {
    margin: 0px 0 12px !important;
}
	
.menustoday_widget .disclaimer {
	text-align:center
}
	
	
.menustoday_widget .wrap-food-items .appetizers-desc {
    font-size: 16px;
    line-height: 18px !important;
    color: #7c6853;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-top: 6px;
}
    
.menustoday_widget .row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }


 .menus_col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
	
.menustoday_widget .special_section .menus_col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: -16px;
}
	
.menustoday_widget .special_section .menus_col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
	
.menustoday_widget .special_section .top-note {
		margin-top:0px !important;
	}

.menustoday_widget .pizza-logo2{
     padding-top: 0;
    }
    
.menustoday_widget .special_section {
    border: 2px solid #FB5000;
    margin: 12px auto 20px;
    padding: 10px 15px 1px;
    width: 540px;
}
	
.menustoday_widget .pizza-section {
    margin-bottom: 15px;
    width: 100%;
    padding: 0px;
}
	
.menustoday_widget .pz-hours {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    font-family: 'Nanum Myeongjo', serif;
    color: #747474;
	display:none;
}
.border-group-box {
    border: 2px solid #FB5000 !important;
    background: none !important;
    padding: 18px 36px 0px inherit !important;
    width: 60% !important;
    margin: 0 auto 36px !important;
}
	
.menus_col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right:36px;

}
    
}