@media only screen and (max-width: 1200px){
	#masthead .logo-icon {
		width: 20%;
	}
	#primary-menu ul.nav-menu > li {
		padding: 30px 20px;
	}
	.call_out_item {
		height: 350px;
	}
	.promotion_2_form_wrap {
		top: 30%;
	}
}
/*** IPAD & TABLETS ***/
@media only screen and (max-width: 1024px){
	/*h1 { font-size: 28px; font-weight: 800; }
	h2 { font-size: 24px; font-weight: 600; }
	h3 { font-size: 22px; font-weight: 500; }
	h4 { font-size: 18px; font-weight: 400; }
	h5 { font-size: 16px; font-weight: 300; }
	h6 { font-size: 14px; font-weight: 100; font-style: italic; }
	.button, #posts-nav a, button, .ninja-forms-form-wrap input[type="submit"], #submit { font-size: 18px; }
	input[type="text"], input[type="textarea"], textarea { font-size: 18px !important; }*/
	#masthead .logo-icon img{
		max-height: 60px;
		margin-top: 15px;
	}
	.promotion_2_form_wrap {
		top: 25%;
	}
	.slick-dots li button {
		display: none;
	}
	.service-image{
		width: 47%;
		margin-top: 90px;
	}
	.service-cta-section{
		margin: 0px 0px 80px 0px;
	}
	.footer-quote{
		width: 80%;
	}
	#footer-cta h6{
		width: 80%;
	}
	.service-item{
		width: 100%;
		max-width: 100%;
	}
	a.team-member{
		width: 44%;
	}
	h2.entry-title{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 990px){
	.modal-box {
		width: 90%;
	}
	#search-modal-inner label {
		width: 86%;
	}
	#primary {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#secondary {
		display: none;
		margin-top: 15%;
		width: 46%;
		margin: 0 auto;
		float: none;
	}
	.best-of-category-wrapper {
		margin-top: 30px;	
	}
	#sidebar-header { 
		display: none;
	}
	.widget {
		padding: 20px 2%;
	}
	.alignleft, .post-entry .right {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.post-entry.first .right {
		text-align: center;
	}
	.post-entry.first .btn {
		float: none;
		margin: 0 auto;
	}
	.post-entry.first .right .post-extras {
		text-align: center;
	}
	.entry-head.first {
		position: relative;
		top: initial;
		right: initial;
		padding: 0;
		width: auto;
	}
	#main div.post-entry:last-child {
		padding-bottom: 0px;
	}
}
@media only screen and (max-width: 960px){
	#masthead {
		padding: 30px 0;
	}
	#logo-wrap {
		display: block;
	}
	#search-wrapper-nav {
		top: 13px;
	}
	#site-navigation-wrap {
		position: fixed;
		text-align: center;
		background: #f2f1ed;
		height: 50px;
	}
	#site-navigation-wrap.dark_nav {
		background: #f2f1ed;
	}
	#masthead .dark_nav .logo-icon.white {
		position: relative;
	}
	#site-navigation {
		position: absolute;
		top: 12px;
		left: 0;
		width: 100%;
		text-align: left;
		z-index: 50;
	}
	#masthead .logo-icon {
		max-width: 30px;
		top: 8px;
		left: initial;
		z-index: 50
	}
	#logo-wrap {
		width: 60%;
		float: none;
		margin: 40px auto;
	}
	#masthead .logo-icon img{
		display: none;
	}
	#content {
		clear: both;
		margin-top: 0;
		padding-top: 0;
	}
	.menu-toggle {
		display: inline-block;
		margin-left: 2%;
		font-size: 23px;
		letter-spacing: 0.2em;
		float: none;
	}
	.main-navigation {
		margin: 0 auto;
	}
	.main-navigation #primary-menu {
		display: none;
	}
	.main-navigation.toggled #primary-menu {
		display: block;
	    color: white;
	    font-family: "FreightDisp Pro Book", sans-serif;
	    font-size: 14px;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.main-navigation.toggled #primary-menu.nav-menu {
		display: inline-block;
	    background: #f2f1ed;
	    padding: 20px;
	}
	.main-navigation.toggled #primary-menu li {
		float: none;
		padding: 15px 0;
		margin: 0;
	}
	#primary-menu ul.nav-menu > li > .sub-menu {
		display: none;
		text-align: inherit;
		width: 100%;
		position: relative;
		left: 0;
		margin-top: 0;
		font-size: 14px;
	}
	#primary-menu ul.nav-menu > li > .sub-menu > li {
		margin: 25px 0 0;
	}
    #primary-menu ul.nav-menu > li > .sub-menu > li > a {
    	padding: 0;
    	line-height: 0;
    	border: none;
    	background: initial;
    }
    #currentItemImage {
    	display: none;
    }
    .service-item {
    	display: block;
    	text-align: center;
    }
    .service-image, .service-content {
    	width: auto;
    }
    #featured span {
    	font-size: 16px;
    	width: 60%;
    }
    #as_seen_on_items h3 {
    	display: block;
    	text-align: center;
    }
    #as_seen_on_items .slider_wrap {
    	width: 100%;
    }
    .call_out_item {
		height: 300px;
	}
	#promotion_1 .container {
		padding-bottom: 4%;
	}
    .promotion_1_text, .promotion_1_form {
    	text-align: center;
    	float: none;
    	width: auto;
    }
    #post_entry_subscribe img {
    	float: none;
    	width: 100%;
    }
    .promotion_2_form_wrap {
    	font-size: 12px;
    }
    .post_entry_loop_2 {
    	width: 48%;
    	margin: 20px 1%;
    }
    .post_entry_loop_2:nth-child(2n-1) {
    	margin-left: 0;
    }
    .post_entry_loop_2:nth-child(2n) {
    	margin-right: 0;
    }
    .archive-item {
    	width: 300px;
    	margin: 20px 0;
    }
	#colophon {
		padding-bottom: 40px;
	}
	.size-1of2{
		padding: 5px;
	}
	#cooler-nav {
		display: block;
	}
	.nav-box.previous, .nav-box.next {
		position: fixed;
		top: 45%;
    	height: 50px;
	}
	.nav-box.previous img, .nav-box.next img {
		max-height: 50px;
	}
}
@media only screen and (max-width: 900px){
	
}
@media only screen and (max-width: 769px){
	.call_out_item {
		height: 250px;
	}
	.promotion_2_image { display: none; }
	.promotion_2_form_wrap {
		position: relative;
    	left: 0;
    	margin: 0 auto;
	}
	.over span {
		font-size: 1.5em
	}
	.about-section-content{
		margin: 100px 0px;
	}
	.about-section-text{
		margin: 0 auto;
		width: 80%;
	}
	#services-section{
		margin: 60px 0 0;
	}
	#services-section{
		padding: 14px 0 75px;
	}
	.footer-quote{
		width: 80%;
	}
	.service-item{
		flex-wrap: wrap;
	}
	.service-image{
		width: 100%;
	}
	.service-content{
		padding: 50px 45px 45px;
	}
	
	.service-item-header h2{
		padding: 75px 0px 30px;
		font-size: 23px;
		letter-spacing: 3px;
	}
	h3.contact-column-title{
		margin-top: 14px;
	}
	.contact-column-text{
		margin-top: 20px;
	}
	.service-item-text{
		font-size: 13px;
		margin: 0px 0px 50px;
	}
	.best-of-category-head .sep{
		display: none;
	}
	.post-aside .post-entry{
		display: block;
	}
	.post-aside .post-entry .entry-thumb{
		width: 100%;
		height: 600px;
	}
	.post-aside:nth-of-type(2n) .post-entry .entry-content-wrapper{
		margin-left: 0px;
		display: block;  
		text-align: center;  
	}
	
	.post-aside:nth-of-type(2n+1) .post-entry .entry-content-wrapper .entry-title{
		margin-left: 0px;
		display: block;  
		text-align: center;  
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.post-aside:nth-of-type(2n) .post-entry .entry-content-wrapper .entry-title{
		text-align: center;
	}
	
	#main div.post-entry:last-child{
		padding-bottom: 40px;
	}
	
	.post-aside .post-entry .entry-content-wrapper .entry-title{
		width: 90%;
		margin: 0 auto;
	}
	.entry-content-wrapper{
		width: 100%;
	}
	.entry-title{
		text-align: center;
	}
	#ig_feed{
		display: none;
	}

	#cooler-nav {
		display: none !important;
	}
}
/*** Mobile Devices ***/
@media only screen and (max-width: 720px){
	.container {
		width: 90%;
	}
	#secondary-menu > li > a {
		padding: 0 30%;
	}
	.promotion_1_text {
		font-size: 16px;
	}
	.call_out_item {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
		padding: 12%;
	}
	.prev-link, .next-link {
		display: block;
		float: none;
		margin: 10px 0;
	}
	.post-navigation i {
		display: none;
	}
	.archive-item {
		width: 49%;
	}
	.archive-item:nth-child(2n-1) {
		float: left;
	}

	.archive-item:nth-child(2n) {
		float: right;
	}
	#post-foot {
		display: block;
	}
	.popular-posts-title {
		background: url('../../images/pop-title-top.png') no-repeat;
	    background-size: contain;
	    float: none;
	    width: 25%;
	    height: 50px;
	    position: absolute;
	    left: 38%;
	}
	.related-wrap {
		width: 100%;
		margin: 70px auto 0;
		text-align: center;
	}
	.related-post {
		width: 48%;
		float: none;
		margin: 10px 0;
		display: inline-block;
	}
	.related-post:nth-child(2n-1) {
		margin-left: 0;
	}
	.related-post:nth-child(3) {
		margin-right: initial;
	}
	.post_entry_loop_1, .post_entry_loop_2, .post_entry_loop_3 .wp-post-image, .excerpt_wrap {
		width: auto;
		display: block;
		float: none !important;
		margin: 0 auto;
	}
	.excerpt_wrap .post_meta {
		text-align: left;
	}
	#home-cta-section{
		margin: 70px 0px;
		padding: 50px 0px;
	}
	.home-cta-title{
		padding: 0px 20px;
		line-height: 25px;
		font-size: 23px;
	}
	.home-cta-sub-title{
		font-size: 11px;
		padding: 30px 20px 30px;
	}
	.services-section-title{
		padding-top: 0px 30px 80px;
		font-size: 12px;
	}
	.service-slide-title h2{
		font-size: 19px;
	}
	.service-slide-title{
		margin-top: 32px;
		margin-bottom: 60px;
	}
	section#testimonials-section{
		width: 80%;
	}
	#colophon{
		padding: 12% 4% 6%;
	}
	.footer-logo img{
		max-width: 9%;
	}
	.nav-box.previous, .nav-box.next {
		position: absolute;
		top: 50px;
    	height: 50px;
	}
	.nav-box.previous img, .nav-box.next img {
		max-height: 50px;
	}
	.best-of-category-wrapper {
		margin: 30px auto;
    	flex-wrap: wrap;
	}
	.best-of-category-head {
		width: 100%;
	}
	.best-of-blocks {
	    width: 100%;
	    flex-wrap: wrap;
	}
	.best-of-block {
		width: 31%;
	}
}
@media only screen and (max-width: 600px){
	.over span {
		font-size: 1em;
	}
	#secondary{
		width: 77%;
	}
	.related-posts-wrap{
		flex-wrap: wrap;
	}
	#back_to_top {
	    width: 20px;
	    height: 20px;
	}
	#back_to_top:hover {
	    width: 20px;
	    height: 20px;
	}
}
@media only screen and (max-width: 480px){
	#masthead .logo-icon {
		display: none;
	}
	.menu-toggle {
		font-size: 20px;
	}
	#featured span {
		font-size: 14px;
	    width: auto;
	    position: absolute;
	    left: 5%;
	    right: 5%;
	}
	#search-modal-inner #searchsubmit {
		padding: 22px 20px 30px;
	}
	#secondary{
		width: 100%;
	}
	.archive-item {
		width: 100%;
		float: none !important;
	}
	
	body, button, input, select, textarea {
		color: #404040;
		/* font-size: 12px;
		line-height: 25px; */
	}
	.contact-columns{
		flex-wrap: wrap;
	}
	.contact-column.contact-text{
		width: 100%;
		text-align: center;
	}
	.contact-column.contact-form{
		width: 100%;
	}

}
@media only screen and (max-width: 380px){
	.over span {
		font-size: 0.75em;
	}
	.btn, .btn-rv, .btn-pink, .btn-pink-rev {
		font-size: 8px;
	}
	.popular-posts-title {
		background: url('../../images/pop-title-top.png') no-repeat;
	    background-size: contain;
	    float: none;
	    width: 60%;
	    height: 50px;
	    left: 15px;
	    right: 15px;
	    display: block;
	    margin: 0 auto;
	}
	.related-wrap {
		width: 100%;
		margin: 85px auto 0;
		text-align: center;
	}
	.related-post {
		width: 100%;
		float: none;
		margin: 10px 0;
		display: inline-block;
	}
	.related-post:nth-child(1) {
		margin-left: initial;
	}
	.related-post:nth-child(3) {
		margin-right: initial;
	}
}