/*
Theme Name: Deanos Auto Restorations 2018
Description: Deanos Auto Restorations 2018
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 Helvetica, Arial, sans-serif;
	color:#444;
	background: url(img/bg.png) repeat-x center top;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #dd2627;
	text-decoration:none;
}
a:hover {
	color: #dd2627;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
		max-width: 1000px;
}
/* header */
.header {
	height: 180px;
	position: relative;
}
/* logo */
.logo {
	position: absolute;
	padding: 20px 25px;	
	z-index: 2;
}
.logo-img {
	
}
/* nav */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.nav ul {
	margin: 0px;
	padding: 0px 25px 0px 450px;
	display: flex;
	height: 180px;
	align-items: flex-end;
	justify-content: flex-start;
}

.nav ul li a {
	display: block;
	padding: 15px 15px;
	font-size: 22px;
	letter-spacing: -0.05em;
	color: #000000;
	font-weight: bold;
}

.nav ul li:hover a,
.nav ul li.current_page_item a {
	color: #dd2627;
	text-decoration: none;
}

/* main content */
section[role=main] {
	background: #FFFFFF;
	padding: 80px 20px;
	margin: 0px 20px;
}

.home section[role=main] {
	padding: 30px 0px;
}

/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

.copyright {
	font-size: 11px;
	text-align: center;
	color: #999;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

article h2 {
	font-size: 32px;
	margin: 0px 0px 15px 0px;
	font-weight: 900;
}

article h2 strong {
	color: #dd2627;
	font-weight: 900;
}

article h2 em {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

.slides {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.slides li {
	height: 342px;
	background-size: cover;
}

.single_add_to_cart_button.button.alt[name='add-to-cart'], .checkout-button.button.alt.wc-forward, #place_order {
	background-color : #dd2627;
}

.single_add_to_cart_button.button.alt[name='add-to-cart']:hover, .checkout-button.button.alt.wc-forward:hover, #place_order:hover {
	background-color : #dd2627;
}


.nav_facebook {
	display: block;
	background: url(img/facebook.png) no-repeat center / 100%;
	width: 32px;
	height: 32px;
	margin: 15px;
}

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/

.related.products {
	clear: both;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce div.product .stock {
	color: #000000;
}

.backorder_notification{
	display: none;
}
.backorder_notification_custom{
	display: block;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

.mobilenav {
	display:none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:800px) {
	.nav {
		display: none;
	}
	
	.wrapper {
		margin-top: 50px;
	}
	
	body {
		background-position: center top 50px;
	}
	
	.logo {
		left: 0px;
		right: 0px;
		max-width: 480px;
		margin: 0px auto;
	}

	.mobilenav {
		display: block;
		position: fixed;
		top: 0px;
		width: 100%;
		background: #dd2627;
		height: 50px;
		cursor: pointer;
		z-index: 5;
	}
	
	.mobilenav ul {
		position: absolute;
		top: 50px;
		display: none;
		width: 100%;
		padding: 0px;
		margin: 0px;
		background: #FFFFFF;	
	}
	
	.mobilenav li a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #DDDDDD;
		line-height: 40px;
		height: 40px;
		padding: 0px 15px;
		text-decoration: none;
	}
	
	.mobilenav li:hover a {
		background: #dd2627;
		color: #FFFFFF;
	}
	

}





@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {
	
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/
/*
.wrapper {
    display: table;
    margin: 70px auto 0 auto;
    position: relative;
    width: 95%;
    max-width: 1280px;
}

.nav {
	display:none;
}

div.mobilenav {
	display:block;
	width:100%;
	height: 50px;
	background:#000;
	background-position:left;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

div.mobilenav ul {
	padding:0;
	position: relative;
	width: 100%;
	display:none;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
	top:50px;
	z-index:5;
	margin:0;
	background:rgba(60, 132, 54, 0.97);
}

div.mobilenav ul li {
	text-decoration:none;
	list-style:none;
	padding: 8px 0 8px 15px;
}

div.mobilenav ul li a {
	font-size:15px;
	color:#fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight:light;
}

/*menu borders*

div.mobilenav ul li {
	border-top: 1px solid #307f29;
	border-bottom: 1px solid #63935f;
}

div.mobilenav ul li:first-child {
	border-top: none;
}

div.mobilenav ul li:last-child {
	border-bottom: none;
}

/*mobile icon is set in funvtions.php*/

/*------------------------------------*\
    	END MOBILE NAV
\*------------------------------------*


}
*/
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    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;
	}
}
