html {
	  -webkit-text-size-adjust: 100%;
}

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.header .logo a {
	    background: url(images/logo@2x.png) no-repeat;
	    background-size: 100% auto;
	}

}

/*---RESPONSIVE QUERIES---*/

@media ( max-width : 1175px ) {
	
	
}
@media ( max-width : 1080px ) {
	.more-from .wrap .more-section {
		width: 14%;
		margin-right: 3.2%;
	}
}
@media ( max-width : 1010px ) {
	.more-from .wrap .more-section {
		width: 15%;
		margin-right: 2%;
	}
	
}
@media ( max-width : 970px ) {
	.header .logo {
		margin: 20px 0 10px;
	}
	
	#main   {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		margin: 0 0 20px;
	}
		#main ul {
			margin-right: 0;
		}
	.top-bar .left {
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	.top-bar .right {
		width: 180px;
	}
		.top-bar .right .label {
			display: none;
		}
}
@media ( max-width : 910px ) {
	
	
}
@media ( min-width : 800px ) and ( max-width : 1025px ), ( max-width : 650px ) {
	.inner-post .subscribe {
		padding: 20px;
	}
	.inner-post .subscribe h3 {
		float: none;
		margin: 0 auto;
	}
	.inner-post .subscribe .email-form {
		width: 100%;
		float: none;
		margin: 15px 0 0;
	}
}

@media ( min-width : 800px ) and ( max-width : 875px ), ( max-width : 550px ) {
	
	.inner-post .subscribe .email-input {
		width: 48%;
		float: left;
		margin: 0 1% !important;
	}
	.inner-post .subscribe .email-submit {
		position: relative;
		right: 0;
		top: 5px;
		text-align: center;
		float: none;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}


@media ( max-width : 799px ) {

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: auto; }
		
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 50px auto 0;
		border-top: 1px solid #e8e8e8;
		padding-top: 40px;
	}

	#main, .top-bar, #top, .header-search {
		display: none !important;
	}
	body {
		background-position: center 150px;
	}
	.header {
		padding: 60px 0 15px;
		text-align: center;
		margin: 0 0 20px;
	}
			body.home .header {
				border-bottom: none;
				margin-bottom: 0;
			}
			body.home.paged .header {
				margin-bottom: 20px;
			}
	.header .logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.span_content {
		margin: 0 auto;
		max-width: 680px;
	}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 340px;
	}
	
	.home-subscribe {
		margin: 40px auto 60px;
	}
	
	.footer .widget_nav_menu {
		float: left;
		width: 33.333%;
		text-align: left;
		border-left: 1px solid #ededed;
		padding-left: 18px;
		margin-bottom: 40px;
	}

	.footer .subscribe {
		width: 100%;
		float: none;
		text-align: center;
		clear: both;
		border: 1px solid #ededed;
		padding: 30px;
	}
		
	.footer .instagram {
		width: 100%;
		float: none;
		margin-right: -20px;
		margin-bottom: 30px;
	}
	
	.facet_sidebar {
		overflow: hidden;
		border: 1px solid #ededed;
		padding: 20px 20px 5px;
		margin: 0 0 20px;
	}
	.facetwp-facet {
		border: none;
	}
	.facets h3 {
		font-size: 14px;
	}
	.facet_left, .facet_right {
		width: 48%;
		float: left;
	}
		.facet_right {
			float: right;
		}
		.facet_left .facetwp-facet:last-of-type, .facet_right .facetwp-facet:last-of-type {
			margin-bottom: 0;
			padding-bottom: 0;
		}
	.facet-pagination {
		margin: 30px 0 !important;
		clear: both;
		overflow: hidden;
	}
	.facet-pagination .facetwp-pager {
		text-align: center;
		float: none;
		margin: 10px 0;
	}
	.sort {
		margin: 0 0 15px;
		float: none;
		text-align: center;
		display: block;
	}
	
	.shop .archive-post {
		width: 31%;
		margin-right: 3.5% !important;
		margin-bottom: 3.5%;
		clear: none !important;
		float: left;
	}
		.shop .archive-post:nth-child(5n) {
			margin-right: 3.5 !important;
		}
		.shop .archive-post:nth-child(5n+1) {
			clear: none !important;
		}
	.shop .archive-post:nth-child(3n) {
		margin-right: 0 !important;
	}
	.shop .archive-post:nth-child(3n+1) {
		clear: both !important;
	}
	
}
@media ( max-width : 780px ) {


}
@media ( max-width : 680px ) {
	.more-from .wrap .more-section {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 15px;
	}
		.more-from .wrap .more-section:nth-child(3n+1) {
			margin-right: 0;
		}
	
}

@media ( max-width : 600px ) {
	.homepage-featured {
		margin-bottom: 25px;
	}
	.tab-links {
		margin: 3px auto 0;
	}
	.tab-links li {
	    padding: 12px 0 0 !important;
	}
	.tab-links a {
		margin: 0;
		padding: 0 10px;
		font-size: 10px;
		letter-spacing: .15em;
	}

	.tab a h2 {
		font-size: 10px;
	
	}
		.tab a h2 .valign {
			padding: 10px;
		}
	.home-subscribe h3 {
		float: none;
		margin: 0 auto;
	}
	.home-subscribe .email-form {
		width: 100%;
		float: none;
		margin: 10px 0 0;
	}
	.home-subscribe .email-input {
		margin: 0 14px 0 0;
	}
	.home-subscribe .email-submit {
		font-size: 12px;
	}
	
	.home-sections {
		margin-top: 0px;
	}
	.home-section {
		margin-bottom: 40px;
	}
	.home-section .item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
		.home-section .item:nth-child(2n) {
			margin-right: 0;
		}
	.home-section .item a h4 {
		font-size: 10px;
	}
	.home-section .item a h4 .valign {
		padding: 10px;
	}
	
}

@media ( max-width : 525px ) {
	h3.divider {
		font-size: 20px;
	}
	.home-subscribe {
		padding: 0;
		margin:15px 0 40px;
	}
	.home-subscribe .email-input {
		width: 48%;
		margin: 0 1% 0;
	}
	.home-subscribe .email-submit {
		position: relative;
		right: 0;
		top: 0;
		text-align: right;
		width: 150px;
		padding: 10px 0;
		font-size: 14px;
	}

	
}
@media ( max-width : 450px ) {
		.footer {
			margin-top: 0px;
			padding: 30px 0 35px;
		}
		.footer .widget_nav_menu {
			text-align: center;
			width: 100%;
			float: none;
			border-left: none;
			padding-left: 0;
			margin-bottom: 30px;
		}
		.footer .widget_nav_menu h3 {
			text-align: center;
		}
		.footer .subscribe {
			padding: 20px;
		}
		
}
@media ( max-width : 425px ) {	

	.teaser-post, .teaser-post h2.post-title, .teaser-post .post-meta, .teaser-post .more {
		text-align: center;
	}
	.teaser-post img {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	
	#comment-list li {
		padding: 16px; }
	#comment-list .avatar    {
		width: 42px;
		height: 42px; }
		
	
}
@media ( max-width : 400px ) {
	
	
	.archives .archive-post {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	
		.shop .archive-post {
			width: 48%;
			margin-right: 4% !important;
			margin-bottom: 3.5%;
			clear: none !important;
			float: left;
		}
			.shop .archive-post:nth-child(5n), .shop .archive-post:nth-child(3n) {
				margin-right: 3.5 !important;
			}
			.shop .archive-post:nth-child(5n+1), .shop .archive-post:nth-child(3n+1) {
				clear: none !important;
			}
		.shop .archive-post:nth-child(2n) {
			margin-right: 0 !important;
		}
		.shop .archive-post:nth-child(2n+1) {
			clear: both !important;
		}
	
	.related .archive-post:nth-child(3) {
		display: none;
	}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	    
	}

	
}