/*
Theme Name: Gladiator Pool
Theme URI: #!
Description: Custom theme for Gladiator Pool website.
Author: Gladiator Pool
Author URI: #!

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: gladiator-pool
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */
.font-12 {
	font-size:12px;
}

.blue-text {
	color: #0d2435 !important;
}

.avant-garde-book {
	font-family:'Avant Garde Book', sans-serif;
}

.avant-garde-lt-demi {
	font-family:'Avant Garde LT Demi', sans-serif;
}

.hover-white-text:hover {
	color:#fff !important;
}

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #5c5c5c;
	font-family: "Avant Garde Book", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #15b9b2;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

p:last-of-type {
	margin-bottom:0 !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Avant Garde LT Demi", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px;
	color: #0d2435;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.post-edit-link {
	display:none;
}

/* Custom Slick Slider */
body .slick-dots li.slick-active button {
	background: #15b9b2 !important;
}

html body .slick-dots li button {
	background: #d4d4d4;
}

body .slick-dots {
	padding: 0;
	margin-top: 20px;
}

/* Custom Site Header */
.custom-site-header {
	background:#0d2435;
	position:relative;
}

.custom-site-header-wrap {
	display:flex;
	flex-flow: row wrap;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
}

.custom-site-header-menu-1 {
	padding:0 !important;
	margin:0 !important;
	display:flex;
	align-items: center;
}

.custom-site-header-menu-1 li {
	list-style:none !important;
}

.custom-site-header-menu-1 li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 13px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-site-header-menu-1 li:last-of-type a {
	margin-right:0 !important;
}

.custom-site-header-menu-1 li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 0%;
	height: 2px;
	background: #0dbcb5;
	transition: all 0.3s ease;
}

.custom-site-header-menu-1 li a:hover::after {
	width: 100%;
}

.custom-menu-btn {
	background: #c0b284;
	font-family: 'Eurostile Semi Bold', sans-serif;
	font-weight: 700;
	font-size: 14px !important;
	color: #fff !important;
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:0 !important;
}

.custom-menu-btn:hover {
	background: #cdbe8d !important;
}

.custom-menu-btn::after,
.custom-menu-img::after {
	display:none !important;
}

.custom-site-header-left {
	padding: 24px 0;
	padding-right: 15px;
	width:250px;
}

.custom-menu-contact {
	font-weight: 700 !important;
	font-size: 24px !important;
	font-family: 'Poppins', sans-serif !important;
}

.custom-menu-contact::after {
	display:none;
}

.custom-menu-contact i {
	font-size: 20px !important;
	color: #5ac3a6 !important;
}

.custom-menu-contact:hover {
	color: #0dbcb5 !important;
}

/* Template Home */

/* Footer Menu */
.menu li {
	list-style:none !important;	
}

/* CUSTOM FORM */
html body .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

html body .w-label .gform_wrapper.gravity-theme .gfield_label {
	display:block !important;
	font-size:16px;
	font-weight:700 !important;
	font-family:'Avant Garde Book', sans-serif;
	font-weight:400;
	color: #676767;
	margin-bottom: 10px;
	padding-left: 20px;
}

html body .gform_wrapper.gravity-theme .ginput_container_date {
	position:relative;
}

html body .gform_wrapper.gravity-theme .ginput_container_date input {
	width:100%;
	height: 49px;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #292d34;
	padding: 0 25px;
	font-size: 15px;
	border-radius: 50px;
}

html body .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	position:absolute;
	right:20px;
	top:15px;
}

html body .gform_wrapper.gravity-theme .gfield input.large, 
html body .gform_wrapper.gravity-theme .gfield select.large,
html body .gform_wrapper.gravity-theme .ginput_complex input, 
html body .gform_wrapper.gravity-theme .ginput_complex select {
	height: 49px;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #292d34;
	padding: 0 25px;
	font-size: 15px;
	border-radius: 50px;
}

html body .gform_delete_file {
	padding: 10px;
	background: red;
}

html body .ginput_preview strong {
	font-family: 'Avant Garde Book', sans-serif;
	font-weight:400;
	font-size:14px;
}

html body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 143px;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #292d34;
	padding: 15px 25px;
	font-size: 15px;
	border-radius:20px;
}

html body .gform_wrapper.gravity-theme .gform_footer button, 
html body .gform_wrapper.gravity-theme .gform_footer input, 
html body .gform_wrapper.gravity-theme .gform_page_footer button,
html body .gform_wrapper.gravity-theme .gform_page_footer input {
	background: #16b9b4;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	border-radius: 0;
	padding: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 50px;
	height:49px;
	margin:0;
	padding:0;
}

html body .gform_wrapper.gravity-theme .gform_footer button:hover, 
html body .gform_wrapper.gravity-theme .gform_footer input:hover, 
html body .gform_wrapper.gravity-theme .gform_page_footer button:hover,
html body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: #18c6c1;
}

.widget.gform_widget {
	margin:0 !important;
}

html body .gform_footer.top_label {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 15px !important;
}

html body .gchoice {
	display:inline-block;
	margin-right:20px;
}

html body .gchoice label {
	font-family:'Avant Garde Book', sans-serif;
	font-weight:400;
	font-size:16px !important;
}

html body .gform_wrapper.gravity-theme .gfield-choice-input + label {
	max-width:100% !important;
}

/* Custom Form Steps */
html body  .gform_wrapper.gravity-theme .gf_step_label {
	font-size:18px;
	font-family:'Avant Garde LT Demi', sans-serif;
	color: #a5a5a5;
}

html body  .gform_wrapper.gravity-theme .gf_step_active .gf_step_label,
html body  .gform_wrapper.gravity-theme .gf_step_completed .gf_step_label {
	color: #0d2435;
}

html body .gform_wrapper.gravity-theme .gf_step {
	position:relative;
	padding-right: 100px;
	margin-right: 30px;
}

html body .gform_wrapper.gravity-theme .gf_step::after {
	content:'';
	width:76px;
	height:1px;
	background:#bfbfbf;
	display:block;
	position:absolute;
	right:0;
	top:50%;
}

html body .gform_wrapper.gravity-theme .gf_step:last-of-type {
	padding-right:0;
	margin-right:0;
}

html body .gform_wrapper.gravity-theme .gf_step:last-of-type::after {
	display:none;
}

/* Previous Button */
html body .gform_previous_button  {
	background: #0f2434 !important;
	margin-bottom: 15px !important;
	color: #fff !important;
	margin-top: 15px !important;
}

/* Form Success Message */
html body .gform_confirmation_message {
	text-align:center;
}

html body .gform_confirmation_message h3 {
	font-size:30px;
	font-family:'Avant Garde LT Demi', sans-serif;
	color: #0d2435;
	font-weight:400;
	margin-bottom:15px;
}

html body .gform_confirmation_message br {
	display:none !important;
}

html body .gform_confirmation_message p {
	font-size:17px;
	color: #5c5c5c;
}

/* Custom Scroll To Top Button */
html body .modern_clean_scroll_to_top_btn {
	background: #16b9b4 !important;
	color: #fff !important;
}

html body .gform_wrapper.gravity-theme .gf_page_steps {
	justify-content: center;
	align-items: center;
	display: flex;
	border: 0;
	margin-bottom: 40px;
	flex-flow:row wrap;
}

html body .modern_clean_scroll_to_top_btn:hover {
	background: #17c6c1 !important;
	color: #fff !important;
}

html body .gform_wrapper.gravity-theme .gf_step_number {
	width:34px;
	height:34px;
	background: #dedede;
	font-size:16px;
	font-family:'Avant Garde LT Demi', sans-serif;
	border:0;
	color:#fff;
	border-radius:50px;
}

html body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number,
html body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number{
	width:50px;
	height:50px;
	background:#16b9b4;
	color:#fff;
}

html body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	width: 50px;
	height:50px;
	border-radius: 50px;
	background: #16b9b4;
	border:0;
	top:0;
	left:0;
	border-radius:50px;
}

/* Custom Banner */
.custom-banner .fl-slide-title {
	font-size: 65px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	margin-bottom: 15px;
}

.custom-banner .fl-slide-text {
	font-size: 20px;
	font-weight: 300;
}

.site-btn {
	background: #15b9b2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 60px;
	display: inline-flex;
	font-family: 'Avant Garde LT Demi', sans-serif;
	color: #fff !important;
	margin-top: 30px;
	border-radius:50px;
}

.site-btn:hover {
	background: #17c7bf;
}

.site-btn-2 {
	background: #0d2435;
}

.site-btn-2:hover {
	background: #112e43;
}

.phone-btn {
	font-size: 22px;
	font-weight: 600;
	font-style:italic;
	text-decoration:none;
	display:inline-flex;
}

.phone-btn:hover {
	color: #fcd520 !important;
}

.phone-btn::before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#fcd520;
	font-style:normal;
	margin-right: 5px;
}

.custom-banner .site-btn {
	margin-right: 20px;
}

.custom-banner .fl-slide-foreground {
	max-width: 1200px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.custom-banner .fl-slide-photo-img {
	margin: 0 auto !important;
}

.custom-banner .fl-content-slider-svg-container {
	display:none;
}

.custom-banner .slider-prev {
	width:21px;
	height:37px;
	background: no-repeat center url('http://traralgon.balartestingserver.com/wp-content/uploads/2022/06/banner-left-arrow.png');
	background-size: contain;
	left:40px !important;
}

.custom-banner .slider-next {
	width:21px;
	height:37px;
	background: no-repeat center url('http://traralgon.balartestingserver.com/wp-content/uploads/2022/06/banner-right-arrow.png');
	background-size: contain;
	right:40px !important;
}

/* Custom Callout Why */
html body .custom-callout-why .fl-callout {
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

html body .custom-callout-why .fl-callout-photo {
	max-width: unset;
	padding: 0;
	width: auto;
	flex: 0 0 50px !important;
	margin-right: 20px;
}

html body .custom-callout-why-2 .fl-callout-photo {
	flex: 0 0 60px;
}

html body .custom-callout-why .fl-callout-content {
	max-width: 100%;
	flex: 0 0 100%;
	flex: 1;
	padding-left: 0;
	display:flex;
	align-items:center;
}

html body .custom-callout-why .fl-callout-title {
	padding-bottom:5px;
}

/* Custom Callout Number */
html body .custom-callout-number .fl-callout {
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

html body .custom-callout-number .fl-callout-photo {
	max-width: unset;
	flex: 0 0 70px;
	padding: 0;
}


html body .custom-callout-number .fl-callout-content {
	max-width: 100%;
	flex: 0 0 100%;
	flex: 1;
	align-items: center;
	display:flex;
}

html body .custom-callout-number .fl-callout-title {
	width: 45px;
	height: 45px;
	background: #0aa086;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px !important;
	margin-right: 20px;
	flex: 0 0 45px;
}

html body .custom-callout-number .fl-callout-text p {
	padding:0 !important;
}

/* Custom Slick Arrow */
html body .slick-arrow::before {
	display:none;
}

html body .slick-arrow {
	width:21px;
	height:37px;
	background:no-repeat center !important;
	background-size: contain !important;
	z-index: 1;
}

html body .slick-prev {
	background-image:url('/wp-content/uploads/2022/06/img-green-arrow-left.png') !important;
	left: 0px !important;
}

html body .slick-next {
	background-image:url('/wp-content/uploads/2022/06/img-green-arrow-right.png') !important;
	right: 0px !important;
}

html body .white-arrow .slick-arrow {
	filter: brightness(0) invert(1) !important;
}

html body .white-arrow .slick-prev {
	left:45px !important;
}

html body .white-arrow .slick-next {
	right:45px !important;
}

/* Custom Reviews */
.custom-reviews .fl-post-grid {
	width: auto !important;
	height: auto !important;
}

.custom-reviews .fl-post-grid-post {
	position:static !important;
	width: 100% !important;
	margin-bottom:0 !important;
	border:0 !important;
}

.custom-reviews .fl-post-grid-title,
.custom-reviews .fl-post-grid-meta,
.custom-reviews .fl-post-grid-content {
	display:none !important;
}

.custom-reviews-heading-text {
	font-family: Larsseit Bold, sans-serif;
	font-size: 24px;
	color: #403f40;
}

.custom-reviews-content p {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #4c4c4c;
	line-height: 1.5;
}

.custom-reviews-title {
	font-family: 'DM Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: 400;
	letter-spacing: 1px;
}

.custom-reviews-img {
	margin-bottom: 10px;
}

.custom-reviews-heading-text {
	margin-bottom: 10px;
}

.custom-reviews-content {
	margin-bottom: 10px;
}

.custom-reviews .fl-post-grid-text {
	padding:0 !important;
	border:1px solid #ddd;
	height:100%;
	padding:60px !important;
	background:#fff;
}

.custom-reviews .fl-button {
	background: #c0b284 !important;
	height: 50px !important;
	color: #fff !important;
	padding: 2px 40px !important;
	border-radius:0px !important;
	display:inline-flex !important;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: 'Eurostile Semi Bold', sans-serif !important;
	font-size: 14px !important;
	border: 0 !important;
	font-weight: 700;
}

.custom-reviews-img-social {
	margin-right:5px;
}

.custom-reviews .fl-button .fl-button-text {
	color: #fff !important;
}

.custom-reviews .fl-button:hover {
	background: #cfc08e !important;
}

.custom-reviews .fl-button-text {
	font-weight: 700 !important;
}

.custom-reviews-big-heading-text {
	font-family: 'Eurostile Semi Bold', sans-serif;
	font-weight: 700;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
}

.custom-reviews .fl-post-grid {
	display:flex;
	flex-flow: row wrap;
}

.custom-reviews .fl-post-grid-post {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	margin-bottom: 30px !important;
	background:none;
}

/* Custom Gallery */
.custom-gallery .simplefilter li {
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	color: #202020;
	border: 2px solid #fcd520;
	background: transparent;
	padding: 17px 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin:0 10px;
}

.custom-gallery .simplefilter li:hover {
	background: #fcd520 !important;
}

.custom-gallery .simplefilter li.active {
	background: #14488c !important;
	border-color: #14488c !important;
	margin:0 10px !important;
}

.custom-gallery .pfg-bootstrap .thumbnail {
	border:none;
}

.custom-gallery .item-desc {
	display:none;
}

.custom-gallery .filtr-container {
	margin-top: 45px !important;
}

/* Custom Work */
body .custom-work .fl-post-grid-title,
body .custom-work .fl-post-grid-meta,
body .custom-work .fl-post-grid-content {
	display:none !important;
}

html body .custom-work .fl-post-grid-text {
	padding:0 !important;
}

html body .custom-work .fl-post-grid {
	width: 100% !important;
	height: 100% !important;
	display:flex;
	flex-flow: row wrap;
}

html body .custom-work .fl-post-grid-post {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	max-width: 33.3%;
	flex: 0 0 33.3%;
	padding:0 10px !important;
	border:0 !important;
	margin-bottom: 20px !important;
}

html body .custom-work-container img {
	height: 348px;
	object-fit: cover;
	width: 100% !important;
}

html body .custom-work-container {
	height: 348px !important;
}

/* Green Text */
.green-text {
	color: #0aa086;
}

.light-green-text {
	color: #15b9b2;
}

.text-break .fl-heading-text {
	word-break: break-all;
}

/* Custom Top Site Header */
.custom-top-site-header {
	background: #15b9b2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.custom-top-site-header-ul {
	padding:0 !important;
	margin: 0 !important;
}

.custom-top-site-header-ul li a {
	color: #fff;
}

.custom-top-site-header-wrap {
	max-width: 1280px;
	margin:0 auto;
}

.custom-top-site-header-ul li {
	display:inline-block;
	vertical-align:middle;
	margin-left: 20px;
}

.custom-top-site-header-ul li a {
	text-decoration:none;
	font-family: 'Eurostile Light', sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	transition: all 0.3s ease;
	display:block;
}

.custom-menu-contact-btn {
	background: #c0b284 !important;
	padding: 15px 30px !important;
	font-family:'Eurostile Semi Bold', sans-serif !important;
}

.custom-top-site-header-ul li a:hover {
	opacity:.8;
}

.custom-menu-contact-btn:hover {
	opacity: 1 !important;
	background: #cdbe8d !important;
}

.custom-top-site-header-ul {
	text-align:right;
}

/* Custom Side Menu Btn */
.custom-side-menu-btn {
	display:block;
}

.custom-side-menu-btn::after {
	display:none;
}

.custom-side-menu-btn span {
	width:32px;
	height:2px;
	background: #1b1819;
	display:block;
	margin-bottom:5px;
}

.custom-side-menu-btn:hover span {
	background: #3e4f67;
}

.custom-side-menu-btn span:last-of-type {
	margin-bottom:0;
}

/* Custom Side Menu Wrap */
.custom-side-menu-wrap {
	position: fixed;
	right: -25%;
	top: 0;
	background: #c0b284;
	height: 100%;
	z-index: 99;
	width: 25%;
	transition:all 0.3s ease;
}

.custom-side-menu-wrap.active {
	right:0;
}

.custom-side-menu {
	padding:0 !important;
	margin:0 !important;
}

.custom-side-menu li {
	list-style-type:none !important;
}

.custom-side-menu li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Eurostile Semi Bold', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 15px;
	position: relative;
	text-transform: uppercase;
	display: block;
	margin: 0;
	border-bottom: 1px solid #d3c28d;
	padding: 15px 25px;
}

.custom-side-menu li a:hover {
	background: #d0c18d;
}

/* Subscriber Form */
html body .subscriber-form form {
	display: flex;
	align-items: flex-start;
}

html body .subscriber-form .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

html body .subscriber-form .gform_button {
	margin: 0 !important;
	padding: 0 !important;
	height:48px !important;
	border-radius:0 !important;
}

html body .subscriber-form input {
	height: 48px !important;
	font-size:14px !important;
	color:#333;
}

html body .subscriber-form .widgettitle {
	display:none !important;
}

html body .subscriber-form .gform_footer {
	width:185px !important;
	margin-left: 15px !important;
}

html body .subscriber-form .gform_body {
	flex: 1 !important;
}

html body .subscriber-form .gform_button.button {
	background: #c0b284 !important;
}

html body .subscriber-form .gform_button.button:hover {
	background: #cbbc8b !important;
}

/* Brown Text Anchor */
.brown-text-a a {
	color: #c0b284 !important;
}

/* Float Right */
.float-right {
	position:absolute !important;
	right:0;
	bottom:0;
}

/* Stylist Form */
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"] {
	color:red !important;
}

.stylist-form .gform-body {
	width:100%;
}

.stylist-form .gform-body .gform_fields {
	display:flex !important;
	flex-flow:row wrap !important;
}

.stylist-form .gform-body .gfield {
	flex:0 0 49%;
	max-width:49%;
}

.stylist-form form {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	max-width: 983px;
	margin: 0 auto;
	position:relative;
}

.stylist-form .gform_button.button {
	background: #c0b284 !important;
}

.stylist-form .gform_button.button:hover {
	background: #cdbe8d !important;
}

html body .stylist-form .gform_footer.top_label {
	margin-top: 0 !important;
	flex: 1 !important;
	padding-left: 0 !important;
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 34%;
	padding-right: 0px !important;
	padding-left: 4px !important;
}

.stylist-form .widgettitle {
	display:none !important;
}

.mix-blend-mode-multiply .fl-photo-img {
	mix-blend-mode: multiply !important;
}

.stylist-form .require-css {
	max-width:64.6% !important;
	flex:0 0 64.6% !important;
}

.stylist-form .require-css legend {
	display:none !important;
	font-size:16px;
	color:#fff;
	font-family:'Eurostile Semi Bold', sans-serif;
	text-transform:uppercase;
}

.stylist-form .require-css legend .gfield_required {
	display:none;
}

.stylist-form .require-css label {
	font-size:14px;
	font-weight:400;
	font-family:'DM Sans', sans-serif;
	color:#fff;
}

.stylist-form .require-css .gfield_checkbox::before {
	content:'What do you require?';
	font-size:16px;
	color:#fff;
	font-family:'Eurostile Semi Bold', sans-serif;
	text-transform:uppercase;
	margin-right:15px;
}

.stylist-form .require-css .gfield_checkbox {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}

.stylist-form .require-css .gfield_checkbox .gchoice {
	flex: 1;
}

.stylist-form .require-css {
	display:flex !important;
	flex-flow:row wrap !important;
	min-width:1px !important;
}

.stylist-form .ginput_container_checkbox {
	flex:1 !important;
}

/* Custom Subpage Menu */
.custom-subpage-menu .fl-menu a {
	font-size: 18px !important;
	font-family: 'Eurostile Semi Bold', sans-serif;
	color: #b0b0b0 !important;
	border-bottom: 4px solid transparent;
	padding: 0 10px 20px 10px !important;
	outline:0 !important;
}

.custom-subpage-menu .current-menu-item a {
	color: #2e2e2e !important;
	border-bottom: 4px solid #c0b284;
}	

.custom-subpage-menu .fl-menu a:hover {
	color: #2e2e2e !important;
}

.custom-subpage-menu .fl-menu {
	border-bottom: 1px solid #d0d0d0;
}

.custom-subpage-menu .fl-menu .menu-item {
	margin-right: 30px;
}

.custom-subpage-menu .fl-menu .menu-item:last-of-type {
	margin-right: 0px;
}

/* Custom Bold */
.bold-brown strong {
	color: #c0b284 !important;
}

/* Custom Callout */
.custom-callout .fl-callout-content {
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

.custom-callout .fl-callout-title {
	padding-left:20px;
	flex: 1;
}

/* Custom Post Module */
.custom-post-module .fl-post-grid-title {
	display:none !important;
}

.custom-post-module .fl-post-grid-meta {
	display:none !important;
}

.custom-post-module .fl-post-grid-content {
	display:none !important;
}

.custom-post-module .fl-post-grid-post {
	border:0 !important;
	position:relative !important;
	margin:0 0 40px 0 !important;
	max-width:33.3% !important;
	width:auto !important;
	flex: 0 0 33.3% !important;
	overflow:unset !important;
	left:0 !important;
	top:0 !important;
	padding: 0 10px !important;
}

.custom-post-module .fl-post-grid {
	width: 100% !important;
	height: auto !important;
	display: flex !important;
	flex-flow: row wrap !important;
}

.custom-post-module .fl-post-grid-text {
	padding:0 !important;
}

.custom-post-module .fl-button {
	background: #c0b284 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 15px 30px !important;
	text-transform: uppercase;
	font-family: Eurostile Semi Bold;
	font-weight: 700 !important;
	font-size: 14px !important;
	letter-spacing: 1px;
}

.custom-post-module .fl-button:hover {
	background: #cbbc8c !important;
}

.custom-post-module .fl-button-text {
	color:#fff !important;
}
/* Custom Our People Module */

.custom-our-people-img img {
	width:100%;
	height:368px;
	background: #cdd5d4;
	object-fit:cover;
	object-position:top;
}

.custom-our-people-heading {
	font-family:'Eurostile Semi Bold', sans-serif;
	font-size:26px;
	color: #3e4f67;
	text-transform:uppercase;
	margin-top:40px;
}

.custom-our-people-content {
	font-size: 17px;
	font-family: DM Sans, sans-serif;
	font-weight: 400;
	color: #4c4c4c;
	margin-top:15px;
}

.custom-our-people-btn-wrap {
	font-family: 'Eurostile Semi Bold', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0;
	margin-top:15px;
}

.custom-our-people-body {
	padding:0 15px;
}

.custom-our-people-subheading {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.custom-our-people .fl-post-grid-image {
	display:none;
}

/* Custom Email Sign Up Form */
.email-sign-up-form .widgettitle {
	display:none;
}

.email-sign-up-form .fl-widget {
	max-width: 653px;
	margin: 0 auto;
}

.email-sign-up-form label {
	font-size: 16px;
	font-family: DM Sans, sans-serif;
	font-weight: 500;
	color: #303030;
}

html body .email-sign-up-form .gform_wrapper.gravity-theme legend {
	display:block !important;
	font-family:'DM Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	color: #303030;
}

html body .email-sign-up-form .gform_wrapper.gravity-theme .gform_footer input {
	background:#3e4f67 !important;
}

html body .email-sign-up-form .gform_wrapper.gravity-theme .gform_footer input:hover {
	background:#465974 !important;
}

html body .email-sign-up-form .gform_footer.top_label {
	margin-top:30px !important;
}

.brown-text {
	color: #c0b284 !important;
}

/* Custom Accordion */
.custom-accordion .fl-accordion-button-label,
.custom-accordion .fl-accordion-button-icon {
	outline:0 !important;
}

.custom-accordion .fl-accordion-button-icon {
	opacity: 1 !important;
	color: #c0b284 !important;
	font-size:20px !important;
}

/* Custom Overlay */
.custom-overlay .fl-photo-content {
	position:relative;
}

.custom-overlay .fl-photo-content::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(62,79,103,1) 100%);
}

.relative .fl-heading {
	position:relative;
}

.z-index-2 .fl-heading {
	z-index: 2;
}

/* Custom Callout Align Top */
.custom-callout-align-top .fl-callout {
	align-items: flex-start !important;
}

/* Custom Before After Text */
.custom-before-after-text p {
	font-family:'DM Sans', sans-serif;
	font-weight: 400;
	color:#fff;
}

.custom-before-after-text p strong {
	font-size:20px;
	color: #c0b284;
	font-family:'Eurostile Semi Bold', sans-serif;
	width: 200px;
	display: inline-block;
}

.custom-before-after-text .fl-rich-text {
	border-bottom: 1px solid #657285;
	padding-bottom:20px;
}

/* Portfolio Page */
.custom-wrap {
	max-width: 1280px;
	margin:0 auto;
}

/* Portfolio Category */
.portfolio-cat-row {
	background:transparent;
}

.portfolio-cat {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px solid #d0d0d0;
	margin: 0px 0 40px 0;
}

.portfolio-cat li {
	margin:0 40px;
}

.portfolio-cat li a {
	text-decoration:none;
	display:block;
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	padding: 0 5px 3px 5px;
}

.portfolio-cat li a.active {
	color: #2e2e2e;
	font-family: 'Avant Garde LT Demi', sans-serif;
}

.portfolio-cat li a:hover {
	color: #2e2e2e;
}

/* Portfolio Record */
.portfolio-record {
	display:flex;
	flex-flow: row wrap;
	margin-top: 20px;
}

.portfolio-col {
	max-width: 50%;
	flex: 0 0 50%;
	display: flex;
	flex-flow: column;
	padding: 0 15px;
	margin-bottom: 40px;
}

.portfolio-title {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 24px;
	margin:0;
	text-transform:none;
}

.portfolio-title a {
	color: #0d2435;
	text-decoration:none;
}

.portfolio-title a:hover {
	color: #112d42;
}

.portfolio-subtitle {
	font-family: 'Eurostile Semi Bold', sans-serif;
	color: #3e4f67;
	font-weight: 400;
	font-size: 26px;
	text-transform:uppercase;
}

.portfolio-excerpt {
	font-family:'Avant Garde Book', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #5c5c5c;
	margin-top:15px;
}

.custom-site-btn {
	display: inline-flex;
	background: #ef851b;
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	text-decoration: none !important;
	color: #fff !important;
	min-width: 185px;
	min-height: 52px;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	transition: all 0.3s ease;
}

.custom-site-btn:hover {
	transform: scale(1.01);
	background: #fa8c1d;
}

.portfolio-btn {
	margin-top: 15px;
}

.portfolio-subtitle {
	margin-top: 5px;
}

.portfolio-row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Custom Page Results */
.custom-page-results {
	padding: 0 15px;
	font-size:15px; 
	font-family: 'Avant Garde Book', sans-serif;
	font-weight:400;
	color: #4c4c4c;
}

.custom-page-results .bold {
	font-weight:700;
}

/* Custom Site Pagination */
.custom-site-pagination {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.custom-site-pagination .wp-pagenavi a, 
.custom-site-pagination .wp-pagenavi span {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: transparent;
	border: 0;
	color: #a8a8a8;
	font-weight: 400 !important;
	padding: 0;
	width: 31px;
	height: 31px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0.1rem;
	border-radius: 50px;
}

.custom-site-pagination .wp-pagenavi span.current {
	background: #15b9b2;
	color:#fff;
}

.custom-site-pagination .pages {
	display:none !important;
}

.custom-site-pagination .wp-pagenavi a:hover {
	background:#ddd;
}

/* News Page */
.news-cat-row .portfolio-cat li {
	margin:0 20px;
}

.news-row .portfolio-content {
	visibility:visible;
	opacity: 1;
	align-items: start;
	justify-content: flex-end;
	padding: 40px;
}

.news-row .portfolio-subtitle {
	text-align:left;
}

.news-row .portfolio-btn {
	font-size: 14px;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #15b9b2;
	text-decoration: none;
	text-transform: none;
}

.news-row .portfolio-btn:hover {
	color: #14b1aa;
}

.news-row .portfolio-title {
	text-align:left;
	margin-top:30px;
}

.news-row .portfolio-content {
	padding: 0;
}

.portfolio-img img {
	width: 100%;
	height: 287px;
	object-fit: cover;
	background:#333;
}

.portfolio-btn-wrap {
	margin-top:15px;
}

/* Blog Single */
.blog-main-wrap {
	padding-top:1rem;
}

.blog .site-header,
.blog .footer-widgets,
.blog .site-footer {
	display:none !important;
}

.blog-wrap {
	max-width: 1280px;
	margin:0 auto;
}

.blog-cat {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #403f40;
	padding-bottom: 20px;
	margin-bottom: 60px;
	flex-flow: row wrap;
}

.blog-cat li {
	text-transform: uppercase;
	font-size: 13px;
	color: #403f40;
	font-family: 'Larsseit Bold', sans-serif;
	padding: 0 15px;
}

.blog-cat li a {
	text-decoration: none;
	color: #c8c8c8;
}

.blog-cat li a:hover,
.blog-cat li a.active {
	color: #000;
}

.blog-row {
	padding: 40px 0 80px 0;
}

/* Blog Lists */
.blog-list-wrap {
	display:flex;
	flex-flow: row wrap;
}

.blog-col {
	max-width: 50%;
	flex: 0 0 50%;
	padding:0 15px;
	margin-bottom: 60px;
}

.blog-col-img img {
	width: 100%;
	height: 365px;
	object-fit: cover;
}

.blog-col-title {
	font-size: 26px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #403f40;
	margin: 0 0 5px 0;
}

.blog-col-info {
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}

.blog-col-info li {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4c4c4c;
	margin-right: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.blog-col-info li::after {
	content:"|";
	margin:0 10px;
}

.blog-col-info li:last-of-type::after {
	display:none;
}

.blog-col-info li img {
	margin-right: 10px;
}

.blog-col-content {
	font-family: 'Larsseit Light', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #403f40;
	margin-bottom: 15px;
}

.blog-col-btn-wrap a {
	display: inline-flex;
	background: #f1ca32;
	font-family: 'Helvetica BDEX';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #403f40;
	letter-spacing: 1px;
	padding: 10px 20px;
}

.blog-col-img {
	margin-bottom: 30px;
}

.blog-body {
	padding: 0 20px;
}

.blog-col-btn-wrap a:hover {
	background-color: #ffdf61 !important;
}

/* Blog Col Full */
.blog-col-full {
	max-width: 100%;
	flex: 0 0 100%;
	display:flex;
}

.blog-col-left,
.blog-col-right {
	max-width: 50%;
	flex: 0 0 50%;
}

.blog-col-left {
	background: no-repeat center #333;
	background-size: cover;
	min-height:495px;
}

.blog-col-right {
	background: #3a65a5;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 60px;
}

.blog-col-right-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Larsseit Light';
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

.blog-col-right-heading {
	font-size: 30px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
}

.blog-col-right-content {
	font-size: 16px;
	color: #fff;
	font-family: Larsseit Light, sans-serif;
	line-height: 1.3;
}

.blog-col-btn-wrap {
	margin-top: 30px;
}

/* Blog Pagination */
.blog-pagination {
	text-align: center;
}

.blog-pagination .pages {
	display:none !important;
}

.blog-pagination .wp-pagenavi {
	font-family: 'Helvetica LTEX';
	color: #858585;
	font-size: 14px;
}

.blog-pagination span,
.blog-pagination a {
	border: 0 !important;
	color: #858585 !important;
	padding: 8px 10px !important;
}

.blog-pagination .current {
	color: #403f40;
	font-family: 'Helvetica BDEX';
	background: #ededed;
}

.blog-pagination a:hover {
	background: #ededed;
	color: #403f40;
}

/* Blog Single Page */
.blog-col-title-single {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 36px;
	color: #0d2435;
	margin-bottom: 1rem;
	font-weight: 400;
}

.blog-col-img-single img {
	width: auto;
	height: auto;
}

.blog-col-info-single {
	margin-bottom: 20px;
}

.blog-col-info-single i {
	margin-right:5px;
}

/* Blog Single Header */
.blog-single-header {
	padding-left: 0;
}

/* Blog Content Single */
.blog-col-content-single {
	padding-left: 10px;
}

.blog-col-content-single h1,
.blog-col-content-single h2,
.blog-col-content-single h3,
.blog-col-content-single h4,
.blog-col-content-single h5,
.blog-col-content-single h6 {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-weight: 400;
	color: #303030;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size:25px;
}

.blog-col-content-single p,
.blog-col-content-single ul {
	font-size: 17px;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #5c5c5c;
	margin-bottom: 20px;
}

.blog-col-content-single ul {
	margin-left: 15px;
}

.blog-col-content-single ul li {
	list-style-type: disc;
}

.blog-col-content-single strong {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:600;
}

.blog-col-img-single {
	margin-bottom: 30px;
}

/* Blog Left */
.blog-left {
	max-width: 75%;
	flex: 0 0 75%;
	padding-right: 80px;
}

/* Blog Tags */
.blog-col-content-tags-wrap {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	padding-left: 20px;
	margin-top: 60px;
}

.blog-col-content-tags-lists {
	display:flex;
	flex-flow: row wrap;
}

.blog-col-content-tags-lists li {
	margin-right: 10px;
	font-family: 'Larsseit Medium', sans-serif;
	color: #4071b8;
	font-size: 16px;
}

.blog-col-content-tags-lists li a {
	color: #4071b8;
	text-decoration:none !important;
}

.blog-col-content-tags-lists li a:hover {
	color: #373737;
}

.blog-col-content-tags-title {
	font-size: 16px;
	font-family: 'Larsseit Medium', sans-serif;
	color: #373737;
}

.blog-row-single {
	padding-top:0;
	padding-bottom:0;
	background:no-repeat center top url('/wp-content/uploads/2023/05/bg-blog-2.png');
	background-size:100% 438px;
}

.blog-wrap-single {
	padding: 60px 20px 60px 20px;
}

/* Blog Right */
.blog-right {
	max-width: 25%;
	flex: 0 0 25%;
	padding-left: 15px;
}

/* Blog Search */
.blog-right [type="search"] {
	font-family: 'Avant Garde Book', sans-serif;
	font-size: 14px;
	color: #000000;
	background: #f8f8f8;
	border: 0;
	height: 48px;
	padding: 0 25px 0 25px;
	font-weight: 400;
}

.blog-right .widget-title {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 18px;
	color: #303030;
	margin: 0 0 15px 0;
	font-weight: 400;
}

.blog-right ul li {
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #303030;
	font-size: 16px;
}

.blog-right ul li a {
	text-decoration:none;
	color: #303030;
}

.blog-right ul li a:hover {
	color: #16b9b4;
}

.blog-right .widget {
	margin-bottom: 40px;
}

/* Tag Page */
.tag-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.tag-wrap p {
	font-size: 26px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #403f40;
	margin: 0 0 5px 0;
}

/* Blog Single Nav */
#nav-single {
	padding: 0 10px;
	display:flex;
	justify-content: space-between;
	margin-top:30px;
}

#nav-single a {
	font-size: 17px;
	text-decoration: none;
	font-family: 'Avant Garde Book', sans-serif;
	font-weight: 400;
	color: #15b9b2;
	text-transform: none;
}

#nav-single a:hover {
	color:#000;
}

/* Trade Page */
.trade-form label {
	font-size:16px;
	font-family:'DM Sans', sans-serif;
	font-weight:500;
	color: #303030;
}

.remember-me {
	color: #303030;
}

.forgot-password {
	font-size:14px;
	font-weight:500;
	font-family:'DM Sans', sans-serif;
	color: #c0b284;
}

.trade-form button {
	border-radius:0;
	padding:0;
	display: flex;
	width: 100%;
	height: 49px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Eurostile Semi Bold;
	letter-spacing: 0;
	background: #3e4f67;
}

.trade-form button:hover {
	background: #465975;
}

.t-input-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:20px;
}

.t-input-group:last-of-type {
	margin-bottom:0;
}

.t-label-input {
	width:150px;
}

.trade-form input[type="text"],
.trade-form input[type="password"]{
	height: 47px;
	padding: 0 20px;
	font-size: 14px;
}

label.remember-me {
	font-size:14px;
}

.t-p-left {
	padding-left:120px;
}

.relative {
	position:relative;
}

.z-index-2 {
	z-index:2;
}

.custom-video iframe {
	width:100%;
	max-width:712px;
	height:536px;
	margin:0 auto;
	display:block;
}

/* Sitemap */
.custom-sitemap h2 {
	font-size:40px;
	font-family:'Eurostile Semi Bold', sans-serif;
	color: #2e2e2e;
}

.custom-sitemap ul {
	padding:0 !important;
	margin:0 !important;
}

.custom-sitemap ul li {
	list-style-type:none !important;
}

.custom-sitemap ul li a {
	color: #303030;
	font-size:18px;
	font-family:'DM Sans', sans-serif;
	text-decoration:underline;
}

/* Sitemap Posts */
.custom-sitemap .wsp-category-title,
.custom-sitemap .wsp-category-title a {
	font-size:24px;
	font-family:'Eurostile Semi Bold', sans-serif;
	color: #2d2d2d;
	text-decoration:none;
}

.custom-sitemap .wsp-posts-list > li {
	margin-bottom:20px;
}

.custom-sitemap .wsp-post {
	margin-bottom:0px !important;
}

/* Custom Submenu */
.has-custom-submenu {
	position:relative;
}

.has-custom-submenu > a {
	padding-right:15px !important;
}

.has-custom-submenu > a::after {
	display:none !important;
}

.has-custom-submenu > a::before {
	content:'>' !important;
	display:inline-block !important;
	position:absolute !important;
	border:0 !important;
	background:transparent !important;
	right:0;
	top:-3px;
}

.custom-submenu {
	padding:0 !important;
	background: #15b9b2 !important;
	position:absolute;
	left:0;
	width:250px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}

.has-custom-submenu:hover .custom-submenu {
	opacity:1;
	visibility:visible;
}

.custom-submenu li {
	border-bottom: 1px solid #18d5cd;
}

.custom-submenu li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	margin: 0;
	font-size:12px;
}

.custom-submenu li a:hover {
	background: #16cac2;
}

.custom-submenu li a::after {
	display:none !important;
}

/* Registration Page */
.t-input-group-2 {
	flex-flow:row wrap;
}

.t-error-text {
	color:red;
	font-size:14px;
	margin-top:5px;
	display:block;
}

.t-input-group-2 .t-label-input {
	margin-bottom:5px;
	width:100%;
}

.text-center {
	text-align:center;
	justify-content:center;
}

.mb-0 {
	margin-bottom:0;
}

.eurostile-semi-bold {
	font-family:'Eurostile Semi Bold', sans-serif;
}

.t-input-message {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.t-input-message.t-input-error-message {
	color: red;
}

.t-input-message.t-input-success-message {
	color: green;
}

/* Gallery 2 */
.gallery-2 .fl-row-content-wrap {
	background-size:100% 442px !important;
	background-position:center top !important;
}

/* Custom Gallery */
.custom-gallery-filter {
	padding:0 !important;
	margin:0 !important;
	display:flex;
	flex-flow:row wrap;
	margin-bottom:40px !important;
}

.custom-gallery-filter li {
	list-style-type:none !important;
	margin-right:15px;
}

.custom-gallery-filter li:last-of-type {
	margin-right:0;
}

.custom-gallery-filter li a {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-weight: 400;
	background: transparent;
	color: #0d2435;
	padding: 10px 30px;
	display: flex;
	font-size: 18px;
	border-radius: 50px;
}

.custom-gallery-filter li a.active {
	background: #15b9b2;
	color: #fff !important;
}

.custom-gallery-filter li a:hover {
	color: #15b9b2;
}

/* Custom Gallery Body */
.custom-gallery-body-row {
	display:flex;
	flex-flow:row wrap;
	display:none;
}

.custom-gallery-body-row.active {
	display:flex;
}

.custom-gallery-body-col {
	max-width:33.3%;
	flex:0 0 33.3%;
	padding:0 5px;
	margin-bottom:10px;
}

/* Load More */
.custom-gallery-footer {
	text-align:center;
	margin-top:40px;
}

.custom-gallery-load-more {
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-weight: 400;
	background: transparent;
	color: #0d2435;
	padding: 12px 30px;
	display: inline-flex;
	font-size: 14px;
	border-radius: 50px;
	background: #15b9b2;
	color: #fff;
	text-transform: uppercase;
}

.custom-gallery-load-more:hover {
	color:#fff;
	background: #16c6be;
}

/* Custom Product Manuals */
.custom-product-manuals-filter {
	border-bottom: 1px solid #0d2435;
	padding-bottom:30px !important;
}

.cpmr-wrap {
	display:flex;
	flex-flow:row wrap;
}

.cpmr-col {
	max-width: 33.3%;
	flex: 0 0 33.3%;
	border-right: 1px solid #d8d8d8;
	padding: 20px 80px 40px 80px;
}

.cpmr-title a {
	font-size: 17px;
	font-family: Avant Garde Book, sans-serif;
	color: #5c5c5c;
	font-weight: 400;
	text-align: center;
	text-decoration:underline;
	display:block;
	line-height:1.3;
}

.cpmr-col-inner {
	text-align:center;
}

.cpmr-title {
	margin:0 !important;
	margin-top:15px !important;
}

.custom-product-manuals-row h3 {
	font-size:30px;
	margin-bottom:40px;
}

.custom-product-manuals-row {
	margin-bottom:40px;
}

/* Custom Products */
.custom-products-wrap {
	display:flex;
	flex-flow:row wrap;
}

.custom-products-img-col {
	max-width:45%;
	flex: 0 0 45%;
	padding:0 20px;
}

.custom-products-content-col {
	max-width:55%;
	flex:0 0 55%;
	padding:0 20px;
}

.custom-products-btn-wrap .site-btn {
	margin:0 auto;
}

.custom-products-btn-wrap {
	text-align:center;
	margin-top:15px;
}

/* Custom Products Tab */
.custom-products-content-tab {
	padding:0 !important;
	margin:0 !important;
	display:flex;
	flex-flow:row wrap;
}

.custom-products-content-tab li {
	list-style-type:none !important;
}

.custom-products-content-tab li a {
	display: flex;
	color: #bfbfbf;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Avant Garde LT Demi', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: transparent;
	border-radius: 50px;
	padding: 11px 26px;
}

.custom-products-content-tab li a:hover {
	color:#000;
}

.custom-products-content-tab li a.active {
	background: #15b9b2;
	color:#fff;
}

.custom-products-content-tab li a.active:hover {
	background: #16c6be;
	color:#fff;
}

.custom-products-content-tab li {
	margin-right:30px;
}

.custom-products-content-tab li:last-of-type {
	margin-right:0;
}

.custom-products-content-tab-row h2 {
	font-size:30px;
	font-family:'Avant Garde LT Demi', sans-serif;
	margin-bottom:15px;
}

.custom-products-content-tab-row p {
	font-size:17px;
	margin-bottom:20px !important;
}

.custom-products-content-tab-row ul {
	padding:0;
}

.custom-products-content-tab-row ul li {
	list-style-type:none !important;
	position:relative;
	padding-left:20px;
}

.custom-products-content-tab-row ul li::before {
	content:'';
	width:7px;
	height:7px;
	border-radius:50px;
	background:#15b9b2;
	position:absolute;
	left:0;
	top:9px;
}

.custom-products-content-tab {
	margin-bottom:30px !important;
}

.custom-products-content-tab-row {
	display:none;
	flex-flow:column;
}

.custom-products-content-tab-row.active {
	display:flex;
}

.custom-products-gallery-col img {
	margin:0 auto;
}

.custom-products-gallery {
	display:flex;
	flex-flow:row wrap;
}

.custom-products-gallery-small {
	display:flex;
	flex-flow:row wrap;
	margin-top:40px;
}

/* Custom Products Gallery Small */
.custom-products-gallery-small-col-inner {
	border: 2px solid #c5c5c5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	cursor:pointer;
}

.custom-products-gallery-small-col-inner img {
	height:51px;
}

.custom-products-gallery-small-col {
	padding:0 20px;
}

.custom-products-gallery-small-col.slick-current .custom-products-gallery-small-col-inner {
	border-color:#15b9b2;
}

.custom-products-download-wrap {
	margin-top:40px;
}

.custom-products-wrap-right .custom-products-content-col {
	order:1;	
}

.custom-products-wrap-right .custom-products-img-col {
	order:2;
}

/* Range Slider */
.noUi-target {
	background: #bababa !important;
	border:0 !important;
	box-shadow:unset !important;
	height:4px !important;
}

.noUi-horizontal .noUi-handle {
	background:#16b9b4 !important;
	width:19px !important;
	height:19px !important;
	border-radius:50px !important;
	border:0 !important;
	box-shadow:unset !important;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
	display:none !important;
}

.noUi-horizontal .noUi-tooltip {
	font-family:'Avant Garde Book', sans-serif !important;
	color: #676767 !important;
	font-size:14px !important;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	font-weight:700 !important;
	padding-left:20px !important;
}

/* Custom Product Posts */
.custom-product-posts .fl-post-grid-image img {
	max-height: 350px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: cover !important;
	margin: 0 auto !important;
	display: block;
}

.custom-product-posts .fl-post-grid-more {
	background: #15b9b2 !important;
	color: #fff !important;
	font-family: "Avant Garde LT Demi", sans-serif;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 1rem 3rem;
	font-size: 14px;
	margin-top: 2rem;
}

.custom-product-posts .fl-post-grid-content {
	margin-top:1rem;
}

.custom-product-posts .fl-post-grid-text {
	margin-top:1rem;
}

/* Custom Other Products */
.custom-other-products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	align-items: flex-end;
	gap:10px;
}

.custom-other-product-item .title {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.custom-other-product-item .title a {
	color:#0d2435;
}

.custom-other-product-item .subtitle {
	font-size: 17px;
	color: #5c5c5c;
	margin-top: 0.5rem;
}

.custom-other-product-item .btn {
	background: #15b9b2;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 50px;
	padding: 1rem 3rem;
	display: inline-flex;
	font-family: "Avant Garde LT Demi", sans-serif;
}

.custom-other-product-item .btn:hover {
	background:#2ac4bd;
}

.custom-other-product-item .btn-wrap {
	margin-top:1.5rem;
}

.custom-other-product-item img {
	max-height: 290px;
	object-fit: contain;
	max-width: 290px !important;
}

/* Custom Products Menu Section */
.custom-products-menu-section {
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	list-style-type: none;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.custom-products-menu-section li {
	list-style-type:none !important;
}

.custom-products-menu-section li a {
	background: transparent;
	border-radius: 50px;
	display: flex;
	font-family: "Avant Garde LT Demi", sans-serif;
	font-size: 18px;
	padding: 1rem 2rem;
	text-align: center;
	line-height: 1;
	color:#96e3e0;
}

.custom-products-menu-section li a:hover {
	color:#fff;
}

.custom-products-menu-section li a.active {
	color:#fff;
	background: #003745;
}

/* Products Icon */
.custom-product-icon .fl-callout-content {
	display:flex; 
	align-items:center;
}

.custom-product-icon .fl-photo {
	margin-bottom:0 !important;
}

.custom-product-icon .fl-callout-title {
	padding-left: 1rem;
}

ul li::marker {
	color: #15b9b2;
}

#gform_confirmation_message_11 {
	color:#fff !important;
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 100%;
		padding:0;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Custom Media Queries */
html,
body {
	overflow-x: hidden;
}

.custom-mobile-menu-btn-wrap {
	display:none;
}

.custom-mobile-menu {
	display:none;
}

@media (max-width:1180px) {
	.custom-menu-contact,
	.custom-menu-contact i {
		font-size: 16px !important;
	}
	
	.custom-banner .slider-prev {
		left: 15px !important;
	}
	
	.custom-banner .slider-next {
		right: 15px !important;
	}
	
	.custom-banner .fl-slide-foreground {
		padding:80px;
	}
	
	.custom-banner .fl-slide-title {
		font-size: 55px;
	}
	
	html body .slick-prev {
		left: -30px !important;
	}
	
	html body .slick-next {
		right: -30px !important;
	}
	
	/* Custom Mobile Menu */
	.custom-site-header-menu-1,
	.custom-site-header-menu-2 {
		display:none;
	}
	
	.custom-site-header-left {
		width: 200px;
		padding-left: 20px;
	}
	
	.custom-mobile-menu-btn-wrap {
		display:block;
	}
	
	.custom-mobile-menu-btn {
		display:block;
		cursor: pointer;
	}
	
	.custom-mobile-menu-btn span {
		display: block;
		width: 25px;
		height: 3px;
		background: #14b2ad;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: 20px;
	}
	
	.custom-mobile-menu-btn span:last-of-type {
		margin-bottom:0 !important;
	}
	
	.custom-site-header-right {
		display: flex;
		flex-flow: column;
		justify-content: center;
		flex: 1;
	}
	
	.custom-mobile-menu {
		padding:0 !important;
		margin:0 !important;
		border-top: 1px solid #113148;
	}
	
	.custom-mobile-menu li {
		font-size: 13px;
		font-family: 'DM Sans', sans-serif;
		font-weight: 700;
		text-transform:uppercase;
		color: #303030;
	}
	
	.custom-mobile-menu li a {
		background: #0d2435;
		display: block;
		text-decoration: none;
		color: #fff;
		border-bottom: 1px solid #113148;
		padding: 15px 30px;
	}
	
	.custom-mobile-menu li a:hover,
	.custom-menu-btn:hover {
		background: #153b57;
		color:#fff !important;
	}
	
	.custom-menu-btn:hover {
		background: #153b57 !important;
	}
	
	.custom-site-header::before {
		display:none !important;
	}
	
	.custom-site-header::after {
		display:none !important;
	}
	
	.custom-mobile-menu-btn {
		outline:0;
	}
	
	.custom-gallery .simplefilter li {
		padding: 10px 30px;
		font-size: 12px;
	}
	
	.custom-reviews-content p {
		font-size: 18px;
	}
	
	html body .custom-work-container img,
	html body .custom-work-container {
		height: 300px !important;
	}
	
	.custom-top-site-header {
		display:none;
	}
	
	.custom-menu-contact i {
		color: #15b9b2 !important;
	}
	
	html body .white-arrow .slick-prev {
		left:15px !important;
	}
	
	html body .white-arrow .slick-next {
		right:15px !important;
	}
	
	.fl-node-8mqrbl52wohf.fl-module > .fl-module-content {
		margin:0 !important;
	}
	
	.fl-node-9gk40vftwyah.fl-module > .fl-module-content {
		margin-bottom:20px !important;
	}
	
	.custom-reviews .fl-post-grid-text {
		padding:40px !important;
	}
	
	.portfolio-title {
		font-size:22px;
	}
	
	.portfolio-excerpt {
		font-size:16px;
	}
	
	/* Custom Submenu Mobile */
	.custom-submenu-mobile {
		padding:0 !important;
	}
	
	.custom-submenu-mobile a {
		padding-left: 50px !important;
		background: #113046 !important;
		border-bottom: 1px solid #143a55 !important;
	}
	
	.has-custom-submenu-mobile > a {
		position:relative;
	}
	
	.has-custom-submenu-mobile > a::after {
		content: '>';
		position: absolute;
		right: 15px;
		top: 13px;
		font-size: 16px;
	}
	
	.custom-submenu-mobile {
		display:none;
	}
	
	.stylist-form .require-css .gfield_checkbox .gchoice {
		flex: 0 0 100%;
	}
	
	/* Custom Gallery */
	.custom-gallery-body-col {
		max-width: 50%;
		flex: 0 0 50%;
	}
	
	.custom-gallery-filter {
		justify-content:center;
	}
	
	.custom-gallery-filter li a {
		font-size:16px;
	}
	
	/* Custom Other Product */
	.custom-other-product-item .title {
		font-size:27px;
	}
	
	.custom-other-product-item {
		margin-top:4rem;
	}
	
	.custom-products-menu-section {
		justify-content:center;
	}
} /* END 1180px */

@media (max-width:910px) {
	html body .slick-prev {
		left: -15px !important;
	}
	
	html body .slick-next {
		right: -15px !important;
	}
	
	html body .fl-slide-mobile-photo-img {
		width:300px;
		margin:0 auto;
	}
	
	html body .custom-banner .fl-slide-foreground {
		padding:0 !important;
	}
	
	html body .custom-banner .fl-slide-content-wrap {
		width:100% !important;
	}
	
	html body .custom-banner .fl-slide-mobile-photo {
		padding: 20px 0;
	}
	
	html body .custom-banner .fl-content-slider .fl-slide-bg-photo {
		position: absolute;
		height: 100%;
		z-index: -1;
	}
	
	.custom-banner .fl-slide-title {
		margin-bottom: 10px !important;
	}
	
	.custom-reviews .fl-post-grid-post {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.custom-reviews .fl-post-grid-post {
		margin-bottom: 40px !important;
		text-align:center;
	}
	
	html body .custom-work .fl-post-grid-post {
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}
	
	.mobile-white-overlay .fl-row-content-wrap {
		position:relative;
	}
	
	.mobile-white-overlay .fl-row-content-wrap::after {
		content: '';
		display:block;
		width:100%;
		height:100%;
		background: rgba(255,255,255,0.8);
		position:absolute;
		left:0;
		top:0;
	}
	
	.mobile-white-overlay .fl-row-content {
		position:relative;
		z-index: 2;
	}
	
	.custom-post-module .fl-post-grid-post {
		max-width:50% !important;
		flex:0 0 50% !important;
	}
	
	.custom-our-people-heading {
		font-size:22px;
	}
	
	.custom-our-people-content {
		font-size:16px;
	}
	
	.blog-left {
		max-width:100%;
		flex:0 0 100%;
		padding-right:0;
	}
	
	.blog-right {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	
	.blog-col-title-single {
		font-size:30px;
	}
	
	.blog-wrap-single {
		padding:40px 20px 0 20px;
	}
	
	html body .stylist-form .gform_footer.top_label {
		position:relative;
		bottom:0;
		top:0;
	}
	
	html body .stylist-form .gform_footer.top_label {
		margin-top:20px !important;
	}
	
	.stylist-form .gform-body {
		margin-top:20px;
	}
	
	.stylist-form .require-css {
		max-width:100% !important;
		flex:0 0 100% !important;
	}
	
	.stylist-form .require-css .gfield_checkbox::before {
		flex:1;
	}
	
	.custom-product-manuals-row h3 {
		font-size:25px;
	}
	
	.cpmr-col {
		padding:40px;
	}
	
	/* Custom Products */
	.custom-products-wrap {
		flex-flow: column wrap;
	}
	
	.custom-products-img-col {
		max-width:100%;
		flex:0 0 100%;
		order:1 !important;
		padding:0 !important;
	}
	
	.custom-products-content-col {
		max-width:100%;
		flex:0 0 100%;
		margin-top:60px; 
		order:2 !important;
		padding:0 !important;
	}
	
	.custom-product-posts .fl-post-grid-text {
		text-align:center;
		padding: 1rem !important;
	}
	
	.custom-product-posts .fl-post-column {
		margin-top:2rem;
	}
	
	/* Custom Other Product */
	.custom-other-products-grid {
		grid-template-columns:1fr 1fr;
	}
	
	.custom-other-product-item {
		margin-top:4rem;
	}
	
	.custom-other-product-item .title {
		font-size:24px;
	}
	
	.custom-products-menu-section li {
		margin-top:1rem;
	}
} /* END 910px */

@media (max-width:600px) {
	html body .custom-tyre-range-slider-inner {
		padding-top:40px !important;
	}
	
	html body .custom-testimonial-slider-2-inner {
		padding: 40px !important;
	}
	
	html body .fl-slide-mobile-photo-img {
		width: 200px;
	}
	
	html body .custom-tyre-range-slider-inner {
		height: 322px !important;
		background-size: 100% 250px;
	}
	
	html body .custom-tyre-range-img {
		width: 200px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	html body .custom-tyre-range-img {
		margin-top: 40px;
	}
	
	.custom-banner .site-btn {
		display:block;
		margin: 0 0 20px 0;
	}
	
	.custom-reviews-big-heading-text {
		font-size: 22px;
	}
	
	.custom-gallery .simplefilter li,
	.custom-gallery .simplefilter li.active {
		margin-bottom: 30px;
	}
	
	.custom-gallery .filtr-container {
		margin-top:0px !important;
	}
	
	.custom-reviews-content p {
		font-size: 18px;
	}
	
	.fl-builder-pagination, .fl-builder-pagination-load-more {
		padding:20px 0 !important;
	}
	
	html body .custom-work .fl-post-grid-post {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	
	html body .custom-work-container img, html body .custom-work-container {
		height: 250px !important;
	}
	
	html body .gform_wrapper.gravity-theme .gform_footer button, html body .gform_wrapper.gravity-theme .gform_footer input, html body .gform_wrapper.gravity-theme .gform_page_footer button, html body .gform_wrapper.gravity-theme .gform_page_footer input {
		padding:0 !important;
	}
	
	.fl-node-9gk40vftwyah.fl-module > .fl-module-content {
		margin-bottom: 5px !important;
	  }

	  .stylist-form form {
		display: block;
		  margin-top:20px !important;
	  }
	
	html body .stylist-form .gform_footer.top_label {
		padding-left:0 !important;
		margin-top:15px !important;
		width:100% !important;
	}
	
	html body .subscriber-form form {
		display:block;
	}
	
	html body .subscriber-form .gform_footer {
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	.custom-subpage-menu .menu-item {
		width:100% !important;
	}
	
	.custom-subpage-menu .menu-item {
		margin:0 !important;
		margin-bottom: 20px !important;
	}
	
	.custom-post-module .fl-post-grid-post {
		max-width:400px !important;
		flex:0 0 100% !important;
	}
	
	.custom-our-people-img img {
		height:250px;
	}
	
	.custom-our-people-heading {
		margin-top:30px;
	}
	
	.custom-reviews .fl-post-grid-text {
		padding:30px !important;
	}
	
	
	.custom-before-after-text p strong {
		display:block;
	}
	
	.portfolio-cat {
		margin-top:0;
		margin-bottom:30px;
	}
	
	.portfolio-col {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.news-row .portfolio-title {
		line-height:1.3;
	}
	
	.custom-site-pagination .wp-pagenavi a, .custom-site-pagination .wp-pagenavi span {
		width:42px;
		height:42px;
		font-size:14px;
	}
	
	.custom-site-pagination {
		margin:20px 20px 40px 20px;
	}
	
	.blog-wrap-single {
		padding-top:30px;
	}
	
	.blog-col-title-single {
		font-size:22px;
	}
	
	.t-p-left {
		padding-left:0 !important;
	}
	
	.t-input-group {
		flex-flow:column;
	}
	
	.t-label-input {
		width:auto !important;
	}
	
	label.remember-me {
		margin-bottom:10px !important;
	}
	
	.trade-form label {
		margin-bottom:15px;
	}
	
	.custom-reviews-img-social {
		display:block;
		margin:0 auto 10px auto;
	}
	
	.stylist-form .gform-body .gfield {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.stylist-form .require-css .gfield_checkbox {
		flex-flow:column;
	}
	
	.stylist-form .require-css .gfield_checkbox .gchoice {
		min-width:100%;
	}
	
	.custom-video iframe {
		width:100%;
		max-width:100%;
		height:250px;
		margin:0 auto;
		display:block;
	}
	
	.custom-sitemap h2 {
		font-size:25px !important;
	}
	
	.custom-sitemap .wsp-category-title, .custom-sitemap .wsp-category-title a {
		font-size:20px !important;
	}
	
	.custom-sitemap ul li a {
		font-size:16px;
	}
	
	.custom-gallery-filter li {
		flex:0 0 100%;
		max-width:100%;
		margin:0;
	}
	
	.cpmr-col {
		max-width:50%;
		flex:0 0 50%;
		padding:20px;
	}
	
	.cpmr-title a {
		font-size:14px;
	}
	
	.custom-product-manuals-row h3 {
		font-size:23px;
	}
	
	.custom-products-content-tab li {
		width:100%;
		margin:0;
	}
	
	.custom-products-content-tab-row p {
		font-size:16px;
	}
	
	.custom-products-content-tab-row ul li {
		font-size:16px;
	}
	
	.custom-products-gallery-small-col-inner {
		padding:10px;
	}
	
	.custom-products-gallery-small-col {
		padding:0 5px;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step::after {
		display:none;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step {
		margin:0;
		padding:0;
		width:100%;
		margin-bottom:20px;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step:last-of-type {
		margin-bottom:0;
	}
	
	html body .gform_confirmation_message h3 {
		font-size:25px;
	}
	
	.portfolio-img img {
		height:200px;
	}
	
	.portfolio-title {
		font-size:20px;
	}
	
	.blog-col-content-single h1, .blog-col-content-single h2, .blog-col-content-single h3, .blog-col-content-single h4, .blog-col-content-single h5, .blog-col-content-single h6 {
		font-size:20px;
	}
	
	.blog-col-content-single p, .blog-col-content-single ul {
		font-size:15px;
	}
	
	#nav-single a {
		font-size:14px;
	}
	
	/* Custom Other Product */	
	.custom-other-products-grid {
		grid-template-columns:1fr;
		align-items:flex-start;
	}
	
	.custom-other-product-item {
		margin-top:4rem;
	}
} /* END 600px */