/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
	@import 'css/style.css';
*/


@import 'css/style.css';



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* --- Chilis MY - Changes --- */
.header-logo {
	width: 130px;
	height: 100px;
}
.footer-nav {
	margin-top: 17px;
}

.home-contact-follow {
	margin-top: 40px;
}
.home-contact-follow .txt {
    display: block;
    margin-right: 0px;
}
.wpcf7-form a.button {
	background-color: #ee2e24;
	border: none !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 0px 0px #a0140c;
	-moz-box-shadow: 0px 3px 0px 0px #a0140c;
	box-shadow: 0px 3px 0px 0px #a0140c;
	color: #fff;
	font-family: "Alfa Slab One";
	font-size: 18px;
	margin-top: 20px;
	padding: 12px 35px;
	text-align: center;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;

	display: inline-block;
}

/* ORDER ONLINE */
.order-half {
	width: 48%;
	margin-bottom: 20px;
	float: left;
}
.order-half:nth-child(even) {
	float: right;
}
.order-half-img {
	height: auto;
}
.order-half .button-link {
	margin: 0px;
}
.sod_select .sod_list_wrapper {
	z-index: 5;
}

/* MENU */
.menu-page-article-img .article-label,
.menu-page article .cont {
	text-align: left;
	font-size: 20px;
}
.menu-page-article-title {
	position: relative;
}
.menu-page-article-title span {
	line-height: 23px;
}
.menu-page-article-title .float-left {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
	text-align: left;
}
.menu-page-article-title .float-right {
	max-width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}

@media only screen and (max-width: 767px){
	.order-half {
	    float: none !important;
	    margin-bottom: 15px;
	    width: 100%;
	}
	.header-logo {
		width: 100px;
		height: 77px;
		-webkit-background-size: 100px 77px;
		-moz-background-size: 100px 77px;
		-o-background-size: 100px 77px;  
		background-size: 100px 77px;
    	top: 30px;
    	left: 15px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.header-logo {
		width: 100px;
		height: 77px;
		background-image: url("img/header-logo-2x.png");
		-webkit-background-size: 100px 77px;
		-moz-background-size: 100px 77px;
		-o-background-size: 100px 77px;  
		background-size: 100px 77px;
    	top: 30px;
    	left: 15px;
	}
}

/* --- END - Chilis MY - Changes --- */

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
