/*
Theme Name: Harding Forklift
Theme URI: https://hardingforklift.com/
Version: 1.0
Description: A custom theme for Harding Forklift
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

/************************************************************
 * CSS VARIABLES - BRAND COLORS
 ***********************************************************/
:root {
	/* Primary brand color  */
	--color-primary: #e7ae28;

	/* Hover/active state for primary color */
	--color-primary-hover: #d39d20;

	/* Black/Dark colors */
	--color-black: #000000;
	--color-dark-gray: #212121;

	--color-text: #262626;

	/* Background grays */
	--color-bg-light: #d9d9d9;

	/* White */
	--color-white: #ffffff;

	/* Border gray */
	--color-border: #c5c5c5;

	/* Typography */
	--font-heading: "Roboto Condensed", sans-serif;
	--font-body: "Roboto", sans-serif;
}

body {
	font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading) !important;
}

.fl-module-rich-text {
	dl,
	ol,
	ul {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
	}
}

@media (min-width: 1024px) {
	.gform_wrapper.gravity-theme .ginput_container_address span {
		flex-basis: 33% !important;
	}

	.ginput_full.address_line_1.ginput_address_line_1.gform-grid-col {
		flex-basis: 100% !important;
	}
}

/* Menu Tweaks */
/* Gravity Forms Address Field Tweaks */
#header-nav {
	width: 100%;

	.uabb-creative-menu {
		text-align: left;
	}

	.uabb-creative-menu .sub-menu {
		box-shadow: none;
		margin-inline: 20px;
	}

	.uabb-creative-menu .sub-menu > li {
		border: none;
	}

	.menu > li > .uabb-has-submenu-container > a {
		font-size: 16px;
	}
}

.desktop-only {
	display: none !important;
}

@media (min-width: 992px) {
	.mobile-only {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}
}

@media (min-width: 800px) {
    .header__phone-box {
        max-width: 220px;
    }
}

@media (min-width: 1200px) {
    .header__phone-box {
        max-width: 250px;
    }
}

/************************************************************
 * 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;
	}

	#nav-button,
	#nav-button .fl-module-content,
	#nav-button .fl-module-content .uabb-module-content,
	.fl-node-mxb495zluynv  {
		height: 100% !important;
	}
}

.banner-lp-hymh .fl-row-content {
	margin-left: 20%;
	margin-right: 0;
}

@media (min-width: 1250px) {
	.banner-lp-hymh .fl-row-content {
		margin-left: 20%;
		margin-right: calc(((100vw - 1250px) / 2) - 40px);
	}
}

@media (min-width: 768px) and (max-width: 1249px) {
	.banner-lp-hymh .fl-row-content {
		margin-left: 25%;
		margin-right: 0;
	}

	.banner-lp-hymh .fl-row-content .fl-col-group {
		flex-direction: column;
	}

	.banner-lp-hymh .fl-row-content .fl-col-group .fl-col {
		width: 100%;
	}

	.banner-lp-hymh
		.fl-row-content
		.fl-col-group
		.fl-col:last-child
		.uabb-infobox {
		padding-left: 0;
		border-left: none;
	}
}

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

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

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 #c5c5c5;
}

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

.btn-link {
	background: none;
	border: none;
	color: var(--color-primary);
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	background: none;
	border: none;
	color: var(--color-primary-hover);
	text-decoration: none;
}

.fx-modal-trigger-form {
	.pp-button-icon:before {
		font-size: 125%;
		position: relative;
		right: 5px;
		top: -1.5px;
	}
}

.fx-full-width {
	.pp-modal-trigger {
		width: 100%;
	}
}

.accordion {
	.btn-block {
		&:after {
			content: "\e9fa";
			position: absolute;
			right: 8px;
			top: 14px;
			rotate: -90deg;
			display: inline-block;
			font-family: "Ultimate-Icons" !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;

			/* Better Font Rendering =========== */
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
	}

	.collapsed {
		&:after {
			rotate: 90deg;
		}
	}
}

#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: var(--color-primary-hover) !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
 ***********************************************************/

.header-row .fl-col-group {
	display: flex;
}

.header-row .header-col--logo {
	flex: 0 0 200px;
}

.header-row .header-col--nav {
	flex: 1 1 100px;
}

/* .header-row .header-col--btn {
	flex: 0 0 100%;
} */

@media (min-width: 992px) {
	.header-row .fl-col-group {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.header-row .header-col--nav {
		flex: 1 1 100%;
	}
	.header-row .header-col--btn {
		flex: 0 0 200px;
	}
}

@media (min-width: 1200px) {
	.header-row .header-col--logo {
		flex: 0 0 280px;
	}
	.header-row .header-col--btn {
		flex: 0 0 260px;
	}
}

@media (min-width: 1201px) {
	.fx-menu-column {
		margin-left: auto;
	}
}


#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: 49px;
		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;
		color: #ffffff !important;
		border-color: var(--color-primary) !important;
	}

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

#header-logo .uabb-photo-caption {
	padding: 0;
	font-family: "Roboto Condensed";
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-overflow: initial;
	white-space: normal;
	overflow: unset;
	text-align: right;
	max-width: 175px;
	text-transform: uppercase;
	margin-top: -8px;
	letter-spacing: .4px;
	font-style: italic;
}

@media (min-width: 1200px) {
	#header-logo .uabb-photo-caption {
		font-size: 14px;
		max-width: 217px;
	}
}

@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;
	}

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

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

.single-location .menu-item-object-location > a {
	color: var(--color-primary) !important;
}

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

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

.fl-post-date.footer-blog-date + .fl-post-title a {
	color: #ececec !important;
}

.fl-post-date.footer-blog-date {
	color: #c8c8c8 !important;
}

.fl-post-feed-post {
	border-bottom: 1px solid var(--color-border);
}

@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: #212121;
		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: #000000;
		-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: #212121;
		-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;
	}
}

/****************************************************************
 * SINGLE POSTS
 * *************************************************************/

.fx-post-content {
	.fl-row-content-wrap {
		padding: 0 !important;
	}

	.fl-row-content {
		margin: 0 !important;
		max-width: 100% !important;
	}

	.fl-module {
		padding: 0 !important;
		margin: 0 !important;
	}

	.fl-module-content {
		margin-inline: 0;
	}
}

/****************************************************************
 * 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: var(--color-primary);
}

#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%;
	top: 0;
	z-index: 0;
	bottom: -61px;
}

#home-products .products-title .fl-col-content::after {
	content: "";
	position: absolute;
	background: inherit;
	width: 20%;
	right: -20%;
	top: 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: #000000 !important;
		padding-top: 40px !important;
		padding-bottom: 40px !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 a {
		display: block;
	}

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

	#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;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.gform-footer {
	button,
	input[type="button"],
	input[type="submit"] {
		padding: 12px 22px;
		margin-inline: auto;
		min-width: 190px;
	}
}

#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: #000000;
	background: var(--color-primary);
	border-color: var(--color-primary);
	-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: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}

/************************************************************
 * 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 {
	border: 1px solid #e6e6e6;
	padding-right: 20px;
	padding-block: 8.5px;
}

#gform_7 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#gform_7 input {
	width: 100%;
}

#gform_7 .gform_footer {
	padding: 0;
	margin: 3px 0 0 10px;
}

#gform_7 .text-muted {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

/************************************************************
 * 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: var(--color-primary);
}

#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: var(--color-primary);
	color: #ffffff;
	padding: 12px 24px;
}

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

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

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

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

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

.used_equipment .equipment-image img {
	object-fit: cover;
	object-position: center;
}

.price-value {
	font-size: 24px;
	font-weight: 700;
	color: #262626;
}

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

.equipment-text {
	margin-bottom: 15px;
	padding: 12px 0;
	border-bottom: 1px solid #c5c5c5;
}

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

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

.equipment-link a {
	background: var(--color-primary);
	color: #000000;
	padding: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	-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: #212121;
	color: #ffffff;
}

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

@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 #ffffff;
	height: auto;
	margin-bottom: 5px;
}

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

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

#equipment-images .carousel-item img {
	width: auto !important;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top center;
	object-position: top center;
}


@media (max-width: 767px) {

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

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

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

#equipment-tabs.nav-tabs .nav-link {
	border-radius: 0;
	text-transform: uppercase;
	font-family: "Roboto Condensed", 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 #c5c5c5 !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";
}

.facet-default-title .facetwp-facet-title {
	cursor: default;
	pointer-events: none;
}

.facet-default-title .facetwp-facet-title::after {
	content: none;
}

.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: var(--color-primary);
}

.facetwp-facet.facetwp-type-slider .noUi-connect {
	background: var(--color-primary);
}

.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,
.facetwp-facet-locations_crane .facetwp-counter {
	display: none;
}

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

.facetwp-facet-locations .facetwp-checkbox.disabled,
.facetwp-facet-locations_crane .facetwp-checkbox.disabled {
	opacity: 1;
	cursor: pointer;
}

input.facetwp-slider-reset {
	background: none;
	border: none;
	color: var(--color-primary);
	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: #000000;
}

.btn-view-location-detail {
	background: var(--color-primary);
}

.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: var(--color-primary);
}

#location-list .fl-module-post-grid::-webkit-scrollbar-thumb:hover {
	background: var(--color-primary);
}

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 #212121;
}

.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: #212121;
	padding-left: 20px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
}

.our-location .go-location span {
	background-color: var(--color-primary);
	display: inline-block;
	color: #212121 !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 #212121;
	}

	.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: var(--color-primary);
	border: 0;
	border-radius: 0;
	width: 155px !important;
	height: 35px;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 501;
	color: #000;
	line-height: 1.2 !important;
}

.rsf-form-sec .gform_footer input:hover {
	background: var(--color-primary-hover);
}

.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: #000;
	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: var(--color-primary) !important;
}

.tm-list-sec .page-numbers:hover {
	color: var(--color-primary) !important;
}

.cl-name::before {
	content: "";
	position: absolute;
	background: #000;
	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";
	}
}

/* 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: #000000;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	background: var(--color-primary);
	font-weight: bold;
	font-size: 25px;
	cursor: pointer;
}

.tabs .tab:nth-child(1) .tab-label {
	border-bottom: solid 1px var(--color-primary);
}

.tab-label:hover {
	background: var(--color-primary);
}

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

input:checked + .tab-label {
	background: var(--color-primary);
}

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 0.35s;
	transition: all 0.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;
}

@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%;
	}
}

#page-banner--single {
	overflow: hidden !important;
}

/*Contact Us*/
.location_grid .uabb-blog-post-content {
	overflow: visible;
}
.location_grid .uabb-read-more-text {
	position: absolute;
	text-align: center;
	bottom: -22px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.location_grid .uabb-blog-post-content .uabb-read-more-text a {
	font-family: "Roboto", sans-serif;
	padding: 10px;
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 22px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	display: inline-block;
	width: 258px;
	max-width: 100%;
}
.location_grid .uabb-blog-post-content .uabb-read-more-text a:focus,
.location_grid .uabb-blog-post-content .uabb-read-more-text a:hover {
	background-color: var(--color-primary-hover);
	color: #fff;
}

.info-loaction-list {
	list-style: none;
	margin: 0 -14px 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uabb-gf-style .ginput_container_select:after {
	color: var(--color-primary);
	top: 38%;
	font-size: 14px;
}

.filter_list_inine .facetwp-facet {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 25px;
}
.filter_list_inine .facetwp-facet:last-child {
	margin-right: 0;
}
.facetwp-type-dropdown {
	position: relative;
}
.facetwp-type-dropdown:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 38%;
	right: 0.5em;
	pointer-events: none;
	z-index: 5;
	color: #000000;
}
.facetwp-type-dropdown select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #e7e8e8;
	padding: 8px 70px 8px 20px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	height: 38px;
	border: 0;
	line-height: 22px;
}

.filter_list_inine .btn-view-all,
.filter_list_inine button.facetwp-reset {
	color: var(--color-primary);
	line-height: 1;
	background-color: transparent;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
}
.filter_list_inine button.facetwp-reset i {
	font-size: 14px;
	margin-right: 5px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
	display: inline-block;
}
.filter_list_inine button.facetwp-reset:hover {
	color: #fff;
	background-color: var(--color-primary);
}
.filter_list_inine .btn-view-all {
	border-bottom: 3px solid var(--color-primary) !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 12px;
}

.gform_heading .gform_required_legend {
	display: none;
}
#facetwp-map {
	max-width: 100%;
}
#gform_1 .gform_footer {
	-ms-flex-pack: center;
	justify-content: center;
}

.info-loaction-list li {
	padding-right: 14px;
	padding-left: 26px;
	position: relative;
	margin-bottom: 10px;
}
.info-loaction-list li br {
	display: none;
}
.info-loaction-list ._icon {
	font-weight: 700 !important;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #c9c7c6;
	color: #403e39 !important;
	font-size: 10px !important;
	text-align: center;
	line-height: 17px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Review Buttons */
.review-button-custom-outer {
	padding-left: 75px;
	padding-right: 75px;
	font-size: 14px;
	letter-spacing: 1px;
}

.review-button-custom-middle {
	text-align: center;
	background-color: var(--color-primary);
	padding: 11px;
	color: #ffffff;
}

.review-button-custom-inner {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

.review-button-custom-middle:hover {
	background-color: var(--color-primary-hover);
	color: #ffffff;
	text-decoration: none;
}

.review-button-custom-inner:hover {
	color: #ffffff;
	text-decoration: none;
}
#fx-cat-archive-desc1 { font-size: 18px; }

.media {
    flex-direction: column;
}

@media (min-width: 600px) {
    .media {
        flex-direction: row;
    }
}

#equipment-images.single-image img {
    max-height: 550px;
    object-fit: contain;
}