/*
Theme Name: Hyster-Yale Dealer
Theme URI: https://hyster-yale.com/
Version: 1.0
Description: A custom theme for Hyster-Yale Dealers
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

/************************************************************
 * GENERAL
 ***********************************************************/

@media (min-width:1250px) {
	.skew-layout--left .fl-row-content {
		margin-left: calc((100vw - 1270px)/2);
	}

	.skew-layout--right .fl-row-content {
		margin-right: calc((100vw - 1270px)/2);
	}

	.col-padded--left .fl-col-content {
		padding-left: calc((100vw - 1270px)/2);
	}

	.col-padded--right .fl-col-content {
		padding-right: calc((100vw - 1270px)/2);
	}
}

@media (min-width:992px) {

	.fl-visible-medium,
	.fl-visible-medium-mobile {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.fl-col-group.fl-col-group-responsive-reversed {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		-ms-box-orient: horizontal;
		-webkit-flex-flow: row wrap;
	}

	.fl-col-group.fl-col-group-responsive-reversed .fl-col {
		-webkit-box-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 0;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
		-webkit-box-ordinal-group: 12;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
		-webkit-box-ordinal-group: 11;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
		-webkit-box-ordinal-group: 10;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
		-webkit-box-ordinal-group: 9;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
		-webkit-box-ordinal-group: 8;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

/* .fl-page {
	overflow-x: hidden;
} */

.wp-block-separator {
	border-color: #e6e6e6;
}

body {
	-webkit-font-smoothing: antialiased;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

ul.slick-dots {
	padding-top: 20px;
	padding-left: 0 !important;
}

.uabb-blog-posts ul.slick-dots li button {
	top: auto;
}

.uabb-blog-posts .slick-next i::before {
	margin-left: 2px;
}

.uabb-blog-posts .slick-prev i::before {
	margin-left: -2px;
}

.uabb-blog-posts.slick-dotted .slick-next,
.uabb-blog-posts.slick-dotted .slick-prev {
	margin-top: -25px;
}

.widgettitle {
	font-size: 18px;
	text-transform: uppercase;
}

.fl-widget ul li {
	padding: 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fl-widget ul li:last-child {
	border-bottom: none;
}

.fl-widget ul li a {
	color: inherit;
}

.fl-widget select {
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	border: 1px solid #e6e6e6;
}

.single-post-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.btn-link {
	background: none;
	border: none;
	color: #bb1f28;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	background: none;
	border: none;
	color: #880000;
	text-decoration: none
}

#page-sidebar .uabb-infobox {
	text-align: left;
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.wp-block-button .wp-block-button__link:hover {
	background: #e0ae0b !important
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.78%
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

#blog-content p,
#blog-content li {
	font-size: 16px;
}

@media (max-width:991px) and (min-width:768px) {
	.tablet-align-left .uabb-button-right {
		text-align: left !important;
	}
}

@media (max-width:991px) {

	.uabb-blog-posts .slick-next,
	[dir='rtl'] .uabb-blog-posts .slick-prev {
		right: -30px !important;
	}

	.uabb-blog-posts .slick-prev,
	[dir='rtl'] .uabb-blog-posts .slick-next {
		left: -30px !important;
	}

	#page-sidebar {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:767px) {
	ul {
		padding-inline-start: 20px;
	}
}

/************************************************************
 * HEADER & FOOTER
 ***********************************************************/

#menu-header-nav .fl-menu-toggle::before {
	width: 5px;
	height: 5px;
	margin-top: -3px;
}

#menu-header-nav .uabb-creative-menu .uabb-menu-toggle {
	font-size: 12px;
	margin-top: 2px;
}

#menu-header-nav .uabb-creative-menu .uabb-menu-toggle:before {
	content: '\f0d7';
}

.nav-highlight span.menu-item-text {
	color: #ffffff !important;
	border-bottom: 2px solid;
	position: relative;
}

.nav-highlight span.menu-item-text::after {
	content: "\f35d";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: -18px;
	font-size: 12px;
}

#site_search {
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 30px;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.open #site_search {
	width: 320px;
}

.open.site-search a .fa-search::before {
	content: '\f057';
}

#site_search .form-control {
	height: 37px;
	border-radius: 0;
}

#site_search button {
	border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1440px) {

	#menu-header-nav.menu>li>a,
	#menu-header-nav.menu>li>.uabb-has-submenu-container>a {
		font-size: 14px;
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (min-width: 992px) and (max-width: 1059px) {

	#menu-header-nav.menu>li>a,
	#menu-header-nav.menu>li>.uabb-has-submenu-container>a {
		font-size: 13px;
	}
}

@media (max-width:991px) {
	#site_search {
		right: 15%;
		top: -1px;
	}

	.open #site_search {
		width: 85%;
	}

	#site_search .form-control {
		height: 50px;
		border-radius: 0;
	}

	#site_search button {
		border-top: none;
		border-bottom: none;
	}

	.site-search .fl-button {
		width: 100%;
		border-radius: 0 !important;
		text-align: center;
		background: #808080 !important;
		color: #ffffff !important;
		border-color: #848c41 !important;
	}

	.site-search .fl-button i {
		margin: 0 !important;
		color: inherit;
		font-size: 1.5em;
	}

	.fl-builder-content .fl-button i {
		font-size: 1.5em;
	}
}

@media (max-width:767px) {
	#header-logo img {
		width: 120px;
	}
}

@media (max-width:1279px) and (min-width:992px) {
	#menu-header-nav>li {
		margin-left: 3px;
		margin-right: 3px;
	}

	#menu-header-nav>li>a,
	#menu-header-nav>li>div>a {
		font-size: 14px;
	}

	#menu-header-nav>li>a span.uabb-menu-toggle,
	#menu-header-nav>li>.uabb-has-submenu-container a span.uabb-menu-toggle {
		padding-left: 6px;
	}
}

@media (max-width:1099px) and (min-width:992px) {

	#menu-header-nav>li>a,
	#menu-header-nav>li>div>a {
		font-size: 13px;
	}

	#header-nav .fl-module-content {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#top-bar-nav .fl-module-content {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width:991px) {
	#top-bar-nav .uabb-creative-menu-mobile-toggle {
		font-size: 10px;
	}

	#top-bar-nav .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container,
	#top-bar-nav .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
		width: 1.6em;
		height: 1.6em;
	}

	#menu-customer-resources ul.sub-menu {
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	#top-bar-mobile .fl-button {
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}

	.site-search-toggle-mobile .pp-search-form__toggle,
	.site-search-toggle-mobile .pp-search-form__toggle i {
		width: 100%;
	}
}

@media (max-width:767px) {
	#nav-button a {
		height: 40px;
		min-height: 40px;
	}
}

.single-location .menu-item-object-location>a {
	color: #fdc71d !important;
}

.pp-breadcrumbs a,
.pp-breadcrumbs span {
	display: inline !important;
}

/****************************************************************
 * FOOTER
 * *************************************************************/

@media (min-width:992px) {
	#footer {
		overflow: hidden;
	}

	#footer .fl-module {
		position: relative;
		z-index: 2;
	}

	.footer-right>.fl-col-content,
	.banner-right>.fl-col-content,
	.banner-right {
		position: relative;
	}

	.banner-right::before {
		content: '';
		position: absolute;
		top: -20px;
		height: 156px;
		left: 0;
		width: 200px;
		background: #2c2d33;
		z-index: 3;
	}

	.banner-right::after {
		content: '';
		position: absolute;
		top: -20px;
		left: 0;
		height: 156px;
		width: 200%;
		background: rgba(2, 2, 3, 0.6);
		z-index: 1;
	}

	.footer-right>.fl-col-content::before,
	.banner-right>.fl-col-content::before {
		content: '';
		position: absolute;
		top: -1px;
		bottom: 0;
		left: -276px;
		width: 275px;
		z-index: 1;
		background: #020203;
		-webkit-clip-path: polygon(0 0, 275px 0, 275px 0%, 0 100%);
		clip-path: polygon(0 0, 275px 0, 275px 0%, 0 100%);
	}

	.banner-right>.fl-col-content::before {
		bottom: auto;
		height: 156px;
		left: 200px;
		top: -20px;
		z-index: 3;
		background: #2c2d33;
		-webkit-clip-path: polygon(0 0, 156px 0, 156px 0%, 0 100%);
		clip-path: polygon(0 0, 156px 0, 156px 0%, 0 100%);
	}

	.footer-right>.fl-col-content::after,
	.banner-right>.fl-col-content::after {
		content: '';
		background: inherit;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -275px;
		width: 300%;
		z-index: 0;
	}

	.banner-right>.fl-col-content::after {
		top: -20px;
		left: 0;
		bottom: auto;
		width: 200%;
		height: 156px;
	}
}

@media (max-width:991px) {
	.footer-left {
		-webkit-box-ordinal-group: 12;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.footer-right {
		-webkit-box-ordinal-group: 11;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}
}

@media (max-width:767px) {
	#footer-button a {
		min-height: 40px;
		width: 200px;
		padding: 15px 10px;
	}
}

/****************************************************************
 * PAGES
 * *************************************************************/

#hero-slider .bx-wrapper {
	margin-bottom: 0;
}

#hero-slider .bx-wrapper .bx-pager {
	bottom: 130px;
	left: calc((100vw - 1270px) / 2);
	width: auto;
	text-align: left;
}

#hero-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
}

#hero-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
#hero-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
#hero-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ffc20d;
}

#hero-slider .fl-slide-bg-photo::after {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.51) 30%, rgba(51, 51, 51, 0) 100%);
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#home-products .fl-row-content-wrap {
	padding-bottom: 0px;
}

#home-products .products-title .fl-col-content {
	position: relative;
	height: 90%;
	height: calc(100% - 60px);
}

#home-products .products-title .fl-col-content::before {
	content: '';
	position: absolute;
	background: inherit;
	width: 300%;
	/* 	left: -200%; */
	/* 	top: -60px; */
	top: 0;
	/* 	bottom: 0; */
	z-index: 0;
	bottom: -61px;
}

#home-products .products-title .fl-col-content::after {
	content: '';
	position: absolute;
	background: inherit;
	width: 20%;
	right: -20%;
	/* 	top: -60px; */
	top: 0;
	/* 	bottom: 0; */
	bottom: -62px;
	z-index: 0;
}

#home-products .products-title .fl-module {
	position: relative;
	z-index: 2;
}

#home-products .products-grid {
	position: relative;
	z-index: 1;
}

#home-products .uabb-infobox {
	min-height: 400px;
}

.fl-builder-edit #home-products .products-title .fl-col-content::before,
.fl-builder-edit #home-products .products-title .fl-col-content::after {
	top: 0;
}

.fl-node-60ed9dc7cba6c>.fl-row-content-wrap {
	margin-top: 0px !important;
}

@media (max-width:767px) {

	#home-products .products-title .fl-col-content::before,
	#home-products .products-title .fl-col-content::after {
		content: none;
	}
}

@media (max-width: 1199px) {

	#home-products .products-title .fl-col-content::before,
	#home-products .products-title .fl-col-content::after {
		display: none;
	}
}

#hy-logos .uabb-photo-gallery-item {
	width: auto;
}

#logos .bx-wrapper {
	margin-bottom: 0;
}

#logos .slick-slide img {
	height: 50px !important;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:768px) and (max-width:991px) {
	.wp-block-group.has-background {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width:768px) {

	#home-blocks {
		margin-bottom: -100px;
	}

	#home-blocks>div {
		z-index: 2;
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@media (max-width:767px) {

	#hero-slider .fl-slide-content {
		background: #020203 !important;
	}

	#hero-slider .fl-slide-text,
	#hero-slider .fl-slide-text * {
		font-size: 16px !important;
	}

	#hero-slider .fl-slide-text h1,
	#hero-slider .fl-slide-text h1 * {
		font-size: 24px !important;
		line-height: 28px !important;
	}

	#hero-slider .fl-slide-mobile-photo-img {
		height: 300px !important;
		object-fit: cover;
	}

	#hero-slider .fl-button-left {
		text-align: center;
	}

	#home-blocks .uabb-infobox {
		min-height: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	#home-blocks .uabb-infobox-content {
		display: flex;
		flex: 1 1 auto;
		align-items: center;
		justify-content: center;
	}

	#home-blocks .uabb-imgicon-wrap {
		margin-bottom: 0;
		margin-right: 20px;
	}

	#home-blocks .uabb-infobox-title {
		margin-bottom: 0;
		font-size: 22px;
	}

	#home-blocks .uabb-infobox-title::after {
		content: "\f345";
		font-family: dashicons;
		display: inline-block;
		line-height: 1;
		font-weight: 400;
		font-size: 16px;
		margin-left: 10px;
	}

	#home-blocks .uabb-icon-wrap .uabb-icon i,
	#home-blocks .uabb-icon-wrap .uabb-icon i::before {
		font-size: 28px;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	#home-blocks .uabb-infobox-text-wrap {
		display: none;
	}

	#app-buttons .uabb-btn-horizontal {
		margin-bottom: 20px;
	}

	#app-buttons .uabb-middle-text {
		display: none;
	}
}

@media (max-width:480px) {
	#hero-slider .fl-slide-mobile-photo-img {
		height: 240px !important;
		object-fit: cover;
	}
}

#jobs-list ul {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

#jobs-list li {
	width: 50%;
	margin-bottom: 10px;
}

#warranty-table .uabb-pricing-table .uabb-pricing-table-features li {
	min-height: 68px;
}

#warranty-table .uabb-pricing-table-title {
	display: none;
}

/****************************************************************
 * FORMS
 * *************************************************************/

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea,
select {
	background-color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

button,
input[type=button],
input[type=submit] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
}

#location-search-form input[type=search] {
	height: 80px;
	font-size: 18px;
	padding: 0 20px;
}

#location-search-form button[type=submit] {
	height: 80px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 40px;
	color: #020203;
	background: #ffc20d;
	border-color: #ffc20d;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#location-search-form button[type=submit]:hover {
	background: #e0ae0b;
	border-color: #e0ae0b;
}

/************************************************************
 * FORMS
 ***********************************************************/

.uabb-gf-style .gform_wrapper .gfield_radio li label,
.uabb-gf-style .gform_wrapper .gfield_checkbox li label {
	position: relative;
	padding-left: 30px;
}

.uabb-gf-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']+label::before,
.uabb-gf-style .gform_body .ginput_container_radio .gfield_radio input[type='radio']+label::before {
	position: absolute;
	left: 0;
}

.gform_wrapper .gfield .ginput_container select {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/************************************************************
 * EQUIPMENT
 ***********************************************************/

.equipment-aside {
	padding: 20px;
	background: #f1f1f1;
	height: 100%;
}

.sticky-block {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.admin-bar .sticky-block {
	top: 52px;
}

.equipment-aside h4 {
	font-size: 18px;
}

.equipment-aside .list-group-item {
	background: none;
	padding: 5px 0;
	border-color: rgba(0, 0, 0, 0.05);
}

.equipment-aside .list-group-item:first-child {
	border-top: none;
}

.equipment-aside a {
	color: inherit;
}

.equipment-aside .list-group-item.active {
	color: #bb1f28;
}

#equipment-categories.row,
#equipment-top-categories.row,
#equipment-categories .row {
	margin-left: -10px;
	margin-right: -10px;
	flex: 1 1 auto;
	align-items: stretch;
}

#equipment-categories>div,
#equipment-top-categories>div,
#equipment-categories .row>div {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#equipment-categories .term-heading {
	padding-top: 60px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#equipment-categories .term-heading:first-child {
	margin-top: -60px;
}

#equipment-categories .term-heading .equipment-link a {
	background: #848c41;
	color: #ffffff;
	padding: 12px 24px;
}

#equipment-categories .term-heading .equipment-link a:hover {
	background: #6b7328;
}

#equipment-categories .term-heading .equipment-link a::before {
	content: none;
}

.equipment-category {
	padding: 20px;
	border: 1px solid #e6e6e6;
	display: flex;
	flex: 1 1 auto;
	justify-content: stretch;
	height: 100%;
}

.equipment-block {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.equipment-image img {
	object-fit: contain;
	object-position: top center;
	height: 200px;
	width: 100%;
}

.equipment-icon span {
	display: flex;
	height: 200px;
	background: #f1f1f1;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #cdcdcd;
}

.equipment-text {
	margin-bottom: 0;
	padding: 12px 0 8px;
	border-bottom: 0;
}

.equipment-details .list-group-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #6F6F6F;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.equipment-details .list-group-item strong {
	color: #000;
}

.equipment-title {
	font-size: 18px;
	margin: 0;
	text-transform: capitalize;
}

.equipment-title .badge {
	color: #7d7d7d;
	margin-top: 3px;
}

.equipment-link a {
	background: #fdc71d;
	color: #000000;
	padding: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.equipment-block:hover .equipment-link a {
	background-color: #595959;
	color: #ffffff;
}

.equipment-link a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.cta-hover-link:hover .equipment-link a {
    background: #fdc71d !important;
    color: #000 !important;
}

.cta-hover-link .equipment-link a:hover {
    background: #595959 !important;
    color: #fff !important;
}

.request-btn-link {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
    display: block;
}

.request-btn-link .cta-request-btn {
    background: #000;
    color: #fff;
    display: block;
    padding: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
    transition: all 200ms linear;
}

.request-btn-link .cta-request-btn:hover {
    background: #686868;
}



/* Related Equipment Slider Section */
.related-equipment-slider .uabb-blog-post-inner-wrap {
	height: 100%;
}

.related-equipment-slider .uabb-blog-post-inner-wrap .uabb-blog-post-content {
	height: 100%;
}

.related-equipment-slider .equipment-block {
	height: inherit;
}

@media (max-width:991px) and (min-width:481px) {
	.equipment-image img {
		height: 120px;
	}

	.equipment-title {
		font-size: 16px;
	}
}

/************************************************************
 * NEW EQUIPMENT
 ***********************************************************/

#equipment-images {
	display: flex;
	flex: 1 1 auto;
}

#equipment-images .carousel-indicators {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	margin-right: 5px;
	flex-direction: column;
	justify-content: flex-start;
	order: 1;
}

#equipment-images .carousel-indicators li {
	width: 60px;
	border: 1px solid #C5C5C5;
	height: auto;
	margin-bottom: 5px;
}

#equipment-images .carousel-indicators li.active {
	border-color: #C5C5C5;
}

#equipment-images .carousel-inner {
	order: 2;
}

#equipment-images .carousel-item img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
	height: 500px !important;
	border: 1px solid #C5C5C5;
}

.equipment-images-slider {
	border: 0 !important;
}

.equipment-images-slider-container .slick-btn {
	position: static !important;
	transform: none !important;
}


@media (max-width:991px) {
	#equipment-images .carousel-item img {
		height: 380px !important;
	}
}

@media (max-width:767px) {
	#equipment-images .carousel-item img {
		height: 280px !important;
	}

	#equipment-images {
		flex-direction: column;
	}

	#equipment-images .carousel-indicators {
		flex-direction: row;
		order: 3;
		margin-top: 15px;
	}
}

#equipment-details .tab-pane {
	padding: 20px;
	padding-right: 0;
}

#equipment-tabs.nav-tabs .nav-link {
	border-radius: 0;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

@media (max-width:767px) {
	#equipment-tabs.nav-tabs .nav-link {
		font-size: 12px;
		letter-spacing: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
}

#equipment-details h4 {
	font-size: 18px;
}

#equipment-details table {
	width: 100%;
}

#equipment-details table td {
	border: 1px solid;
}

.equipment-title small {
	color: #7d7d7d;
}

#equipment-details-list .card,
#equipment-details-list .card-header {
	border-radius: 0;
	background: none;
	border: none;
}

#equipment-details-list .btn {
	border-radius: 0;
	color: inherit;
	border: none;
	border-bottom: 2px solid #e6e6e6 !important;
	text-decoration: none !important;
	font-size: 16px;
}

#equipment-details-list .btn:hover,
#equipment-details-list .btn:focus,
#equipment-details-list .btn:active {
	background: none;
}

#equipment-details-list .card-body {
	padding: 0.75rem;
}

#equipment-details-list .list-group-item {
	padding: 5px 0;
}

#equipment-details-list .list-group-item strong {
	width: 145px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	#facetwp-filter~.fl-module {
		display: none;
	}

	.open #facetwp-filter~.fl-module {
		display: block;
	}
}

.facetwp-facet-title {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.facetwp-facet-title::after {
	content: '\f068';
	position: absolute;
	right: 0;
	top: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}

.facetwp-facet-title.facet-is-collapsed::after {
	content: '\f067';
}

.facetwp-facet .facetwp-link,
.facetwp-facet .facetwp-checkbox {
	padding: 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.facetwp-facet .facetwp-link:last-child,
.facetwp-facet .facetwp-checkbox:last-child {
	border-bottom: none;
}

.facetwp-facet .facetwp-checkbox {
	background: none !important;
}

.facetwp-facet {
	margin-bottom: 0 !important;
}

.facet-closed {
	display: none !important;
}

.facetwp-reset {
	border-radius: 0;
	border: none !important;
	padding: 12px 24px;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.facetwp-reset:disabled {
	opacity: 0.5;
	background: #848c41;
}

.facetwp-facet.facetwp-type-slider .noUi-connect {
	background: #848c41;
}

.facetwp-facet.facetwp-type-slider .noUi-horizontal {
	height: 10px;
	border-radius: 0 !important;
	border-color: #989898;
	background: #989898;
}

.facetwp-facet.facetwp-type-slider .noUi-handle {
	border-width: 2px;
	border-color: #989898;
	border-radius: 0 !important;
	top: -6px;
}

.facetwp-type-search .facetwp-btn {
	position: relative;
	opacity: 1;
	top: auto;
	right: auto;
	border-radius: 0;
}

.facetwp-type-search .facetwp-btn::before {
	content: none;
}

.facetwp-type-search .facetwp-search {
	height: 44px;
	border-radius: 0;
}

.facetwp-facet-locations .facetwp-counter {
	display: none;
}

.facetwp-facet-locations .facetwp-checkbox {
	font-family: "Oswald", sans-serif;
	color: #222222;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
}

input.facetwp-slider-reset {
	background: none;
	border: none;
	color: #848c41;
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
}

#facetwp-map+div {
	display: none;
}

.map-marker {
	width: 200px;
	max-width: 100%;
	font-size: 14px;
}

.map-marker h6 {
	text-transform: uppercase;
}

.btn {
	border-radius: 0;
	border: none !important;
	padding: 10px 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btn-secondary {
	background: #222222;
}

.btn-view-location-detail {
	background: #fdc71d;
}

.post-type-archive-location .facetwp-template {
	margin-top: -600px;
	padding-top: 600px;
}

@media (max-width:767px) {
	.facetwp-facet-locations .facetwp-checkbox {
		width: 50%;
		display: inline-block;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#facetwp-map {
		height: 440px !important;
	}

	.post-type-archive-location .facetwp-template {
		margin-top: -300px;
		padding-top: 300px;
	}

	.map-marker .btn {
		font-size: 10px;
	}
}

/************************************************************
 * LOCATIONS
 ***********************************************************/

#location-list .fl-module-post-grid {
	max-height: 427px;
	overflow: auto;
	margin-right: 20px;
}

#location-list .fl-module-post-grid::-webkit-scrollbar {
	width: 5px;
}

#location-list .fl-module-post-grid::-webkit-scrollbar-track {
	background: #ffffff;
}

#location-list .fl-module-post-grid::-webkit-scrollbar-thumb {
	background: #fdc71d;
}

#location-list .fl-module-post-grid::-webkit-scrollbar-thumb:hover {
	background: #bb1f28;
}

select.facetwp-dropdown {
	width: 100%;
	padding: 5px;
	border-color: #ccc;
}

#hyster-location .pp-custom-grid-post {
	float: left;
	width: 100%;
	height: auto !important;
	padding: 40px;
}

.our-location .location-top_part {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.our-location .location-top_part .pp-custom-grid-post-title {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
}

.our-location .go-location {
	float: right;
	background: #2c2d33;
	padding-left: 20px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
}

.our-location .go-location span {
	background-color: #ffc20d;
	display: inline-block;
	color: #2c2d33 !important;
	margin: 0 0 0 10px !important;
	padding: 13px 15px;
	position: relative;
}

#desk_view {
	display: block;
}

#mob_view {
	display: none;
}

@media only screen and (max-width: 991px) {
	.our-location .go-location {
		float: left;
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.our-location .location-top_part .pp-custom-grid-post-title {
		font-size: 24px;
		line-height: 2;
	}
}

@media only screen and (max-width: 480px) {
	.our-location .location-top_part .pp-custom-grid-post-title {
		line-height: 1;
	}

	.our-location .ct-sec {
		float: left;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	.our-location .go-location {
		float: left;
	}

	#hyster-location .pp-custom-grid-post {
		padding: 20px;
	}

	#desk_view {
		display: none;
	}

	#mob_view {
		display: block;
		margin-top: 20px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	#location-sidebar>.fl-col-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1 1 auto;
		-moz-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-shrink: 1;
		flex-wrap: wrap;
		min-width: 1px;
		margin-left: -10px;
		margin-right: -10px;
	}

	#location-sidebar>.fl-col-content>.fl-module {
		width: 100%;
		padding: 0 10px;
	}

	#location-sidebar>.fl-col-content>.fl-col-group {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	#location-sidebar .fl-module:first-child .fl-module-content {
		margin-top: 0;
	}

	#location-sidebar iframe {
		height: 311px !important;
	}
}

/* Sidebar Form */

.rsf-form-sec label {
	margin-bottom: 0;
	font-weight: 501 !important;
}

.rsf-form-sec .top_label li .ginput_container {
	margin-top: 5px !important;
}

.rsf-form-sec .top_label li {
	margin-top: 30px !important;
}

.rsf-form-sec .top_label li input {
	border: 0;
	border-radius: 0;
	height: 44px;
	background: #fff;
}

.rsf-form-sec textarea {
	border: 0;
	border-radius: 0;
	height: 200px;
	background: #fff;
}

.rsf-form-sec .gform_footer {
	text-align: center;
}

.rsf-form-sec .gform_footer input {
	background: #fdc71d;
	border: 0;
	border-radius: 0;
	width: 155px !important;
	height: 35px;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 501;
	color: #222;
	line-height: 1.2 !important;
}

.rsf-form-sec .gform_footer input:hover {
	background: #d8c310;
}

.ct-form-sec .gfield_checkbox label {
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 1.3 !important
}

/* Testimonials */

.tm-sec p {
	font-size: 16px;
}

.cl-name {
	font-size: 21px;
	color: #222;
	font-style: italic;
	font-weight: 500;
	margin-left: 30px;
}

.tm-list-sec .page-numbers {
	font-weight: bold !important;
	font-size: 25px;
}

.tm-list-sec .page-numbers .current {
	color: #bb1f28 !important;
}

.tm-list-sec .page-numbers:hover {
	color: #bb1f28 !important;
}

.cl-name::before {
	content: '';
	position: absolute;
	background: #222;
	width: 20px;
	height: 3px;
	margin-top: 16px;
	margin-left: -25px;
}

@media print {

	.fl-menu,
	.fl-module-uabb-button,
	.single-equipment .equipment-title,
	.single-equipment .equipment-title+.fl-module,
	.single-equipment .nav-tabs,
	.fl-module-pp-social-share,
	#equipment-images .carousel-indicators,
	#related-equipment,
	footer .fl-row:first-child {
		display: none;
	}

	.single-equipment .tab-pane {
		display: block !important;
		opacity: 1 !important;
	}

	.single-equipment #features.tab-pane::before {
		content: 'FEATURES';
	}

	.single-equipment #specs.tab-pane::before {
		content: 'SPECS';
	}

	.single-equipment #downloads-documentation.tab-pane::before {
		content: 'DOWNLOADS & DOCUMENTATION';
	}

	#equipment-images .carousel-item img {
		height: 320px !important
	}
}


/* About us Accordion */
.tabs input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tabs {
	overflow: hidden;
	box-shadow: 1px 5px 14px -2px rgb(0 0 0 / 0.12);
}

.tab {
	width: 100%;
	color: #000004;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	background: #ffc20d;
	font-weight: bold;
	font-size: 25px;
	cursor: pointer;
}

.tabs .tab:nth-child(1) .tab-label {
	border-bottom: solid 1px #ff9d0d;
}

.tab-label:hover {
	background: #ff9d0d;
}

.tab-content {
	padding: 0 1em;
	color: #808c9c;
	background: white;
	-webkit-transition: all .35s;
	transition: all .35s;
}

input:checked+.tab-label {
	background: #ffae0d;
}

input:checked~.tab-content {
	max-height: 100vh;
	padding: 1em;
}

.tabs p,
.tabs br {
	display: none;
}

.tabs label {
	margin-bottom: 0;
}

.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
}

input:checked+.tab-label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*Form Seach Button*/
.facetwp-search-wrap .input-group-append {
	margin-left: -40px !important;
	margin: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 3;
	height: 100%;
}

.facetwp-facet-search .facetwp-search {
	padding-right: 48px !important;
}

body.archive .facetwp-facet-search .facetwp-input-wrap {
	width: 100%;
}

body.archive .facetwp-facet-search .facetwp-search {
	background: #fff;
	padding: 10px 12px;
	border: 1px solid #D9D9D9;
}

body.archive .facetwp-facet-search .facetwp-icon {
	background: var(--branded-blue);
	opacity: 1;
	border-radius: 0;
	width: 42px;
}

body.archive .facetwp-facet-search .facetwp-icon:hover {
	background: var(--branded-blue-darker);
}

body.archive .facetwp-facet-search .facetwp-icon:before {
	content: "\f002";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	background: none;
	padding: 12px;
	width: 100%;
	font-size: 17px;
}

@media (min-width:768px) {
	.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
		width: 23%;
		height: 66px;
		vertical-align: middle;
	}
}


@media (min-width:1240px) {
	.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
		width: 15.9%;
	}
}

.fx-mini-cart>a:first-child {
	display: none;
}

.fx-mini-cart>a.cartlink {
	font-weight: 700;
}

.mini-cart::after {
	content: "";
	display: table;
	clear: both;
}

.top-bar-mini-cart .cartlink {
	font-size: 0;
	padding: 12px 24px;
	display: block;
	background: var(--branded-blue);
	text-align: center;
}

.top-bar-mini-cart .cartlink .fa-shopping-cart {
	font-size: 24px;
	color: #fff;
}

.mini-cart {
	box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.16);
	position: absolute;
	z-index: 6;
	background: #ffffff;
	padding: 10px 25px;
	right: 0;
	width: 390px;
}

.mini-cart__header {
	border-bottom: 1px solid #E8E8E8;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.mini-cart__header h3 {
	margin-bottom: 0;
}

.mini-cart .mini-cart__close {
	border: 1px solid #6994AD;
	border-radius: 100%;
	color: #6994AD;
	float: none;
	font-size: 18px;
	height: 30px;
	width: 30px;
	opacity: 1;
}

.mini-cart .mini-cart__close:hover {
	opacity: 1;
	color: #fff;
}

button.close {
	border: 1px solid #6994AD;
	border-radius: 100%;
	color: #6994AD;
	float: none;
	font-size: 18px;
	height: 30px;
	width: 30px;
	opacity: 1;
}

button.close:hover {
	opacity: 1;
	color: #fff;
}

button.close+p {
	text-align: left;
}

.mini-cart__product+.mini-cart__product {
	border-top: 1px solid #E8E8E8;
	margin-top: 10px;
	padding-top: 10px;
}

.mini-cart__product::after {
	content: "";
	display: table;
	clear: both;
}

.mini-cart__product__details,
.mini-cart__product__quantity {
	text-align: left;
}

.mini-cart__product__img-container,
.mini-cart__product__details,
.mini-cart__product__quantity {
	width: 48%;
	float: left;
}

.mini-cart__remove {
	width: 100%;
	clear: both;
	float: right;
	text-align: left;
	padding: 0 10px 0 0;
}

.mini-cart__remove__btn {
	font-size: 14px;
	font-weight: 700;
}

.mini-cart__product__details {
	margin-left: 10px;
}

.mini-cart__product__quantity__label {
	width: 100%;
}

.mini-cart__product__quantity__label>span {
	color: #1F1F1F;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.mini-cart__product__quantity__label span:not(.mini-cart__product__quantity__wrapper),
.mini-cart__product__quantity__label input {
	display: block;
	width: 100%;
}


.mini-cart__product__quantity__wrapper input::-webkit-outer-spin-button,
.mini-cart__product__quantity__wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.mini-cart__product__quantity__wrapper input[type=number] {
	-moz-appearance: textfield;
	width: 75px;
	text-align: center;
}

.mini-cart__product__quantity__wrapper {
	display: flex;
	width: 153px;
}

.mini-cart__product__quantity__wrapper span:not(.mini-cart__product__quantity__wrapper) {
	color: #808080;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	transition: background 0.3s ease-in-out;
}

.mini-cart__product__quantity__wrapper span:not(.mini-cart__product__quantity__wrapper):first-child {
	border-right: 0;
}

.mini-cart__product__quantity__wrapper span:not(.mini-cart__product__quantity__wrapper):last-child {
	border-left: 0;
}

@media (min-width: 1025px) {
	.mini-cart__product__quantity__wrapper span:not(.mini-cart__product__quantity__wrapper):hover {
		background-color: #E8E8E8;
	}
}

/* Cart Page */
main.cart-page {
	padding: 4rem 0 2.8rem;
}

main.cart-page .section__title {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

main.cart-page .cart .js-quote-product {
	align-items: center;
}

main.cart-page .js-quote-product+.js-quote-product {
	border-top: 1px solid #E8E8E8;
	margin-top: 10px;
	padding-top: 10px;
}

.cart-item-quantity__label>span:first-child {
	color: #1F1F1F;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
.cart-item-quantity__wrapper input::-webkit-outer-spin-button,
.cart-item-quantity__wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.cart-item-quantity__wrapper input[type=number] {
	-moz-appearance: textfield;
	width: 120px;
	text-align: center;
}

.cart-item-quantity__wrapper {
	display: flex;
	width: 197px;
}

.cart-item-quantity__wrapper span:not(.cart-item-quantity__wrapper) {
	color: #808080;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	transition: background 0.3s ease-in-out;
}

.cart-item-quantity__wrapper span:not(.cart-item-quantity__wrapper):first-child {
	border-right: 0;
}

.cart-item-quantity__wrapper span:not(.cart-item-quantity__wrapper):last-child {
	border-left: 0;
}

.cart-item-quantity-container .cart-form-remove {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.cart-item-quantity-container .cart-form-remove:hover {
	text-decoration: none;
}

.cart-item-details h5 {
	color: #6F6F6F;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.cart-item-details h5 span {
	color: #000000;
}

main.cart-page .comments {
	border-top: 1px solid #E8E8E8;
	margin-top: 20px;
	padding-top: 20px;
}

main.cart-page .comments label {
	color: #1F1F1F;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

main.cart-page .comments textarea {
	height: 130px;
}

main.cart-page .js-quote-cart-form {
	padding-left: 4rem;
}

main.cart-page .js-quote-cart-form .form-group {
	margin-bottom: 0;
}

main.cart-page .js-quote-cart-form .form-group+.form-group {
	margin-top: 40px;
}

.js-quote-cart-form input[type="date"] {
	border: 1px solid #575757;
	height: 52px;
	text-transform: uppercase;
}

.js-quote-cart-form label {
	color: #1F1F1F;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.js-quote-cart-form .cta__section {
	border-top: 1px solid #E8E8E8;
	margin-top: 45px;
	padding-top: 30px;
}

.js-quote-cart-form .cta__section a {
	color: #6BA4B8;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding-left: 22px;
	text-transform: uppercase;
}

.js-quote-cart-form .cta__section a:hover {
	text-decoration: none;
}

.js-quote-cart-form .cta__section a i {
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 1px;
}

/* End */

.fl-post-grid-post {
	position: relative;
}

.add-to-quote {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.add-to-quote i {
	color: #fff;
	font-size: 16px;
}

.add-to-quote:hover {
	color: #fff;
}

.rental-buttons {
	display: flex;
	margin-top: auto;
}

/************************************************************
 * RENTAL EQUIPMENT
 ***********************************************************/

.category-rental-posts .fl-post-grid {
	display: flex;
	flex-wrap: wrap;
}

.category-rental-posts .fl-post-column {
	padding-bottom: 0;
	display: flex;
}

.category-rental-posts .fl-post-column+.fl-post-column {
	padding-top: 50px;
}

/* .category-rental-posts .fl-post-column:last-child {
	padding-bottom: 0;
} */

.category-rental-posts .fl-post-grid-post {
	height: 100%;
}

@media (min-width: 768px) {
	.category-rental-posts .fl-post-column+.fl-post-column {
		padding-top: 0;
	}

	.category-rental-posts .fl-post-column:nth-child(n+3) {
		padding-top: 50px;
	}
}

@media (min-width: 1201px) {
	.category-rental-posts .fl-post-column:nth-child(n+3) {
		padding-top: 0;
	}

	.category-rental-posts .fl-post-column:nth-child(n+4) {
		padding-top: 50px;
	}
}

/* Images */

/* .single-rental_machines #equipment-images .carousel-indicators {
	margin-right: 25px;
}

.single-rental_machines #equipment-images .carousel-indicators li {
	height: 90px;
	width: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-rental_machines #equipment-images .carousel-indicators li img {
	height: auto;
}

.single-rental_machines #equipment-images .carousel-item {
	border: 1px solid #C5C5C5;
	height: 520px;
}

.single-rental_machines #equipment-images .carousel-item img {
	border: 0;
	height: 100% !important;
    object-fit: cover;
} */

.single-rental_machines #equipment-images .carousel-item img {
	border: 0;
}

.single-rental_machines #equipment-images .carousel-inner {
	border: 1px solid #C5C5C5;
}

.single-rental_machines .equipment-title small {
	color: #727272;
}

/* Rental Rates in Equipment Card */

.rental-rates-item {
	color: #6F6F6F;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;

	display: flex;
	justify-content: space-between;
}

.rental-rates-item span {
	color: #000;
	letter-spacing: 0.8px;
}

.rental-rates-item+.rental-rates-item {
	border-top: 1px solid #F0F0F0;
	padding-top: 2px;
}

.rental-equipment-link {
	text-align: center;
	text-transform: uppercase;
	background: #9dcddf;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%
}

.rental-equipment-link a {
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	letter-spacing: 0.8px;
	padding: 12px;
	transition: color .3s ease-in-out;
}

.add-to-rental-cart {
	padding: 5px 7px;
	color: #FFFFFF;
	background: #6ca3b8;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.mini-cart .btn-products {
	background: #6ba4b8;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: 700;
}

.mini-cart .btn-products:hover,
.mini-cart .btn-products:active,
.mini-cart .btn-products:active:focus {
	background: #6ba4b8;
	box-shadow: none;
	color: var(--branded-blue-darker);
}

.continue-shopping {
	background: #ffc20d;
	color: #333333;
}

.continue-request {
	background: #6ba4b8;
	color: #FFFFFF;
}

.continue-request,
.continue-shopping {
	display: block;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: 700;
}

.continue-request:hover,
.continue-shopping:hover {
	text-decoration: none;
}

/* Products Per Page */
.products-per-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 16px;
	background-color: #efefef;
}

.products-per-page select {
	border: 0;
	background: transparent;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.products-per-page select:focus {
	outline: 0;
	border: 0;
}

.btn-add-to-cart .add-to-rental-cart {
	background: transparent;
	display: block;
	padding: 0;
	text-align: center;
	width: 100%;
}

.btn-add-to-cart .add-to-rental-cart .add-to-quote {
	background: #6ca3b8;
	display: block;
	padding: 12px 24px;
	transition: background .35s ease-in-out;
}

@media (min-width: 1200px) {
	.btn-add-to-cart .add-to-rental-cart .add-to-quote:hover {
		background: #000;
	}
}

/* Rental Rates in Equipment Post */

.rental-rates__row {
	background: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.rental-rates__item {
	color: #6F6F6F;
	font-size: 17px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
	text-align: center;
}

.rental-rates__item+.rental-rates__item {
	border-left: 1px solid #D8D8D8;
}

.rental-rates__item span {
	color: #000000;
	display: block;
	text-transform: uppercase;
}

@media (min-width: 1440px) {
	.rental-rates__item {
		font-size: 22px;
	}
}

/* Quote Page */
main.quote-page {
	padding: 4rem 0;
}

/* Custom Gravity Forms */

.gform_wrapper .gfield_required {
	color: #817F83;
	margin-left: 0;
	padding-left: 0.2rem;
}

.gform_heading .gform_required_legend {
	display: none;
}

.gform_wrapper .top_label .gfield_label {
	line-height: normal;
	margin-bottom: 0;
}

.quote-page .gform_wrapper.gravity-theme .gfield_label {
	color: #1F1F1F;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.quote-page .gform_wrapper.gravity-theme .gfield input.large,
.quote-page .gform_wrapper.gravity-theme .gfield select.large {
	padding: 15px;
}

.quote-page .gform_wrapper .gform_description {
	display: block;
	margin-bottom: 15px;
}

.quote-page .gform_wrapper .gform_description a {
	font-weight: 700;
}

.quote-page .gform_wrapper .gform_description a:hover {
	text-decoration: none;
}

.quote-page .gform_wrapper .gfield_description {
	color: #1F1F1F;
	font-size: 14px;
}

.quote-page .gform_wrapper .gfield.city .gfield_label,
.quote-page .gform_wrapper .gfield.state .gfield_label {
	display: none;
}

.gfield.hidden_label .gfield_label {
	display: none;
}

.gform_wrapper.gravity-theme .gfield {
	position: relative;
}

.gfield input[type="text"],
.gfield input[type="tel"],
.gfield input[type="email"] {
	width: 100%;
	border: 1px solid #575757;
	border-radius: 0px;
	padding: 15px 32px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #817F83;
	height: 52px;
	transition: all ease 0.3s;
}

.gfield input[type="text"]:focus,
.gfield input[type="tel"]:focus,
.gfield input[type="email"]:focus,
.gform_wrapper.gravity-theme .gfield textarea.large:focus {
	background: #fff;
	outline: none;
	box-shadow: none;
	color: #817F83;
}

.fl-content .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 102px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	width: 100%;
	border: none;
	border-radius: 0px;
	padding: 15px 32px;
	background-color: #EFEFEF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #817F83;
	border-radius: 31px;
	height: 102px;
	resize: none;
	transition: all ease 0.3s;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
	padding: 15px 32px;
}

.fl-content .gform_wrapper.gravity-theme .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #817F83;
	opacity: 1;
}

.fl-content .gform_wrapper.gravity-theme .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #817F83;
	opacity: 1;
}

.fl-content .gform_wrapper.gravity-theme .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #817F83;
	opacity: 1;
}

.fl-content .gform_wrapper.gravity-theme .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #817F83;
	opacity: 1;
}

.fl-content .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
.fl-content .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
.fl-content .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder,
.fl-content .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
	color: #817F83;
	opacity: 1;
}


/* checkbox */
.ginput_container_checkbox {
	margin: 0 0 0;
	padding: 0;
}

.gform_wrapper .ginput_container_checkbox .gfield_required {
	display: none;
}

.ginput_container_checkbox .check_box_col {
	margin: 6px 0;
}

.gfield_checkbox li,
.gfield_checkbox div {
	padding-left: 0;
}

.ginput_container_checkbox [type="checkbox"]:checked,
.ginput_container_checkbox [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
	margin-bottom: 0;
}

.ginput_container_checkbox [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 30px;
	color: #525153;
	margin-bottom: 0;
	margin-top: 0;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.14em;
}

.ginput_container_checkbox [type="checkbox"]:checked+label span {
	color: #517D81;
}

.ginput_container_checkbox [type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 30px;
	color: #525153;
	margin-top: 0;
	cursor: pointer;
	user-select: none;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.14em;
	font-family: 'Roboto', sans-serif;
}

.ginput_container_checkbox [type="checkbox"]:checked+label:before,
.ginput_container_checkbox [type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #9C9C9C;
}

.ginput_container_checkbox [type="checkbox"]:checked+label:after,
.ginput_container_checkbox [type="checkbox"]:not(:checked)+label:after {
	content: '';
	width: 17px;
	height: 17px;
	background: #FEC20F;
	border-radius: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ginput_container_checkbox [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.ginput_container_checkbox [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding: 16px 40px;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	position: relative;
	transition: all ease-in-out 0.3s;
	z-index: 1;
	box-shadow: none;
	background: #FEC20F;
}

/* Sticky Header */

@media (min-width: 1025px) {
	header[data-type="header"].js-scrolled {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 3;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	}

	.admin-bar header[data-type="header"].js-scrolled {
		top: 32px;
	}

	header[data-type="header"].js-scrolled .uabb-creative-menu.uabb-menu-default .menu>li>.uabb-has-submenu-container>a {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	header[data-type="header"].js-scrolled .uabb-photo-content img {
		width: 125px;
	}

	header[data-type="header"].js-scrolled .uabb-creative-button-wrap a {
		min-height: 80px;
	}
}

.custom-shop-new-link .uabb-button {
	background: #2c2d33 !important;
	color: #fff !important;
	font-weight: bold !important;
}

.custom-shop-new-link .uabb-module-content {
	margin: 0 20px 20px 10px;
}

.dashicons-before:before {
    position: relative;
}

.fx-locations-cta {
	background: #222;
	color: #fff;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 1.5rem;
	margin-inline: auto;
}

.fx-locations-cta:hover {
	background: #7d7d7d;
	color: #fff;
}

.cta-call-mobile-view .fx-locations-cta.uabb-button {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
	.cta-call-mobile-view .fx-locations-cta.uabb-button {
		display: flex;
	}
	
	.fx-locations-cta {
		display: none;
	}
}