/*
Theme Name: EWS Child
Description: EWS Child Theme
Author: Effective Web Solutions
Author URI: https://www.effectivewebsolutions.biz/
Template: EWS-Theme
Version: 1.3.2 "Griffin"
Text Domain: EWS-Child
*/
/* Custom styles go here */

/* CSS VARIABLES */

:root {
	--line-height-set: 1.7;
	--theme-font-main: "Roboto", sans-serif;
	--theme-font-secondary: Roboto;
	--theme-font-headings: "Roboto", sans-serif;
	--theme-font-menu: Arial;
	--button-font: Arial;
	--button-bg: transparent;
	--button-color: #000;
	--button-shadow: none;
	--button-shadow-hover: none;
	--footer-anchor-color: #a7dcff;
	--menu-toggle-shadow-color: #174510;
	--menu-toggle-bg: #fff;
	--themed-bg-color: #0b2906;
	--themed-bg-secondary: #030303;
	--themed-bg-tertiary: #8f6e00;
	--header-margin-bottom: 18px;
}

@media only screen and (min-width: 1px) {
	
	html {
		font-size: 15px;
		scroll-behavior: smooth;
	}
	
	html.with-featherlight {
		overflow: auto;
	}
	
	.themebg, .secondarybg, .tertiarybg {
		color: #fff;
	}
	
	.secondarybg {
		background-image: linear-gradient(180deg, #000000 0%, #292828 100%);
	}
	
	.themebg .button:not(.wp-block-button):not(#menubutton), .themebg .woocommerce header a.button, .themebg .wp-block-button.button a, .secondarybg .button:not(.wp-block-button):not(#menubutton), .secondarybg .woocommerce header a.button, .secondarybg .wp-block-button.button a, .tertiarybg .button:not(.wp-block-button):not(#menubutton), .tertiarybg .woocommerce header a.button, .tertiarybg .wp-block-button.button a, .button:not(.wp-block-button):not(#menubutton).lightbtn a, .lightbtn a.wp-block-button__link, a.button:not(.wp-block-button):not(#menubutton).lightbtn {
		color: #fff;
		border-color: #fff;
		font-weight: normal;
		text-decoration: none;
	}
	
	.clear.button:not(.lightbtn) a.wp-block-button__link, .clear.button:not(.lightbtn) a {
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}
	
	.button:not(.wp-block-button):not(#menubutton).lightbtn a, .lightbtn a.wp-block-button__link, a.button:not(.wp-block-button):not(#menubutton).lightbtn {
		border: 1px solid #fff;
		border-radius: 30px;
		display: inline-block;
		padding: 8px 20px;
		line-height: 1.7;
	}
	
	.button:not(.wp-block-button):not(.lightbtn):not(#menubutton) a, a.wp-block-button__link, a.button:not(.wp-block-button):not(#menubutton):not(.lightbtn) {
		border: 1px solid #000;
		border-radius: 30px;
		display: inline-block;
		padding: 8px 20px;
		line-height: 1.7;
	}
	
	.button.clear:not(.wp-block-button):not(.lightbtn):not(#menubutton) a {
		border: none;
		color: #676767;
	}
	
	.themebg .button:not(.wp-block-button):not(#menubutton):hover, .themebg .woocommerce header a.button:hover, .themebg .wp-block-button.button a:hover, .secondarybg .button:not(.wp-block-button):not(#menubutton):hover, .secondarybg .woocommerce header a.button:hover, .secondarybg .wp-block-button.button a:hover, .tertiarybg .button:not(.wp-block-button):not(#menubutton):hover, .tertiarybg .woocommerce header a.button:hover, .tertiarybg .wp-block-button.button a:hover, .button:not(.wp-block-button):not(#menubutton).lightbtn a:hover {
		border-color: rgba(255,255,255,.5);
	}
	
	body:not(.home) input.gform_button.button:not(.wp-block-button):not(#menubutton) {
		padding: 8px 20px;
	}
	
	.goldbutton a.wp-block-button__link {
		border: 2px solid #c1a617;
		background-color: #fff;
	}
	
	/* HEADER */

	.head-section, .banner-bar, .banner-phn {
		display: -ms-grid;
	}

	.head-section {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#menu-social-navigation, .banner-a, .banner-b, .banner-c, .banner-d {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#menu-social-navigation {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
	}

	.banner-bar .banner-a{
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		width: -webkit-fit-content;
		width: -moz-fit-content;
	}

	.banner-bar {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto;
	}

	.banner-bar > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.banner-phn {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto;
	}

	.banner-phn > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	#Logo {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-align: center;
	}

	#site-navigation {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	
	/* MENU */
	
	button.menu-toggle.button {
		-webkit-transition: margin-bottom 0s;
		-o-transition: margin-bottom 0s;
	}
	
	.main-navigation a {
		-webkit-transition: color 0.4s;
		-o-transition: color 0.4s;
	}

	nav.main-navigation .nav-menu ul.menu.toggled-on {
		-webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	}
	
	div.hentry {
		width: 100%;
	}
	
	/* TEST MENU CSS */
	
	.sub-menu {
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
	}
	
	.sub-menu li {
		-webkit-box-shadow: none;
	}
	
	li.menu-item-has-children > a:after {
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
	}
	
	#header {
		background-color: #fff7ed;
	}
	
	#content ul li:not(.fa), div.block-text-wrapper ul li:not(.fa) {
		margin: 12px 0;
		padding-left: 25px;
		line-height: 1.4;
	}

	.home .before-services {
		padding: 4% 2%;
		background-color: #030303;
		background-image: url('../../uploads/2019/08/home-hero-m.jpg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.top-bar {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px 0 20px;
		background-color: #0b2906;
		color: #c7c7c7;
	}
	
	.top-bar div {
		margin: 0 20px 10px;
	}
	
	.top-bar div:last-of-type {
		margin: 0 20px 0;
	}
	
	.top-bar div a {
		color: #c7c7c7;
		text-decoration: none;
	}
	
	.top-bar div a:hover {
		color: #fff;
	}
	
	.top-bar div i {
		margin-right: 10px;
	}
	
	.banner-bar {
		display: none;
	}
	
	div.inline-default-aligned-nav nav#site-navigation {
		grid-column: 1 / 3;
		grid-row: 4;
	}
	
	.one_half.feature-text {
		color: #fff;
		text-align: left;
	}
	
	.one_half.feature-text .fauxtwo {
		font-size: 1.95em;
		font-weight: bold;
	}
	
	.button:not(.wp-block-button):not(#menubutton), .woocommerce header a.button, .wp-block-button.button a {
		border: 1px solid #000;
		border-radius: 30px;
		font-weight: normal;
	}
	
	body:not(.home) .button:not(.wp-block-button):not(#menubutton), button.menu-toggle.button {
		background-color: #fff;
		box-shadow: none;
		border: 2px solid #c1a617;
		border-radius: 30px;
		color: #676767;
		font-weight: normal;
		font-size: 20px;
		text-align: center;
		transition: border 0.4s;
	}
	
	.button:not(.wp-block-button):not(#menubutton).lightbtn {
		border-color: transparent;
	}
	
	button.menu-toggle.button {
		color: #0b2906;
		margin-bottom: 6px;
	}
	
	.button a::after, a.button:not(.wp-block-button):not(#menubutton).lightbtn::after {
		content: "\f30b";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		margin-left: 10px;
		font-weight: 600;
		font-size: 17px;
	}
	
	.button:hover {
		box-shadow: none;
		border: 1px solid #fff;
	}
	
	body:not(.home) .button:hover, button.menu-toggle.button:hover {
		box-shadow: none;
		border: 2px solid #092702;
	}
	
	button.menu-toggle.button:hover {
		border: 2px solid #c89e16;
	}
	
	.clear.button {
		background-color: transparent;
	}
	
	/* .button:not(.wp-block-button):not(#menubutton), .woocommerce header a.button, .wp-block-button.button a {
		
	} */
	
	.svc-sctn {
		background-color: #fff7ed;
		border-bottom: 1px solid #f5eee6;
	}
	
	.home-service-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.home-service-box {
		background: transparent;
		width: 100px;
		margin: 20px;
		padding: 0;
	}
	
	.home-service-box h2 {
		font-size: 12px;
		margin-bottom: 0;
	}
	
	.home-service-box img {
		margin: 0 auto;
	}
	
	.home-service-box .home-service-description {
		padding: 0;
	}
	
	.home-service-box a.fb-block-link {
		display: grid;
		width: 100%;
	}
	
	.home-service-box a.fb-block-link {
		display: grid;
		grid-template-areas: 'top' 'bottom';
		justify-content: center;
		align-items: center;
		grid-gap: 10px;
	}
	
	.home .home-header-wrapper h1 {
		color: #001973;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	.home-header-wrapper::after {
		content: '';
		display: block;
		width: 180px;
		border-bottom: 2px solid #27631d;
		margin: 10px auto 0;
	}
	
	.after-services {
		background-color: #ffffff;
	}
	
	.blocks-sctn {
		margin-bottom: 80px;
	}
	
	.building-block.greensection .block-row-wrapper div.block-column.block-item-2 {
		background-color: #ffedd7;
	}
	
	.building-block.greensection .block-row-wrapper div.block-column.block-item-2 .block-text-wrapper {
		max-width: 50%;
		height: 100%;
		background-color: #0b2906;
		color: #fff;
		margin: -20% auto 0;
		font-size: 0.7em;
	}
	
	.building-block.greensection .block-row-wrapper .block-column.block-item-1 .fauxtwo {
		text-align: center;
		margin-top: 20px;
	}
	
	.greensection .wp-block-ewsblocks-ewscolumns::after, .charcoal-gradient-bg .wp-block-ewsblocks-ewscolumns::after, .equipment-grid .wp-block-ewsblocks-ewscolumns::after {
		display: none;
	}
	
	.button:not(.wp-block-button):not(#menubutton), .woocommerce header a.button, .wp-block-button.button a {
		padding: 0;
	}
	
	.roasterslider {
		background-color: #0b2906;
		color: #fff;
	}
	
	.roasterslider .fauxtwo {
		font-size: 1.55em;
		font-weight: bold;
	}
	
	.roasterslider p.clear.button.lightbtn {
		width: 100%;
		text-align: right;
	}
	
	.roasterbutton {
		text-align: right;
		margin-top: 20px;
		font-size: 0.8em;
	}
	
	/* FLEX SLIDER Many slides in two main containers */
	
	.building-block.roasterslider div.block-row-wrapper {
		display: block; /* Default Grid Breaks The Mobile Responsiveness */
	}
	
	.slider-container {
		max-width: 1330px; /* Viewport Max-Width */
		width: 80%; /* Viewport Max-Width */
		overflow: hidden; /* Hide The Rest */
		margin: 0 auto; /* Center It On The Page */
	}
	
	.slider-inner {
		display: flex; /* Forces The Container To The Width Of Its Children */
		animation: 60000ms linear 0ms infinite normal none running roastersliding; /* Call the Animation For The Parent For Desired Time Frame */
		width: 5320px;  /* Total Width Of Four Child Containers Together */
	}
	
	.slide1, .slide2, .slide3, .slide4 {
		display: flex; /* Force The Contents To Stay Horizontal And Prevent Margin Collapse */
	}
	
	.slide1 {
		order: 1; /* Establish The Order For The Children */
		animation: 60000ms linear 0ms infinite normal none running firstblock; /* Call The Animation For Each Child And Set For Same Time As Parent Animation */
	}
	
	.slide2 {
		order: 2; /* Establish The Order For The Children */
		animation: 60000ms linear 0ms infinite normal none running secondblock; /* Call The Animation For Each Child And Set For Same Time As Parent Animation */
	}
	
	.slide3 {
		order: 3; /* Establish The Order For The Children */
		padding: 0 665px; /* Set The Container To Be The Exact Same Width As The Other Two Actual Content Block Children */
		animation: 60000ms linear 0ms infinite normal none running thirdblock; /* Call The Animation For Each Child And Set For Same Time As Parent Animation */
	}
	
	.slide4 {
		order: 4; /* Establish The Order For The Children */
		padding: 0 665px; /* Set The Container To Be The Exact Same Width As The Other Two Actual Content Block Children, .slide1 and .slide2 */
		animation: 60000ms linear 0ms infinite normal none running fourthblock; /* Call The Animation For Each Child And Set For Same Time As Parent Animation */
	}
	
	.slide {
		width: 150px; /* Width Plus Both Margins Times Quantity Needs To Determine The Size Of The Above "Slides" SPLIT EVENLY BETWEEN SLIDE1 AND SLIDE 2 */
		height: 150px; /* If Using Images Just Make Sure All Image Sizes Are The Same */
		margin: 20px; /* Width Plus Both Margins Times Quantity Needs To Determine The Size Of The Above "Slides" SPLIT EVENLY BETWEEN SLIDE1 AND SLIDE 2 */
		background-color: gray;
		box-shadow: 0 0 0 1px orange;
	}
	
	@keyframes roastersliding {
	  0%{
		transform: translate(0, 0); /* Start At 0 */
	  }
	  100%{
		transform: translate(-5320px, 0); /* Finish At - 4 Times The Slide Size Which Is The Total Width Of All Slides */
	  }
	}
	
	@keyframes firstblock { /* Change The Order To Create Continuous Loop */
	  0%{
		order: 1;
	  }
	  24.99%{
		order: 1;
	  }
	  25%{
		order: 3;
	  }
	  49.99%{
		order: 3;
	  }
	  50%{
		order: 3;
	  }
	  74.99%{
		order: 3;
	  }
	  75%{
		order: 3;
	  }
	  100%{
		order: 3;
	  }
	}
	
	@keyframes thirdblock { /* Change The Order To Create Continuous Loop */
	  0%{
		order: 3;
		margin-left: 0; /* Needed To Reset After The Change Below */
	  }
	  24.99%{
		order: 3;
		margin-left: 0;
	  }
	  25%{
		order: 1;
		margin-left: 0;
	  }
	  49.99%{
		order: 1;
		margin-left: 0;
	  }
	  50%{
		order: 1;
		margin-left: 0;
	  }
	  74.99%{
		order: 1;
		margin-left: 0;
	  }
	  75%{
		order: 1;
		margin-left: 2660px; /* Needed To Fix The Final Part Of The Loop */
	  }
	  100%{
		order: 1;
		margin-left: 2660px; /* Needed To Fix The Final Part Of The Loop */
	  }
	}
	
	@keyframes secondblock { /* Change The Order To Create Continuous Loop */
	  0%{
		order: 2;
	  }
	  24.99%{
		order: 2;
	  }
	  25%{
		order: 2;
	  }
	  49.99%{
		order: 2;
	  }
	  50%{
		order: 4;
	  }
	  74.99%{
		order: 4;
	  }
	  75%{
		order: 2;
	  }
	  100%{
		order: 2;
	  }
	}
	
	@keyframes fourthblock { /* Change The Order To Create Continuous Loop */
	  0%{
		order: 4;
	  }
	  24.99%{
		order: 4;
	  }
	  25%{
		order: 4;
	  }
	  49.99%{
		order: 4;
	  }
	  50%{
		order: 2;
	  }
	  74.99%{
		order: 2;
	  }
	  75%{
		order: 4;
	  }
	  100%{
		order: 4;
	  }
	}
	
	/* Microsoft Edge Fix */
	
	@supports (-ms-ime-align:auto) {
	
		@keyframes roastersliding {
		  0%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  1%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  48%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  49%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  51%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  52%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  99%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		  100%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		}

	}
	
	_::-webkit-full-page-media, _:future, :root .safari_only {
	
		@keyframes roastersliding {
		  0%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  1%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  48%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  49%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  51%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  52%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  99%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		  100%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		}
		
	}
	
	@media not all and (min-resolution:.001dpcm) {
		@media {
			@keyframes roastersliding {
		  0%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  1%{
			transform: translate(0, 0); /* Start At 0 */
		  }
		  48%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  49%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  51%{
			transform: translate(-1430px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  52%{
			transform: translate(-1410px, 0); /* Midway At - 2 Times The Slide Size Which Is The Total Width Of All Slides */
		  }
		  99%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		  100%{
			transform: translate(0, 0); /* Finish At - 0 */
		  }
		}
		}
	}
	
	/* FLEX SLIDER Many slides in two main containers */
	
	.building-block.forbes .block-row-wrapper .standard-image-wrapper {
		text-align: center;
		padding: 20px 60px;
	}
	
	.building-block.forbes .block-row-wrapper .button {
		color: #636363;
		border: 1px solid #636363;
		font-size: 1em;
	}
	
	.mainvideo {
		background-color: #030303;
		background-image: linear-gradient(180deg, #000000 0%, #292828 100%);
		color: #fff;
	}
	
	.building-block.mainvideo .block-row-wrapper .standard-image-wrapper {
		text-align: center;
		padding: 20px 60px 60px;
	}
	
	.building-block.mainvideo .block-row-wrapper .standard-image-wrapper .homevideowrapper {
		padding: 56.25% 0 0 0;
		position: relative;
	}
	
	.building-block.mainvideo .block-row-wrapper .standard-image-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.share-bar {
		background-color: #1c1c1c;
		color: #fff;
	}
	
	footer {
		background-color: #092702;
		color: #ffffff;
	}
	
	#footer {
		background-color: transparent;
	}
	
	.ftr-cta {
		padding: 24px 0 10px;
	}
	
	.ftr-cta h3 a, #footer a {
		color: #4ba2ff;
	}
	
	.ftr-cta h3 {
		line-height: 1.2;
		display: inline-block;
		width: auto;
		padding: 0 20px 20px;
		border-bottom: 1px solid #c89e16;
		font-style: italic;
	}
	
	.ftr-cta h3 a {
		font-style: normal;
	}
	
	.footer-widgets h3 {
		font-size: 1.2em;
	}
	
	.footer-widgets h3.ftr-serving-title {
		font-size: 12px;
	}
	
	.ft-wdg.firstw img.aligncenter {
		margin-top: 20px;
	}
	
	#footer .ftr-rvw-lnk a {
		background-color: transparent;
		border-radius: 15px;
	}
	
	.sub-ftr {
		background-color: rgba(255, 255, 255, 0.1);
		padding: 6px 4%;
	}
	
	footer .strong-rating {
		padding: 0 5px;
		line-height: 1;
	}
    
    /* =============================================================== */
    /* Styles Written By Stephen - Feel Free To Change How You'd Like */
    /* =============================================================== */
    .page-id-1253 .entry > p {
        text-align: center;
    }

    .snack-card {
        height: 350px;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
        align-items: center;
        overflow: hidden;
		max-width: 500px;
    }
	
	.wp-block-ewsblocks-ewscolumns.snack-card::after, .snack-card .wp-block-ewsblocks-ewscolumns::after {
		display: none;
	}

    .snack-card > p,
    .snack-card-hover > p,
    .snack-card-default > p   {
        display: none;
    }

    .snack-card-default,
    .snack-card-hover {
        grid-column: 1;
        grid-row: 1;
        height: 100%;
    }

    .snack-card-default figure {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
	
	.snack-card-default figure img {
		height: 100%;
		object-fit: cover;
    }

    .snack-card-default figure,
    .snack-card-default h3 {
        grid-column: 1;
        grid-row: 1;
    }
    
    .snack-card-default {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        align-items: self-end;
        justify-content: center;
    }

    .snack-card-default h3 {
        z-index: 1;
        color: #fff;
        font-weight: bold;
		text-shadow: -1px 1px 2px #000;
        text-align: center;
        opacity: 1;
        transition: all ease 0.5s;
    }

    .snack-card:hover .snack-card-default h3 {
        opacity: 0;
    }

    .snack-card-hover {
        color: #fff;
        opacity: 0;
        transition: all ease 0.5s;
        display: grid;
    }

    .snack-card:hover .snack-card-hover {
        opacity: 1;
        background: #212529;
        z-index: 2;
    }

    .one_full.nomargin.snack-card-inner {
        width: 80%;
        margin: auto;
        align-self: center;
    }

    .after-content-catalogue {
        background: #464646;
    }

    .after-content-catalogue-inner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        align-items: center;
    }

    .after-content-catalogue-inner > figure {
        grid-row: 1 / span 3;
        width: 100%;
    }

    .after-content-catalogue-inner > figure,
    .catalogue-text-wrap {
        grid-column: 1;
    }

    .catalogue-text-wrap {
        grid-row: 2;
        background: #fff;
        width: 80%;
        padding: 40px 10%;
    }

    .catalogue-text-wrap h2 {
        font-weight: bold;
    }

    .button.get-your-coffee {
        border: 1px solid #7e7e7e;
        background: #fff;
        color: #7e7e7e;
        font-size: 1rem;
        transition: all ease 0.5s;
    }

    .button.get-your-coffee:hover {
        border: 1px solid #000;
        color: #000;
    }

    body:not(.page-template-page-service-template) #subhead{
        background: #fff;
        text-align: center;
        padding: 30px 0 10px;
        border-bottom: 0;
    }
	
	.featured-roasters-grid .wp-block-ewsblocks-ewscolumns::after, .featured-roasters-grid .wp-block-ewsblocks-fixedwidth::after {
		display: none;
	}
	
	.featured-roasters-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

    .featured-roaster,
    .equipment-item {
        display: grid;
    }

    .equipment-grid {
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }

    .featured-roaster > p,
    .equipment-item-hover ul > p {
        display: none;
    }

    .featured-roaster,
    .equipment-item {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        justify-content: center;
        background: #fff;
        transition: all ease 0.7s;
		max-width: 500px;
    }

    .featured-roaster {
        outline: 1px solid #2d2d2d;
    }

    .featured-roaster h2,
    .equipment-item h3  {
        font-weight: bold;
    }

    .equipment-background h3 {
        margin: 20px auto;
    }

    .featured-roaster p,
    .equipment-item-hover p,
    .equipment-item-hover ul {
        font-size: 0.8rem;
    }

    .equipment-item-hover > p {
        margin-bottom: 10px;
    }

    .roaster-background,
    .equipment-background {
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .equipment-background {
        text-align: center;
        align-items: center;
    }

    .roaster-background,
    .roaster-hover,
    .equipment-background,
    .equipment-item-hover {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .roaster-background,
    .featured-roaster .roaster-background img,
    .equipment-background,
    .equipment-background img {
        transition: all ease 0.25s;
    }

    .equipment-background img {
        max-width: 300px;
        max-height: 300px;
		width: auto;
    }

    .roaster-hover,
    .equipment-item-hover {
        opacity: 0;
        color: #fff;
        transition: all ease 1s;
        background: #2d2d2d;
        height: calc(100% - 40px);
    }

    .featured-roaster:hover,
    .equipment-item:hover {
        background: #2d2d2d;
    }

    .featured-roaster:hover .roaster-hover,
    .equipment-item:hover .equipment-item-hover {
        opacity: 1;
        z-index: 2;
    }

    p.equipment {
        color: #707070;
        padding-left: 8px;
    }

    .featured-roaster:hover .roaster-background img,
    .equipment-item:hover .equipment-background img{
        opacity: 0;
    }

    .button.get-quote-button {
        background: transparent;
        width: fit-content;
        font-weight: normal;
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .equipment-grid > br {
        display: none;
    }
    
    #content ul#ews-nav-tab,
    #content ul#ews-nav-tab li {
        margin: 0;
        padding: 0;
		list-style-type: none;
    }
	
	.page-id-1449 #content ul#ews-nav-tab::after {
		content: '';
		display: block;
		width: 100%;
		height: 20px;
		background-color: #ffffff;
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
		border-top: 2px solid #0b2906;
	}

    #content ul#ews-nav-tab li a{
        text-decoration: none;
        color: #707070;
        font-weight: bold;
        font-size: 1rem;
        padding: 8px;
    }
    
    #content ul#ews-nav-tab li.active a{
        color: #fff;
    }

    #content ul#ews-nav-tab > li::before,
    .ews-tab-pane {
        display: none;
    }

    #content ul#ews-nav-tab li a,
    .ews-tab-pane.active {
        display: flex;
		flex-wrap: wrap;
    }
    
    #content ul#ews-nav-tab {
        display: flex;
        flex-wrap: wrap;
        width: fit-content;
        margin-bottom: 25px;
		justify-content: center;
		padding: 50px 0 0;
    }

    .ews-tab-pane h2 {
        text-align: center;
        font-weight: bold;
        max-width: 400px;
		font-size: 1.6rem;
		margin: 15px auto;
		padding-bottom: 20px;
		border-bottom: 2px solid #bda52c;
    }
	
	div#onecupcoffee {
		text-align: center;
		line-height: 1.4;
		color: #a58e17;
	}
	
	.greensection .one_full {
		position: unset;
	}
	
	.greensection .block-item-2 .one_full.block-text-wrapper {
		position: relative;
	}
	
	.greensection .one_full.block-column.block-item-1 > .one_full {
		position: relative;
	}
	
	.greensection .one_full.block-column.block-item-1 > .one_full figure {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	
	.greensection .one_full.block-column.block-item-1 > .one_full figure img {
		width: 100%;
	}
	
	.greensection div.block-column .block-text-wrapper.one_full.extrapad {
		padding: 4%;
	}
	
	.greensection .block-image-wrapper {
		min-height: 350px;
	}
	
	.building-block.greensection .fauxthree {
		margin-bottom: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.building-block.greensection .fauxthree strong {
		font-size: 34px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-right: 20px;
		text-align: center;
		background-image: url(../../uploads/2019/09/number-bg.png);
	}
	
	.building-block.greensection p {
		line-height: 1.4;
	}
	
	.last-element {
		margin-bottom: 0;
	}
	
	.services-list div:first-of-type {
		width: 100%;
	}
	
	.services-list figure.alignleft {
		margin: 20px auto;
	}
	
	.services-buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.services-buttons a {
		margin: 10px;
	}
	
	#subhead {
		padding: 40px 10% 0;
		background-color: transparent;
		border-bottom: none;
	}
	
	.blog #subhead {
		padding: 30px 10% 30px;
	}
	
	h1.page-title {
		font-size: 1.7em;
		font-weight: bold;
	}
	
	.page-id-1449 .myvid-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	
	.page-id-1449 .myvid-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	h2, .fauxtwo {
		font-weight: 700;
	}
	
	.employee-list .fixed-width-cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.single-employee {
		font-size: 0.7em;
	}
	
	.single-employee h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	
	.single-employee p {
		line-height: 1.4;
	}
	
	.single-employee p.emptitle {
		color: #6ec1e4;
	}
	
	.cbox {
		background-color: #0b2906;
		margin-bottom: 10px;
	}
	
	.cbox i {
		color: rgba(255, 245, 155, 0.9);
	}
	
	body:not(.page-template-page-service-template).page-id-1458 #subhead {
		padding: 30px 10%;
		background-color: #0b2906;
		color: #fff;
	}
	
	.our-story {
		background-image: url(../../uploads/2022/01/about-one.jpg);
		background-size: cover;
		background-position: center;
		border-bottom: 2px solid #c89e16;
	}
	
	.our-methods {
		background-image: url(../../uploads/2019/09/POG-truck-alt-1.jpg);
		background-size: cover;
		background-position: center;
		border-bottom: 2px solid #c89e16;
	}
	
	.our-coffee {
		background-image: url(../../uploads/2019/09/coffee-beans-1.jpg);
		background-size: cover;
		background-position: center;
		border-bottom: 2px solid #c89e16;
	}
	
	.lt-transparent-bg {
		background-color: rgba(255, 247, 237, 0.8);
	}
	
	.home-main {
		background-color: #8f6e00;
		color: #fff;
		border-top: 1px solid #987501;
		border-bottom: 1px solid #987501;
		font-size: 18px;
	}
	
	.home-main-text {
		padding: 60px;
		max-width: 1400px;
		text-align: center;
		margin: 0 auto;
		line-height: 1.7;
		align-self: center;
	}
	
	.share-bar {
		background-color: transparent;
		color: #212121;
	}
	
	.share-bar::before {
		display: block;
		content: 'We\2019re a family run company supplying Seattle’s\A''finest coffee to its greatest companies.';
		text-align: center;
		padding: 20px;
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
		line-height: 1.2;
		color: #092702;
	}
	
	.home .share-bar::before {
		display: none;
	}
	
	.ssb-column {
		justify-content: center;
	}
	
	.charcoal-gradient-bg {
		background-color: #030303;
		background-image: linear-gradient(180deg, #000000 0%, #292828 100%);
		color: #fff;
	}
	
	.home .content-section {
		padding: 0;
	}
	
	.home .content-section .entry {
		display: flex;
		flex-wrap: wrap;
	}
	
	.home .content-section .entry .one_third {
		align-self: center;
	}
	
	.home .entry .two_third .alignright {
		margin: 0;
	}
	
	.testimonials-slide {
		background-color: #fff7ed;
	}
	
	.home-service-wrapper, .before-section, .after-section {
		width: 92%;
		max-width: 1400px;
	}
	
	.building-block.testimonials-slide div.block-column {
		padding: 40px;
	}
	
	.strong-view.modern {
		display: block;
		width: calc(100% - 10px);
	}
	
	.building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-content {
		font-size: 1em;
	}
	
	.building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-name {
		font-size: 1.1em;
	}
	
	.building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-content:before, .building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-content:after {
		color: #CDCDCD;
		font-size: 22px;
		line-height: 22px;
		width: 22px;
	}
	
	.building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-content:before {
		left: -36px;
	}
	
	.building-block.testimonials-slide .strong-view.modern.home-slider.slider-container .testimonial-content:after {
		right: -36px;
	}
	
	div#wpcf7-f1492-p48-o2 p {
		width: 100%;
		margin-bottom: 30px;
	}
	
	div#wpcf7-f1492-p48-o2 form {
		display: flex;
		flex-wrap: wrap;
	}
	
	.form-item-group {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.form-item-group input, .form-item-group textarea, .form-item-group select {
		border: 1px solid rgba(202, 160, 22, 0.3);
		background-color: #fbfbfb;
		box-shadow: none;
	}
	
	.form-item-group .contactformlabel {
		margin-bottom: 8px;
	}
	
	.form-item-group input:not([type="radio"]):not([type="checkbox"]), .form-item-group textarea, .form-item-group select {
		width: 100%;
		max-width: calc(100% - 14px);
		padding: 4px 6px 2px;
		line-height: 1.3;
		font-size: 14px;
		color: #6b6b6b;
	}
	
	.form-item-group input[type="radio"], .form-item-group input[type="checkbox"] {
		margin-right: 10px;
	}
	
	.form-item-group span.wpcf7-form-control.wpcf7-radio {
		display: flex;
		flex-wrap: wrap;
		margin-top: 8px;
	}
	
	.form-item-group span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item-label {
		min-width: 60px;
	}
	
	.form-item-group span.wpcf7-list-item {
		display: flex;
	}
	
	.form-item-group label {
		display: flex;
		line-height: 1;
		margin: 0;
		color: #6b6b6b;
	}
	
	li.menu-quote {
		background-color: #0b2906;
	}
	
	li.menu-quote a {
		color: #fdfdfd;
	}
	
	.page-id-1449 .ews-tab-pane h2 {
		max-width: inherit;
		font-size: 1.55rem;
		margin: 40px auto 0;
		padding-bottom: 5px;
	}
	
	.page-id-1449 #content ul#ews-nav-tab {
		width: 100%;
	}
	
	[data-gallery_id="11058"] .rl-basicgrid-gallery {
		justify-content: center;
	}
	
	[data-gallery_id="11058"] .rl-basicgrid-gallery .rl-gallery-item {
		width: calc(16.67% - 3px);
	}
	
	.page-id-1449 #content ul#ews-nav-tab li {
		margin-bottom: -1px;
		background-color: #fff;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border: 1px solid #a8afa7;
		border-bottom: 1px solid #0b2906;
		transition: 0.1s;
	}
	
	.page-id-1449 #content ul#ews-nav-tab li.active {
		border: 1px solid #0b2906;
		border-bottom: 1px solid #f5f5f5;
		background-color: #0b2906;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	.page-id-1449 #content ul#ews-nav-tab li a {
		padding: 8px 12px 7px;
	}
	
	.page-id-1449 #content .equipment.nscenter {
		max-width: 900px;
		margin: 0 auto 45px;
	}
	
	input[type="submit"] {
		color: #092702;
		background: #fff;
		padding: 13px 35px;
		border-radius: 30px;
		border: 2px solid #000000;
	}
	
	.ews-tab-nav-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.equipment-background, .roaster-background, .snack-card-default {
		position: relative;
	}
	
	.equipment-background::before, .roaster-background::before, .snack-card-default::before {
		content: 'Click For Details';
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 14px;
		line-height: 14px;
		width: 120px;
		padding: 10px;
		background-color: rgba(201, 158, 23, 0.75);
		color: #fff;
		text-align: center;
	}
	
	.mobilebar {
		z-index: 2;
	}
	
	div.article-container, div.article-container > div {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		height: 100%;
		background-color: #f9f9f9;
	}
	
	.article-container > .two_fifth {
		order: 0;
	}
	
	.article-container > .three_fifth {
		order: 1;
	}
	
	.article-container > .wp-block-ewsblocks-ewscolumns::after {
		order: 3;
	}
	
	div#pogvideos .one_half {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.home-main-awards {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 30px;
	}

	.top-bar div.new-touchless {
		width: 100%;
		padding: 12px;
		margin: 0 0 20px;
		background-color: #c89e16;
		color: #0b2906;
		font-weight: bold;
	}
	
	span.sml-hd-bnr {
		font-weight: normal;
		padding-top: 5px;
		display: inline-block;
		font-size: 1.2em;
	}
	
	span.alc-notice {
		display: inline-block;
		margin-top: 7px;
	}
	
	.top-bar {
		padding-top: 0;
	}
	
	.resp-sharing-button--twitter {
		background-color: #1970b1;
	}
	
	.article-container h3 {
		width: 100%;
		text-align: center;
	}
	
	div#post-3229 {
		width: 100%;
	}
	
	.strong-rating label::before {
		display: none;
	}
	
	.flex-media {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	div.blocks-sctn .block-row-wrapper div:not(.block-text-wrapper):not(.standard-image-wrapper) .flex-media img {
		object-fit: none;
		max-width: 100%;
		width: auto;
		height: auto;
		max-height: none;
	}
	
	.home-main-awards > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	
	.menu-toggle.button.new-button-style {
		border: 1px solid rgb(200 158 22);
	}
	
	.gform_wrapper.gravity-theme.office-quote-form_wrapper .gsection {
		border-bottom: none;
		padding: 0px;
	}
	
	.office-quote-form_wrapper h3 {
		margin-bottom: 0;
	}
	
	.office-quote-form_wrapper .fauxsix {
		font-size: 1em;
	}
	
	.office-quote-form_wrapper .fauxfour h3 {
		font-weight: bold;
	}
	
	.office-quote-form_wrapper div.gfield_radio {
		display: flex;
		flex-wrap: wrap;
		gap: 36px;
	}
	
	.gform_wrapper.gravity-theme.office-quote-form_wrapper .gfield-choice-input+label {
		max-width: none;
	}
	
	.gform_wrapper.gravity-theme.office-quote-form_wrapper .gfield_checkbox label, .gform_wrapper.gravity-theme.office-quote-form_wrapper .gfield_radio label {
		font-size: 18px;
		padding: 2px 4px 0;
	}
	
	.ltgraybg {
		background-color: #f7f7f7;
		box-shadow: 0 0 0 1px #e9e9e9;
	}

}

@media only screen and (min-width: 400px) {

}

@media only screen and (min-width: 600px) {
	
	.form-item-group.form-split {
		width: 49%;
		margin-right: 1%;
	}

}

@media only screen and (min-width: 768px) {
	
    .page-template-page-additional-content .content-section {
        padding: 1% 0 4%;
    }
	
	.share-bar::before {
		white-space: pre;
	}
	
	.home-main-awards figure {
		width: calc(33% - 30px);
	}
	
}

@media only screen and (min-width: 800px) {

    .after-content-catalogue {
        padding: 40px 0;
    }

    .after-content-catalogue-inner {
        grid-template-columns: 10% 1fr 2fr 10%;
        grid-template-rows: 60px 1fr 60px;
    }

    .after-content-catalogue-inner > figure {
        grid-column: 2;
        margin: 30px 0;
    }

    .catalogue-text-wrap {
        grid-column: 3;
        margin-left: -25px;
    }
}

@media only screen and (min-width: 900px) {
	
	/* HEADER */
	.head-section {
		-ms-grid-columns: 300px 1fr;
	}
	#menu-social-navigation, .banner-a {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
	}
	.banner-bar .banner-phn {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
	}
	div.right-aligned-nav .head-section, div.inline-right-aligned-nav .head-section {
		-ms-grid-columns: 1fr 300px;
	}
	div.center-aligned-nav .head-section {
		-ms-grid-columns: 1fr minmax(1px, 600px) 300px minmax(1px, 600px) 1fr;
		-ms-grid-rows: 1fr 50px;
	}
	div.inline-center-aligned-nav .head-section {
		-ms-grid-columns: 1fr minmax(1px, 600px) 300px minmax(1px, 600px) 1fr;
		-ms-grid-rows: 55px 0px 1fr;
	}
	div.center-aligned-nav #Logo {
		-ms-grid-column: 3;
	}
	div.inline-center-aligned-nav #Logo {
		-ms-grid-column: 3;
	}
	#menu-social-navigation, .banner-a, .banner-phn {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
	}
	div.right-aligned-nav #menu-social-navigation, div.right-aligned-nav .banner-a, div.right-aligned-nav .banner-phn, div.center-aligned-nav #menu-social-navigation, div.inline-right-aligned-nav #menu-social-navigation {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
	}
	#menu-social-navigation {
		-ms-grid-column: 2;
	}
	#menu-social-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
	}
	div.center-aligned-nav #menu-social-navigation ul, div.center-aligned-nav #menu-social-navigation, div.inline-center-aligned-nav #menu-social-navigation, div.inline-center-aligned-nav #menu-social-navigation ul{	
		display: -ms-grid;
	}
	
	div.center-aligned-nav #menu-social-navigation, div.inline-center-aligned-nav #menu-social-navigation {
		-ms-grid-columns: 1fr;
	}
	div.center-aligned-nav #menu-social-navigation, div.inline-center-aligned-nav #menu-social-navigation  {
		-ms-grid-column: 2;
	}
	div.inline-center-aligned-nav #menu-social-navigation {
		-ms-grid-row: 2;
	}
	div.right-aligned-nav .banner-bar .banner-phn, div.right-aligned-nav nav#menu-social-navigation{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
	}
	.banner-bar .banner-phn {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
	}
	div.inline-right-aligned-nav .banner-bar .banner-phn {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
	}
	div.center-aligned-nav .banner-bar, div.inline-center-aligned-nav .banner-bar{
		-ms-grid-column: 4;
	}
	div.inline-center-aligned-nav #menu-social-navigation{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
	}
	
	.one_full.nomargin.slider-container {
		margin: 0 auto;
	}

	.home .before-services {
		background-image: url('../../uploads/2019/08/home-hero-g.jpg');
	}
	
	.one_half.addpad.feature-text {
		padding: 20px 40px 20px 0;
	}
	
	.service-boxes-3 .home-service-box, .service-boxes-6 .home-service-box {
		width: 14.5%;
	}
	
	.blocks-sctn {
		margin-bottom: 0;
	}
	
	.building-block.greensection {
		padding: 80px 0;
		position: relative;
	}
	
	.building-block.greensection .block-row-wrapper .block-column.block-item-1 .fauxtwo {
		position: absolute;
		top: 50px;
		left: calc(30% - 100px);
		margin-top: 0;
	}
	
	.building-block.greensection .block-row-wrapper div.block-column.block-item-2 {
		grid-template-areas: 'greenbox';
		background-color: transparent;
	}
	
	.building-block.greensection .block-row-wrapper div.wp-block-ewsblocks-ewscolumns.block-column.block-item-2::after {
		content: '';
		display: block;
		width: 100%;
		height: 86%;
		background-image: url(../../uploads/2019/08/coffee-service-seattle-bg.jpg);
		background-size: auto 100%;
		background-position: 0 0;
		grid-area: greenbox;
		z-index: 0;
	}
	
	.building-block.greensection .block-row-wrapper div.block-column.block-item-2 .block-text-wrapper {
		max-width: 600px;
		grid-area: greenbox;
		z-index: 1;
		margin: 0;
		font-size: 1em;
	}
	
	.building-block.forbes div.block-row-wrapper {
		grid-template-columns: 1fr 2fr;
		padding: 20px 60px;
	}
	
	.building-block.forbes .block-row-wrapper .standard-image-wrapper {
		text-align: right;
		padding: 0;
	}
	
	.building-block.mainvideo .block-row-wrapper {
		padding: 30px 60px;
	}
	
	.building-block.mainvideo .block-row-wrapper .standard-image-wrapper {
		padding: 0;
	}
	
	.ftr-cta h3 {
		padding: 0 80px 20px;
	}

    .snack-card {
        height: 460px;
    }

    .featured-roasters-grid,
    .equipment-grid {
        grid-template-columns: 1fr 1fr;
    }
	
	.building-block.greensection .block-item-1 div.block-image-wrapper {
		height: 86%;
	}
	
	.building-block.greensection .block-row-wrapper div.block-column.block-item-2 .block-text-wrapper {
		height: auto;
	}
	
	.services-list figure.alignleft {
		margin-right: 50px;
	}
	
	.services-buttons {
		justify-content: space-around;
	}
	
	.page-id-1458 div.block-column .block-text-wrapper {
		margin: 0;
	}
	
	.page-id-1458 div.row-columns-1 .block-item-1 .block-text-wrapper, .page-id-1458 div.row-columns-2 .block-item-1 .block-text-wrapper, .page-id-1458 div.row-columns-3 .block-item-1 .block-text-wrapper {
		justify-self: center;
		margin-left: inherit;
	}
	
	.page-id-1458 div.row-columns-2 .block-item-2 .block-text-wrapper, .page-id-1458 div.row-columns-3 .block-item-3 .block-text-wrapper {
		justify-self: center;
		margin-right: inherit;
	}
	
	.top-bar div {
		margin: 0 20px 0;
	}
	
	.equipment-background::before, .roaster-background::before, .snack-card-default::before {
		display: none;
	}
	
	div#pogvideos .one_half {
		width: 48%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.vertcenterflex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.mainvideo .fixed-width-cont .one_third.extrapad {
		width: 40%;
	}
	
	.mainvideo .fixed-width-cont .two_third {
		width: 48%;
	}
	
	.one_third.featured-roaster {
		margin: 1%;
	}
	
	.article-container > .two_fifth {
		order: initial;
	}
	
	.article-container > .three_fifth {
		order: initial;
	}
	
	.article-container > .wp-block-ewsblocks-ewscolumns::after {
		order: initial;
	}
	
}

@media only screen and (min-width: 970px) {

}

@media only screen and (min-width: 1100px) {
	
	.with-sidebar #sidebar {
		width: 300px;
		padding: 0 10px;
	}
	
	.with-sidebar .hentry {
		width: calc(98% - 320px);
	}

}

@media only screen and (min-width: 1240px) {
	
	.home-service-box figure {
		grid-area: top;
		position: relative;
		z-index: 1;
		opacity: 1;
		transition: opacity 0.3s;
	}
	
	.home-service-box:hover figure {
		opacity: 0;
	}
	
	.home-service-box h2 {
		grid-area: top;
		position: relative;
		z-index: 1;
		opacity: 0;
		transition: opacity 0.3s;
	}
	
	.home-service-box:hover h2 {
		opacity: 1;
	}
	
	.home-service-box .home-service-description {
		width: 60px;
		height: 60px;
		margin: 0 auto;
		grid-area: top;
		background-image: url(../../uploads/2019/08/favicon.png);
		background-size: cover;
		background-position: center;
		position: relative;
		z-index: 0;
		opacity: 0;
		transition: opacity 0.3s;
	}
	
	.home-service-box:hover .home-service-description {
		opacity: 0.2;
    }
    
    .featured-roasters-grid,
    .equipment-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	
	.mainvideo .fixed-width-cont .one_third.extrapad {
		width: 23.333%;
	}
	
	.mainvideo .fixed-width-cont .two_third {
		width: 64.666%;
	}

}

@media only screen and (min-width: 1600px) {

}


/*                                                                                                                    */
/*                                                                                                                    */
/* CHANGE THIS TO SHIFT THE POINT WHERE THE MOBILE MENU CHANGES TO DESKTOP */
/*                                                                                                                    */
/*                                                                                                                    */
@media only screen and (min-width: 900px) {

	/* MENU */
	
	div.inline-default-aligned-nav nav#site-navigation {
		grid-column: 2;
		grid-row: 1 / 4;
		-ms-grid-column: 2;
	}
	
	#Logo, #site-navigation {
		-ms-grid-row: 1;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.sub-menu {
		display: inherit;
		transition: 0s;
	}

	.main-navigation {
		display: flex;
		line-height: 0;
		z-index: 5;
	}
	
	.nav-menu {
		width: 100%;
		align-self: center;
	}

	nav.main-navigation .nav-menu ul.menu, nav.main-navigation .nav-menu ul.menu.toggled-on {
		background: inherit;
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		float: none;
		width: 100%;
		border: 0;
		margin: 0 2%;
		max-width: 92%;
		box-shadow: none;
	}
	
	ul.sub-menu {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	
	ul.sub-menu ul.sub-menu {
		margin-top: -1px;
	}

	nav.main-navigation .nav-menu ul.menu li {
		width: auto;
		background-color: transparent;
	}

	nav.main-navigation .nav-menu ul.menu li a {
		display: flex;
		padding: 12px 12px;
		line-height: 1;
		text-shadow: none;
		justify-content: space-between;
	}

	nav.main-navigation .nav-menu ul.menu li ul.sub-menu li a {
		padding: 10px 25px;
	}
	
	.main-navigation .sub-menu > li:first-of-type {
		border-top: none;
	}
	
	ul.submenu li.menu-item-has-children a:after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 7px solid rgba(0, 0, 0, 0.5);
	}

	.main-navigation ul.menu, .main-navigation div.nav-menu > ul {
		/*border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;*/
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation ul.menu {
		border: none;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #000;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
		border-bottom: none;
		background: transparent;
		font-size: 15px;
		font-weight: normal;
		box-shadow: none;
	}
	.main-navigation li.menu-item-has-children a:after {
		margin-top: 4px;
		margin-left: 10px;
	}
	.main-navigation ul.sub-menu li.menu-item-has-children a:after {
		margin-top: 4px;
		margin-left: 10px;
		border-top: 5px solid transparent;
		border-left: 7px solid rgba(0, 0, 0, 0.5);
		border-bottom: 5px solid transparent;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #fffdfa;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 1em;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
	nav.main-navigation .nav-menu ul.menu > li > ul {
		margin-left: -1px;
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
		border-right: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li ul {
		width: 100%;
	}
	
	nav.main-navigation .nav-menu ul.menu li ul li ul li {
		float: none;
		display: flex;
		width: calc(100% - 2px);
	}
	
	.sub-menu li a {
		width: 100%;
		margin-left: 0;
	}
	
	.sub-menu .menu-item-has-children {
		border-top: 0;
	}
	
	.sub-menu li .sub-menu li a {
		width: 100%;
		margin-left: 0;
	}
	
	/*   ****  These styles are for the Logo in Menu option  ****   */
	
	div#Logo.in-nav {
		display: none;
	}
	
	.main-navigation.has-logo ul.menu, .main-navigation.has-logo div.nav-menu > ul {
		display: flex !important;
		justify-content: flex-end;
	}
	
	nav.main-navigation.has-logo .nav-menu ul.menu, nav.main-navigation.has-logo .nav-menu ul.menu.toggled-on {
		margin: 0 auto;
	}
	
	.main-navigation.has-logo ul.menu > li, .main-navigation.has-logo div.nav-menu > ul.menu > li {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.main-navigation li.nav-image {
		margin-right: auto;
	}
	
	.main-navigation.has-logo ul.menu .sub-menu {
		display: block;
	}

	nav.main-navigation .nav-menu ul.menu {
		justify-content: start;
	}
	
	.main-navigation li.menu-quote {
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #000;
		border-radius: 30px;
	}
	
	.main-navigation li.menu-quote a::after {
		content: "\f30b";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		margin-left: 10px;
		font-weight: 600;
	}
	
}

@media only screen and (min-width: 1300px) {

	nav.main-navigation .nav-menu ul.menu li a {
		padding: 12px 25px;
	}

	nav.main-navigation .nav-menu ul.menu {
		justify-content: flex-start;
	}
	
	.main-navigation li.menu-quote {
		margin-right: 0;
	}
	
}