/*
 Theme Name:   built by ABE Studios
 Theme URI:    http://abestudios.com/built-by-abe-studios/
 Description:  SiteOrigin North Child Theme built by ABE Studios
 Author:       Dolcizia Selvaggio
 Author URI:   http://abestudios.com
 Template:     siteorigin-north
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  siteorigin-north-child
*/

/* ---------- global ---------- */
body.responsive .container {
	max-width: none;
	margin: 0 auto;
	padding: 0;
}
body, .page-content, .entry-content {
	line-height: 1.4;
}
p, h1, h3, h4, h5 {
	color: #4b4b4b;
}
.page h2 {
	color: #067d7f;
}
.home-headline h2 {
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

body .pure-g [class*="pure-u"] {
	font-family: 'Inter', sans-serif;
}
a {
	text-decoration: none;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}
.post a {
	font-weight: bold;
}
.more-link {
	display: none;
}
.read-more {
	text-transform: uppercase;
	color: #4b4b4b!important;
	font-family: "Teko", sans-serif;
	display: table;
	padding: 10px 0;
}
.gray-button, .gray-button:hover {
	background-color: #4b4b4b;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Teko", sans-serif;
}
.site-content {
	max-width: 1000px;
	margin: 0 auto;
}
.entry-title {
	margin: 1em 0;
}
#main, #secondary {
	margin-top: 25px;
}
.page-title, .entry-title {
	color: #4b4b4b;
   font-size: 1.6em;
}
.woo-product {
	padding: 10px 0;
}
.woo-product-info {
	padding: 0 10px;
	display: flex;
   flex-direction: column;
   align-self: center;
}

/* ---------- slick slider ---------- */
.slick-slide {
	height: auto!important;
}
.favorite-brands h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 30px;
	font-size: 19px;
	padding: 8px 0 4px 0;
}
.explore-brands {
	display: inline-flex;
	padding: 20px;
	margin: auto;
}
.brand-icon img {
	height: 40px;
	width: auto;
	padding: 0 20px;
}
.slick-slider {
    margin: 0 !important;
    list-style-type: none;
    height: fit-content;
}
ul.slick-slider {
	margin: 0!important;
}
.brand-slider.slick-slider {
	height: 40px;
	overflow: visible;
}
.brand-slider-right.slick-arrow {
	margin-right: -10px;
}

.slider-left {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slider-right {
	position: absolute;
	right: 10px;
	top: 50%;
	    transform: translateY(-50%);
	z-index: 1;
}
ul.slick-dots {
	display: flex;
	justify-content: center;
	list-style-type: none;
	position: inherit;
	margin-top: -32px;
}
ul.slick-dots li {
	margin: 0 0.25rem;
}
ul.slick-dots li button:before {
	display: none;
}
ul.slick-dots li button {
	display: block;
	width: .75em;
	height: .75em;
	padding: 0;
	border: 1px solid #333333;
	border-radius: 100%;
	text-indent: -9999px;
}
ul.slick-dots li.slick-active button {
	background-color: #595959;
}
.slide-inner {
	position: relative;
}
.brand-slider-container {
	max-width: 925px;
    margin: 0 auto;
    padding: 20px 0;
}
.brand-slider-left {
	position: absolute;
	left: -20px;
	top: 50%;
	color: #067d7f;
	transform: translateY(-50%);
}
.brand-slider-right {
	position: absolute;
	right: -20px;
	top: 50%;
	color: #067d7f;
	transform: translateY(-50%);
}
.brands-slider-row {
    background-color: rgba(114, 114, 115, 0.4);
    border-bottom: 10px solid #067d7f;
}
.brand-slider img {
	height: 50px;
    width: auto;
    padding: 0 15px;
}
.favorite-brands-container {
	margin-top: 21px;
}
.favorite-brands {
	background-color: #727273;
}
.slick-slider, .slick-slider-mobile, .brand-slider, .slider {
    opacity: 0;
    display: none;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-slider.slick-initialized, .slick-slider.slick-initialized, .brand-slider.slick-initialized, .slider.slick-initialized {
    display: block;
    opacity: 1;
}

/* ---------- recent posts ---------- */
#pointer {
  	width: 225px;
    height: 56px;
    position: absolute;
    background: white;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    z-index: 9;
    margin-top: .7%;
    margin-left: 8%;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
}

#pointer:before {
  	content: "";
    position: absolute;
    right: -28px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 28px solid white;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}
.story-one h3 {
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 18px;
	font-family: "Teko", sans-serif;
	height: 75px;
}
.story-one .arrow {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e7e7e7 transparent transparent transparent;
	position: absolute;
	left: 30px;
}
.story-two .arrow {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	position: absolute;
    right: 254px;
    margin-top: -165px;
}
.story-three .arrow {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	position: absolute;
	right: 236px;
    margin-top: -165px;
}
.story-two h3, .story-three h3{
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 18px;
	font-family: "Teko", sans-serif;
	height: 75px;
}
.news h2 {
	display: inline-block;
	padding-right: 5px;
}
.news-story img {
	min-height: 200px;
}
.news-story p {
	background-color: #e7e7e7;
	padding: 10px;
	height: 125px;
	margin: 0;
	line-height: 1.4;
}
.news-story a, .news-story a:hover {
	color: #ffffff;
}
.news-container h3 {
    margin: 0;
}

/* ---------- subscription modal ---------- */
.footer-sub-close {
	font-size: 2em;
	color: #595959;
	position: absolute;
	top: 1em;
	right: 1em;
}
.subscribe-bar-home {
	background-color: #067d7f;
}
.subscribe-bar-home .sub-container {
	padding: 30px;
}
.subscribe-bar-home h2 {
	font-size: 30px;
	margin: 0;
}
.subscribe-bar-home p {
	font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
p.since {
	font-size: 50px;
	font-family: "teko", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin: -35px 0 40px 0;
}
.subscribe-bar h2 {
	font-size: 30px;
}
.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(0,0,0, .9);
	transition: opacity .25s ease;
	z-index: 1000;
}
.modal-bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.modal-state {
	display: none;
}
.modal-state:checked + .modal {
	opacity: 1;
	visibility: visible;
}
.modal-state:checked + .modal .modal-content {
	top: 50%;
}
.modal-content {
	transition: top .25s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-250px, -250px);
	width: 500px;
	background: #fff;
	border-radius: 5px;
	padding: 1em 2em;
}
.modal-close {
	position: absolute;
	right: 1em;
	top: 1em;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer;
}

.modal-close:after,
.modal-close:before {
	content: '';
	color: #ffffff;
	position: absolute;
	width: 2px;
	height: 1.5em;
	background: #ccc;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -1px;
	top: 0;
}

.modal-close:hover:after,
.modal-close:hover:before {
	background: #aaa;
}

.modal-close:before {
	transform: rotate(-45deg);
}

/* ---------- brand pages ---------- */
.brand-content {
	background-color: #ffffff;
}
.brand-header {
	overflow: hidden;
}
.brand-header::after {
	content: "";
	border-bottom: 200px solid white;
    border-right: 105px solid transparent;
    height: 0;
    width: 50%;
    margin-top: -5.6%;
    position: absolute;
    display: block;
}
.brand-header img:first-child {
    position: absolute;
    bottom: 2%;
    z-index: 1;
    right: 75%;
    max-height: 12%;
    width: auto;
}
.brand-header-mobile::after {
	content: "";
	border-bottom: 50px solid white;
    border-right: 27px solid transparent;
    height: 0;
    width: 40%;
    margin-top: -7.6%;
    position: absolute;
    display: block;
}
.brand-header-mobile img:first-child {
    position: absolute;
    bottom: 2%;
    z-index: 1;
    right: 72%;
    max-height: 12%;
    width: auto;
}
.file-tab img {
	max-width: 300px;
    position: relative;
    left: 40%;
    padding-top: 10px;
}
.brand-featured-products h2, .news-title h2 {
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 0;
}
.short {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.about-row, .button-container {
	padding: 30px 0;
}
.about-row h2 {
	margin-bottom: -15px;
}
.about-row p, .about-row h2, .secondary-color {
	color: #ffffff;
}
.product-description, .product-description:hover, .woo-product-description, .woo-product-description:hover {
	color: #000000;
	font-size: 16px;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
}
.product-number, .product-number:hover {
	color: #000000;
	font-size: 16px;
}
.prod-category h2 {
	margin: 0;
	color: #067d7f;
}
.feature-bottom {
	display: table;
}
.feature-bottom div {
	vertical-align: top;
}
.feature-buttons {
	margin-top: 20px;
}
.primary-button, .primary-button:hover, .woo-primary-button, .woo-primary-button:hover {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 15px 5px 15px;
	font-size: 18px;
	font-family: "Teko", sans-serif;
	display: table;
}
.feature-buttons .primary-button {
	padding: 12px 20px 10px 20px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-prod {
	padding: 15px;
	text-align: center;
}
.prod-image {
	padding: 20px;
}

.postid-3110 .news, .postid-3110 .feature-container, .postid-3110 .feature-area {
	display: none;
}


/* ---------- msds ---------- */
.msds-name a  {
	color: #067d7f;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 5px;
    font-size: 16px;
    font-family: "Teko", sans-serif;
    display: block;
    border: 2px solid #067d7f;
}
.msds-name a:hover {
	background-color: #067d7f;
	color: #ffffff;
}


/* ---------- dealer resources ---------- */
.tab button {
    background-color: #595959;
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-weight: 700;
    width: 90%;
    margin: 0 auto;
    padding: 8px;
    border: 0;
}
.tab button.active, .tab button:hover {
	background-color: #067d7f;
}
.request, .request:hover, .become, .become:hover {
	background-color: #067d7f;
    color: #ffffff!important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 40px;
    font-size: 18px;
    font-family: "Teko", sans-serif;
    display: table;
    margin: 10px auto!important;
    border: 0 solid #ccc;
    width: 90%;
    cursor: pointer;
}
.dealers {
	padding: 10px;
}
.dealerRequest {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
#media > p {
	text-align: center;
}
.media-types {
	text-align: center;
	padding-top: 10px;
}
.media-types > div {
	display: inline-block;
	width: 30%;
	text-align: center;
}
.media-types > div > div {
	display: block;
}
.media-types p {
	font-size: 18px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: #067d7f;
    margin: 0;
}
.tabcontent {
	display: none;
	padding-top: 10px;
}
.tabcontent h3 {
	text-align: center;
	font-size: 1.5rem;
	color: #067d7f;
	font-family: "Teko", sans-serif;
    font-weight: 700;
}
.tabcontent a {
	font-weight: bold;
	color: #595959;
}
.tabcontent a:hover {
	color: #067d7f;
}
.page-id-153 {
	background-color: #cccccc;
/*	background-image: url('/wp-content/uploads/Wallboard_Dealer.png');
	background-repeat: no-repeat;*/

}
.page-id-153 h1 {
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 3rem;
	margin-bottom: 0;
	line-height: 3rem;
}
.page-id-153 #main span {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4rem;
	padding-bottom: 10px;
	display: block;
	font-family: 'Inter', sans-serif;
}
table th, table td {
    padding: 0.3em;
    border: 1px solid #333333;
}
#inStoreServices div {
	text-align: center;
}
#inStoreServices div p {
	font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
#counter p {
	margin-bottom: 0!important;
	margin-top: 20px;
}

.wpcf7 form.wpcf7-form .dark-label h3 {
	color: #000 !important;
}

/* ---------- archive ---------- */
#secondary {
	padding-left: 20px;
	position: relative;
}
#secondary aside {
	margin-bottom: 20px;
}
#search-2 {
	display: grid;
}
#search-2 form {
	display: flex;
	border: 2px #067d7f solid;
}
#search-2 input {
	box-sizing: border-box;
	padding: 5px;
	border: 0;
}
#search-2 button {
	box-shadow: 0;
	border: 0;
}
.entry-thumbnail {
	float: left;
    width: 30%;
    margin-right: 20px;
}

.search-results iframe {
	max-width: 50%;
	height: auto;
}

/* ---------- other pages ---------- */
#about-green {
	background-color: #067d7f;
	margin-bottom: 30px;
}
#about-green a {
	color: #dcdcdc;
}
#about-green a:hover {
	color: #ffffff;
}
#about-green .panel-grid-cell p {
	color: #ffffff;
	padding: 30px 0;
	font-family: "Teko", sans-serif;
	font-size: 24px;
}
ul.trim-tex li {
	color: #067d7f;
	font-weight: bold;
}
#terms h4 {
	font-size: 20px;
    color: #067d7f;
}
#terms ul {
	list-style-type: none;
}

/* ---------- contact page ---------- */
.contact-container, .page-id-563 .entry-title {
	padding: 0 10px;
}
.contact-container p, .contact-container h2, .contact-container h3 {
	margin: 5px 0;
	text-transform: uppercase;
}
.contact-us .address b, .contact-us .phone b, .contact-us .fax b {
	font-family: "Teko", sans-serif;
}
.email-title {
	background-color: #727273;
}
.email-title h3 {
	color: #ffffff;
	font-family: "Teko", sans-serif;
	margin: 20px 0 0 15px;
}
.envelope {
	margin-bottom: -5px;
}
.mail {
	margin: 10px 0;
}
.email {
	background-color: #dddddd;
}
.email p {
	color: #0f696e;
	text-align: center;
	padding: 5px;
}
.contact-form-container {
	background-color: rgba(11, 108, 111, .8);
}
.wpcf7 form.wpcf7-form p {
	margin: 0;
}
.wpcf7 form.wpcf7-form h3 {
	color: #ffffff;
}
.contact-form input[type="submit"], .contact-form input[type="submit"]:hover {
	background-color: #067d7f;
	color: #ffffff;
	text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Teko", sans-serif!important;
    border: 0;
    margin: 10px 0;
    float: right;
}

/* ---------- wooCommerce ----------*/
.north-icon-cart {
	display: none;
}
.wooC {
	background-color: rgba(114, 114, 115, 0.4);
}
.woocommerce.single .wooC {
	display: none;
}
.woo-favorite {
	margin: 0;
	text-align: center;
	padding: 8px 0 0;
	font-size: 1.6em;
	text-transform: uppercase;
	font-family: teko;
	background-color: #fff;
}
.woo-brands.slick-slider {
	max-width: 1000px;
	margin: 0 auto!important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce .content-area h2, .woocommerce.content-area h2 {
	font-size: 1.2em!important;
	color: #292929;
}
.woocommerce .widget-title {
	font-size: 1.6em!important;
}
.woocommerce #main {
	display: grid;
}
.widget_product_categories ul li:before {
	content: "";
}
.woocommerce .woocommerce-result-count {
	display: none;
}
li.product-category {
    width: 15%!important;
}
li.product-category.product.first, li.product-category.product, li.product-category.product.last {
	margin: 10px !important;
}
li.product-category img {
	border: 1px solid #dee2e6;
	padding: .25em;
}
li.product-category h2 {
	padding: 0!important;
}
.breadcrumbs {
	grid-row: 1/2;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
}
.breadcrumbs a, .breadcrumb_last {
	color: #067d7f;
}
.woocommerce .widget-area .widget ul {
	padding-left: 0;
}
.woocommerce .toggle {
	float: right;
	padding-right: 10px;
}
.woocommerce.equalize-rows #main ul.products {
	justify-content: space-evenly;
}
.single-product #secondary {
	display: none;
}
.single-product main {
	margin-left: 0!important;
}
.woocommerce .slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.woocommerce .slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.woocommerce.single #content div.product .summary {
    display: grid;
}
.woocommerce.single #content div.product .product-under-title-meta {
	display: none;
}
.breadcrumb_last {
	display: none;
}
.woocommerce.single #main {
	display: block;
}
.fa-expand:before {
    content: "\f00e"!important;
}
.wpgis-slider-for .btn-next {
    margin-right: 0;
	 opacity: .8;
	 z-index: auto;
}
.wpgis-slider-for .btn-prev {
    margin-left: 0;
	 opacity: .8;
	 z-index: auto;
}
.woocommerce div.product div.images img {
	background-color: #ffffff;
}
a.wpgis-popup, a.wpgis-popup:hover {
	color: #0b7d7f;
}
/* #wpgis-gallery .slick-list {
	max-height: 292px;
} */
.woocommerce.single .entry-title {
	margin-bottom: 0;
}
.woocommerce.single .breadcrumbs {
	margin-top: 0;
}
.woocommerce.single .summary .page p {
	margin-top: 0;
	margin-bottom: 15px;
}
.tags-list {
	margin-top: 0;
}
.woo-brand-logo img {
	max-height: 60px;
	width: auto;
}
.woo-button, .woo-button:hover {
    background-color: #067d7f;
    color: #ffffff;
    font-family: teko;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0 0;
    margin-top: 20px;
}
.wc-tabs {
    background-color: #727273;
    display: flex;
    justify-content: space-evenly;
	 width: calc(100vw);
	 position: relative;
	 right: calc((100vw - 100% )/2);
	 margin-bottom: 0!important;
}
.wc-tabs li a {
    font-family: teko;
    color: #ffffff!important;
    text-transform: uppercase;
    font-size: 18px;
}
.wc-tab {
	background-color: #cccccc;
	width: calc(100vw);
	position: relative;
	right: calc((100vw - 100% )/2);
}
.woocommerce.single #content div.product .woocommerce-tabs .tabs li {
	border: 0px!important;
}
.woo-table {
	overflow-x: auto;
	display: table;
	margin: 0 auto;
	padding: 30px 15px;
}
.woocommerce table {
	font-size: 16px;
	text-align: center;
	color: #333333;
	margin-bottom: 0;
	background-color: white;
}
.woocommerce table th {
	text-transform: uppercase;
}
.woocommerce table th, .woocommerce table td {
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #333333;
	text-align: left;
}
.related.products .products h2 {
	height: 65px;
}

#secondary .widget .wpf_reset_btn {
	position: absolute;
	top: 0;
}

.wpf_items_wrapper.wpf_layout_vertical {
	padding-top: 50px;
}
div.wpf_layout_vertical .wpf_item .wpf_hierachy li li {
	display: grid;
	grid-template-columns: 26px 1fr;
}
div.wpf_layout_vertical .wpf_item .wpf_hierachy ul {
	margin-top: 15px;
	padding-top: 10px;
	margin-left: 15px;
}
.wpf_layout_vertical .wpf_item .wpf_hierachy ul label {
	color: #0b7d7f;
}

.wpf_has_sub_items_1, .wpf_has_sub_items_2 {
	cursor: pointer;
}

/* ---------- dealer locator ---------- */
.wpcf7 #wb-form input.wpcf7-form-control.wpcf7-text, .wpcf7 #wb-form input.wpcf7-form-control.wpcf7-number, .wpcf7 #wb-form input.wpcf7-form-control.wpcf7-date, .wpcf7 #wb-form textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 #wb-form select.wpcf7-form-control.wpcf7-select, .wpcf7 #wb-form input.wpcf7-form-control.wpcf7-quiz {
	padding: 7px 15px;
	font-size: 1.1em;
	margin: 10px 0;
}
@media screen and (max-width: 1040px) {
	.page-id-1967 .content-area {
	 	padding: 0 30px;
	}
}

@media screen and (min-width: 600px){
	#wb-form .full {
	display: flex;
	justify-content: space-between;
}

	#wb-form .half {
		width: 48%;
	}
}


/* ---------- instagram ---------- */
.page-id-3358 {
	background-color: #595959;
}

.page-id-3358 header,
.page-id-3358 .masthead-sentinel,
.page-id-3358 .subscribe-bar,
.page-id-3358 #secondary,
.page-id-3358 footer {
	display: none!important;
}

.page-id-3358 main {
	margin: auto;
	max-width: 500px;
}

.page-id-3358 ul {
	list-style: none;
}

.page-id-3358 #pgc-3358-0-0 {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: auto;
}

.page-id-3358 #panel-3358-0-0-1 {
	width: 100%;
}

.page-id-3358 #menu-instagram-2 {
	margin: 0;
}

.page-id-3358 #menu-instagram-2 li a {
	color: #fff;
	background-color: #333333;
	text-transform: uppercase;
    text-align: center;
    padding: 12px 20px 10px 20px;
    font-size: 18px;
    font-family: "Teko", sans-serif;
    cursor: pointer;
    margin-top: 10px; 
}

/* ---------- mobile styles ---------- */
@media screen and (min-width: 357px ) {
	p.since {
		 margin: -15px 0 10px 0;
	}
}
@media screen and (max-width: 425px ) {
	.news-story {
		display: grid!important;
	}
	.news-story .story-info {
		grid-row: 2/3;
	}
}
@media screen and (max-width: 567px) {
	h2 {
		font-size: 1.8em;
	}
    #full-slider {
		display: none!important;
	}
    .brand-header {
		display: none;
	}
	.brand-header-mobile {
		display: block;
	}
	.feature-info {
		display: table;
		width: 100%;
		padding: unset;
	}
	.brand-featured-products h2 {
		font-size: 20px;
	}
	.product-image, .woo-product-image {
		text-align: center;
	}
	.secondary-button, .feature-buttons .primary-button , .footer-sub {
		width: 90%;
    	display: table;
    	margin: 0 auto;
	}
	.secondary-button:first-of-type, .footer-sub {
		margin-bottom: 15px;
	}
	.story-one h3 {
		height: auto;
	}
	.news-story p {
		height: auto;
	}
	.story-info, .story-info p {
		line-height: 1.2!important;
	}
	.arrow {
		display: none;
	}
	.news-story img {
		display: table;
		margin: 0 auto;
	}
	.subscribe-bar-home h2, .subscribe-bar h2 {
		font-size: 21px;
	}
	p.since {
		line-height: unset;
	}
	li.product-category {
		width: 43%!important;
	}
	.sub-container {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 568px) {
	.product-container, .woo-product-container {
		margin-bottom: 30px;
	}
	#mobile-slider {
		display: none;
	}
	.secondary-button:first-of-type {
		margin-right: 10px;
	}
	li.product-category {
	   width: 28%!important;
	}
	.related.products .products h2 {
		height: auto;
	}
	.woo-product {
	    padding: 10px;
	}
	.woo-product-info {
		min-height: 81px;
		display: flex!important;
		flex-direction: column;
		justify-content: space-between;
	}
	.woo-product-info {
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	#secondary {
		padding-top: 0!important;
		margin-top: 0!important;
	}
	.related.products li {
		width: 50%!important;
	}
}
@media screen and (min-width: 601px) {
	.breadcrumbs {
		margin: 0;
	}
	.woocommerce #secondary {
		padding-left: 0;
		padding-right: 0;
		margin-top: 130px;
	}
}
@media screen and (max-width: 768px) {
	.contact-header {
		display: none!important;
	}
	.menu-item-has-children > a::after {
		content: none;
	}
	.contact-form h3 {
		text-align: left!important;
	}
	.site-logo {
		display: none;
	}
	.tab button {
	    width: 100%;
	    height: 65px;
	}
	.tab button.active, .tab button:hover {
		height: 70px;
	}
	.brand-slider-container {
		width: 85%;
	}
	.brand-slider img {
		height: 30px;
	}
	.modal-content {
		position: unset;
		transform: none;
		width: 90%;
	}
	.modal-content {
		position: unset;
		transform: none;
		width: 90%;
	}
	.right-footer h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	#menu-footer li {
		display: list-item;
	}
	.subscribe-bar-home h2, .subscribe-bar h2 {
		font-size: 27px;
	}
	.brand-header::after {
	    width: 47%;
	}
	.brand-header img:first-child {
	    right: 76%;
	}
}
@media screen and (min-width: 769px) {
	#masthead.layout-centered .head-container {
		margin: 0 auto!important;
		background-color: #ffffff;
		background-image: url("/wp-content/uploads/2018/07/graybar.png");
		background-repeat: no-repeat;
		background-position: 56%;
		background-origin: border-box;
		background-size: cover;
	}
	.masthead-sentinel {
		height: 149px!important;
	}
	.site-tagline img {
		max-width: 37%;
	}
	.contact-header {
		text-align: right;
	    font-size: 18px;
	    line-height: 20px;
	    display: table;
	    position: absolute;
	    right: 15px;
	    top: 50%;
    	transform: translateY(-50%);
	}
	.contact-header p {
		margin-bottom: 0;
	}
	.head-container {
    	height: 100px;
	}
	.main-navigation {
		right: 0;
		bottom: 0;
    	transform: translateY(100%);
    	background-color: #0b7d7f;
    	width: 100%;
    	z-index: -1;
	}
	.menu-menu-1-container {
		margin-top: 10px;
	}
	.main-navigation a:not(.ubermenu-responsive-toggle) {
		text-transform: uppercase;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: -2px;
	}
	.main-navigation ul ul {
	  -webkit-transition: none;
	  -moz-transition: none;
	  transition: none;
	}
	.main-navigation ul > li {
	    padding: 0.25em 0;
	}
	.main-navigation ul > li a {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.main-navigation ul a:hover {
		color: #4b4b4b!important;
	}
	.main-navigation .menu > li.current-menu-item > a {
		border-bottom: 2px solid #ffffff;
	}
	.sub-menu {
		border: none!important;
	}
	.menu-item-has-children > a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0d7";
		padding-left: 5px;
	}
	li#menu-item-141 {
	    border-left: 2px solid #4b4b4b;
	    margin-left: 10px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]:not('wpcf7-form-control'), input[type="text"] {
		padding: 0 5px;
	}
	input[type="submit"]:not('wpcf7-form-control') {
		font-family: "Font Awesome 5 Free"!important;
	}
	.main-navigation .shopping-cart {
		display: none;
	}
	#mobile-navigation .shopping-cart-link {
		display: none;
	}
	.tg  {
		border-collapse:collapse;
		border-spacing:0;
	}
	.spicewpsearchform{
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    background: #333333;
    padding: 20px;
	}
	.spicewpsearchform form[method="get"] {
		margin-bottom: 0;
		display: flex;
	}
	.spicewpsearchform input[type="search"] {
		font-size: 1em;
		padding: 10px;
		width: 200px;
	}
	.spicewpsearchform input[type="text"] {
	    width: 78%;
	    height: auto;
	    border: 1px solid #5ca2df;
	    padding: 11px 12px;
	    border-radius: 0px !important;
	    }
	.spicewpsearchform button {
		background-color: #0b7d7f!important;
		border: 0!important;
		padding: 0 10px!important;
	}
	.favorite-brands h2 {
		font-size: 25px;
	}
	.tab button {
		width: 100%;
	    margin-left: 0;
	    height: 65px;
    	font-size: 18px;
	}
	.tab button.active, .tab button:hover {
		height: 70px;
	}
	.request, .request:hover, .become, .become:hover {
		width: 50%;
	}
	.brand-header img:first-child {
		right: 70%;
	}
	.brand-header:after {
		width: 50%;
	}
	.tab {
		padding-right: 15px;
	}
	.request, .request:hover, .become, .become:hover {
		width: 50%;
	}
	.media-types > div {
		padding: 2%;
	}
	.brand-slider-container {
		width: 85%;
	}
	.brand-slider img {
		height: 40px;
	}
	.mail:first-child {
		padding-right: 10px;
	}
	.contact-form > div > div {
    padding: 5px;
	}
	.recaptcha {
		float: right!important;
	}
	.brand-header:after {
		width: 50%;
	}
	.right-footer {
		display: table;
		margin: auto;
	}
	.footer-menu li {
		display: inline-block;
	}
	#inStoreServices div.bottom-services {
		width: 50%;
	}
	#signs {
		float: left;
	}
	#merchandiser {
		float: right;
	}
	.brand-header::after {
	    width: 46%;
	}
	.brand-header img:first-child {
	    right: 75%;
	}
	.woocommerce.equalize-rows #main ul.products {
		justify-content: space-evenly;
	}
	.woocommerce #secondary {
		padding-right: 20px;
		margin-top: 135px;
	}
	.woocommerce.single #content div.product div.images {
		width: 100%;
	}
	.woocommerce.single #content div.product div.images, .woocommerce .slick-slider, .slick-initialized .slick-slide, iframe#product_video_iframe {
		max-height: 650px;
	}
	.woocommerce.single #content div.product div.images .slick-track {
		height: 650px;
	}
	.woocommerce.single #content div.product div.images .slick-track .slick-slide:not(.product_thumbnail_item) {
		display: flex;
		height: 100% !important;
	}
	.woocommerce.single #content div.product div.entry-summary {
		width: 100%;
	}
	.slick-vertical .slick-slide, .slick-vertical .slick-slide img {
		max-height: 200px;
	}
	.slick-vertical .slick-slide img {
		object-fit: cover;
	}
}
@media screen and (max-width: 970px) {
	/* here */
	.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page) .site-content .widget-area, .layout-wc-sidebar-left .site-content .widget-area {
		min-width: 280px !important;
	}

	.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page) .site-main, .layout-wc-sidebar-left .site-main {
		margin-left: 310px !important;
	}
	.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page) .content-area, .layout-wc-sidebar-left .content-area {
		margin-left: -310px !important;
	}

	.wc-columns-3.woocommerce #main ul.products li.product {
		width: 46% !important;
	}
	.woo-tax-page.wc-columns-3.woocommerce #main ul.products li.product {
		width: 28% !important;
	}
}
@media screen and (max-width: 745px ) {

	.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page) .site-main, .layout-wc-sidebar-left .site-main {
		margin-left: 0 !important;
	}
	.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page) .content-area, .layout-wc-sidebar-left .content-area {
		margin-left: 0 !important;
	}
	#secondary .widget .wpf_reset_btn {
		position: relative;
		margin-top: 5px;
	}
}
@media screen and (max-width: 575px) {
	.woo-tax-page.wc-columns-3.woocommerce #main ul.products li.product {
		width: 43% !important;
	}
}
@media screen and (max-width: 375px) {
	.woo-tax-page.wc-columns-3.woocommerce #main ul.products li.product {
		width: 100% !important;
	}
}
@media screen and (max-width: 1023px) {
	.woocommerce .site-content {
		padding: 0 15px;
	}
	.main-navigation a:not(.ubermenu-responsive-toggle) {
	    font-size: 18px;
   	 	line-height: 18px;
	}
	.primary-button, .primary-button:hover, .woo-primary-button, .woo-primary-button:hover {
		position: unset;
		bottom: 0px;
		display: table;
		width: 100%;
		margin:0 auto;
	}
	.news-container {
		max-width: 500px;
		margin: 0 auto;
	}
	.story-one .arrow {
		left: calc(50% - 200px);
		margin-top: -1px;
	}
	.story-two .arrow {
		right: calc(50% - 1px);
	}
	.story-three .arrow {
		right: calc(50% - 19px);
	}
	.subscribe-bar-home h2, .subscribe-bar h2 {
		font-size: 25px;
	}
	.about-row {
	padding: 30px;
}
}
@media screen and (min-width: 1024px) {
	.favorite-brands h2 {
    font-size: 30px;
    }
    .brand-header::after {
	    width: 43%;
	}
	.woo-product {
	    padding: 0;
	}
	.woo-product-info {
		padding: 0 10px;
		height: 142px;
	}
}
@media screen and (min-width: 1280px) {
	#masthead {
		height: 187px;
	}
	.masthead-sentinel {
		height: 187px!important;
	}
	.head-container {
		height: 125px;
	}
	.site-logo {
		position: absolute;
		z-index: 10;
	}
	.site-logo img {
	    max-width: 150px;
    	margin-top: 15px;
    	margin-left: 30px;
	}
	.site-tagline img {
		max-width: 350px;
		left: 15%;
	}
	.menu-menu-1-container {
		margin-top: 16px;
	}
}
@media screen and (min-width: 1440px) {
	.site-tagline img {
		left: 18%;
	}
	.site-logo img {
		margin-left: 80px;
	}
}


/* ---------- classes to show/hide an element based on size ---------- */
/* ----- pure-hidden-xs ----- */
@media screen and (max-width:567px) {
    .pure-visible-sm,
    .pure-visible-md,
    .pure-visible-lg,
    .pure-visible-xl,
    .pure-hidden-xs {
    	display: none;
    }
}

/* ----- pure-hidden-sm ----- */
@media screen and (min-width:568px) and (max-width:767px) {
    .pure-visible-xs,
    .pure-visible-md,
    .pure-visible-lg,
    .pure-visible-xl,
    .pure-hidden-sm	{
    	display: none;
    }
}

/* ----- pure-hidden-md ----- */
@media screen and (min-width:768px) and (max-width:1023px) {
    .pure-visible-xs,
    .pure-visible-sm,
    .pure-visible-lg,
    .pure-visible-xl,
    .pure-hidden-md	{
    	display: none;
    }
}

/* ----- pure-hidden-lg ----- */
@media screen and (min-width:1024px) and (max-width:1279px) {
    .pure-visible-xs,
    .pure-visible-sm,
    .pure-visible-md,
    .pure-visible-xl,
    .pure-hidden-lg	{
    	display: none;
    }
}

/* ----- pure-hidden-xl ----- */
@media screen and (min-width:1280px) {
    .pure-visible-xs,
    .pure-visible-sm,
    .pure-visible-md,
    .pure-visible-lg,
    .pure-hidden-xl {
    	display: none;
    }
}

@media screen and (max-width: 440px){
	.page-id-47 {
		padding-left: 6px;
	}
}

.postid-5472 .feature-container h2 {
	color: #FFF !important;
}
.postid-5472 .feature-bottom {
	margin-top: 25px;
}
.postid-5472 .feature-bottom div {
	width: 100%;
	text-align: center;
	padding: 0;
}
.postid-5472 .feature-info {
	order: 2;
}
.postid-5472 .primary-button {
	margin-left: auto;
	margin-right: auto;
}