/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: Century Gothic, century-gothic, Helvetica, Arial, sans-serif;
	color: #3F3F42;
	background: #eaeaea;
}
body.landing-page {
	background: url('../img/landing-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.body-wrap { overflow: hidden; min-height: calc(100vh - 660px);}

img { max-width: 100%;}
.img-multiply { 
	padding: 30px; 
	background: #fff; 
	mix-blend-mode: multiply;
}

a {
	color: #0092C7;
	text-decoration:none;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all;
}
a:hover, a:focus { color: #0882ae; }

li { list-style: none; 
	color: #687081;
	line-height: 1.4; 
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
p { 
	margin: 8px 0;
	line-height: 1.4; 
	color: #687081;
}



/*------------------------------------*\
   DIVISIONS NAV
\*------------------------------------*/
.divisions-nav .container-fluid {
    background: #252426;
    display: flex;
    align-items: center;
}
.divisions-ul {
    display: flex;
}

.divisions-ul li{
width: 200px;
text-align: center;
border-right: 1px solid #fff;
padding: 0 10px;
}
.divisions-ul li a {
    color: white !important;
    font-family: 'AntonioBold';
	font-size: 16px !important;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.divisions-ul li:first-child a{ color: #333 !important; }
.divisions-ul li:hover { background: #ccc;}
.divisions-ul li a:hover {color: #333 !important; }
.divisions-ul li:first-child {
    background: #ccc;
}
ul.topnav { display: flex; justify-content: center; padding: 0 50px 0 150px;}
.top-nav-ul {
    flex: 1 0 auto;
    display: flex;}
    
    
    ul.topnav a {
    color: #afb5bd;
    padding: 10px 15px 10px;
    display: inline-block;
    letter-spacing: .03em;
    font-size: 16px;
    font-family: "AntonioLight"
}


.topnav li:last-child {
    font-weight: bold;
    text-transform: uppercase;
}
.divisions-nav .toggle-search {
    background: #0092c7;
    color: #fff;
    padding: 11px 13px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
    }
 .social-media {
	 flex: 1 0 auto;
	justify-content: end !important;
	display: flex;
	padding: 0 50px;
 }   
.social-icons {
    width: 25px;
    height: 25px;
    display: inline-flex;
    margin: 0 20px;
    
}    
.divisions-nav #instagram {
	background: url('../img/instagram-white.svg');
	background-size: contain;
}

.divisions-nav #facebook {
	background: url('../img/facebook-white.svg');
	background-size: contain;

	
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

header.header a {
    -webkit-transition:  .5s ease background, .5s ease color;
    -moz-transition:  .5s ease background, .5s ease color;
    -ms-transition:  .5s ease background, .5s ease color;
    transition:  .5s ease background, .5s ease color;
}
.top-nav .container-fluid { display: flex; margin: 0; }
.top-nav {
	background: #000;
/* 	font-size: 13px; */
display: flex; justify-content: end;
}

.top-nav li { display: inline-block; }
.top-nav a {
	color:  #afb5bd;
	padding: 10px 3px 10px;
	display: inline-block;
	letter-spacing: 0.03em;
}
.top-nav a:hover { color: #fff; }
.top-nav li.highlight {
	float: right;
}
.top-nav li.highlight a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-nav .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.top-nav .phone {
	color: #afb5bd;
    letter-spacing: 1px;
    font-weight: bold;
}
.top-nav .toggle-search {
    background: #0092C7;
    color: #fff;
    padding: 11px 13px;
/*     margin: 0 10px; */
    margin: 0 70px 0 10px;

    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}
.top-nav ul:last-of-type li:last-of-type a {
	font-weight: bold;
	color: #fff;
}
/*
.topnav {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
*/

.logo-img {
	padding: 25px 0;
    width: 195px;
    display: inline-block;
    vertical-align: middle;
}

header.header {
	background: #3F3F42;
}

.header-nav {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: calc(100% - 345px);
}
.header-nav li {display: inline-block}
.header-nav a {
    color: #fff;
    display: block;
    padding: 10px 10px;
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
}
.header-nav a:hover, .blue-link a { color: #0092C7; }
.blue-link a:hover { color: #fff;}
.header-nav li.menu-item-has-children > a:hover::after { border-top-color: #0092C7;}
.header-nav li.menu-item-has-children > a { padding-right: 23px;}
.header-nav li.menu-item-has-children > a::after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 4px;
	position: absolute;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all;
}

.header-nav .sub-menu { 
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #0092C7;
	text-align: left;
	width: 200px;
    z-index: 10;
}
.header-nav .sub-menu.active {
	opacity: 1;
	visibility: visible;
}
.header-nav .sub-menu li { display: block;}
.header-nav .sub-menu li:first-of-type a { padding-top: 25px;}
.header-nav .sub-menu li:last-of-type a { padding-bottom: 25px;}
.header-nav .sub-menu a {
	padding: 15px 20px 10px;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
}
.header-nav .sub-menu a:hover {
	background: #0882ae;
	color: #fff;
}

.wishlist-btn {
    background: #AFB5BD;
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 20px 25px 15px 50px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
}
.wishlist-btn:hover {
	color: #fff;
	background: #0092C7;
}
.wishlist-btn span {
    left: 17px;
    top: 15px;
	font-size: 20px;
	position: absolute;
}
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/
.mobile-btn { 
	display: none;
	cursor: pointer;
	vertical-align: middle;
}
.mobile-btn span {
	display: block;
	height: 2px;
	background: #fff;
	width: 18px;
	margin: 4px 0;
}

.mobile_nav a {
	color: #fff;
}
.mobile_nav li.mobile-label a {
    font-family: century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 25px 0 4px;
    font-weight: bold;
    color: #070C18;
}
.mobile_nav li a {
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 5px 0;
}

.modal .phone {
	display: block;
	color: #fff;
    font-family: antoniobold, century-gothic, Helvetica, sans-serif;
    font-size: 25px;
	letter-spacing: 1px;
	color: #070C18;
}

/*------------------------------------*\
    MAIN BANNER
\*------------------------------------*/
.slick-slide img {
	margin: 0 auto;
}

.slick-dots {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
    border: none;
    background: none;
    border: 2px solid #fff;
    border-radius: 30px;
    display: block;
    margin: 0 5px;
    color: transparent;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button {
	background: #fff;
}


/* fade in on page load */
.main_banner{
	 visibility:hidden;
	 opacity:0;	 
	 transition: opacity 1s;
}
.main_banner.slick-initialized{
	visibility:visible;
	opacity:1;
}
.main_banner .slick-slide{ display:none;}
.main_banner .slick-slide:first-child{
	display:block; 
	visibility:hidden;
} 
.main_banner.slick-initialized .slick-slide{
	display:block;
	visibility:visible!important;
}

/*------------------------------------*\
    SEARCHFORM
\*------------------------------------*/
.search-wrap.active {
	visibility: visible;
	opacity: 1;
}
.search-wrap {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	top: 35px;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all;
}
.search-form { 
	background: #31ABD8; 
}
.search-wrap input {
    background: #31ABD8;
    font-family: century-gothic, Helvetica, sans-serif;
    border: none;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 1;
    height: 131px;
    padding: 30px 25px;
}
button.search-submit { visibility: hidden; opacity: 0; position: absolute;}

::-webkit-input-placeholder {  color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
:-moz-placeholder { color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
::-moz-placeholder { color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
:-ms-input-placeholder { color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
::-ms-input-placeholder { color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
:placeholder-shown { color: #fff; font-family: century-gothic, Helvetica, sans-serif;}
/*------------------------------------*\
    MODAL
\*------------------------------------*/

.modal { 
	visibility: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #0092C7;
	padding: 0 30px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	overflow-y: scroll;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
}
.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-close {
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 40px;
    color: #fff;
}


/*------------------------------------*\
    FIGURES
\*------------------------------------*/

.figures {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 65%;
    left: 35%;
	position: relative;
	margin-top: -45px;
}
.figures li {
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 295px;
	position: relative;
	overflow: hidden;
}
.figures li span {
	color: #fff/* #0092C7 */;
	font-size: 100px;
}
.figures li .figcaption {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: rgba(4, 147, 199, 1);
	width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(295px);
    transition: .5s ease all;
}
.figures li:hover .figcaption {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.figures h3 {
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 25px 0 0;
}

.figures ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 30px 0;
}
.figures ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    height: auto;
    width: 100%;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
}
.figures ul li a {
	color: #fff;
	font-size: 18px;
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
	height: 100%;
    padding: 9px 0 0;
}
.figures ul li a:hover { background: #0882ae;}

.cardio-thumb { background: url('../img/cardio-thumb.jpg') no-repeat center center / cover ; }
.strength-thumb {	background: url('../img/strength-thumb.jpg') no-repeat center center / cover ; }
.freeweight-thumb {	background: url('../img/freeweight-thumb.jpg') no-repeat center center / cover ; }
.accessories-thumb { 	background: url('../img/accessories-thumb.jpg') no-repeat center center / cover ; }

/*------------------------------------*\
    HOW WE HELP
\*------------------------------------*/

.grey-triangle::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 500px 500px 0 0;
	border-color: #AFB5BD transparent transparent transparent;
}

.grey-triangle {
	position: relative;
	width: 100%;
}
.how_we_help {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
    width: calc(35% - 20px);
    vertical-align: top;
    background: #fff;
	margin-top: -45px;
    padding-top: 35px;
    margin-right: 15px;
    left: calc(-65% - 4px);
	position: relative;
}
.how_we_help p { 
	padding: 0 35px;
}
.how_we_help h2 {
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
	color: #0092C7;
    font-size: 25px;
	margin: 0 0 10px;
	padding: 0 35px;
}
.how_we_help ul {
	line-height: 1.8;
	margin: 10px 0;
	padding: 0 35px 0 57px;
}
.how_we_help li { 
	color: rgba(33, 34, 39, 0.75);
	line-height: 1.2;
	margin: 8px 0;
}
.how_we_help li:before {
	font-family: 'fitness' !important;
	content: "\e802";
	font-size: 12px;
	margin-right: 10px;
	color: #0092C7;
	margin-left: -22px;
}
.how_we_help a {
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
    display: block;
    text-align: center;
    width: 100%;
    background: #0092C7;
    color: #fff;
    padding: 19px 0 12px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 1px;
}
.how_we_help a:hover {
	background: #0882ae;
}

/*------------------------------------*\
    TEXT BLOCKS
\*------------------------------------*/
.text-blocks {
	margin: 100px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text-block {
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	padding-bottom: 30px;
}
.text-block:nth-of-type(2n-1) {
	padding-right: 30px;
}
.text-block h4 { 
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.text-block h4 a{ 
	font-weight: bold; 
	color: #3F3F42;
}
.text-block h4 a:hover{ opacity: 0.7; }
/*------------------------------------*\
    BRANDS
\*------------------------------------*/

.brands {
	background: #0092C7;
	padding: 35px 0 30px;
}
.brands h1 {
    font-family: antoniobold, century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.brands ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.brands li {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}
.brands li a {
	opacity: 0.4;
	height: 65px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.brands ul:hover a {
	opacity: 0.2;
}
.brands ul:hover li:hover a:hover {
	opacity: 1;
}

/*------------------------------------------------*/
/*	BRAND TAXONOMY PAGE				*/
/*------------------------------------------------*/
.brand-desc {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
.brand-desc p {
	line-height: 1.3;
}

.tax-brands.woocommerce ul.products li.product {
	-ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
}
.brand-tax-content {
    background: #fff;
    padding: 71px 0;
}
.brand-tax-content li {
	line-height: 1.4;
}
.brand-tax-content li::before {
    color: #0092C7;
    content: "\e802";
    font-family: "fitness" !important;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: 2px;
}

/*------------------------------------------------*/
/*	PRODUCT-CATEGORY				*/
/*------------------------------------------------*/
section.productcat { padding: 50px 0;}
section.productcat::before {
    background-blend-mode: multiply;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 40%;
	height: 700px;
    background: rgba(176,182,189,0.3);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
header.product-cat { margin-bottom: 50px;}
.product-cat h1 {
    font-family: antonioregular, century-gothic, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	width: 290px;
}
.product-cat h1 span {
	display: inline-block;
	font-size: 70px;
	vertical-align: middle;
	margin-right: 10px;
}

.product-cat-nav{ 
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	width: calc(100% - 320px);
	margin-left: 25px;
}
.product-cat-nav li { 
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
}

.product-cat-nav a {
    background: #0092C7;
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 18px 0;
    font-family: antonioregular,sans-serif;
    font-weight: normal;
}
.product-cat-nav a.active {
	background: #3F3F42;
	color: #fff;
}
.product-cat-nav a:hover {
	background: #0882ae;
}

.productcat .sidebar {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    margin-top: -40px;
}
.productcat .sidebar h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 10px;
	letter-spacing: 1px;
	font-size: 13px;
	opacity: 0.4;
}

.product-cat-main {
	display: inline-block;
	width: calc(100% - 320px);
	margin-left: 25px;
}

/* filters */
.filter-container {
	border: 2px solid rgba(32, 33, 39, 0.2); 
	margin-right: 12px; 
	position: relative;
}
.filter-container .berocket_aapf_widget-title_div { min-height: 0 !important;}
div.berocket_single_filter_widget {
    padding: 25px !important;
    border-bottom: 2px solid rgba(32, 33, 39, 0.2);
}
div.berocket_single_filter_widget:last-of-type { border: none;}
h3.berocket_aapf_widget-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}
ul.berocket_aapf_widget {
    margin-top: 25px !important;
}
.berocket_aapf_widget input[type="checkbox"] { display: none; }
.berocket_aapf_widget label,
.berocket_aapf_widget .berocket_term_depth_1 label { 
	padding: 5px 0 5px 28px; 
	position: relative;
	display: block !important;
	color: rgba(0,0,0,0.5);
	font-weight: bold;
    font-size: 14px;
}
.berocket_aapf_widget label::after, 
.berocket_aapf_widget .berocket_term_depth_1 label::after {
    content: "";
    width: 22px;
	height: 22px;
    border: 2px solid rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.berocket_aapf_widget input[type="checkbox"] + label:hover::after {
    border-color: #0092C7;
}
.berocket_aapf_widget input[type="checkbox"]:checked + label::after {
	background: #0092C7;
	content: "\e802";
	font-family: 'fitness'; 
	color: #fff;
	font-size: 11px;
	padding: 1px 2px;
    border-color: #0092C7;
}
.berocket_aapf_widget_loading { background-color: rgba(255,255,255,0); }
ul.berocket_aapf_widget { margin: 10px 0 0;}
ul.berocket_aapf_widget { margin: 15px 0 0 !important;}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.woocommerce ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;;
}
.woocommerce ul.products[class*="columns-"] li.product, 
.woocommerce-page ul.products[class*="columns-"] li.product,
.woocommerce ul.products li.product {
	-ms-flex: 0 0 calc(33.3% - 20px);
	flex: 0 0 calc(33.3% - 20px);
	background: #fff;
	margin: 10px;
	transition: all .3s  ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 1;
}

.product-inner {
	padding: 10px 30px 30px;
	display: block;
	text-align: center;
}
.woocommerce ul.products li.product h3 {
    font-family: antoniobold, century-gothic, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    padding: 10px 0 0;
}
.woocommerce ul.products li.product h4{
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(60, 60, 63, 0.6);
    font-weight: bold;
    letter-spacing: 1px;
}

.product-img {
    height: 215px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product a.add_to_wishlist.button.alt:before,
.woocommerce .yith-wcwl-wishlistexistsbrowse a::before,
.woocommerce .yith-wcwl-wishlistaddedbrowse a::before {
	content: "\e807";
	font-family: 'fitness';
	font-size: 20px;
	color: #fff;
	padding-right: 20px;
	display: inline-block;
	font-weight: normal;
	vertical-align: -4px;
}
.woocommerce ul.products li.product a.add_to_wishlist.button.alt {
    background: #AFB5BD; 
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    padding: 17px 15px;
    width: 55px;
    line-height: 1;
    white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
.woocommerce ul.products li.product a.add_to_wishlist.button.alt:hover {
	background: #0092C7;
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li.product a.add_to_wishlist.button.alt:hover::before { padding-right: 5px;}
.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a {
    padding: 17px 18px;
    white-space: nowrap;
	color: #fff;
	background: #0092C7;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.woocommerce .yith-wcwl-add-to-wishlist { margin-top: 0;}
.product .yith-wcwl-add-to-wishlist .ajax-loading,
.product .feedback {
    display: none !important;
}
.woocommerce-result-count,
.woocommerce-ordering { display: none; }

.no-products, 
.woocommerce-info,
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	font-size: 21px;
	font-weight: normal;
	mix-blend-mode: multiply;
	padding: 63px 0;
	text-align: center;
	border: 0;
	background: none;
	-ms-flex: 1;
	flex: 1;
}

/*------------------------------------*\
    INTERIOR PAGE
\*------------------------------------*/
.interior-page {
	position: relative;
	padding: 100px 0 140px;
}
.interior-page::before {
    background-blend-mode: multiply;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 40%;
	height: 700px;
    background: rgba(176,182,189,0.3);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.interior-page-header {
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
.interior-page-header h1 {
	color: #3F3F42;
    font-family: antoniobold, century-gothic, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 35px;
    padding-bottom: 15px;
    display: inline-block;
}

.interior-page h3 {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 25px;
    color: #0092C7;
}
.interior-page-main {
	color: rgba(63, 63, 66, 0.8);
}
.interior-page li {
	line-height: 1.4;
}
.page-template-default .interior-page-main li::before {
    color: #0092C7;
    content: "\e802";
    font-family: "fitness" !important;
    font-size: 12px;
    margin-right: 10px;
}

/*------------------------------------*\
    LEASING
\*------------------------------------*/
.request-service input[type="text"],
.request-service input[type="email"],
.request-service input[type="tel"],
.request-service textarea {
	background: none;
	border:  2px solid rgba(33, 34, 39, 0.1);
	padding: 20px 25px;
	margin: 5px 0;
	width: 100%;
	font-family: century-gothic, sans-serif;
	  -o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.request-service  input[type="text"]:focus,
.request-service  input[type="email"]:focus,
.request-service  input[type="tel"]:focus,
.request-service  textarea:focus {
	border-color:#0092C7;
}

.request-service input[type="file"] {
	border: 2px dashed rgba(33, 34, 39, 0.15);
    display: block;
    margin: 10px 0 0;
    padding: 38px;
    width: 100%;
}

.request-service .wpcf7-submit {
    background: #0092C7;
    border: 0 none;
    color: #fff;
    letter-spacing: 0.03em;
    margin: 20px 0;
    padding: 20px 0;
    text-transform: uppercase;
	font-family: century-gothic, sans-serif;
	font-weight: bold;
    width: 100%;
}

.request-service select {
    border: 0 none;
    margin-left: 10px;
    padding: 10px;
}

.request-service ::-webkit-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; }
.request-service :-moz-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; }
.request-service ::-moz-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; }
.request-service :-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; }
.request-service ::-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; }
.request-service :placeholder-shown { color: #3F3F42; font-family: century-gothic, sans-serif; }

/*----CONTACT FORM 7 --*/
div.wpcf7-mail-sent-ok { border: 0; color: #0092C7; font-size: 12px; padding: 15px 30px 0; text-align: center; }
div.wpcf7-mail-sent-ng {	border: 0;	color: #0092C7; font-size: 12px; padding: 15px 30px 0; text-align: center; }
div.wpcf7-spam-blocked { border: 0; color: #ffa500; font-size: 12px; padding: 15px 30px 0; text-align: center; }
div.wpcf7-validation-errors { border: 0; color: #979799; font-size: 12px; padding: 15px 30px 0; text-align: center; }
span.wpcf7-not-valid-tip { color: #0092C7; font-weight: bold; display: block; font-size: 12px; padding: 5px 30px 0; text-align: center; }
div.wpcf7 img.ajax-loader { border: none; vertical-align: middle; margin-left: 4px; position: absolute; }

/*------------------------------------*\
    SINGLE PRODUCT
\*------------------------------------*/

.go-back-btn {
	position: absolute;
	right: 0;
	top: -100px;
}
.go-back-btn a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background: #0092C7;
	padding: 15px 34px;
}





.woocommerce a.single_add_to_wishlist.button.alt {
    background: none;
    color: #3F3F42;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    opacity: 0.5;
}
.woocommerce a.single_add_to_wishlist.button.alt::before {
	content: "\e807";
	font-family: 'fitness';
	font-size: 18px;
	padding-right: 5px;
	display: inline-block;
	font-weight: normal;
	vertical-align: -1px;
}
.woocommerce a.single_add_to_wishlist.button.alt:hover {
	background: none;
    color: #0092C7;
	opacity: 1;
}


.single-product .feedback {
    display: inline-block;
}

.flex-viewport {
	background: #fff;
	mix-blend-mode: multiply;
}
.flex-control-thumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.flex-control-thumbs li {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.flex-control-thumbs li img { display: block; }
.flex-control-thumbs li::before {
	content:"";
	margin: 0;
}
figure.woocommerce-product-gallery__wrapper { margin: 0;}
.woocommerce-product-gallery__image a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.woocommerce-product-gallery__image a img {
	align-self: center;
}

.overview ul { padding-left: 15px;}
.overview li { list-style: disc;}








/*------------------------------------*\
    SINGLE PRODUCT (UPDATED)
\*------------------------------------*/
section.single-product > .container {
    padding-bottom: 100px;
}
.woocommerce-product-gallery {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.product_overview {
    display: inline-block;
    width: calc(60% - 5px);
    padding-right: 30px;
}
section.single-product { 
	background: #fff;
	position: relative;
	padding: 100px 0 0;
}
.single-product h1 {
    font-family: antoniobold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
    display: inline-block;
    width: 60%;
}
.single-product h1 span {
    font-family: antoniobold, sans-serif;
    font-size: 18px;
    display: block;
    letter-spacing: 2px;
}
.single-product h1 span.new {
    color: #0092C7;
    font-family: century-gothic, sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 7px;
}

.inquire {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: antoniobold, sans-serif;
    font-size: 16px;
    background: #0092C7;
    color: #fff;
    padding: 13px 20px 9px;
    vertical-align: -2px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.inquire:hover{ 
	color: #fff; 
	background: #0882ae;
}
.sku {
    display: block;
    margin: 20px 0;
    position: relative;
}
.sku::after {
    height: 2px;
    background: rgba(0,0,0,0.1);
    width: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sku span {
    border: 2px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 11px 30px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #3f3f42;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.product_description p { font-size: 16px;}
.product_description ul { padding-left: 20px;}
.product_description li { line-height: 1.4;}
.product_description li::before {
    content: "•";
    margin-left: -20px;
    padding-right: 10px;
    opacity: 0.4;
}
iframe { margin: 30px 0; max-width: 100%;}

/* product features */
.product_features {
    margin-bottom: 30px;
}
.product_features ul li {
	list-style: none;
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.product_features h2 {
    font-family: antoniobold,sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 30px;
    color: rgba(0,0,0,0.6);
}
.product_features h3 {
    font-size: 16px;
    color: #0092C7;
    font-weight: bold;
    margin: 0 0 5px;
    padding-right: 15px;
    word-spacing: -1px;
    letter-spacing: 0.01em;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}
.feat_img {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    margin-right: 30px;
    min-height: 140px;
}
.feat_text p:first-of-type { margin-top: 0;}
.product_features p { 
	color: #80858C;
}

.product_details {
    background: #eaeaea;
    padding: 70px;
}
.brochure-btn, .single-product #tab3 a {
    background: #0092C7;
    color: #fff;
    padding: 15px 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

/* add to wishlist */
.single-header .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.single-product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    text-align: right;
    width: calc(40% - 5px);
}
.single-product .feedback {
    display: inline-block;
    margin-bottom: 5px;
    font-style: italic;
    opacity: 0.7;
}

.single-product .yith-wcwl-wishlistaddedbrowse.show a,
.single-product .yith-wcwl-wishlistexistsbrowse.show a {
    padding: 0;
}
.single-product .yith-wcwl-wishlistaddedbrowse a, 
.single-product .yith-wcwl-wishlistexistsbrowse a {
	background: none;
	color: #0092C7;
	padding-top: 0;
	padding-bottom: 0;
    display: inline-block;
    width: auto;
	font-size: 14px;
}
.single-product .yith-wcwl-wishlistexistsbrowse a::before,
.single-product .yith-wcwl-wishlistaddedbrowse a::before {
	padding-right: 0;
	color: #0092C7;
	vertical-align: -3px;
}

/*tabs */
.single-product ul.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.single-product ul.tabs li {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.single-product ul.tabs li a {
    color: #AFB5BD;
    background: #EAEAEA;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
    font-size: 13px;
    border-bottom: 3px solid transparent;
}
.single-product ul.tabs li a:hover {
	color: #0092C7;
}
.single-product ul.tabs li.active a {
	color: #0092C7;
    border-bottom: 3px solid #0092C7;
}
.single-product .tab_container {
    background: #fff;
    padding: 40px;
}
.single-product .tab_content {
	max-height: 500px;
	overflow: scroll;
}

/*specs*/
.product_specs h4:first-of-type { margin-top: 0;}
.product_specs h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 27px 0 5px;
    color: #0092C7;
}
.product_specs li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.product_specs li:last-of-type { border: 0;}
.product_specs span {
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 30px;
}
.spec_content {
	-ms-flex: 1;
	flex: 1;
}
.spec_content p:first-of-type { margin-top: 0;}
.spec_content p:last-of-type { margin-bottom: 0;}

.spec_content li {
	display: block;
	border-bottom: 0;
	list-style: disc;
	padding: 5px 0;
}
.tab_container .spec_content li::before{
    content: "•";
    margin-left: -20px;
    padding-right: 10px;
    opacity: 0.4;
}
.single-product .tab_container #tab2 ul,
.single-product .tab_container #tab4 ul {
	margin-left: 19px;
}
.single-product .tab_container #tab2 li::before,
.single-product .tab_container #tab4 li::before {
    content: "•";
    padding-right: 10px;
    opacity: 0.4;
    margin-left: -19px;
}
.single-product .tab_container #tab2 ul li ul,
.single-product .tab_container #tab4 ul li ul {
    margin: 3px 0 10px 30px;
}

/*------------------------------------*\
    TABS
\*------------------------------------*/
ul.tabs { padding-left: 0; }
ul.tabs li { list-style: none; }
ul.tabs li::before,
.tab_container li::before { 
	content: "";
	margin: 0;
}
ul.tabs li a { display: block; }


/*------------------------------------*\
    ABOUT US
\*------------------------------------*/
.contact .tabs {
    font-family: antoniobold, sans-serif;
}
.contact .tabs li,
.contact .tabs span {
    text-transform: uppercase;
    font-size: 17px;
}
.contact .tabs li.active > a {
	color: #0092C7;
}
.contact .tabs a {
	color: #3F3F42;
	margin: 10px 0;
}

.contact .tabs li ul {
    padding-left: 15px;
}
.contact .tabs li ul li a {
    text-transform: none;
    font-size: 15px;
}
.contact .tab_container h3:first-of-type { margin-top: 0;}

.contact .tab_content h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team_member li,
.location li {
    margin: 5px 0;
    line-height: 1;
}
.team_member li span,
.location li span {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    font-weight: bold;
}
.team_member p,
.location p {
    margin: 5px 0 15px;
    line-height: 1;
}

.tm_photo {
    width: 150px;
    height: 150px;
    background: #fff;
    margin: 10px 0;
	margin-right: 30px;
    border-radius: 50%;
    display: inline-block;
	vertical-align: middle;
}
.tm_info {
    margin: 20px 0;
	display: inline-block;
	vertical-align: middle;
}


.location {
    display: block;
    background: #fff;
    margin: 0 0 10px;
    padding: 20px 25px;
    position: relative;
}
.location a[target="_blank"] {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #0092C7;
    color: #fff;
    padding: 15px 20px 12px;
    line-height: 1;
    font-family: antonioregular, sans-serif;
    text-transform: uppercase;
}


/*------------------------------------*\
    SPECIALS
\*------------------------------------*/
.amount-saved {
	padding: 0;
	margin: 0;
    font-weight: bold;
    font-size: 12px;
	color: #3f3f42;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product-pricing {
    margin: 15px -30px -30px;
    padding: 15px 20px;
    color: #fff;
    background: #0092C7;
}
.product-price-sale {
    margin: 0;
    color: #fff;
}

.product-price-sale span, 
.woocommerce ul.products li.product .product-price-sale strong { 
	display: inline-block;
	font-size: 25px;
	font-family: antonioregular, sans-serif;
}
.product-price-sale span {
	opacity: 0.5;
	font-size: 16px;
}

.woocommerce-info::before { content: "";}

.specials .woocommerce ul.products li.product,
.whats-new .woocommerce ul.products li.product,
.search-results .woocommerce ul.products li.product {
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
}

.pagination {
    float: right;
    margin-top: 13px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers { 
	margin: 20px 0 30px;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li { border: none;}
.pagination li,
.page-numbers li {
	display: inline-block;
}
.pagination a,
.pagination span.current,
.page-numbers li a,
.page-numbers li span.current {
	color: rgba(63, 63, 66, 0.4);
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
}
.pagination span.current,
.pagination a:hover {
	color: #0092C7;
}

/*------------------------------------*\
    INQUIRE
\*------------------------------------*/
.single-modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
    	transition: all .3s  ease;
}
.single-modal.active {
	visibility: visible;
	opacity: 1;
}
.overlay {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}

.single-modal-body {
    margin: 0;
    z-index: 1;
    text-align: center;
    position: relative;
    overflow: scroll;
    background: #fff;
}
.single-modal .close {
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 21px;
    cursor: pointer;
    opacity: 0.4;
}
.modal-inner {
    background: #fff;
    padding: 50px;
    max-width: 700px;
    height: 100%;
}



.inquiry-form ::-webkit-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center}
.inquiry-form :-moz-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center;}
.inquiry-form ::-moz-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center;}
.inquiry-form :-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center;}
.inquiry-form ::-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center;}
.inquiry-form :placeholder-shown { color: #3F3F42; font-family: century-gothic, sans-serif; text-align: center;}

.inquiry-form input,
.inquiry-form textarea {
	transition: all .3s  ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: center;
	font-family: century-gothic, sans-serif;
}

#submit-quote{
	text-align: center;
	background: #0092C7;
	margin: 30px 0 0;
	border: none;
	width: 100%;
	padding: 20px;
	font-family: century-gothic, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
#submit-quote:hover { background: #0882ae; }
.inquiry-form h3 {
    color: #0092C7;
    font-size: 22px;
    font-family: antoniobold, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: normal;
}
.inquiry-form p {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.inquiry-form input:not([type="submit"]):not([type="radio"]),
.inquiry-form textarea  {
    background: none;
    border: 2px solid #ddd;
    padding: 17px 20px;
    width: 100%;
}
.inquiry-form input:not([type="submit"]):not([type="radio"]):focus,
.inquiry-form textarea:focus {
	border-color: #0092C7;
}

.inquiry-form .wishlist-error input:not([type="submit"]):not([type="radio"]),
.inquiry-form .wishlist-error textarea {
	border-color: red;
}

.wishlist-error span {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 10px;
}
.wishlist-error select { 
	border: 2px solid red;
}

.wishlist select {
  background: #eee;
}

select, .interior-page-main .gform_wrapper select{
    border: 0 none;
    background: #fff;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    font-family: century-gothic, sans-serif;
    padding: 16px 20px 15px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: center;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#field_2_10 select {
    background: #eee;
    padding: 15px 0;
}

#emailphoneError input:first-of-type {
	display: inline-block;
	width: calc(60% - 5px);
	margin-right: 10px;
	vertical-align: top;
}
#emailphoneError input:last-of-type {
	display: inline-block;
	width: calc(40% - 5px);
}


#request-quote { margin-bottom: 50px;}
#request-quote p.radio {
    width: auto;
    margin: 0 0 10px;
}
#request-quote span {
    display: block;
}
#request-quote h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 25px 0 10px;
    display: block;
}

#request-quote label {
    width: 65px;
    display: inline-block;
    text-align: left;
}

/*------------------------------------*\
    WISHLIST
\*------------------------------------*/
.woocommerce-wishlist .interior-page-header a {
    text-transform: uppercase;
    font-family: antoniobold, sans-serif;
    cursor: pointer;
}
.woocommerce-wishlist a.modal-toggle {
    padding: 0 10px;
    background: #0092C7;
    color: #fff;
    padding: 10px 16px 6px;
    display: inline-block;
    vertical-align: 8px;
    margin-left: 15px;
}
.woocommerce-wishlist a.clear-all {
    color: #3F3F42;
    vertical-align: 7px;
    margin-left: 10px;
    opacity: 0.5;
}
.woocommerce-wishlist a.clear-all:hover {
	opacity: 1;
}
.woocommerce-wishlist .interior-page-header h1 { display: inline-block;}
.woocommerce-wishlist .interior-page-header p {
    display: inline-block;
    width: calc(50% + 127px);
    text-align: right;
    vertical-align: 7px;
    opacity: 0.6;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table.wishlist_table { border: none !important; }
.wishlist_table tr td.product-thumbnail a img { 
	mix-blend-mode: multiply;
	border: 10px solid transparent;
}

.woocommerce a.remove {
    color: #0092C7 !important;
    border: 2px solid #0092C7;
    height: auto;
    width: auto;
    display: inline-block;
    padding: 9px;
    line-height: 11px;
    border-radius: 0;
}
.woocommerce a.remove:hover {
	color: #fff !important;
	background: #0092C7;
}
.product-thumbnail {
	width: 100px !important;
}

/*------------------------------------*\
    GRAVITY FORMS
\*------------------------------------*/
.gform_wrapper ::-webkit-input-placeholder {  color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}
.gform_wrapper :-moz-placeholder { color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}
.gform_wrapper ::-moz-placeholder { color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}
.gform_wrapper :-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}
.gform_wrapper ::-ms-input-placeholder { color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}
.gform_wrapper :placeholder-shown { color: #3F3F42; font-family: century-gothic, Helvetica, sans-serif;}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
	background: none;
	border: 2px solid rgba(33, 34, 39, 0.1);
	padding: 20px 25px !important;
	margin: 0;
	width: 100%;
	font-family: century-gothic, sans-serif;
	-ms-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper textarea:focus {
	border-color: #0092C7;
}
.gform_footer input[type="submit"] {
    display: block !important;
    border: none;
    padding: 20px 50px;
    background: #0092C7;
    color: #fff;
    text-transform: uppercase;
    font-family: century-gothic, sans-serif;
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing: 1px;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border-radius: 0;
}
.gform_footer input[type="submit"]:hover {
	background: #0882ae;
	color: #fff;
}

.gform_wrapper ul.gform_fields li.gfield {margin: 4px 0;}

.gform_wrapper div.validation_error {
    color: #c30000 !important;
    border: none !important;
    font-style: italic;
    padding: 0 !important;
    text-align: left !important;
}
.gform_wrapper li.gfield.gfield_error {
	background: none !important;
    border: none !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gform_wrapper li.gfield_error textarea {
	border: 2px solid #c30000 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 7px;
    color: #c30000;
    font-style: italic;
    font-size: 12px;
}
.gform_heading {
    margin-bottom: 10px !important;
    font-size: 20px;
}
/*captcha*/
.gform_wrapper iframe { margin: 0;}
div#input_2_9 > div {
    margin: 0 auto;
}


/* custom styles */
.gform_wrapper #gform_2 span.gform_description {
    text-align: center;
    line-height: 1.3;
}
.gform_wrapper span.gform_description {
	font-size: 16px;
	line-height: 1.4
}
#field_4_9 .gfield_label,
#field_5_1 .gfield_label {
    display: inline-block;
    vertical-align: middle;
	margin: 0 20px 0 0;
}
#field_4_9 .ginput_container_radio,
#field_5_1 .ginput_container_radio {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
ul#input_4_9,
ul#input_5_1  {
	margin: 0;
}
ul#input_4_9 li,
ul#input_5_1 li {
    display: inline-block;
    margin: 0 15px;
}
#input_4_8_1,
#input_5_14_1,
#input_1_7_1 {
    margin-bottom: 15px;
}
#input_4_8_3_container,
#input_5_14_3_container,
#input_1_7_3_container {
    display: inline-block;
    width: 33%;
    padding-right: 0;
}
#input_4_8_4_container,
#input_5_14_4_container,
#input_1_7_4_container {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}
#input_4_8_5_container,
#input_5_14_5_container,
#input_1_7_5_container {
    display: inline-block;
    width: 33%;
    margin-left: 1%;
    margin-right: 0;
    padding-right: 0 !important;
}
#gform_4 select, #gform_5 select, #gform_1 select { height: 62px; background: #fff;}
.gfield_required { display: none;}
.gform_wrapper .gfield_error .gfield_label { color: inherit !important;}
.gform_wrapper #gform_5 .gform_fileupload_multifile .gform_drop_area {
    border: 2px dashed rgba(33, 34, 39, 0.15);
    border-radius: 0;
    padding: 30px 35px;
}
#gform_browse_button_5_8 {
    width: auto;
    background: #333;
    color: #fff;
    border: none;
    padding: 13px 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
}
/*------------------------------------*\
    Testimonials
\*------------------------------------*/

.acf-form .acf-fields .acf-field {
    border: none;
    padding: 5px 0;
}

.acf-field .acf-input select {
    background: #fff;
    padding: 10px 0;
    color: #3F3F42;
    font-weight: bold;
}

.acf-form .acf-field .acf-label {
    width: 100%;
    margin: 0;
}
.acf-form .acf-field .acf-label label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 10px 0 7px;
}
.acf-form .acf-field.acf-field--post-title .acf-label label { margin-top: 0;}


.acf-form .acf-field .acf-input {
    width: 100%;
}
.acf-form .acf-field input[type="text"],
.acf-form .acf-field textarea {
    display: block;
    padding: 25px;
    font-family: century-gothic, sans-serif;
    font-size: 15px;
    background: none;
    border: 2px solid rgba(63, 63, 66, 0.2);
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}
.acf-form .acf-field input[type="text"]:focus,
.acf-form .acf-field textarea:focus {
	border-color: #0092C7;
}
.acf-required { display: none;}

.acf-form .acf-fields .acf-field.acf-field-star-rating { padding: 15px 0; }
.star-rating li { font-size: 20px; color: #0092C7; }
.star-rating li::before {
    content: "" !important;
    margin: 0 !important;
    font-size: 0 !important;
}


.acf-button {
	display: block;
    border: none;
    padding: 20px 50px;
    background: #0092C7;
    color: #fff;
    text-transform: uppercase;
    font-family: century-gothic, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    -ms-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border-radius: 0;
    margin: 20px 0 0 0;
}
.acf-input .clear-button {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 9px 0;
    display: inline-block;
    margin-left: 25px;
}
.testimonial {
	margin: 0 0 30px;
}
.testimonial h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.testimonial h4 span {
	display: inline-block; 
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 5px;
    letter-spacing: 1px;
}
.testimonial h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0092C7;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 100px);
}
.testimonials h5 span {
    text-transform: none;
    letter-spacing: 0.03em;
    font-style: italic;
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}
.rating {
    display: inline-block;
    vertical-align: middle;
}
.rating .checked {
	vertical-align: 10px;
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #0092C7;
	border-left: .3em solid transparent;
	font-size: 9px;
}

.rating .checked:before, .rating .checked:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #0092C7;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.rating .checked:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer.footer {
    background-color: #070C18;
    height: 660px;
    position: relative;
    overflow: hidden;
}
footer.footer .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer.footer p.copyright {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    position: relative;
}

footer.footer ul {
    width: 100%;
    text-align: center;
}
footer.footer li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer.footer li:first-of-type a { padding-left: 0;}
footer.footer li a {
    color: #fff;
	padding: 5px 6px;
	display: block;
}

/*------------------------------------*\
    NEWSLETTER
\*------------------------------------*/
section.newsletter {
    background: #3F3F42;
}
section.newsletter h1 {
	color: #fff;
	font-family: antoniobold, sans-serif;
}
section.newsletter p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: antonioregular, sans-serif;
    font-size: 20px;
    margin: 0;
}
section.newsletter a {
    display: inline-block;
    vertical-align: middle;
    font-family: antoniobold, sans-serif;
    background: #0092c7;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-left: 15px;
}
section.newsletter a:hover {
	background: #0882ae;
}
