/*
Theme Name: I Want To Draw A Cat For You
*/

/* -------------- Fonts -------------- */


/* -------------- Global Styles -------------- */

*{
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body{
	color: #252525;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 23px;
	line-height: 2.3rem;
}

h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
	color: #252525;
	font-family: 'Coustard', serif;
	font-weight: normal;
}

h1{
	line-height: 30px;
	line-height: 3rem;
}

a{
	color: #67980b;
}

a:hover{
	text-decoration: none;
}

ul{
	padding: 0;
}

img{
	height: auto;
	max-width: 100%;
}


/* -------------- Main Structure -------------- */

#wrapper, .section-inner{
	margin: 0 auto;
}

#wrapper{
	width: 1200px;
}

#hp-header{
	background: url('images/hp_header_bg_pattern.png') repeat-x 0 0;
}

#inner-header{
	background: url('images/inner_header_bg_pattern.png') repeat-x 0 bottom;
}

.section-inner{
	width: 980px;
}

.hounds-light{
	background: url('images/houndstooth_bg_pattern.png') repeat 0 0;
}

.texture-light{
	background: url('images/lightgrey_texture_bg_pattern.png') repeat 0 0;
}

.texture-dark{
	background: url('images/darkgrey_texture_bg_pattern.png') repeat 0 0;
}

#container{
	padding-bottom: 30px;
	padding-top: 30px;
}

#main-content{
	float: left;
	width: 67.34693877551%; /* 660/980 */
}

aside{
	float: right;
	width: 30.612244897959%; /* 300/980 */
}

footer{
	background-color: #252525;
	padding-bottom: 50px;
}


/* -------------- Header -------------- */

#header-section-inner{
	margin: 0 auto;
	position: relative;
}

#hp-header #header-section-inner{
	width: 1200px;
}

#inner-header #header-section-inner{
	width: 980px;
}

#logo-header-lg{
	display: block;
	position: relative;
	width: 75%; /* 900/1200 */
	z-index: 1;
}

#steve-header-lg{
	bottom: 0;
	position: absolute;
	right: 0;
	width: 31.916666666667%; /* 383/1200 */
	z-index: 0;
}

#hp-header #header-intro{
	font-family: 'Coustard', serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30px;
	line-height: 3rem;
	margin: -30px 0 0 17.916666666667%; /* 215/1200 */
	padding-bottom: 30px;
	width: 48.333333333333%; /* 580/1200 */
}

#hp-header #header-intro h1{
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 42px;
	line-height: 4.2rem;
	margin-bottom: 15px;
}

#header-intro span{
	color: #67980b;
}

#steve-header-sml{
	bottom: 0;
	position: absolute;
	right: 0;
	width: 25.408163265306%; /* 249/980 */
}

#logo-header-sml, #inner-header #header-intro{
	float: left;
}

#logo-header-sml{
	display: block;
	width: 36.326530612245%; /* 356/980 */
}

#inner-header #header-intro{
	margin-top: 5.102040816327%; /* 50/980 */
	width: 38.265306122449%; /* 375/980 */
}

#inner-header #header-intro h1{
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	line-height: 3rem;
	margin-bottom: 0;
}

#main-nav{
	background-color: #252525;
	clear: both;
	position: relative;
	width: 100%;
	z-index: 99999;
}

.menu-main-menu-container{
	float: left;
	overflow: hidden;
	width: 72.959183673469%; /* 715/965 */
}

#main-nav ul{
	list-style: none;
	margin: 0;
}

#main-nav li{
	display: inline;
}

#main-nav li a, .header-cart{
	color: #fff;
	display: block;
	font-family: 'Coustard', serif;
	line-height: 20px;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
}

#main-nav li a{
	border-right: 1px solid #3b3b3b;
	float: left;
	padding: 3.076923076923% 1.678321678322%; /* 22/715 & 12/715 */
	width: 25%;
}

#main-nav li:first-child a{
	border-left: 1px solid #3b3b3b;
}

#main-nav li a:hover{
	background-color: #67980b;
}

.menu-trigger{
	display: none;
}

.header-cart{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #99ba5b), color-stop(1, #67980b));
	background:-moz-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-webkit-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-o-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-ms-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:linear-gradient(to bottom, #99ba5b 5%, #67980b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ba5b', endColorstr='#67980b',GradientType=0);
	background-color:#99ba5b;
	float: right;
	padding: 1.224489795918% 0; /* 12/980 */
	width: 10.204081632653%; /* 100/980 */
}

.header-cart:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #67980b), color-stop(1, #99ba5b));
	background:-moz-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-webkit-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-o-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-ms-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:linear-gradient(to bottom, #67980b 5%, #99ba5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67980b', endColorstr='#99ba5b',GradientType=0);
	background-color:#67980b;
}

.header-cart i{
	display: block;
	font-size: 20px;
	font-size: 2rem;
}

#header-social{
	float: right;
	margin: 2.244897959184% 1.530612244898% 0 0; /* 22/980 & 15/980 */
    width: 13.989637305699%; /* 135px/965 */
}

#header-social a:hover img{
	opacity: 0.5;
}

#header-social img{
	display: block;
	float: left;
	margin-left: 11.111111111111%; /* 15/135 */
}

#header-social img.fb-icon{
	margin-left: 0;
	width: 8.148148148148%; /* 11/135 */
}

#header-social img.twt-icon{
	width: 22.222222222222%; /* 30/135 */
}

#header-social img.snap-icon{
	width: 18.518518518519%; /* 25/135 */
}

#header-social img.inst-icon{
	width: 17.777777777778%; /* 24/135 */
}

#hp-buy-now{
	background: url('images/buynow_lg_bg_pattern.png') repeat-x 0 bottom;
	padding: 30px 0 14px;
	position: relative;
}

#hp-buy-now img.buy-now-ad{
	display: block;
	margin: 0 auto;
}

.buy-now-btn{
	background: url('images/buynow_btn.png') no-repeat 0 0;
	display: block;
	height: 68px;
	position: absolute;
	width: 246px;
}

#hp-buy-now .buy-now-btn{
	bottom: 8%; /* firebug */
	left: 50%;
	margin-left: -123px;
}

#hp-buy-now:hover .buy-now-btn,
#page-buy-now:hover .buy-now-btn{
	background-position: 0 -68px;
}

#page-buy-now{
	background: url('images/buynow_sml_bg_pattern.png') repeat-x 0 bottom;
}

#page-buy-now-inner{
	margin: 0 auto;
	position: relative;
	width: 916px;
}

#page-buy-now img{
	display: block;
}

#page-buy-now .buy-now-btn{
	right: 0;
	top: 23%; /* firebug */
}


/* -------------- Homepage -------------- */

.hp-latest-post{
	background: #6d9c15; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d9c15 0%, #acc77a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6d9c15 0%,#acc77a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6d9c15 0%,#acc77a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9c15', endColorstr='#acc77a',GradientType=0 ); /* IE6-9 */
}

.hp-latest-post-img{
	border: 2px solid #4f740a;
	display: block;
	float: left;
	width: 48.775510204082%; /* 478/980 */
}

.hp-latest-post-info{
	float: right;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15px 0;
	width: 48.163265306122%; /* 472/980 */
}

.hp-latest-post-info h1{
	font-size: 70px;
	font-size: 7rem;
	line-height: 70px;
	line-height: 7rem;
	margin-bottom: 0;
}

.hp-latest-post-info h1 a,
.hp-latest-post-info .entry-excerpt,
.hp-latest-post-info .read-more{
	color: #fff;
}

.hp-latest-post-info a{
	text-decoration: none;
}

.hp-latest-post-info a:hover{
	color: #252525;
}

.hp-latest-post-info .entry-date,
.hp-latest-post-info .read-more{
	font-size: 14px;
	font-size: 1.4rem;
}

.hp-latest-post-info .entry-date{
	color: #d4eca8;
	display: block;
	margin-bottom: 10px;
}

.hp-latest-post-info .entry-excerpt{
	font-weight: 600;
	line-height: 28px;
	line-height: 2.8rem;
}

.hp-latest-post-info .read-more{
	text-transform: uppercase;
}

.video-cat-heading{
	padding: 4.818181818182% 0 0 15.30303030303%; /* firebug & 101/660 */
	position: relative;
}

.video-cat-heading img{
	bottom: -21px;
	display: block;
	left: 15px;
	max-width: 86px;
	position: absolute;
	width: 13.030303030303%; /* 86/660 */
}

.video-cat-heading h1{
	margin-left: 15px;
}

.embed-container{
	height: 0;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* -------------- Posts -------------- */

.post-wrap h2{
	margin-bottom: 5px;
}

.post-wrap h1{
	margin-bottom: 10px;
}

.entry-meta{
	margin-bottom: 15px;
}

.entry-meta .entry-date{
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-footer{
	background-color: #252525;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 10px;
	margin-bottom: 30px;
}

.entry-pagination{
	clear: both;
	font-family: 'Coustard', serif;
	font-size: 20px;
	font-size: 2rem;
    padding-top: 30px;
    text-align: center;
}

.entry-pagination a, .entry-pagination span{
	margin-left: 10px;
	text-decoration: none;
}

.entry-pagination a:first-child,
.entry-pagination span:first-child{
	margin-left: 0;
}

.entry-pagination a:hover{
	color: #252525;
}

#nav-below{
	margin-bottom: 30px;
}

#nav-below .nav-previous,
#nav-below .nav-next{
	font-family: 'Coustard', serif;
	font-size: 20px;
	font-size: 2rem;
	width: 50%;
}

#nav-below .nav-previous{
	float: left;
}

#nav-below .nav-next{
	float: right;
	text-align: right;
}


/* -------------- Gallery -------------- */

.hp-gallery-wrap, .hp-latest-post{
	padding: 3.061224489796% 0; /* 30/980 */
}

.hp-gallery-wrap h1 a{
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 10px;
	text-decoration: none;
}

.hp-gallery-wrap h1 a:hover{
	color: #000;
}

.hp-gallery-wrap .gallery-thumb-wrap{
	margin: 0 2.040816326531% 2.040816326531% 0; /* 20/980 */
}

.hp-gallery-wrap .gallery-thumb-wrap-no-space,
.hp-gallery-wrap .gallery-thumb-wrap-no-space-lg,
.landing-gallery-wrap .gallery-thumb-wrap-no-space{
	margin-right: 0;
}

.hp-gallery-wrap .gallery-thumb-wrap-lg{
	width: 48.979591836735%; /* 480/980 */
}

.hp-gallery-wrap .gallery-thumb-wrap-sml{
	width: 14.965986394558%; /* 146.66666666666667/980 */
}

.gallery-thumb-wrap{
	float: left;
	font-family: 'Coustard', serif;
	margin: 0 3.030303030303% 3.030303030303% 0; /* 20/660 */
}

.gallery-thumb-wrap-no-space-lg{
	margin-right: 0;
}

.gallery-thumb-wrap a{
	text-decoration: none;
}

.gallery-thumb-wrap a:hover{
	color: #000;
}

.gallery-thumb-wrap-lg{
	font-size: 20px;
	font-size: 2rem;
	width: 48.484848484848%; /* 320/660 */
}

.gallery-thumb-wrap-sml{
	width: 31.313131313131%; /* 206.66666666666667/660 */
}

.gallery-thumb{
	border: 3px solid #252525;
	display: block;
	margin-bottom: 5px;
}


/* -------------- WooCommerc -------------- */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border-bottom: 1px solid #252525;
	margin: 0 0 30px !important;
	padding-bottom: 30px !important;
	width: 100% !important;
}

.woocommerce ul.products li.product .button{
	float: right;
}

.woocommerce ul.products li.product:hover .button{
	background-color: #67980b;
	color: #fff;
}

.woocommerce ul.products li.product a{
	color: #252525;
}

.woocommerce ul.products li.product a img{
	float: left !important;
    margin: 0 !important;
    width: 39.473684210526% !important; /* 300/760 */
}

.product-info{
	float: right;
	width: 58.552631578947%; /* 445/760 */
}

.woocommerce ul.products li.product a:hover h3{
	color: #67980b;
}

.product-info p{
	margin-bottom: 0;
}

#main-nav li a.wpmenucart-contents{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #99ba5b), color-stop(1, #67980b));
	background:-moz-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-webkit-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-o-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-ms-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:linear-gradient(to bottom, #99ba5b 5%, #67980b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ba5b', endColorstr='#67980b',GradientType=0);
	background-color:#99ba5b;
}

#main-nav li a.wpmenucart-contents:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #67980b), color-stop(1, #99ba5b));
	background:-moz-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-webkit-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-o-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-ms-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:linear-gradient(to bottom, #67980b 5%, #99ba5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67980b', endColorstr='#99ba5b',GradientType=0);
	background-color:#67980b;
}

.woocommerce ul.products li.product strong{
	display: inline !important;
}

.related{
	border-top: 5px solid #67980b;
	padding-top: 15px;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #67980b !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #67980b !important;
}

.woocommerce .woocommerce-info::before{
	color: #67980b !important;
}

.woocommerce-info{
	border-top-color: #67980b !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
	min-width: 150px;
	padding: 8px 6px 10px !important;
}


/* -------------- Contact -------------- */

.wpcf7-form input[type="submit"]{
	-moz-box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	-webkit-box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #99ba5b), color-stop(1, #67980b));
	background:-moz-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-webkit-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-o-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-ms-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:linear-gradient(to bottom, #99ba5b 5%, #67980b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ba5b', endColorstr='#67980b',GradientType=0);
	background-color:#99ba5b;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #67980b;
	color: #fff;
	cursor:pointer;
	display:inline-block;
	font-family: 'Coustard', serif;
	font-size:20px;
	font-size: 2rem;
	font-weight: normal;
	padding:10px;
	text-decoration:none;
	text-shadow:0px 1px 1px #2f6627;
	width: 200px;
}

.wpcf7-form input[type="submit"]:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #67980b), color-stop(1, #99ba5b));
	background:-moz-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-webkit-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-o-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-ms-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:linear-gradient(to bottom, #67980b 5%, #99ba5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67980b', endColorstr='#99ba5b',GradientType=0);
	background-color:#67980b;
}


/* -------------- Sidebar -------------- */

aside ul{
	list-style: none;
}

aside ul li{
	margin-bottom: 20px;
}

#sidebar-ad{
	
}

.sidebar-newsletter-wrap{
	background: url('images/houndstooth_bg_pattern.png') repeat 0 0;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}

aside .newsletter-signup{
	background: url('images/sidebar_newsletter_gradient.png') no-repeat center 0;
	font-family: 'Coustard', serif;
	font-size: 20px;
	font-size: 2rem;
	padding: 10%; /* 30/300 */
	position: relative;
	text-align: center;
}

aside .newsletter-signup span{
	color: #67980b;
	display: block;
	font-size: 30px;
	font-size: 3rem;
	line-height: 32px;
	line-height: 3.2rem;
	margin: 10px 0 20px;
}

aside .newsletter-signup input{
	display: block;
}

aside .newsletter-signup input[type="email"]{
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 13px;
	padding: 5px;
	width: 100%;
}

aside .newsletter-signup input[type="submit"],
aside .newsletter-signup input[type="submit"]:hover{
	color:#ffffff;
}

aside .newsletter-signup input[type="submit"]{
	-moz-box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	-webkit-box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	box-shadow:inset 0px 20px 4px -4px #99ba5b, 0 0 5px #666;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #99ba5b), color-stop(1, #67980b));
	background:-moz-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-webkit-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-o-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:-ms-linear-gradient(top, #99ba5b 5%, #67980b 100%);
	background:linear-gradient(to bottom, #99ba5b 5%, #67980b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ba5b', endColorstr='#67980b',GradientType=0);
	background-color:#99ba5b;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #67980b;
	display:inline-block;
	cursor:pointer;
	font-family: 'Coustard', serif;
	font-size:20px;
	font-size: 2rem;
	font-weight: normal;
	padding:10px;
	text-decoration:none;
	text-shadow:0px 1px 1px #2f6627;
	width: 80%;
}

aside .newsletter-signup input[type="submit"]:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #67980b), color-stop(1, #99ba5b));
	background:-moz-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-webkit-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-o-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:-ms-linear-gradient(top, #67980b 5%, #99ba5b 100%);
	background:linear-gradient(to bottom, #67980b 5%, #99ba5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67980b', endColorstr='#99ba5b',GradientType=0);
	background-color:#67980b;
}

aside .newsletter-signup input[type="submit"]:active{
	position:relative;
	top:1px;
}

.sidebar-twitter{
	margin-bottom: 20px;
}


/* -------------- Footer -------------- */

#project-logos-wrap h4{
	background-color: #67980b;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#project-logos-wrap a, #project-logos-wrap a img{
	display: block;
}

#project-logos-wrap a{
	border-left: 1px solid #737373;
	float: left;
	padding: 10px 0;
	width: 16.666666666667%; /* 163.33333333333333/980 */
}

#project-logos-wrap .section-inner a:first-child{
	border: none;
}

#project-logos-wrap a img{
	margin: 0 auto;
}

#project-logos-wrap a:hover{
	background-color: #ccc;
}

#footer-links-wrap{
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 40px 0;
	text-align: center;
}

.footer-links{
	font-size: 15px;
	font-size: 1.5rem;
}

#footer-ad{
	margin: 0 auto;
	overflow: hidden;
	width: 728px;
}


/* -------------- Gallery Search -------------- */

.gallery-search-wrap{
	color: #777;
	margin-bottom: 20px;
	padding: 10px 10px 15px;
	text-align: center;
}

.gallery-search{
	margin-top: 10px;
}

.gallery-search input[type="text"]{
	padding: 0 5px;
}

.gallery-search input[type="submit"]{
	background-color: #67980b;
    border: medium none;
    color: #fff;
    font-family: "Coustard",serif;
    padding: 3px 10px;
    vertical-align: top;
}

.gallery-search input[type="submit"]:hoverb{
	background-color: #80bd0f;
}


/* -------------- Misc -------------- */

clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}


/* -------------- Media Queries -------------- */

@media screen and (max-width: 1200px), handheld and (max-device-width: 1200px){
	#hp-header #header-section-inner{
		width: 100%;
	}
	
	#hp-header #header-intro{
		margin: -30px 0 0 16.666666666667%; /* 200/1200 */
		width: 52.5%; /* 630/1200 */
	}
}

@media screen and (max-width: 1150px), handheld and (max-device-width: 1150px){
	#hp-header #header-intro{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
	
	#hp-header #header-intro h1{
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 32px;
		line-height: 3.2rem;
	}
}

@media screen and (max-width: 980px), handheld and (max-device-width: 980px){
	html{
		font-size: 56.5%;
	}
	
	.section-inner, #inner-header #header-section-inner{
		padding: 0 10px;
		width: 100%;
	}
	
	#main-nav .section-inner{
		padding: 0;
	}
	
	#hp-header #header-intro{
		margin-top: -24px;
	}
}

@media screen and (max-width: 950px), handheld and (max-device-width: 950px){
	
}

@media screen and (max-width: 916px), handheld and (max-device-width: 916px){
	#page-buy-now-inner{
		width: 100%;
	}
}

@media screen and (max-width: 900px), handheld and (max-device-width: 900px){
	#inner-header #header-intro{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 21px;
		line-height: 2.1rem;
	}
	
	#inner-header #header-intro h1{
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 25px;
		line-height: 2.5rem;
		margin-bottom: 5px;
	}
	
	.hp-gallery-wrap .gallery-thumb-wrap-sml{
		width: 31.972789115646%; /* 313.33333333333333/980 */
	}
	
	.hp-gallery-wrap .gallery-thumb-wrap-no-space-lg{
		margin-right: 2.040816326531%; /* 20/980 */
	}
	
	.hp-gallery-wrap .gallery-thumb-wrap-no-space-med{
		margin-right: 0;
	}
}

@media screen and (max-width: 868px), handheld and (max-device-width: 868px){
	.main-nav-link-lg a{
		padding-bottom: 1.678321678322% !important; /* 12/715 */
		padding-top: 1.678321678322% !important; /* 12/715 */
	}
}

@media screen and (max-width: 850px), handheld and (max-device-width: 850px){
	#hp-header #header-intro{
		margin: -20px 0 0 14.705882352941%; /* 125/850 */
		width: 54.117647058824%; /* 460/850 */
	}
	
	#page-buy-now img{
		margin: 0 auto;
	}
	
	#page-buy-now .buy-now-btn{
		bottom: 8%; /* firebug */
		left: 50%;
		margin-left: -123px;
		right: auto;
		top: auto;
	}
}

@media screen and (max-width: 800px), handheld and (max-device-width: 800px){
	.hp-latest-post-img{
		width: 30.612244897959%; /* 300/980 */
	}
	
	.hp-latest-post-info{
		padding: 0;
		width: 66.326530612245%; /* 650/980 */
	}
	
	.hp-latest-post-info h1{
		font-size: 60px;
		font-size: 6rem;
		line-height: 60px;
		line-height: 6rem;
	}
}

@media screen and (max-width: 765px), handheld and (max-device-width: 765px){
	#main-content, #sidebar{
		float: none;
		width: 100%;
	}
	
	aside{
		margin-top: 30px;
	}
	
	#sidebar-ad{
		margin: 0 auto;
		max-width: 728px;
	}
	
	aside .newsletter-signup{
		background: none;
		padding: 4.026845637584%; /* 30/745 */
	}
	
	aside .newsletter-signup span{
		display: inline;
		margin: 0 0 0 5px
	}
	
	.sidebar-newsletter-inner{
		margin-top: 15px;
	}
	
	aside .newsletter-signup input[type="email"]{
		float: left;
		margin: 6px 0 0;
		width: 72.992700729927%; /* 500/685 */
	}
	
	aside .newsletter-signup input[type="submit"]{
		float: right;
		width: 25.547445255474%; /* 175/685 */
	}
	
	.sidebar-twitter, .sidebar-facebook{
		width: 48.657718120805%; /* 362.5/745 */
	}
	
	.sidebar-twitter{
		float: left;
	}
	
	.sidebar-facebook{
		float: right;
	}
	
	.woocommerce div.product div.images, .woocommerce div.product div.summary{
		width: 48% !important;
	}
	
	.woocommerce div.product div.images{
		float: left !important;
	}
	
	.woocommerce div.product div.summary{
		float: right !important;
	}
}

@media screen and (max-width: 754px), handheld and (max-device-width: 754px){
	.main-nav-link-lg-other a{
		padding-bottom: 1.678321678322% !important; /* 12/715 */
		padding-top: 1.678321678322% !important; /* 12/715 */
	}
}

@media screen and (max-width: 750px), handheld and (max-device-width: 750px){
	#inner-header{
		background-position: 0 -52px;
	}
	
	#logo-header-lg, #logo-header-sml{
		float: left;
	}
	
	#logo-header-lg{
		margin-right: -52px;
	}
	
	#logo-header-sml{
		margin-left: 15px;
	}
	
	#steve-header-lg,
	#steve-header-sml{
		float: right;
		position: static;
	}
	
	#steve-header-sml{
		margin-right: 15px;
	}
	
	#hp-header #header-intro, #hp-header #header-intro h1,
	#inner-header #header-intro, #inner-header #header-intro h1{
		color: #d4eca8;
	}
	
	#hp-header #header-intro,
	#inner-header #header-intro{
		background-color: #67980b;
		clear: both;
		margin: 0;
		padding: 15px;
		text-align: center;
		width: 100%;
	}
	
	#header-intro span,
	#inner-intro span{
		color: #fff;
	}
	
	#inner-header #header-section-inner{
		padding: 0;
	}
}

@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	.menu-trigger{
		border-right: 1px solid #3b3b3b;
		color: #fff;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 30px;
		padding: 12px 13px;
	}
	
	.menu-trigger:hover{
		background-color: #67980b;
	}
	
	#main-nav li a{
		float: none;
		width: 100%;
	}
	
	#main-nav li a, #main-nav li:first-child a{
		border-bottom: 1px solid #3b3b3b;
		border-left: none;
		border-right: none;
	}
	
	#header-social{
		margin: 15px 15px 0 0;
		width: 135px;
	}
	
	.header-cart{
		font-size: 14px;
		line-height: 18px;
		padding: 9px 0;
		width: 85px;
	}
	
	.header-cart i{
		font-size: 18px;
	}
	
	/* General styles for all menus */
	.cbp-spmenu {
		background: #252525;
		position: fixed;
	}
	
	.cbp-spmenu h3 {
		color: #afdefa;
		font-size: 1.9em;
		padding: 20px;
		margin: 0;
		font-weight: 300;
		background: #0d77b6;
	}
	
	.cbp-spmenu a {
		display: block;
		color: #fff;
		font-size: 1.1em;
		font-weight: 300;
	}
	
	.cbp-spmenu a:hover {
		background: #258ecd;
	}
	
	.cbp-spmenu a:active {
		background: #afdefa;
		color: #47a3da;
	}
	
	/* Orientation-dependent styles for the content of the menu */
	
	.cbp-spmenu-vertical {
		width: 240px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}
	
	.cbp-spmenu-vertical a {
		border-bottom: 1px solid #258ecd;
		padding: 1em !important;
	}
	
	.cbp-spmenu-horizontal {
		width: 100%;
		height: 150px;
		left: 0;
		z-index: 1000;
		overflow: hidden;
	}
	
	.cbp-spmenu-horizontal h3 {
		height: 100%;
		width: 20%;
		float: left;
	}
	
	.cbp-spmenu-horizontal a {
		float: left;
		width: 20%;
		padding: 0.8em;
		border-left: 1px solid #258ecd;
	}
	
	/* Vertical menu that slides from the left or right */
	
	.cbp-spmenu-left {
		left: -240px;
	}
	
	.cbp-spmenu-right {
		right: -240px;
	}
	
	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	}
	
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	
	/* Horizontal menu that slides from the top or bottom */
	
	.cbp-spmenu-top {
		top: -150px;
	}
	
	.cbp-spmenu-bottom {
		bottom: -150px;
	}
	
	.cbp-spmenu-top.cbp-spmenu-open {
		top: 0px;
	}
	
	.cbp-spmenu-bottom.cbp-spmenu-open {
		bottom: 0px;
	}
	
	/* Push classes applied to the body */
	
	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	
	.cbp-spmenu-push-toright {
		left: 240px;
	}
	
	.cbp-spmenu-push-toleft {
		left: -240px;
	}
	
	/* Transitions */
	
	.cbp-spmenu,
	.cbp-spmenu-push {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media screen and (max-width: 600px), handheld and (max-device-width: 600px){
	#logo-header-sml{
		width: 225px;
	}
	
	#steve-header-sml{
		width: 152px;
	}
	
	.hp-latest-post-img{
		display: none;
	}
	
	.hp-latest-post-info{
		float: none;
		padding: 0 10px;
		width: 100%;
	}
	
	.buy-now-btn{
		background-size: cover;
		height: 58px;
		margin-left: -105px !important;
		width: 210px;
	}
	
	#hp-buy-now:hover .buy-now-btn,
	#page-buy-now:hover .buy-now-btn{
		background-position: 0 -58px;
	}
	
	#hp-buy-now .buy-now-btn{
		bottom: 16px;
	}
	
	#page-buy-now .buy-now-btn{
		bottom: 0;
	}
}

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){
	html{
		font-size: 50%;
	}
	
	aside .newsletter-signup input[type="email"]{
		margin: 3px 0 0;
	}
	
	aside .newsletter-signup input[type="submit"]{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.video-cat-heading{
		padding-top: 2.818181818182%; /* firebug */
	}
	
	.woocommerce div.product div.images, .woocommerce div.product div.summary{
		float: none;
		width: 100% !important;
	}
	
	.buy-now-btn{
		height: 46px;
		margin-left: -83px !important;
		width: 166px;
	}
	
	#hp-buy-now:hover .buy-now-btn,
	#page-buy-now:hover .buy-now-btn{
		background-position: 0 -46px;
	}

	.hp-gallery-wrap h1 a{
		display: block;
		margin: 5px 0 0;
	}
}

@media screen and (max-width: 425px), handheld and (max-device-width: 425px){
	#logo-header-sml{
		width: 52.941176470588%; /* 225/425 */
	}
	
	#steve-header-sml{
		width: 35.764705882353%; /* 152/425 */
	}
	
	aside .newsletter-signup{
		padding: 7.407407407407%; /* 30/405 */
	}
	
	aside .newsletter-signup span{
		display: block;
		margin: 6px 0 0;
	}
	
	aside .newsletter-signup input[type="email"], aside .newsletter-signup input[type="submit"]{
		float: none;
	}
	
	aside .newsletter-signup input[type="email"]{
		margin: 0 0 15px;
		width: 100%;
	}
	
	aside .newsletter-signup input[type="submit"]{
		font-size: 20px;
		font-size: 2rem;
		margin: 0 auto;
		width: 200px;
	}
	
	.sidebar-twitter, .sidebar-facebook{
		float: none;
		width: 100%;
	}
	
	.sidebar-facebook{
		display: block !important;
		margin: 0 auto;
		max-width: 362px;
	}
}

@media screen and (max-width: 400px), handheld and (max-device-width: 400px){
	
	
	#hp-header #header-intro{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#hp-header #header-intro h1{
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 5px;
	}
	
	.video-cat-heading{
		padding-top: 2.818181818182%; /* firebug */
	}
}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
	