/* @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans); */

@font-face {
font-display:swap;
    font-family: 'Open Sans';
    src: url('/wp-content/themes/forkforce/css/./fonts/OpenSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Open Sans';
    src: url('/wp-content/themes/forkforce/css/./fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Italic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Bold.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Black.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Regular.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Light.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato Hairline';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-Hairline.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Lato Hairline';
    src: url('/wp-content/themes/forkforce/css/./fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('/wp-content/themes/forkforce/css/./fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*
Stylesheet: Main Stylesheet

*/
/*********************
IMPORTING STYLES
*********************/
/******************************************************************
Stylesheet: Normalize Stylesheet

Normalize works a lot like a classic CSS Reset only instead of
reseting EVERYTHING, it only changes what's inconsistent across
the different browsers. It's much slimmer and compact than resets.

For more info, view the github repo:
http://necolas.github.com/normalize.css/

******************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

p {
    margin: 5px 0px;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* base styles */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {

    font-weight: 900 !important;
    text-align: center !important;
    color: #d0112b;
}

h2 {
    font-size: 2rem;
    color: #d0112b;
    text-align: center;
}

h3 {
    font-size: 1.7rem !important;
    color: #d0112b;
    text-align: center;
    text-transform: uppercase;
}

body {
    margin: 0px;
    overflow-x: hidden;
}

h4 {
    font-size: 1.5rem !important;
    text-transform: uppercase;
}

h5 {
    font-size: 1.3rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 800 !important;
}




ul,
ol,
button::-moz-focus-inner,
input::-moz-focus-inner,
fieldset,
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    -webkit-appearance: none !important;
}

img,
legend,
button::-moz-focus-inner,
input::-moz-focus-inner,
fieldset {
    -webkit-appearance: none !important;
    font-size: 16px;
    border: 0;
}

/* images */
img {
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

/* links & typography */
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


ol,
ul {
    list-style-type: none;
    padding: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn,
em {
    font-style: italic;
}

small,
sub,
sup {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

mark {
    background: #ff0;
    color: #000;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

nav ul,
nav ol,
.widget ol,
.widget ul,
.comment-list {
    list-style: none;
    list-style-image: none;
}

/* forms */
legend {
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 16px;
    vertical-align: baseline;
    -webkit-appearance: none !important;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none !important;
    font-size: 16px;
    *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: none;
    font-size: 16px;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    font-size: 16px;
}

tarea,
textarea {
    overflow: auto;
    vertical-align: top;
    -webkit-appearance: none;
    font-size: 16px;
}

/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* wordpress junk */
.wp-smiley,
.wp-wink {
    margin: 0 !important;
    max-height: 1em;
}

/******************************************************************
Stylesheet: Mixins & Constants Stylesheet
******************************************************************/
/*********************
CLEARFIXING GENESIS
*********************/
#inner:before,
#inner:after,
#title-area:before,
#title-area:after,
.entry-content:before,
.entry-content:after,
.author-box:before,
.author-box:after,
.navigation:before,
.navigation:after,
.user-profile:before,
.user-profile:after,
.featuredpage:before,
.featuredpost:before,
.featuredpage:after,
.featuredpost:after,
.featuredpage .page:before,
.featuredpost .post:before,
.featuredpage .page:after,
.featuredpost .post:after,
#footer:before,
#footer:after,
#footer-widgets:before,
#footer-widgets:after,
.wrap:before,
.wrap:after,
#comments:before,
#respond:before,
#comments:after,
#respond:after,
.menu:before,
.menu:after,
.breadcrumb:before,
.breadcrumb:after {
    content: "";
    display: table;
}

#inner:after,
#title-area:after,
.entry-content:after,
.author-box:after,
.navigation:after,
.user-profile:after,
.featuredpage:after,
.featuredpost:after,
.featuredpage .page:after,
.featuredpost .post:after,
#footer:after,
.wrap:after,
#comments:after,
#respond:after,
#footer-widgets:after,
.menu:after,
.breadcrumb:after {
    clear: both;
}

/*********************
HIDING ELEMENTS
*********************/
.hidden {
    display: none;
    visibility: hidden;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix {
    /* for IE */
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    clear: both;
}

/*********************
TOOLS
*********************/
.image-replacement {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.fullWidth {
    width: 960px;
    margin: 0 auto;
}

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
MISC
*********************/
/*********************
BUTTONS
*********************/
input[type=button],
input[type=submit],
.button {
    padding: 10px 12px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    background: #d0112b;
    width: 100%;
}

input[type=button]:hover,
input[type=submit]:hover,
.button:hover,
input[type=button]:focus,
input[type=submit]:focus,
.button:focus {
    color: #ffffff;
    background: #ed2742;
    text-decoration: none;
}

input[type=button]:active,
input[type=submit]:active,
.button:active {
    background: #e81330;
    text-decoration: none;
}

/******************************************************************
BASE (MOBILE) SIZE
******************************************************************/
/* styles in base.less */
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
html {
    box-sizing: border-box;
}

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

body,
html {
    font-family: 'Lato', sans-serif !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0 !important;
    padding: 0px 0 !important;
}

/*********************
LINKS
*********************/
a {
    color: #d0112b;
    text-decoration: none;
    transition: all .5s;
}

button {
    transition: all .2s;
}

a img {
    border: none;
}

a.ff-styled-link {
    font-style: italic;
    white-space: nowrap;
}

a.ff-styled-link:after {
    content: '\f0a9';
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-style: normal;
}

a:hover,
a:focus {
    color: #ed223e;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s;
    opacity: 0.8;
}

.fa {
    transition: all .5s;
}

hr {
    border-color: black;
}

/*********************
FORM ELEMENTS
*********************/
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

input,
textarea,
select {
    border: 1px solid #676465;
    font-size: 14px;
    padding: 6px;
    color: black;
}

button,
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
}

textarea {
    max-height: 100px;
}

select {
    height: 33px;
    background: white;
}

::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

/* ie */
:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/*********************
GRAVITY FORM STYLES
*********************/
div.gform_wrapper {
    letter-spacing: .02em;
}

div.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
}

div.gform_wrapper li {
    list-style-type: none;
    margin: 0;
}

div.gform_wrapper .gfield {
    margin: 0 0 15px;
}

div.gform_wrapper .gfield_checkbox {
    padding-top: 4px;
}

div.gform_wrapper .gfield_checkbox li {
    margin: 0 0 11px;
    position: relative;
    min-height: 30px;
}

div.gform_wrapper .gfield_checkbox label {
    font-size: 15px;
    margin-top: 1px;
    padding: 0 0 0 40px;
    display: inline-block;
    position: relative;
}

div.gform_wrapper .gfield_checkbox label:before {
    content: "";
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 1px solid #b7b7b8;
    display: inline-block;
    position: absolute;
    margin-right: 40px;
    font-family: FontAwesome;
    color: #b2b2b2;
    font-size: 23px;
    text-align: center;
    line-height: 28px;
}

div.gform_wrapper .gfield_checkbox input {
    display: none;
}

div.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked+label:before {
    content: "\f00c";
}

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="password"],
div.gform_wrapper select,
div.gform_wrapper textarea {
    font-size: 16px;
    border: 1px solid #b7b7b8;
    -webkit-appearance: none !important;
    width: 100%;
    max-width: 100%;
}

div.gform_wrapper .postcode .instruction {
    display: none;
}

div.gform_wrapper .instruction {
    font-size: 12px;
}

.gform_title {
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: .06em;
    font-weight: bold;
}

.fancybox-inner .gform_title {
    text-align: center;
}

.fancybox-outer .gform_title {
    font-size: 26px;
}

.gfield_label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.fancybox-wrap .gform_wrapper {
    margin: 30px 0;
    color: black;
}

.fancybox-wrap .gform_wrapper .gform_footer {
    overflow: hidden;
}

.fancybox-wrap .gform_wrapper .button {
    color: white;
    border-radius: 0;
    background: #d0112b;
    letter-spacing: .06em;
    float: right;
}

.fancybox-wrap .gform_wrapper .button:hover,
.fancybox-wrap .gform_wrapper .button:focus {
    background: #ed2742;
    color: white;
}

.fancybox-wrap .gform_confirmation_wrapper,
.fancybox-wrap .specs-wrap,
.fancybox-wrap .ebook-wrap {
    width: 80%;
    margin: 40px auto;
    color: black;
    font-size: 17px;
    line-height: 25px;
}

.fancybox-wrap .ebook-wrap {
    text-align: center;
}

.gform_validation_container {
    display: none !important;
}

.gfield_error input {
    border: 1px solid red;
}

.validation_error {
    color: red;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #787878;
}

.validation_message {
    font-size: 10px;
    color: red;
}

.button-icon .gform_button {
    font-weight: 900;
    font-style: italic;
    letter-spacing: .06em;
    font-size: 22px;
    padding: 7px 27px;
}

.button-icon .gform_button:after {
    content: '\f0a9';
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-style: normal;
}

.ff-data {
    margin: 0 0 25px;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #b7b7b8;
    border-bottom: 1px solid #b7b7b8;
}

.ff-data tr:first-child td,
.ff-data tr:first-child th {
    padding-top: 10px;
    font-size: 16px;
}

.ff-data tr:last-child td,
.ff-data tr:last-child th {
    padding-bottom: 10px;
    border: 0;
}

.ff-data td,
.ff-data th {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}


/*********************
SELECTION TEXT
*********************/
::-moz-selection {
    background-color: #82c5f8;
}

::selection {
    background-color: #82c5f8;
}

/*********************
GRID & LAYOUT
*********************/
.content-sidebar-wrap {
    /*overflow: hidden;*/
}

.site-inner {
    padding: 0;
    margin: 0 auto;
    /* for IE */
    zoom: 1;
}

.site-inner:before,
.site-inner:after {
    content: "";
    display: table;
}

.site-inner:after {
    clear: both;
}

/*********************
TITLES & HEADLINES
*********************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Lato', sans-serif;
    margin: 0 0 10px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 5px;
    margin-right: 20px;
    padding-bottom: 4px;
}

/*********************
CART HEADER
*********************/
.header-cart {
    background: black;
    color: white;
    font-size: 12px;
    line-height: 18px;
}

.header-cart .wrap {
    padding: 7px 16px;
    overflow: hidden;
}

.header-cart a {
    color: white;
}

.header-cart .header-cart__contents {
    float: right;
    margin-right: 30px;
}

.header-cart .header-cart__user {
    float: right;
}

.header-cart .fa {
    margin-right: 10px;
}

.header-cart .header-cart__label {
    margin-right: 8px;
}

.header-cart .header-cart__count {
    background: #d0112b;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-right: 5px;
}

/*********************
IMAGE HEADER
*********************/
.site-header {
    width: 100%;
    overflow: hidden;
}

.title-area {
    padding: 0;
    position: relative;
}

.site-title a {}

.site-title a:hover {
    opacity: 1;
}

.site-description {
    display: none;
}

.site-description {
    font-size: 12px;
    text-align: center;
}

.header-widget-area {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: black;
    letter-spacing: .06em;
}

.header-widget-area a {
    color: inherit;
    display: block;
}

.header-widget-area .header-phone {
    padding-left: 20px;
}

.header-widget-area .fa {
    color: #d0112b;
    margin-right: 12px;
    font-size: 30px !important;
}

#menu-icon {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 7px 10px;
    transition: opacity .4s;
}

#menu-icon:hover {
    cursor: pointer;
    opacity: .9;
}

#menu-icon span {
    font-size: 13px;
    text-transform: uppercase;
}

#menu-icon .fa {
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    bottom: 1px;
}

/*********************
BANNER
*********************/
.page-banner {
    background-repeat: no-repeat;
    background-position: calc(100% + 304px) center;
}

.page-banner h1 {
    margin: 0;
    letter-spacing: .06em;
    padding: 20px 16px;
    color: white;
    height: 180px;
    /*font-style: italic;*/
    font-size: 30px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*text-transform: uppercase;*/
}

.page-banner--light h1 {
    color: white;
}

/*********************
BREADCRUMBS
*********************/
.breadcrumbs {
    letter-spacing: 0.06em;
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 11px 16px;
}

.breadcrumbs a {
    color: inherit;
}

/*********************
NAVIGATION
*********************/
.nav-primary .menu {
    clear: both;
    background: #ffffff;
    color: #333;
    display: none;
}

.nav-primary .menu ul {
    list-style: none;
    padding: 0;
}

.nav-primary .menu>li {
    padding: 0;
    margin: 0;
}

.nav-primary .menu>li a {
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 5%;
    border-bottom: 1px solid #ddd;
    font: 20px 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    /* hover & current page highlight */
}


@media only screen and (max-width: 767px) {
    .nav-primary .menu>li a.sf-with-ul:after {
        position: absolute;
        right: 13px;
        top: 13px;
        font-family: 'FontAwesome';
        content: '\f0d7';
        transition: transform .4s;
    }

    .nav-primary .menu>li.sfHover a.sf-with-ul:hover:after {
        transform: rotate(180deg);
    }

    .nav-primary .menu>li>a {
        font-weight: bold;
    }

}

.nav-primary .menu>li a:hover,
.nav-primary .menu>li a:focus {
    background-color: #ddd;
    color: #333;
    opacity: 1;
}

.nav-primary .menu>li ul {
    position: inherit;
}

.nav-primary .menu>li ul a {
    padding: 10px 13%;
    font-size: 12px;
}

.nav-primary .menu>li:hover>ul {
    display: block;
}

.nav-primary .menu>li ul ul {
    margin-left: 24px;
}

.nav-primary .menu>li li li a,
.nav-primary .menu>li li li a:link,
.nav-primary .menu>li li li a:visited {
    /*background: #e0e0e0;*/
    /*padding: 10px 15%;*/
}

.nav-primary .menu>li.no-link>a {
    cursor: default;
}

.nav-primary .menu>li.current_page_item>a,
.nav-primary .menu>li.current-cat>a,
.nav-primary .menu>li.current-menu-item>a {
    background-color: #d0112b;
    color: #ffffff;
}

.nav-primary .menu>li.current_page_item>a:hover,
.nav-primary .menu>li.current-cat>a:hover,
.nav-primary .menu>li.current-menu-item>a:hover,
.nav-primary .menu>li.current_page_item>a:focus,
.nav-primary .menu>li.current-cat>a:focus,
.nav-primary .menu>li.current-menu-item>a:focus {
    background-color: #d0112b;
    color: #ffffff;
}

/*********************
NAVIGATION & DESCRIPTIONS
*********************/
.pagination {
    clear: both;
    text-align: center;
    background: #d0112b;
    color: white;
    padding: 16px 0;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.pagination span,
.pagination a {
    padding: 0 6px;
}

.pagination .next,
.pagination .prev {
    min-width: 74px;
    padding: 0;
}

.pagination:empty {
    display: none;
}

.taxonomy-description {
    background-color: #ffffff;
    margin: 0 20px 20px;
}

.taxonomy-description h1 {
    margin: 0;
}

.taxonomy-description p {
    padding: 15px;
}

.archive-page {
    padding: 20px 0 0;
}

.archive-page ul,
.archive-page ol {
    padding-bottom: 25px;
}

.archive-page ul ul,
.archive-page ol ul {
    padding-bottom: 0;
}

/* archive page */
/*********************
ENTRY CONTENT
*********************/


p:empty {
    display: none;
}

.entry-content .gform_wrapper li,
.wp-editor .gform_wrapper li {
    color: #222;
    padding-left: 0;
}

.entry-content ul,
.wp-editor ul,
.entry-content ol,
.wp-editor ol {
    padding-bottom: 10px;
}

.entry-content ul>li,
.wp-editor ul>li,
.entry-content ol>li,
wp-editor ol>li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.entry-content ul ul,
.wp-editor ul ul,
.entry-content ol ul,
.wp-editor ol ul,
.entry-content ul ol,
.wp-editor ul ol,
.entry-content ol ol,
.wp-editor ol ol {
    padding-bottom: 0;
}

.entry-content ul,
.wp-editor ul {
    list-style: disc;
}

.entry-content ol,
.wp-editor ol {
    list-style: decimal;
}

.entry-content li,
.wp-editor li {
    margin-left: 30px;
    letter-spacing: .06em;
}

.entry-content blockquote,
.wp-editor blockquote,
.entry-content .ff-right-callout,
.wp-editor .ff-right-callout {
    padding-left: 24px;
    margin: 10px 0 10px;
    background-color: #f6f6f6;
    padding: 8px 4px 14px 24px;
}

.entry-content blockquote li,
.wp-editor blockquote li,
.entry-content .ff-right-callout li,
.wp-editor .ff-right-callout li {
    color: #d05162;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    padding: 0px 0px 15px 5px;
    margin: 10px 0px;
    margin-left: 20px;
    list-style-type: none;
}

.entry-content blockquote p,
.wp-editor blockquote p,
.entry-content .ff-right-callout p,
.wp-editor .ff-right-callout p {
    color: #d05162;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 20px;
    list-style-type: none;
}

.entry-content blockquote p:last-child,
.wp-editor blockquote p:last-child,
.entry-content .ff-right-callout p:last-child,
.wp-editor .ff-right-callout p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote li:before,
.wp-editor blockquote li:before,
.entry-content .ff-right-callout li:before,
.wp-editor .ff-right-callout li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 8px 0 -24px;
    color: #d0112b;
}

.entry-content blockquote li:last-child,
.wp-editor blockquote li:last-child,
.entry-content .ff-right-callout li:last-child,
.wp-editor .ff-right-callout li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.entry-content blockquote a,
.wp-editor blockquote a,
.entry-content .ff-right-callout a,
.wp-editor .ff-right-callout a {
    color: inherit;
}

.entry-content blockquote a,
.wp-editor blockquote a {
    color: #d0112b;
}

.entry-content .ff-right-callout,
.wp-editor .ff-right-callout {
    display: none;
}

.entry-content .blockquote-alt,
.wp-editor .blockquote-alt {
    background: #4c4c4c;
    border: 0;
    padding: 10px 5px 12px 30px;
}

.entry-content .blockquote-alt p,
.wp-editor .blockquote-alt p {
    font-size: 15px;
    color: white;
}

.wp-editor {
    background: #ffffff;
}

.wp-editor.content {
    width: 100%;
    padding: 15px;
}

#tinymce {
    margin: 10px;
    width: auto;
}

/*********************
POST IMAGES
*********************/
img {
    height: auto;
    max-width: 100%;
}

.alignnone,
img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 10px;
}

.aligncenter,
img.aligncenter,
.entry_content .centered {
    display: block;
    margin: 0 auto 10px;
}

/*********************
WP-CAPTION
*********************/
.wp-caption {
    padding: 5px;
    text-align: center;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    padding: 5px 0;
}

/*********************
AUTHOR BOX
*********************/
.author-box {
    background-color: #f5f5f5;
    margin: 0 20px 40px;
    padding: 10px;
}

.author-box p {
    font-size: 12px;
}

.author-box .avatar {
    background-color: #ffffff;
    float: left;
    margin: 0 10px 0 0;
}

/* end author-box */
/*********************
FEATURED POSTS
*********************/
.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even {
    float: left;
}

.genesis-grid-odd {
    float: right;
    clear: both;
}

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
}

.featuredpage img,
.featuredpost img {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.featuredpage .page,
.featuredpost .page,
.featuredpage .post,
.featuredpost .post {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 5px 15px 10px;
}

.more-from-category {
    padding: 5px 15px 0;
}

/*********************
POST NAVIGATION
*********************/
.navigation {
    font-size: 12px;
    padding: 20px 0;
    margin: 0 20px 20px;
}

.navigation li {
    display: inline;
}

.navigation li a {
    border: 1px solid #ddd;
    padding: 5px 8px;
}

.navigation li a:hover {
    background-color: #f5f5f5;
}

.navigation li.active a {
    background-color: #f5f5f5;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
    text-align: center;
    margin-bottom: 70px;
}

.sidebar .widget {
    margin: 0 14px 25px;
    text-align: left;
    width: 242px;
    display: inline-block;
    vertical-align: middle;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .menu {
    margin-bottom: 5px;
}

.sidebar .menu li {
    margin: 0 0 20px;
}

.sidebar .menu li:last-child {
    margin: 0;
}

.sidebar .menu li a {
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    font-style: italic;
}

.sidebar .menu li a:after {
    margin-left: 3px;
    font-family: FontAwesome;
    content: "\f0a9";
    font-style: normal;
}

.sidebar .testimonial-slider {
    text-align: center;
}

.sidebar .testimonial__content {
    font-style: italic;
    font-size: 14px;
    color: #010101;
    margin-bottom: 20px;
}

.sidebar .testimonial__meta {
    font-size: 12px;
    font-style: italic;
    color: black;
}

.sidebar .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.sidebar .owl-prev,
.sidebar .owl-next {
    margin: 0 5px;
    display: inline-block;
    font-family: FontAwesome;
    color: #484848;
    text-align: center;
    font-size: 14px;
    padding: 1px 2px;
}

.button--sidebar {
    margin: 0 0 18px;
    font-style: italic;
    font-weight: 300;
    padding: 7px 0;
    text-align: center;
    font-size: 22px;
    width: 243px;
}

.button--sidebar:hover,
.button--sidebar:focus {}

.button--sidebar strong {
    font-weight: 900;
}

.button--alt {
    color: black;
    border: 1px solid black;
    background: white;
}

.button--alt:hover,
.button--alt:focus {
    background: #f1f1f1;
    color: black;
}

.button--large {
    font-size: 22px;
    width: 243px;
    text-align: center;
    margin: 0 0 18px;
}

.entry-content .button--alt {
    margin-bottom: 30px;
}

/*********************
WIDGET STYLES
*********************/
.widget h4 {
    margin: 0;
    line-height: 28px;
}

.widget ul,
.widget ol {
    padding: 0;
}

.widget li {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    /* remove the border for the last item in a list */
}

.widget li:last-child {
    border-bottom: 0;
}

/* end widget */
/*********************
COMMENT STYLES
**********************/
.entry-comments {
    margin: 0 0 15px;
    padding: 0 20px;
}

/* end comments */
.subscribe-to-comments {
    padding: 20px 0 10px;
}

.comment-list {
    /* vcard */
    /* end .commentlist .vcard */
}

.comment-list li {
    font-weight: 700;
    margin: 15px 0 5px;
    padding: 10px 5px 10px 10px;
}

.comment-list li ul.children {
    /* variations */
    /* change number for different depth */
}

.comment-list li ul.children li {
    margin-left: 10px;
    margin-right: -6px;
}

.comment-list li.depth-1 {
    border: 1px solid #ddd;
}

.comment-list .alt {
    border: 1px solid #ddd;
}

.comment-list .even {
    border: 1px solid #ddd;
}

.comment-list .thread-alt {
    background-color: #f5f5f5;
}

.comment-list .thread-even {
    background-color: #f5f5f5;
}

.comment-list .vcard cite.fn {
    font-style: normal;
}

.comment-list .vcard .commentmetadata {
    margin: 0 0 5px;
    font-size: 12px;
}

.comment-list .vcard img.avatar {
    background: #ffffff;
    float: right;
    margin: 0 5px 0 10px;
}

.comment-list .comment-content p {
    font-size: 12px;
    padding: 0 0 20px;
}

.comment-list .comment-content .reply {
    font-weight: 300;
}

/* end comment-list */
/**********************
COMMENT FORM STYLES
*********************/
#respond {
    margin: 0 0 15px;
    padding: 0 20px;
}

#author,
#email,
#url,
#comment {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}

/*********************
NO COMMENTS
*********************/
.nocomments {
    text-align: center;
}

/*********************
FOOTER STYLES
*********************/
.site-footer {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #999999;
    background: #323232;
    /* .icreate-name {
		  .image-replacement;
		  text-indent: 9999px;
		  background: url('/wp-content/themes/forkforce/css/../images/icreate_icon.png') no-repeat;
		  width: 20px;
		  height: 19px;
		  display: inline-block;
		  position: relative;
		  top: 4px;
		  margin-left: 3px;
		  } */
}

.site-footer .wrap {
    padding: 11px 20px;
}

.site-footer a,
.site-footer a:visited {
    color: #999999;
    transition: none;
}

.site-footer a:hover,
.site-footer a:visited:hover,
.site-footer a:focus,
.site-footer a:visited:focus {
    color: white;
    text-decoration: none;
}

.site-footer .left {
    margin-bottom: 12px;
}

.site-footer .left,
.site-footer .right {
    text-align: center;
}

.site-footer .icreate-name {
    padding-left: 24px;
    overflow: visible;
    display: inline-block;
    height: 20px;
    background: url('/wp-content/themes/forkforce/css/../images/icreate_icon.png') left top no-repeat;
}

.site-footer .icreate a:hover .icreate-name {
    background-position: left bottom;
}

.copyright {
    margin-bottom: 5px;
}

.menu-legal-container {
    margin-bottom: 10px;
    text-align: center;
}

.menu-legal-container li {
    display: inline-block;
}

.menu-legal-container li a:after {
    content: "|";
    padding: 0 3px;
}

.menu-legal-container li:last-child a:after {
    display: none;
}

/* end footer */
/*********************
FOOTER WIDGETS
*********************/
.footer-widgets {
    background: url('/wp-content/themes/forkforce/css/../images/pattern-grill.png') repeat left top;
    background: url('/wp-content/themes/forkforce/css/../images/pattern-lightgrill.png') repeat left top;
    clear: both;
}

.footer-widgets .wrap {
    padding: 20px 20px 0;
}

.footer-widgets .widget-title {
    background: none;
    border: none;
    margin: 0 0 10px;
    padding: 0;
    font: 700 17.98px/21.97px 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.footer-widgets .widget-area {
    -webkit-flex: 0 1 343px;
    -moz-flex: 0 1 343px;
    -ms-flex: 0 1 343px;
    flex: 0 1 343px;
    margin-bottom: 30px;
}

.footer-widgets .widget {
    font-size: 15px;
    color: #000000;
}

.footer-widgets .widget ul,
.footer-widgets .widget ol {
    padding: 0;
}

.footer-widgets .widget .fa {
    padding-right: 5px;
}

.footer-widgets .widget_nav_menu li a {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Lato', sans-serif;
    color: black;
}

.footer-widgets .widget_nav_menu li a:hover {
    color: #d0112b;
    padding-left: 3px;
}

.footer-widgets-1 img {
    margin-bottom: 30px;
}

a[class^="footer-phone"] {
    color: black;
    font-weight: 400;
    font-size: 26px;
}

a[class^="footer-phone"] .fa {
    color: #d0112b;
}


.footer-widgets-2 {
    overflow: hidden;
}

/* end footer widgets */
#outdated-browser {
    position: fixed;
    top: 0;
    background: red;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

#outdated-browser a {
    color: blue;
}

.ff-product-search .fa-arrow-circle-down {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.ff-product-search.open .fa-arrow-circle-down:before {
    /* content: "\f00d"; */
    content: "\f057";
}


.ff-product-search-sidebar select,
.ff-product-search select {
    width: 100%;
}

.ff-product-search__header {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    cursor: pointer;
    background: #d0112b;
}

.ff-product-search--mobile {
    display: none;
}

.ff-product-search--mobile .ff-product-search__header .btn {
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #D0112B;
    color: #D0112B;
    padding: 5px 30px 5px 30px;
    border-radius: 5px;
    margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
    .ff-product-search--mobile {
        display: block;
    }

/*     .ff-product-search--desktop {
        display: none;
    } */

	.ff-product-search--desktop .ff-product-search__header{
		display:none !important;
	}
}

.ff-product-search__header span {
    font-weight: 300;
}

.ff-product-search__panel {
    color: #231f20;
    max-width: 500px;
    margin: 0 auto;
    background: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ff-product-search__panel-wrap {
    padding: 14px 25px 0;
}

.ff-product-search.open .ff-product-search__panel {
    max-height: 700px;
}

.ff-product-search__panel-header {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #757273;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 18px;
}

.ff-product-search__panel-header div {
    font-size: 24px;
    margin-bottom: 10px;
}

.ff-product-search__panel-header span {
    font-size: 1.7rem !important;
}

.ff-search__label {
    margin-left: 2px;
    margin-bottom: 3px;
    font-size: 13px;
    color: white;
    display: block;
}

a.clear-search {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    margin-right: auto;
}

a.clear-search span {
    margin-right: 4px;
}

.ff-loading {
    width: 30px;
    height: 30px;
    display: none;
    margin-right: 10px;
}


.ff-input-wrap {
    margin: 0 0 18px;
}

.ff-input-wrap--submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ff-input-wrap--radio input[type="radio"] {
    display: none;
}

.ff-input-wrap--radio label {
    margin-right: 30px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.ff-input-wrap--radio label span {
    margin-right: 9px;
    outline: 1px solid #d0d5dd;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid white;
    /*border-radius: 3px;*/
}

.ff-input-wrap--radio input[type="radio"]:checked+label span {
    background: #d0112b;
}

.ff-input-wrap--select {
    position: relative;
}

.ff-input-wrap--select:after {
    color: #70798d;
    content: "\f078";
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    display: block;
    position: absolute;
    background: white;
    pointer-events: none;
    right: 5px;
    bottom: 5px;
    height: 28px;
    line-height: 28px;
    width: 35px;
}

.ff-input-wrap--select select:focus-visible {
    outline: none;
    border: 1px solid #d0112b;
}

.ff-input-wrap--submit input:active {
    background: none;
    color: #e81330;
}

.hide-field {
    display: none;
}

/*********************
PROMO ITEMS
*********************/
.promo-items {
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.promo-item {
    padding: 5px 10px;
}

.promo-item figure {
    line-height: 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.promo-item figure img {
    margin: auto;
}

.promo-item figure h2 {
    position: absolute;
    font: italic 30px 'Lato', sans-serif;
    color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.promo-item figure h2 a {
    color: #000000;
}

.promo-item:nth-child(even) figure h2 {
    color: #ffffff;
}

.rangelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 25px;
}


.rangelist .wrap {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rangelist img:hover {
    opacity: 0.2;
}

@media only screen and (min-width: 768px) {
    .rangelist {
        /*     margin-top: 20px; */
    }
}

@media only screen and (min-width: 1024px) {
    .rangelist {
        /*     margin-top: 20px; */
    }
}

@media only screen and (max-width: 839px) {
    .rangelist .wrap {
        max-width: 500px;
    }
}

.rangelist a {
    max-width: 33.333%;
    margin-bottom: 10px;

}

.rangelist .range-desc {
    font-size: 12px;
    padding: 3px 3px 0;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.page-template-tmpl-hire .rangelist {
    margin-bottom: 60px;
}


.rangelist img {
    width: 120px;
    object-fit: contain;
    aspect-ratio: 1/1;
}


.custom_1 {
    background: #d0112b;
    padding: 25px 10px;
    text-align: center;
}

.custom_1 .content-section {
    font: 900 italic 26px 'Lato', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.custom_1 .content-section a {
    color: white;
}

.custom_1 .content-section a:hover .fa {
    padding-left: 5px;
    transition: all .5s;
}

.custom_1 .content-section span {
    font-weight: 300;
}



h2 span {
    font-weight: 300;
}

h2 .promo-link-text {
    font-weight: normal;
}

.custom_2 {
    margin: 70px 10px;
}

.custom_2 .heading-section {
    border-bottom: 1px solid #d0112b;
    margin-bottom: 20px;
}

.custom_2 .heading-section h2 {
    margin-bottom: 12px;
    text-align: center;
}

.custom_2 .content-section .home-content-top {
    font: 16px/22px 'Lato', sans-serif;
    letter-spacing: 1px;
}

.custom_2 .content-section .home-content-top p {
    margin-bottom: 24px;
}

.custom_2 .content-section .home-content-bottom {
    margin-top: 40px;
    letter-spacing: 1px;
}

.home-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #d0112b;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 80px;
}

.custom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 30px;
    row-gap: 30px;
}

.custom-list-item {
    width: 250px;
}

.custom-list li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: top;
}

.custom-list li img {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}

.custom-list li p {
    font: 16px 'Lato', sans-serif;
    color: #000000;
    letter-spacing: .06em;
}

.custom-list li:first-child {
    margin-left: 0;
}

.custom-list li:last-child {
    margin-right: 0;
}

.client-logo .heading-section {
    border-bottom: 1px solid #d0112b;
    margin-bottom: 20px;
}

.client-logo .heading-section h2 {
    text-align: center;
    margin-bottom: 3px;
    padding: 0px 10px;
}

.client-logo .content-section {
    padding-top: 20px;
    text-align: center;
}

.client-logo .content-section li {
    width: auto;
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    height: 65px;
}

.client-logo .content-section li img {
    vertical-align: middle;
    display: inline-block;
}

.client-logo .content-section li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.ff-icons {
    display: none;
}

.disclaimer {
    text-align: center;
    margin-bottom: 30px;
}

.disclaimer .wrap {
    padding: 0px 10px;
}

.disclaimer h5 {
    font: 900 12px 'Lato', sans-serif;
    color: #6E6D6D;
    margin-bottom: 0px;
}

.disclaimer p {
    font: 12px 'Lato', sans-serif;
    color: #6E6D6D;
}

.news-stories {
    display: none;
}

.footer-top {
    background: #d0112b;
    text-align: center;
    font-weight: 900;
    color: white;
    padding: 8px 16px 10px;
    letter-spacing: .06em;
}

.footer-top a {
    color: white;
}

.footer-top h3 {
    font-style: italic;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.footer-top h3 a .fa {
    transition: all .5s;
    display: inline;
}

.footer-top h3 a:hover .fa {
    padding-left: 10px;
    transition: all .5s;
}

.footer-top ul a {
    font-size: 16px;
}

.location-list {
    text-align: center;
}

.location-list li {
    margin: 0;
    display: inline-block;
}

.location-list li a:after {
    content: " |";
}

.location-list li:last-child a:after {
    display: none;
}

.entry-content .location-list {
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 24px;
    margin-top: -5px;
    margin-bottom: 14px;
}

.entry-content .location-list li {
    padding: 0;
    margin: 0;
}

.entry-content .location-list li.current a {
    cursor: default;
    pointer-events: none;
    color: #ae3344;
}

.footer-widgets {
    text-align: center;
}

.footer-widgets .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widgets .gform_heading {
    margin-bottom: 5px;
}

.footer-widgets .gform_description {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    display: inline-block;
}

.footer-widgets .gfield_label {
    display: none;
}

.footer-widgets input,
.footer-widgets select {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: black;
    border-radius: 0px;
    padding: 7px 10px;
    border: 0;
}

.footer-widgets li.gfield {
    margin-bottom: 9px;
}

.footer-widgets .gform_footer .gform_button {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 8px 30px;
    width: 100%;
    text-align: center;
}

.footer-widgets .gform_footer .gform_button:hover,
.footer-widgets .gform_footer .gform_button:focus {
    color: white;
}

.footer-widgets .gform_confirmation_wrapper {
    color: #d0112b;
    font-weight: bold;
    font-size: 17px;
}

.footer-widgets .validation_error {
    display: none;
}

.site-inner {
    padding: 0 15px 16px;
}

.home .site-inner {
    display: none;
}

/*********************
SLIDER
*********************/
#ff-slider {
    background: url('/wp-content/themes/forkforce/css/../images/mobile-slider-bg.jpg') top center no-repeat;
}

.ff-slide {
    padding: 30px 15px;
    text-align: center;
    margin: 0 auto;
}

.ff-slide__primary {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ff-slide__secondary {
    font-family: 'Lato', sans-serif;
    color: #d0112b;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ff-slide__secondary b,
.ff-slide__secondary strong {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

a.ff-slide__link {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    background-color: #d0112b;
    color: white;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 6px 17px;
}

a.ff-slide__link .fa {
    padding-left: 5px;
}

a.ff-slide__link strong {
    font-weight: 900;
}

.ff-slide__disclaimer {
    margin-top: 22px;
    font-size: 11px;
    color: black;
}

#ff-slider .owl-prev,
#ff-slider .owl-next {
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    opacity: .85;
    transition: opacity .4s;
    color: #d0112b;
}

#ff-slider .owl-prev:hover,
#ff-slider .owl-next:hover,
#ff-slider .owl-prev:focus,
#ff-slider .owl-next:focus {
    opacity: 1;
}

#ff-slider .owl-prev {
    left: 2px;
}

#ff-slider .owl-next {
    right: 2px;
}

#ff-slider .owl-dots {
    display: none;
}

/*********************
SINGLE PRODUCT
*********************/
.woocommerce.single-product button {
    letter-spacing: normal;
}

.woocommerce.single-product .content {
    overflow: hidden;
    float: none;
    color: black;
    margin: 0 auto 60px;
    letter-spacing: .06em;
}

.woocommerce.single-product .content .images,
.woocommerce.single-product .content .summary {
    float: none;
    width: auto;
}

.woocommerce.single-product .content .product_title {
    font-size: 23px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.woocommerce.single-product .content div[itemprop="offers"] {
    display: inline;
}

.woocommerce.single-product .content div[itemprop="offers"] p {
    display: inline;
    color: #d0112b;
    font-size: 14px;
}

.woocommerce.single-product .content .summary {
    margin-bottom: 50px;
}

.woocommerce.single-product .product-actions form.cart {

    margin: 0 auto 16px;
}

.woocommerce.single-product .product-actions form.cart .qty {
    height: 41px;
}

.woocommerce.single-product .product-actions form.cart .button {
    float: right;
    height: 41px;
}

.woocommerce.single-product .product--other .or-sep {
    display: none;
}

.product-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-content iframe {
    margin-top: 15px;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce div.product div.images .single-product__image {
    width: auto;
    max-width: 100%;
}

.brand-info {
    clear: both;
    font-size: 14px;
    letter-spacing: .06em;
    padding-top: 50px;
}

.brand-info__image {
    text-align: center;
    margin: 0 0 20px;
}

.product-main {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.price-label {
    display: inline;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

.product-specs li {
    margin-bottom: 7px;
}

.product-specs h4,
.product-specs+h4 {
    display: inline;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

.product-specs div {
    display: inline;
    font-size: 14px;
    color: #d0112b;
}

.content .woocommerce-message:before {
    display: none;
}

.or-sep {
    margin-top: 3px;
    margin-bottom: 25px;
}



button.ff-button,
a.ff-button {
    margin-bottom: 16px;
    background: #d0112b;
    vertical-align: top;
    font-style: italic;
    font-weight: 900;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 7px 10px;
    text-transform: uppercase;
    width: 243px;
    border: 0;
}

button.ff-button--black,
a.ff-button--black {
    background: black;
}

button.ff-button--buy,
a.ff-button--buy {
    color: #fff ! IMPORTANT;
    font-size: 29px;
    width: 185px;
    border-radius: 5px;
    letter-spacing: 1px !important;
}


a.ff-button--buy:hover,
.ff-button--buy:hover {
    color: white;
}

a.ff-button--open {
    color: #d0112b;
    background-color: transparent;
    border: 1px solid #d0112b;
}

a.ff-button--open:hover,
a.ff-button--open:focus {
    color: black;
    background-color: transparent;
    border: 1px solid black;
}

a.ff-button .fa {
    margin-left: 3px;
}

a.ff-button sup {
    font-size: 10px;
    top: -7px;
}

.button--call {
    color: white;
    background: #484848;
    font-weight: 300;
}

.button--call strong {
    font-weight: 900;
}

.button--call:hover,
.button--call:focus {
    background: black;
    color: white;
}

.button--quote {
    letter-spacing: .025em;
}

.button--hire {
    letter-spacing: normal;
}

.button--specs {
    letter-spacing: normal;
}

.button--question {
    letter-spacing: normal;
}

.product-content {
    border-top: 1px solid #787878;
    padding-top: 20px;
    font-size: 14px;
}

.product-content p {
    padding-bottom: 10px;
}

.related.products {
    clear: both;
}

.related.products header {
    margin: 0 0 40px;
    letter-spacing: .06em;
    background: url('/wp-content/themes/forkforce/css/../images/pattern-lightgrill.png');
    /*padding-top: 100px;*/
    /*position: relative;*/
}

/*
.related.products header:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url('/wp-content/themes/forkforce/css/../images/pattern-lightgrill.png');
}

*/

.related.products header h3 {
    /*color: #d0112b;*/
    color: black;
    padding: 24px 16px;
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
    margin: 0;
}

.related.products header h3 strong {
    font-weight: 900;
    color: #d0112b;
}

.related.products .wrap {
    padding: 0 16px 16px;
}

.related.products .related-placeholder {
    border: 1px solid #787878;
}

.related.products h3 {
    color: black;
    text-transform: uppercase;
    font-style: italic;
}

.related__info {
    display: none;
}

.woocommerce .related ul.products li.product a img {
    width: auto;
}


.woocommerce .related.products ul.products {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.woocommerce .related.products ul.products li.product {
    text-align: center;
    float: none;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .woocommerce .related.products ul.products li.product {
        width: 50%;
    }
}

@media only screen and (max-width: 360px) {
    .woocommerce .related.products ul.products li.product {
        width: 100%;
    }
}

.woocommerce .related.products ul.products li.product a {
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.woocommerce .related.products ul.products li.product img {
    align-self: center;
    width: 100%;
    height: auto;
}

.woocommerce .related.products ul.products li.product h2 {
    width: 100%;
    margin-top: auto;
}

.woocommerce .related.products li.product .price {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
}

.woocommerce .related.products .price del {
    font-size: 0.9em;
}

/*********************
LIGHT SLIDER
*********************/
div.lSSlideOuter {
    border-bottom: 1px solid #787878;
    padding-bottom: 25px;
}

div.lSSlideOuter .lSAction a {
    top: auto;
    bottom: 14px;
    font-family: FontAwesome;
    background: none;
    color: black;
    font-size: 48px;
    margin-top: 0;
    height: auto;
}

div.lSSlideOuter .lSAction a.lSPrev {
    left: 18px;
}

div.lSSlideOuter .lSAction a .lSNext {
    right: 18px;
}

div.lSSlideOuter .lSPager.lSGallery {
    font-size: 0;
    display: flex;
    align-items: stretch;
    padding-bottom: 3px;
}

div.lSSlideOuter .lSPager.lSGallery li,
div.lSSlideOuter .lSPager.lSGallery li.active,
div.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

div.lSSlideOuter .lSPager.lSGallery li {
    padding: 5px;
    border: 1px solid #ccc;
}

div.lSSlideOuter .lSPager.lSGallery li a {
    display: flex;
    align-items: center;
    height: 100%;
}

div.lSSlideOuter .lSPager.lSGallery li a:focus {
    outline: none;
}

div.lSSlideOuter .lSPager.lSGallery li a img {
    width: 80px;
    border: 1px solid transparent;

}

div.lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #d0112b;
}


.lslide {
    top: 50%;
    position: relative;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product-slider img {
    width: auto;
    margin: 0 auto;
}

.lSSlideWrapper {
    border: 1px solid #787878;
    margin: 0 0 10px;
}

/*********************
CATEGORY PAGE
*********************/


.grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .grid-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


.grid-listing {
    padding: 0 10px;
}

.grid-listing__inner {
    background-color: white;
    height: 100%;
    padding: 23px 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.grid-listing a .grid-list__image {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
    margin-inline: auto;
}

.grid-listing a .grid-list__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}

@media only screen and (min-width: 600px) {
    .grid-listing a .grid-list__image {
        width: 376px;
        height: 250px;
    }

    .grid-listing a .grid-list__image img {
        position: relative;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }
}


/*********************
Selling Points Shortcode
*********************/
.selling-points {
    display: none;
    overflow: hidden;
    border-top: 1px solid black;
    padding-top: 40px;
    margin: 60px 0 30px;
}

.selling-point {
    color: black;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0;
    letter-spacing: .06em;
}

.selling-point .fa {
    font-size: 42px;
    float: left;
    margin-right: 22px;
    width: 40px;
    text-align: center;
}

.selling-point__content {
    width: 215px;
    float: left;
}

/*********************
LOCATION PAGES
*********************/
/* .acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
*/
.map-wrap {
    position: relative;
    /*padding bottom is ratio height/width */
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    margin: 0 0 20px;
}

.acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/*********************
SYMPLE SHORTCODES
*********************/
div.symple-toggle {
    margin-top: 20px;
    color: black;
}

div.symple-toggle .symple-toggle-trigger {
    color: black;
    padding: 9px 17px;
    background: none;
    margin: 0;
    border: 0;
}

div.symple-toggle .symple-toggle-trigger:hover {
    background: none;
}

div.symple-toggle .symple-toggle-trigger:before {
    margin-right: 3px;
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

div.symple-toggle .symple-toggle-trigger.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.symple-toggle .symple-toggle-trigger.active,
div.symple-toggle .symple-toggle-trigger.active:hover {
    background: none;
}

/*********************
BLOG
*********************/
.entry-meta {
    color: #808285;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.06em;
}

.ff-blog .content-sidebar-wrap {
    margin: 0 auto;
    max-width: 764px;
}

.ff-blog .breadcrumbs {
    margin-bottom: 55px;
}

.ff-blog .content .post {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.ff-blog .content .post:last-of-type {
    border-bottom: 0;
}

.ff-blog .content .entry-header img {
    border: 1px solid #EFEFEF;
}

.ff-blog .content .entry-title {
    text-transform: uppercase;
    font-weight: 300;
    color: #010101;
    font-size: 18px;
}

.ff-blog .content .entry-title a {
    color: inherit;
}

.ff-blog .content .entry-meta {
    margin: 0 0 15px;
}

.ff-blog .content .entry-content {
    color: #010101;
    font-size: 14px;
}

.ff-blog .content .entry-content p {
    padding: 0 0 15px;
}

.overlay-link {
    line-height: 0;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.overlay-link:hover,
.overlay-link:focus {
    opacity: 1;
}

.overlay-link:hover .overlay-link__overlay,
.overlay-link:focus .overlay-link__overlay {
    opacity: 1;
}

.overlay-link__overlay {
    line-height: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    color: white;
    font-size: 60px;
    text-align: center;
    transition: all .8s;
}

.overlay-link__overlay span {
    
    width: 80px;
    height: 30px;
    position: absolute;
    top: 50%;
    line-height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.read-more {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}

/*********************
SINGLE POST
*********************/
.single-post .breadcrumbs {
    margin-bottom: 35px;
}

.single-post .entry-meta {
    margin: 0 0 28px;
}

.single-post .content {
    overflow: hidden;
}

.single-post .content .entry-title {
    text-transform: uppercase;
    font-size: 26px;
    font-style: italic;
    color: #010101;
    margin: 0 0 30px;
}

.single-post .content .entry-header img {
    margin: 0 0 40px;
}

/*********************
SHORTCODES
*********************/
.ff-cta {
    position: absolute;
    left: 0;
    right: 0;
    padding: 21px 0;
    margin: 15px 0;
    color: white;
    width: 100%;
    z-index: 5;
    background-color: #d0112b;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
}

.ff-cta a {
    white-space: nowrap;
    font-weight: 900;
    text-shadow: grey 2px 2px 2px;
    color: white;
}

@media only screen and (max-width: 768px) {
    .ff-cta {
        font-size: 20px;
        padding: 21px 9px;
        margin: -10px 0;
    }

    .grid-listing {
        width: 100%;
    }
}

/*.ff-cta:after {*/
/*    content: "\f0a9";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    padding-left: 10px;*/
/*    color: white;*/
/*    text-shadow: grey 2px 2px 2px;*/
/*}*/

/*********************
CATEGORY LIST
*********************/
.category-list {
    margin-top: 30px;
}

.category-list__title {
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    padding: 7px 5px;
    width: 100%;
}

/* .page-template-tmpl-new-used .content {
	.entry-content {
		font-size: 18px;
		line-height: 22px;
	}
	} */
/*********************
PRODUCT LISTING
*********************/
.listing .overlay-link {
    margin: 0 0 5px;
}

.listing__content {
    font-size: 14px;
    color: #747474;
    letter-spacing: .06em;
}

@media only screen and (max-width: 599px) {
    .listing__content {
        font-size: 13px;
        line-height: normal;
    }
}


.listing__content label {
    font-weight: bold;
}

.listing__label strong {
    color: #ed2742;
}

.listing__content .unit {
    text-transform: lowercase;
}

.listing__title {
    font-size: 18px;
    margin: 5px 0 7px;
    font-weight: bold;
    color: black;
}

.box__price {
    color: #000;
}

.box__price bdi,
.box__price bdi span {
    color: #000;
    font-weight: 700;
}

.box__price .woocommerce-Price-amount + span {
    color: #ed2742;
}

div.box__price-note {
    font-weight: 700;
    font-size: 21px;
}

@media only screen and (max-width: 599px) {
    div.box__price-note {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .listing__title {
        font-size: 16px;
        line-height: normal;
    }
}

.woocommerce .listing__title {
    min-height: 44px;
}

.listing__description {
    margin: 20px 0 0;
}

.woocommerce .listing__description {
    max-width: 270px;
}

.product-list-wrapper {
    margin-top: 60px;
    scroll-margin-top: 126px;
}

.row:has(.search-results) {
    scroll-margin-top: 126px;
}

.products-top .product-list-wrapper {
    margin: 0;
}

.products-top .product-list-wrapper+.pagination {
    margin-bottom: 60px;
}


.product-list-wrapper .result-count {
    max-width: none;
}

.product-list-wrapper>h2 {
    text-align: center;
}


/*********************
SEARCH RESULTS
*********************/
.search-meta {
    max-width: 1160px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #787878;
    text-align: center;
}

.result-count {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ff-sort-area {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

#ff-sort {
    margin-left: 10px;
}

.search-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .search-meta {
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    .result-count {
        flex-basis: 100%;
    }
}


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

    .ff-sort-area {
        margin-bottom: 0;
    }


    .ff-sort,
    #ff-sort-button {
        min-height: 33px;
        vertical-align: top;
    }

    .page-template-tmpl-search .result-count {
        text-align: right;
    }
}

.no-results {
    font-size: 18px;
    letter-spacing: .06em;
    margin-bottom: 40px;
}

.no-results p {
    margin-bottom: 10px;
}

.no-results strong {
    text-transform: uppercase;
}

/*********************
CONTACT
*********************/
.contact-sidebar {
    letter-spacing: .06em;
}

.contact-sidebar .fa {
    margin-right: 3px;
}

.contact-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#field_7_6 .gfield_label {
    margin-bottom: 14px;
}

/*********************
SERVICE LOCATIONS
*********************/
/*.service-locations {*/
/*  padding-top: 40px;*/
/*  border-top: 1px solid #787878;*/
/*}*/

.service-locations>h2 {
    margin-bottom: 30px;
}

.service-location {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

/*.service-location:last-child {
  border: 0;
  padding-bottom: 0;
}*/

.service-location__info {
    margin-bottom: 20px;
}

.location-footer {
    margin-bottom: 60px;
}

.location-footer .gform_wrapper {
    margin-bottom: 40px;
}

.service-location__data {
    margin-bottom: 20px;
}

.service-location__data p {
    margin: 0 0 12px;
}

.location-image {
    display: none;
}

.related-cat {
    background: url('/wp-content/themes/forkforce/css/../images/news-bg.jpg') repeat left top;
    color: white;
    text-align: center;
}

.related-cat .wrap {
    padding: 40px 16px;
}

.related-cat__header {
    margin-bottom: 26px;
}

.related-cat__header h3 {
    font-weight: 300;
}

.related-cat__header h4 {
    font-size: 22px;
}

.related-cat__image {
    margin-bottom: 20px;
}

.related-cat__image img {
    border: 1px solid gray;
}

.related-cat__excerpt {
    margin-bottom: 20px;
}

/*********************
WOOCOMMERCE OVERRIDES
*********************/
.woocommerce .content .button,
div.woocommerce .button,
.woocommerce .content button.button,
div.woocommerce button.button,
.woocommerce .content input.button,
div.woocommerce input.button,
.woocommerce .content a.button,
div.woocommerce a.button,
.woocommerce .content input.button:disabled[disabled],
div.woocommerce input.button:disabled[disabled],
.woocommerce .content .button.alt,
div.woocommerce .button.alt {
    color: white;
    border-radius: 0;
    background-color: #d0112b;
    font-size: 21px;
    font-weight: 900;
    padding: 7px 10px;
    font-style: italic;
    line-height: normal;
    border: 1px solid #a10d21;
}

.woocommerce .content .button:after,
div.woocommerce .button:after,
.woocommerce .content button.button:after,
div.woocommerce button.button:after,
.woocommerce .content input.button:after,
div.woocommerce input.button:after,
.woocommerce .content a.button:after,
div.woocommerce a.button:after,
.woocommerce .content input.button:disabled[disabled]:after,
div.woocommerce input.button:disabled[disabled]:after,
.woocommerce .content .button.alt:after,
div.woocommerce .button.alt:after {
    content: '\f0a9';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
}

.woocommerce .content .button:hover,
div.woocommerce .button:hover,
.woocommerce .content button.button:hover,
div.woocommerce button.button:hover,
.woocommerce .content input.button:hover,
div.woocommerce input.button:hover,
.woocommerce .content a.button:hover,
div.woocommerce a.button:hover,
.woocommerce .content input.button:disabled[disabled]:hover,
div.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .content .button.alt:hover,
div.woocommerce .button.alt:hover,
.woocommerce .content .button:focus,
div.woocommerce .button:focus,
.woocommerce .content button.button:focus,
div.woocommerce button.button:focus,
.woocommerce .content input.button:focus,
div.woocommerce input.button:focus,
.woocommerce .content a.button:focus,
div.woocommerce a.button:focus,
.woocommerce .content input.button:disabled[disabled]:focus,
div.woocommerce input.button:disabled[disabled]:focus,
.woocommerce .content .button.alt:focus,
div.woocommerce .button.alt:focus {
    background: #e81330;
    color: white;
}

.woocommerce .content .order-again,
div.woocommerce .order-again {
    text-align: right;
}

.woocommerce .content .order-again a.button,
div.woocommerce .order-again a.button {
    font-size: 16px;
    padding: 6px 10px;
}

.woocommerce .content .shop_table .button,
div.woocommerce .shop_table .button {
    background: #484848;
    border: 1px solid #231f20;
    font-size: 16px;
    padding: 6px 10px;
    color: white;
    letter-spacing: .06em;
    border-radius: 0;
}

.woocommerce .content .shop_table .button:hover,
div.woocommerce .shop_table .button:hover,
.woocommerce .content .shop_table .button:focus,
div.woocommerce .shop_table .button:focus {
    background: #312b2c;
    color: white;
}

.woocommerce .content .shop_table.my_account_orders .button:after,
div.woocommerce .shop_table.my_account_orders .button:after {
    display: none;
}

.woocommerce .content #respond input#submit.alt,
div.woocommerce #respond input#submit.alt,
.woocommerce .content a.button.alt,
div.woocommerce a.button.alt,
.woocommerce .content button.button.alt,
div.woocommerce button.button.alt,
.woocommerce .content input.button.alt,
div.woocommerce input.button.alt {
    background: #d0112b;
}

.woocommerce .content #respond input#submit.alt:hover,
div.woocommerce #respond input#submit.alt:hover,
.woocommerce .content a.button.alt:hover,
div.woocommerce a.button.alt:hover,
.woocommerce .content button.button.alt:hover,
div.woocommerce button.button.alt:hover,
.woocommerce .content input.button.alt:hover,
div.woocommerce input.button.alt:hover,
.woocommerce .content #respond input#submit.alt:focus,
div.woocommerce #respond input#submit.alt:focus,
.woocommerce .content a.button.alt:focus,
div.woocommerce a.button.alt:focus,
.woocommerce .content button.button.alt:focus,
div.woocommerce button.button.alt:focus,
.woocommerce .content input.button.alt:focus,
div.woocommerce input.button.alt:focus {
    background: #e81330;
    color: white;
}

.woocommerce .content .woocommerce-error,
div.woocommerce .woocommerce-error,
.woocommerce .content .woocommerce-info,
div.woocommerce .woocommerce-info,
.woocommerce .content .woocommerce-message,
div.woocommerce .woocommerce-message {
    background: #F1F1F1;
    color: black;
}

.woocommerce .content .woocommerce-error .button,
div.woocommerce .woocommerce-error .button,
.woocommerce .content .woocommerce-info .button,
div.woocommerce .woocommerce-info .button,
.woocommerce .content .woocommerce-message .button,
div.woocommerce .woocommerce-message .button {
    display: table;
    float: none;
    margin-bottom: 10px;
}

.woocommerce .content .woocommerce-message,
div.woocommerce .woocommerce-message,
.woocommerce .content .woocommerce-info,
div.woocommerce .woocommerce-info {
    border-top-color: #484848;
}

.woocommerce .content .woocommerce-message:before,
div.woocommerce .woocommerce-message:before,
.woocommerce .content .woocommerce-info:before,
div.woocommerce .woocommerce-info:before {
    color: #484848;
}

.woocommerce .content .woocommerce-error,
div.woocommerce .woocommerce-error {
    border-top-color: #d0112b;
}

.woocommerce .content .woocommerce-error:before,
div.woocommerce .woocommerce-error:before {}

.woocommerce .content .select2-container .select2-choice,
div.woocommerce .select2-container .select2-choice {
    border-radius: 0;
    border: 1px solid #676465;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

mark {
    background: transparent;
    font-weight: bold;
}

.woocommerce-order-pay .woocommerce form {
    font-size: 12px;
    line-height: 18px;
}

.woocommerce-order-pay .woocommerce form label {
    line-height: 18px;
}

.woocommerce-order-pay .woocommerce form .form-row-last {
    float: left;
}

.woocommerce-order-pay .woocommerce form .help {
    display: block;
    font-size: 10px;
}

.woocommerce-order-pay .woocommerce form .required {
    display: none;
}

#westpac_card_ccv {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 33px;
}

#jsPayButton {
    margin-top: 12px;
}

.return-to-shop a {
    background: #908F8F;
    border-color: #786F6F;
}

.return-to-shop a:after {
    display: none;
}

.return-to-shop a:before {
    content: '\f0a8';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
}

div.return-to-shop {
    float: left;
}

/*********************
FANCYBOX
*********************/
.fancybox-skin {
    border-radius: 0 !important;
}

.fancybox-close {
    top: 11px !important;
    right: 11px !important;
    width: 30px !important;
    height: 30px !important;
    background-image: none !important;
    background-color: #d0112b;
    text-align: center;
}

.fancybox-type-image .fancybox-close {
    opacity: .2;
}

.fancybox-close:before {
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00d';
    color: white;
    line-height: 30px;
    font-size: 20px;
}

.fancybox-inner {
    overflow: hidden !important;
}

/*********************
TESTIMONIALS PAGE
*********************/
.ff-test {
    margin-bottom: 30px;
    padding: 0 15px;
}

.ff-test__wrap {
    border: 1px solid #676465;
    padding: 15px;
}

.ff-test__content:before {
    content: '\201C';
    font-size: 30px;
    line-height: 43px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px;
}

.ff-test__meta {
    color: #666;
    text-transform: uppercase;
    color: #555;
}

/*********************
ATTACHMENTS PAGE
*********************/
.featured-product {
    text-align: center;
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    margin: 50px 0 30px;
    padding: 20px 0;
}

.featured-product .related-cat__excerpt {
    margin-bottom: 30px;
}

.featured-product .related-cat__excerpt p {
    margin-bottom: 12px;
}

.featured-product .related-cat__header {
    margin-bottom: 15px;
}

.related-cat__price {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #d0112b;
}

/*********************
SPARE PARTS TEMPLATE
*********************/
#parts-results h2 {
    margin-bottom: 20px;
}

.page-template-tmpl-parts .product-list-wrapper {
    clear: both;
    padding-top: 60px;
}

.parts-search {
    border-bottom: 1px solid #787878;
    margin-bottom: 20px;
    padding-bottom: 15px;
    overflow: hidden;
}

.parts-search__wrap--text {
    margin-bottom: 7px;
}

.parts-search__wrap--buttons {
    float: right;
    text-align: right;
}

.parts-search__wrap--buttons input[type="submit"] {
    height: 31px;
    margin-left: 10px;
}

.parts-search__wrap--buttons a {
    font-size: 12px;
    color: black;
}

#view-all-parts {
    display: none;
    margin-right: 4px;
}

.parts-search__wrap--radio {
    margin: 6px 0 0;
    float: left;
}

.parts-search__wrap--radio label[for="parts-search__sku"] {
    margin-right: 0;
}

#parts-search__text {
    width: 100%;
    height: 31px;
}

label[for="parts-search__title"] {
    margin-right: 20px;
}

.parts-search__wrap--radio input[type="radio"] {
    display: none;
}

.parts-search__wrap--radio label {
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
}

.parts-search__wrap--radio label span {
    margin-right: 5px;
    border: 1px solid #787878;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    bottom: 1px;
}

.parts-search__wrap--radio input[type="radio"]:checked+label span:after {
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    content: "";
}

.section-label {
    font-size: 13px;
    margin-right: 10px;
    color: black;
}

.listing__price {
    float: right;
    padding-left: 20px;
}

.listing__price--rto {
    float: none;
    padding: 10px 0;
    color: #d0112b;
    font-size: 20px;
    font-weight: bold;
}

.listing__price--rto .price-info {
    font-size: 14px;
    padding-left: 5px;
}

.listing__add-to-cart {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.listing__add-to-cart a {
    font-weight: bold;
    background: #d0112b;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
    padding: 4px 6px;
}

/*********************
READ MORE SHORTCODE
*********************/
a.mobile-readmore-link {
    margin-bottom: 30px;
    display: inline-block;
}

a.mobile-readmore-link:after {
    content: "\f0ab";
}

.mobile-readmore {
    display: none;
}

/*********************
SITE MAP
*********************/
.sitemap a {
    color: black;
}

.sitemap ul ul li {
    margin-left: 20px;
}

.sitemap .children {
    margin-top: 8px;
    margin-bottom: 10px;
}

/*********************
EXTRA MEDIA QUERIES
*********************/
@media only screen and (max-width: 1023px) {

    .symple-shortcodes-responsive .contact-content,
    .symple-shortcodes-responsive .contact-sidebar {
        width: 100%;
        float: none;
    }
}


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

    .entry-content img.alignleft,
    .entry-content img.alignright {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .ff-slide {
        background-image: none !important;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 680px) {
    .ff-product-search__panel-header {
        display: none;
    }

    /* .site-container .ff-product-search .ff-product-search__panel {
      height: 440px;
      } */
}

/*********************
DJ
*********************/
.ff-sep {
    border-top-color: #d0112b;
    max-width: 150px;
    margin: 20px auto 30px;
    clear: both;
}

ul.tick li {
    margin-left: 20px;
    list-style-type: none;
}

ul.tick li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 8px 0 -14px;
    color: #d05162;
}

ul.li-2-col {
    overflow-y: hidden;
}

ul.li-2-col li {
    width: 42%;
    float: left;
}

/******************************************************************
TABLET & MID-RANGE STYLES
******************************************************************/
@media only screen and (min-width: 600px) {

    /* styles in 600up.less */
    /******************************************************************
  Stylesheet: Tablet & Mid-Range Stylesheet
  ******************************************************************/
    /*********************
  HEADER
  *********************/
    .title-area {}

    .header-widget-area {}

    .site-title {
        text-align: left;
    }

    .site-title a {
        margin: 0;
    }

    /*********************
  BANNER
  *********************/
    .page-banner h1 {
        font-size: 41px;
        justify-content: flex-start;
    }

    .single-product .page-banner h1 {
        font-size: 38px;
        letter-spacing: normal;
    }

    .promo-item {
        width: 50%;
        float: left;
    }

    .promo-item:nth-child(even) {
        padding-left: 5px;
    }

    .promo-item:nth-child(odd) {
        clear: left;
        padding-right: 5px;
    }

    .footer-widgets {
        overflow: hidden;
    }

    .footer-widgets .widget-area {
        text-align: left;
    }

    .footer-widgets li.gfield {
        width: 49%;
        float: left;
    }

    .footer-widgets #field_1_2 {
        float: right;
    }

    .footer-widgets .widget_nav_menu {
        float: left;
    }

    .footer-widgets .widget_nav_menu:first-child {
        margin-bottom: 31px;
        padding-right: 40px;
    }

    #menu-footer-menu-2 {
        margin-top: 42px;
    }

    /*********************
  NAVIGATION
  *********************/
    .pagination {
        padding: 16px 0;
    }

    .pagination .next,
    .pagination .prev {
        position: static;
    }

    .pagination span,
    .pagination a {
        padding: 0 10px;
    }

    /*********************
  SINGLE PRODUCT
  *********************/
    .summary {
        overflow: hidden;
    }

    .summary .product-main {
        width: 290px;
        float: left;
        border: 0;
    }

    .summary .product-actions {
        float: right;
    }

    .summary .product-content {
        clear: both;
    }

    .related__info {
        display: block;
        text-transform: uppercase;
        font-style: italic;
        width: 100%;
        text-align: center;
        color: black;
    }

    /*********************
  Selling Points Shortcode
  *********************/
    .selling-points {
        display: block;
    }

    /*********************
  WOOCOMMERCE OVERRIDES
  *********************/
    .woocommerce .site-container .woocommerce-error .button,
    .woocommerce .site-container .woocommerce-info .button,
    .woocommerce .site-container .woocommerce-message .button {
        display: inline-block;
        float: right;
        margin: 0;
    }

    .content .woocommerce-message:before {
        display: table;
    }

    .map-wrap {
        padding-bottom: 33%;
    }

    .woocommerce-order-pay .woocommerce form {
        font-size: 15px;
        line-height: 2;
    }

    .woocommerce-order-pay .woocommerce form label {
        line-height: 2;
    }

    .woocommerce-order-pay .woocommerce form .help {
        font-size: 12px;
        line-height: normal;
    }

    #cc-expire-month,
    #cc-expire-year {
        float: left;
        width: 50%;
    }

    /*********************
  ICONS
  *********************/
    .ff-icons {
        display: block;
        background: #231f20;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

    .ff-icons .wrap {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .ff-icons a {
        color: white;
    }

    .ff-icon {
        display: inline-block;
        margin: 12px 0;
        text-align: left;
        width: 205px;
    }

    .ff-icon__image {
        margin-right: 15px;
    }

    .ff-icon__name {
        position: relative;
        bottom: 17px;
    }

    /*********************
  FRONT PAGE FOOTER WIDGETS
  *********************/
    /*.news li .post-text > a:hover {
    color: #d0112b;
  }*/
    .news li .post-text>a:hover .fa {
        transition: all .5s;
    }

    .news li:last-child {
        margin-bottom: 0px;
    }

    .stories {
        margin-top: 50px;
    }

    .news-stories .testimonial__content {
        color: #ffffff;
        font: 18px/26px 'Lato', sans-serif;
        padding: 0px 0px 20px;
    }

    .news-stories .testimonial__meta {
        font: 16px/22px 'Lato', sans-serif;
        color: #b4b4b4;
        text-transform: uppercase;
    }

    .news-stories .testimonial__meta a {
        color: #b4b4b4;
    }

    .news-stories .owl-controls {
        margin-top: 35px;
    }

    .news-stories .owl-controls .owl-prev,
    .news-stories .owl-controls .owl-next {
        display: inline-block;
        font-size: 40px;
        font-family: FontAwesome;
        color: white;
    }

    .news-stories .owl-controls .owl-prev:hover,
    .news-stories .owl-controls .owl-next:hover {
        color: #ccc;
    }

    .news-stories .owl-controls .owl-next {
        right: auto;
        margin-left: 40px;
    }

    .entry-content .ff-right-callout,
    .wp-editor .ff-right-callout {
        display: block;
        float: right;
        width: 300px;
        font-size: 18px;
        line-height: 26px;
        margin-left: 40px;
        margin-top: 0px;
        font-style: italic;
        color: #666;
    }

    /*********************
  SPARE PARTS
  *********************/
    .parts-search__wrap--text {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        order: 2;
        text-align: right;
    }

    .parts-search__wrap--buttons {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        order: 3;
    }

    #parts-search__text {
        max-width: 300px;
    }

    .parts-search__wrap--radio {
        order: 1;
        margin-right: 50px;
    }

    .parts-search form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #view-all-parts {
        position: relative;
        top: 4px;
    }
}

/* end of media query */
/******************************************************************
TABLET & iPAD STYLES
******************************************************************/
@media only screen and (min-width: 768px) {

    /* styles in 768up.less */
    /******************************************************************
  Stylesheet: Tablet & iPAD Stylesheet
  ******************************************************************/
    .title-area {
        float: left;
        padding-left: 16px;
        margin: 28px 0;
    }

    .header-widget-area {
        float: right;
        margin: 12px 0 0;
        padding-right: 16px;
    }

    .header-phone {
        margin-top: 20px;
    }

    .header-widget-area .fa {
        position: relative;
        /*top: 18px;*/
    }

    #menu-icon {
        display: none;
    }

    /*********************
  NAVIGATION
  *********************/
    .nav-primary {
        background: rgba(0, 0, 0, 0.9);
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .nav-primary .wrap {
        text-align: center;
    }

    .nav-primary .menu {
        clear: both;
        border: none;
        text-align: center;
        background: none;
        width: auto;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nav-primary .menu>li {
        /* show sub-menu on hover */
    }

    .nav-primary .menu>li a {
        display: block;
        padding: 11px 3px;
        border: none;
        color: #ffffff;
        font-size: 11px;
        /* hover & current page highlight */
    }

    .nav-primary .menu>li ul {
        display: none;
        position: absolute;
        left: -9999em;
        margin: 0;
        min-width: 160px;
        z-index: 8999;
        background: rgba(0, 0, 0, 0.9);
    }


    .nav-primary .menu>li ul a {
        padding: 5px 10px;
        border: none;
        text-align: left;
    }


    .nav-primary .menu>li ul li {
        position: relative;
    }


    .nav-primary .menu>li:hover>ul,
    .nav-primary .menu>li:focus>ul {
        left: auto;
        display: block;
    }

    .nav-primary .menu>li li li a,
    .nav-primary .menu>li li li a:link,
    .nav-primary .menu>li li li a:visited {
        border: none;
        /*padding: 5px 10px;*/
        text-transform: none;
    }

    .nav-primary .menu>li ul ul {
        left: 100%;
        right: auto;
        top: 0;
        margin-left: 0;
        background: rgba(0, 0, 0, 1);
        background-color: black;
    }

    #banner {
        position: relative;
    }

    .news-stories .news {
        width: 55%;
        float: left;
    }

    .news-stories .stories {
        width: 40%;
        float: right;
        margin-top: 0px;
    }

    .site-container {
        border-left: 0px;
        border-right: 0px;
    }

    /*********************
  FOOTER
  *********************/
    .site-footer .left {
        float: left;
        margin: 0;
    }

    .site-footer .right {
        margin-top: 2px;
        float: right;
    }

    .site-footer .right>div {
        float: left;
        margin-bottom: 0;
    }

    .copyright:after {
        content: "|";
        padding: 0 3px;
    }

    .menu-legal-container li:last-child a:after {
        display: inline;
    }

    /*
  .site-footer {
    font: 11px/18px @third-font;
    .left {
      padding-top: 5px;
    }
  }
  */
    /*********************
   BLOG
   *********************/
    /*********************
  CATEGORY PAGE
  *********************/
    .grid-listing {
        max-width: 396px;
        display: inline-block;
    }

    .grid-listing img {
        height: 263px;
    }

    /*********************
  WOOCOMMERCE
  *********************/
    #customer_login label[for="rememberme"] {
        display: block;
        margin: 0 0 10px;
    }

    /*********************
  SLIDER
  *********************/
    #ff-slider {
        background: none;
        height: 334.8px;
        overflow: hidden;
    }

    .ff-slide {
        height: 334.2px;
        padding-top: 47px;
        max-width: none;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1152px auto;
    }

    .ff-slide.ff-align-left {
        text-align: left;
        padding-top: 87px;
    }

    .ff-slide__disclaimer {
        margin-top: 13.2px;
    }

    .ff-slide__wrap {
        margin: 0 auto;
        max-width: 702px;
    }

    .ff-slide__primary {
        font-size: 20.4px;
        margin-bottom: 9px;
    }

    .ff-slide__secondary {
        font-size: 13.2px;
        margin-bottom: 18px;
    }

    a.ff-slide__link {
        font-size: 13.2px;
        padding: 3.6px 10.2px;
    }

    #ff-slider .owl-prev,
    #ff-slider .owl-next {
        transition: opacity .4s;
        font-size: 18px;
    }

    #ff-slider .owl-prev:hover,
    #ff-slider .owl-next:hover,
    #ff-slider .owl-prev:focus,
    #ff-slider .owl-next:focus {
        opacity: 1;
    }

    #ff-slider .owl-prev {
        left: 10px;
    }

    #ff-slider .owl-next {
        right: 10px;
    }

    /*********************
  READ MORE SHORTCODE
  *********************/
    a.mobile-readmore-link {
        display: none;
    }

    .mobile-readmore {
        display: block;
    }

    /*********************
  LOCATION PAGES
  *********************/
    .related-cat {
        text-align: left;
    }

    .related-cat__wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .related-cat__image {
        -webkit-flex: 0 0 200px;
        -moz-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        margin-right: 20px;
    }

    .related-cat__content {
        margin-top: 10px;
        -webkit-flex: initial;
        -moz-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    /*********************
  ATTACHMENTS PAGE
  *********************/
    .featured-product {
        text-align: left;
    }

    .featured-product .related-cat__header {
        overflow: hidden;
    }

    .featured-product .related-cat__header h3,
    .featured-product .related-cat__header h4 {
        float: left;
    }

    .featured-product .related-cat__header h3 {
        margin-right: 20px;
    }

    .featured-product .related-cat__header h4 {
        margin-top: 7px;
    }
}

/* end of media query */
/******************************************************************
DESKTOP STYLES
******************************************************************/
@media only screen and (min-width: 1024px) {

    /* styles in 1000up.less */
    /******************************************************************
  Stylesheet: Standard Desktop
  ******************************************************************/
    /*********************
  GRID & LAYOUT
  *********************/
    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        padding-right: 3%;
    }

    .one-sixth {
        width: 16.66666667%;
    }

    .one-fifth {
        width: 20%;
    }

    .one-fourth {
        width: 25%;
    }

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

    .two-fifths {
        width: 40%;
    }

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

    .three-fifths {
        width: 60%;
    }

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

    .three-fourths {
        width: 75%;
    }

    .four-fifths {
        width: 80%;
    }

    .five-sixths {
        width: 83.33333333%;
    }

    .first {
        clear: both;
    }

    /*********************
  WRAPS & INNER
  *********************/
    .content-sidebar .content-sidebar-wrap,
    .full-width-content .content-sidebar-wrap,
    .sidebar-content .content-sidebar-wrap {
        width: 100%;
    }

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

    .site-inner {
        width: 960px;
        margin: 0 auto;
    }

    /*********************
  IMAGE HEADER
  *********************/
    .site-container {
        /*padding-top: 150px;*/
        padding-top: 105px;
        transition: all .4s;
    }

    .site-container.has-cart {
        padding-top: 137px;
    }

    .site-container.smaller {
        padding-top: 91px;
    }

    .site-container .site-title a {
        transition: all .4s;
        display: block;
        height: 51px;
    }

    .site-container .site-title img {
        max-height: 100%;
    }

    .site-container.smaller .site-title a {
        height: 34px;
    }

    .site-container.smaller .header-widget-area {
        font-size: 21px;
    }

    .site-container.smaller.has-cart {
        padding-top: 123px;
    }

    #header-nav-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
    }

    .site-header {
        z-index: 1000;
        background: white;
        border-bottom: 1px solid #f1f1f1;
    }

    .site-header .wrap {
        /* .fullWidth; */
    }

    .site-header .title-area {
        float: left;
    }

    .site-header .title-area .site-title {
        text-align: left;
    }

    .site-header .widget-area {
        float: right;
    }

    .site-header .searchform {
        float: right;
    }

    .site-header .site-description {
        text-align: left;
    }

    .header-widget-area .right-right .phone {
        font-size: 12px;
    }

    .header-widget-area {
        width: auto;
        margin: 31px 0 0;
    }

    .header-widget-area a {
        margin-top: 0;
    }

    .header-widget-area .fa {
        top: 3px;
    }

    .header-phone--alt {
        padding-right: 23px;
        border-right: 1px solid #d0112b;
    }

    /*********************
      BANNER
    *********************/
    .page-banner {
        background-repeat: no-repeat;
        background-position: calc(100% + 375px) center;
        background-size: 1920px;
    }

    .page-banner .wrap {
        background: none;
        width: 960px;
        margin: 0 auto;
    }

    .page-banner .header-inner {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    .page-template-tmpl-new-used .page-banner h1,
    .page-template-tmpl-category .page-banner h1 {
        font-size: 34px;
        position: relative;
    }

    .breadcrumbs .wrap {
        width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }

    /*********************
  NAVIGATION
  *********************/
    .nav-primary {
        position: relative;
        z-index: 999;
        /* end .menu */
    }

    .nav-primary .wrap {
        width: 1024px;
        margin: 0 auto;
    }

    .nav-primary .menu {
        margin: 0;
        padding: 0;
    }

    .nav-primary .menu ul {
        margin: 0;
        padding: 0;
    }

    .nav-primary .menu>li {
        float: left;
        display: block;
        margin: 0;
        list-style: none;
    }

    .nav-primary .menu>li a {
        font-size: 13px;
        padding: 12px 18px;
    }

    /*********************
  POSTS & CONTENT
  *********************/

    .full-width-content .content {
        width: 100%;
    }

    /*********************
  SIDEBAR ALTERATIONS
  *********************/


    .sidebar .widget {
        display: block;
        margin: 0 0 25px 37px;
    }

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

    /*********************
  WIDGET STYLES
  *********************/
    .widget {
        margin: 0;
    }

    /*********************
  COMMENT STYLES
  **********************/
    .entry-comments,
    #respond {
        padding: 0;
    }

    /*********************
  FOOTER STYLES
  *********************/
    .site-footer .wrap {
        /* 	.fullWidth; */
    }

    .site-footer .left {
        float: left;
        text-align: left;
    }

    .site-footer .right {
        float: right;
        text-align: right;
    }

    /*********************
  FOOTER WIDGETS
  *********************/
    .footer-widgets .wrap {
        padding: 40px 0px 10px;
    }

    .footer-widgets .widget {
        padding: 0;
    }

    /*.footer-widgets .footer-widgets-1 .widget {
    padding-left: 10px;
  }*/
    /*********************
  PRODUCT SEARCH
  *********************/
    .ff-product-search {
        position: fixed;
        width: auto;
        left: -306px;
        top: 180px;
        z-index: 9999;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .ff-product-search.open {
        left: 0;
    }

    .ff-product-search__header {
        position: absolute;
        left: 305px;
        border: 1px solid #393637;
        border-top: 0;
        top: 243px;
        width: 243px;
        padding: 8px 0;
        letter-spacing: 1px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left 0 0;
        -moz-transform-origin: left 0 0;
        -ms-transform-origin: left 0 0;
        transform-origin: left 0 0;
    }

    .ff-product-search__header span {
        font-weight: 400;
    }

    .ff-product-search__panel {
        display: block;
        max-height: none;
        width: 306px;
        border: 1px solid #393637;
        border-left: 0;
    }

    /* end of media query */

    /*********************
  PROMO ITEMS
  *********************/
    .promo-items {
        padding: 10px 0px 20px;
        clear: both;
    }

    .promo-item {
        width: 25%;
        float: left;
        padding: 0px !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .promo-item figure img {
        width: 100%;
    }

    .promo-item:nth-child(odd) {
        clear: none;
    }

    .promo-items .wrap {
        width: 100%;
        max-width: 1370px;
    }

    .promo-item figure h2 {
        font-size: 36px;
        letter-spacing: 4px;
    }

    .promo-item {
        position: relative;
    }

    .promo-item:hover .overlay {
        display: block !important;
        visibility: visible;
        position: absolute;
        background: #d0112b;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding: 10px;
    }

    .promo-item:hover .overlay h3 {
        font: italic 900 30px 'Lato', sans-serif;
        color: #ffffff;
    }

    .promo-item:hover .overlay p {
        font: italic 15px 'Lato', sans-serif;
        color: #ffffff;
        text-transform: uppercase;
    }

    .promo-item:hover .overlay .promo-button-text {
        font: italic 900 17px 'Lato', sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 13px;
        display: inline-block;
    }

    .promo-item:hover .overlay .promo-button-text .fa {
        transition: all .5s;
    }

    .promo-item:hover .overlay .promo-button-text span {
        font-weight: 400;
        text-transform: uppercase;
    }

    .promo-item:hover .overlay .promo-button-text:hover .fa {
        transition: all .5s;
        padding-left: 10px;
    }

    .home-content-top {
        padding: 0 36px;
    }

    .custom_2 .wrap {
        margin: auto;
    }

    .client-logo .wrap {
        width: 920px;
        margin: auto;
    }

    .client-logo .heading-section h2 {
        padding: 0px;
    }

    .client-logo .content-section li {
        width: 20%;
    }

    .client-logo .content-section li:nth-child(5n-1) {
        padding-left: 0px;
        text-align: left;
    }

    .client-logo .content-section li:nth-child(1),
    .client-logo .content-section li:nth-child(2),
    .client-logo .content-section li:nth-child(3) {
        width: 33.33%;
        text-align: center;
    }


    .client-logo .content-section li:nth-child(4) {
        clear: both;
    }


    .news-stories .news {
        width: 50%;
    }

    .news-stories .news li {
        margin-bottom: 50px;
    }

    .news-stories .news li figure {
        width: 50%;
    }

    .news-stories .news li .post-text {
        width: 45%;
    }

    .news-stories .news li .post-text h3 {
        margin-bottom: 5px;
    }

    .news-stories .news li:last-child {
        margin-bottom: 30px;
    }

    .disclaimer {
        margin-top: 10px;
        margin-bottom: 70px;
    }

    .disclaimer .wrap {
        width: 920px;
        margin: auto;
        padding: 0px;
    }

    .site-footer .gform_wrapper .top_label li.gfield {
        width: 49%;
    }

    /*********************
  BLOG
  *********************/
    .ff-blog .content-sidebar-wrap {
        float: none;
        max-width: 1161px;
    }


    .ff-blog .content-sidebar-wrap .post:nth-child(odd) {
        clear: left;
    }

    /*********************
  CONTACT
  *********************/
    .symple-shortcodes-responsive .contact-content {
        padding-right: 10%;
    }

    #field_7_1,
    #field_7_2,
    #field_7_3,
    #field_7_4,
    #field_7_5,
    #field_7_12,
    #field_7_13 {
        float: left;
        width: 250px;
        clear: left;
        margin-right: 60px;
        position: relative;
        z-index: 1;
        margin-bottom: 15px;
    }

    #field_7_1 .gfield_label,
    #field_7_2 .gfield_label,
    #field_7_3 .gfield_label,
    #field_7_4 .gfield_label,
    #field_7_5 .gfield_label,
    #field_7_12 .gfield_label,
    #field_7_13 .gfield_label {
        font-size: 14px;
    }

    #field_7_7 {
        clear: both;
    }

    #field_7_8,
    #field_7_11 {
        max-width: 440px;
    }

    /*********************
  LOCATION PAGES
  *********************/
    .service-location {
        overflow: hidden;
    }

    .service-location__map {
        float: left;
        width: 50%;
        margin-right: 10%;
    }

    .service-location__info {
        float: right;
        width: 40%;
    }

    .location-footer {
        overflow: hidden;
    }

    .location-footer .gform_wrapper {
        float: left;
        width: 70%;
        margin-right: 5%;
    }

    .location-image {
        float: right;
        display: block;
        max-width: 25%;
    }

    .related-cat__header {
        overflow: hidden;
    }

    .related-cat__header h3,
    .related-cat__header h4 {
        float: left;
    }

    .related-cat__header h3 {
        margin-right: 20px;
    }

    .related-cat__header h4 {
        margin-top: 7px;
    }

    /*********************
  SINGLE PRODUCT
  *********************/
    .related.products header h3,
    .related.products .wrap {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    /* .page-template-tmpl-location {
    article.page {
      overflow: hidden;
    }
    .entry-content {
      .two-thirds;
      .first;
      padding-right: 5%;
    }
    .map-wrap {
      .one-third;
      margin: 10px 0 0;
      padding: 0 0 30%;
    }
  }
  */
    .grid-list__image,
    .grid-listing {
        width: 33.33333333%;
    }

    .grid-listing a .grid-list__image.grid-list__image {
        width: 296px;
        height: 197.33333333px;
    }

    .grid-listing img {
        height: 276px;
    }

    /*********************
  SPARE PARTS
  *********************/
    .page-template-tmpl-parts .entry-content {
        float: left;
        padding-right: 3%;
        width: 66.66666667%;
        clear: both;
        padding-right: 5%;
    }

    .page-template-tmpl-parts .page>.gform_wrapper {
        float: left;
        padding-right: 3%;
        width: 33.33333333%;
        border: 1px solid #d0d0d0;
        padding: 15px 0;
        margin: 0 0 60px;
    }

    .page-template-tmpl-parts .gform_body,
    .page-template-tmpl-parts .gform_footer {
        padding: 0 15px;
    }

    /*********************
  TESTIMONIALS
  *********************/
    .ff-test {
        width: 50%;
    }

    /*********************
  SLIDER
  *********************/
    #ff-slider {
        height: 446.4px;
        overflow: hidden;
    }

    .ff-slide {
        padding-top: 80px;
        height: 445.6px;
        padding-top: 76px;
        background-size: 1536px auto;
    }

    .ff-slide.ff-align-left {
        padding-top: 116px;
    }

    .ff-slide__disclaimer {
        margin-top: 17.6px;
    }

    .ff-slide__wrap {
        margin: 0 auto;
        max-width: 936px;
    }

    .ff-slide__primary {
        font-size: 27.2px;
        margin-bottom: 12px;
    }

    .ff-slide__secondary {
        font-size: 17.6px;
        margin-bottom: 24px;
    }

    a.ff-slide__link {
        font-size: 17.6px;
        padding: 4.8px 13.6px;
    }

    #ff-slider .owl-nav {
        display: none;
    }

    #ff-slider .owl-dots {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
    }

    #ff-slider .owl-dot {
        opacity: .85;
        width: 8px;
        height: 8px;
        background: gray;
        display: inline-block;
        border-radius: 50%;
        margin: 0 4px;
        transition: opacity .4s;
    }

    #ff-slider .owl-dot.active {
        background: #d0112b;
    }

    #ff-slider .owl-dot:hover,
    #ff-slider .owl-dot:focus {
        opacity: 1;
    }

    /*********************
  WOOCOMMERCE OVERRIDES
  *********************/
    .woocommerce-order-pay .woocommerce form .help {
        display: inline;
        padding-left: 2px;
    }
}

/* end of media query */
/******************************************************************
LAPTOP MONITORS STYLES
******************************************************************/
@media only screen and (min-width: 1280px) {

    /* styles in 1280up.less */
    /******************************************************************
  Stylesheet: LAPTOP Screens
  ******************************************************************/
    .wrap {
        width: 1170px;
        margin: auto;
    }

    .site-inner {
        width: 1170px;
        margin: auto;
        padding: 0 0 16px;
    }


    /*********************
  BANNER
  *********************/
    .page-banner {
        background-size: cover;
        background-position: center center;
    }

    .page-banner .wrap {
        width: 1170px;
    }

    .page-banner h1 {
        padding: 0;
    }

    .home-content-top {
        padding: 0;
    }

    .breadcrumbs .wrap {
        width: 1170px;
        padding: 0;
    }

    /*********************
  NAVIGATION
  *********************/
    .nav-primary .wrap {
        width: 1170px;
    }

    .nav-primary .menu>li a {
        padding: 12px 24px;
    }

    .nav-primary .menu>li ul a {
        font-size: 13px;
        padding: 10px 18px;
    }

    .ff-icon {
        width: 190px;
    }

    .ff-icon:last-child {
        width: auto;
    }

    /*********************
  BLOG
  *********************/
    .ff-blog .site-inner {
        width: auto;
    }

    /*********************
  CATEGORY LIST
  *********************/
    .page-template-tmpl-new-used .content .entry {
        overflow: hidden;
    }

    .page-template-tmpl-new-used .content .entry-content {
        float: left;
        width: 850px;
        padding-right: 10px;
    }

    .page-template-tmpl-new-used .content .selling-points {
        margin: 0;
        padding: 0;
        border: 0;
        float: right;
        width: 310px;
        padding-left: 27px;
    }

    .page-template-tmpl-new-used .content .selling-point {
        margin: 0 0 35px;
    }

    /*********************
  PRODUCT SEARCH
  *********************/
    .ff-product-search__header {
        padding: 13px 0;
    }

    /*********************
  SINGLE PRODUCT
  *********************/
    .woocommerce.single-product .content {
        max-width: none;
    }

    .woocommerce.single-product .content .images {
        width: 570px;
        float: left;
    }

    .woocommerce.single-product .content .summary {
        float: right;
        width: 570px;
    }

    .woocommerce.single-product .content .product-main {
        float: left;
        width: 200px;
        margin-bottom: 20px;
    }



    .woocommerce.single-product .content .product-actions a:last-of-type {
        margin-bottom: 0;
    }

    .woocommerce.single-product .content .product-specs {
        float: left;
        min-width: 280px;
    }

    .product-content {
        padding-top: 0;
        border-top: 0;
    }

    div.lSSlideOuter {
        border-bottom: 0;
        padding-bottom: 0;
    }

    div.lSSlideOuter .lSPager.lSGallery li {
        /*margin: 0 30px 10px 0 !important;*/
    }

    div.lSSlideOuter .lSPager.lSGallery li a img {
        width: 90px;
    }

    div.lSSlideOuter .lSPager.lSGallery li:nth-child(5n) {
        /*margin-right: 0 !important;*/
    }

    .brand-info {
        overflow: hidden;
    }

    .brand-info__image {
        float: right;
        margin-left: 40px;
        margin-top: 10px;
    }

    .related.products header h3,
    .related.products .wrap {
        width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce .site-container .woocommerce-error,
    .woocommerce .site-container .woocommerce-info,
    .woocommerce .site-container .woocommerce-message {
        line-height: 42px;
    }

    .full-width-content .grid-listing a .grid-list__image.grid-list__image {
        width: 376px;
        height: 250px;
    }

    /*********************
  Slider
  *********************/
    #ff-slider {
        height: 558px;
    }

    .ff-slide {
        height: 557px;
        padding-top: 95px;
        background-size: 1920px auto;
    }

    .ff-slide.ff-align-left {
        padding-top: 145px;
    }

    .ff-slide__wrap {
        max-width: 1170px;
    }

    .ff-slide__primary {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .ff-slide__secondary {
        font-size: 22px;
        margin-bottom: 30px;
    }

    a.ff-slide__link {
        font-size: 22px;
        padding: 6px 17px;
    }

    .ff-slide__disclaimer {
        margin-top: 22px;
    }

    #ff-slider .owl-prev,
    #ff-slider .owl-next {
        font-size: 24px;
    }

    .service-parts-col {
        min-height: 520px;
        padding-top: 30px;
    }

    /*********************
  CONTACT PAGE
  *********************/
    #field_7_6 {
        position: relative;
        left: 180px;
    }
}

/* end of media query */
/******************************************************************
SUPER LARGE MONITORS STYLES
******************************************************************/
@media only screen and (min-width: 1382px) {

    /* styles in 1382up.less */
    /******************************************************************
  Stylesheet: Super Large Screens
  ******************************************************************/
    /*********************
  BLOG
  *********************/
    /* .ff-blog {
    .content-sidebar-wrap {
      max-width: 1260px;
    }

    .content {
      .post {
        &:nth-child(2n +1) {
          clear: none;
        }
        &:nth-child(3n +1) {
          clear: left;
        }
      }
    }
  }
  */
    .promo-item figure h2 {
        font-size: 46px;
    }

    .promo-item {
        position: relative;
    }

    .promo-item:hover .overlay {
        padding: 30px;
    }

    .promo-item:hover .overlay h3 {
        font-size: 39px;
    }

    .promo-item:hover .overlay p {
        font-size: 16px;
    }

    .promo-item:hover .overlay .promo-button-text {
        font-size: 20px;
        margin-top: 20px;
    }
}

/* end of media query */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

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

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

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.nav-primary .menu>li.menu-search a {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .nav-primary .menu>li.menu-search a {
        padding-right: 0;
        outline: none;
        display: block;
    }

    .nav-primary .menu>li.menu-search a:hover,
    .nav-primary .menu>li.menu-search a:focus {
        background-color: transparent;
        color: #d0112b;
    }

    .menu-search a:after {
        content: "\f002";
        font-family: FontAwesome;
    }

    .menu-search span {
        display: none;
    }
}

.video-wrap {
    margin: 0 auto 48px;
    max-width: 600px;
}

@media only screen and (min-width: 1024px) {
    .video-wrap {
        max-width: none;
        float: right;
        width: 400px;
        margin: 0 0 48px 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .video-wrap {
        width: 600px;
    }
}

.video-wrap__inner {
    position: relative;
    /*padding bottom is ratio height/width */
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-wrap__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.home-assocs {
    padding: 40px 10px;
}

.assoc {
    margin-bottom: 30px;
}

.assoc__logo {
    text-align: center;
    margin-bottom: 20px;
}

.assoc__logo img {
    width: 300px;
}

.assoc__name {
    text-align: center;
}

.assoc p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
}

.assoc p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .assoc {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .assoc__name {
        text-align: left;
    }

    .assoc__logo {
        margin: 0 50px 0 0;
        flex: 0 0 200px;
    }
}

@media only screen and (min-width: 1024px) {
    .assoc__logo {
        flex: 0 0 300px;
        margin: 0 80px 0 0;
    }
}

/*Brands List Template*/
.brand-list {
    margin-bottom: 60px;
}

.brand-list h2 {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.ex-brand {
    margin-bottom: 40px;
}

.ex-brand__image {
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .ex-brand__image {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .ex-brand {
        display: flex;
        align-items: center;
    }

    .ex-brand__image {
        flex: 0 0 220px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .ex-brand__image {
        margin-right: 60px;
    }
}


.other-brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ot-brand {
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {
    .ot-brand {
        flex-basis: 33.3333%;
    }
}

.ot-brand img {
    max-width: 120px;
}

.ex-brand__more {
    margin-top: 5px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #d0112b;
}

.woocommerce span.onsale {
    background-color: #d0112b;
    min-width: 52px;
    min-height: 52px;
    line-height: 44px;
    left: auto;
    right: -0.5em;
    z-index: 2;
}

.woocommerce span.onsale.onsale--rto {
    color: #d0112b;
    background-color: white;
    border: 1px solid;
}

.order-form_wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.order-form_wrapper .gform_title {
    /*text-align: center;*/
}

/*Product Sidebar*/




.price-banner__inner {
    position: relative;
    top: 10px;
}

.price-banner__pre {
    margin-bottom: 3px;
}

.price-banner__pre_line-1 {
    text-decoration: line-through;
}

.price-banner__pre_line-2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bolder;
}

.price-banner__price {
    color: black;
    font-size: 30px;
}

.price-banner__post {
    margin-top: 3px;
    font-size: 20px;
}

.price-gst {
    font-weight: normal;
    font-size: .5em;
    position: relative;
    bottom: 12px;
    display: inline-block;
    left: 12px;
}




.froms {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -25px;
    left: -4px;
}

.price-banner.price-banner--rto .amount {
    color: #d0112b;
    font-size: 58px;
    font-weight: bold;
}


.ff-button--buy {
    margin-bottom: 20px;
}

.cta-group__button {
    margin-bottom: 5px;
}

.referral-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.referral-form h2 {
    color: #d0112b;
}

.referral-form .gfield.gfield_html {
    margin-top: 30px;
}

.referral-form .gfield.gfield_html p {
    font-size: 18px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}


div.gform_wrapper .referral-form .gfield_checkbox label:before {
    top: 0;
}

.hidden-label .gfield_label {
    display: none;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px)
}


.gform_legacy_markup_wrapper .gf_progressbar {
    position: relative;
    background: #e8e8e8;
    position: relative;
    -moz-border-radius: 10.5px;
    -webkit-border-radius: 10.5px;
    border-radius: 10.5px;
    width: 100%
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage {
    height: 21px;
    text-align: right;
    border-radius: 10.5px;
    vertical-align: middle;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px !important;
    z-index: 999
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 10.5px;
    border-bottom-right-radius: 10.5px
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 21px
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 12px;
    word-wrap: normal
}

.gform_legacy_markup_wrapper .gf_progressbar_blue {
    background: #d2d6dc
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color: #d0112b;
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_gray {
    background: #d2d6dc
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
    background-color: #6b7280;
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_green {
    background: #e8e8e8
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
    background-color: #aac138;
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_orange {
    background: #e8eaec
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
    background-color: #ff5d38;
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_red {
    background: #e8eaec
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
    background-color: #ec1e31;
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_spring {
    background: #d2d6dc
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
    background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_blues {
    background: #d2d6dc
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
    color: #fff
}

.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
    background: #d2d6dc
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
    background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
    color: #fff
}

.gform_legacy_markup_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #ccc
}

.gform_legacy_markup_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25 !important;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit
}

.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial, sans-serif;
    margin-right: 4px
}

.gform_legacy_markup_wrapper .gf_step span.gf_step_label,
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle
}

.gform_legacy_markup_wrapper .gf_step.gf_step_active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
    display: none
}

.gform_legacy_markup_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.ginput_container_fileupload input {
    width: 100%;
}

.gform_fileupload_rules {
    font-size: 12px;
}

.selling-form {
    max-width: 600px;
}

.selling-form .gform_confirmation_message {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    background: #d0112b;
    color: #fff;
    margin-top: 20px;
}

.product-icons {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.product-icons .product-icon img {
    width: 20px;
    height: auto;
}


.product-reviews {
    width: 100%;
    padding: 0 100px;
    clear: both;
}

.testimonials-container {
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 870px) {
    .product-reviews {
        padding: 0 20px;
    }

    .testimonials-container {
        width: 100%;
        margin: 0;
    }
}

.sb-post-item {
    display: flex;
    flex-direction: column;
    margin: auto;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.product-actions .container {
    clear: both;
}

.reds_1 {
    background-color: #d0112b;
    padding: 7px;
    margin-top: 15px;
}

.images_1 {
    float: left;
    width: 52px;
}

.conts_1 {
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: inherit;
    margin-top: 3px;
    position: relative;
    left: 5px;
}

.under_1 {
    font-weight: 400;
    font-size: 13px;
}

.first_sections,
.second_sections {
    background-color: #000;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.mains_sinlge_des ul {
    list-style: disc;
    padding: 13px 35px;
}

.mains_sinlge_des {
    clear: both;
    display: inline-flex;
    text-align: left !important;
    position: relative;
    top: 15px;
}

.ffa-row.experts_con {
    text-align: center;
}

.sb-post-item-wrap {
    padding: 20px 100px;
}

div#wprev-badge-2 {
    display: inline-block;
    text-align: center;
    clear: both;
}

.ff-tagline {
    display: table;
    text-align: center;
    position: absolute;
    right: 281px;
}

.product-actions .wprevpro_badge {
    margin: 16px;
    line-height: normal;
    font-size: 14px;
}

.product-actions .wppro_badge1_DIV_12 {
    display: block;
    margin-top: 0;
}


.ff-tagline {
    padding: 0 16px 0;
    font-style: italic;
    line-height: 24px;
}


.page-template-tmpl-landing-2022 .page-banner h1 {
    height: 130px;
}


@media only screen and (max-width: 1023px) {
    div.ff-product-search-sidebar {
        padding-top: 40px;
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        z-index: 99;
        box-shadow: none;
        max-width: none;
        transition: right .4s;
        width: 100%;
    }

    .admin-bar div.ff-product-search-sidebar {
        margin-top: 50px;
    }

    div.ff-product-search-sidebar.visible {
        right: 0;
    }
}

.filters-toggle-inner {
    cursor: pointer;
}

.filters-toggle-inner.has-filter,
.filters-toggle-inner:hover {
    color: #d0112b;
}


@media only screen and (min-width: 1024px) {
    .filters-toggle {
        display: none;
    }

    .result-count {
        margin-top: 0;
    }
}

.filters-toggle-inner .fa {
    margin-right: 5px;
}


.search-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .search-close {
        display: none;
    }
}


.admin-bar .search-close {
    top: 50px;
}

.search-close:hover {
    color: #d0112b;
}

#ff-sort-button {
    display: none;
}


.page-template-tmpl-promotions .content {
    float: none;
}

.page-template-tmpl-promotions .search-meta {
    padding-top: 15px;
    border-top: 1px solid #787878;
    margin-top: 60px;
}

.no-banner .site-inner {
    margin-top: 100px;
}

@media only screen and (max-width: 1023px) {
    .no-banner .site-inner {
        margin-top: 60px;
    }
}


.ff-search input,
.ff-search select,
.ff-search textarea {
    /*border-radius: 6px;*/
    border-radius: 0;
    border: 1px solid #d0d5dd;
    padding: 8px 10px;
    height: auto;
    line-height: normal;
}

.ff-search select {
    height: 37px;
}

.banner-search label {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}

.ff-search input[type="submit"] {
    border-radius: 3px;
    padding: 8px 25px;
    font-weight: 600;
    border: none;
}

.banner-search .ff-input-wrap--radio label span {
    background-color: white;
    outline: none;
}

.banner-search .clear-search {
    color: white;
}

/*************************** BANNER *******************************/

/******************************************************************
ALL DEVICES
******************************************************************/

.top-banner {
    background-image: url('https://www.forkforce.com.au/wp-content/uploads/2024/06/bg-img.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    column-gap: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 90vh;
    background-position: center;
}

.top-banner-promo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 30px;
    row-gap: 15px;
}

.top-banner-form {
    padding: 20px 25px 20px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white;
    display: flex;
    color: black;
    flex-direction: column;
    column-gap: 15px;
    width: 430px;
    margin-bottom: 2rem;
    margin-top: 2rem;

    a {
        color: black;
        text-decoration: none;
    }
}


#find-fork-form-h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d0112b;
}

.home-title {
    color: #d0112b;
    padding: 0 10px 0 10px;
}

.home-banner-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style-type: none;
    row-gap: 10px;
}

.home-banner-list-item {
    display: flex;
    flex-direction: row;
}

.home-banner-list-item-span {
    padding-left: 5px;
    font-size: 1.3rem;
}

.home-banner-btn-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.home-banner-btn-quote {
    font-size: 1.4rem;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 10px 5px 5px grey;
    background-color: #d0112b;
    color: white;
    margin-top: 10px;
}

.home-banner-btn-call {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    font-size: 1.4rem;
    min-width: 300px;
    text-align: center;
}

.ff-banner__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.nav-primary {
    font-weight: bold !important;
}

.sold_australia_wide {
    background: #d0112b;
    width: 100%;
    text-align: center;
    padding: 70px 100px 70px 100px;

    a {
        color: white;
        text-decoration: none;
    }
}

.sold_australia_wide_h1 {
    color: white;
}

.sold_australia_wide_p {
    color: white;
    padding-bottom: 15px;
    font-size: 1.1rem;

}

.wide-range-heading-section {
    width: 100%;
    padding: 70px 100px 70px 100px;
    text-align: center;
}

.wide-range-heading-section-h2 {
    color: #ed2742;
}

.wide-range-heading-section-p {
    padding-top: 25px;
    font-size: 1.1rem;
}

@media only screen and (max-width: 974px) {
    .top-banner-form {
        width: 98%;
        padding: 70px 30px;
        border-radius: 8px;
        box-shadow: none;
        margin: 1%;
    }

    #find-fork-form-h3 {
        padding-bottom: 25px;
    }
}

.client-logo {
    padding-top: 70px;
    padding-bottom: 70px;
}

.brand-cta__content {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    flex-wrap: wrap;
}

.brand-cta__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    row-gap: 25px;
    color: white;
    padding: 0 20px;
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    .brand-cta__col {
        padding: 30px 0;
    }

    .brand-cta {
        padding: 40px 0;
    }

    .home-banner-btn-call {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

    .sold_australia_wide {
        padding: 70px 10px 70px 10px;
    }

    .sb-post-item-wrap {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .top-banner-promo {
        height: 90vh;
        margin-top: 7vh;
        width: 100%;
    }

    .wide-range-heading-section {
        padding: 70px 10px 70px 10px;
    }

    .sold_australia_wide_p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wide-range-heading-section-p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rangelist {
        padding-left: 5px;
        padding-right: 5px;
    }

    .home-banner-list {
        padding-top: 1rem !important;
        margin-top: 0 !important;
        max-width: 300px;
        text-align: center;
        align-items: center;
    }

    .home-banner-list-item-span {
        padding-left: 5px;
        font-size: 1rem;
    }

    .banner-promo__wrap {
        height: 95vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: space-evenly;
    }

    .home-banner-list-item {
        padding-left: 0 !important;
        padding-top: 0 !important;
        display: flex;
    }

    .home-banner-list-item-span {
        font-size: 1.2rem;
    }

    .home-title {
        padding: 3.2rem 0.1rem 0 0.1rem;
    }

    .home-subtitle {
        font-size: 1.5rem !important;
        padding-top: 1rem !important;
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .home-banner-item-btn-quote {
        padding-top: 1rem !important;
    }

    #ff-banner {
        background-size: contain;
        background-position: center;
        overflow: hidden;
    }
}

/* end of media query */


/******************************************************************
TABLET & MID-RANGE STYLES
******************************************************************/
@media only screen and (min-width: 768px) {
    #ff-banner {
        padding-top: 40px;
    }

    .ff-banner__wrap {
        display: flex;
        justify-content: space-between;
    }

    .banner-promo,
    .banner-search {
        flex-basis: 50%;
    }

    .banner-search {
        position: static;
        z-index: 1;
    }
}

/* end of media query */

/******************************************************************
LAPTOP MONITORS STYLES
******************************************************************/
@media only screen and (min-width: 1024px) {

    /* styles in 1024.less */
    #ff-banner {
        padding-top: 95px;
        margin-top: 40.75px !important;
    }
}

/* end of media query */
@media only screen and (max-width: 1649px) {
    .wrap {
        justify-content: space-evenly;
    }
}


/* BANNER PROMO */

.banner-promo {
    margin: 40px 0 0;
}

.banner-promo__wrap {
    padding: 0 10px;
}

.banner-promo__wrap h1 {
    color: #ed2742;
    font-size: 50px;
    margin-bottom: 16px;
}


.banner-promo__wrap h2 {
    font-weight: normal;
    text-transform: none;
    color: inherit;
    font-style: normal;
    font-size: 30px;
}

.banner-promo__wrap h3 {
    color: #ed2742;
    font-size: 28px;
}

.banner-promo__wrap h3 a {
    padding: 10px;
    border: 1px solid;
    display: inline-block;
}

.banner-promo__wrap ul {
    margin-left: 5px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 18px;
}

.banner-promo__wrap li {
    margin-bottom: 16px;
}

.banner-promo .ff-phone-link__display {
    color: black;
    text-decoration: underline;
    letter-spacing: .05em;
}


@media only screen and (max-width: 1023px) {
    .banner-promo__wrap h1 {
        font-size: 40px;
    }

    .banner-promo__wrap h2 {
        font-size: 23px;
    }

    .banner-promo__wrap h3 {
        font-size: 20px;
    }

    .banner-promo__wrap ul {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-promo {
        margin: 20px 0 30px;
    }

    .banner-promo__wrap h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-promo__wrap h2 {
        font-size: 18px;
    }

    .banner-promo__wrap h3 {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .banner-promo__wrap ul {
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .banner-promo__wrap li {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .ff-phone-link .fa {
        font-size: 18px;
    }
}

/* BANNER SEARCH */
.banner-search {
    /*background-color: #333333;*/
}

.banner-search__wrap {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #333333;
    padding: 0 20px;
}

.banner-search .ff-search {
    padding: 0 10px 10px;
}

.banner-search h3 {
    font-weight: normal;
    font-size: 35px;
    color: white;
    margin: 0;
    padding: 40px 5px 30px;
}


@media only screen and (max-width: 767px) {
    .banner-search {
        position: relative;
        background-color: #333;
    }

    banner-search__wrap {
        background-color: transparent;
    }

    .banner-search h3 {
        padding-top: 20px;
        text-align: center;
        font-size: 25px;
    }

    .banner-search .ff-search {
        display: flex;
        flex-direction: column;
    }

    .banner-search .ff-search-section--cat {
        order: -1;
    }

    .banner-search .ff-search-section--cat .ff-search__label {
        display: none;
    }

    .banner-search .ff-search-section:not(.ff-search-section--cat) {
        display: none;
    }

    .banner-search .ff-input-wrap--submit {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 768px) {
    .banner-search__wrap {
        padding: 50px 2rem 50px 2rem;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1024px) {
    .banner-search__wrap .ff-input-wrap {
        margin: 0;
        border-radius: 0;
    }
}

.banner-search__wrap {
    border-radius: 10px;
    box-shadow: 10px 5px 5px grey;
    margin-bottom: 2rem;
}

.ff-phone-link {
    font-size: 18px;
    font-weight: bold;
}


.ff-phone-link .fa {
    font-size: 24px;
    margin-right: 7px;
}


@media only screen and (min-width: 1240px) {
    .ff-icons .wrap {
        max-width: none;
    }
}


.brand-cta {
    margin-top: 40px;
    background: #d0112b;
    color: white;
    text-align: center;
    padding: 40px 0;
}

.brand-cta h3 {
    font-weight: normal;
}

.brand-cta a {
    color: inherit;
    font-weight: bold;
}

.brand-cta .alt-banner__button a.button {
    background-color: white;
    color: #d0112b;
    border-radius: 3px;
}

.brand-cta .alt-banner__button a.button:hover {
    opacity: 0.4;
}

.alt-banner__button {
    margin-top: 30px;
}


.alt-banner__button a.button {
    padding: 10px 30px;
    letter-spacing: .05em;
    border-radius: 0;
    color: white;
    background-color: #d0112b;
}


.custom_2.home-testimonials {
    background-color: #231f20;
    margin: 0;
    padding: 70px 10px;
}


.custom_2.home-testimonials .heading-section h2 {
    color: white;
}

.home-testimonials .wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1>div {
    color: white;
}

.footer-widgets .footer-widgets-4 {
    flex-basis: 100%;
    max-width: 1029px;
    /*margin-top: -20px;*/
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-links a {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .footer-links {
        /*margin-top: 30px;*/
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 343px;
        align-items: stretch;
    }

    .footer-links a {
        width: 100%;
    }
}

/***************************  MEDIA GRID SECTION  *******************************/

/******************************************************************
ALL DEVICES
******************************************************************/
.grid-item-p {
    padding: 10px;
}

.grid-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.grid-item {
    width: 100%;
    font-size: 1.1rem;
    display: flex;
    flex-grow: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-wrap: wrap;
    margin-right: 100px;
    margin-left: 100px;
}

.grid-row {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.grid-item-h2 {
    color: #ed2742;
}

#img-container-1 {
    order: 0;
    align-content: center;
    justify-content: center;
}

#grid-item-1 {}

#grid-item-2 {
    order: 0;
}

#img-container-2 {
    order: 1;
    align-content: center;
    justify-content: center;
    margin-bottom: -3px;
}

@media only screen and (max-width: 768px) {
    .grid-item-img {
        width: 100%;
        height: auto;
    }

    .grid-row {
        flex-direction: column;
        padding-top: 40px;
        width: 100%;
    }

    .grid-item-p {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-item-h2 {
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-wrap: wrap;
    }

    #img-container-1 {
        padding-left: 0;
        order: 1;
    }

    #img-container-2 {
        padding-right: 0;
        margin-bottom: -4px;

    }

    #grid-item-1 {
        padding-right: 0;
        order: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #grid-item-2 {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.assoc-section {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;

    h2,
    h3 {
        color: #ed2742;
    }
}

.assoc-section-row {
    margin: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.assoc-img-container {
    margin-top: 30px;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.assoc-heading-section {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.assoc-section-row-p {
    text-align: center;
    font-size: 1.1rem;
    text-wrap: wrap;
    padding: 10px 100px 10px 100px;
}

.assoc-section-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.assoc-section-iframe-container {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.sb-item-author-name {
    color: #ebd407 !important;
}

.sb-item-text {
    color: white !important;
}

.sb-item-author-date {
    color: white !important;
}

.sb-more {
    color: #ebd407 !important;
}

@media only screen and (max-width: 768px) {
    .assoc-section-row-p {
        padding: 10px 20px 10px 20px;
    }

    .home-content-top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-six {
    background-image: url('https://www.forkforce.com.au/wp-content/uploads/2024/07/section-banner-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-six-btn {
    background: white;
    color: #ed2742;
    padding: 9px 30px 9px 30px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: -340px;
}

.section-six-btn:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .section-six {
        height: 155px;
        width: 100%;
        background-size: contain;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .section-six-btn {
        padding: 7px 15px 7px 15px;
        margin-bottom: -20px;
    }

    .why-choose-btn {
        padding: 7px 15px 7px 15px;
    }

    .find-fork-form-h3 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

#why-choose {
    padding-bottom: 40px;
    color: white;
}

.why-choose-btn {
    background: white;
    color: #ed2742;
    padding: 9px 30px 9px 30px;
    border-radius: 3px;
    font-weight: 600;
}

.email-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 40px;
}

.testimonials-p {
    font-size: 1.1rem;
    text-align: center;
    color: white;
    padding-bottom: 70px;
    padding-top: 20px;
}

.sb-item-text {
    text-align: center !important;
}

#our-brands-h2 {
    text-align: center;
    color: #ed2742;
    /*padding-top: 20px;*/
    /*padding-bottom: 30px;*/
}

#our-brands-section {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 150px;
    padding-right: 150px;
    flex-wrap: wrap;
    column-gap: 50px;
}

#enforcer-icon {
    height: 50px;
    width: auto;
}

#maximal-icon {
    height: 40px;
    width: auto;
}

.brand-icon {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    #our-brands-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #enforcer-a {
        order: 0;
    }


}

.gfield_radio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    row-gap: 5px;
}

.range-desc {
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
}

.ffa-logo-icon {
    height: 25px;
    width: 25px;
}

/***************************  MEET THE TEAM PAGE  *******************************/

/******************************************************************
ALL DEVICES
******************************************************************/

.meet-the-team-section {
    width: 100%;
    display: flex;
    column-gap: 30px;
    row-gap: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
}

.meet-the-team-h1 {
    color: #d0112b;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-family: Lato, sans-serif;
}

.meet-the-team-section-row {
    justify-content: center;
    display: flex;
    column-gap: 52px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.meet-the-team-section-col {
    width: 350px;
    margin-bottom: 2rem;
}

.meet-the-team-profile-img {
    width: 250px;
    height: auto;
    border-radius: 60%;
}

.meet-the-team-card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}

.meet-the-team-name {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    color: #d0112b;
    font: 900 italic 1.1rem 'Lato', sans-serif;
}

.meet-the-team-position {
    font-family: Lato, sans-serif;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meet-the-team-section-blurb {
    padding: 0 10px;
    text-align: center;
    color: slategray;
}

.meet-the-team-card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.meet-the-team-card-hr {
    width: 50%;
    color: #d0112b;
    margin-left: auto;
    margin-right: auto;
}

.meet-the-team-p {
    text-align: center;
    padding: 5px 30px;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

@media only screen and (max-height: 768px) {
    .meet-the-team-section-blurb {
        text-align: center;
        width: 100%;
        padding: 0 5px;
        color: slategray;
    }

    .meet-the-team-card-body {
        width: 100%;
    }

    .meet-the-team-section-col {
        width: 100%;
    }

    .meet-the-team-p {
        padding: 0;
    }
}

/***************************  NEW FORKLIFTS  *******************************/

/******************************************************************
ALL DEVICES
******************************************************************/
#new-forklift-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    row-gap: 10px;
}

.category-h2 {
    display: flex;
    width: fit-content;
    height: min-content;
    flex-direction: column;
    color: #d0112b;
    border-radius: 3px;
    padding: 20px;
    font-size: 1.4rem !important;
    justify-content: center;
    text-shadow: rgb(255, 255, 255) 1px 1px 1px;
}

.category-anchor {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.category-list__image {
    padding: 20px;
}

.header-inner h1 {
    color: white !important;
    text-shadow: #231f20 2px 2px 2px;
}

.new-forklifts-title {
    color: #d0112b;
    padding-bottom: 30px;
    text-align: center;
}

.new-forklifts-h4 {
    padding-bottom: 15px;
    text-align: center;
}

.new-forklifts-p {
    font-size: 1.1rem;
    text-align: center;
}

.new-forklifts-bqp {
    text-align: center;
    margin: 0;
}

.new-forklifts-a {
    text-align: center;
    font-weight: 600;
}

#new-forklifts-blockquote {
    margin-top: 30px;
    text-align: center;
}

#new-forklifts-contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 90px;
}

.gated-content__wrap {
    height: 372px;
    padding: 0;
    display: flex;
    width: 283px;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 11px;
    align-items: center;
}

.gated-content--sidebar {
    height: 889px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 14px;
}

.new-forklift-products-heading {
    color: #d0112b;
    text-align: center;
}

.new-forklift-products-subheading {
    text-align: center;
}

.mobile-list-section {
    display: none;
}

.product-grid-section {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-grid-section-h2 {
    color: #d0112b;
    font-style: italic;
    text-align: center;
}

.product-grid-section-h3 {
    text-align: center;
    font-style: italic;
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    .header-inner h1 {
        position: relative;
    }

    .product-grid-section {
        display: none;
    }

    .mobile-list-section {
        display: inherit;
    }

    .ff-cta~.category-list {
        margin-top: 120px;
    }

    .mobile-list-section-h2 {
        color: #d0112b;
        font-style: italic;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .mobile-list-section-h3 {
        text-align: center;
        font-style: italic;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .new-forklift-products-heading {
        padding-bottom: 15px;
    }

    .new-forklifts-p {
        font-size: 1rem !important;
    }

    .new-forklifts-h4 {
        font-size: 1.3rem !important;
        font-style: italic;
    }

    .mobile-list-section {
        padding: 20px 10px 10px;
    }

    .list-row {
        display: flex;
        justify-content: flex-start;
        column-gap: 5px;
        align-items: center;
        align-content: center;
    }

    .list-row-ul {
        display: flex;
        position: relative;
        left: 0;
        right: 0;
        flex-direction: column;
        row-gap: 5px;
        width: 100%;
    }

    .list-row-li {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 5px;
    }

    .bullet_point_img {
        height: 15px;
        width: 15px;
        margin-right: 5px;
    }

    .category-list {
        margin-top: 35px;
    }

    .list-form-p {
        text-align: center;
        padding: 10px 0 30px 0;
    }

    .new-forklifts-title {
        font-size: 2rem !important;
        font-style: italic;
        padding: 30px 10px;
        text-wrap: wrap;
    }

    .new-forklifts-bqp {
        padding: 5px 0 !important;
        margin: 0 !important;
        letter-spacing: 0.5px !important;
    }

    #new-forklifts-blockquote {
        margin-top: 20px;
        padding: 10px !important;
        width: 100%;
        border-left: none !important;
    }

    .wayfinder-link {
        margin-bottom: 0 !important;
    }

    .gated-content--sidebar {
        margin-bottom: 10px;
    }
}

/***************************  USED FORKLIFTS  ****************************** */

/******************************************************************
ALL DEVICES
******************************************************************/

.used-forklifts-category-list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 60px;
    padding: 0 5px;
}

#used-forklifts-bq {
    padding: 10px !important;
    margin-top: 50px;
}

.used-forklifts-content {
    padding: 20px 0;
}

.used-forklifts-content h2 {
    color: #d0112b;
    padding-bottom: 25px;
}

.used-forklifts-content p {
    font-size: 1.1rem;
    letter-spacing: .06em;
    width: 100%;
    text-align: center;
}

.used-forklifts-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 120px 16px;
    text-align: center;
}

.used-forklifts-section h2 {
    font-style: italic;
    padding-bottom: 50px;
    text-align: center;
}

.used-forklifts-section p {
    font-size: 1.1rem;
    letter-spacing: .06em;
    text-align: center;
    padding-top: 10px;
}

.used-forklifts-section a {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
}

.used-forklifts-primary {
    background-color: white;
}

.used-forklifts-primary h2 {
    color: #d0112b;
    font-style: italic;
    text-align: center;
}

.used-forklifts-primary p {
    width: 1170px;
    color: black;
    text-align: center;
}

.used-forklifts-primary a {
    color: #d0112b;
    text-align: center;
}

.used-forklifts-content>blockquote {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 25px;
}

.used-forklifts-content>blockquote>p {
    padding: 2px 20px;
    margin: 0;
    text-align: center;
}

.used-forklifts-secondary {
    background-color: #d0112b;
    color: white;
}

.used-forklifts-secondary h2 {
    color: white;
}

.used-forklifts-secondary p {
    width: 1170px;
    color: white;
}

.used-forklifts-secondary a {
    color: white;
}

.used-forklifts-tertiary {
    background-color: #231f20;
}

.used-forklifts-tertiary h2 {
    color: #ebd407;
    font-style: italic;
    text-align: center;
}

.used-forklifts-tertiary a {
    color: #ebd407;
    font-weight: 700;
}

.used-forklifts-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 5px;
    row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 5px;
}

.used-forklifts-product-list {}

.used-forklifts-product-list>.grid-listing .grid-listing__inner {
    height: 400px;
    width: 370px;
    margin: 5px;
    padding: 5px 10px;
}

.used-forklifts-product-list>.grid-listing .grid-listing__inner>a>.listing__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.used-forklifts-grid h2 {
    padding-top: 70px;
    color: #d0112b;
}

.used-forklifts-grid h3 {
    color: black;
}

.used-forklifts-tick-list-row {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 70px;
}

.used-forklifts-tick-list-row ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    row-gap: 5px;
}

.used-forklifts-tick-list-row li {
    font-weight: 600;
    font-size: 1.15rem;
}

.used-forklifts-tick-list-row li>a {
    font-weight: 600;
    font-size: 1.15rem;
}

.used-forklifts-tick-list-row li>a:hover {
    opacity: 0.5;
}

.used-forklifts-tertiary p {
    width: 1170px;
    font-size: 1.15rem;
    letter-spacing: .06em;
    text-align: center;
    color: white;
}

.frequently-asked-accordion {
    background-color: #d0112b;
    color: white;
    cursor: pointer;
    padding: 18px;
    font-weight: 700;
    width: 750px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 1.1rem;
    letter-spacing: .06em;
    transition: 0.4s;
}

.frequently-asked-accordion-active,
.frequently-asked-accordion:hover {
    font-size: 1.2rem;
}

.frequently-asked-accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/** { border: 1px solid red !important; }*/
.frequently-asked-accordion-panel p {
    width: 750px;
    font-size: 1.1rem;
    color: white;
    letter-spacing: .06em;
    text-align: center;
}

.page-numbers {
    color: white;
}

#used-forklifts-contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
}

.used-forklifts-category-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    column-gap: 10px;
    row-gap: 15px;
    padding: 30px 5px;
}


@media only screen and (min-width: 1230px) {
    .contact-form-inner {
        width: 1230px;
    }

    .used-forklifts-category-inner {
        width: 1230px;
    }
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {

    .used-forklifts-primary p,
    .used-forklifts-tertiary p,
    .used-forklifts-secondary p {
        text-align: center;
        width: 100%;
        padding: 5px;
    }

    .used-forklifts-primary h2,
    .used-forklifts-tertiary h2,
    .used-forklifts-secondary h2 {
        text-align: center;
        width: 100%;
        padding: 5px;
    }

    .used-forklifts-tick-list-row {
        flex-direction: column;
        align-items: flex-start;
        column-gap: 0;
    }

    .contact-form-inner {
        width: 100%;
    }

    .frequently-asked-accordion {
        width: 100%;
        padding: 20px 5px;
    }

    .frequently-asked-accordion-panel p {
        width: 100%;
        padding: 5px;
    }

    .used-forklifts-tick-list-row ul {
        align-items: flex-start;
    }

    .used-forklifts-product-list {
        width: 100%;
        padding: 5px;
    }

    .used-forklifts-product-list>.grid-listing .grid-listing__inner {
        padding: 10px;
        width: 100%;
        height: auto;
    }

    .used-forklifts-product-list>.grid-listing .grid-listing__inner>a>.grid-list__image {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .used-forklifts-content {
        padding: 10px 0;
    }

    .used-forklifts-content p {
        text-align: center;
    }
}

/* end of media query */

/***************************  Portable Contact Form  *******************************/

/******************************************************************
ALL DEVICES
******************************************************************/

.contact-form-portable {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    margin-top: 20px;
}

.contact-form-portable>div {
    padding: 40px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 1170px) {
    .contact-form-portable>div {
        width: 1170px;
    }
}

.contact-form-portable h2 {
    color: #d0112b;
    text-wrap: wrap;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
}


/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    #used-forklifts-contact-form {
        width: 100%;
        padding: 10px 5px;
    }

    .contact-form-portable {
        padding: 5px;
    }
}

/* end of media query */


/***************************  404 NOT FOUND  ****************************** */

/******************************************************************
ALL DEVICES
******************************************************************/

.not-found-section {
    padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found-section-title {
    color: #d0112b;
    font-style: italic;
}

.not-found-section-p {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 30px;
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    .not-found-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .not-found-img {
        display: none;
    }

    #header-nav-wrap {
        position: fixed !important;
        top: 0 !important;
        width: 100vw;
        background: white;
        z-index: 10;
    }
}

/* end of media query */



.fm-contact,
.fm-company-name,
.fm-email,
.fm-phone,
.fm-suburb,
.fm-postcode,
.fm-lead-type,
.fm-notes,
.ff-input-wrap--select {
    -webkit-appearance: none !important;
    font-size: 16px;
}

.page-banner {
    margin-top: 45px;
}

@media only screen and (max-width: 768px) {
    .page-banner {
        margin-top: 35px;
    }
}

.contact-content {
    padding-right: 0 !important;
}

.brand-cta__content>h3>strong {
    color: white;
}

.grid-list {
    row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wayfinder-link {
    margin-top: 60px !important;
}

/***************************  ABOVE THE FOLD  ****************************** */

/******************************************************************
ALL DEVICES
******************************************************************/

.above-the-fold {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.above-the-fold::after {
    content: "";
    background-image: url('/wp-content/themes/forkforce/css/../images/pattern-lightgrill.png');
    background-size: initial;
    margin: 0;
    background-position: bottom;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.above-the-fold-body {
    display: flex;
    flex-wrap: wrap-reverse;
    column-gap: 225px;
    justify-content: center;
    align-items: center;
}


.above-the-fold-heading h1 {
    /*-webkit-text-stroke: 1px white;*/
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #d0112b;
    font-style: italic;
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    text-align: center;
}

.above-the-fold-heading h2 {
    /*-webkit-text-stroke: 1px white;*/
    color: #231f20;
    text-shadow: -1px 1px white, 1px 1px white, 1px 1px white, 1px -1px white;
    font-style: italic;
    font-weight: 900 !important;
    text-align: center;
}

.above-the-fold-col {
    font-style: italic;
    font-weight: 800;
    width: 100%;
}

#above-the-fold-first-col {
    width: 500px;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#above-the-fold-sec-col {
    width: 500px;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.above-first-col-container {
    height: 600px;
    width: 700px;
}

@media only screen and (min-width: 768px) {
    .map-container {
        height: 650px;
        width: 650px;
        background-image: url('/wp-content/themes/forkforce/css/../images/AUST-MAP.webp');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -40px;
    }

    #toowoomba-icon {
        position: relative;
        right: -24.1em;
        bottom: -16.3em;
    }

    #brisbane-icon {
        position: relative;
        right: -23.8em;
        bottom: -16.2em;
    }

    #newcastle-icon {
        position: relative;
        right: -19.6em;
        bottom: -21.6em;
    }

    #sydney-icon {
        position: relative;
        right: -20.1em;
        bottom: -23.6em;
    }

    #canberra-icon {
        position: relative;
        right: -129px;
        bottom: -399px;
    }

    #hobart-icon {
        position: relative;
        right: -185px;
        top: 532px;
    }

    #adelaide-icon {
        position: relative;
        left: 13px;
        bottom: -389px;
    }

    #perth-icon {
        position: relative;
        left: -287px;
        bottom: -335px;
    }

    #melbourne-icon {
        position: relative;
        right: -183px;
        bottom: -440px;
    }

    #darwin-icon {
        position: relative;
        left: -9.5em;
        top: 2em;
    }

}

#large-btm-panel-img {
    width: 100%;
    height: auto;
    align-self: flex-end;
}

#three-forklifts-image {
    height: 50vh;
    width: auto;
}

.map-container span:before {
    display: inline-block;
    content: "";
    height: 25px;
    width: 25px;
    margin: 0;
    padding: 0;
    background-position: center;
    background-image: url('/wp-content/themes/forkforce/css/../images/FORKLIFT-ICON-2.png');
    background-size: contain;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.get-a-quote-btn {
    padding: 11px 60px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.4rem;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 10px 5px 5px grey;
    background-color: #d0112b;
    color: white;
    margin-top: 10px;
}

.above-the-fold-footer {
    background: url('/wp-content/themes/forkforce/css/../images/news-bg.jpg') repeat left top;
    height: auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.above-the-fold-footer-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-weight: 700;
    font-style: italic;
    font-size: 1.4em;
    justify-content: center;
    column-gap: 15px;

    li {
        padding: 13px 0;
    }
}

/******************************************************************
MOBILE DEVICES
******************************************************************/
@media only screen and (max-width: 768px) {
    #three-forklifts-image {
        height: auto;
        width: 100%;
    }

    p {
        font-size: 14px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .map-container span:before {
        height: 22px;
        width: 22px;
    }

    .above-the-fold-body {
        position: relative;
        width: 100%;
    }

    #above-the-fold-first-col {
        width: 100%;
        padding: 10px 0 30px;
    }

    #above-the-fold-sec-col {
        width: 100%;
        padding: 10px 0;
        height: 50vh;
    }

    .above-first-col-container {
        height: auto;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .above-the-fold {
        row-gap: 25px;
    }

    .above-the-fold-heading {
        padding-top: 20px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .map-container {
        min-width: 350px;
        width: 100vw;
        position: relative;
        height: 20em;
        background-position: bottom;
        background-image: url('/wp-content/themes/forkforce/css/../images/AUST-MAP.webp');
        background-repeat: no-repeat;
        background-size: contain;
    }


    #toowoomba-icon {
        position: relative;
        right: -15.55em;
        bottom: -8.6em;
    }

    #brisbane-icon {
        position: relative;
        right: -15.13em;
        bottom: -8.48em;
    }

    #newcastle-icon {
        position: relative;
        right: -11.41em;
        bottom: -11.11em;
    }

    #sydney-icon {

        position: relative;
        right: -12.24em;
        bottom: -12.24em;
    }

    #canberra-icon {
        position: relative;
        right: -1.75em;
        bottom: -12.75em;
    }

    #hobart-icon {
        position: relative;
        right: -5.93em;
        bottom: -17.41em;
    }

    .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1;
        min-height: 2rem;
    }

    label.gfield_label.gform-field-label {
        font-size: 12px !important;
    }

    #adelaide-icon {
        position: relative;
        right: 1.11em;
        bottom: -12.25em;
    }

    #perth-icon {
        position: relative;
        right: 10.5em;
        bottom: -10.55em;
    }

    #melbourne-icon {
        position: relative;
        right: -6.7em;
        bottom: -14.2em;
    }

    #darwin-icon {
        position: relative;
        right: 8.11em;
        bottom: -1.32em;
    }
}

/* end of media query */

.contact-popover {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 300px;
    text-align: center;
}

.contact-popover img {
    height: 20px;
    width: auto;
}

.contact-popover p {
    margin: 0;
    font-size: 14px;
}

.contact-popover a {
    display: block;
    margin-top: 5px;
    color: white;
    background-color: #d0112b;
    text-decoration: none;
}

#popover-container {
    position: relative;
    left: 213px;
    top: 205px;
}

.contact-popover-header {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 10px;
}

.contact-popover-header p {
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;

    a {
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #d0112b;
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: opacity 0.5s;
    }

    a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 767px) {
    .contact-btn-group {
        column-gap: 5px;

        a {
            padding: 4px;
        }
    }

    #popover-container {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .contact-popover {
        width: 150px;
        padding: 8px;
        position: absolute;
        top: 8em;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
        border: none;
        margin: 0 auto;
    }

    .contact-popover p {
        font-size: 14px;
    }

    .contact-popover a {
        font-size: 12px;
        text-wrap: nowrap;
    }

    .contact-popover-header {
        flex-wrap: wrap;
    }

    .col-2 {
        width: 100% !important;
    }
}

.hire-range-list {
    padding-top: 60px;
}

.front-page-range-list {
    width: 1170px;
    margin: auto;
    padding: 0 0 16px;
}

@media only screen and (max-width: 1160px) {
    .front-page-range-list {
        width: 100%;
        padding: 0 5px;
    }
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.hire-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}

.hire-card-col {
    width: 400px;

    h4 {
        text-align: center;
    }
}

.hire-card a {
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

@media only screen and (min-width: 1280px) {
    .hassle-free {
        display: flex;
        flex-direction: column;
        height: 900px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}



.hassle-free {
    h2 {
        color: #d0112b;
        font-style: italic;
    }

    p {
        font-size: 1.1rem;
        letter-spacing: .06em;
        text-align: center;
    }
}

#long-term-hire:hover {
    i {
        padding-left: 10px;
    }
}

#short-term-hire:hover {
    i {
        padding-left: 10px;
    }
}

#long-term-hire-btm:hover {
    i {
        padding-left: 10px;
    }
}

#short-term-hire-btm:hover {
    i {
        padding-left: 10px;
    }
}

.big-p {
    font-size: 1.15rem;
    letter-spacing: .06em;
    padding-left: 5px;
    padding-right: 5px;
}

/* FONT/TEXT HELPER CLASSES */
.font-primary {
    color: #d0112b;
    font-family: Lato, sans-serif;
}

.font-secondary {
    color: white;
    font-family: Lato, sans-serif;
}

.font-tertiary {
    color: #ebd407 !important;
    font-family: Lato, sans-serif !important;
}

.font-dark {
    color: #231f20 !important;
    font-family: Lato, sans-serif !important;
}

.font-italic {
    font-style: italic !important;
}

.font-900 {
    font-weight: 900 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.text-transform-none {
    text-transform: none !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: end !important;
}

.text-start {
    text-align: start !important;
}

.text-justify {
    text-align: justify !important;
}

.box-shadow {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    !important;
}

.border-radius {
    border-radius: 8px;
    !important;
}

/*********** FLEX DISPLAY HELPERS  *************/
.d-flex {
    display: flex !important;
}

.d-flex-col {
    display: flex !important;
    flex-direction: column !important;
}

.d-flex-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.flex-item {
    flex: 0 0 50% !important;
    padding: 10px !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.col-gap-1 {
    column-gap: 1rem !important;
}

.col-gap-2 {
    column-gap: 2rem !important;
}

.col-gap-3 {
    column-gap: 3rem !important;
}

.row-gap-1 {
    row-gap: 1rem !important;
}

.row-gap-2 {
    row-gap: 2rem !important;
}

.row-gap-3 {
    row-gap: 3rem !important;
}

.row-gap-5px {
    row-gap: 5px !important;
}

.row-gap-10px {
    row-gap: 10px !important;
}

.justify-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-content-center {
    align-content: center !important;
}

/*********** FLEX DISPLAY HELPERS - UNIVERSAL *************/
/*********** MARGIN HELPERS  *************/
.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.m-5 {
    margin: 5rem !important;
}

.m-6 {
    margin: 6rem !important;
}

.m-7 {
    margin: 7rem !important;
}

/*********** MARGIN-TOP HELPERS - UNIVERSAL *************/
.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

/*********** MARGIN-LEFT HELPERS - UNIVERSAL  *************/
.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.ml-6 {
    margin-left: 6rem !important;
}

.ml-7 {
    margin-left: 7rem !important;
}

/*********** MARGIN-RIGHT HELPERS - UNIVERSAL  *************/
.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}

.mr-6 {
    margin-right: 6rem !important;
}

.mr-7 {
    margin-right: 7rem !important;
}

/*********** MARGIN-BOTTOM HELPERS - UNIVERSAL  *************/
.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

/*********** MARGIN-VERTICAL-AXIS HELPERS - UNIVERSAL *************/
.mx-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mx-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mx-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mx-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mx-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mx-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

/*********** MARGIN-HORIZONTAL-AXIS HELPERS - UNIVERSAL  *************/
.my-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.my-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

/*********** PADDING HELPERS - UNIVERSAL  *************/
.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.p-6 {
    padding: 6rem !important;
}

.p-7 {
    padding: 7rem !important;
}

/*********** PADDING-TOP HELPERS - UNIVERSAL *************/
.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

/*********** PADDING-LEFT HELPERS - UNIVERSAL  *************/
.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pl-6 {
    padding-left: 6rem !important;
}

.pl-7 {
    padding-left: 7rem !important;
}

/*********** PADDING-RIGHT HELPERS - UNIVERSAL  *************/
.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pr-6 {
    padding-right: 6rem !important;
}

.pr-7 {
    padding-right: 7rem !important;
}

/*********** PADDING-BOTTOM HELPERS - UNIVERSAL  *************/
.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

/* PADDING-VERTICAL-AXIS HELPERS - UNIVERSAL */
.px-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.px-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.px-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

/* PADDING-HORIZONTAL-AXIS HELPERS - UNIVERSAL */
.py-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.py-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.py-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}


/*********** FLEX DISPLAY HELPERS - MOBILE ONLY  *************/
@media only screen and (max-width: 767px) {

    /*********** MARGIN HELPERS - MOBILE ONLY  *************/
    .m-1-sm {
        margin: 1rem !important;
    }

    .m-2-sm {
        margin: 2rem !important;
    }

    .m-3-sm {
        margin: 3rem !important;
    }

    .m-4-sm {
        margin: 4rem !important;
    }

    .m-5-sm {
        margin: 5rem !important;
    }

    .m-6-sm {
        margin: 6rem !important;
    }

    .m-7-sm {
        margin: 7rem !important;
    }

    /*********** MARGIN-TOP HELPERS - MOBILE ONLY  *************/
    .mt-1-sm {
        margin-top: 1rem !important;
    }

    .mt-2-sm {
        margin-top: 2rem !important;
    }

    .mt-3-sm {
        margin-top: 3rem !important;
    }

    .mt-4-sm {
        margin-top: 4rem !important;
    }

    .mt-5-sm {
        margin-top: 5rem !important;
    }

    .mt-6-sm {
        margin-top: 6rem !important;
    }

    .mt-7-sm {
        margin-top: 7rem !important;
    }

    /*********** MARGIN-LEFT HELPERS - MOBILE ONLY  *************/
    .ml-1-sm {
        margin-left: 1rem !important;
    }

    .ml-2-sm {
        margin-left: 2rem !important;
    }

    .ml-3-sm {
        margin-left: 3rem !important;
    }

    .ml-4-sm {
        margin-left: 4rem !important;
    }

    .ml-5-sm {
        margin-left: 5rem !important;
    }

    .ml-6-sm {
        margin-left: 6rem !important;
    }

    .ml-7-sm {
        margin-left: 7rem !important;
    }

    /*********** MARGIN-RIGHT HELPERS - MOBILE ONLY  *************/
    .mr-1-sm {
        margin-right: 1rem !important;
    }

    .mr-2-sm {
        margin-right: 2rem !important;
    }

    .mr-3-sm {
        margin-right: 3rem !important;
    }

    .mr-4-sm {
        margin-right: 4rem !important;
    }

    .mr-5-sm {
        margin-right: 5rem !important;
    }

    .mr-6-sm {
        margin-right: 6rem !important;
    }

    .mr-7-sm {
        margin-right: 7rem !important;
    }

    /*********** MARGIN-BOTTOM HELPERS - MOBILE ONLY  *************/
    .mb-1-sm {
        margin-bottom: 1rem !important;
    }

    .mb-2-sm {
        margin-bottom: 2rem !important;
    }

    .mb-3-sm {
        margin-bottom: 3rem !important;
    }

    .mb-4-sm {
        margin-bottom: 4rem !important;
    }

    .mb-5-sm {
        margin-bottom: 5rem !important;
    }

    .mb-6-sm {
        margin-bottom: 6rem !important;
    }

    .mb-7-sm {
        margin-bottom: 7rem !important;
    }

    /*********** MARGIN-VERTICAL-AXIS HELPERS - MOBILE ONLY  *************/
    .mx-1-sm {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mx-2-sm {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mx-3-sm {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mx-4-sm {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .mx-5-sm {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .mx-6-sm {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .mx-7-sm {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    /*********** MARGIN-HORIZONTAL-AXIS HELPERS - MOBILE ONLY  *************/
    .my-1-sm {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-2-sm {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .my-3-sm {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-4-sm {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-5-sm {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-6-sm {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-7-sm {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    /*********** PADDING HELPERS - MOBILE ONLY  *************/
    .p-1-sm {
        padding: 1rem !important;
    }

    .p-2-sm {
        padding: 2rem !important;
    }

    .p-3-sm {
        padding: 3rem !important;
    }

    .p-4-sm {
        padding: 4rem !important;
    }

    .p-5-sm {
        padding: 5rem !important;
    }

    .p-6-sm {
        padding: 6rem !important;
    }

    .p-7-sm {
        padding: 7rem !important;
    }

    /*********** PADDING-TOP HELPERS - MOBILE ONLY  *************/
    .pt-1-sm {
        padding-top: 1rem !important;
    }

    .pt-2-sm {
        padding-top: 2rem !important;
    }

    .pt-3-sm {
        padding-top: 3rem !important;
    }

    .pt-4-sm {
        padding-top: 4rem !important;
    }

    .pt-5-sm {
        padding-top: 5rem !important;
    }

    .pt-6-sm {
        padding-top: 6rem !important;
    }

    .pt-7-sm {
        padding-top: 7rem !important;
    }

    /*********** PADDING-LEFT HELPERS - MOBILE ONLY  *************/
    .pl-1-sm {
        padding-left: 1rem !important;
    }

    .pl-2-sm {
        padding-left: 2rem !important;
    }

    .pl-3-sm {
        padding-left: 3rem !important;
    }

    .pl-4-sm {
        padding-left: 4rem !important;
    }

    .pl-5-sm {
        padding-left: 5rem !important;
    }

    .pl-6-sm {
        padding-left: 6rem !important;
    }

    .pl-7-sm {
        padding-left: 7rem !important;
    }

    /*********** PADDING-RIGHT HELPERS - MOBILE ONLY  *************/
    .pr-1-sm {
        padding-right: 1rem !important;
    }

    .pr-2-sm {
        padding-right: 2rem !important;
    }

    .pr-3-sm {
        padding-right: 3rem !important;
    }

    .pr-4-sm {
        padding-right: 4rem !important;
    }

    .pr-5-sm {
        padding-right: 5rem !important;
    }

    .pr-6-sm {
        padding-right: 6rem !important;
    }

    .pr-7-sm {
        padding-right: 7rem !important;
    }

    /*********** PADDING-BOTTOM HELPERS - MOBILE ONLY  *************/
    .pb-1-sm {
        padding-bottom: 1rem !important;
    }

    .pb-2-sm {
        padding-bottom: 2rem !important;
    }

    .pb-3-sm {
        padding-bottom: 3rem !important;
    }

    .pb-4-sm {
        padding-bottom: 4rem !important;
    }

    .pb-5-sm {
        padding-bottom: 5rem !important;
    }

    .pb-6-sm {
        padding-bottom: 6rem !important;
    }

    .pb-7-sm {
        padding-bottom: 7rem !important;
    }

    /* PADDING-VERTICAL-AXIS HELPERS - MOBILE ONLY */
    .px-1-sm {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .px-2-sm {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .px-3-sm {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .px-4-sm {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .px-5-sm {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .px-6-sm {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .px-7-sm {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    /* PADDING-HORIZONTAL-AXIS HELPERS - MOBILE ONLY */
    .py-1-sm {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-2-sm {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .py-3-sm {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-4-sm {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-5-sm {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-6-sm {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .py-7-sm {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}

/*********** FLEX DISPLAY HELPERS - DESKTOP ONLY  *************/
@media only screen and (min-width: 768px) {

    /*********** MARGIN HELPERS - DESKTOP ONLY  *************/
    .m-1-lg {
        margin: 1rem !important;
    }

    .m-2-lg {
        margin: 2rem !important;
    }

    .m-3-lg {
        margin: 3rem !important;
    }

    .m-4-lg {
        margin: 4rem !important;
    }

    .m-5-lg {
        margin: 5rem !important;
    }

    .m-6-lg {
        margin: 6rem !important;
    }

    .m-7-lg {
        margin: 7rem !important;
    }

    /*********** MARGIN-TOP HELPERS - DESKTOP ONLY  *************/
    .mt-1-lg {
        margin-top: 1rem !important;
    }

    .mt-2-lg {
        margin-top: 2rem !important;
    }

    .mt-3-lg {
        margin-top: 3rem !important;
    }

    .mt-4-lg {
        margin-top: 4rem !important;
    }

    .mt-5-lg {
        margin-top: 5rem !important;
    }

    .mt-6-lg {
        margin-top: 6rem !important;
    }

    .mt-7-lg {
        margin-top: 7rem !important;
    }

    /*********** MARGIN-LEFT HELPERS - DESKTOP ONLY  *************/
    .ml-1-lg {
        margin-left: 1rem !important;
    }

    .ml-2-lg {
        margin-left: 2rem !important;
    }

    .ml-3-lg {
        margin-left: 3rem !important;
    }

    .ml-4-lg {
        margin-left: 4rem !important;
    }

    .ml-5-lg {
        margin-left: 5rem !important;
    }

    .ml-6-lg {
        margin-left: 6rem !important;
    }

    .ml-7-lg {
        margin-left: 7rem !important;
    }

    /*********** MARGIN-RIGHT HELPERS - DESKTOP ONLY  *************/
    .mr-1-lg {
        margin-right: 1rem !important;
    }

    .mr-2-lg {
        margin-right: 2rem !important;
    }

    .mr-3-lg {
        margin-right: 3rem !important;
    }

    .mr-4-lg {
        margin-right: 4rem !important;
    }

    .mr-5-lg {
        margin-right: 5rem !important;
    }

    .mr-6-lg {
        margin-right: 6rem !important;
    }

    .mr-7-lg {
        margin-right: 7rem !important;
    }

    /*********** MARGIN-BOTTOM HELPERS - DESKTOP ONLY  *************/
    .mb-1-lg {
        margin-bottom: 1rem !important;
    }

    .mb-2-lg {
        margin-bottom: 2rem !important;
    }

    .mb-3-lg {
        margin-bottom: 3rem !important;
    }

    .mb-4-lg {
        margin-bottom: 4rem !important;
    }

    .mb-5-lg {
        margin-bottom: 5rem !important;
    }

    .mb-6-lg {
        margin-bottom: 6rem !important;
    }

    .mb-7-lg {
        margin-bottom: 7rem !important;
    }

    /*********** MARGIN-VERTICAL-AXIS HELPERS - DESKTOP ONLY  *************/
    .mx-1-lg {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mx-2-lg {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mx-3-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mx-4-lg {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .mx-5-lg {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .mx-6-lg {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .mx-7-lg {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    /*********** MARGIN-HORIZONTAL-AXIS HELPERS - DESKTOP ONLY  *************/
    .my-1-lg {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-2-lg {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .my-3-lg {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-4-lg {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-5-lg {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-6-lg {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-7-lg {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    /*********** PADDING HELPERS - DESKTOP ONLY  *************/
    .p-1-lg {
        padding: 1rem !important;
    }

    .p-2-lg {
        padding: 2rem !important;
    }

    .p-3-lg {
        padding: 3rem !important;
    }

    .p-4-lg {
        padding: 4rem !important;
    }

    .p-5-lg {
        padding: 5rem !important;
    }

    .p-6-lg {
        padding: 6rem !important;
    }

    .p-7-lg {
        padding: 7rem !important;
    }

    /*********** PADDING-TOP HELPERS - DESKTOP ONLY  *************/
    .pt-1-lg {
        padding-top: 1rem !important;
    }

    .pt-2-lg {
        padding-top: 2rem !important;
    }

    .pt-3-lg {
        padding-top: 3rem !important;
    }

    .pt-4-lg {
        padding-top: 4rem !important;
    }

    .pt-5-lg {
        padding-top: 5rem !important;
    }

    .pt-6-lg {
        padding-top: 6rem !important;
    }

    .pt-7-lg {
        padding-top: 7rem !important;
    }

    /*********** PADDING-LEFT HELPERS - DESKTOP ONLY  *************/
    .pl-1-lg {
        padding-left: 1rem !important;
    }

    .pl-2-lg {
        padding-left: 2rem !important;
    }

    .pl-3-lg {
        padding-left: 3rem !important;
    }

    .pl-4-lg {
        padding-left: 4rem !important;
    }

    .pl-5-lg {
        padding-left: 5rem !important;
    }

    .pl-6-lg {
        padding-left: 6rem !important;
    }

    .pl-7-lg {
        padding-left: 7rem !important;
    }

    /*********** PADDING-RIGHT HELPERS - DESKTOP ONLY  *************/
    .pr-1-lg {
        padding-right: 1rem !important;
    }

    .pr-2-lg {
        padding-right: 2rem !important;
    }

    .pr-3-lg {
        padding-right: 3rem !important;
    }

    .pr-4-lg {
        padding-right: 4rem !important;
    }

    .pr-5-lg {
        padding-right: 5rem !important;
    }

    .pr-6-lg {
        padding-right: 6rem !important;
    }

    .pr-7-lg {
        padding-right: 7rem !important;
    }

    /*********** PADDING-BOTTOM HELPERS - DESKTOP ONLY  *************/
    .pb-1-lg {
        padding-bottom: 1rem !important;
    }

    .pb-2-lg {
        padding-bottom: 2rem !important;
    }

    .pb-3-lg {
        padding-bottom: 3rem !important;
    }

    .pb-4-lg {
        padding-bottom: 4rem !important;
    }

    .pb-5-lg {
        padding-bottom: 5rem !important;
    }

    .pb-6-lg {
        padding-bottom: 6rem !important;
    }

    .pb-7-lg {
        padding-bottom: 7rem !important;
    }

    /* PADDING-VERTICAL-AXIS HELPERS - DESKTOP ONLY */
    .px-1-lg {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .px-2-lg {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .px-3-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .px-4-lg {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .px-5-lg {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .px-6-lg {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .px-7-lg {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    /* PADDING-HORIZONTAL-AXIS HELPERS - DESKTOP ONLY */
    .py-1-lg {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-2-lg {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .py-3-lg {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-4-lg {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-5-lg {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-6-lg {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .py-7-lg {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}


.ffa-image {
    max-width: 100%;
    height: auto;
}

.ffa-table,
.ff-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.ffa-table-all {
    border: 1px solid #ccc;
}

.ffa-bordered tr,
.ffa-table-all tr {
    border-bottom: 1px solid #ddd;
}

.ffa-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.ffa-table-all tr:nth-child(odd) {
    background-color: #fff;
}

.ffa-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.ffa-hoverable tbody tr:hover,
.ffa-ul.ffa-hoverable li:hover {
    background-color: #ccc;
}

.ffa-centered tr th,
.ffa-centered tr td {
    text-align: center
}

.ffa-table td,
.ffa-table th,
.ffa-table-all td,
.ffa-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.ffa-table th:first-child,
.ffa-table td:first-child,
.ffa-table-all th:first-child,
.ffa-table-all td:first-child {
    padding-left: 16px
}

.ffa-btn,
.ffa-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    min-width: 250px;
    box-shadow: 10px 5px 5px grey;
    background-color: #d0112b;
    color: white;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.ffa-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.hassle-free>div>div>a {
    width: 400px;
    border-radius: 8px;
}

.ffa-btn,
.ffa-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 4px;
}

.ffa-disabled,
.ffa-btn:disabled,
.ffa-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.ffa-disabled *,
:disabled * {
    pointer-events: none;
}

.ffa-btn.ffa-disabled:hover,
.ffa-btn:disabled:hover {
    box-shadow: none;
}

.ffa-badge,
.ffa-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.ffa-badge {
    border-radius: 50%;
}

.ffa-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ffa-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

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

.ffa-tooltip,
.ffa-display-container {
    position: relative;
}

.ffa-tooltip .ffa-text {
    display: none;
}

.ffa-tooltip:hover .ffa-text {
    display: inline-block;
}

.ffa-ripple:active {
    opacity: 0.5;
}

.ffa-ripple {
    transition: opacity 0s;
}

.ffa-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.ffa-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

.ffa-dropdown-click,
.ffa-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ffa-dropdown-hover:hover .ffa-dropdown-content {
    display: block;
}

.ffa-dropdown-hover:first-child,
.ffa-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}

.ffa-dropdown-hover:hover>.ffa-button:first-child,
.ffa-dropdown-click:hover>.ffa-button:first-child {
    background-color: #ccc;
    color: #000;
}

.ffa-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.ffa-check,
.ffa-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.ffa-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
}

.ffa-bar-block .ffa-dropdown-hover,
.ffa-bar-block .ffa-dropdown-click {
    width: 100%;
}

.ffa-bar-block .ffa-dropdown-hover .ffa-dropdown-content,
.ffa-bar-block .ffa-dropdown-click .ffa-dropdown-content {
    min-width: 100%;
}

.ffa-bar-block .ffa-dropdown-hover .ffa-button,
.ffa-bar-block .ffa-dropdown-click .ffa-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}

.ffa-main,
#main {
    transition: margin-left .4s;
}

.ffa-modal {
    z-index: 3;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.ffa-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.ffa-bar {
    width: 100%;
    overflow: hidden;
}

.ffa-center .ffa-bar {
    display: inline-block;
    width: auto;
}

.ffa-bar .ffa-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.ffa-bar .ffa-dropdown-hover,
.ffa-bar .ffa-dropdown-click {
    position: static;
    float: left;
}

.ffa .ffa-button {
    white-space: normal;
}

.ffa-bar-block .ffa-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.ffa-bar-block.ffa-center .ffa-bar-item {
    text-align: center;
}

.ffa-block {
    display: block;
    width: 100%;
}

.ffa-responsive {
    display: block;
    overflow-x: auto;
}

.ffa:after,
.ffa:before,
.ffa:after,
.ffa:before,
.ffa:after,
.ffa:before,
.ffa:after,
.ffa-row-padding:before,
.ffa-cell-row:before,
.ffa-cell-row:after,
.ffa-clear:after,
.ffa-clear:before,
.ffa-bar:before,
.ffa-bar:after {
    content: "";
    display: table;
    clear: both;
}

.ffa-col,
.ffa-half,
.ffa-third,
.ffa-twothird,
.ffa-threequarter,
.ffa-quarter {
    float: left;
    width: 100%;
}

.ffa-col.s1 {
    width: 8.33333%;
}

.ffa-col.s2 {
    width: 16.66666%;
}

.ffa-col.s3 {
    width: 24.99999%;
}

.ffa-col.s4 {
    width: 33.33333%;
}

.ffa-col.s5 {
    width: 41.66666%;
}

.ffa-col.s6 {
    width: 49.99999%;
}

.ffa-col.s7 {
    width: 58.33333%;
}

.ffa-col.s8 {
    width: 66.66666%;
}

.ffa-col.s9 {
    width: 74.99999%;
}

.ffa-col.s10 {
    width: 83.33333%;
}

.ffa-col.s11 {
    width: 91.66666%;
}

.ffa-col.s12 {
    width: 99.99999%;
}

@media (min-width: 601px) {
    .ffa-col.m1 {
        width: 8.33333%;
    }

    .ffa-col.m2 {
        width: 16.66666%;
    }

    .ffa-col.m3,
    .ffa-quarter {
        width: 24.99999%;
    }

    .ffa-col.m4,
    .ffa-third {
        width: 33.33333%;
    }

    .ffa-col.m5 {
        width: 41.66666%;
    }

    .ffa-col.m6,
    .ffa-half {
        width: 49.99999%;
    }

    .ffa-col.m7 {
        width: 58.33333%;
    }

    .ffa-col.m8,
    .ffa-twothird {
        width: 66.66666%;
    }

    .ffa-col.m9,
    .ffa-threequarter {
        width: 74.99999%;
    }

    .ffa-col.m10 {
        width: 83.33333%;
    }

    .ffa-col.m11 {
        width: 91.66666%;
    }

    .ffa-col.m12 {
        width: 99.99999%;
    }
}

@media only screen and (min-width: 993px) {
    .ffa-col.l1 {
        width: 8.33333%;
    }

    .ffa-col.l2 {
        width: 16.66666%;
    }

    .ffa-col.l3 {
        width: 24.99999%;
    }

    .ffa-col.l4 {
        width: 33.33333%;
    }

    .ffa-col.l5 {
        width: 41.66666%;
    }

    .ffa-col.l6 {
        width: 49.99999%;
    }

    .ffa-col.l7 {
        width: 58.33333%;
    }

    .ffa-col.l8 {
        width: 66.66666%;
    }

    .ffa-col.l9 {
        width: 74.99999%;
    }

    .ffa-col.l10 {
        width: 83.33333%;
    }

    .ffa-col.l11 {
        width: 91.66666%;
    }

    .ffa-col.l12 {
        width: 99.99999%;
    }
}

.ffa-rest {
    overflow: hidden;
}

.ffa-stretch {
    margin-left: -16px;
    margin-right: -16px;
}

.ffa-content,
.ffa-auto {
    margin-left: auto;
    margin-right: auto
}

.ffa-content {
    max-width: 980px;
}

.ffa-auto {
    max-width: 1140px;
}

.ffa-cell-row {
    display: table;
    width: 100%;
}

.ffa-cell {
    display: table-cell;
}

.ffa-cell-top {
    vertical-align: top;
}

.ffa-cell-middle {
    vertical-align: middle;
}

.ffa-cell-bottom {
    vertical-align: bottom;
}

.ffa-hide {
    display: none !important;
}

.ffa-show-block,
.ffa-show {
    display: block !important;
}

.ffa-show-inline-block {
    display: inline-block !important;
}

@media only screen and (max-width: 1205px) {
    .ffa-auto {
        max-width: 95%
    }
}

@media only screen and (max-width: 600px) {
    .ffa-modal-content {
        margin: 0 10px;
        width: auto !important;
    }

    .ffa-modal {
        padding-top: 30px;
    }

    .ffa-dropdown-hover.ffa-mobile .ffa-dropdown-content,
    .ffa-dropdown-click.ffa-mobile .ffa-dropdown-content {
        position: relative;
    }

    .ffa-hide-small {
        display: none !important;
    }

    .ffa-mobile {
        display: block;
        width: 100% !important;
    }

    .ffa-bar-item.ffa-mobile,
    .ffa-dropdown-hover.ffa-mobile,
    .ffa-dropdown-click.ffa-mobile {
        text-align: center;
    }

    .ffa-dropdown-hover.ffa-mobile,
    .ffa-dropdown-hover.ffa-mobile .ffa-btn,
    .ffa-dropdown-hover.ffa-mobile .ffa-button,
    .ffa-dropdown-click.ffa-mobile,
    .ffa-dropdown-click.ffa-mobile .ffa-btn,
    .ffa-dropdown-click.ffa-mobile .ffa-button {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .ffa-modal-content {
        width: 500px;
    }

    .ffa-modal {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 993px) {
    .ffa-modal-content {
        width: 900px;
    }

    .ffa-hide-large {
        display: none !important;
    }

    .ffa-sidebar.ffa-collapse {
        display: block !important;
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .ffa-hide-medium {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .ffa-sidebar.ffa-collapse {
        display: none;
    }

    .ffa-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ffa-auto {
        max-width: 100%;
    }
}

.ffa-top,
.ffa-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.ffa-top {
    top: 0;
}

.ffa-bottom {
    bottom: 0;
}

.ffa-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.ffa-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.ffa-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.ffa-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ffa-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ffa-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ffa-display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.ffa-display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.ffa-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.ffa-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.ffa-display-container:hover .ffa-display-hover {
    display: block;
}

.ffa-display-container:hover span.ffa-display-hover {
    display: inline-block;
}

.ffa-display-hover {
    display: none;
}

.ffa-display-position {
    position: absolute;
}

.ffa-circle {
    border-radius: 50%;
}

.ffa-round-small {
    border-radius: 2px;
}

.ffa-round,
.ffa-round-medium {
    border-radius: 4px;
}

.ffa-round-large {
    border-radius: 8px;
}

.ffa-round-xlarge {
    border-radius: 16px;
}

.ffa-round-xxlarge {
    border-radius: 32px;
}

.ffa-row-padding,
.ffa-row-padding>.ffa-half,
.ffa-row-padding>.ffa-third,
.ffa-row-padding>.ffa-twothird,
.ffa-row-padding>.ffa-threequarter,
.ffa-row-padding>.ffa-quarter,
.ffa-row-padding>.ffa-col {
    padding: 0 8px;
}

.ffa-container,
.ffa-panel {
    padding: 0.01em 16px;
}

.ffa-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.ffa-code,
.ffa-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px;
}

.ffa-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word;
}

.ffa-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

.ffa-card,
.ffa-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ffa-card-4,
.ffa-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
        0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ANIMATE SPIN */
.ffa-spin {
    animation: ffa-spin 2s infinite linear
}

@keyframes ffa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* ANIMATE FADING */
.ffa-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ANIMATE OPACITY */
.ffa-animate-opacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ANIMATE TOP */
.ffa-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* ANIMATE LEFT */
.ffa-animate-left {
    position: relative;
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

/* ANIMATE RIGHT */
.ffa-animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.ffa-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.ffa-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.ffa-animate-input {
    transition: width 0.4s ease-in-out;
}

.ffa-animate-input:focus {
    width: 100% !important;
}

.ffa-opacity,
.ffa-hover-opacity:hover {
    opacity: 0.50;
}

.ffa-opacity-off,
.ffa-hover-opacity-off:hover {
    opacity: 1;
}

.ffa-opacity-max {
    opacity: 0.25;
}

.ffa-opacity-min {
    opacity: 0.75;
}

.ffa-greyscale-max,
.ffa-grayscale-max,
.ffa-hover-greyscale:hover,
.ffa-hover-grayscale:hover {
    filter: grayscale(100%);
}

.ffa-greyscale,
.ffa-grayscale {
    filter: grayscale(75%);
}

.ffa-greyscale-min,
.ffa-grayscale-min {
    filter: grayscale(50%);
}

.ffa-sepia {
    filter: sepia(75%);
}

.ffa-sepia-max,
.ffa-hover-sepia:hover {
    filter: sepia(100%);
}

.ffa-sepia-min {
    filter: sepia(50%);
}

.ffa-tiny {
    font-size: 10px !important;
}

.ffa-small {
    font-size: 12px !important;
}

.ffa-medium {
    font-size: 15px !important;
}

.ffa-large {
    font-size: 18px !important;
}

.ffa-xlarge {
    font-size: 24px !important;
}

.ffa-xxlarge {
    font-size: 36px !important;
}

.ffa-xxxlarge {
    font-size: 48px !important;
}

.ffa-jumbo {
    font-size: 64px !important;
}

.ffa-left-align {
    text-align: left !important;
}

.ffa-right-align {
    text-align: right !important;
}

.ffa-justify {
    text-align: justify !important;
}

.ffa-center {
    text-align: center !important;
}

.ffa-border-0 {
    border: 0 !important;
}

.ffa-border {
    border: 1px solid #ccc !important;
}

.ffa-border-top {
    border-top: 1px solid #ccc !important;
}

.ffa-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.ffa-border-left {
    border-left: 1px solid #ccc !important;
}

.ffa-border-right {
    border-right: 1px solid #ccc !important;
}

.ffa-topbar {
    border-top: 6px solid #ccc !important;
}

.ffa-bottombar {
    border-bottom: 6px solid #ccc !important;
}

.ffa-leftbar {
    border-left: 6px solid #ccc !important;
}

.ffa-rightbar {
    border-right: 6px solid #ccc !important;
}

.ffa-section,
.ffa-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.ffa-margin {
    margin: 16px !important;
}

.ffa-margin-top {
    margin-top: 16px !important;
}

.ffa-margin-bottom {
    margin-bottom: 16px !important;
}

.ffa-margin-left {
    margin-left: 16px !important;
}

.ffa-margin-right {
    margin-right: 16px !important;
}

.ffa-padding-small {
    padding: 4px 8px !important;
}

.ffa-padding {
    padding: 8px 16px !important;
}

.ffa-padding-large {
    padding: 12px 24px !important;
}

/* PADDING 16 PIXELS */
.ffa-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* PADDING 24 PIXELS */
.ffa-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

/* PADDING 32 PIXELS */
.ffa-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* PADDING 48 PIXELS */
.ffa-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

/* PADDING 64 PIXELS */
.ffa-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

/* PADDING TOP 64 PIXELS */
.ffa-padding-top-64 {
    padding-top: 64px !important;
}

/* PADDING TOP 48 PIXELS */
.ffa-padding-top-48 {
    padding-top: 48px !important;
}

/* PADDING TOP 32 PIXELS */
.ffa-padding-top-32 {
    padding-top: 32px !important;
}

/* PADDING TOP 24 */
.ffa-padding-top-24 {
    padding-top: 24px !important;
}

/* PADDING TOP 16 PIXELS */
.ffa-padding-top-16 {
    padding-top: 16px !important;
}

/* PADDING BOTTOM 16 PIXELS */
.ffa-padding-bottom-16 {
    padding-bottom: 16px !important;
}

/* PADDING BOTTOM 24 PIXELS */
.ffa-padding-bottom-24 {
    padding-bottom: 24px !important;
}

/* PADDING BOTTOM 32 PIXELS */
.ffa-padding-bottom-32 {
    padding-bottom: 32px !important;
}

/* PADDING BOTTOM 48 PIXELS */
.ffa-padding-bottom-48 {
    padding-bottom: 48px !important;
}

/* PADDING BOTTOM 64 PIXELS */
.ffa-padding-bottom-64 {
    padding-bottom: 64px !important;
}

.ffa-left {
    float: left !important;
}

.ffa-right {
    float: right !important;
}

.ffa-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.ffa-transparent,
.ffa-hover-none:hover {
    background-color: transparent !important;
}

.ffa-hover-none:hover {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    #hassle-free {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* UNIVERSAL PADDING FOR PRODUCTS */
.woocommerce-notices-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.product-desc {
    width: 100%;
}

.ffa-col.s6.text-end.pr-1 {
    width: 35% !important;
}

.ffa-col.s6 {
    width: 65%;
    vertical-align: middle;
}

span.environment-class {
    background-color: #d0112b;
    color: #fff;
    padding: 4px 4px;
    margin-bottom: 29px;
    font-size: 14px;
    border-radius: 3px;
}

.price-banner__pre {
    margin-top: -15px;
}

.product-actions {
    text-align: center;
}

a.ff-popup.ff-button.button--specs {
    text-align: center;
    margin-top: 27px;
    color: #fff;
}

@media only screen and (max-device-width: 667px) {
    span.environment-class {
        background-color: #d0112b;
        color: #fff;
        padding: 4px 4px;
        margin-bottom: 4px;
        font-size: 14px;
        border-radius: 3px;
        display: inline-flex;
    }

    .cta-group {
        display: contents !important;
    }

    .reds_1 .col-md-4 {
        display: flex;
        margin-bottom: 20px;
    }

    .brand-info__desc.text-center {
        padding: 0px 12px;
    }

    .ffa-row.experts_con {
        padding: 15px 12px 0px 12px;
    }
}

/* ------------------------------------------------------------ *\
    Spinner
\* ------------------------------------------------------------ */

.js-ff-search-form:before,
.js-form-steps:before {
    pointer-events: none;
    z-index: 10000;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.js-ff-search-form:after,
.js-form-steps:after {
    pointer-events: none;
    z-index: 10000;
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url('/wp-content/themes/forkforce/css/../images/spinner.svg') 0 0 no-repeat;
    background-size: cover;
}

.js-ff-search-form.loading:before,
.js-ff-search-form.loading:after,
.js-form-steps.loading:before,
.js-form-steps.loading:after {
    pointer-events: initial;
    opacity: 1;
}

.filters-toggle-inner__custom {
    padding: 5px 10px;
    background-color: #d0112b;
    letter-spacing: .05em;
    transition: all .4s;
    color: #fff;
}

.filters-toggle-inner__custom:hover {
    color: #fff;
    opacity: .7;
}

@media only screen and (max-device-width: 434px) {
    .search-meta {
        justify-content: center;
        flex-flow: column;
        gap: 2rem;
    }
}

/* eCommerce Updates */
.menu-item .has-submenu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    width: 1.5em;
    height: 1.5em;
    z-index: 10;
    position: absolute;
    right: 28px;
}

.menu-item .elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    z-index: 10;
    position: absolute;
    right: 28px;
    font-size: 1.5em !important;
    pointer-events: all !important;
}

.menu-cart i {
    position: relative;
    --theme-cart-items-count: "0";
}

.menu-cart i:after {
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: var(--theme-cart-items-count);
    background-color: #D0112B;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1.5;
    font-size: 10px;
    font-weight: 700;
    margin: 0;
}

.menu-cart--alt i:after {
    background-color: inherit;
    border-radius: 0;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    display: none;
}

.checkout-container .ginput_container_radio .gchoice {
    width: 100%;
    overflow: visible;
}

.checkout-container .gform_legacy_markup_wrapper .top_label select.large {
    line-height: 1.2;
}

.checkout-container {
    display: grid;
    grid-template-columns: calc(38% - 40px) 62%;
    grid-gap: 40px;
}

.checkout-container:has(> .checkout__body:only-child) {
    grid-template-columns: 1fr;
}

.checkout__aside {
    margin-top: 16px;
}

.checkout__aside h3 {
    margin-bottom: 18px;
}

.tiles-products {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tile-product {
    display: flex;
    gap: 30px;
    border: 1px solid rgb(183, 183, 184);
    overflow: clip;
    padding: 20px;
}

.tile-product .tile__head {
    flex-shrink: 0;
    max-width: 35%
}

.tile-product .tile__head img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.tile-product .tile__body>p {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.tile-product .tile__body .tile__body-meta p {
    font-size: 13px;
    line-height: 1.3;
    color: gray;
    margin: 0;
    font-style: italic;
}

.popup-add-to-cart {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    box-shadow: 1px 2px 12px 0px rgba(120, 111, 111, 0.75);
    -webkit-box-shadow: 1px 2px 12px 0px rgba(120, 111, 111, 0.75);
    -moz-box-shadow: 1px 2px 12px 0px rgba(120, 111, 111, 0.75);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s;
}

.popup-add-to-cart.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.popup-add-to-cart>a:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup-add-to-cart>a:first-child svg {
    width: 20px;
    height: 20px;
}

.popup-add-to-cart .popup__content {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.popup-add-to-cart .popup__content p {
    margin-bottom: 0;
}

.popup-add-to-cart .popup__actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.popup-add-to-cart .popup__actions a {
    margin-bottom: 0;
}

.popup-add-to-cart .popup__actions p {
    font-size: 18px;
    margin-bottom: 0;
}

.ff-button--custom:disabled {
    opacity: .7;
    cursor: no-drop;
}

.cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
}

.woocommerce-message a {
    margin-top: 15px;
    width: auto;
}

.woo-breadcrumbs {
    display: none;
}

.none-found {
    text-align: center;
}

@media (max-width: 1024px) {
    .checkout-container {
        grid-template-columns: 1fr;
    }

    .tile-product .tile__head {
        max-width: 20%;
    }
}

@media (max-width: 768px) {
    .tile-product .tile__head {
        max-width: 25%;
    }

    .popup-add-to-cart .popup__content p,
    .popup-add-to-cart .popup__actions p {
        font-size: 18px !important;
    }

    .product-specs {
        display: flex;
        flex-direction: column;
    }
}