/*
    Theme Name: Forza Auto Body Theme 2026
    Theme URI: https://malachisimonyan.com
    Description: HTML5 Blank WordPress Theme
    Version: 5
    Author: Malachi Simonyan
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    GENERAL MAIN/ROOT 
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* font-smooth: antialiased; */
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 400 16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #444;
    /*    font-family: "Open Sans", sans-serif;*/
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom:1; }

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

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

input:focus {
    /* outline:0; */
    /* border:1px solid #04A4CC; */
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    /* font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal; */
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------*\
    COLOR Variables
\*------------------------------------*/
:root {
    --forza-red:#ed1c24;
}




/*=============================================*/
/*==============================================

########  #######  ########   ##     ##  ######  
##       ##     ## ##     ##  ###   ### ##    ## 
##       ##     ## ##     ##  #### #### ##       
######   ##     ## ########   ## ### ##  ######  
##       ##     ## ##   ##    ##     ##       ## 
##       ##     ## ##    ##   ##     ## ##    ## 
##        #######  ##     ##  ##     ##  ###### 

===============================================*/
/*=============================================*/
.form-control:focus {
    /*color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #dea80980;*/
}

/*.iframe-border {
    margin-top: 20px;
    border: 15px solid var(--jar-gold);
    background: black;
}*/
.zform {

}

.zcontact-form {
    font-family: "Quicksand";
}
.zcontact-form input{
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.zcontact-form label{
    width: 100%;
}

.zform input[type=submit]{
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    /* text-shadow: 0px 3px 7px black; */
    padding: .75em 1.5em;
    /* display: flex; */
    background: #000000;
    /* border-radius: 10px; */
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea.textarea-fix {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
}

/*============================================================*/
/*=============================================================

########  ##     ## ######## ########  #######  ##    ##  ######  
##     ## ##     ##    ##       ##    ##     ## ###   ## ##    ## 
##     ## ##     ##    ##       ##    ##     ## ####  ## ##       
########  ##     ##    ##       ##    ##     ## ## ## ##  ######  
##     ## ##     ##    ##       ##    ##     ## ##  ####       ## 
##     ## ##     ##    ##       ##    ##     ## ##   ### ##    ## 
########   #######     ##       ##     #######  ##    ##  ######  

==============================================================*/
/*============================================================*/
.btn {
}
.forza-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.25em;
    transition: all .25s ease;
    color:white;
    border: 2.5px solid;
    border-color: #ed1c24;
    background: black;
    padding: 12px 22px;
    width: fit-content;
    border-radius: 55px;
    margin-top: 10%;
    font-size: 100%;
    font-weight: 800;
    letter-spacing: 1.5px;
    filter: drop-shadow(0px 0px 0px #ff2020d1) drop-shadow(0px 0px 0px #ff2020d1);
}

.forza-button:hover {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   text-transform: uppercase;
   font-size: 1.25em;
   transition: all .25s ease;
   color:white;
   border: 2.5px solid;
   border-color: #ed1c24;
   background: #ed1c24;
   padding: 12px 22px;
   width: fit-content;
   border-radius: 55px;
   /* margin-top: 10%; */
   font-size: 100%;
   font-weight: 800;
   letter-spacing: 1.5px;
   filter: drop-shadow(0px 0px 10px #ff2020d1 );
}

.button-light {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.75em;
    color: 000000;
    text-decoration: none;
    padding: .75em 1.5em;
    background: white;
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-family: "Open Sans", sans-serif;
}

.button-light:hover {
    background: #e31f25;
    transition: all .25s ease;
    color: white;
}

.button-dark {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    /* text-shadow: 0px 3px 7px black; */
    padding: .75em 1.5em;
    /* display: flex; */
    background: #000000;
    /* border-radius: 10px; */
    cursor: pointer;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-family: "Open Sans", sans-serif;
}

.button-dark:hover {
    background: #e31f25;
    transition: all .25s ease;
}

.button-50 {
    max-width: 50%;
}
.button-center {
    margin-left: auto;
    margin-right: auto;
}

/*============================================================*/
/*=============================================================

##     ##    ###    #### ##    ## 
###   ###   ## ##    ##  ###   ## 
#### ####  ##   ##   ##  ####  ## 
## ### ## ##     ##  ##  ## ## ## 
##     ## #########  ##  ##  #### 
##     ## ##     ##  ##  ##   ### 
##     ## ##     ## #### ##    ##

==============================================================*/
/*============================================================*/

/*------------------------------------*\
  Colors: USE var(--dark-blue) in css
\*------------------------------------*/
:root {
    --dark-blue: #2e3192;
}

h1 {
    font-family: "Quicksand";
    font-family: "Open Sans", sans-serif;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper !OLD DONT USE SOON */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* container NEW USE THIS*/
.container {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {
    padding: 10px 15px;
}

/* logo */
.logo {
    text-align: center;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.logo img {
    max-width: 290px;
}

/* nav */
.nav {
}

.header-top-right {
    text-align: right;
    padding-top: 5px;
    color: white;
}

.header-top-right a {
    color: #21c29c;
}

.store-icons {
    text-align: right;
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* justify-content: flex-end; */
    margin-left: 17px;
}

.store-icons .bi {
    color: white;
    font-size: 32px;
    /* margin-top: 10px; */
    position: relative;
    top: 4px;
}

/* sidebar */
.sidebar {
    /* padding: 15px; */
    /* background: red; */
}

.sidebar-parent {
    border-right: 1px solid #ececec;
    padding-right: 25px;
    padding-top: 15px;
}

/* HOMEPAGE: */
body.home {
    background: black;
}


.line-border {
    width: 100%;
    display: block;
    height: 1px;
    background: var(--forza-red);
    filter: drop-shadow(0px 2px 4px #ff2020) drop-shadow(0px 2px 4px #ff2020);
;

}

/*------------------------------------*\
    MAIN PARENTS
\*------------------------------------*/
.main-parent {
    /* background: url(img/reg-pg-bg2-min.jpg) no-repeat; */
    /* background: 100% 99vh; */
    background-size: contain;
    /* overflow-x: hidden; */
}

.page-template-page-home-wide-wrapped-hero .main-paren{
    ackground: none;
}

.wide-wrapped-row {
    background: #c7c7c7;
}

.page-wide-wrapper {
    background: #e9e9e9;
}

.header-wide-row {
    background: #dbdbdb;
    background: #000000;
}

.header-wide-wrapper {
    background: #f3f3f3;
    background: #000000;
}

.footer-wide-row {
    background: black!important;
    padding-top: 1.35em;
    z-index: 2;
    position: relative;
}

.footer-wide-wrapper {
       background: black!important;
    padding: 20px 15px;
}

.page-template-page-wide-wrapped  .main-parent {
    background: url(img/reg-pg-bg-3.jpg) no-repeat;
    background-size: cover;
}

/*HOMEAPGE*/
/*=========================*/
/* .homepage-new-fix {background: url(img/topbg.jpg) no-repeat;} */

.homepage-bg-fix {
    background: url(img/home-bg-top.jpg) no-repeat;
    height: 108vh;
    position: absolute;
    width: 100%;
    background-size: cover;
    top: 0;
    /* background: #000000; */
    background-position-y: 33%;
    background-position-x: center;
    --animate-duration: 1.75s;
}


section {
    /* padding: 15px; */
}

main {
    padding-top: 20px;
    padding: 20px 15px;
}

.container-fluid.welcome-row {
    min-height: 380px;
    /* background-image: url(img/wild-chick-1.jpg), url(img/wild-chick-2.jpg); */
    /* background-position: 102% 50%, -3% 48%; */
    /* background-repeat: no-repeat, no-repeat; */
    background-size: 21%;
}
.welcome-row {

}
.welcome-row .page-wide-wrapper {
    background: none;
}
.hp-welcome-row{margin-bottom: 6%;}

.hp-welcome-row img{
    
}
.hp-welcome-row h1{
    margin: 20px auto 5px;
    font-size: 2.5em!important;
}
.hp-welcome-row p{
    font-size: 1.25em;
    line-height: 1.75;
    padding-right: 3%;
}


.wide-wrapped-row.with-hero {
    min-height: 580px;
}


}

.hp-new-products{

}


h1.page-title {
    /* padding-left: 15px; */
    font-family: 'Quicksand';
    font-family: "Open Sans", sans-serif;
    font-size: 3em;
    /* color: #e31f25; */
}

.header {
    /* padding-left: 15px; */
}
main {
    padding: 40px 30px;
}
/*------------------------------------*\
    NAVIGATION  
\*------------------------------------*/
.nav {
    z-index: 2;
    position: relative;
}

.nav .menu {
}

header .nav ul {
    /* margin-top: 15px; */
    text-align: right;
}

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

.nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
}

.nav ul li:last-child {
    margin-right: 0px;
    /* margin-left: 50px; */
}

.nav ul li a {
    transition: all .25s ease;
    position: relative;
    top: 0px;
}
.nav ul li a:hover {
    top: -3px;
}

.nav-top {
    
}

.nav-bottom {
    
}
.nav-top-utility-right {
    display:flex;
    align-content: center;
    height: auto;
    justify-content: flex-end;
}



.header-wide-row .nav ul li a, .store-icons .bi, svg.wc-block-mini-cart__icon {
    transition: all .3s ease;
    font-weight: 400;
}

.header-wide-row .nav ul li a:hover, .store-icons .bi:hover, svg.wc-block-mini-cart__icon:hover {
    color: white!important;
    filter: drop-shadow(0px 0px 10px #ff2020d1) drop-shadow(0px 0px 10px #ff2020d1);
    font-size: 16px;
}


header.header.mobile-nav.show-mobile {
    margin-bottom: 40px;
    z-index: 2;
}

.desktop-menu-with-dropdown {
    margin-top: 10px;
    margin-bottom: 50px;
}
.main-menu-desktop ul li.current-menu-item a{
    /* background-image: url(img/cart-bg.svg); */
    background-size: 101%;
    display: block;
    background-position: 1px 8px;
    /* background-color: #e32126; */
    /* padding: 10px 15px!important; */
    background-repeat: no-repeat;
    color: var(--forza-red) !important;
    /* border-bottom: 1px solid; */
    text-shadow: 0px 0px 1px #a50e1a, 0px 0px 17px #a50e1a;
}

.about-link.current-menu-item a, .catering-link.current-menu-item a {
    
}
.events-link.current-menu-item a, .contact-link.current-menu-item a {
   
}
.events-link.current-menu-item a{
    background-position: 1px 9.5px;
}




/* ------------------ */
/* Dropdown CSS */
.desktop-menu-with-dropdown ul li a {
    position: relative;
    /* letter-spacing: -0.25px; */
}

.desktop-menu-with-dropdown ul li ul.sub-menu {
    /* margin-top: 15px; */
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 20px 0 20px 0;
    box-shadow: 0px 15px 17.64px 0.36px rgb(18 55 89 / 8%);
    z-index: 15;
}

.desktop-menu-with-dropdown ul li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    padding: 10px 20px 10px 20px;
    width: 100%;
}

ul.sub-menu li:first-child a {
    padding-top: 0px;
}

ul.sub-menu li:last-of-type a {
    padding-bottom: 0px;
}

ul.sub-menu li {
    list-style: none;
    display: flex;
    margin-right: 0px;
    margin-bottom: 5px;
    /* border-bottom: 1px solid; */
    font-size: 85%;
    font-weight: 600;
}

.main-menu-desktop {
    font-size: 110%;
    /* text-align: right; */
    flex-direction: row;
    justify-content: center;
    /* border-top: 1px solid #ed1c24; */
    padding-top: 10px;
}

.main-menu-desktop ul li a{
    font-weight: 800!important;
    font-size: 16px;
    font-family: Quicksand;
    font-family: "Open Sans", sans-serif;
    /* text-shadow: 3px 3px black; */
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-blue-strip {
    background-image: -moz-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(146 92 46) 0%, rgb(233 167 51) 100%);
    /* position: absolute; */
    top: 0;
    height: 4px;
    width: 100%;
    display: none;
}

/* -------------------------- */
div#woofc-area {
    /* display: none; */
}

div#woofc-count {
    display: none;
}
.user-account {

}

.user-account a{
    display: block;
    width: 35px;
    /* margin-top: 12px; */
    position: relative;
    left: 7px;
}

.user-account img{
    display: block;
    filter: drop-shadow(2px 2px 0px black);
}

/* NEW CART */
.new-minicart {
    list-style: none;
    display: flex;
    /* justify-content: flex-start; */
    position: relative;
    top: 7px;
    left: 2px;
}

.new-minicart ul {
    list-style: none;
    padding-left: 0;
    /* background: url(img/cart-bg.svg); */
}

.new-minicart span.woocommerce-Price-amount.amount {
    margin: 0;
    display: none;
    width: 0px;
    font-size: 0;
}

.new-minicart li.menu-item.woofc-menu-item.menu-item-type-woofc {
    list-style: none;
}

.new-minicart .woofc-menu-item .woofc-menu-item-inner i {
    font-size: 30px;
    position: relative;
    top: 7px;
    color: #ffffff;
    filter: drop-shadow(2px 2px 0px black);
}

.new-minicart .woofc-menu-item .woofc-menu-item-inner:after {
    background: #F44336;
    left: 8px;
}

.woofc-area.woofc-style-02 .woofc-area-top {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-color: #e31f25;
    font-family: 'Open Sans';
    font-size: 2.0em;
    letter-spacing: 1.5px;
    text-shadow: 3px 2px black;
}

/* a.woofc-action-cart {
    background-color: #2f3191!important;
    color: white!important;
} */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background-color: #00765d;
}

i.woofc-icon-icon10 {
    color: white;
}

.woofc-action-inner a {
    border-radius: 5px!important;
}

/*================================================*/
/* Store Mini Cart Mobile */
.store-icons-mobile span.woocommerce-Price-amount.amount {
    display: none;
}

.store-icons-mobile li.menu-item.woofc-menu-item.menu-item-type-woofc {
    list-style: none;
}

.store-icons-mobile ul {
    padding-left: 0px;
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i {
    width: 29px;
    top: 6px;
    position: relative;
    /* color: white; */
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i:before {
    width: 30px;
    font-size: 32px;
    position: relative;
}

.store-icons-mobile .woofc-menu-item .woofc-menu-item-inner:after {
    background: #000000;
    top: -8px;
}

.cart-area-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /* background-image: url(img/cart-bg.svg); */
    background-repeat: no-repeat;
    background-position: 40px 0px;
    max-width: 170px;
    padding: 2px 30px 0 0;
    top: 10px;
    margin-top: 40px;
    background-size: 80%;
}

/*=============================================*/
/*==============================================

########     ###     ######   ########  ######  
##     ##   ## ##   ##    ##  ##       ##    ## 
##     ##  ##   ##  ##        ##       ##       
########  ##     ## ##   #### ######    ######  
##        ######### ##    ##  ##             ## 
##        ##     ## ##    ##  ##       ##    ## 
##        ##     ##  ######   ########  ###### 

===============================================*/
/*=============================================*/
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.hp-hero {
    position: relative;
    min-height: 800px;
    background: #21c29c;
    background-image: url('./img/top-hero-desktop.jpg');
    margin-left: var(--bs-gutter-x,-.75rem);
    margin-right: var(--bs-gutter-x,-.75rem);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-hero a {
    border-radius: 4px;
    /* background: black; */
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    color: white;
    max-width: 280px;
    border: 2.5px solid #ffffff;
    bottom: 45px;
    padding: 13px;
    text-align: center;
    letter-spacing: 4px;
    transition: all .25s ease;
    font-size: .9em;
}

.hp-hero a:hover {
    background: #ff493740;
}

.page-template-page-home-wide-wrapped h1 {
    color: #079b78;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 1vh 0 3vh;
    text-align: center;
    font-family: 'Quicksand';
}

.welcome-message {
    margin-top: -5vh;
    /* border-bottom: 1px solid #f5f5f5; */
    padding-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
}


.welcome-message h1{
    font-size: 4.0em!important;
    font-weight: 100;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 0px;
    letter-spacing: 4px;
    margin-top: 10px;
    color: #ffffff;
    font-family: "Serpentine ICG Bold";
    text-shadow: 0px 0px 1px #a50e1a66, 0px 0px 17px #a50e1a99;
}

.welcome-message p{
    font-size: 1.0em;
    color: #000000;
    line-height: 2;
    border-top: 1px solid var(--forza-red);
    padding-top: 17px;
    margin-top: 20px!important;
    font-weight: 700;
    width: 50%;
}

.welcome-sub {
    display: flex;
    clear: both;
    flex-direction: row;
    justify-content: center;
    text-shadow: 0px 0px 1px #a50e1a66, 0px 0px 17px #a50e1a99;
    /* width: 50%; */
}

.welcome-message h3{
    font-size: 2.25em;
    font-family: "Serpentine ICG BoldOblique";
    text-align: center;
    display: flex;
    justify-content: center;
    color: var(--forza-red);
    text-align: center;
}
.welcome-message h3 div{
    /* display: flex; */
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    /* flex-direction: row; */
    display: inline-block;
}

.welcome-sub-left .welcome-sub-right {
    
}
.welcome-sub-left {
    flex-direction: row;
    float: left;
    margin-right: 10px;
}
.welcome-sub-right {
    flex-direction: column-reverse;
    float: right;
    margin-left: 10px;
}
.welcome-message h4{
    font-size: 1.65em;
    font-family: "Serpentine ICG BoldOblique";
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
}
.welcome-message img{
    margin: 60px auto 60px;
}


/*------------------------------------*\
   HOMEPAGE SERVICE SECTION & SLIDER
\*------------------------------------*/

/* ================================ */



.home-service-row{
    background-position: center;
    background-size: cover;
    margin-bottom: 5em;
    padding-top: 0;
    overflow-y: hidden;
    display: block;
    height: 1030px;
    background: #00000000;
    overflow: hidden;
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}

.home-services-wrapper{
    background: #00000000 !important;
    padding-top: 60px;
}


.service-trim-container {
    position: absolute;
     margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: fit-content;
}

.service-trim-container-top {

}

.service-trim-container-bottom {
    bottom: 0;
   
}

.home-services-title {
    margin-bottom: 7em;
}

.home-services-title h2{
    font-family: "Serpentine ICG BoldOblique";
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

/*------------------------------------*\
    HOMEPAGE SERVICES SLIDER
\*------------------------------------*/
.services-slider {
    min-height: 590px;
}

.services-slider .swiper {
  width: 100%;
  height: 100%;
}

.services-slider .swiper-slide {
  /*text-align: center;*/
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.services-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--forza-red);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 96%;
    /* position: absolute; */
}

.slider-left {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 70px;
    position: relative;
    background: none;
    padding-top: 30px;
    padding-left: 7%;
}

.slider-left h1{
    font-family: "Serpentine ICG Bold";
    text-align: left;
    color: var(--forza-red);
    font-size: 4em!important;
    line-height: .85;
    position: relative;
    z-index: 1;
    /* color: white; */
    /* letter-spacing: -3.2px; */
}
.slider-left h1 span{
    color:white
}

.slider-left p{
    position: relative;
    color: white;
    font-weight: 700;
    line-height: 2;
    text-align: left;
    width: 100%;
    justify-content: flex-start!important;
    z-index: 1;
}

.slider-left-bg {
    display: block;
    position: absolute;
    top: 100px;
    z-index: 0;
    width: 100%;
    height: auto;
    left: 0px;
}

.slider-left img{
    /* position: absolute; */
}
.slider-left a{
    margin-top: 7%;
    z-index: 2;
}


.slider-right {

}

.slider-right-bg {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    width: 360px!important;
    right: 170px;
    height: auto!important;
}

.slider-right-img {
    display: block;
    z-index: 1;
    position: absolute;
    top: 60px;
    width: 280px !important;
    right: 180px;
    height: auto!important;
}

#dent-remover {
    width: 380px !important;
    right: 120px;
    top: 80px;
}
#frame-hook {
    width: 450px !important;
    right: 110px;
    top: 50px;
    /* transform: rotate(273deg) !important; */
}

#makita-tool {
    width: 320px !important;
    right: 120px;
    top: 50px;
}

#brakeDisk {
    width: 340px !important;
    right: 210px;
    top: 40px;
}
/*------------------------------------*\
    NEW HOME EDITS
\*------------------------------------*/

.choose-container {

}
.choose-container .page-wide-wrapper {
    background: black;
    padding-bottom: 60px;
    max-width: 1040px;
}

.choose-container .col-md-6{
    display: flex;
    margin-bottom: 100px;
    justify-content: space-evenly;
}
.choose-container .col-md-12{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.choose-container .choose-block{
    position:relative;
    z-index: 1;
}

.choose-container .choose-block .choose-block-inner {
    background: #171717;
    padding: 3em 3em 0em 3em;
    max-width: 420px;
    height: 420px;
    position:relative;
    /* text-justify: revert-layer; */
    z-index: 30;
}

.choose-container .choose-block:before{
    content:'';
    background: #00000000;
    border: 1.5px solid var(--forza-red);
    z-index: -30;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: -40px;
    top: -40px;
}
.choose-container .choose-block.block-right:before {
    left: initial;
    right: -40px;
}
.choose-container .choose-block.block-bottom:before {
    left: 0;
    right: 0;
    bottom: -40px;
    top: initial;
    margin: 0 auto;
}



.choose-container .choose-block.light-grey-block .choose-block-inner {
    background: #2c2c2c;
}

.choose-container .choose-block.red-block .choose-block-inner {
    background: #a62c2c;
}


.choose-container .choose-block h1{
    font-family: "Serpentine ICG Bold";
    font-size: 2.75em;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
} 

.choose-container .choose-block h1 span{
    color: #e91010;
} 

.choose-container .choose-block p{
    font-size: 1.10em;
    font-weight: 600;
    line-height: 1.75;
    /* margin-top: 0; */
    line-break: anywhere;
} 

/*------------------------------------*\
   HOMEPAGE CONTACT SECTION
\*------------------------------------*/
.home-contact-section {
    min-height: 500px;
    background-image: url('./img/road-texture-3.jpg');
    padding-top: 80px;
    padding-bottom: 100px;
}

.home-contact-section .page-wide-wrapper {
    background: #00000000;
    padding: 20px;
}

.home-contact-top .col-md-12{
    display: flex;
    margin-bottom: 110px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.home-contact-top h1{
    font-family: "Serpentine ICG BoldOblique";
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.home-contact-top h4{
    font-weight: 700;
    color:white;
    max-width: 50%;
    text-align: center;
    line-height: 1.5;
    font-size: 1.15em;
    margin-top: 30px;
}


.h-contact-block-left {position: relative;z-index: 1;}

.h-contact-block-left:before {
    content:'';
    background: #00000000;
    border: 2.5px solid var(--forza-red);
    z-index: -30;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: 60px;
    top: -40px;
}

.h-contact-block-left-inner {
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.h-contact-block-left-inner img{
    max-width: 80%;
    float: right;
    margin-right: 20px;
}

.h-contact-block-right {
    /*color: white;*/
}

.h-contact-block-right h1{
    color: white;
    /* font-family: "Serpentine ICG Bold"; */
    font-size: 1.55em!important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

.h-contact-block-right h1 span{
    margin-right: 10px;
    
}

.h-contact-block-right h4{
    color: white;
    font-size: 1.15em;
    margin-bottom: 26px;
    font-weight: 600;
}
.h-contact-block-right h4 a, .h-contact-block-right h1 a{
    transition: all .25s ease;
    
}
.h-contact-block-right h4 a:hover, .h-contact-block-right h1 a:hover{
    color: var(--forza-red);
}



/* ================================ */

/*------------------------------------*\
    NEW HOME EDITS
\*------------------------------------*/



/*------------------------------------*/


/*=======================================*/
/*------------------------------------*\
    CHIKEN ANIMATION V.1
\*------------------------------------*/
.chicken-walking-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}

.the-chicken {
    display: block;
    max-width: 120px;
    animation-name: chickenWalk;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    transform: translateX(96vw) rotateY(0);
}
.the-chicken img{
    max-width: 120px;
}

@keyframes chickenWalk {
  0% {
    transform: translateX(96vw) rotateY(0);
  }
  49.99% {
    transform: translateX(0vw) rotateY(0);
  }
  50% { 
    transform: translateX(0vw) rotateY(180deg);
  }

  100% {
    transform: translateX(100vw) rotateY(180deg);
  }
}

/*=======================================*/
/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/
.wide-wrapped-row.about-page {
    background: #ffffff00 !important;
    }
.about-page .page-wide-wrapper {
    background: #ffffff00 !important;
}

.page-template-page-about-wide-wrapped .welcome-message{
    margin-top: 0px;
}

.page-template-page-about-wide-wrapped .page-wide-wrapper {
    padding: 40px;
}

/*------------------------------------*\
    INGRIDIENTS PAGE
\*------------------------------------*/
/*.ingredients-page {
    
}

.ingredient-slider {

}

.ingredient-slider .swiper-slide img{
    width: inherit;
    max-width: 100%;
}

.ingredient-slider h1 {
    font-size: 1.75em;
    letter-spacing: 10px;
    border-bottom: 1px solid #cf9b00;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}*/

/*.ingredient-slider p {
    font-size: 1.25em;
    line-height: 1.75;
    text-align: center;
}
*/
/*------------------------------------*\
    GENERAL PAGES
\*------------------------------------*/
.container-fluid.welcome-row {
    min-height: 380px;
}

.page-template-page-wide-wrapped  h1 {
    color: black;
    font-size: 2.75em;
}
.page-wide-wrapper .main-parent{
    background-size: cover;
}
.page-wide-wrapper h1{
    font-size: 2.75em;
    /* color: #ce0116; */
    /* text-shadow: 2px 4px 1px black; */
}

.page-wide-wrapper p{
    /* font-size: 1.25em; */
    color: #ffffff;
    /* font-size: 89%; */
    /* width: 50%; */
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    margin: 0 auto;
    margin-top: 20px;
}
.page-wide-wrapper a {
    /* font-size: 1.25em; */
    color: #ffffff;
    /* margin-top: 7%; */
    /* z-index: 2; */
}

.woocommerce-MyAccount-navigation .page-wide-wrapper ul li{
    font-size: 1.25em;
    color: black;
}
article {
    margin-top: 20px;
}
/*------------------------------------*\
    Regular Page BGs == PAGES
\*------------------------------------*/
.page-template-page-about-wide-wrapped .main-parent, 
.page-template-page-catering-wide-wrapped .main-parent,
.page-template-page-events-wide-wrapped .main-parent,
.page-template-page-contact-wide-wrapped .main-parent
{
    /* background: url(./img/reg-pg-bg2-min.jpg) no-repeat; */
    background-size: 100%;
  }

.wwc-pgae-row {

}

.wwc-pgae-row p{
    
}

.page-template-page-about-wide-wrapped .main-parent
{
    /* background: url(./img/reg-pg-bg2-min.jpg) no-repeat; */
    background-size: 100%;
  }
/*------------------------------------*\
    ACCOUNT PAGES
\*------------------------------------*/
/* .page-wide-wrapper .main-parent{
    background-size: cover;
}
.page-wide-wrapper h1{
    font-size: 2.75em;
    color: black;
} */

.page-template-account-page-wide-wrapped {
    
}

.page-template-account-page-wide-wrapped .desktop-menu-with-dropdown{
    margin-top: 48px;
}

.page-template-account-page-wide-wrapped .main-parent{
    background-size: cover;
}
.page-template-account-page-wide-wrapped .user-account {
    
}

.page-template-account-page-wide-wrapped .user-account a img{
    /* filter: invert(.5); */
    filter: drop-shadow(1px 3px 3px black) drop-shadow(1px 1px 3px black);
    filter: drop-shadow(1px 3px 1px black);
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0;
}

li.woocommerce-MyAccount-navigation-link {
    line-height: 2.25;
}

li.woocommerce-MyAccount-navigation-link a{
    line-height: 1.5;
    font-weight: 700;
    padding-left: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    /* background: red;
    color: white; */
}

/* li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a{
    background: red;
    color: white;
    padding: 10px;
} */

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
    background: red;
    color: white;
    padding: 10px;
    /* box-shadow: 1px 1px 0px black; */
}
/*================================================*/
/*=================================================

##      ##  #######   #######         ######  
##  ##  ## ##     ## ##     ##       ##    ## 
##  ##  ## ##     ## ##     ##       ##       
##  ##  ## ##     ## ##     ## ##### ##       
##  ##  ## ##     ## ##     ##       ##       
##  ##  ## ##     ## ##     ##       ##    ## 
 ###  ###   #######   #######         ######  

===================================================*/
/*=================================================*/
/*ALL WOOCOMMERCE STYLE HER =>*/
/*.woocommerce-parent-wrapper {background: #ffffffc2;}
.woocommerce-parent-wrapper .page-wide-wrapper {
    background: #ededed;
}*/


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}
/*================================================*/
/*=================================================

########  #######   #######  ######## ######## ########  
##       ##     ## ##     ##    ##    ##       ##     ## 
##       ##     ## ##     ##    ##    ##       ##     ## 
######   ##     ## ##     ##    ##    ######   ########  
##       ##     ## ##     ##    ##    ##       ##   ##   
##       ##     ## ##     ##    ##    ##       ##    ##  
##        #######   #######     ##    ######## ##     ## 

===================================================*/
/*=================================================*/
/* footer */
.footer {color: white;}

.footer-logo {
    margin-bottom: 20px;
    text-align: left;
}

.footer-logo img {
    max-width: 200px;
}

p.copyright {
    font-size: 80%;
}
p.copyright a{
    font-size: 80%;
    color: white;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    color: white;
    /* text-align: center; */
    width: 100%;
}
.footer-nav h2{
    font-family: "Open Sans", sans-serif;
    /* font-size:190%; */
    text-transform: uppercase;
    font-family: "Serpentine ICG Bold";
}
.footer-nav h3{
    font-family: "Open Sans", sans-serif;
    /* font-size:140%; */
    text-transform: uppercase;
    font-family: "Serpentine ICG Bold";
}
.footer-nav ul {
}

.footer-nav ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: grey;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
}

/*=======================================================================*/
/*========================================================================

 ######  ##      ## #### ########  ######## ########           ##  ######  
##    ## ##  ##  ##  ##  ##     ## ##       ##     ##          ## ##    ## 
##       ##  ##  ##  ##  ##     ## ##       ##     ##          ## ##       
 ######  ##  ##  ##  ##  ########  ######   ########           ##  ######  
      ## ##  ##  ##  ##  ##        ##       ##   ##      ##    ##       ## 
##    ## ##  ##  ##  ##  ##        ##       ##    ##     ##    ## ##    ## 
 ######   ###  ###  #### ##        ######## ##     ##     ######   ###### 

=========================================================================*/
/*=======================================================================*/

.slider-container-home {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.acf-slider {
    padding-top: 40px;
    /* margin-left: -75px; */
    /* margin-right: -75px; */
    max-width: 100vw;
    overflow-x: hidden;
}
.acf-slider .swiper {
    width: 100%;
    height: 75vh;
    /* position: relative; */
    overflow-x: hidden;
}
.acf-slider .swiper-wrapper {
    padding-left: 0;
}

.acf-slider .swiper-slide {
    background-size: cover;
}

.acf-slider .swiper-slide {
    position: relative;
}

/*.slide-content {
    position: absolute;
    right: 10%;
    display: flex;
    width: 30%;
    text-align: left;
    top: 15%;
    height: 35%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
*/
.acf-slider .swiper-slide img {
    display: block;
    width: 39%;
    /* height: 100%; */
    /* object-fit: cover; */
    position: absolute;
    top: 3%;
    left: 10%;
}

.swiper-wrapper li:nth-child(2) img {
    width: 32%;
    left: 16%;
}

.acf-slider .swiper-wrapper li #image2 {
    width: 32%;
    left: 16%;
}

.acf-slider .swiper-wrapper li #image3 {
    width: 34%;
    left: 14%;
    top: 10%
}

.acf-slider .swiper-wrapper li #image4 {
    width: 33%;
    left: 14%;
    top: 4.5%
}
.acf-slider .slide-content h1 {
    font-size: 2.20em;
    color: white;
    font-weight: 700;
    margin: 5px 0;
    /* border-bottom: 1px solid white; */
    padding-bottom: 4px;
    /* text-transform: uppercase; */
    text-align: left;
    letter-spacing: 0;
    font-family: 'Quicksand';
}

.acf-slider .slide-content h1 span {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 80%;
    text-transform: none;
}

.acf-slider .slide-content p {
    font-size: 1.20em;
    color: white;
    font-weight: 600;
    margin: 0px auto;
}

.acf-slider .slide-content a {
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    padding: .75em 1.5em;
    background: #2e3192;
    border-radius: 10px;
    margin-top: 25px;
    cursor: pointer;
}

.acf-slider .swiper-button-next, .swiper-button-prev {
    color: #f22727 !important;
    /* font-weight: 400; */
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-next {
    color: #f22727 !important;
}

.acf-slider .swiper-button-next {
    right: 30px!important;
}

.acf-slider .swiper-button-prev {
    left: 30px!important;
}

.acf-slider .slide-content a i {
    font-size: 70%;
    margin-left: 20px;
}

.acf-slider .slide1 {
    /*background: url(img/top-slider-bg.jpg);*/
    background: url(img/slide-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #618ac2;
}

.acf-slider .swiper-slide h1.slide-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    font-size: 3.5em;
    color: #ffffff;
    top: 10%;
    left: 49.5%;
    font-weight: 600;
    font-family: 'Quicksand';
    /* border-bottom: 10px solid #e31f25; */
    padding-bottom: 2px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .75px;
    text-shadow: 3px 3px black;
    /* background: #e31f25; */
    padding: 8px 35px 10px;
    background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide p.slide-text {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    top: 27%;
    max-width: 603px;
    /*    background: #000000b5;*/
    padding: 10px;
    border-radius: 5px;
    font-size: 1.20em;
    color: black;
    font-weight: 600;
    left: 50.0%;
    line-height: 1.90;
    background: white;
    padding: 20px;
    box-shadow: 3px 4px 0 black;
}

.acf-slider .swiper-button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    top: 56%;
    font-size: 1.75em;
    color: white;
    text-decoration: none;
    text-shadow: 0px 3px 0px black;
    padding: .75em 1.5em;
    /* display: flex; */
    background: #00765d;
    /* border-radius: 10px; */
    margin-top: 25px;
    cursor: pointer;
    left: 50.6%;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    box-shadow: 3px 5px 0 black;
}
.acf-slider .swiper-button:hover, .swiper-button:focus {
    background: #e31f25;
    transition: all .25s ease;
}
.acf-slider .swiper-button .bi-chevron-right{
    margin-left: 10px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    Location Manager
\*------------------------------------*/


/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/
.page-template-page-contact-wide-wrapped .page-wide-wrapper, .page-template-page-catering-wide-wrapped .page-wide-wrapper
{
    /* box-shadow: -1px 3px 9px 11px #0000004a; */
    border: 4px dashed #00765d;
    border-bottom: 0px;
    border-radius: 5px;
    margin-top: -20px;
    /* background-clip: border-box; */
    border-style: dotted;
    /* padding: 10px; */
    box-shadow: 0px 0px 0px 15px white;
}

.page-template-page-contact-wide-wrapped label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    max-width:100%;
}
.page-template-page-contact-wide-wrapped{
    
}
.page-template-page-contact-wide-wrapped h3.wp-block-heading  {
    color: white;
    padding: 7px 35px 10px;
    background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    font-size: 1.35em;
    margin-bottom: 10px;
}
.page-template-page-contact-wide-wrapped p  {
    line-height: 1.5;
    margin-bottom: 23px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    justify-content: center;
    /* position: absolute; */
    top: 56%;
    font-size: 1.25em;
    color: white;
    text-decoration: none;
    text-shadow: 0px 3px 0px black;
    padding: .75em 1.5em;
    /* display: flex
    background: #00765d;
    /* border-radius: 10px; */
    margin-top: 5px;
    cursor: pointer;
    left: 50.6%;
    border: 0px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .25s ease;
    letter-spacing: 5px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    box-shadow: 3px 5px 0 black;
    padding: 0.60em 1.5em;
}
.get-in-touch {

}

.get-in-touch p{
    font-size: 1.15em;
    line-height: 2;
}

.get-in-touch img{
    max-width: 45px;
}
.page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
    max-width: 40px;
}

.page-template-page-contact-wide-wrapped .wp-block-media-text__content {
    margin-left: -80px;
}

.page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
    position: relative;
    top: -11px;
}
/*------------------------------------*\
    CATERING PAGE
\*------------------------------------*/
.catering-row {

}
.page-template-page-catering-wide-wrapped .page-wide-wrapper {

}
.page-template-page-catering-wide-wrapped {

}
.page-template-page-catering-wide-wrapped h1{
    text-align: center;
}

.page-template-page-catering-wide-wrapped .has-x-large-font-size {
    font-size: 1.25em;

}
.page-template-page-catering-wide-wrapped p {
    font-size: 1.20em!important;
    line-height: 1.75;
}
.page-template-page-catering-wide-wrapped h2 {
    font-size: 1.25em!important;
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-template-page-catering-wide-wrapped .wp-block-list{
    line-height: 2;
    font-size: 1.15em!important;
    margin-top: 0%;
    /* font-family: "Open Sans", sans-serif; */
    letter-spacing: 1px
    }
.page-template-page-catering-wide-wrapped ul li{font-weight: 600;}

p.spicy-large {
    font-family: "Open Sans", sans-serif;
    font-size: 2.75em!important;
    letter-spacing: 2px;
}
h2.banner-bg-heading {
    font-family: "Open Sans", sans-serif;
    color: white;
    padding: 7px 35px 10px;
    background-image: url(img/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 50%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.75em!important;
    background-position:center;
    margin:0 auto;
    margin-bottom: 20px;
}
h2.banner-bg-heading.booking-banner {
    background-position: left;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
label {

} 
.wide-form-1 label{
    max-width: 86%;
    display: block;
}

/*------------------------------------*\
/*FIND US NOW LINK*/
/*------------------------------------*/
.find-uslink-top {
    position: absolute;
    top: 104px;
    width: 200px;
    left: 86%;
    z-index: 20;
}

.find-uslink-top h3{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    text-shadow: 3px 3px 1px black;
}



/*------------------------------------*\
    MISC /UTILITIES
\*------------------------------------*/
::selection {
    background: #3c3c3c;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    background:#3c3c3c;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background:#3c3c3c;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        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;
    }
}

/*body {
    background: red;
}
*/
/*=============================================*/
/*==============================================

##     ##  #######  ########  #### ##       ######## 
###   ### ##     ## ##     ##  ##  ##       ##       
#### #### ##     ## ##     ##  ##  ##       ##       
## ### ## ##     ## ########   ##  ##       ######   
##     ## ##     ## ##     ##  ##  ##       ##       
##     ## ##     ## ##     ##  ##  ##       ##       
##     ##  #######  ########  #### ######## ######## 

===============================================*/
/*=============================================*/
/*---------------------------------------------------------------*\
  || RESPONSIVE - USEFUL JUST IN CASE YOU NEED SPECIFIC SIZES ||
\*---------------------------------------------------------------*/
@media only screen and (min-width: 320px) {
}

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

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

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

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution:144dpi) {
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
/*=======================================*/
/* EXTRA LARGE SCREENS 1400PX MAX-WIDTH */
/*=======================================*/
@media only screen and (max-width: 1400px) {
    .acf-slider {
        padding-top: 25px;
    }
    .swiper-slide img {
        /* left: 4%!important; */
        /* top: 1%; */
        /* width: 40%; */
    }
    .swiper-slide h1.slide-title {
        font-size: 4vw;
        left: 46%;
        top: 0%;
        padding: 6px 35px 8px;
    }
    .swiper-slide p.slide-text {
        font-size: 97%;
        width: 45vw;
        left: 46%;
        top: 16%;
        /* padding: 15px; */
    }
    .swiper-button {
        font-size: 1.25em;
        top: 33vh;
        left: 46%;
    }

    .main-menu-desktop ul li a {
        font-size: 90%;
    }

    .logo img {
        max-width: 200px;
    }

    .cart-area-top {
        background-position: 29px 0px;
        background-size: 81%;
    }
    .main-menu-desktop {
        
    }


}
/*=======================================*/
/*=======================================*/
/* EXTRA LARGE SCREENS 1400PX MAX-WIDTH */
/*=======================================*/
@media only screen and (max-width: 1100px) {
    .swiper-slide p.slide-text {
        font-size: 88%;
    }
/*---------------------------------------*/   
}



/*------------------------------------*\
  ||  MAIN QUERY  ||
\*------------------------------------*/
@media (max-width: 48em) {
    .show-desktop {
        display: none!important;
    }

    .show-mobile {
        display: block;
        position: relative;
    }

    body {
        /*width: 100vw;
        overflow-x: hidden;*/
    }

    .main-parent {
        /*overflow-x: hidden;*/
    }

    .wide-wrapped-row {
        padding-top: 68px;
    }

    .container {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    main {
        padding: 40px 0px;
    }

    /*----------------*/
    /* HOMEPAGE*/

    .hp-hero {
        position: relative;
        min-height: 100vh;
        background: #21c29c;
        background-image: url('./img/top-hero-mobile.jpg');
        margin-left: var(--bs-gutter-x,-.75rem);
        margin-right: var(--bs-gutter-x,-.75rem);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hp-hero a {
        border-radius: 4px;
        /* background: black; */
        max-width: 230px;
        bottom: auto;
        letter-spacing: 4px;
        font-size: .9em;
        top: 100px;
    }
    .hp-cat-row ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /* margin-bottom: 50px; */
        align-items: center;
    }
    .hp-cat-row ul li a img {
        max-width: 95%;
    }
    .hp-cat-row h1 {
        font-size: 150%;
        max-width: 90%;
        letter-spacing: 10px;
    }
    
    .hp-cat-row p{
        font-size: 1.15em;
        color: #787878;
        max-width: 80%;
        line-height: 1.5;
        margin: 0 auto;
    }

    .health-row p, .health-row h1{
        color: white;
    }

    .ingredients-page {
        margin-top: 65px;
        background: url(img/ing-bg-mobile.jpg);
        background-size: contain;
    }
    .hp-healthy .col-md-4{
        margin-bottom: 30px;
    }
    .ing-image-holder {
        min-height: 90px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .health-row{
        background: url(img/ing-bg-mobile.jpg);
        padding: 0px;
        background-position: center;
        background-size: cover;
        margin-bottom: 5em;
        height: 176vh;
        position: relative;
    }
    .button-dark, .button-light {
        max-width: 70%;
        font-size: 90%;
    }
    .welcome-message h1{
        /* letter-spacing: 1px; */
        font-size: 1.75em!important;
        letter-spacing: 0.5px;
    }
    .hp-welcome-row h1{
        margin: 20px auto 5px;
        font-size: 2.5em!important;
    }
    
    /* =============================== */
    /* =============================== */
    /* NEW CSS FOR MOBILE FORZA */

    .wide-wrapped-row.with-hero {
        min-height: 250px;
        margin-top: -32vh;
    }


    .welcome-message {
        margin-top: -5vh;
        /* border-bottom: 1px solid #f5f5f5; */
        padding-bottom: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-start;
}

    .welcome-sub {
        display: flex;
        align-content: flex-start;
        flex-direction: column;
    }

    .welcome-message h3{
        font-size: 1.25em;
        display: flex;
        line-height: 1;
    }
    .welcome-message h4 {
        font-size: 1.1em;
        max-width: 80%;
        text-align: center;
        margin: auto;
    }
    
    .welcome-sub-right {
        margin-left: 0;
    }
    .welcome-sub-left {
        margin-right: 0;
    }

    .welcome-message p {
        width: 85%;
        font-size: .8em;
    }

    /*------------------------------------*\
        HOMEPAGE SERVICES SLIDER
    \*------------------------------------*/
    .home-services-title {
        margin-bottom: 1em;
    }
    .home-services-title h2{
        font-size: 1.55em;
    }
    .services-slider-mobile {
        max-height: 670px;
    }

    .services-slider-mobile .swiper {
      width: 109%;
      height: 105%;
      left: -5.5%;
    }

    .services-slider-mobile .swiper-slide {
      /*text-align: center;*/
      font-size: 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 570px;
    }

    .services-slider-mobile .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: var(--forza-red);
    }

    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 97%;
        /* position: absolute; */
    }

    /*SLIDE TOP*/
    .slide-top-mobile {
        position:relative;
        height: 320px;
    }
    .slider-top-bg-mobile {
        max-width: 76%;
        margin: 0 auto;
        position: absolute;
        object-fit: contain!important;
        z-index: 0;
        /* top: -160px; */
        bottom: 1vh;
        left: 0;
        right: 0;
    }
    .slider-top-img {
        position:relative;
        z-index: 2;
    }
    
    #dent-remover-mobile {
        width: 260px !important;
        right: -60px;
        top: 30px;
        object-fit: contain;
    }
    #paint-gun-mobile {
        width: 170px !important;
        right: 40px;
        /* left: initial!important; */
        top: 30px;
        position: absolute;
        object-fit: contain;
    }

    #frame-hook-mobile {
        width: 260px !important;
        right: 60px;
        top: 20px;
        object-fit: contain;
        position: absolute;
    }

    #makita-tool-mobile {
        width: 213px !important;
        /* right: -119px!important; */
        top: 20px;
        /* position: absolute; */
        right: -90px;
        left: initial!important;
        object-fit: contain;
    }

    #brakeDisk-mobile {
        width: 250px !important;
        right: 60px;
        top: 20px;
        position: absolute;
        object-fit: contain;
    }

    /*SLIDE BOTTOM*/
    .slide-bottom-mobile {
        display: flex;
        align-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        position: relative;
        background: none;
        padding-top: 21px;
        padding-left: 10%;
    }

    .slide-bottom-mobile h1{
        font-family: "Serpentine ICG Bold";
        text-align: left;
        color: var(--forza-red);
        font-size: 2.05em!important;
        line-height: 0.85;
        position: relative;
        z-index: 1;
        /* color: white; */
        /* letter-spacing: -3.2px; */
    }
    .slide-bottom-mobile h1 span{
        color:white;
        text-align: center;
    }

    .slide-bottom-mobile p{
        position: relative;
        color: white;
        font-weight: 700;
        line-height: 1.57;
        text-align: left;
        width: 100%;
        justify-content: flex-start!important;
        z-index: 1;
        font-size: .7em;
        margin-top: 0;
    }

    .slide-bottom-mobile .forza-button {
        font-size: 60%;
        margin-top: 16px;
    }

    .slider-bottom-bg-mobile {
        display: block;
        position: absolute;
        top: 100px;
        z-index: 0;
        width: 100%;
        height: auto;
        left: 0px;
    }

    .slider-bottom-mobile img{
        /* position: absolute; */
    }
    .slider-bottom-mobile a{
        margin-top: 7%;
        z-index: 2;
    }


    .slider-bottom-mobile {

    }

    .slider-bottom-bg-mobile {
        display: block;
        z-index: 0;
        position: absolute;
        top: 70px;
        width: 350px!important;
        right: 160px;
        height: auto!important;
    }

    .slider-bottom-img-mobile {
        display: block;
        z-index: 1;
        position: absolute;
        top: 60px;
        width: 280px !important;
        right: 180px;
        height: auto!important;
    }


    /*========================================*/


    /* Choose Section FIX */
    .choose-container {
        overflow-x: hidden;
    }
    .choose-container .choose-block{
        position:relative;
        z-index: 1;
        display: flex;
        justify-content: center;
    }
    .choose-container .choose-block .choose-block-inner {
        /* background: #0e0e0e; */
        padding: 1em 2em 0em 2em;
        max-width: 90%;
        height: 310px;
        position:relative;
        /* text-justify: revert-layer; */
        z-index: 30;
        /* display: flex; */
        margin-bottom: 30px;
    }
    .choose-container .choose-block h1 {
        font-size: 1.5em;
    }
    .choose-container .choose-block p  {
        font-size: .9em;
        margin-top: 0px;
    }

    /*------------------------------------*\
       HOMEPAGE CONTACT SECTION
    \*------------------------------------*/
    .home-contact-section {
        min-height: 500px;
        background-image: url('./img/road-texture-3.jpg');
        padding-top: 40px;
        padding-bottom: 100px;
        background-color: #545454;
    }

    .home-contact-section:before {
        content:'';
        display:block;
    }
    
    .home-contact-section .page-wide-wrapper {
        background: #00000000;
        padding: 20px;
    }
    
    .home-contact-top .col-md-12{
        display: flex;
        margin-bottom: 80px;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .home-contact-top h1{
        font-family: "Serpentine ICG BoldOblique";
        font-size: 1.75em;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }
    
    .home-contact-top h4{
        font-weight: 700;
        color:white;
        max-width: 100%;
        text-align: center;
        line-height: 1.5;
        font-size: .95em;
    }
    
    
    .h-contact-block-left {position: relative;z-index: 1;}
    
    .h-contact-block-left:before {
        content:'';
        background: #00000000;
        border: 2.5px solid var(--forza-red);
        z-index: -30;
        width: 120px;
        height: 120px;
        display: block;
        position: absolute;
        left: 29%;
        top: -40px;
    }
    
    .h-contact-block-left-inner {
        padding-right: 10px;
        position: relative;
        z-index: 2;
    }
    
    .h-contact-block-left-inner img{
        max-width: 100%;
        float: right;
        margin-right: 0;
    }
    
    .h-contact-block-right {
        /*color: white;*/
        text-align: left;
        margin-top: 40px;
    }
    
    .h-contact-block-right h1{
        color: white;
        /* font-family: "Serpentine ICG Bold"; */
        font-size: 1.25em!important;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.0px;
    }
    
    .h-contact-block-right h1 span{
        margin-right: 10px;
        
    }
    .h-contact-block-right h1 span img{
        max-width: 19px;
    }
    
    .h-contact-block-right h4{
        color: white;
        font-size: 1.0em;
        margin-bottom: 26px;
        font-weight: 600;
    }
    .h-contact-block-right h4 a, .h-contact-block-right h1 a{
        transition: all .25s ease;
        
    }
    .h-contact-block-right h4 a:hover, .h-contact-block-right h1 a:hover{
        color: var(--forza-red);
    }

    

    /*------------------------------------*\
        MOBILE MENU ICON ANIMATION
    \*------------------------------------*/
    #hamburger-icon {
        width: 35px;
        height: 25px;
        position: fixed;
        display: block;
        margin: auto;
        z-index: 170;
        /* float: right; */
        cursor: pointer;
        /* background: #d4d4d4; */
        right: 19px;
        top: 27px;
        display: none;
        /* transform: scale(.70); */
        /* -webkit-transform: scale(.70); */
    }

    #hamburger-icon .line {
        display: block;
        background: #ffffff;
        width: 30px;
        height: 0.2em;
        position: absolute;
        left: 0;
        border-radius: 0.025em;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        cursor: pointer;
        border-radius: 12px;
    }

    #hamburger-icon .line.line-1 {
        top: 0;
    }

    #hamburger-icon .line.line-2 {
        top: 35%;
        height: .2em;
    }

    #hamburger-icon .line.line-3 {
        top: 70%;
        height: .2em;
    }

    #hamburger-icon:hover .line, #hamburger-icon:focus .line {
        background: #ffffff;
    }

    #hamburger-icon.active .line-1 {
        transform: translateY(0.75em) translateX(0) rotate(45deg);
        -webkit-transform: translateY(0.62em) translateX(0) rotate(45deg);
        -moz-transform: translateY(0.75em) translateX(0) rotate(45deg);
        background: red;
    }

    #hamburger-icon.active .line-2 {
        opacity: 0;
        background: red;
    }

    #hamburger-icon.active .line-3 {
        transform: translateY(-0.75em) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-0.5em) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-0.75em) translateX(0) rotate(-45deg);
    }

    #hamburger-icon {
        display: block;
    }

    .mobile-nav {
        position: fixed!important;
        width: 100%;
        padding: 8px 15px 8px;
        top: 0;
        z-index: 10;
        background: inherit;
        max-height: 72px;
    }

    .mobile-nav .logo img {
        max-width: 160px;
        margin-top: 2px;
        min-width: 100px;
        margin-left: auto;
        margin-right: auto;
        transition: all .25s ease-in-out;
    }

    .size-mobile-logo img {
        max-width: 125px!important;
    }

    .mobile-nav-right {
        display: flex;
        /* justify-content: flex-end; */
        /* padding-right: 42px; */
        /* background: url(img/mobiel-menu-bg.png); */
        /* background-repeat: no-repeat; */
        /* background-size: 92% 102%; */
        /* background-position: right -1px; */
    }

    .store-icons-mobile i {
        color: #cf9b00;
        font-size: 32px;
    }

    .store-icons-mobile {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin-right: 6px;
        margin-top: 2px;
    }

    .mobile-menu {
        visibility: hidden;
        opacity: 0;
        background: #000000f0;
        height: 0;
        height: 100vh;
        top: 0px;
        position: absolute;
        transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
        width: 100%;
        left: 0;
        padding-top: 50px;
        padding: 20px;
    }

    .open-nav {
        visibility: visible;
        z-index: 8;
        position: fixed;
        height: 100vh;
        padding-top: 50px;
        opacity: 1;
        left: 0;
        top: 0;
        transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    }

    .mobile-menu ul {
        margin: 30px 0 30px;
        padding-left: 0;
        padding-bottom: 5px;
        /* border-bottom: 4px solid #ae0a0f; */
        /* text-align: center; */
    }

    .mobile-menu ul li {
        list-style: none;
        /* margin: 0 10px; */
        text-align: center;
    }

    .mobile-menu ul li a {
        margin: 5px 0px;
        display: block;
        padding: 10px 0;
        font-size: 1.5em;
        color: white;
        /* background-size: contain; */
        /* background-position: 1px 8px; */
        transition: all .25s ease;
        letter-spacing: 2.5px;
    }
     .mobile-menu ul li a:hover {
        color: var(--forza-red);
        /* background-size: contain; */
        /* background-position: 1px 8px; */
        transition: all .25s ease;
    }

    .current-menu-item a{
        /* background-image: url(img/cart-bg.svg); */
        background-size: contain;
        display: block;
        background-position: center;
        /* background-color: #e32126; */
        /* padding: 10px 15px!important; */=
        background-repeat: no-repeat;
        color: white!important;
    }


    .mobile-menu ul.sub-menu {
        display: none;
        /* background: #e6e6e6; */
        padding-left: 25px;
        box-shadow: inset 0 0 25px rgb(0 0 0 / 10%);
        margin-left: -6%;
        margin-right: -4%;
        box-shadow: inset 0 5px 10px -7px #63687d61;
    }

    ul.sub-menu li:first-child a {
        padding-top: 10px;
        /* font-size: 90%; */
    }

    ul.sub-menu li {
    }

    ul.sub-menu li:last-of-type a {
        padding-bottom: 5px;
    }
    
    .user-account a{
        display: block;
        width: 27px;
        margin-top: -5px;
        position: relative;
        left: 0px;
    }



/*=======================================*/
/* SWIPER JS MOBILE */
/*=======================================*/
    .acf-slider {
        padding-top: 0px;
        min-height: 70vh;
        /* margin-bottom: 70px; */
        /* width: 106%; */
        /* margin-left: -3.25%; */
    }
    
    .acf-slider .swiper {
        width: 100%;
        height: 100%;
        height: 82vh;
    }
    
    .acf-slider .swiper-wrapper {
        padding-left: 0;
    }
    
    .acf-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .acf-slider .swiper-slide img {
        display: block;
        width: 77%;
        height: auto;
        object-fit: cover;
        top: 12px;
        max-width: 350px;
        left: auto;
        left: 0% !important;
        top: 2%;
        right: 0;
        margin: 0 auto;
    }
    
    .acf-slider .swiper-slide h1.slide-title {
        padding-top: 8px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: absolute;
        font-size: 134%;
        /* color: black; */
        top: 36%;
        /* font-family: 'Quicksand'; */
        left: inherit;
        background-size: 100% 88%;
        letter-spacing: .25px;
        padding-top: 6px;
        max-width: 100%;
    }
    .acf-slider .swiper-slide p.slide-text {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        position: absolute;
        font-size: 69%;
        top: 46.5%;
        /* color: white; */
        max-width: 100%;
        /* background: #000000b5; */
        padding: 10px;
        border-radius: 5px;
        width: 89%;
        left: inherit;
        align-content: center;
        letter-spacing: -.25px;
    }
    
    .acf-slider .swiper-button{
        display: flex;
        justify-content: center;
        position: absolute;
        top: 65.5%;
        font-size: 120%;
        left: inherit;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: 146%;
        box-shadow: 3px 5px 0 black;
        padding: .20em 1em;
        letter-spacing: 1.5px;
    }
    .acf-slider .swiper-slide {
        ackground: #ffffff00!important;
    }

    /*=======================================*/
    /*=======================================*/
    button.wc-block-mini-cart__button {
        display: none;
    }
    .woocommerce ul.products li.product .button {
        font-size: 70%!important;
    }
    .header-wide-row .nav ul li a, .store-icons .bi, svg.wc-block-mini-cart__icon, .store-icons-mobile i, .mobile-menu ul li a {
        color: #ffffff !important;
        font-family: "Open Sans", sans-serif;
        font-size: 120%;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 5px;
    }


    /*=======================================*/
    /*=======================================*/
    .contact-info {
        width: 100%;
        border-bottom: 1px solid #cd0015;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }


    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }

    li.woocommerce-MyAccount-navigation-link {
        /* line-height: 2.25; */
        display: inline-block;
        padding: 5px 0px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
        border-radius: 20px;
        padding: 10px 25px;
    }

    .hp-cat-row {
        margin-top: 0px;
        /* border-bottom: 1px solid #f5f5f5; */
        /* padding-bottom: 30px; */
        text-align: center;
    }

    .store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i {
        color: white!important;
        filter: drop-shadow(2px 2px 0px black);
    }
    
    .store-icons-mobile .woofc-menu-item .woofc-menu-item-inner i:before {
        width: 30px;
        font-size: 25px;
        position: relative;
    }
    .main-parent {
        /* background: url(img/top-bg-mobile.jpg) no-repeat; */
        background-size: contain;
        background-size: 62vh;
        overflow-x: hidden;
    }

    .footer-logo img {
        max-width: 200px;
    }
    .acf-slider .swiper-wrapper li #image1 {
        width: 81%;
        left: 0%!important;
        top: 0.5%;
    }
    
    .acf-slider .swiper-wrapper li #image2 {
        width: 73%;
        left: 0%!important;
        top: -9px;
    }
    
    .acf-slider .swiper-wrapper li #image3 {
        width: 78%;
        left: 0%!important;
        top: 2%;
        right: 0;
        margin: 0 auto;
    }
    
    .acf-slider .swiper-wrapper li #image4 {
        width: 77%;
        left: 0%!important;
        top: -0.5%;
    }


    /*------------------------------------*\
    CHIKEN ANIMATION V.1
    \*------------------------------------*/
    .chicken-walking-container {
        position: absolute;
        bottom: -16px;
        left: 0;
        overflow: hidden;
        width: 100%;
        z-index: 0;
    }
    
    .the-chicken {
        display: block;
        max-width: 100px;
        animation-name: chickenWalk;
        animation-duration: 45s;
        animation-iteration-count: infinite;
        transform: translateX(96vw) rotateY(0);
    }
    .the-chicken img{
        max-width: 100px;
    }
    
    @keyframes chickenWalk {
      0% {
        transform: translateX(96vw) rotateY(0);
      }
      49.99% {
        transform: translateX(-2vw) rotateY(0);
      }
      50% { 
        transform: translateX(-2vw) rotateY(180deg);
      }
    
      100% {
        transform: translateX(100vw) rotateY(180deg);
      }
    }
    /*=======================================*/


    
/*=======================================*/
/*=======================================*/
    
    .home-service-row {
    max-height: 890px;
    }
    .health-top h1{
        font-size: 1.85em!important;
        letter-spacing: 1px;
        margin-top: 30px;
        font-weight: 200;
    }
    .health-top p{
        font-size: .95em;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 1.65;
        }
    .health-top .health-top-h1 {
        font-size: 2.25em!important;
        margin: 15px auto 35px !important;
        letter-spacing: 3px!important;
    }
    .health-row .hp-cat-row{
        margin-top: 60px;
    }
    .health-row .hp-cat-row img{
       max-width: 80px;
       margin: 0 auto;
    }

    
    
    .health-row a {
        padding: 0.5em 0.75em;
        max-width: 32%;
    }

    /* MORE FIXES FROM OLD CODE REMOVE ONE DAY OLD CODE */
    .container-fluid.welcome-row {
        margin-top: 0px;
    }
    .swiper-button-next, .swiper-button-prev {
        color:white;
        /* font-size: 0px; */
        width: 20px;
        margin-top: calc(-10px - (var(--swiper-navigation-size) / 2));
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 28px;
    }

    .homepage-bg-fix {
        background: url(img/home-bg-top.jpg) no-repeat;
        height: 100vh;
        position: absolute;
        width: 100%;
        background-size: 170%;
        background-position: center 9%;
        top: 0;
    }
    /*------------------------------------*\
    CONTACT PAGE
    \*------------------------------------*/
    .page-template-page-contact-wide-wrapped .page-wide-wrapper, .page-template-page-catering-wide-wrapped .page-wide-wrapper
    {
        /* box-shadow: -1px 3px 9px 11px #0000004a; */
        border: 4px dashed #00765d;
        border-bottom: 0px;
        border-radius: 5px;
        margin-top: 80px;
        /* background-clip: border-box; */
        border-style: dotted;
        /* padding: 10px; */
        box-shadow: 0px 0px 0px 15px white;
    }
    
    .page-template-page-contact-wide-wrapped label {
        width: 100%;
    }
    input.wpcf7-form-control.wpcf7-text {
        max-width: 70%;
    }
    .page-template-page-contact-wide-wrapped{
        
    }
    .page-template-page-contact-wide-wrapped h3.wp-block-heading  {
        color: white;
        padding: 7px 35px 10px;
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: 85%;
        max-width: 100%;
        font-size: 1.5em;
        margin-bottom: 10px;
        background-position: left;
        text-align: left;
    }
    .page-template-page-contact-wide-wrapped p  {
        line-height: 1.5;
        margin-bottom: 23px;
        text-align: left;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success {
        /* display: flex; */
        /* flex-wrap: nowrap; */
        justify-content: center;
        /* position: absolute; */
        top: 56%;
        font-size: 1.25em;
        color: white;
        text-decoration: none;
        text-shadow: 0px 3px 0px black;
        padding: 0.60em 1.5em;
        /* display: flex
        background: #00765d;
        /* border-radius: 10px; */
        margin-top: 5px;
        cursor: pointer;
        left: 50.6%;
        border: 0px;
        font-weight: 300;
        text-transform: uppercase;
        transition: all .25s ease;
        letter-spacing: 5px;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        box-shadow: 3px 5px 0 black;
        width: 90%;
    }
    .get-in-touch {
    
    }
    
    .get-in-touch p{
        font-size: 1.10em;
        line-height: 2;
        /* text-align: left; */
        /* padding-left: 7%; */
        letter-spacing: -0.5px;
    }
    
    .get-in-touch img{
        max-width: 45px;
    }
    .page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
        max-width: 40px;
    }
    
    .page-template-page-contact-wide-wrapped .wp-block-media-text__content {
        margin-left: 0px;
    }
    
    .page-template-page-contact-wide-wrapped figure.wp-block-media-text__media {
        position: relative;
        top: -11px;
    }

    .page-template-page-contact-wide-wrapped main, .page-template-page-catering-wide-wrapped main {
        padding: 7px;
    }
    .page-template-page-contact-wide-wrapped .wp-block-media-text.is-stacked-on-mobile {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        text-align: center;
        align-items: end;
        max-width: 170px;
    }

    /*------------------------------------*\
        CATERING PAGE
    \*------------------------------------*/
    .catering-row {
    
    }
    .page-template-page-catering-wide-wrapped .page-wide-wrapper {
    
    }
    .page-template-page-catering-wide-wrapped {
    
    }
    .page-template-page-catering-wide-wrapped h1{
        text-align: center;
    }
    
    .page-template-page-catering-wide-wrapped .has-x-large-font-size {
        font-size: 1.25em;
    
    }
    .page-template-page-catering-wide-wrapped p {
        font-size: 1.20em!important;
        line-height: 1.75;
    }
    .page-template-page-catering-wide-wrapped h2 {
        font-size: 1.25em!important;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    .page-template-page-catering-wide-wrapped .wp-block-list{
        line-height: 2;
        font-size: 1.15em!important;
        margin-top: 0%;
        /* font-family: "Open Sans", sans-serif; */
        letter-spacing: 1px;
        padding-left: 40px;
        }
    .page-template-page-catering-wide-wrapped ul li{font-weight: 600;max-width: fit-content;}
    
    p.spicy-large {
        font-family: "Open Sans", sans-serif;
        font-size: 2.75em!important;
        letter-spacing: 2px;
    }
    h2.banner-bg-heading {
        font-family: "Open Sans", sans-serif;
        color: white;
        padding: 7px 35px 10px;
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.7em!important;
        background-position:center;
        margin:0 auto;
        margin-bottom: 20px;
    }
    h2.banner-bg-heading.booking-banner {
        background-position: left;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    
    .page-template-page-catering-wide-wrapped form label{
        max-width: 100%;
        display: block;
    }
    .page-template-page-catering-wide-wrapped input.wpcf7-form-control.wpcf7-text {
        max-width: 100%;
    }
    /*------------------------------------*\
        Location Manager
    \*------------------------------------*/
    .hp-location-row {
        border-top: 1px solid black;
        margin-top: 20px;
        padding-top: 50px;
    } 
    .hp-location-row h1{
        text-align: center;
        /* background: red; */
        color: black;
        padding: 4px 35px 10px;
        /* background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 460px;
        margin: 0 auto; */
        font-size: 2.75em;
    }
    .hp-location-row h2{
        text-align: center;
        /* background: red; */
        color: white;
        padding: 1px 35px 10px;
        background-image: url(img/header-bg-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 2.25em;
        margin-bottom: 20px;
    }
    .location-item h3 {
        font-size: 1.51em !important;
        line-height: 1.2em !important;
        border: none !important;
        margin: 0 0 0.5em 0 !important;
        padding: 0 !important;
    }
    .hp-location-row p{
        font-size: 1.15em;
        text-align: center;
        margin-bottom: 40px;
        max-width: 90%;
        margin: 0 auto 40px;
    }
    .hp-location-row img{
    
    }
        
    /*=======================================*/
    /* HOME NEW PRODUCTS */
    /*=======================================*/
    .hp-new-products{
        margin-top: -20px;
    }
    
    .hp-new-products main{
        margin-top: -20px;
        padding: 0 20px 0;
    }

    /*------------------------------------*\
    /*FIND US NOW LINK*/
    /*------------------------------------*/
    .find-uslink-top {
        position: absolute;
        top: 49px;
        width: fit-content;
        right: 6%;
        z-index: 20;
        left: unset;
    }
    
    .find-uslink-top h3{
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        text-shadow: 3px 3px 1px black;
    }

/*=======================================*/
        
}

/*=======================================*/
/* ENDS MAIN MEDIA QUERY */
/*=======================================*/
/*=======================================*/
/*SHOW DESKTOP AND HIDE MOBILE STYLES*/
@media (min-width: 49em) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none!important;
    }

    /*END MEDIA QUERY*/
}

/*=======================================*/
/* EXTRA LARGE SCREENS */
/*=======================================*/
@media only screen and (min-width: 1600px) {
    .hp-hero {
        position: relative;
        min-height: 960px;
        background: #cf9b00;
        background-image: url('./img/top-hero-desktop.jpg');
        margin-left: var(--bs-gutter-x,-.75rem);
        margin-right: var(--bs-gutter-x,-.75rem);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
}



/*------------------------------------------*/
body {
    /*background: green;*/
}

/* =========== Temp COde for Menu test ============ */
.sprm-menu-left .sprm-menu-title {
    font-size: 1.5em;
    font-weight: 700;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 0.5em 0.8em;
    font-size: 150%;
}

.sprm-cart-item-title {
    font-size: 1.0em;
}

.sprm table td, .sprm table th {
    font-size: 1.1em;
}

td.sprm-cart-item-price {}



.header-wide-row, .header-wide-wrapper, .mobile-nav {
    background: #ffffff00!important;
    z-index: 2;
}

.wide-wrapped-row {
    background: #ffffff00!important;
}

.lightHeader-mobile {
    /* background-color: white!important; */
    transition: all .35s ease;
    /* box-shadow: 0 2px 15px -3px #0000003d; */
}

.mobile-nav {
    transition: all .35s ease;
    background-color: #ffffff00;
}

.mobile-nav-brand {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 45%!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10vh;
}

.social-nav {
    padding-bottom: 5vh;
    margin-top: 0px;
}

.social-nav h3{
    /* font-size: 190%; */
    font-family: "Open Sans", sans-serif;
    color: white;
    font-family: "Serpentine ICG Bold";
    text-transform: uppercase;
}

.social-nav ul li{
    margin-top:10px;
    display: inline-block;
    margin-bottom: 5px;
}

.social-nav ul li a img{
    margin-right: 20px;
    max-width: 35px;
}

.footer-number {
    font-size: 160%!important;
    font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
}

/*=================================*/

.mobile-nav .logo img {
    
}


/*=================================*/
/*=================================*/

/*ANIMATE CSS*/
.animate__animated.delay-025s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}
.animate__animated.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.animate__animated.delay-075s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s
}

.animate__animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate__animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate__animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate__animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

span.swiper-pagination-bullet {
    background: white;
    opacity: .75;
}
span.swiper-pagination-bullet-active {
    background: red;
}

.pswp__top-bar {
    background-color: #00765d!important;
}


/*.first-slide-active {
    color:red!important;
}*/