/*
 Theme Name:   Phipps Child Theme
 Author:       EZSolution
 Author URI:   http://www.ezsolution.com
 Template:     twentythirteen
*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  /*src: local(''), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');*/
}


* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #272727;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;

	background: #fff;
	
}

body {margin: 0;}


a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

	ul#checkmark {
		list-style-type: none;
		padding: 0px; 
		margin: 0px;
	}
	
	ul#checkmark li {
		background-image: url('images/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px top; 
		padding-left: 35px;
	}		


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 250px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/icon_top.png) no-repeat;
}


.responsive {width: 90%;}



/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */


		#header-wrapper {
			width: 100%;
			height: auto;
			background: rgb(42,42,42); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(34,33,33,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#222121',GradientType=0 ); /* IE6-9 */
			padding: 15px 0;
			margin: 0 !important;
		}
		
		#header {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			padding: 0;
			position: relative;
		}	
		
		#logo {text-align: center;}
		
		#phone {font-size: 20px; color: #008066; padding-top: 10px;padding-left: 20px; font-weight: 900;}	
		#phone a {color: #008066; text-decoration: none;}
		
        
		
		
		
				
		#cart-nav {
			width: 30%;
			height: auto;
			right: 0;
			top: 0;
			position: absolute;
		}
		
			ul#top-nav {margin: 0; padding: 0px 0 0 0; width: 100%; position: relative; z-index: 9999;}
			
			ul#top-nav li {list-style: none; position: relative; float: right;}
			ul#top-nav li:last-child a {border-right: none;}
			ul#top-nav li:first-child a {border-left: none;}
			
			ul#top-nav li:hover {cursor: default;}
			ul#top-nav li a {
				padding: 0 10px;
				font-family: 'Oswald', Arial, Helvetica, sans-serif;
				/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
				font-size: 14px;
				color: #909090;
				text-transform: uppercase;
				text-decoration: none;
					-webkit-transition: all 0.25s ease-in-out;
					-moz-transition: all 0.25s ease-in-out;
					-o-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
				}
			ul#top-nav li a:hover {background: #151515; color: #737373;}
			
			
			
			
		/* WP fix */
		.search button {
			border: none !important;
			font-family: inherit;
			padding: 0px !important;
			
		}
		
		.search input, .search textarea {
			float: right;
			font-family: inherit;
			background: url('images/search-icon.png') no-repeat #2a2a2a;
			background-position: right;
			padding: 0px 15px;
			border-bottom: none;
			min-height: 100%;
			height: fit-content;
			line-height: 50px;
			color: #fff;
			margin-bottom: 0px;
		}
		.search-form input:focus {background: url('images/search-icon.png') no-repeat #434343; background-position: right; padding: 0px 15px; border-bottom: none;margin-bottom: 0px;}
		
		.search-form input::-webkit-input-placeholder {color: #b6b6b6; font-size: 16px; letter-spacing: 1px;}
		.search-form input:-moz-placeholder { /* Firefox 18- */color: #b6b6b6; font-size: 16px; letter-spacing: 1px;}
		.search-form input::-moz-placeholder {  /* Firefox 19+ */color: #b6b6b6; font-size: 16px; letter-spacing: 1px;}
		.search-form input:-ms-input-placeholder {color: #b6b6b6; font-size: 16px; letter-spacing: 1px;}

		.cart-count-container {
			background-color: none;
			line-height: 38px !important;
			padding: 3px 0px;
			font-size: 14px;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
			color: #fff;
			float: right;
		}
		.cart-count-container img {position: relative;}
		
		.cart-count-container span.count {
			position: relative;
			top: -5px;
			left: -8px;
			background-color: #ed1f24; 
			border-radius: 50% 50%;
			padding: 2px 6px;
			font-size: 10px;
			color: #fff;
		}

				
				
				
				
				
				
				
		#slideshow-wrapper {
			width: auto;
			height: auto;
			background: #fff;
			margin-top: 20px;
		}	
		
		#slideshow-bg {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
		}	
		
		
		
		
		
		/* For Backstretch ONLY 
		--------------------------------------
		.other { height:517px; width: 100%; top: 0; position: absolute; z-index: -2;}
		.interior {height:250px !important; width: 100%; top: 0px; left: 0px; position: absolute; z-index: -2; border-bottom: 6px solid #383327;}
		*/

	
	
		
		
		#content-wrapper {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0px auto;
		}
		
		#content {
			width: 100%;
			margin: 0px auto;
			height: auto;
			padding: 20px 0px 50px 0px;
		}
		#content a {color: #492365; text-decoration: underline; line-height: 20px;}
		#content a:hover {color: #652c8f; text-decoration: none;}
				
		


.equalHeight-wrapper {display: flex;}






		
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	
		
#nav-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #151515;
	border-top: 1px solid #40403f;
	border-bottom: 1px solid #40403f;
}

#nav-bg {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid red;*/
}
		
		

	ul#menu {margin: 0; padding: 0px 0 0 0; width: 100%;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {border-right: none;}
	ul.menu li:first-child a {border-left: none;}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 46px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	  	text-align: center;
		padding: 0px 13px;
		border-bottom: 4px solid #151515;
		width: 100%;
		color: #9b9b9b;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {background: #2a2a2a; border-bottom: 4px solid #ed1f24;}

	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: 200px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	ul.menu li:last-child ul {
		width: 200px;
	}

	ul.menu li:hover ul {left: 0;}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #2a2a2a !important;
		width: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.menu li:hover ul li a:hover {background: #151515 !important; border-bottom: 4px solid #151515;}

	.slicknav_menu {display: none; background: #2a2a2a;}
    .slicknav_btn {
        background: #2a2a2a;   
    }


#menu-menu {margin: 0; padding: 0;}
.menu-menu-container {margin: 0; padding: 0;}


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


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: rgb(42,42,42); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(34,33,33,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#222121',GradientType=0 ); /* IE6-9 */
			padding: 25px 0;
			border-bottom: 1px solid #40403f;
		}	
			
		#footer {
			height: auto; 
			width: 100%;
			text-align: center;
			margin: 0 auto;
		}		
		
	
		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: rgb(42,42,42); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(34,33,33,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(42,42,42,1) 0%,rgba(34,33,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#222121',GradientType=0 ); /* IE6-9 */
			padding: 30px 0;
		}	
		#copyright {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			font-family: 'Lato', Arial, Helvetica, sans-serif;  
			font-weight: 900;
			text-transform: uppercase;
			font-size: 14px; 
			line-height: 22px; 
			color: #fff;
		}

		#copyright span {color: #58585a; text-align: right !important;}
		#copyright a {color: #58585a; text-decoration: none;}
		#copyright a:hover {color: #727272; text-decoration: underline;}






/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
	
h1 {
	color: #000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	font-weight: 400;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 48px;

	border-bottom: 5px solid #ed1f24;
}

h1.homepage {
	color: #fff !important;
	font-size: 24px !important;
	line-height: 34px !important;
	
	display: block;
	border-bottom: 3px solid #000 !important;
	text-transform: uppercase;
	text-align: left !important;
}



h2 {
	color: #383838;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	font-weight: 400;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 34px;
	
	display: block;
	border-bottom: 3px solid #ed1f24;
	text-transform: uppercase;
	text-align: center;
}


h3 {
	color: #ed1f24;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr { 
	border: 0; 
	height: 3px; 
	background: #D3D3D3;
}

.text-quote {
	font-size: 20px; 
	line-height: 30px; 
	color: #696969; 
	font-weight: 300; 
	padding: 15px 0;
	border-top: 1px solid #ed1f24;
	border-bottom: 1px solid #ed1f24;
}

.text-quote:first-of-type:first-letter {
	font-size: 30px;
}

.pquote {
	background: #e8e8e8;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	padding: 25px 35px;	
	border-left: 8px solid #ed1f24;
	margin-bottom: 10px;
}
.pquote h2 {
	color: #ed1f24;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	font-weight: 400; 
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
}

.divide {height: 20px;}


	.callout {	
		margin-top: 30px;
		float: right;
		border: 1px solid #c8c8c8;
		background: #f2f2f2;
		background-image: -ms-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d8d8d8));
		background: -moz-linear-gradient(top,  #f2f2f2,  #d8d8d8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d8d8d8');
		color: #000;
		padding: 20px 10px 20px 15px;
	}
	.callout h2 {color: #000;}		
	.callout a {color: #3a507b !important;}		
	.callout a:hover {color: #47659e !important;}		
	
	
	.link a {
		background: #ee1d21;
		color:#fff !important;
		font-size: 16px;
		text-transform:uppercase;
		line-height: 40px;
		font-weight: bold;
		padding: 10px 15px;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.link a:hover {background: #be181b; color: #d6d6d6 !important;}


	.link-black a {
		background: #151515;
		color:#fff !important;
		font-size: 16px;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
		font-weight: 300;
		letter-spacing: 1px;
		text-transform:uppercase;
		line-height: 40px;
		padding: 30px 15px;
		text-align: center;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		display: block;
	}
	.link-black a:hover {background: #383838; color: #d6d6d6 !important;}



	.link-black-sm a {
		background: #151515;
		color:#fff !important;
		font-size: 14px;
		letter-spacing: 1px;
		text-transform:uppercase;
		line-height: 40px;
		font-weight: bold;
		padding: 20px 25px;
		text-align: center;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.link-black-sm a:hover {background: #383838; color: #d6d6d6 !important;}


	.link-black li {width: 18%; float: left; margin: 1%; list-style: none;}



/*	--------------------------------------------------
	:: Homepage Styles
	-------------------------------------------------- */


.homepage-cta {
	background: #000;
	color: #b9b8b8;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #ffffff;
	text-align: center;
}
.homepage-cta h2 {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	font-weight: 400;
	border-bottom: none !important;
}



.grey-gradient-bg {
	background: rgb(85,85,86); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(85,85,86,1) 0%, rgba(149,149,149,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(85,85,86,1) 0%,rgba(149,149,149,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(85,85,86,1) 0%,rgba(149,149,149,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555556', endColorstr='#959595',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-size: 14px;
	line-height: 30px;
	
	padding-top: 15px;
}







.our-work {
    position:relative;
	border: 1px solid #cecece; 
	padding: 20px 15px;
	min-height: 500px;
}
.our-work a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.our-work:hover .hover {display: block;}
.our-work .hover {
	position: absolute;
	display: none;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
  	z-index: 100;
} 










/*	--------------------------------------------------
	:: Responsive Tables 
	-------------------------------------------------- */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #21599a; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #eee; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr { display: block; }
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	td:nth-of-type(1):before { content: "Company Name"; }
	td:nth-of-type(2):before { content: "Website"; }
	td:nth-of-type(3):before { content: "Phone Number"; }
}








/*	--------------------------------------------------
	:: WooCommerce STYLES
	-------------------------------------------------- */



/* Content width */
.entry-content {width: 100% !important;}

.entry-header, .entry-content, .entry-summary, .entry-meta {max-width: 100% !important;}




.widget {background-color: #fff; border: 1px solid #dedede !important; padding: 0px;}
.widget .widget-title {
    font: 20px 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 2px;
	background: #242323;
	padding: 10px;
	color: #fff;
}

#tab-description {width: 100% !important; float: none !important;}


.widget li {
	padding: 15px 10px;
	background: #e6e6e6;
	border-bottom: 2px solid #fff;
}
.widget li:hover {background: #f0f0f0;}




/* Image Container width */
.images {width: 38% !important;}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 58%;
}

@media screen and (max-width: 800px) {
	
	.images {width: 100% !important;}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width: 100% !important;}
	
} 


/* Breadcrumbs */
.twentythirteen .woocommerce-breadcrumb {padding-top: 0px;}
.woocommerce .woocommerce-breadcrumb {
    color: #777;
    font-size: 0.92em;
    margin: 0 0 2em;
    padding: 10px 5px;
	background: #efefef;
	border: 1px solid #dbdbdb;
}

/* Product Display */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2% 25px 0 !important;
    padding: 0 0 10px 0;
    position: relative;
    width: 23%;
	border: 1px solid #cecece;
	text-align: center;
}

/* Cart heading bg */
th { background: #151515 none repeat scroll 0 0;}







/* Homepage Display */

.home-product {
	width: 23%;
	float: left;
		
	margin: 1%; 
}
.home-product a {color: #000 !important;}
.home-product img {border: 1px solid #dcdcdc;}

.home-product-container {background: #dcdcdc; padding: 15px 10px;}


.home-product #respond input#submit, .home-product a.button, .home-product button.button, .home-product input.button {
    display: block; 
	width: 100%;
	background-color: #ed1f24 !important;
    color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

.home-product #respond input#submit:hover, .home-product a.button:hover, .home-product button.button:hover, .home-product input.button:hover {background: #151515 !important;}




/* Description to side under price */

.woocommerce #content div.product .woocommerce-tabs, .woocommerce .cart-collaterals::after, .woocommerce .col2-set::after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce ul.products::after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page .cart-collaterals::after, .woocommerce-page .col2-set::after, .woocommerce-page div.product .woocommerce-tabs {
    clear: none;
}

.woocommerce.woocommerce-page div#container div#content div.summary.entry-summary {width: 50%; float: left;}

.woocommerce-tabs {width: 45%; float: left; margin-left: 4%;}

@media screen and (max-width: 991px) {
	.woocommerce.woocommerce-page div#container div#content div.summary.entry-summary {width: 45%; margin: 2%;}
} 

@media screen and (max-width: 559px) {
	.woocommerce.woocommerce-page div#container div#content div.summary.entry-summary {width: 100% !important; clear: both;}
	.woocommerce.woocommerce-page div.woocommerce-tabs.wc-tabs-wrapper .wc-tab {margin-top: 15px;}
	.woocommerce-tabs {width: 100% !important; clear: both;}
} 


/* Hides actual TABS in description hook */
.woocommerce.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {display: none;}
.posted_in {display: none;}


/* Align Product Description heading to left */

#tab-description h2 {text-align: left !important;}





/* Add to Cart button */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #151515;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ed1f24;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #151515;
    color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {background: #ed1f24;}






/* Quantity Box */

.woocommerce .quantity .qty {
    text-align: center;
    width: 3.631em;
}


.quantity input, .quantity textarea, .quantity select {
    margin-bottom: 0px !important;
    padding: 11px !important;
	border-radius: 4px;
}








/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */



 /* By Default .g10 img, .g20 img, .g30 img, .g40 img, .g50 img, .g50-margin img, .g60 img, .g70 img, .g80 img, .g90 img, .g100 img, .g33 img, .g66 img, .g25 img, .g75 img {
	width: 100%;
	border: none;
}*/
div#content > div img {width: 100%;}

 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g25, .g30, .g33, .g40, .g50, .g60, .g70, .g75, .g80, .g90, .g100 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g25 {width:25%;}
.g30 {width:30%;}
.g33 {width:33.33333333%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g75 {width:75%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.padding {padding: 10px 15px;}
.padding-sm {padding: 0px 5px;}
.padding-md {padding: 30px 40px 10px 40px;}
.padding-lg {padding: 30px 50px 10px 50px;}






/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */


input, textarea, select {
    border: 0px;
	background: #dcdcdc;
	border-bottom: 2px solid #b9b8b8;
    font-family: inherit;
    padding: 15px;
	margin-bottom: 20px;
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {width: auto;}

input:focus, textarea:focus {
    border: 0px;
	background: #c4c3c3;
	border-bottom: 2px solid #999999;
    font-family: inherit;
    padding: 15px;
	margin-bottom: 20px;
}


.tel {width: 100% !important;}

.form {width: 100% !important;}

.form .g33 {width: 32%; margin-right: 1%;}
.form .g33.last {width: 34% !important; margin-right: 0 !important;}

.form .g50 {width: 49%; margin-right: 1%;}
.form .g50.last {width: 50% !important; margin-right: 0 !important;}


::-webkit-input-placeholder {color: #000; font-size: 14px;}
:-moz-placeholder { /* Firefox 18- */ color: #000; font-size: 14px;}
::-moz-placeholder {  /* Firefox 19+ */ color: #000; font-size: 14px;}
:-ms-input-placeholder {color: #000; font-size: 14px;}





button, input[type="submit"], input[type="button"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #151515 0%, #000000 100%) repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #151515;
    border-image: none;
    border-radius: 2px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	/*src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');*/
	font-weight: 500;
	font-size: 20px !important;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000 0%, #151515 100%) repeat scroll 0 0;
}









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


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1000px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
}

@media screen and (max-width: 975px) {
	
    .equalHeight-wrapper {
        display: flex; 
        flex-direction: column;  
    }
    .equalHeight-wrapper .g50 {width: 100%;}
}

@media screen and (max-width: 963px) {

	.slicknav_menu {display: block;}
    #nav-bg {display: none;}
    
	.js #menu {display: none;}
	.js .slicknav_menu {display: block !important;}
   
}

@media screen and (max-width: 800px) {
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
	.home-product {width: 47%;}
	
	.link-black li {width: 100%;}
    .equalHeight-wrapper .g40 {width: 100%;}
    .equalHeight-wrapper .g60 {width: 100%;}
	
	#logo {text-align: left;}
	#cart-nav {width: 70%;}
	
}


@media screen and (max-width: 500px) {

	.responsive {width: 95% !important;}

	.home-product {width: 100%;}
	
	#logo {text-align: center;}
	#cart-nav {position: static; text-align: center; width: 100%;}
	#header .right {float: none !important; margin: 0 auto; text-align: center;}
	

	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}	
	
	





