@import url(//fonts.googleapis.com/css?family=Lato:400,300,900);
a, a:hover, a:active, a:focus { outline: 0;}
.white-popup-block{
	background:#FFF;
	color: #575757;
	padding: 20px 30px;
	text-align:left;
	max-width:650px;
	margin:40px auto;
	position: relative;
	font-size:16px;
	font-family: "Merriweather-Regular", "Lato", sans-serif;
	max-height: 100%;
	height: auto;
	opacity: 0.85;
	overflow: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}




.main-menus{overflow-y: scroll;}
.gmap_marker img{width: 150px;}
.white-popup-block .popup-modal-dismiss {
	color: #525252;
	position: absolute;
	top:5px;
	right:5px;
}
.white-popup-block .popup-modal-dismiss i{
	border: 3px solid;
    border-radius: 99px;
    font-size: 24px;
    padding: 5px 8px;
}

.white-popup-block .popup-modal-dismiss:hover {
	color: #2b2b2b;
}

.white-popup-block h2 {
	color: black !important;
	width:100%;
	text-transform: uppercase;
	font-family: "Merriweather-Regular", "Lato", sans-serif;
	font-size: 28px;
	color:#000;
	text-align:left;
	margin-top: 0;
}

.map-link {
	margin: 10px 0;
	width: 100% !important;
}

.map-link a {
	background: #f2f2f2;
	color: #6d6d6d;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
}

.map-link i {
	font-size: 22px;
}

.map-link a:hover {
	color: #6d6d6d;
	background-color: #dfdfdf;
}

.social-icon-mobile {
	text-align: center;
	margin-top: 15px;
	font-size: 50px;
}

.social-icon-mobile ul li {
	display: inline;
	list-style:none;
	padding: 0 20px 0 0;
}

.social-icon-mobile a > .fa-facebook {
	color: #3b5998;
}

.social-icon-mobile a > .fa-instagram {
	color: #604C6F;
}

.social-icon-mobile a > .fa-twitter {
	color: #5DB5DE;
}

.gmap_marker {
	text-align: center;
}

.address-block {
	color: #262626;
	width:100%;
	/*margin-bottom: 200px;*/
	text-align: left;
}

.address-block > h3 {
	margin: 0 0 20px;
}

.address-title {
	font-size: 35px;
	border-bottom-width: 3px;
	padding: 0px 0 30px;
	text-align: left;
}

.address-block .fa {
	width: 45px;
	text-align: center;
}

.address-block a,
.address-block a:hover {
	color: #000 !important;
}

.address-block ul {
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}

.address-block ul li {
	float:left;
	width:100%;
	list-style:none;
	display:inline-block;
	vertical-align: middle;
	margin: 0 0 25px;
}

.address-block ul li h3 {
	display: inline;
	font-size:20px;
	margin:0px;
	font-family: "Merriweather-Regular", "Lato";  
	padding-left: 10px;	
}

.gfield li{
    clear: none !important;
    float: left;
    margin: 5px 0 5px;
    padding: 0 5px;
    width: 50%;
}
.gfield label{display: none !important;}
.white-popup-block textarea{border: 1px solid #ccc;}
.gform_wrapper textarea.medium, .ginput_container textarea{width: 100% !important; padding-left: 5px;}
.gfield input, .gfield select{width: 100% !important}
.gform_title{text-transform: uppercase;}
.rtb-booking-form button[type="submit"]{
	background: #462d1b none repeat scroll 0 0;
    padding: 5px;
    border: none;
    color: #fff;
    font-size: 20px !important;
    width: 100%;
}
.gform_wrapper input[type="submit"] {
	margin-top: 8px;
    background: #FB4C04 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 20px !important;
    /*padding: 5px;*/
    text-transform: uppercase;
}
.gform_wrapper select{border: none;}
.cols {
    -moz-column-count:2;
    -moz-column-gap: 3%;
    -moz-column-width: 40%;
    -webkit-column-count:2;
    -webkit-column-gap: 3%;
    -webkit-column-width: 40%;
    column-count: 2;
    column-gap: 3%;
    column-width: 40%;
}
.cols_1 {
    -moz-column-count:1 !important;
    -moz-column-gap: 3%;
    -moz-column-width: 90% !important;
    -webkit-column-count:1 !important;
    -webkit-column-gap: 3%;
    -webkit-column-width: 90% !important;
    column-count: 1 !important;
    column-gap: 3%;
    column-width: 90% !important;
}
.cols_2 {
    -moz-column-count:2 !important;
    -moz-column-gap: 3%;
    -moz-column-width: 40% !important;
    -webkit-column-count:2 !important;
    -webkit-column-gap: 3%;
    -webkit-column-width: 40% !important;
    column-count: 2 !important;
    column-gap: 3%;
    column-width: 40% !important;
}
.cols_3 {
    -moz-column-count:3 !important;
    -moz-column-gap: 3%;
    -moz-column-width: 30% !important;
    -webkit-column-count:3 !important;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30% !important;
    column-count: 3 !important;
    column-gap: 3%;
    column-width: 30% !important;
}
.cols_4 {
    -moz-column-count:4 !important;
    -moz-column-gap: 3%;
    -moz-column-width: 23% !important;
    -webkit-column-count:4 !important;
    -webkit-column-gap: 3%;
    -webkit-column-width: 23% !important;
    column-count: 4 !important;
    column-gap: 3%;
    column-width: 23% !important;
}
.menus .menu-item{display: inline-block; width: 100%;padding:0 10px 5px;}
.menus h1{font-size:18px}
.menu-item h3{font-size:16px; margin: 0;}
.menu-item p{font-size:13px}
.menu-item h3 span {
    /*float: left;*/
    /*width: 85%;*/
    display: inline-block;
}
.menus_bar .menu-title{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center; font-weight: bold;}
.menus_bar{margin-top: 20px;}
.menus{margin-bottom: 10px;}
.menus h2 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
.menus .menu_item_description p{font-size: 18px; line-height: 24px;text-align: center;}
.menu-item h3 b {
    /*float: right;*/
    font-weight: normal;
    padding-left: 10px;
}
.menu-item p {
    clear: both;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 5px;
}
@media screen and (max-width:1199px){
.address-block ul li h3{font-size: 16px;}
.address-block ul li .fa-2x {
    font-size: 1.3em;
}
}
@media screen and (max-width:991px){
	.address-title{font-size: 26px;}
	.address-block ul li .fa-2x {
	    font-size: 1.3em;
	}
	.cols_3, .cols_4{
	    -moz-column-count:2 !important;
	    -moz-column-gap: 3%;
	    -moz-column-width: 40% !important;
	    -webkit-column-count:2 !important;
	    -webkit-column-gap: 3%;
	    -webkit-column-width: 40% !important;
	    column-count: 2 !important;
	    column-gap: 3%;
	    column-width: 40% !important;
	}
}
@media screen and (max-width:767px){
	.address-title{padding-top: 20px;}
	.address-block ul li h3 {
	    font-size: 16px;
	}
	.cols, .cols_1, .cols_2, .cols_3, .cols_4{
	    -moz-column-count:1 !important;
	    -moz-column-gap: 3%;
	    -moz-column-width: 90% !important;
	    -webkit-column-count:1 !important;
	    -webkit-column-gap: 3%;
	    -webkit-column-width: 90% !important;
	    column-count: 1 !important;
	    column-gap: 3%;
	    column-width: 90% !important;
	}
}
@media screen and (max-width:639px){
	.white-popup-block h2{font-size: 22px;}
	#contact_us ul li, #catering ul li, #email_signup ul li{
	    clear: none;
	    float: none;
	    margin: 5px 0 5px;
	    padding: 0 5px;
	    width: 100%;
	}
	.white-popup-block{padding: 20px;}
}

@media screen and (max-width:482px){
	.address-block .fa {
		font-size: 20px !important;
		width: 25px;
	}
	
	.menu-block:last-child {
		margin-bottom: 50px !important;
	}
}

@media screen and (max-width:359px){
	.white-popup-block h2{font-size: 20px;}
}

.about-timing p {
	font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-left: 55px !important;
}