

/* Landscape phones and down */
@media (max-width: 480px) {
	
	/* Homepage */
	
	.headline::before, .headline::after {
		display: none;
	}
	
	
	/* Sub Pages */
	
	h1.sub-header {
		font-size: 24px !important;
		margin-bottom: 30px;
	}
	
	/* Product Pages */
	#bottle-grid li {
		width: 100% !important;
		margin-bottom: 30px;
	}
	#bottle-grid-mix li {
		width: 100% !important;
		margin-bottom: 30px;
	}
	
	.sub-content .button {
		width: 100%;
		font-size: 18px;
	}
	
	#bottle-grid-mix li.sweeney {
		width: 75% !important;
		margin-left: 30px;
	}
	
	/* Our Story */
	
	.timeline-item {
		padding: 20px !important;
	}
	
	.timeline .timeline-items .timeline-item {
		width: 100%;
		text-align: center !important;
	}
	
	.timeline .timeline-items .timeline-item::before {
		background-size: 100%;
		background-position: center bottom;
	    top: -140px !important;
		height: 150px !important;
	}
	
	.timeline .timeline-items .timeline-item::after {
		top: -150px;
		left: calc(100% - 51%);
	}
	
	.timeline .timeline-items .timeline-item.inverted::after {
		top: -150px;
		left: calc(100% - 54%);
	}
	
	.timeline .timeline-items {
		margin-top: 20px !important;
		padding-top: 180px;
	}
	
	.timeline .timeline-items .timeline-item.inverted {
		left: 0;
	}
	
	.tl-ten .photo, .tl-ten-body {
		width: 100%;
		max-width: 100%;
	}
	
	/* Contact */
	
	#contact-form {
		margin-bottom: 50px;
	}
	
	/* Trade Portal */
	
	#myBtn {
		bottom: 50px;
	}
	
	.lity-container {
		overflow-y: auto;
		max-height: calc(100vh - 80px) !important;
	}
	
	#filter-col, #results-col, #trade-portal .col-3-12, #trade-portal .col-9-12 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#filter-col {
		margin-bottom: 20px;
	}
	
	.sf-field-search label {
		width: 100%;
	}
	
	.sf-field-search {
		margin: 10px auto 20px auto !important;
	}
	
	.sf-input-checkbox {
		float: left;
	}
	
	.trade-item {
		float: none;
		margin: 5% auto;
	}
	
	.results-num, .page-num, .search-filter-results {
		text-align: center;
		display: block;
	}
	
	.lity-content, .download-item {
		min-width: 100%;
		max-width: 100%;
		max-height: none !important;
	}
	
	.lity-content .image-col {
		width: 100%;
		min-height: 100px;
	}
	
	.download-list {
		float: none;
	}
	
	.lity-content h2 {
		font-size: 14px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#bottle-grid li {
		width: 45% !important;
		margin-bottom: 30px;
	}
	#bottle-grid-mix li {
		width: 100% !important;
		margin-bottom: 30px;
	}
	
	/* Footer */
	
	#mc_embed_signup {
		width: 80%;
		margin: 0 auto 40px auto;;
	}
	
	#mc_embed_signup form strong {
		display: block !important;
	}
	
	#mc_embed_signup form input {
		margin-left: 0 !important;
		margin-right: auto !important;
		display: inline !important;
		max-width: none !important;
	}
	
	#mc_embed_signup form .email {
		width: 100% !important;
	}
	
	#mc_embed_signup .button {
		width: 100% !important;
	}
	
	#mc_embed_signup form {
		padding: 0 !important;
	}
	
	#mc_embed_signup form p {
		margin-bottom: 0 !important;
	}
	
	#mc_embed_signup .email-box {
		width: 100% !important;
	}
	
	#mc_embed_signup .mc-field-group.input-group {
		float: left !important;
		clear: none !important;
	}
	
	/* Trade Portal */
	
	#filter-col, #results-col, #trade-portal .col-3-12, #trade-portal .col-9-12 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#results-col {
		padding-left: 2%;
	}
	
	.search-filter-results {
		display: flex !important;
		justify-content: center;
	}
	
	#filter-col {
		margin-bottom: 20px;
	}
	
	.sf-field-search label {
		width: 100%;
	}
	
	.sf-field-search {
		margin: 10px auto 20px auto !important;
	}
	
	.sf-input-checkbox {
		float: left;
	}
	
	.trade-item {
		float: none;
		margin: 5% auto;
		min-width: 49%;
		width: 49%;
	}
	
	.results-num, .page-num, .search-filter-results {
		text-align: center;
		display: block;
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#bottle-grid li {
		width: 45% !important;
		margin-bottom: 30px;
	}
	#bottle-grid-mix li {
		width: 45% !important;
		margin-bottom: 30px;
	}
	
	/* Trade Portal */
	
	#trade-portal .wrap {
		padding-top: 0 !important;
	}
	
	#filter-col, #results-col, #trade-portal .col-3-12, #trade-portal .col-9-12 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#filter-col {
		margin-bottom: 20px;
	}
	
	.sf-field-search label {
		width: 100%;
	}
	
	.sf-field-search {
		margin: 10px auto 20px auto !important;
	}
	
	.sf-input-checkbox {
		float: left;
	}
	
	.search-filter-results {
		justify-content: center;
	}
	
	.results-num, .page-num {
		text-align: center;
		display: block;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {
	
}