 /*
Theme Name: Griffith Bag Company
Description: A custom Child Theme created by <a href="http://www.estlanddesign.com">Estland Design</a> in Harrisonburg.
Version: 1.0
Author: Estland
Author URI: http://estlanddesign.com
Template: enfold
*/


/******************************
Table of Contents =TOC
/******************************

Color Guide
Fonts
Header
Homepage
Footer
Special Pages
Forms
Global Styles
Mobile Styles

/******************************
=Imports
******************************/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

/******************************
=Color Guide
******************************/

:root {
	
	--white: #ffffff;
	
	--palest-gold: #e2d5bb; /* hr */
	--palest-gold: #f3e8d1;
	--pale-gold: #CEB88D; /* borders */
	--gold: #BD7D06; /* headers, special links, backgrounds */
	--gold: #a36b00;
	--gold: #a8732c;
	--bright-gold: #f4be49; /* right arrow in links */
	--dark-gold: #945d00;
	
	--palest-brown: #867875; /* selected items */
	--palest-brown: #827370;
	--paler-brown: #543D2A; /* backgrounds */
	--pale-brown: #3e2f22; /* strong text in header */
	--dark-brown: #2E1908; /* backgrounds */
	--darkest-brown: #1F1105; /* footer background */
	
	--pale-gray: #F0F3F6; /* backgrounds */
	--gray: #e8e8e8; /* image backgrounds */
	
	--pale-blue: #548F9C; /* normal links */
	--pale-blue: #32808f;
	
	--palest-green: #006B5B; /* buttons */
	--pale-green: #115743; /* backgrounds */
	--dark-green: #023325; /* backgrounds */
	--text-green: #51534A; /* text */
	
}

/******************************
=Fonts
******************************/

:root {
	
	--font: 'Open Sans', sans-serif;
	--title-font: 'Antonio', sans-serif;
	
	--xxs-size: max( 0.54rem, 13px );
	--xxs-size: 0.50rem;
	--xs-size : max( 0.62rem, 14px );
	--xs-size : 0.66rem;
	--s-size  : 0.81rem;
	--s-size  : 0.83rem;
	--p-size  : 1.00rem;
	--p-size  : 1.00rem;
	--h5-size : 1.04rem;
	--h5-size : 0.77rem;
	--h4-size : 1.35rem;
	--h4-size : 1.11rem;
	--h3-size : 1.62rem;
	--h3-size : 1.33rem;
	--h2-size : 1.92rem;
	--h2-size : 1.66rem;
	--h1-size : 1.00rem;
	--h1-size : 1.00rem;
	
	font-size: 22px;
	line-height: 1.3;
	
}
@media(max-width:989px) {
	:root {
		font-size: 18px;
	}
}
@media(max-height:700px) {
	:root {
		font-size: 18px;
	}
}

/* Default maximum container width 1310px, changed to 1640px per design */

/* Headings */
h1, #top h1,
h2, #top h2, .griffith-h2, .griffith-h2 *,
h3, #top h3, .griffith-h3, .griffith-h3 *,
h4, #top h4, .griffith-h4,
h5, #top h5, .griffith-h5,
h6, #top h6 {
	color: var(--gold);
	font-family: var(--title-font);
	font-size: var(--p-size);
	font-weight: bold;
	letter-spacing: initial;
	text-transform: uppercase;
}
h2, #top h2, #top .griffith-h2, .griffith-h2 * {
	font-size: var(--h2-size);
}
h3, #top h3, #top .griffith-h3, .griffith-h3 * {
	font-size: var(--h3-size);
}
h4, #top h4, #top .griffith-h4, .griffith-h4 * {
	color: var(--dark-green);
	font-size: var(--h4-size);
}
h5, #top h5, #top .griffith-h5, .griffith-h5 * {
	color: var(--dark-green);
	font-size: var(--h5-size);
}
h1 strong, #top h1 strong,
h2 strong, #top h2 strong,
h3 strong, #top h3 strong {
	color: var(--pale-brown);
}

/* Text */
div, p, span, ul, li {
	color: var(--text-green);
	font-family: var(--font);
	font-size: var(--p-size);
}
p {
	line-height: 1.2;
}

/* Links */
a {
	background-image: linear-gradient( currentcolor, currentcolor );
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 0 2px;
	color: var(--pale-blue);
	transition: background-size 0.2s linear, color 0.2s linear;
}
a:hover, #top#top a:hover,
a:focus, #top#top a:focus {
	text-decoration: none;
}
p a:hover,
p a:focus,
div > a:hover,
div > a:focus,
li > a:hover,
li > a:focus {
	background-position: left bottom;
	background-size: 100% 2px;
}

/* Links in titles */
h2 a,
h3 a {
	transition: color 0.2s linear;
}
h2 a::after, .griffith-h2 a::after,
h3 a::after, .griffith-h3 a::after,
.link-blocks .av-column-link .link-block-title p::after,
.griffith-products-pagination .wpv-filter-next-link::after,
.griffith-products-pagination .wpv-filter-previous-link::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--bright-gold);
	content: ""; /* right angle */
	font-family: 'entypo-fontello';
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.3ch;
	position: relative;
	speak: never;
	top: 2px;
	transition: color 0.2s linear;
	vertical-align: bottom;
}
.griffith-products-pagination .wpv-filter-previous-link::before {
	content: ""; /* left angle */
	margin-left: 0;
	margin-right: 0.3ch;
}
h2 a:hover, #top h2 a:hover,
h2 a:focus, #top h2 a:focus,
h3 a:hover, #top h3 a:hover,
h3 a:focus, #top h3 a:focus {
	color: var(--pale-gold);
}
h2 a:hover::after,
h2 a:focus::after,
h3 a:hover::after,
h3 a:focus::after,
.link-blocks .av-column-link:hover .griffith-h2 p::after,
.link-blocks .av-column-link:focus .griffith-h2 p::after {
	/*color: var(--gold);*/
}

/* Read more links */
.griffith-read-more,
.griffith-read-more a,
.griffith-testimonial .av_textblock_section a,
.griffith-icon-box a,
#top .iconbox_content_title {
	color: var(--pale-blue);
	font-family: var(--font);
	font-size: var(--s-size);
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
}

/******************************
=Fix margins
******************************/

/* Debug */
* {
	/*box-shadow: inset 0 0 1rem 0 pink;*/
	/*background-clip: content-box;*/
}
*:last-child {
	/*box-shadow: inset 0 0 1rem 0 green;*/
}

/* Spacing between rows */
:root {
	--margin-between-rows: 60px;
}

/* Set new default column margin */
#top .content {
	padding-bottom: var(--margin-between-rows);
	padding-top: var(--margin-between-rows);
}

/* Undo default column margins */
#top .avia-section:not(.link-blocks) .flex_column:last-of-type:not([class*="hanging-"]) {
	margin-bottom: 0 !important;
}

/* Undo style.css margin */

/* Undo layout.css margin */
#top .slide-entry-wrap,
#top form {
	margin-bottom: 0;
}
#top#top .gform_footer {
	padding-bottom: 0;
}
#top p:last-child {
	margin-bottom: 0;
}
/* Undo layout.css margins that need important */
#top#top#top .slide-entry:not(.first) {
	margin-bottom: 0 !important;
}


/******************************
=Forms
******************************/

:root {
	--input-padding: 0.88rem;
	--button-padding: 0.64rem;
}
#top#top input,
#top#top select,
#top#top option,
#top#top textarea,
#top#top button {
	background: var(--pale-gray);
	border: none;
	border-radius: 0;
	color: var(--text-green);
	font-family: var(--font);
	font-size: var(--s-size);
	line-height: var(--s-size);
	padding: var(--input-padding);
	transition: background 0.1s linear, color 0.1s linear;
}
#top#top input,
#top#top select,
#top#top option,
#top#top button {
	height: calc( var(--input-padding) + var(--s-size) + var(--input-padding) );
}
#top#top option,
#top#top textarea {
	line-height: 1.8;
}
#top#top textarea {
	min-height: 8em;
}
#top#top input:active,
#top#top textarea:active,
#top#top select:active,
#top#top input:focus,
#top#top textarea:focus,
#top#top select:focus,
#top#top input:active::placeholder,
#top#top textarea:active::placeholder,
#top#top select:active::placeholder,
#top#top input:focus::placeholder,
#top#top textarea:focus::placeholder,
#top#top select:focus::placeholder {
	background: var(--palest-brown);
	box-shadow: none;
	color: var(--white);
	outline: none;
}
#top#top#top input::placeholder,
#top#top#top textarea::placeholder,
#top#top#top select::placeholder {
	background: none;
}
#top#top .ginput_container_select {
	position: relative;
}
#top#top .ginput_container_select::after {
	content: "";
	display: block;
	font-family: "entypo-fontello";
	font-size: var(--s-size);
	font-weight: bold;
	height: calc( var(--input-padding) + var(--s-size) + var(--input-padding) );
	line-height: calc( var(--input-padding) + var(--s-size) + var(--input-padding) );
	position: absolute;
	right: var(--input-padding);
	top: 0;
	transition: color 0.1s linear;
	vertical-align: middle;
}
#top#top .ginput_container_select:focus-within::after {
	color: var(--white);
}
/* Labels */
#top#top .griffith-label {
	color: var(--dark-green);
	font-family: var(--font);
	font-size: var(--s-size);
	text-transform: uppercase;
}
/* Checkboxes */
#top#top .checkbox {
	font-size: var(--s-size);
	font-weight: normal;
	height: auto;
	line-height: 1rem;
}
#top#top .checkbox * {
	float: none;
	font: inherit;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
#top#top .checkbox label {
	color: var(--dark-green);
	cursor: pointer;
	display: inline-block;
	font-size: var(--s-size);
	padding: 0.5rem;
	padding-left: 0;
	text-transform: capitalize;
}
#top#top .checkbox input {
	height: 1px;
	width: 1px;
	opacity: 0;
}
#top#top .checkbox .griffith-checkbox-icon {
	border: 2px solid var(--text-green);
	box-shadow: inset 0 0 0 0 var(--text-green);
	display: inline-block;
	height: 0.8em;
	margin-right: 0.5ch;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.2s linear;
	vertical-align: baseline;
	width: 0.8em;
}
#top#top .checkbox input:active ~ .griffith-checkbox-icon,
#top#top .checkbox input:focus ~ .griffith-checkbox-icon,
#top#top .checkbox:focus-within .griffith-checkbox-icon {
	box-shadow: inset 0 0 0 1px var(--text-green);
}
#top#top .checkbox input:checked ~ .griffith-checkbox-icon::before,
#top#top .checkbox input:checked ~ .griffith-checkbox-icon::after {
	--line-rotation: 45deg;
	background: linear-gradient( var(--gold), var(--gold) );
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate( var(--line-rotation) );
	transform-origin: center;
	width: 200%;
}
#top#top .checkbox input:checked ~ .griffith-checkbox-icon::after {
	--line-rotation: -45deg;
}
/* Buttons */
#top#top button,
#top#top .button,
#top#top#top .avia-button {
	background: var(--palest-green);
	border: none;
	border-radius: 0;
	color: var(--white);
	font-family: var(--font);
	font-size: var(--s-size);
	font-weight: bold;
	line-height: var(--s-size);
	min-height: calc( var(--button-padding) + var(--s-size) + var(--button-padding) );
	padding: var(--button-padding) 3.1rem;
	text-align: center;
	text-transform: uppercase;
}
#top#top button,
#top#top [type="submit"] {
	padding: var(--button-padding) 3.1rem;
}
#top#top#top .avia-button * {
	color: inherit;
	font: inherit;
}
#top#top button:hover,
#top#top button:focus,
#top#top .button:hover,
#top#top .button:focus,
#top#top#top .avia-button:hover,
#top#top#top .avia-button:focus {
	background: var(--dark-green);
}
#top#top .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

/******************************
=Header
******************************/

/* Header */
#header .header_bg {
	background: var(--darkest-brown);
}
#header#header .logo {
	overflow: visible;
	width: auto;
}
#header .logo a {
	transition: transform 0.2s linear;
}
#header .logo a:hover,
#header .logo a:focus {
	transform: scale(1.1);
}
#header:not(.header-scrolled) .logo a {
	top: 1rem;
}
#header .logo a::before {
	background-image: radial-gradient( circle closest-side at center, rgba(31,17,5,1) calc( 100% - 1px ), rgba(31,17,5,0) 100% ); /* darkest-brown */
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Header menu */
#header .menu-item-top-level,
.main_menu .av-burger-overlay {
	border: none;
	font-weight: normal;
}
#header *,
.main_menu * {
	background: none;
	border: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}
#header a,
.main_menu a {
	font-family: var(--title-font);
	font-size: var(--h4-size);
	font-weight: normal;
	text-transform: uppercase;
}
#header .menu-item-top-level:hover,
#header .menu-item-top-level:focus-within,
#header#header#header .main_menu .av-burger-overlay a:hover,
#header#header#header .main_menu .av-burger-overlay a:focus {
	background: var(--dark-brown);
	border: none;
	color: var(--pale-gold);
}

/* Submenus */
#top #header .main_menu ul:first-child > li > ul {
	background: var(--pale-gray);
	font-size: var(--s-size);
	margin: 0;
	max-height: calc( 100vh - 100% - 20px );
	overflow-y: auto;
}
@media(min-width:768px) {
	#top #header .main_menu ul:first-child > li > ul {
		width: 300px;
	}
}
#top #header .main_menu ul:first-child > li > ul * {
	color: inherit;
	font-size: inherit;
}
#top #header .main_menu ul:first-child > li > ul a {
	color: var(--dark-brown);
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 1em;
	width: 100%;
}
@media(max-width:767px) {
	#top #header .main_menu ul:first-child > li > ul a {
		padding-left: 50px;
	}
}
@media(min-width:768px) {
	#top #header .main_menu ul:first-child > li > ul a[href$="/all-products/"] {
		background-color: var(--pale-green);
		color: var(--white);
	}
}
#top #header .main_menu ul:first-child > li > ul a:hover,
#top #header .main_menu ul:first-child > li > ul a:focus {
	background: var(--pale-gold);
	color: var(--dark-brown);
}

/* Mobile header menu */
#header#header .main_menu .av-burger-overlay a {
	border: 0;
	font-size: 1rem !important;
	transition: color 0.2s linear;
}
#header#header#header#header .main_menu .av-burger-overlay a:hover,
#header#header#header#header .main_menu .av-burger-overlay a:focus-within {
	background: var(--dark-green);
}
#header#header .main_menu .av-burger-overlay .sub-menu,
#header#header .main_menu .av-burger-overlay .sub-menu li {
	background: var(--dark-brown);
}
#header#header .main_menu .av-burger-overlay .sub-menu a {
	font-size: 0.8rem !important;
}
#header#header .av-hamburger-inner {
	background: var(--white);
}

/* Featured header */
.active-featured-hero #header:not(.header-scrolled) .header_bg {
	background: transparent;
}
.active-featured-hero #main#main#main#main {
	padding-top: 0;
}
@media(max-width:767px) {
	.active-featured-hero #main#main#main#main {
		margin-top: -240px;
	}
}
.active-featured-hero #header .logo a::before {
	background: none;
}
.featured-hero {
	background: var(--pale-gold);
	border: none;
	padding-top: 11.11rem;
}
@media(max-width:767px) {
	.featured-hero {
		padding-top: max( 11.11rem, 300px );
	}
}
.hero-bg {
	background-position: center 30%;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.hero-bg::after {
	--gradient-color: 31,17,5; /* brown in rgb */
	--gradient-height: 100%;
	background-image: linear-gradient( /* smoother gradient with less banding */
		to top,
		rgba( var(--gradient-color), 0.000 ) calc( var(--gradient-height) * 0.000 ),
		rgba( var(--gradient-color), 0.013 ) calc( var(--gradient-height) * 0.081 ),
		rgba( var(--gradient-color), 0.049 ) calc( var(--gradient-height) * 0.155 ),
		rgba( var(--gradient-color), 0.104 ) calc( var(--gradient-height) * 0.225 ),
		rgba( var(--gradient-color), 0.175 ) calc( var(--gradient-height) * 0.290 ),
		rgba( var(--gradient-color), 0.259 ) calc( var(--gradient-height) * 0.353 ),
		rgba( var(--gradient-color), 0.352 ) calc( var(--gradient-height) * 0.412 ),
		rgba( var(--gradient-color), 0.450 ) calc( var(--gradient-height) * 0.471 ),
		rgba( var(--gradient-color), 0.550 ) calc( var(--gradient-height) * 0.529 ),
		rgba( var(--gradient-color), 0.648 ) calc( var(--gradient-height) * 0.588 ),
		rgba( var(--gradient-color), 0.741 ) calc( var(--gradient-height) * 0.647 ),
		rgba( var(--gradient-color), 0.825 ) calc( var(--gradient-height) * 0.710 ),
		rgba( var(--gradient-color), 0.896 ) calc( var(--gradient-height) * 0.775 ),
		rgba( var(--gradient-color), 0.951 ) calc( var(--gradient-height) * 0.845 ),
		rgba( var(--gradient-color), 0.987 ) calc( var(--gradient-height) * 0.919 )
	);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hero-title {
	background: var(--dark-green);
	display: inline-block;
}
/* Hero on front page */
.hero-front-page {
	display: flex;
	flex-direction: column;
}
.hero-items {
	align-self: flex-start;
	display: inline-flex;
	flex-direction: column;
	width: auto;
}
.hero-item,
.hero-banner {
	background: none;
	line-height: 1em;
	position: relative;
	z-index: 1;
}
.hero-item, #top .hero-item,
.hero-banner, #top .hero-banner {
	color: var(--white);
}
.hero-item {
	--hero-item-margin: 0.25rem;
	--hero-item-padding: 0.94rem;
	--hero-item-image-width: 100px;
	--hero-item-border-size: 2px;
	background-image: linear-gradient( to left, var(--white) var(--hero-item-image-width), transparent 0 );
	display: flex;
	font-size: var(--h4-size);
	line-height: 1;
	margin: var(--hero-item-margin) 0 calc( var(--hero-item-margin) + var(--hero-item-border-size) ) 0;
	padding: var(--hero-item-padding) 0;
	padding-right: calc( var(--hero-item-padding) + var(--hero-item-image-width) );
	width: auto;
}
@media(max-width:767px) {
	.hero-item {
		width: 100%;
	}
}
.hero-item::before,
.hero-banner::before {
	background: var(--dark-green);
	bottom: 0;
	content: "";
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.2s linear;
	width: 100vw;
	z-index: -1;
}
.hero-item::before {
	background-clip: content-box;
	border-top: var(--hero-item-border-size) solid transparent;
	border-bottom: var(--hero-item-border-size) solid var(--pale-gold);
	bottom: calc( -1 * var(--hero-item-border-size ) );
	margin: calc( -1 * var(--hero-item-margin) ) 0;
	padding: var(--hero-item-margin) 0;
	top: calc( -1 * var(--hero-item-border-size ) );
}
.hero-item:nth-of-type(1)::before {
	background-color: var(--gold);
	border-top-color: var(--pale-gold);
}
.hero-item:nth-of-type(2)::before {
	background-color: var(--paler-brown);
}
.hero-item:nth-of-type(3)::before {
	background-color: var(--pale-green);
}
.hero-item:nth-of-type(4)::before {
	background-color: var(--dark-green);
}
.hero-item:hover::before,
.hero-item:focus::before,
.hero-banner:hover::before,
.hero-banner:focus::before {
	background-color: var(--pale-gold);
}
.hero-item::after {
	align-self: stretch;
	background: var(--white);
	background-clip: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	bottom: -0.5px;
	content: "";
	display: inline-block;
	flex: none;
	position: absolute;
	right: 0;
	top: -0.5px;
	width: var(--hero-item-image-width);
}
.hero-item:nth-of-type(1)::after {
	background-image: url('/wp-content/uploads/2022/06/woven-polypropylene-1.png');
}
.hero-item:nth-of-type(2)::after {
	background-image: url('/wp-content/uploads/2022/06/burlap.png');
}
.hero-item:nth-of-type(3)::after {
	background-image: url('/wp-content/uploads/2022/06/paper.png');
}
.hero-item:nth-of-type(4)::after {
	background-image: url('/wp-content/uploads/2022/06/fibc.jpg');
}
.hero-banner {
	font-weight: bold;
	margin-top: 2.02rem;
	padding: 1.36rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.hero-banner::before {
	right: 50%;
	transform: translateX(50%);
}

/* Title & breadcrumbs */
.title_container {
	border: none;
	color: var(--text-green);
	font-family: var(--title-font);
	font-size: 1rem;
	padding-top: 2rem;
	text-transform: uppercase;
}
#top#top .title_container * {
	border: none;
	bottom: initial;
	color: inherit;
	display: inline-block;
	float: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	left: initial;
	line-height: inherit;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 0;
	position: relative;
	right: initial;
	text-transform: inherit;
	top: initial;
	vertical-align: top;
	width: auto;
}
#top#top .title_container .container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
	padding-top: 0;
}
#top#top .title_container .container::after {
	display: none;
}
#top#top .title_container .container * {
	padding: 0;
}
#top#top .title_container h1 {
	color: transparent;
	height: 1px;
	overflow: hidden;
	width: 1px;
}
#top#top .title_container a {
	color: var(--gold);
}
#top#top .title_container .hidden {
	position: absolute;
}
#top#top .title_container .trail-before {
	display: none;
}
.container_wrap_first {
	border: none;
}

/******************************
=Footer
******************************/

/* Scroll to top (moved before footer with JS) */
#footer .footer-scroll-to-top {
	background: var(--dark-brown);
	color: var(--white);
	display: block;
	font-family: var(--font);
	font-size: var(--s-size);
	font-weight: bold;
	padding: 1.16rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#footer .footer-scroll-to-top:hover,
#footer .footer-scroll-to-top:focus {
	color: var(--pale-gold);
}

/* Footer columns */
#footer {
	background: var(--darkest-brown);
	border: none;
	border-top: var(--margin-between-rows) solid var(--white);
	margin: 0;
	padding: 0;
}
#footer .container {
	display: flex;
	gap: 2rem;
	padding: calc( var(--margin-between-rows) * 2 ) 1rem;
}
@media(max-width:989px) {
	#footer .container {
		align-items: center;
		flex-direction: column;
		padding: var(--margin-between-rows) 1rem;
		text-align: center;
	}
}
#footer .container > * {
	width: 100%;
}
@media(min-width:990px) {
	#footer .container > :nth-child(1) {
		width: calc( 100% * 2/12 );
	}
	#footer .container > :nth-child(2) {
		margin-right: auto;
		width: calc( 100% * 4/12 );
	}
	#footer .container > :nth-child(3),
	#footer .container > :nth-child(4) {
		width: calc( 100% * 2/12 );
	}
}
#footer .container::after {
	display: none;
}
#footer :last-child {
	margin-bottom: 0;
}
#footer .container > *,
#footer .container > * > * {
	margin: 0;
}
@media(max-width:989px) {
	#footer li {
		justify-content: center;
		text-align: left;
	}
}
/* Footer text */
#footer *,
#footer h2,
#footer h3 {
	color: white;
}
#footer h2 {
	font-size: var(--h3-size);
}
#footer h3 {
	font-size: var(--p-size);
}
#footer h2,
#footer h3 {
	margin: 0;
	margin-bottom: 1rem;
}
#footer p,
#footer span,
#footer li,
#footer a {
	font-size: inherit;
	line-height: 1rem;
	margin: 0;
	padding: 0;
}
#footer p,
#footer li {
	margin-bottom: 1rem;
}
@media(min-width:990px) {
	#footer .container > :nth-child(3) li {
		margin-bottom: 0.5em;
	}
}
#footer#footer li {
	font-size: var(--xs-size);
}
#footer p {
	font-size: var(--s-size);
	line-height: 1.2;
}
#footer a {
	color: var(--gold);
	display: inline;
}
#footer a:hover,
#footer a:focus {
	color: var(--white);
}
#footer li {
	align-items: center;
	display: flex;
}
#footer li .iconlist-char {
	display: inline-block;
	font-size: 0.86rem;
	line-height: 1;
	margin-right: 0.5ch;
	text-align: center;
	width: 1rem;
}
/* Footer logo column */
#footer .footer-logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: transform 0.2s linear;
	transform: scale(0.9);
	width: 150px;
}
#footer .footer-logo:hover,
#footer .footer-logo:focus {
	background: transparent;
	transform: scale(1.0);
}
#footer .image-overlay {
	display: none !important;
}
/* Footer menu column */
#footer#footer .sub-menu {
	display: none;
}
/* Footer socket banner */
#socket {
	background: var(--dark-green);
	border: none;
}
#socket .container {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
@media(max-width:767px) {
	#socket .container {
		flex-direction: column;
		text-align: center;
	}
}
#socket .container::after {
	display: none;
}
#socket * {
	color: var(--white);
	font-size: var(--xxs-size);
}
#socket a:hover,
#socket a:focus {
	color: var(--pale-gold);
}
#socket#socket .social_bookmarks,
#socket#socket .social_bookmarks * {
	border-radius: 0;
	display: inline-block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
#socket#socket .social_bookmarks .avia_hidden_link_text {
	display: none;
}
@media(min-width:768px) and (max-width:1779px) {
	#socket#socket .social_bookmarks {
		padding-right: 3rem;
	}
}
#socket#socket .social_bookmarks a {
	background: var(--pale-green);
	border-radius: 50%;
	box-sizing: content-box;
	font-size: var(--h4-size);
	height: var(--h4-size);
	line-height: var(--h4-size);
	min-height: 0;
	padding: 0.5em;
	text-align: center;
	width: var(--h4-size);
}

/******************************
=Special Pages
******************************/

/* Products page filters */
.griffith-products-filter {
	display: block;
	margin-top: 2rem;
}
.griffith-products-toggle {
	margin: 0;
}
.griffith-products-toggle .griffith-h4 {
	display: inline-block;
	width: auto;
}
#top#top .griffith-products-toggle .toggler::after {
	margin-top: -15px;
}
.griffith-products-toggle .toggle_content {
	border: none;
}
#top#top .griffith-products-toggle .form-group {
	margin-top: 20px;
}
#top#top .griffith-products-toggle .checkbox {
	margin: 10px 0;
}
@media(max-width:767px) {
	#top#top .griffith-products-toggle .checkbox {
		display: inline-block;
		padding-right: 5px;
		vertical-align: top;
		width: 50%;
	}
}
/* Products page list */
.griffith-products-ul {
	color: var(--dark-green);
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 1rem;
	list-style-type: none;
	margin: 0;
	margin-bottom: 1rem;
}
@media(max-width:767px) {
	.griffith-products-ul {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}
.griffith-products-ul *, #top .griffith-products-ul * {
	background: none;
	color: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.griffith-products-li {
	list-style-type: none;
	margin: 0;
}
.griffith-products-link:hover, #top .griffith-products-link:hover,
.griffith-products-link:focus, #top .griffith-products-link:focus {
	color: var(--gold);
}
.griffith-products-image, #top .griffith-products-image {
	background: var(--gray);
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.griffith-products-image:empty::before {
	color: var(--text-green);
	content: "No Image";
	font-size: var(--xs-size);
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}
.griffith-products-image img {
	bottom: 0;
	height: 100%;
	left: 0;
	mix-blend-mode: darken;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition: transform 0.2s linear;
	vertical-align: middle;
	width: 100%;
}
.griffith-products-link:hover img,
.griffith-products-link:focus img {
	transform: scale(1.1);
}
.griffith-products-link .image-overlay {
	display: none !important;
}
.griffith-products-title, #top .griffith-products-title {
	margin: 1rem 0 var(--xxs-size) 0;
}
.griffith-products-text p {
	font-size: var(--p-size);
}
@media(max-width:767px) {
	.griffith-products-text p
		font-size: var(--s-size);
	}
}
/* Products list pagination */
.griffith-products-pagination {
	color: var(--dark-green);
}
.griffith-products-pagination *, #top#top .griffith-products-pagination * {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	float: none;
	font: inherit;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
}
#top#top .griffith-products-pagination a {
	color: var(--dark-green);
}
.griffith-products-pagination .pagination {
	justify-content: center;
}
.griffith-products-pagination a, #top#top .griffith-products-pagination a,
.griffith-products-pagination span, #top#top .griffith-products-pagination span {
	padding: 1em;
	transition: color 0.2s linear;
}
#top#top .griffith-products-pagination a:hover,
#top#top .griffith-products-pagination a:focus,
#top#top .griffith-products-pagination .active {
	color: var(--gold);
}
.griffith-products-pagination .wpv-filter-next-link::after {
	color: inherit;
	margin-left: var(--h4-size);
	top: 0;
}
.griffith-products-pagination .wpv-filter-previous-link::before {
	color: inherit;
	margin-right: var(--h4-size);
	top: 0;
}
#top#top .page-item:last-child:not(.wpv-pagination-nav-links-item) {
	border-left: 1px solid var(--pale-green);
	margin-left: 1em;
	padding-left: 1em;
}
#top#top .page-item:first-child:not(.wpv-pagination-nav-links-item) {
	border-right: 1px solid var(--pale-green);
	margin-right: 1em;
	padding-right: 1em;
}
.griffith-products-pagination .wpv_page_ellipsis {
	
}

/* Contact page map */
.contact-map {
	--map-height: 450px;
	overflow: hidden;
}
.contact-map * {
	max-width: 100%;
	width: 100%;
}
.contact-map .post-entry {
	height: var(--map-height);
	overflow: hidden;
}
.contact-map .post-entry * {
	height: var(--map-height);
	margin: 0;
	padding: 0;
}
.contact-map.contact-map iframe {
	height: calc( 200px + var(--map-height) + 200px );
	margin-top: -200px;
}

/******************************
=Global Styles
******************************/

/* Image popups */
#top .mfp-img {
	padding: 0;
}
#top#top .mfp-close {
	box-sizing: content-box;
	height: 1rem;
	line-height: 1;
	min-height: 0;
	opacity: 1;
	padding: var(--button-padding);
	right: 0;
	top: 0;
	transform: none;
	width: 1rem;
}

/* Width of first paragraphs */
#av_section_1 > .container > .content {
	padding-top: calc( var(--margin-between-rows) * 2 );
}
@media(min-width:990px) {
	/* Width of first paragraphs, contact form at bottom of page */
	#av_section_1 > .container > .content > .post-entry > .entry-content-wrapper > .flex_column > .av_textblock_section > .avia_textblock > [style*="text-align: center"],
	.footer-contact .content,
	#top#top .about-more-intro .toggle_content p {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}

/* HR */
#top .hr-inner {
	border: none;
	border-bottom: 2px solid var(--palest-gold);
}

/* Icon boxes */
.griffith-iconbox .iconbox_icon {
	--icon-rotation-change: 180deg;
	--icon-rotation-angle: 45deg;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	border-color: transparent;
	border-radius: 0;
	color: var(--dark-green);
}
#top#top .griffith-iconbox .iconbox_icon {
	font-size: 3rem;
	font-weight: normal;
	line-height: 5rem;
	height: 5rem;
	margin-bottom: 1.8rem;
	width: 5rem;
}
.griffith-iconbox[class*="griffith-icon-"] .iconbox_icon {
	color: transparent;
}
.griffith-iconbox .iconbox_icon::after {
	background: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-border.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate( var(--icon-rotation-angle) );
	transition: transform 0.5s ease-in-out;
}
/*.griffith-iconbox:hover .iconbox_icon::after {
	transform: rotate( calc( var(--icon-rotation-angle) - var(--icon-rotation-change) ) );
}*/
.griffith-icon-agriculture .iconbox_icon {
	--icon-rotation-angle: 20deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-agriculture.svg');
}
.griffith-icon-construction .iconbox_icon {
	--icon-rotation-angle: 40deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-construction.svg');
}
.griffith-icon-mills .iconbox_icon {
	--icon-rotation-angle: 60deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-mills.svg');
}
.griffith-icon-nurseries .iconbox_icon {
	--icon-rotation-angle: 80deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-nurseries.svg');
}
.griffith-icon-poultry .iconbox_icon {
	--icon-rotation-angle: 100deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-poultry.svg');
}
.griffith-icon-trucking .iconbox_icon {
	--icon-rotation-angle: 120deg;
	background-image: url('/wp-content/themes/griffith-enfold-child/images/griffith-icon-trucking.svg');
}
#top .iconbox_content_title {
	color: var(--dark-green);
}

/* Icon lists */
.griffith-iconlist li {
	align-items: center;
	display: flex;
}
.griffith-iconlist li + li {
	margin-top: 2rem;
}
#top .griffith-iconlist .iconlist_icon {
	background: var(--gold);
	border-radius: 50%;
	color: var(--white);
	font-size: 2rem;
}
.griffith-iconlist .iconlist_icon * {
	color: inherit;
	font: inherit;
}

/* Four square image links */
.link-blocks {
	--image-height: 350px;
}
.link-blocks-tall {
	--image-height: 560px;
}
.link-blocks .entry-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#top .link-blocks .flex_column:not(.link-blocks-title) {
	background-color: var(--darkest-brown);
	background-repeat: no-repeat;
	background-size: 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0.5rem;
	min-height: var(--image-height);
	overflow: hidden;
}
#top .link-blocks .link-blocks-title {
	background: none;
	min-height: 0;
}
#top .link-blocks .flex_column::before {
	background-image: inherit;
	background-position: center bottom;
	background-size: cover;
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.2s linear, opacity 0.2s linear;
	visibility: visible;
	width: auto;
	z-index: -1;
}
#top .link-blocks-bottom .flex_column::before {
	background-position: center top;
}
#top .link-blocks .flex_column[data-link-column-url]:hover::before,
#top .link-blocks .flex_column[data-link-column-url]:focus-within::before {
	opacity: 0.15;
	transform: scale(1.1);
}
/* Link blocks link */
.link-blocks .av-screen-reader-only {
	opacity: 1;
	visibility: visible;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.link-blocks .link-block-title,
.link-blocks .link-block-title * {
	color: var(--white);
	font: inherit;
	margin: 0;
	text-align: center;
}
.link-blocks .link-block-title {
	background: var(--gold);
	font-family: var(--title-font);
	font-size: var(--h3-size);
	font-weight: bold;
	line-height: 1;
	padding: 0.86rem 0;
	text-transform: uppercase;
}
.link-blocks-tall .link-block-title {
	background: rgba(189,125,6,0.95); /* gold */
	font-size: var(--p-size) !important;
	padding: var(--s-size) 0;
}
.link-blocks-tall .link-block-title p::after {
	display: none;
}
.link-blocks-bottom .link-block-title {
	margin-bottom: 0;
	margin-top: var(--image-height);
}
#top .link-blocks .flex_column[data-link-column-url]:hover .link-block-title,
#top .link-blocks .flex_column[data-link-column-url]:focus-within .link-block-title {
	background: var(--pale-green);
}
.link-blocks .av_font_icon,
.link-blocks .av_font_icon * {
	color: var(--pale-gold);
	display: inline-block;
	float: none;
	line-height: 1;
}
/* Link blocks additional text */
.link-blocks .av_textblock_section:nth-child(3) {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	height: 100%;
}
.link-blocks .link-block-text {
	align-items: center;
	color: var(--white);
	opacity: 0;
	padding: 1rem;
	text-align: center;
	transition: opacity 0.2s linear;
}
.link-blocks .flex_column[data-link-column-url]:hover .link-block-text,
.link-blocks .flex_column[data-link-column-url]:focus-within .link-block-text {
	opacity: 1;
}
.link-blocks .link-block-text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.link-blocks .link-block-text > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.link-blocks .link-block-text * {
	color: inherit;
}

/* Hanging blocks where text partially overlaps image */
:root {
	--text-block-padding: 2.8rem; /* used for hanging blocks and other custom elements */
}
@media(max-width:767px) {
	:root {
		--text-block-padding: 1.4rem;
	}
}
/* Hanging block variables */
.hanging-block {
	--text-block-top-margin: 10.13rem;
	--text-block-bottom-margin: 3.88rem;
	--image-block-padding-from-edge: 0;
}
.hanging-right.hanging-narrow {
	--text-block-bottom-margin: 6.66rem;
	--text-block-top-margin: 4.44rem;
}
.hanging-narrow.hanging-left {
	--text-block-top-margin: 90px;
	--text-block-bottom-margin: 0;
}
/* Hanging block blocks */
.hanging-block * {
	vertical-align: middle;
}
.hanging-block .entry-content-wrapper {
	align-items: stretch;
	display: flex;
	position: relative;
}
.hanging-block .hanging-image,
.hanging-block .hanging-text {
	margin: 0;
	position: relative;
	width: 50%;
}
.hanging-block .hanging-text.hanging-text {
	margin-bottom: calc( var(--text-block-padding) + var(--text-block-bottom-margin) );
	margin-top: calc( var(--text-block-padding) + var(--text-block-top-margin) );
}
/* Hanging block backgrounds */
.hanging-block .hanging-text::before {
	bottom: 0;
	height: auto;
	margin: calc( -1 * var(--text-block-padding) );
	opacity: 0.9;
	position: absolute;
	top: 0;
	visibility: visible;
	width: auto;
	z-index: -1;
}
.hanging-brown .hanging-text::before {
	background: var(--dark-brown);
}
.hanging-green .hanging-text::before {
	background: var(--dark-green);
}
.hanging-green.hanging-right .hanging-text::before {
	background: var(--palest-green);
}
.hanging-gold .hanging-text::before {
	background: var(--gold);
	background: var(--dark-gold);
}
/* Hanging block fonts */
#top .hanging-block * {
	color: var(--white);
}
#top .hanging-text p a {
	color: var(--pale-gold);
	vertical-align: initial;
}
#top .hanging-gold p a {
	color: var(--dark-green);
	color: var(--palest-gold);
}
#top .hanging-green.hanging-right p a {
	color: var(--palest-gold);
}
/* Hanging block images */
.hanging-block .hanging-image {
	background-color: var(--gray);
	bottom: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.hanging-block .hanging-image * {
	border-radius: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	object-position: center 30%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/* Hanging blocks w/ text on left */
.hanging-left .hanging-text {
	margin-right: auto;
	margin-left: var(--text-block-padding);
}
@media(min-width:990px) {
	.hanging-left:not(.hanging-narrow) .hanging-text > * {
		padding-left: var(--image-block-padding-from-edge);
	}
}
.hanging-left .hanging-text::before {
	right: 0;
	width: 100vw;
}
.hanging-left .hanging-image {
	right: calc( -1 * ( ( 100vw - 100% ) / 2 ) );
	left: 0;
	width: auto;
}
@media(min-width:990px) {
	.hanging-left:not(.hanging-narrow) .hanging-image {
		left: var(--image-block-padding-from-edge);
	}
}
/* Hanging blocks w/ text on right */
.hanging-right .hanging-text {
	margin-left: auto;
	margin-right: var(--text-block-padding);
}
.hanging-right.hanging-green .hanging-text {
	/*margin-right: 0;*/
}
.hanging-right.hanging-narrow .hanging-text {
	margin-right: 0;
}
.hanging-right .hanging-text::before {
	left: 0;
	width: 100vw;
}
.hanging-right .hanging-image {
	left: calc( -1 * ( ( 100vw - 100% ) / 2 ) );
	right: 0;
	width: auto;
}
.hanging-right.hanging-green .hanging-image {
	right: 140px;
}
@media(min-width:990px) {
	.hanging-right:not(.hanging-narrow) .hanging-image {
		right: var(--image-block-padding-from-edge);
	}
}
/* Narrow hanging blocks (take up content width instead of window width) */
@media(min-width:990px) {
	.hanging-narrow.hanging-left .post-entry {
		min-height: 700px;
	}
	.hanging-narrow.hanging-left .hanging-image {
		height: 700px;
	}
}
.hanging-narrow.hanging-left .hanging-image {
	left: 40%;
	right: 0;
}
.hanging-narrow.hanging-left .hanging-image {
	max-height: 950px;
	max-height: 720px;
}
.hanging-narrow.hanging-left .hanging-text.hanging-text {
	margin-left: 0;
}
#top .hanging-narrow.hanging-left .about-more-owners .toggle_content p {
	margin-top: 1rem !important;
}
.hanging-narrow.hanging-left .hanging-text.hanging-text {
	margin-bottom: calc( var(--text-block-padding) + var(--text-block-bottom-margin) );
	margin-top: calc( var(--text-block-padding) + var(--text-block-top-margin) );
	width: 40%;
}
.hanging-narrow.hanging-right .hanging-text.hanging-text {
	margin-bottom: calc( var(--text-block-padding) + var(--text-block-bottom-margin) );
	margin-top: calc( var(--text-block-padding) + var(--text-block-top-margin) );
}
.hanging-narrow .hanging-text::before {
	/*left: 0;
	right: 0;
	width: auto;*/
}
.hanging-narrow.hanging-right .hanging-image {
	left: 0;
	right: 50%;
}
@media(max-width:989px) {
	#top#top .hanging-block .container {
		max-width: none;
		padding: 0;
		width: 100%;
	}
	.hanging-block .entry-content-wrapper {
		flex-direction: column;
	}
	#top#top .hanging-block .hanging-text {
		margin: 0;
		padding: var(--text-block-padding);
		width: 100%;
	}
	.hanging-block .hanging-text::before {
		margin: 0;
		opacity: 1;
	}
	#top#top .hanging-block .hanging-image {
		background: var(--gray);
		bottom: auto;
		height: 400px;
		left: auto;
		margin: 0;
		order: -1;
		position: relative;
		right: auto;
		top: 0;
		width: 100vw;
	}
}

/* Testimonials */
@media(min-width:768px) {
	.griffith-testimonial:first-child {
		padding-left: var(--text-block-padding);
	}
	.griffith-testimonial:last-child {
		padding-right: var(--text-block-padding);
	}
}
.griffith-testimonial .avia-testimonial-wrapper {
	margin-bottom: 0;
	margin-top: 0;
}
.griffith-testimonial .avia-testimonial {
	padding: 0;
}
.griffith-testimonial .avia-testimonial::before {
	background: url('/wp-content/themes/griffith-enfold-child/images/griffith-quote.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0 solid transparent;
	border-right-width: 0.5rem;
	color: transparent;
	content: "“";
	height: 1.5rem;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	transform: translate(-100%, -10%);
	visibility: visible;
	width: 1.5rem;
}
@media(max-width:767px) {
	.griffith-testimonial .avia-testimonial::before {
		border-bottom-width: 0.5rem;
		transform: translate(0%, -100%);
	}
}
.griffith-testimonial strong.avia-testimonial-name {
	color: inherit;
	font-size: var(--s-size);
}
.griffith-testimonial .avia-testimonial-subtitle {
	font-size: var(--s-size);
	font-style: italic;
}

/* Accordion */
#top#top .toggler {
	background: var(--white);
	border: none;
	padding-left: 0;
}
#top#top .toggler {
	color: var(--pale-blue);
	font-size: var(--s-size);
	transition: color 0.2s linear;
}
#top#top .toggler:hover,
#top#top .toggler:focus {
	color: var(--gold);
	outline: none;
}
#top#top .product-page-specs .toggler:hover,
#top#top .product-page-specs .toggler:focus {
	color: var(--pale-blue);
}
#top#top .toggle_icon {
	display: none;
}
#top#top .toggler::after {
	color: inherit;
	content: "";
	display: inline-block;
	font-family: "entypo-fontello";
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 0.5rem;
	margin-top: -3px;
	transition: transform 0.1s linear;
	transform: rotate(0deg);
	transform-origin: center;
	vertical-align: middle;
}
#top#top .activeTitle::after {
	transform: rotate(180deg);
}
#top#top .toggle_wrap,
#top#top .toggle_wrap *:not(a) {
	background: none;
	font-size: var(--s-size);
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Images */
.avia-image-container-inner,
.avia-image-container-inner * {
	background-color: var(--gray);
	border-radius: 0;
}

/* Promobox */
#top .av_promobox {
	align-items: center;
	background: var(--white);
	border: 2px solid var(--pale-green);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	padding: 1rem;
}
#top .av_promobox * {
	float: none;
	margin: 0;
	padding: 0;
	position: static;
}
#top .av_promobox .avia-promocontent {
	flex: 1;
}
#top .av_promobox .avia-promocontent p {
	color: var(--pale-green);
	font-family: var(--title-font);
	font-size: 1.4rem;
	text-transform: uppercase;
}
#top .av_promobox .avia-button-wrap {
	flex: none;
}

/* Footer at end of pages */
@media(min-width:1200px) {
	#top#top .footer-contact .container {
		display: flex;
		justify-content: center;
	}
	#top#top .footer-contact .content {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		width: 85%;
	}
}
.footer-contact .avia-image-container-inner,
.footer-contact .avia-image-container-inner * {
	background: none;
}

/* Product icon lists */
#top .product-iconlist li {
	align-items: center;
	display: flex;
	min-height: 0;
	padding-bottom: 1rem;
}
#top .product-iconlist li:last-of-type {
	padding-bottom: 0;
}
#top .product-iconlist .iconlist-timeline {
	display: none;
}
#top .product-iconlist .iconlist_icon {
	align-items: center;
	background: var(--gold);
	border: 0.25rem solid var(--gold);
	color: transparent;
	display: flex;
	flex: none;
	font-size: 1rem;
	height: 0;
	justify-content: center;
	margin: 0 0.25rem 0 -0.75rem;
	width: 0;
}
#top .product-iconlist .iconlist_icon * {
	color: inherit;
	font-size: inherit;
}
#top .product-iconlist .article-icon-entry,
#top .product-iconlist .article-icon-entry * {
	font-family: var(--font);
	font-size: 1rem;
	height: auto;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	min-height: 0;
	text-transform: capitalize;
	top: 0;
}
#top .product-iconlist a:hover,
#top .product-iconlist a:focus {
	color: var(--gold);
}

/* Single product page */
#griffith-product-page .woocommerce-product-gallery__wrapper,
#griffith-product-page .woocommerce-product-gallery__wrapper a {
	background: var(--gray);
}
#griffith-product-page .woocommerce-product-gallery__wrapper a {
	display: block;
	height: 0;
	margin-bottom: var(--margin-between-rows);
	padding-top: 100%;
	width: 100%;
}
#griffith-product-page .woocommerce-product-gallery__wrapper a:hover img,
#griffith-product-page .woocommerce-product-gallery__wrapper a:focus img {
	transform: scale(1.2);
}
#griffith-product-page .woocommerce-product-gallery__wrapper img {
	bottom: 0;
	height: 100%;
	left: 0;
	mix-blend-mode: darken;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition: transform 0.2s linear;
	width: 100%;
}
#griffith-product-page .woocommerce-product-gallery__wrapper .image-overlay {
	display: none !important;
}
/* Single product page previous/next links */
#top .avia-post-nav {
	background: var(--dark-green);
	color: var(--white);
	opacity: 0.75;
}
#top .avia-post-nav:hover,
#top .avia-post-nav:focus-within {
	background: var(--dark-green);
	opacity: 1;
}
#top .avia-post-nav * {
	color: inherit;
}
/* Single product page specs */
#griffith-product-page#griffith-product-page .product-page-specs .toggler {
	color: var(--gold);
	font-size: var(--h3-size);
}
#griffith-product-page#griffith-product-page .product-page-specs .toggle_content {
	border: none;
}
#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li {
	border-top: 1px solid var(--pale-gold);
	color: var(--dark-green);
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	padding: 1.8rem 0;
	text-transform: uppercase;
}
@media(max-width:767px) {
	#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li {
		flex-direction: column;
	}
}
#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li ul {
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
	font-weight: normal;
	gap: 1rem;
	justify-content: flex-end;
	max-width: 100%;
	text-align: right;
	text-transform: none;
	width: 650px;
}
@media(max-width:767px) {
	#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li ul {
		justify-content: flex-start;
		margin-top: 1rem;
		text-align: left;
	}
}
#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li ul li {
	flex-basis: 150px;
}
#griffith-product-page#griffith-product-page .product-page-specs .toggle_content > ul > li:last-of-type ul li {
	flex-basis: 100%;
}
/* Single product page get in touch */
#griffith-product-page .griffith-label ~ a {
	font-size: var(--s-size);
}
/* Single product page related products */
#griffith-product-page ul.products {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#griffith-product-page#griffith-product-page#griffith-product-page ul.products > * {
	margin: 0;
	width: 100%;
}
@media(min-width:990px) {
	#griffith-product-page#griffith-product-page#griffith-product-page ul.products > * {
		flex: 1;
		width: 30%;
	}
}
#griffith-product-page#griffith-product-page .products h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
#griffith-product-page .products .product,
#griffith-product-page .products .product * {
	border: none;
	border-radius: 0;
	min-height: 0;
}
#griffith-product-page .products .product a {
	background: none;
}
#griffith-product-page .products .product .thumbnail_container {
	background: var(--gray);
}
#griffith-product-page .products .product img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: darken;
	transform: scale(1);
	transition: transform 0.2s linear;
	width: 100%;
}
#griffith-product-page .products .product a:hover img,
#griffith-product-page .products .product a:focus img {
	transform: scale(1.2);
}
#griffith-product-page .products .product .inner_product_header {
	padding: 0;
}
#griffith-product-page#griffith-product-page .products .product h2,
#griffith-product-page#griffith-product-page .product-related-service h4 {
	color: var(--dark-green);
	font-size: var(--p-size);
	margin-top: var(--h3-size);
	text-transform: uppercase;
	transition: color 0.2s linear;
}
@media(min-width:990px) {
	#griffith-product-page#griffith-product-page .product-related-title h2 {
		margin-bottom: -1rem;
	}
}
#griffith-product-page#griffith-product-page .products .product a:hover h2,
#griffith-product-page#griffith-product-page .products .product a:focus h2 {
	color: var(--gold);
}
#griffith-product-page#griffith-product-page .product-related-service p {
	color: var(--dark-green);
	font-size: var(--p-size);
	line-height: 1.8;
	margin-bottom: var(--xxs-size);
	margin-top: var(--xxs-size);
}
#griffith-product-page .products .product .avia_cart_buttons,
#griffith-product-page .products .product .avia-arrow {
	display: none;
}

/* About page */
#top#top .about-more-intro .toggler,
#top#top .about-more-owners .toggler {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#top#top .about-more-owners .toggler {
	background: none;
	color: var(--white);
	text-align: left;
}
#top#top .about-more-owners .toggler:hover,
#top#top .about-more-owners .toggler:focus {
	color: var(--dark-green);
}
#top#top .about-more-intro .toggle_content,
#top#top .about-more-owners .toggle_content {
	border: none;
	font-size: var(--p-size);
	line-height: 1.2;
	text-align: center;
}
#top#top .about-more-owners .toggle_content {
	text-align: left;
}
#top#top .about-more-intro .toggle_content *,
#top#top .about-more-owners .toggle_content * {
	font: inherit;
	line-height: inherit;
}









