/*---------------------------------------------------------------------------------------- ~480PX */
@media screen and (min-width: 480px) {
/* ~Footer */
ul.footer-menu li a {
	margin: 0 14px;
}
}

/*---------------------------------------------------------------------------------------- ~512PX */
@media screen and (min-width: 512px) {
/* ~Home */
.call-to-action div::after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
	.call-to-action a {
		float: left;
		width: 33.333333%;
		padding: 20px;
		text-align: center;
	}
	.call-to-action a:nth-child(2) {
		border: none;
		border-left: 1px solid rgba(255,255,255,.1);
		border-right: 1px solid rgba(255,255,255,.1);
	}
	.call-to-action a::before {
		display: none;
	}

/* ~Content */

.breadcrumb-share .trail-items { display: inline-block !important;}

.single-design_team .thumb {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
	.single-design_team .entry-header {
		padding-top: 20px;
		margin-bottom: 0px;
	}

.search-results article img {
	float: left;
	margin: 0 20px 20px 0;
}

/* ~Forms */
.half-wrap {
	float: left;
	width: 50%;
	padding: 0 4px;
}
.full-wrap {
	width: 100%;
	clear: both;
	padding: 0 4px;
}
.quarter-wrap {
	float: left;
	width: 25%;
	padding: 0 4px;
}
.button-wrap {
	clear: both;
	float: right;
	margin-right: 4px;
	margin-top: -30px;
}	
}

/*---------------------------------------------------------------------------------------- ~667PX */
@media screen and (min-width: 667px) {
/* ~Home */
.call-to-action a {
	padding: 30px;
	text-align: left;
}
	.call-to-action a::before {
		display: block;
	}

.product-gallery ul li {
	width: 60px;
}

/* ~Footer */
.footer-container {
	padding-top: 30px 0;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.footer-wrapper {
	padding: 0 20px;
}

.newsletter {
	margin-bottom: 0;
	border: none;	
	float: right;
}

.social {
	float: left;
}
	.social a {
		display: inline-block;
		padding-top: 6px;
		margin: 0 35px 0 0;
		font-size: 13px;
	}

ul.footer-menu {
	padding: 0px 0 50px 0;
}
	ul.footer-menu li a {
		margin: 0 20px;
		font-size: 11px;
	}
}

/*---------------------------------------------------------------------------------------- ~768PX */
@media screen and (min-width: 768px) {
html.open .site,
html.open .site-header {
	margin: 0;
}

.site-content,
.home .site-content {
	padding-top: 0;
}

/* ~Header */
.site-header {
	position: relative;
	top: auto; right: auto; left: auto;
}

.site-title {
	width: 111px;
}
	.site-title a {
		height: 45px;
		-webkit-background-size: auto 45px;
		-moz-background-size: auto 45px;
		background-size: auto 45px;
	}

.site-branding {
	padding-top: 14px;
	height: 75px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.icon-burger { display: none;}

.icon-search {
	position: relative;
	right: auto;
	top: auto;
	float: right;
	margin-top: 9px;
}

html.open .mobile-navigation {
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}

.main-navigation {
	padding: 0 20px;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

ul.primary-menu {
	float: left;
	height: 50px;
	width: calc(100% - 32px);
	display: table;
}
	ul.primary-menu li {
		float: none;
		display: table-cell;
	}
	ul.primary-menu li a {
		display: block;
		font: 700 12px/12px 'Montserrat';
		color: #a6a6a6;
		text-transform: uppercase;
		height: 50px;
		text-align: center;
		padding: 19px 0 0 0;
	}
		ul.primary-menu li a:hover {
			color: #111;
		}
	ul.primary-menu li.current-menu-item > a,
	ul.primary-menu li.current_page_item > a {
		color: #000;
	}
	
.site-search.open {
	top: 0;
}
	.site-search.open input[type='search'] {
		height: 50px;
		font-size: 16px;
	}
/* ~Home */
.call-to-action {
	position: relative;
	z-index: 222;
	margin-top: -78px;
}
	.call-to-action a {
		font-size: 14px;
	}


.product-gallery {
	padding: 35px 0 0 0;
}
.product-gallery .gallery {
	float: right;
	padding: 0;
}
.product-gallery ul li {
	width: 80px;
	padding: 0;
	float: none;
}
.product-gallery-thumb {
	width: calc(100% - 85px);
	float: left;
}
.product-info {
	padding: 30px 0 60px 30px;
}

#address_search .search_item {
	float: left !important;
	width: calc(100% - 270px);
	clear: none !important;
}
	#address_search .search_item + .search_item {
		width: 270px !important;
	}
	#address_search label {
		padding-top: 2px !important;
	}
	#addy_in_radius {		
		margin-left: 20px;
	}
	#addy_in_radius label {
		min-width: 60px !important;
	}

}

/*---------------------------------------------------------------------------------------- ~800PX */
@media screen and (min-width: 800px) {
/* ~Content */
.content-area {
	width: 72.5%;
	float: right;
	padding: 40px 0 40px 10px;
}
	body.page-template-full .content-area,
	body.page-template-full-widget .content-area,
	body.post-type-archive-products .content-area,
	body.tax-department .content-area,
	body.page-template-options .content-area,
	body.page-template-reps .content-area,
	body.page-template-dealers .content-area {
		width: 100%;
		max-width: 100%;
		float:  none;
		padding: 40px 0 60px 0;
	}
	body.post-type-archive-products .site-content,
	body.tax-department .site-content {
		margin: auto;
		max-width: 1580px;
	}
.widget-area {
	width: 27.5%;
	float: left;
	padding: 40px 40px 30px 0;
}

.my-widget-ad a {
	display: block;
	position: relative;
	padding: 45% 0 0 0;
}
	.my-widget-ad a h3 {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-45%);
		-moz-transform: translateY(-45%);
		-ms-transform: translateY(-45%);
		-o-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 30px;
		right: 40px;
		line-height: 20px;
		font-size: 18px;
		color: #fff;
	}
	.my-widget-ad img {
		display: block;
		width: 100%;
	}

/* ~Footer */
.options .option {
	clear: both;
	padding: 20px 0;
}
.options .option img {
	float: left;
	max-width: 250px;
	margin: 0 20px 20px 0;
}
	.options .option:nth-child(even) {
		text-align: right;
	}
		.options .option:nth-child(even) img {
			float: right;
			margin: 0 0 20px 20px;
		}

}

/*---------------------------------------------------------------------------------------- ~880PX */
@media screen and (min-width: 880px) {
.site-info {
	text-align: left;
	padding-bottom: 120px;
}

ul.footer-menu {
	float: right;
	padding: 0;
}
	ul.footer-menu li a {
		margin: 0 0 0 30px;
	}
}

/*---------------------------------------------------------------------------------------- ~960PX */
@media screen and (min-width: 960px) {
/* ~Header */
.site-branding {
	padding-top: 23px;
	height: 115px;
}

.site-title {
	width: 165px;
}
	.site-title a {
		height: 67px;
		-webkit-background-size: auto 67px;
		-moz-background-size: auto 67px;
		background-size: auto 67px;
	}

.site-search.open {
	left: 20px;
	right: 20px;
}
	.site-search.open input[type='search'] {
		height: 50px;
		font-size: 16px;
	}

.my-widget-ad a h3 {
	line-height: 24px;
	font-size: 20px;
}

body.page-template-full-widget .slider + .entry-content {
	width: 48%;
	float: right;
}

}