/********************************************************************************************* 

x. Smaller than 900px

*********************************************************************************************/
@media only screen and (max-height:900px) {
	
	.slideshow-wrapper div.caption {
		max-width: none;
		right: 60px;
	}
	
	.slideshow-wrapper li {
		max-height: 600px;
		overflow: hidden;
	}
	
}

/********************************************************************************************* 

x. Smaller than 800px

*********************************************************************************************/
@media only screen and (max-height:800px) {
	
	header .buttons svg {
		width: 80px; height: 80px;
	}
	
	header .buttons li.up svg {
		width: auto; height: 100px;
	}
	
	header .countdown {
		display: none;
	}

	header .logo {
		height: 80px;
	}
	
	header .navigation.secondary a {
		font-size: 14px;
		line-height: 30px;
	}
	
	header .navigation.single a {
		font-size: 18px;
		line-height: 40px;
	}
	
	header .support-the-recovery-header {
		width: 280px;
	}
	
	.slideshow-wrapper li {
		max-height: 500px;
	}
	
	.charm-header {
		top: -80px;	
	}
	#tribe-events-content table.tribe-events-calendar {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
}

/********************************************************************************************* 

x. Smaller than 1800px

*********************************************************************************************/
@media only screen and (max-width:1800px) {
	
	#home #hooves {
		display: none;
	}
	.ppmf-logo {
		display: none;	
	}
	
}

/********************************************************************************************* 

x. Smaller than 1600px

*********************************************************************************************/
@media only screen and (max-width:1600px) {
	
	#home .highlights .items,
	#pike-up .highlights .items {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.wrapper.large {
		margin: 0 40px;
	}
	
}

/********************************************************************************************* 

x. Smaller than 1400px

*********************************************************************************************/
@media only screen and (max-width:1400px) {
	
	h1 {
		font-size: 3.750em;
	}
	
	h2 {
		font-size: 2.500em;
	}
	
	header {
		position: relative;
	}
	
	header .buttons li.hamburger {
		margin: 0 0 0 40px;
	}
	
	header .buttons li.hamburger {
		display: inline-block;
		zoom: 1; 
		*display: inline;
	}
	
	header .buttons li.up {
		margin: -40px 0 0 0;
	}
	
	header .navigation.main {
		text-align: left;
		width: 260px; height: auto;
		padding: 20px 0;
		display: block !important;
		position: fixed;
		top: 0; bottom: 0;
		right: -260px;
		overflow: scroll;
	}
	
	header .navigation.main a {
		line-height: 1em;
		white-space: normal;
		padding: 0 20px;
	}

	header .navigation.main a:hover,
	header .navigation.main li.current_page_item a,
	header .navigation.main li.current_page_parent a {
		background: transparent;
	}
	
	header .navigation.main li {
		border-left: none;
		margin: 0 0 20px 0;
		display: block;
	}
	
	header .navigation.main li.current_page_item > a,
	header .navigation.main li.current_page_parent > a {
		color: #EDA551;
	}
	
	header .navigation.main .sub-menu {
		padding: 10px 0 0 0;
		display: block;
	}
	
	header .navigation.main .sub-menu a {
		font-family: 'Cabin', sans-serif;
		font-size: 14px;
		letter-spacing: normal;
		text-transform: none;
		padding: 0 20px 5px 40px;
	}
	
	header .navigation.main .sub-menu li {
		margin: 0;
	}
	
	header .navigation.main .sub-menu li .sub-menu {
		padding: 0 0 0 15px;
	}
	
	header .pig {
		bottom: 0;	
	}
	header .pig:hover {
		bottom: 0;	
	}
	
	header.relative {
		position: relative !important;
	}
	
	header .wrapper {
		padding: 40px 0;
	}
	
	#home .callout span.caption,
	#pike-up .callout span.caption {
		padding: 20px;
	}

	#home .feeds .column .story span.caption {
		padding: 20px;
		position: relative;
	}
	
	#home .feeds .column .story svg {
		display: none;
	}
	
	#market-stories .item.width-25,
	#pike-up .item.width-25,
	#staff .item.width-25 {
		width: 33.33%;
	} 
	
	.slideshow-wrapper div.caption {
		bottom: 60px;
	}
	
	.slideshow-wrapper div.caption .content {
		font-size: 1.250em;
	}
	header .support-the-recovery-header {
		width: 330px;	
		margin-left: -165px;	
	}
}

/********************************************************************************************* 

x. Smaller than 1300px

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
	
	.slideshow-wrapper .slideshow-next {
		right: 0;
	}
	
	.slideshow-wrapper .slideshow-prev {
		left: 0;
	}
	
	.slideshow-wrapper .slideshow-controls-direction a {
		width: 40px; height: 60px;
		background: #4F291E;
	}
	
	.slideshow-wrapper .slideshow-controls-direction svg {
		fill: white;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%; left: 50%;
	}

}


/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width:1200px) {
	
	/*
	.categories li.inline a {
		width: 150px;
	}
	*/
	
	#give .item .inside {
		margin: 0 20px;
	}
	
	#give .items {
		margin: 0 -20px 30px -20px;
	}
	
	h1 {
		font-size: 3.125em;
	}
	
	.masthead .image img {
		height: 400px;
	}
	
	.masthead .inside {
		min-height: 400px;
	}

	.pop-up .content {
		padding: 40px;
	}
	
	.slideshow-wrapper div.caption p a {
		font-size: 30px;
	}
	
	.wrapper.medium {
		margin: 0 40px;
	}
	
	#page .carousel .wrapper,
	#page .photo-lineup .wrapper {
		max-width: none;
	}
	
}

/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width:1100px) {
	
	body {
		// padding-top: 0 !important;
	}
	
	footer .logo,
	header .navigation.main li.highlight,
	header .navigation.single {
		display: none;
	}
	
	footer .ribbons {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		left: 0;
	}
	
	
	
	#market-stories .share-your-story {
		width: 140px; height: auto;
		margin: 60px auto 0 auto;
		position: relative;
		left: auto;
	}
	
	.social-media {
		margin: 0 0 20px 0;
	}
	body.page-template-new-market-commons header .wrapper, body.page-template-market-commons header .wrapper {
		display: block;	
	}
	.charm-header {
		top: -30px;	
	}
	
	#give .donations .cash li.width-25 {
		width: 50%;
	}
	
	#give .donations .cash li:nth-of-type(1),
	#give .donations .cash li:nth-of-type(2) {
		margin: 0 0 20px 0;
	}
	
	.support-the-recovery-header {
	}
}

/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width:1024px) {
	
	.categories a {
		font-size: 14px;
	}
	
	#food-access-program #market-map table th,
	#food-access-program #shopping-programs table th {
		font-size: 1.125em;
	}
	
	#home .highlights,
	#pike-up .highlights {
		padding-bottom: 0;
	}
	
	html, body {
		-webkit-text-size-adjust: none;
	}
	
	input,
	textarea {
		border-radius: 0;
	    -webkit-appearance: none;
	}

	#news .feed .column .inside {
		padding: 0 20px;
	}
	
	#news .feed .columns {
		margin: 0 -20px;
	}
	
	#page .photos {
		margin: 0 -20px -20px -20px;
	}
	
	#page .photos .inside {
		margin: 0 20px 20px 20px;
	}
	.tip1 {
		right: 0 !important;
		top: -40px !important;
	}
	.tip2 {
		left: 0px !important;
		top: -40px !important;
	}
	.tip3 {
		right: 0 !important;
		top: -40px !important;
	}
	.tip4 {
		left: 0px !important;
		top: -40px !important;
	}
	.tip5 {
		right: 0 !important;
		top: -40px !important;
	}		
	
}

/********************************************************************************************* 

x. Smaller than 900px

*********************************************************************************************/
@media only screen and (max-width:900px) {
	
	.categories {
		flex-wrap: wrap;
		margin: 30px 0;
	}

	.categories li.width-20 {
		width: 100%;
	}
	
	.categories li:first-of-type a:before, 
	.categories li:last-of-type a:after {
		display: none;
	}
	
	.featherlight-iframe .featherlight-content {
		width: 640px; height: 360px;
	}
	
	#food-access-program #shopping-programs table td {
		padding: 10px;
	}
	
	header .navigation.drop-down,
	.masthead .line,
	.slideshow-wrapper .slideshow-pager {
		display: none;
	}
	
	header .navigation.secondary a {
		font-size: 14px;
		line-height: 30px;
	}
	
	#home .callout.width-50,
	#home .feeds .column.width-33,
	#news .feed .column.width-40,
	#news .feed .column.width-60,
	#pike-up .callout.width-50 {
		width: 100%;
	}
	
	#home .callout span.inside,
	#home .callouts,
	#pike-up .callout span.inside,
	#pike-up .callouts {
		margin-left: 0;
		margin-right: 0;
	}
	
	#home .feeds .column .event:last-of-type,
	#home .feeds .column .post:last-of-type {
		margin: 0 0 20px 0;
	}
	
	#home .highlights .item.width-33,
	#pike-up .highlights .item.width-33,
	#pike-up .form .display .donation .column.width-33 {
		width: 50%;
	}
	
	html, body {
		font-size: 14px;
	}
	
	#market-stories .item.width-25,
	#pike-up .item.width-25,
	#staff .item.width-25 {
		width: 50%;
	}
	
	.masthead h1 {
		margin: 0;
	}
	
	#news .feed .column.width-60 {
		margin: 0 0 40px 0;
	}
	
	#pike-up .form .display .donation .amount {
		padding: 20px 0;
	}
	
	#pike-up .form .display .donation input[type="text"] {
		height: 80px;
	}
	
	#pike-up .form .item {
		margin: 0 0 30px 0;
	}
	
	.slideshow-wrapper div.caption {
		max-width: none;
		bottom: 40px; 
		left: 40px; right: 40px;
	}
	
	#the-market-commons #introduction .image {
		max-width: 300px;
	}
	.banks .bank {
		width: 100%;	
		border: none !important;	
		margin-bottom: 30px;	
	}
	
	#give .donations {
		margin: 50px 0 0 0;
	}
	
	#give .donations .donate {
		width: 100%;
	}
	
	#give .donations .cash li.width-25 {
		width: 25%;
	}
	
	#give .donations .cash li:nth-of-type(1),
	#give .donations .cash li:nth-of-type(2) {
		margin: 0;
	}
	.show-mobile {
		display: block !important;	
	}
	
	.hide-mobile {
		display: none !important;	
	}
	header .support-the-recovery-header {
		width: 180px;	
		bottom: -4px;	
		margin-left: -90px;	
	}
}

/********************************************************************************************* 

x. Smaller than 800px

*********************************************************************************************/
@media only screen and (max-width:800px) {
	
	.back {
		margin: -10px 0 30px 0;
	}
	
	#food-access-program #market-map .image,
	#tribe-events {
		margin: 30px 0 !important;
	}
	
	.categories li.width-25 {
		width: 50%;
	}
	
	.categories li.inline a {
		width: auto;
		padding: 0 20px;
	}
	
	.masthead .column:last-of-type,
	.ribbon:before, 
	.ribbon:after,
	.slideshow-wrapper div.caption p a:before, 
	.slideshow-wrapper div.caption p a:after {
		display: none;
	}
	
	.content .ribbon:before, .content .ribbon:after {
		display: block;	
		
	}
	.content .ribbon {
		padding: 0 20px;
		font-size: 15px !important;	
	}
	
	#faq .answer,
	#faq .question a {
		padding: 0 0 0 50px;
	}
	
	#faq section,
	#food-access-program #cooking-classes .banner,
	#food-access-program section,
	#give section,
	#market-stories .feed .columns,
	#news .feed .column.width-60,
	#news .post,
	#page section,
	#pike-up .form .item {
		margin: 0 0 30px 0;
	}
	
	form.search {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
	}
	
	header .buttons {
		text-align: center;
		float: none;
	}
	
	header .buttons li,
	header .buttons li.up {
		margin: 0 5px;
	}
	
	header .buttons svg {
		width: 80px; height: auto;
	}
	
	header .hamburger {
		position: absolute;
		top: 30px; right: 0;
	}
	
	header .logo {
		width: 220px; height: auto;
		margin: 0 auto 10px auto;
		float: none;
	}
	
	header .logo img {
		width: 100%; height: auto;
	}
	
	header .navigation.secondary a {
		font-size: 13px;
		padding: 0 15px;
	}
	
	header .navigation.secondary li:first-of-type {
		border-left: none;
	}
	
	header .navigation.secondary li:last-of-type {
		border-right: none;
	}
	
	header .wrapper,
	#home .feeds,
	#home .highlights,
	#market-stories .feed, 
	#market-stories .form,
	#news .feed,
	#pike-up .highlights,
	#pike-up .donation,
	#pike-up .feed, 
	#staff .content,
	#the-market-commons #calendar {
		padding: 30px 0;
	}
	
	#home .highlights .item .inside,
	#pike-up .highlights .item .inside {
		margin-bottom: 30px;
	}
	
	main .newsletter {
		padding: 0 0 30px 0;
	}
	
	main .newsletter .content,
	#pike-up .market,
	#the-market-commons #introduction {
		padding: 30px 0 0 0;
	}
	
	#market-stories .share-your-story {
		margin: 30px auto 0 auto;
	}
	
	.masthead .column.width-50 {
		width: 100%;
	}
	
	.masthead .content {
		padding: 30px;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		top: 0;
	}
	
	.masthead .inside {
		min-height: 0;
	}
	
	#page .photos .inside {
		margin: 0 15px 20px 15px;
	}
	
	#pike-up .piggybackers table td {
		padding: 20px 10px;
	}
	
	#pike-up .piggybackers .categories li:last-of-type a {
		width: 20px;
	}
	
	#pike-up .piggybackers .categories li:last-of-type svg {
		width: 15px; height: auto;
	}
	
	#pike-up .form {
		padding: 0 0 30px 0;
	}

	#pike-up .form .item + .item {
		padding: 40px 0 0 0;
	}
	
	#pike-up .form .display .inscriptions .form {
		min-height: 0;
		padding: 0;
	}
	
	#pike-up .form .display .image {
		margin: 0 0 20px 0;
		position: relative;
	}
	
	#pike-up .highlights .items {
		margin-bottom: -30px;
	}
	
	#pike-up .masthead {
		display: none;
	}
	
	#pike-up .slideshow-wrapper div.caption {
		padding: 0;
	}

	#pike-up .market .timeline .grand-opening-date {
		padding: 0 20px 0 0;
	}
	
	#pike-up .market .timeline .groundbreaking-date h5 {
		padding: 0 0 0 20px;
	}
	
	.pop-up .content {
		padding: 30px;
	}
	
	.ribbon {
		padding: 0 10px;
	}
	
	.slideshow-wrapper div.caption p a {
		font-size: 20px;
	}
	
	.slideshow-wrapper div.caption p a:before {
		left: -20px;
	}
	
	.slideshow-wrapper div.caption p a:after {
		right: -20px;
	}
	
	.slideshow-wrapper div.caption {
		bottom: 30px; 
		left: 30px; right: 30px;
	}
	
	.slideshow-wrapper .flag {
		display: none;
	}
	
	.slideshow-wrapper span.caption {
		font-size: 1em;
	}
	
	.wrapper.large,
	.wrapper.medium {
		margin: 0 30px;
	}
	header .wrapper {
		padding-bottom: 0;	
	}
	.new-header {
		height: auto;
	    position: relative;
	    overflow: hidden;
	    border-top: 5px solid #4F291E;
	    border-bottom: 5px solid #4F291E;
	    padding: 10px 0;
	}
	header .pig {
		position: relative;
	    display: inline-block;
	    width: auto;	
	    right: auto;	
	    bottom: auto;
	    -webkit-transition: all 0.35s;
	    -moz-transition: all 0.35s;
	    transition: all 0.35s;
	    overflow: hidden;
	    padding-left: 60px;
	    padding-right: 60px;
	    height: 99px;
	    top: 0;
	}
	header .pig img {
		width: 80px;	
	}
	header .pig .pig-btn {
		padding-left: 0;	
		padding-right: 0;	
		padding-top: 3px;	
		padding-bottom: 3px;	
		bottom: 0;	
		font-size: 14px;	
	}
	header .pig .pig-btn::before, header .pig .pig-btn::after {
		border-width: 12px;	
	}
	header .bottom {
		display: none;	
	}
	.nh-bg {
		position: absolute;	
		top: 0;	
		bottom: 0;	
		left: 0;	
		right: 0;	
	    background: #fafaef;
	}
	/*
	.charm-header {
		width: 110px;
	    position: relative;
	    display: inline-block;
	    z-index: 99;
	    top: -35px !important;
	    left: auto;	
	    -webkit-transition: all 0.35s;
	    -moz-transition: all 0.35s;
	    transition: all 0.35s;
	    transform-origin: top center;
	    right: auto;	
	}
	*/
	.support-the-recovery-header {
		width: 110px;
	    position: relative;
	    display: inline-block;
	    z-index: 99;
	    left: auto;	
	    right: auto;	
	}
	header .wrapper {
/* 		padding-bottom: 140px;	 */
	}
	.categories li {
		width: auto;	
	}
	.categories li a {
		padding-left: 20px;	
		padding-right: 20px;		
	}
	#market-stories .width-33 {
		width: 50%;	
	}
	header .support-the-recovery-header {
	    width: 150px;
	    bottom: -17px;
	    margin-left: 0;
	    margin-right: 30px;
	}
	header .wrapper {
		margin: 0 !important;	
	}
	header .buttons li.hamburger {
	    margin-right: 30px;	
	}
}

/********************************************************************************************* 

x. Smaller than 700px

*********************************************************************************************/
@media only screen and (max-width:700px) {
	
	.featherlight-iframe .featherlight-content {
		width: 426px; height: 240px;
	}
	
	#food-access-program #market-map span.free {
		text-align: left;
	}
	
	#food-access-program #market-map table {
		margin: 0 0 30px 0;
	}
	
	#food-access-program #market-map table img {
		margin: 0;
	}
	
	#food-access-program #market-map table td,
	#food-access-program #market-map table td:first-of-type {
		width: auto;
		min-height: 20px;
		border-right: none;
		padding: 10px 0 10px 30%;
		display: block;
		position: relative;
	}
	
	#food-access-program #market-map table td:before { 
		font-weight: 700;
		white-space: nowrap;
		position: absolute;
		top: 10px; left: 10px;
	}
	
	#food-access-program #market-map table td:nth-of-type(1):before { content: ""; }
	#food-access-program #market-map table td:nth-of-type(2):before { content: ""; }
	#food-access-program #market-map table td:nth-of-type(3):before { content: "Winter Pike Bucks"; }
	#food-access-program #market-map table td:nth-of-type(4):before { content: "EBT"; }
	#food-access-program #market-map table td:nth-of-type(5):before { content: "Summer Pike Bucks"; }
	#food-access-program #market-map table td:nth-of-type(6):before { content: "EBT Bonus Card"; }
	#food-access-program #market-map table td:nth-of-type(7):before { content: "Fresh Bucks"; }
	#food-access-program #market-map table td:nth-of-type(8):before { content: "WIC/FMNP"; }
	
	#food-access-program #market-map table th,
	#food-access-program #shopping-programs table th,
	footer .hill,
	footer .pig,
	#pike-up .market .timeline {
		display: none;
	}
	
	#food-access-program #shopping-programs table {
		border-top: 2px dotted #9BA5B0;
	}
	
	#food-access-program #shopping-programs table td,
	#food-access-program #shopping-programs table td:first-of-type {
		width: auto;
		min-height: 20px;
		padding: 20px 0 20px 30%;
		display: block;
		position: relative;
	}
	
	#food-access-program #shopping-programs table td:before { 
		font-weight: 700;
		white-space: nowrap;
		position: absolute;
		top: 20px; left: 0;
	}
	
	#food-access-program #shopping-programs table td:nth-of-type(1):before { content: "Program"; }
	#food-access-program #shopping-programs table td:nth-of-type(2):before { content: "Eligibility"; }
	#food-access-program #shopping-programs table td:nth-of-type(3):before { content: "Benefits"; }
	#food-access-program #shopping-programs table td:nth-of-type(4):before { content: "Get Started"; }
	
	#food-access-program #shopping-programs table tr:last-of-type td {
		border-bottom: 2px dotted #9BA5B0;
		padding: 20px 0 20px 30%;
	}
	
	footer .bottom {
		padding: 30px 0;
	}
	
	header .navigation.secondary li {
		border-top: 1px solid white;
		border-left: none;
		display: block;
	}
	
	#pike-up .feed {
		padding: 30px 0 0 0;
	}
	
	#pike-up .pagination {
		margin: 30px 0;
	}
	
	.slideshow-wrapper div.caption p a {
		font-size: 16px;
	}
	
	.slideshow-wrapper span.caption {
		padding: 20px;
	}

	.slideshow-wrapper .video a svg {
		width: 50px; height: 50px;
	}
	
	.wrapper.small {
		margin: 0 30px;
	}
	
	#the-market-commons #introduction .callout h3 {
	    color: #72A189;
	    white-space: normal;
	    background: white;
	    padding: 0 20px;
	    display: block;
	    -moz-transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -ms-transform: none;
	    transform: none;
	    position: relative;	
	    top: auto;
	    left: auto;	
    }
}

/********************************************************************************************* 

x. Smaller than 600px

*********************************************************************************************/
@media only screen and (max-width:600px) {
	
	#faq .answer,
	#faq .question a {
		padding: 0;
	}
	
	#market-stories .width-33 {
		width: 100%;	
	}
	
	#faq .answer:before,
	#faq .question a:before,
	#market-stories .line,
	#market-stories .feed .columns svg {
		display: none;
	}
	
	#food-access-program #cooking-classes .image {
		max-width: 200px;
	}
	
	#food-access-program #introduction .callout {
		margin: 30px 0 0 0;
	}
	
	h1 {
		font-size: 2.500em;
	}
	
	h2 {
		font-size: 2.188em;
	}
	
	h3 {
		font-size: 1.875em;
	}
	
	#home .feeds .column .story span.caption {
		padding: 20px;
	}
	
	#home .highlights .item span.title,
	#pike-up .highlights .item span.title {
		font-size: 1.250em;
	}
	
	#market-stories .post .column.width-50,
	#the-market-commons #what-we-do .column.width-30,
	#the-market-commons #what-we-do .column.width-70 {
		width: 100%;
	}

	#market-stories .feed .columns .content {
		border-top: 2px solid white;
		padding: 20px;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		top: 0;
	}
	
	#page .vendors .columns,
	.partners .links,
	.sponsors .links{
		padding: 0;
	}

	.partners .logos,
	.sponsors .logos {
		margin: 0 -15px -30px -15px;
	}
	
	.partners .logos .inside,
	.sponsors .logos .inside {
		margin: 0 15px 30px 15px;
	}

	.partners .logos .image img,
	.sponsors .logos .image img {
		max-width: 150px;
		max-height: 80px;
	}
	
	.partners .logos.featured .image img,
	.sponsors .logos.featured .image img {
		max-width: 200px;
		max-height: 100px;
	}
	
	#pike-up .piggybackers table td.charm-or-hoofprint,
	#pike-up .piggybackers table th.charm-or-hoofprint {
		display: none;
	}
	
	#pike-up .form .content {
		margin: 0;
	}
	
	#pike-up .form .display .donation .column.width-33 {
		width: 100%;
	}

	.pop-up .column.width-70 .inside {
		padding: 0 0 20px 20px;
	}
	
	.slideshow-wrapper div.caption .content {
	    font-size: 1em;
	}
	
	.slideshow-wrapper span.caption {
		padding: 10px;
	}
	
	#the-market-commons #what-we-do .column.width-30 {
		margin: 0 0 20px 0;
	}
	
}

/********************************************************************************************* 

x. Smaller than 500px

*********************************************************************************************/
@media only screen and (max-width:500px) {
	
	.categories li.width-25,
	#food-access-program #food-bank .column.width-70,
	#home .highlights .item.width-33,
	#market-stories .item.width-25,
	#page .photos .photo.width-50,
	#page .vendors .column.width-25,
	#pike-up .highlights .item.width-33,
	#pike-up .item.width-25,
	#pike-up .piggybackers .tab .column.width-33,
	.pop-up .column.width-70,
	#staff .item.width-25 {
		width: 100%;
	}
	
	.featherlight-iframe .featherlight-content {
		width: 300px; height: 169px;
	}
	
	#food-access-program #food-bank,
	#the-market-commons #contact,
	#the-market-commons #news,
	#the-market-commons #what-we-do {
		padding: 30px 0;
	}
	
	#food-access-program #food-bank .column.width-30 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#food-access-program #food-bank .image,
	#pike-up .form .display .donation .other label,
	.pop-up .column.width-30 {
		display: none;
	}
	
	#food-access-program #market-map table td,
	#food-access-program #market-map table td:first-of-type,
	#food-access-program #shopping-programs table td,
	#food-access-program #shopping-programs table td:first-of-type,
	#food-access-program #shopping-programs table tr:last-of-type td {
		padding-left: 40%;
	}
	
	footer form.ctct-custom-form {
		display: block;
	}
	
	footer form.sign-up input[type="text"] {
		margin: 0;
	}
	
	#give .item.width-33 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#give .item.width-33:last-of-type {
		margin: 0;
	}
	
	#home .callout span.caption,
	#pike-up .callout span.caption,
	#pike-up .slideshow-wrapper div.caption,
	.slideshow-wrapper div.caption {
		text-align: center;
		background: #4F291E;
		padding: 20px;
		position: relative;
		bottom: 0;
		left: 0; right: 0;
	}
	
	#market-stories form.share table td {
		width: 100%;
		display: block;
	}
	
	#pike-up .donation .buttons li {
		margin: 0 5px;
	}
	
	#pike-up .form .display .donation .other {
		padding: 0;
	}
	
	#pike-up .form .display .image {
		margin: 0 0 -60px 0;
		-moz-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: 0% 0%; 
		-moz-transform-origin: 0% 0%; 
		-o-transform-origin: 0% 0%; 
		-ms-transform-origin: 0% 0%; 
		transform-origin: 0% 0%;
	}
	
	#pike-up .piggybackers .tab .column.width-33 {
		margin: 0 0 30px 0;
	}
	
	#pike-up .piggybackers .tab .column.width-33:last-of-type {
		margin: 0;
	}
	
	.pop-up .column.width-70 .inside {
		text-align: center;
		padding: 20px;
	}
	
	.pop-up .content {
		padding: 20px;
	}
	
	.share,
	.tags {
		text-align: center;
		float: none;
	}
	
	.share > li,
	.tags > li {
		display: inline-block;
		zoom: 1; 
		*display: inline;
		float: none;
	}
	
	.slideshow-wrapper div.caption .content,
	.slideshow-wrapper div.caption h1 {
		opacity: 1;
		top: 0;
	}

	#the-market-commons #introduction .image {
		max-width: 70%;
	}
	.banks .bank {
		padding-left: 0;	
		padding-right: 0;	
	}
}

/********************************************************************************************* 

x. Smaller than 400px

*********************************************************************************************/
@media only screen and (max-width:400px) {
	
	#countdown .description {
		font-size: 20px;
		line-height: normal;
		padding: 10px 0;
	}
	
	.countdown-amount {
		font-size: 25px;
		line-height: 35px;
		width: auto; height: 35px;
		padding: 0 5px;
	}
	
	.countdown-period {
		font-size: 12px;
	}
	
	#food-access-program #cooking-classes .banner {
		padding: 50px 0;
	}
	
	#food-access-program #cooking-classes .image {
		display: none;
	}
	
	footer form.sign-up input[type="text"] {
		width: 100%;
		margin: 0 0 10px 0;
		display: block;
	}
	
	form button {
		padding: 0 20px;
	}
	
	form input[type="button"],
	form input[type="submit"] {
		font-size: 14px;
		height: 40px;
		padding: 0 30px;
	}
	
	h1 {
		font-size: 2em;
	}
	
	main .newsletter {
		padding: 0;
	}
	
	.new-header {
	}
	
	.partners .logos,
	.sponsors .logos {
		padding: 0 0 30px 0;
	}

	.partners .logos .image img,
	.sponsors .logos .image img {
		max-width: 100px;
		max-height: 50px;
	}
	
	#pike-up .donation .buttons li {
		margin: 10px 0;
		display: block;
	}
	
	#pike-up .piggybackers table td.inscription,
	#pike-up .piggybackers table th.inscription {
		display: none;
	}
	
	#pike-up .form .checkboxes label.checkbox {
		font-size: 15px;
	}
	
	#pike-up .form .display .donation .amount {
		padding: 10px 0;
	}
	
	#pike-up .form .display .donation .amount .number {
		font-size: 20px;
	}
	
	#pike-up .form .display .donation input[type="text"] {
		font-size: 20px;
		height: 60px;
	}

	.slideshow-wrapper .video a span.label {
		display: none;
	}
	
	.wrapper.large,
	.wrapper.medium,
	.wrapper.small {
		margin: 0 20px;
	}

	#the-market-commons #introduction .image {
		margin: 0 auto 40px auto;
	}
	
	#the-market-commons #introduction .link {
		margin: 0 0 20px 0;
	}
	
	#give .donations {
		margin: 30px 0 0 0;
	}
	header .support-the-recovery-header {
		margin-right: 0;	
		margin-bottom: 30px;	
		width: 180px;	
	}
}

/********************************************************************************************* 

x. Smaller than 320px

*********************************************************************************************/
@media only screen and (max-width:320px) {
	
	#countdown .description {
		font-size: 16px;
	}
	
	.countdown-amount {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		margin: 0 2.5px;
	}
	
	.countdown-period {
		font-size: 10px;
		margin: 0 2.5px;
	}
	
	#faq .answer,
	#faq .question a {
		margin: 0 0 0 10px;
	}
	
	#faq span.category {
		padding: 10px;
	}
	
	#food-access-program #introduction .callout span.headline {
		white-space: normal;
		-moz-transform: translateX(0) translateY(0);
		-webkit-transform: translateX(0) translateY(0);
		-o-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		position: relative;
		left: 0;
	}
	
	#food-access-program #market-map table td,
	#food-access-program #market-map table td:first-of-type {
		padding-left: 50%;
	}
	
	#food-access-program #shopping-programs table td,
	#food-access-program #shopping-programs table td:first-of-type,
	#food-access-program #shopping-programs table tr:last-of-type td {
		padding-left: 0;
	}
	
	#food-access-program #shopping-programs table td:before {
		position: relative;
		top: 0; left: 0;
	}
	
	#food-access-program #shopping-programs table td:nth-of-type(1):before { content: ""; }
	
	header .buttons svg {
		width: 50px;
	}
	
	header .logo {
		width: 200px;
	}
	
	header .logo img {
		width: 100%; height: auto;
	}
	
	#home .feeds .column .event {
		padding-left: 0;
	}
	
	#home .feeds .column .event .calendar {
		display: none;
	}
	
}