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

	.back-to-top {
		display: none !important;
	}

}

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

	.center-wrap {
		padding: 0 24px;
	}
	
	.pop-in .center-wrap {
		padding: 0;
	}
	
	.main-nav {
		right: 0;
	}

	.post-hero .meta {
		min-height: 0;
	}

	.lower-footer {
		padding: 72px 24px 48px 24px;
	}
	
}

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

	.hero .hero-sub h2 {
		margin-bottom: 0;
	}
	
	.hero .hero-sub a.more {
		padding-top: 0;
	}

}

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

	.main-nav a {
		padding: 0 12px;
	}

}

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

	.archive .post .cat-wrap {
		position: relative;
		z-index: 10;
	}
	
	.archive .post-wrap {
		position: relative;
	}
	
	.archive .post .featured-img {
		float: none;
		width: 100%;
		margin: 12px 0 24px 0;
	}
	
	.archive .post .meta {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
	}
	
	.archive .post .vert-cen {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.archive .post p.excerpt {
		position: relative;
		bottom: auto;
		padding: 0 17.5%;
		text-align: center;
		margin-top: 12px;
	}
	
	.archive .post {
		margin-bottom: 24px;
	}
	
}

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

	p.subcat-wrap {
		float: left;
		clear: left;
		margin-top: 0;
	}
	
}

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

	.hero .cat-wrap {
		display: none;
	}

	.hero .hero-sub .meta {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.hero .hero-main h2 {
		padding-bottom: 12px;
	}

}

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

	.news-signup .label-wrap {
		float: none;
		width: 100%;
		text-align: center;		
	}
	
	.news-signup .label-wrap h2,
	.news-signup .label-wrap h3 {
		margin-right: 0;
	}
	
	.news-signup .input-wrap {
		float: none;
		width: 100%;
		margin-top: 17px;
	}
	
	.news-signup input {
		width: 40%;
		margin-left: 18.5%;
	}
	
	.news-signup button {
		width: 15%;
	}

	.news-signup .newsletter_message {
		margin-left: 0;
		margin-top: 12px;
		text-align: center;
	}

}

@media only screen and (max-width: 780px) { 
	
	.hero .hero-main .excerpt-wrap p {
		float: none;
		width: 100%;
		line-height: normal;
		height: auto;
	}
	
	.hero .excerpt-wrap p.more {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 0;
		text-align: center;
	}
	
	.hero .excerpt-wrap a.more {
		display: block;
	}
	
	.hero .hero-main .meta {
		-webkit-transform: translateY(-46%);
		-ms-transform: translateY(-46%);
		transform: translateY(-46%);		
	}

	header .center-wrap {
		padding: 0;
	}
	
	.util-nav {
		float: none;
		width: 100%;
	}

	.util-nav ul {
		text-align: center;
	}

	.util-nav li {
		float: none;
		display: inline-block;
	}

	.util-nav li:first-child {
		padding-left: 0;
	}
	
	header h1 {
		float: none;
		width: 30%;
		margin: 24px 35% 0 35%;
	}

	.mobile-nav-trigger {
		display: block;
		color: #d296b5;
		font-family: 'BrandonGrotesque-Regular', 'Josefin Sans', sans-serif;
		letter-spacing: 4px;
		text-align: right;
		cursor: pointer;
		border-bottom: 1px solid #c6c6c6;
		padding: 0 20px 16px 0;
		margin-top: -67px;
		text-transform: uppercase;
	}
	
	header {
		border-bottom: 0;
		margin: 24px 0;
	}
	
	.main-nav {
		display: none;
		position: relative;
		bottom: auto;
	}

	.main-nav li {
		float: none;
		width: 100%;
	}

	.main-nav li a {
		display: block;
		padding: 18px 24px 14px 0;
		text-align: right;
		border-bottom: 1px solid #c6c6c6;
		font-size: 1em;
	}

	header nav li ul {
		position: relative;
		width: 100%;
		margin: 0;
		left: auto;
		top: auto;
		visibility: visible !important;
		opacity: 1 !important;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.8s;
		-moz-transition: max-height 0.8s;
		transition: max-height 0.8s;
	}

	header nav li:hover ul {
		max-height: 300px;
		border-bottom: 1px solid #c6c6c6;
	}
	
	header nav li ul::before {
		display: none;
	}
	
	.main-nav li ul li a {
		background: #f1f1f1;
		color: #4d4d4d;
		padding: 11px 24px 9px 0;
		text-align: right;
		border: none;
	}
	
	.main-nav li ul li a:hover {
		color: #cd91b0;
	}

	.main-nav li ul li:first-child a {
		padding-top: 20px;
	}

	.main-nav li ul li:last-child a {
		padding-bottom: 10px;
		padding-top: 16px;
		background: #e4e4e4;
		border-top: 0;
	}

	.main-nav li ul li:nth-last-child(2) a {
		padding-bottom: 13px;	
	}
	
	.util-nav li {
		padding-left: 24px;
	}
	
	.util-nav li:nth-last-child(3) {
		padding-right: 17px;
	}

}

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

	.insta-feed-wrap a:nth-child(n+7) {
		display: none;
	}
	
	.insta-feed-wrap a {
		width: 30%; /* fix - Calculate exact */
	}
	
	.pop-in button {
		width: 15%;
	}
	
	.pop-in input {
		width: 82%;
	}
	
}

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

	.main-col {
		padding: 0;
		border: none;
	}

	.main-col,
	.sidebar {
		float: none;
		width: 100%;
	}
	
	.single-main.page-main {
		padding: 0;
	}
	
	.archive .post .featured-img {
		text-align: center;
	}
	
	.archive .post .featured-img img {
		display: inline-block;
	}
	
	section.home-main .center-wrap,
	.theme-wrap .center-wrap {
		padding: 0;
		margin-bottom: 0;
		border-bottom: none;
		padding: 0;
	}

	.home-main .center-wrap .post {
		padding: 0 24px;
	}
	
	.widget.special-content-widget {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

	.special-content-widget a.more {
		font-size: 2em;
	}
	
	.special-content-widget.best-bite-widget {
		margin-bottom: 0px;
	}
	
	.special-content-widget.chef-talks-widget {
		margin-bottom: 24px;
	}
	
	.theme-wrap .post {
		min-height: 0;
		height: auto!important;
		float: none;
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		margin-bottom: 0;
	}
	
	.theme-main-title {
		padding: 29px 10px 23px 10px;
		border-top: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
	}

	.bottom-align {
		position: relative;
		bottom: auto;
	}
	
	.theme-wrap .post h2 {
		margin-bottom: 24px;
		display: none;
	}

	.theme-wrap .post h2.theme-title {
		display: none;
	}

	.theme-wrap .post h2.theme-mobile-title {
		display: block;
		margin: 6px 0 0 0;
		padding: 0 10px;
		line-height: 130%;
	}
	
	.theme-wrap a.more {
		padding: 0;
		line-height: 100%;
	}
	
	.theme-wrap .post img {
		float: right;
		width: 44%;
	}
	
	.theme-wrap .mobile-theme-meta {
		float: left;
		width: 56%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.theme-wrap .post.mid {
		margin: 0;
	}

	.theme-wrap .post .cat-wrap,
	.theme-wrap .post .excerpt {
		display: none;
	}
	
	.theme-wrap {
		margin-bottom: 24px;
	}

	.theme-inner {
		border-top: none;
		background: none;
		padding: 0;
		margin: 0;
	}
	
	.walk-img,
	.single-main img,
	.single-main .double-img {
		margin-left: 0;
		max-width: 100%;
	}
	
	.single-main .double-img {
		width: 100%;
	}

	.pin-it,
	.walk-img .pin-it,
	.double-img .pin-it {
		right: 12px;
		bottom: 12px;
	}

	p.subcat-wrap {
		float: right;
		clear: none;
		margin-top: 15px;
	}

	.mobile-shop-nav-trigger {
		display: block;
		color: #d296b5;
		font-family: 'BrandonGrotesque-Regular', 'Josefin Sans', sans-serif;
		letter-spacing: 4px;
		cursor: pointer;
		padding: 0 0 12px 0;
		text-transform: uppercase;
		text-align: center;
		color: #6d6d6d;
	}
	
	.mobile-shop-nav-trigger span {
		position: relative;
		top: 1px;
	}
	
	.shop-sidebar {
		padding-bottom: 12px;
	}

	.shop-sidebar #pub_list {
		display: none;
		padding-bottom: 12px;
	}
	
	.shop-sidebar #pub_list ul {
		display: none;
	}

	.shop-sidebar #pub_list h1 {
		margin: 0;
		padding: 18px 0 12px 0;
		border-bottom: 1px solid #c6c6c6;
		font-size: 1em;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
			 -moz-transition: all 0.3s ease-out;
			   -o-transition: all 0.3s ease-out;
				 		transition: all 0.3s ease-out;
	}
	
	.shop-sidebar #pub_list h1:hover,
	.shop-sidebar #pub_list h1.active {
		color: #d296b5;
	}
	
	.shop-sidebar #pub_list h1:first-child {
		border-top: 1px solid #c6c6c6;
	}

	.shop-sidebar #pub_list ul {
		border-bottom: 1px solid #c6c6c6;
	}
	
	.shop-sidebar #pub_list ul li {
		background: #f1f1f1;
		color: #4d4d4d;
		padding: 15px 0 0 0;
		line-height: normal;
	}
	
	.shop-sidebar #pub_list ul li:last-child {
		padding-bottom: 15px;
	}

	.shop-sidebar #pub_list ul li a {
		line-height: normal;
	}
	
	.shop-sidebar #pub_list p {
		display: none;
	}
		
}

@media only screen and (max-width: 720px) { 
	
	.post-hero .meta {
		float: none;
		width: 100%;
		position: relative;
	}
		
	.post-hero .meta-center {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 24px;
	}
	
	.post-hero .featured-img {
		float: none;
		width: 100%;
	}
	
	.post-hero h2 {
		margin-bottom: 20px;
	}
	
	.post-hero p.date {
		margin-bottom: 24px;
	}
	
	.post-hero .center-wrap {
		padding: 0;
	}
	
	.post-hero .inner {
		border: none;
	}
	
	.may-also-like {
		margin-bottom: 48px;
	}
		
	.may-also-like .intro {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.may-also-like .intro p {
		display: none;
	}

	.may-also-like .intro h2 {
		padding-right: 0;
	}
	
	.may-also-like .post-wrap {
		float: none;
		width: 100%;
		border-bottom: 1px solid #c6c6c6;
	}
	
}

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

	.hero-wrap {
		display: none;
	}
	
	.post-hero {
		margin-top: 72px;
	}
	
	.mobile-three {
		display: block;
	}
	
	.archive .post p.excerpt {
		display: none;
	}

	.archive .post p.mobile-more-p {
		display: block;
		line-height: 100%;
		margin: 18px 0 0 0;
	}

	p.load-more {
		border-top: 1px solid #c6c6c6;
		padding: 26px 0 24px 0;
		margin: 0 24px;
		font-size: 2.5em;	
	}
	
	.insta-feed {
		padding-top: 24px;
	}
	
	.insta-feed h2 {
		border-bottom: none;
		padding-bottom: 0;
	}

}

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

	.lower-footer {
		padding-top: 48px;
	}
	
	footer .quote {
		display: none;
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 12px;
		border-bottom: 1px solid #c6c6c6;
		margin-bottom: 24px;
	}
	
	footer .quote p {
		margin-bottom: 15px;
	}
	
	footer .right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.takeover-inner input {

		width: 100%;
		box-sizing: border-box;
		height: auto;

	}

	.takeover-inner button {

		width: 100%;
		border-top: 0;
		border-left: 1px solid #c2c2c2;
		box-sizing: border-box;
		margin-left: 0;

	}

	.takeover-inner h4,
	.takeover-inner ul {

		width: 100%;
		padding-left: 0;
		text-align: center;

	}

	.takeover-inner a {

		margin: 0 15px;

	}

	.takeover-inner {

		padding: 60px 20px 40px;

	}

	.newsletter-main {

		padding: 20px;

	}

	.takeover-close {

		top: 0;
		right: 0;

	}

}

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

	.pop-in button {
		width: 20%;
	}
	
	.pop-in input {
		width: 77%;
	}
	
}


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

	header h1 {
		width: 35%;
		margin-left: 32.5%;
		margin-right: 32.5%;
	}
	
	.shop-items .item {
		width: 45%;
	}

}

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

	.news-signup input {
		width: 65%;
		margin-left: 0;
		padding-left: 5%
	}
	
	.news-signup button {
		width: 25%;
	}
	
}

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

	p.subcat-wrap {
		float: left;
		clear: left;
		margin-top: 0;
	}
	
	.post-press .featured-img {
		float: none;
		margin: 0 auto;
		margin-top: 24px;
		border-top: 1px solid #c2c2c2;
	}
	
	.post-press .post-wrap {
		width: 90%;
		margin: 24px 5% 0 5%;
	}
	
	.post-press p.excerpt {
		margin-top: 24px;
	}

}

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

	.single-main .double-img {
		width: 100%;
		margin-bottom: 0;
	}
	
	.single-main .double-img .col {
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
	
	.insta-feed-wrap a {
		padding-bottom: 12px;
	}

	.archive .post h2 {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	
	.archive .post p.date span {
		padding-top: 8px;
	}

}

@media only screen and (max-width: 430px) { 
	
	.insta-feed-wrap a:nth-child(n+4) {
		display: none;
	}

	.insta-feed h2 {
		border-bottom: none;
	}
	
	.insta-feed-wrap {
		margin: 12px 0;
	}
	
	.insta-feed h2 {
		padding-bottom: 12px;
	}
	
}

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

	.pop-in button {
		width: 30%;
	}
	
	.pop-in input {
		width: 67%;
	}
	
	.post-content .question p {
		margin-left: 23.5%;
	}
		
}