/*!
FC Custom CSS
Author: Jen Patrick Concon

Color Theme
- Green  > Mantis           = #87c140
- Blue   > Midnight Blue    = #191970
- Orange > Carrot           = #f5911e
- Red    > Amaranth         = #f0444a

- Grey  > Very Light Grey   = #cccccc
- Grey  > Bright Grey       = #58595b **Header
- Grey  > Night Rider       = #333333 **Paragraphs
- Grey  > Dark Grey         = #9e9e9e
- Black > Nero              = #222222

- White > Gainsboro         = #e6e6e6 **Placeholders
- White > White Smoke Dark  = #f6f6f6
- White > White Smoke       = #f8f8f8
- White                     = #ffffff

- Red > Falu Red            = #8c0e0e

NOTE: Please use SVG icons instead of images or cdn, it's faster.

KNOWN ISSUES:
- Hover sticks on mobile devices, fixed it with this code: @media (hover: hover) {}
*/

/* Code Test *******************************************************************************************************************************************************/
.otgs-development-site-front-end {
    display: none;
}

/* Utilities *******************************************************************************************************************************************************/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#wpcp-error-message {
    display: none;
}

.et_monarch .et_social_networks .et_social_icons_container {
    width: 40px !important;
}

.content-left {
    margin-left: 0;
    margin-right: auto;
}

.content-right {
    margin-left: auto;
    margin-right: 0;
}

.content-center {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #58595b;
    font-weight: 600;
}

span {
    word-wrap: break-word;
    white-space: normal;
}

p.bold {
    font-weight: 600;
    color: #58595b;
}

a:hover p.bold {
    color: #87c140;
}

p.italic {
    font-style: italic;
}

p.line-through {
    text-decoration: line-through;
}

p.underline {
    text-decoration: underline;
}

.font-weight-semibold {
    font-weight: 600;
}

/* Background */
.bg-white-fc {
    background-color: #ffffff;
}

.bg-gradient-white {
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 36%,rgba(255,255,255,0) 86%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(36%, rgba(255,255,255,1)),color-stop(86%, rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 36%,rgba(255,255,255,0) 86%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 36%,rgba(255,255,255,0) 86%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.bg-white-smoke {
    background-color: #f8f8f8;
}

/* Font Color  */
.green-mantis,
.text-green-mantis {
    color: #87c140;
}

.bright-grey,
.text-bright-grey {
    color: #58595b;
}

.dark-grey,
.text-dark-grey {
    color: #9e9e9e;
}

/* Font Size */
.fs-12px { font-size: 12px; }
.fs-14px { font-size: 14px; }
.fs-16px { font-size: 16px; }
.fs-18px { font-size: 18px; }
.fs-20px { font-size: 20px; }
.fs-22px { font-size: 22px; }
.fs-24px { font-size: 24px; }
.fs-26px { font-size: 26px; }
.fs-28px { font-size: 28px; }
.fs-30px { font-size: 30px; }
.fs-32px { font-size: 32px; }
.fs-34px { font-size: 34px; }
.fs-36px { font-size: 36px; }
.fs-38px { font-size: 38px; }
.fs-40px { font-size: 40px; }
.fs-42px { font-size: 42px; }
.fs-44px { font-size: 44px; }
.fs-46px { font-size: 46px; }
.fs-48px { font-size: 48px; }

/* Display Flex */
.flex-r-xy-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Global **********************************************************************************************************************************************************/
html,
html #wpadminbar,
html .site-header {
    min-width: 400px;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-family: 'Quicksand',
                 'Segoe UI',
                 'Helvetica Neue',
                 sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

a {
    color: #87c140;
}

a:hover,
a:focus,
a:active {
    color: #f5911e;
    text-decoration: none;
}


.site {
    position: relative;
}

.container {
    max-width: 1500px;
}

.sc-header-spacing {
    padding-top: 150px !important;
}

.sc-my-spacing {
    margin-top: 100px;
    margin-bottom: 100px;
}

.sc-mt-spacing {
    margin-top: 100px;
}

.sc-mb-spacing {
    margin-bottom: 100px;
}

.sc-py-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sc-pt-spacing {
    padding-top: 100px;
}

.sc-pb-spacing {
    padding-bottom: 100px;
}

.dropdown-toggle {
    font-size: 18px;
}

ul.menu,
ul.slick-dots {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul.menu a {
    text-decoration: none;
}

.line-x {
    border-bottom: 1px solid #e6e6e6;
}

.line-x.center {
    margin: 0 auto;
}

.line-y {
    width: 5px;
    height: 40px;
    margin: 10px auto;
}

.line-y.green-mantis {
    background-color: #87c140;
}

.h-arrow-r:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 10px;
    margin-left: 5px;
    /* background-image url call independently */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transition: width 0.2s;
}

.h-arrow-r:hover:after {
    width: 20px;
}

.btn-learn-more.h-arrow-r {
    font-size: 15px;
    padding: 7px 30px;
    box-shadow: 0px 0px 25px -12px #333333;
}

.btn-learn-more.h-arrow-r:hover {
    color: #ffffff;
    border-color: #87c140;
    background-color: #87c140;
}

.btn-learn-more.h-arrow-r:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.slick-dots {
    display: flex !important;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    background: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    z-index: 1;
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow > span {
    color: #87c140;
    font-weight: 400;
    font-size: 140px;
    line-height: 0em;
    opacity: 0.6;
}

.slick-arrow:hover > span {
    opacity: 0.9;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slick-arrow.slick-next {
    right: 15px;
}


/* Header **********************************************************************************************************************************************************/
.site-header,
.site-header:before,
.site-branding {
    transition: all 0.3s;
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
}

.site-header:before {
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    opacity: 0;
}

.site-header a,
.site-header p,
.site-header span,
.site-footer a,
.site-footer p,
.site-footer span {
    letter-spacing: normal;
}

.site-branding {
    display: flex;
    align-items: center;
    max-width: 350px;
    height: 100px;
}

.bg-gradient-white .site-branding {
    height: 150px;
}

.custom-logo {
    width: 100%;
    height: auto;
    min-width: 250px;
}

.header-scrolled {
    box-shadow: 0px 0px 10px -1px #333333;
}

.header-scrolled:before {
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    height: 100%;
}

.header-scrolled .site-branding {
    max-width: 250px;
    height: 75px;
}

.wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 5px;
}

.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: 0px !important;
}

.main-navigation {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    height: 100%;
}

.main-navigation > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.main-navigation > ul > li.menu-item,
.main-navigation-mobile > ul > li.menu-item {
    position: relative;
}

.main-navigation .nav-link,
.main-navigation-mobile .nav-link {
    font-weight: 500;
}

.main-navigation > ul > li > .nav-link,
.main-navigation-mobile > ul > li > .nav-link {
    color: #333333;
}

.main-navigation > ul > .menu-item-has-children > .nav-link {
    padding-right: 28px;
}

.main-navigation > ul > li > .nav-link .hover-underline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #87c140;
    transition: width 0.3s;
}

.main-navigation > ul > li:hover > .nav-link .hover-underline {
    width: 50%;
    height: 3px;
}

.main-navigation > ul > li .nav-link:hover,
.main-navigation > ul > li:hover > .dropdown-toggle,
.main-navigation > ul > li .dropdown-toggle:hover,
.main-navigation > ul > li > .dropdown-menu > li:hover .dropdown-toggle,
.main-navigation > ul > .current-menu-item > .nav-link,
.main-navigation .dropdown-menu .dropdown-item:hover,
.main-navigation-mobile > ul > li .nav-link:hover,
.main-navigation-mobile > ul > li:hover > .dropdown-toggle,
.main-navigation-mobile > ul > li .dropdown-toggle:hover,
.main-navigation-mobile > ul > li > .dropdown-menu > li:hover .dropdown-toggle,
.main-navigation-mobile > ul > .current-menu-item > .nav-link,
.main-navigation-mobile .dropdown-menu .dropdown-item:hover {
    color: #87c140;
}

.main-navigation > ul > li .icon-image,
.main-navigation-mobile > ul > li .icon-image {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -20px;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.main-navigation-mobile > ul >  li > .dropdown-menu > li > .dropdown-menu > li .icon-image {
    left: 32px;
}

.main-navigation .search-icon .nav-link {
    display: flex;
    align-items: center;
    min-height: 43px;
}

.main-navigation .search-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.main-navigation .search-wrapper,
.main-navigation-mobile .search-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.main-navigation .search-form,
.main-navigation-mobile .search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.main-navigation .search-form {
    max-width: 650px;
}

.main-navigation .search-form .input-field,
.main-navigation-mobile .search-form .input-field {
    font-size: 18px;
    padding: 7px 15px;
    border: 1px solid #87c140;
    border-radius: 0;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0px 0px 7px -5px #333333;
}

.main-navigation .search-form button,
.main-navigation-mobile .search-form button {
    color: #ffffff;
    width: 60px;
    height: 43px;
    padding: 0;
    border-radius: 5px !important;
}

.main-navigation .search-form .btn-submit,
.main-navigation-mobile .search-form .btn-submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.main-navigation .search-form .btn-close,
.main-navigation-mobile .search-form .btn-close {
    color: #87c140;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.main-navigation .search-form .btn-close:hover,
.main-navigation .search-form .btn-close:focus,
.main-navigation-mobile .search-form .btn-close:hover,
.main-navigation-mobile .search-form .btn-close:focus {
    color: #f5911e;
}

.main-navigation > ul > .current-menu-item > .nav-link,
.main-navigation-mobile > ul > .current-menu-item > .nav-link {
    font-weight: 500;
}

.main-navigation .dropdown-toggle,
.main-navigation .menu-item-has-children:after,
.main-navigation-mobile .dropdown-toggle,
.main-navigation-mobile .menu-item-has-children:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #58595b;
}

.main-navigation .dropdown-toggle,
.main-navigation .menu-item-has-children:after {
    bottom: 0;
}

.main-navigation .dropdown-toggle,
.main-navigation .menu-item-has-children:after {
    padding: 3px 7px 0px 2px !important
}

.main-navigation .dropdown-menu,
.main-navigation-mobile .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    color: #333333;
    background: #ffffff;
}

.main-navigation .dropdown-menu {
    width: 300px;
}

.main-navigation .dropdown-menu {
    box-shadow: 5px 5px 10px -8px #333333;
}

.main-navigation > ul > .menu-item-has-children > .dropdown-menu {
    margin-top: 10px;
    left: 10px;
}

.main-navigation > ul > .menu-item-has-children > .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 10%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}

.main-navigation > ul > .menu-item-has-children > .dropdown-menu:after,
.main-navigation-mobile > ul > .menu-item-has-children > .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.main-navigation .dropdown-item,
.main-navigation-mobile .nav-link,
.main-navigation-mobile .dropdown-item {
    position: relative;
    padding: 15px;
    padding-right: 30px;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 5px solid #ffffff;
    transition: all 0.3s;
}

.main-navigation .icon .dropdown-item,
.main-navigation-mobile .icon .nav-link,
.main-navigation-mobile .icon .dropdown-item {
    padding-left: 63px;
}

.main-navigation .dropdown-item:focus,
.main-navigation .dropdown-item:hover,
.main-navigation .dropdown-item.active,
.main-navigation .dropdown-item:active,
.main-navigation-mobile .dropdown-item:focus,
.main-navigation-mobile .dropdown-item.active,
.main-navigation-mobile .dropdown-item:active  {
    color: inherit;
    text-decoration: none;
    background-color: #ffffff;
    border-left: 5px solid #87c140;
}

.main-navigation .dropdown-menu li:hover > .dropdown-item,
.main-navigation-mobile .dropdown-menu li:hover > .dropdown-item {
    border-left: 5px solid #87c140;
}

.main-navigation a:visited,
.main-navigation-mobile a:visited {
    color: inherit;
}

.main-navigation .dropdown-toggle,
.main-navigation-mobile .dropdown-toggle {
    z-index: 2;
}

.main-navigation .dropdown-menu .dropdown-toggle {
    width: 29px;
    padding-top: 0;
}

.main-navigation .menu-item-has-children:after,
.main-navigation-mobile .menu-item-has-children:after {
    content: '';
    z-index: 1;
}

.main-navigation .dropdown-toggle:after,
.main-navigation-mobile .dropdown-toggle:after {
    display: none;
}

.main-navigation .dropdown-toggle > .menu-item-has-children > .dropdown-toggle,
.main-navigation-mobile .dropdown-toggle > .menu-item-has-children > .dropdown-toggle {
    padding-top: 0;
}

.main-navigation .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 300px;
}

.main-navigation .dropdown-menu .menu-item-has-children > .dropdown-menu .dropdown-item,
.main-navigation .dropdown-menu .menu-item-has-children > .dropdown-menu .dropdown-item:hover {
    border-left: 5px solid #f8f8f8;
    background-color: #f8f8f8;
}

.main-navigation .dropdown-menu .menu-item-has-children > .dropdown-menu .dropdown-item:hover {
    border-left: 5px solid #87c140;
}

.main-navigation > ul > .wpml-ls-menu-item > .dropdown-menu {
    width: 150px;
    right: 0;
    left: auto;
}

.main-navigation > ul > .wpml-ls-menu-item > .dropdown-menu {
    margin-left: 0;
}

.main-navigation > ul > .wpml-ls-menu-item > .dropdown-menu:before {
    left: auto;
    right: 15%;
}

.main-navigation-mobile {
    display: none;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    height: 100%;
}

.main-navigation-mobile > ul {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 335px;
    overflow-y: scroll;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #333333;
    transform: translateX(-335px);
    transition: transform 0.3s;
    z-index: 2;
}

.main-navigation-mobile > ul.reveal {
    transform: translateX(0px);
}

.main-navigation-mobile .block-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.main-navigation-mobile .block-overlay .btn-close {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.main-navigation-mobile > .search-wrapper,
.main-navigation-mobile > ul > li.search-icon {
    display: none;
}

.main-navigation-mobile > ul > li > .nav-link {
    text-align: left;
}

.main-navigation-mobile > ul > li > .dropdown-menu > li > a {
    padding-left: 30px;
    border-left-color: #f8f8f8;
    background-color: #f8f8f8;
}

.main-navigation-mobile > ul > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
    border-left-color: #f6f6f6;
    background-color: #f6f6f6;
}

.main-navigation-mobile > ul > li > .dropdown-menu > li.icon > .dropdown-menu > li > a {
    padding-left: 83px;
}

.main-navigation-mobile > ul > li:hover > .nav-link,
.main-navigation-mobile > ul > .current-menu-item > .nav-link {
    border-left: 5px solid #87c140;
}

.main-navigation-mobile .mobile-toggles {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 100%;
}

.main-navigation-mobile .mobile-toggles button,
.main-navigation-mobile .block-overlay .btn-close {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 5px !important;
    margin-left: 15px;
    color: #87c140;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
}

.admin-bar .main-navigation-mobile > ul ,
.admin-bar .main-navigation-mobile > .search-wrapper {
    margin-top: 32px;
}

.main-navigation-mobile > .search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 11;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #333333;
}

.main-navigation-mobile .search-form {
    max-width: 95%;
}

.main-navigation-mobile .dropdown-menu {
    position: relative;
    top: 0;
    width: 100%;
}

.main-navigation-mobile .dropdown-toggle,
.main-navigation-mobile .menu-item-has-children:after {
    width: 50px;
    height: 52px;
    padding: 2px;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
    .site-branding {
        max-width: 300px;
    }

    .bg-gradient-white .site-branding {
        height: 110px;
    }

    .header-scrolled .site-branding {
        height: 75px;
    }

    .main-navigation > ul > li > .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .main-navigation {
        display: none;
    }

    body.mobile-nav {
        overflow: hidden;
    }

    .main-navigation-mobile {
        display: block;
    }
}

@media (max-width: 782px) {
    .admin-bar .main-navigation-mobile > ul ,
    .admin-bar .main-navigation-mobile > .search-wrapper {
        margin-top: 46px;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* Footer **********************************************************************************************************************************************************/
.site-footer {
    border-top: 1px solid #e6e6e6;
}

.site-footer .site-branding {
    max-width: 300px;
    height: 120px;
}

.site-footer .site-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.site-footer .site-info .copyright {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
}

.site-footer .site-info > ul {
    display: flex;
}

.site-footer .site-info > ul li {
    position: relative;
}

.site-footer .site-info > ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    padding: 3px 6px;
}

.site-footer .site-info .copyright a,
.site-footer .site-info > ul li a:hover {
    color: #87c140;
}

.site-footer .site-info > ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 50%;
    margin-top: -3px;
    width: 1px;
    height: 9px;
    background-color: #9e9e9e;
}

.site-footer .site-info > ul li:first-child:before {
    background-color: transparent;
}

/* Floating Social Links */
.floating-social-links {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin-top: -126px;
    z-index: 2;
}

/* Action Buttons */
.action-buttons {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: flex;
    z-index: 2;
}

/* Back to Top / Notification */
.btn-back-to-top, 
.btn-notification {
    display: none;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: 5px;
    transition: left 0.3s, bottom 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
    box-shadow: 3px 3px 10px -6px #333333;
    line-height: 1em;
}

.btn-back-to-top .icon, 
.btn-notification .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.br-f-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.br-f-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Back to Top */
.btn-back-to-top .icon {
    flex-direction: column;
}

.btn-back-to-top p {
    font-size: 10px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: normal;
    text-transform: uppercase;
}

/* Notification */
.btn-notification .icon {
    position: relative;
}

.btn-notification .icon::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: -1px;
    right: 3px;
    background-color: #f0444a;
    border-radius: 50%;
    line-height: 0.9em;
    transition: 0.3s;
}

/* Mobile Only CSS */
@media not all and (hover: hover) {
    .btn-back-to-top:hover,
    .btn-notification:hover {
        background-color: #87c140;
        border: 1px solid #87c140;
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .floating-social-links {
        display: flex;
        margin-top: 0;
        top: auto;
        right: auto;
        left: 15px;
        bottom: 15px;
    }
    .floating-social-links .et_social_networks,
    .floating-social-links .et_social_networks > ul {
        display: flex !important;
    }
    .floating-social-links .et_social_networks > ul > li:first-child {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .floating-social-links .et_social_networks > ul > li:last-child {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    body.et_monarch .et_social_networks.et_social_nospace li {
        margin: 0 2px 0 0 !important;
    }

    .btn-back-to-top, 
    .btn-notification {
        margin-left: 2px;
    }
}

/* Global - Company Details */
.company-details .branch-info {
    max-width: 250px;
    margin: 24px auto;

}

.company-details .branch-info .flag {
    min-height: 87px;
}

.company-details .branch-info .title {
    font-size: 21px;
    font-weight: 600;
}

.company-details .branch-info .subtitle {
    font-size: 18px;
    font-weight: 500;
}

.company-details .branch-info .icon {
    margin-right: 5px;
}

.company-details .branch-info .address .text {
    min-height: 192px;
}

.company-details .branch-info .address .text,
.company-details .branch-info .website .text,
.company-details .branch-info .email .text {
    letter-spacing: normal;
}

/* Local - Company Details  */
.company-details.local .branch-info {
    display: grid;
    max-width: 300px;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px -10px #cccccc;
}

.company-details.local .branch-info .address {
    justify-content: center;
}

.company-details.local .branch-info .text {
    font-size: 14px;
}

.company-details.local .branch-info .contact {
    min-height: 130px;
}

.company-details.local .view-map .btn-learn-more {
    font-size: 14px;
    padding: 5px 20px;
    box-shadow: none;
}

/* Call to Action */
.call-to-action {
    background-image: url('/wp-content/uploads/2020/12/cta-bg-map.png'),
                      url('/wp-content/uploads/2020/12/cta-bg-line-left.png'),
                      url('/wp-content/uploads/2020/12/cta-bg-line-right.png');
    background-position: center, left top, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 536px 176px, 536px 176px;
    background-color: #87c140;
}

.call-to-action h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.call-to-action .cta-button {
    font-size: 14px;
    padding: 7px 30px;
    box-shadow: 1px 2px 15px -5px #333333;
}

.call-to-action .cta-button:after,
.call-to-action .cta-button:hover:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2387c140' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.call-to-action .cta-button:active:after,
.call-to-action .cta-button:focus:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

/* Mobile Responsive */
@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
    .company-details .branch-info .contact .text {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .company-details .branch-info .contact .text,
    .company-details.local .branch-info .text {
        font-size: 16px;
    }

    .company-details .branch-info .address .text {
        min-height: 168px;
    }

    .call-to-action {
        background-image: url('/wp-content/uploads/2020/12/cta-bg-map.png');
    }
}

@media (max-width: 991px) {
    .site-footer {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .site-footer .site-branding {
        align-items: flex-end;
        margin: 0 auto;
        height: 100px;
    }

    .site-footer .site-info {
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .site-footer .site-info .copyright {
        text-align: center;
    }

    .btn-back-to-top.site-bottom {
        right: 0;
        bottom: 150px;
    }
}

@media (max-width: 480px) {
    .site-footer .site-info .copyright {
        max-width: 270px;
    }
}

/* Homepage ********************************************************************************************************************************************************/

/* Banner */
.front-page .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front-page .banner .row {
    height: 500px;
}

.front-page .banner .content-wrapper {
    max-width: 500px;
}

.front-page .banner .content-wrapper h1 {
    color: #333333;
    font-size: 25px;
    font-weight: 500;
}

.front-page .banner .content-wrapper h1 span {
    display: block;
    font-size: 40px;
}

/* Core Technology */
.core-technology {
    box-shadow: 0px 0px 100px 100px #ffffff;
}

.core-technology .bg-white-smoke {
    box-shadow: 0px 4px 10px -7px #333333;
}

.core-technology .header h2 {
    font-size: 24px;
    font-weight: 600;
}

.core-technology .content {
    min-height: 200px;
}

.core-technology .content .wrapper {
    display: none;
}

.core-technology .content .caption {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.core-technology .content .caption p {
    color: #333333;
    margin: 0 auto;
    max-width: 150px;
    transition: color 0.3s;
    line-height: 1.2em;
}

.core-technology .content a:hover .caption p {
    color: #87c140;
}

.core-technology .content .thumbnail img {
    margin: 0 auto;
    width: 150px;
    min-height: 150px;
}

.core-technology .content .slick-list {
    min-height: 200px;
}

.core-technology .content .slick-dots,
.our-markets .icon-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.core-technology .content .slick-dots li,
.our-markets .icon-slider .slick-dots li {
    margin-left: 5px;
}

.core-technology .content .slick-dots li:last-child,
.our-markets .icon-slider .slick-dots li:last-child {
    margin-right: 5px;
}

.core-technology .content .slick-dots li button,
.our-markets .icon-slider .slick-dots li button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
}

.core-technology .content .slick-dots li.slick-active button,
.our-markets .icon-slider .slick-dots li.slick-active button {
    background-color: #f5911e;
}

/* Our Markets */
.our-markets {
    min-height: 500px;
}

.our-markets .slider-item,
.featured-products .slider-item {
    display: none;
    cursor: pointer;
}

.our-markets .content-slider .slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
}

.our-markets .content-slider .slider-item .wrapper,
.our-markets .icon-slider .slider-item .wrapper,
.our-markets .icon-slider .slider-item .content {
    display: flex;
    flex-direction: column;
}

.our-markets .icon-slider .slider-item .wrapper,
.our-markets .icon-slider .slider-item .content {
    justify-content: center;
}

.our-markets .content-slider .slider-item .wrapper {
    min-height: 350px;
}

.our-markets .content-slider .slider-item .header h2 {
    font-weight: 600;
    font-size: 36px;
    color: #58595b;
}

.our-markets .content-slider .slider-item .content h3 {
    font-weight: 600;
    font-size: 22px;
    color: #58595b;
}

.our-markets .icon-slider {
    margin-top: -100px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px -7px #333333;
}

.our-markets .icon-slider .slider-item {
    background-color: #ffffff;
    transition: all 0.2s;
}

.our-markets .icon-slider .slick-list {
    overflow: hidden;
}

.our-markets .icon-slider .slick-list,
.our-markets .icon-slider .slick-slide .wrapper {
    height: 200px;
}

.our-markets .icon-slider .slick-slide .wrapper {
    align-items: center;
    padding: 30px;
    border-right: 1px solid #e6e6e6 !important;
}

.our-markets .icon-slider .slick-slide:last-child .wrapper {
    border-right: none !important;
}

.our-markets .icon-slider .slider-item .icon img {
    margin: 0 auto;
    transition: all 0.1s;
}

.our-markets .icon-slider .slider-item .content {
    min-height: 48px;
}

.our-markets .icon-slider .slider-item .content p {
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    transition: all 0.2s;
}

.our-markets .icon-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
}

.our-markets .icon-slider .slick-current {
    background-color: #87c140;
}

.our-markets .icon-slider .slick-current .icon img {
    filter: brightness(100);
    -moz-filter: brightness(100);
    -webkit-filter: brightness(100);
}

.our-markets .icon-slider .slick-current .content p {
    color: #ffffff;
}

@media (max-width: 1800px) {
    .our-markets .content-slider .slider-item {
        background-position-x: 600px;
    }
}

@media (max-width: 1600px) {
    .our-markets .content-slider .slider-item {
        background-position-x: 650px;
    }
}

@media (max-width: 1400px) {
    .our-markets .content-slider .slider-item {
        background-position-x: 500px;
    }
}

@media (max-width: 1199px) {
    .our-markets .content-slider .slider-item {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .our-markets,
    .our-markets .content-slider .slider-item {
        min-height: auto;
    }

    .our-markets .content-slider .slider-item .sc-py-spacing {
        padding: 0;
    }

    .our-markets .content-slider .slider-item .wrapper {
        margin: 15px;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 4px 10px -7px #333333;
    }

    .our-markets .content-slider .slider-item {
        background-position-x: center;
    }

    .our-markets .content-slider .slider-item .wrapper {
        margin-bottom: 120px;
    }
}

@media (max-width: 480px) {
    .our-markets .content-slider .slider-item .wrapper {
        min-height: 450px;
    }
}

/* Featured Products Section */
.featured-products .header h2 {
    font-weight: 600;
    font-size: 36px;
    color: #58595b;
    text-align: center;
}

.featured-products .content-slider {
    min-height: 600px;
}

.featured-products .slider-item {
    padding-left: 50px;
    padding-right: 50px;
}

.featured-products .content-slider .title {
    font-weight: 600;
    font-size: 28px;
    color: #58595b;
}

.featured-products .content-slider .image img {
    max-height: 400px;
}

@media (max-width: 991px) {
    .featured-products .content-slider {
        min-height: auto;
    }
    .featured-products .content-slider .image img {
        max-width: 350px;
        max-height: 250px;
    }
}

@media (max-width: 480px) {
    .featured-products .content-slider .title,
    .featured-products .content-slider .description {
        text-align: left;
    }
    .featured-products .content-slider .slider-item .content {
        text-align: center;
    }
}

/* About Section */
.about-section .content {
    background-image: url('/wp-content/uploads/2020/12/home-section-about-quote.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

.about-section .content .wrapper {
    max-width: 600px;
}

.about-section .content h2 {
    font-weight: 600;
    font-size: 36px;
    color: #58595b;
}

.about-section .content h3 {
    color: #58595b;
    font-weight: 600;
    font-size: 21px;
}

/* Quality Statement ***********************************************************************************************************************************************/

/* Banner */
.quality-statement .banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
}

.quality-statement .banner .row {
    height: 400px;
}

/* Documents */
.quality-statement .documents {
    position: relative;
    margin-top: 120px;
}

.graphics.q-pen {
    background-image: url(/wp-content/uploads/2021/01/quality-statement-pen-graphics.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.quality-statement .q-pen {
    position: absolute;
    left: 0;
    right: 0;
    top: -470px;
    margin: 0 auto;
    width: 100%;
    height: 420px;
    max-width: 350px;
}

.quality-statement .documents h1 {
    font-weight: 600;
    font-size: 32px;
    color: #58595b;
}

.file-document > a {
    display: inline-block;
    text-align: center;
    max-width: 300px;
}

.file-document > a:hover .caption p {
    color: #87c140;
}

.file-document .thumbnail {
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 3px #cccccc;
    min-height: 428px;
}

.file-document .thumbnail .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #87c140;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s;
}

.file-document > a:hover .thumbnail .overlay {
    opacity: 1;
}

.file-document .caption p {
    color: #58595b;
}

/* About ***********************************************************************************************************************************************************/
.about .repeater {
    position: relative;
    overflow-x: hidden;
}

.about .repeater .content {
    max-width: 600px;
}

.about .repeater .content .title,
.about .repeater .content .subtitle,
.about .company-details-heading .content .title,
.about .company-details-heading .content .subtitle {
    color: #58595b;
    font-weight: 600;
}

.about .repeater .content .title,
.about .company-details-heading .content .title {
    font-size: 30px;
}

.about .repeater.ac-even {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -100px;
    margin-bottom: -100px;
}

.about .repeater.ac-odd {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .repeater .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about .repeater .images img {
    box-shadow: 0px 0px 50px -10px #cccccc;
}

.about .company-details-heading {
    padding-bottom: 250px;
    margin-bottom: -300px;
}

.about .company-details-heading .content {
    max-width: 840px;
    margin: 0 auto;
}

.bg-vector {
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-vector.bg-shape-gray {
    background-image: url('/wp-content/uploads/2021/02/bg-shape-gray.png');
    min-height: 500px;
    background-position: top right;
}

.bg-vector.bg-shape-green {
    background-image: url('/wp-content/uploads/2021/02/bg-shape-green.png');
    min-height: 800px;
    background-position: top left;
}

.bg-vector.bg-shape-orange {
    background-image: url('/wp-content/uploads/2021/02/bg-shape-orange.png');
    min-height: 100%;
    background-position: top right;
}


/* Contact *********************************************************************************************************************************************************/

/* Banner */
.banner .map-wrapper {
    min-height: 500px;
}

.map-wrapper button[title="Close"] {
    top: 0 !important;
    right: 0 !important;
}

.map-wrapper .gm-style-iw-chr {
    position: absolute;
    right: 0;
}

.map-wrapper .gm-style .gm-style-iw-d {
    padding-top: 14px;
}

.map-wrapper .gm-style-pbc {
    /* fixes ctrl + scroll info backdrop doesn't cover clusters but renders markers not clickable */
    /* z-index: 4 !important; */
}

.map-wrapper .gm-style-mtc {
    margin-right: 7px;
}

.map-wrapper .branch-info *,
.map-wrapper .zoom-out p {
    font-family: 'Quicksand',
                 'Segoe UI',
                 'Helvetica Neue',
                 sans-serif;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.map-wrapper .branch-info h2,
.map-wrapper .zoom-out p {
    font-weight: 600;
    color: #58595b;
}

.map-wrapper .branch-info p {
    font-weight: 400;
    font-size: 14px;
}

.map-wrapper .zoom-out p {
    font-size: 12px;
}

.map-wrapper .zoom-out {
    right: 70px !important;
    bottom: 24px !important;
    padding: 7px 12px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.map-wrapper .zoom-out:hover {
    background-color: #ebebeb;
}

/* Fixes Google Map scollbar design issue 011821 */
.map-wrapper .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.map-wrapper .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    border: 1px solid #fff;
}

/* Local - Company Details - Contact */
.contact .company-details.local .header h2,
.contact .enquiry-form .header h2 {
    font-weight: 600;
    font-size: 42px;
    color: #58595b;
}

/* Enquiry Form */
.contact .enquiry-form .nav-pills .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 50px;
    background-color: #ffffff;
    color: #87c140;
    border: 1px solid #87c140;
    border-radius: 0;
    outline-offset: -3px;
}

.contact .enquiry-form .form-wrapper,
.contact .enquiry-form .form-wrapper .nav-pills {
    margin: 0 auto;
}

.contact .enquiry-form .form-wrapper {
    max-width: 800px;
}

.contact .enquiry-form .form-wrapper .nav-pills {
    max-width: 500px;
}

.contact .enquiry-form .nav-pills .nav-link:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.contact .enquiry-form .nav-pills .nav-link:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.contact .enquiry-form .nav-pills .nav-link.active {
    background-color: #87c140;
    color: #ffffff;
    outline-offset: -3px;
}

/* Product Categories and Single Product **************************************************************************************************************************/

.fc-wc.product .banner {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fc-wc.product .product-examples .content, 
.fc-wc.product .other-products .content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 35px;
    background-color: #ffffff;
    box-shadow: 2px 4px 14px -7px #333333;
}

.fc-wc.product .product-examples .content {
    max-width: 370px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.fc-wc.product .other-products .content {
    max-width: 320px;
}

.fc-wc.product .product-examples .content .caption,
.fc-wc.product .other-products .content .caption {
    display: flex;
    flex-direction: column;
}

.fc-wc.product .product-examples .content .caption {
    justify-content: center;
    min-height: 70px;
}

.fc-wc.product .other-products .content .caption {
    min-height: 56px;
}

.fc-wc.product .product-examples .content .caption p {
    font-weight: 500;
}

.fc-wc.product .other-products .content .caption p {
    font-weight: 600;
    font-size: 22px;
}

.fc-wc.product .product-examples .content .caption p,
.fc-wc.product .other-products .content .caption p {
    color: #58595b;
    line-height: 1.3em;
}

.fc-wc.product .product-examples .product-list {
    max-width: 1200px;
    margin: 0 auto;
}

.fc-wc.product .product-examples .content .thumbnail,
.fc-wc.product .other-products .content .thumbnail {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fc-wc.product .product-examples .content .thumbnail img {
    max-width: 240px;
    min-height: 130px;
    max-height: 160px;
}

.fc-wc.product .other-products .content .thumbnail img {
    min-height: 180px;
}

.fc-wc.product .product-examples a:hover .content .btn-learn-more {
    background-color: #87c140;
    color: #ffffff;
}

.fc-wc.product .product-examples a:hover .content .btn-learn-more.h-arrow-r:after {
    width: 20px;
}

.fc-wc.product .product-examples .content .btn-learn-more {
    box-shadow: none !important;
}

.fc-wc.product .other-products .content .btn-arrow-o {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #87c140;
    padding: 0;
    background-color: #ffffff;
    border: 2px solid #87c140;
    border-radius: 40px !important;
}

.fc-wc.product .other-products .content .btn-arrow-o:after {
    width: 20px;
    margin-left: 0;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2387c140' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.fc-wc.product .other-products a:hover .content .btn-arrow-o {
    background-color: #87c140;
}

.fc-wc.product .other-products a:hover .content .btn-arrow-o:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.fc-wc.product .product-options .options-list {
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px;
    background-color: #ffffff;
    box-shadow: 2px 4px 14px -7px #333333;
}

.fc-wc.product .product-options .options-list .thumbnail {
    text-align: center;
}

.fc-wc.product .product-options .options-list .caption p {
    font-weight: 500;
    font-size: 18px;
}

.fc-wc.product .enquiry-form .form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.fc-wc.single-product .product-accordion .card,
.fc-wc.single-product .product-accordion .card-header {
    position: relative;
    border-radius: 0;
}

.fc-wc.single-product .product-accordion .card {
    border: none;
}

.fc-wc.single-product .product-accordion .card-header {
    padding: 0;
    background-color: #ffffff;
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
}

.fc-wc.single-product .product-accordion .card-header .btn-accordion,
.fc-wc.single-product .product-accordion .card-header .btn-accordion:hover,
.fc-wc.single-product .product-accordion .card-header .btn-accordion:focus,
.fc-wc.single-product .product-accordion .card-header .btn-accordion:active {
    display: block;
    font-size: 22px;
    text-align: left;
    margin: 0;
    padding: 25px 60px;
    width: 100%;
    color: #58595b;
    background-color: #ffffff;
    border-radius: 0 !important;
    border: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
}

.fc-wc.single-product .product-accordion .card-header .btn-accordion:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -15px;
    left: 15px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.2s;
}

.fc-wc.single-product .product-accordion .card-header .btn-accordion.collapsed:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2387c140' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}


.fc-wc.single-product .product-accordion .card-header .btn-accordion:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2387c140' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.fc-wc.single-product .product-accordion .card-header .btn-accordion .title {
    font-weight: 600;
    font-size: 22px;
    min-height: 26px;
}

.fc-wc.single-product .product-accordion .card-body {
    padding: 5px 60px;
}

.fc-wc.single-product .product-accordion .card-body .file-document .thumbnail {
    min-height: auto;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .content img {
    display: block;
    width: 100%;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .content a {
    color: #333333;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .content a:hover,
.fc-wc.single-product .product-accordion .card-body .spc-gallery .content a:focus,
.fc-wc.single-product .product-accordion .card-body .spc-gallery .content a:active {
    color: #87c140;
    text-decoration: none;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery div[class*='ca-loc'] {
    display: flex;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-bot {
    flex-direction: column;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-top {
    flex-direction: column-reverse;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-left {
    flex-direction: row-reverse;
    align-items: center;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-right {
    flex-direction: row;
    align-items: center;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-left p {
    margin-right: 15px;
}

.fc-wc.single-product .product-accordion .card-body .spc-gallery .ca-loc-right p {
    margin-left: 15px;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row {
    border-bottom: 1px solid #e6e6e6;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row:first-child {
    border-top: 2px solid #87c140;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row.header .spc-col {
    display: flex;
    align-items: center;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row.header .spc-col p {
    width: 100%;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col {
    padding: 10px 15px;
}

.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row.header .spc-col,
.fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col.header {
    font-weight: 600;
}

.fc-wc.single-product .product-accordion .spc-table .spc-wrapper .spc-custom-col .spc-row {
    border-top: none;
}

.fc-wc.single-product .product-accordion .spc-table .spc-wrapper .spc-custom-col .spc-row.header:first-child {
    border-top: 2px solid #87c140;
}

.fc-wc.single-product .product-accordion .spc-data-table .table-scroll,
.fc-wc.single-product .product-accordion .spc-data-table .table-scroll-top {
    overflow-x: auto;
    overflow-y: hidden;
}

.fc-wc.single-product .product-accordion .spc-data-table .table-scroll-top {
    margin-bottom: -2px;
}

.fc-wc.single-product .product-accordion .spc-data-table table tr:first-child {
    border-top: 2px solid #87c140;
}

.fc-wc.single-product .product-accordion .spc-data-table table tr td {
    border-bottom: 1px solid #e6e6e6;
}

.fc-wc.single-product .product-accordion .spc-data-table table.size-a,
.fc-wc.single-product .product-accordion .spc-data-table table.size-b {
    table-layout: fixed;
}

.fc-wc.single-product .product-accordion .spc-data-table .table-scroll.box-shadow-right {
    box-shadow: inset -16px 0px 20px -20px #cccccc;
}

.fc-wc.single-product .product-accordion .spc-data-table .table-scroll.box-shadow-left {
    box-shadow: inset 16px 0px 20px -20px #cccccc;
}

.fc-wc.single-product .product-accordion .spc-data-table .table-scroll.box-shadow-xy {
    box-shadow: inset 0 0 20px -2px #cccccc;
}

@media (max-width: 1199px) {
    .fc-wc.single-product .product-accordion .spc-table .spc-wrapper .spc-custom-col:nth-child(2) .spc-row.header {
        display: none;
    }
}

@media (max-width: 767px) {
    .fc-wc.product .banner {
        /*background-image: none !important;*/
    }

    .fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .fc-wc.product .product-options .options-list {
        max-width: 300px;
    }

    .fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col.header {
        padding-bottom: 0;
    }

    .fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col {
        padding: 5px;
        width: 100% !important;
    }

    .fc-wc.single-product .product-accordion .card-body .spc-table .spc-row .spc-col p {
        text-align: center !important;
    }
}

/* Part Number Generator *******************************************************************************************************************************************/
.form-control.valid {
    border-color: #87c140 !important;
}

.form-control.error {
    border-color: #8c0e0e !important;
}

#part-number .form-group {
    margin-bottom: 0;
}

#part-number .form-group.hidden {
    display: none;
}

#part-number .form-control {
    border-radius: 7px;
    border: 2px solid #E6E6E6;
    font-size: 16px;
    padding: 0 10px;
    box-shadow: none;
    height: 34px;
}

#part-number label.error {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding: 2px 5px;
    color: #8c0e0e;
    margin-bottom: 0;
    line-height: 1.2em;
}

#part-number .control-label {
    margin-bottom: 0;
}

#part-number .png-builder-submit button {
    font-size: 15px;
    padding: 7px 30px;
    box-shadow: 0px 5px 25px -14px #333333;
}

#part-number .png-builder-submit button:disabled {
    cursor: progress;
}

#part-number .png-builder-submit button:hover,
#part-number .png-builder-submit button:focus {
    border: 1px solid #87c140;
    color: #ffffff;
    background-color: #87c140;
}

#part-number .png-builder-submit button.h-arrow-r:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.png-result-wrapper {
    display: none;
}

.png-result-wrapper .header .title {
    font-size: 18px;
}

.png-result-wrapper .content {
    text-align: center;
}

.png-result-wrapper .png-combination {
    display: inline-block;
    border: 1px solid #87c140;
    background-color: #87c140;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 5px 25px -14px #333333;
    cursor: pointer;
}

.png-result-wrapper .png-combination p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 0;
}

.png-result-wrapper .png-combination p span {
    display: inline-block;
    margin: 0 3px;
}

.png-result-wrapper .png-result {
    max-width: 1024px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.png-result-wrapper .png-result .block {
    display: inline-block;
    text-align: center;
    padding: 15px;
    max-width: 200px;
}

.png-result-wrapper .png-result .field,
.png-result-wrapper .png-result .title,
.png-result-wrapper .png-result .desc {
    margin-bottom: 0;
}

.png-result-wrapper .png-result .field {
    font-weight: 600;
}

.png-result-wrapper .png-result .title {
    font-weight: 500;
}

.png-result-wrapper .png-result .desc {
    font-size: 14px;
}

@media (max-width: 767px) {
    .png-result-wrapper .png-result {
        max-width: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .png-result-wrapper .png-result .block {
        min-width: 150px;
    }
}

/* Page Default ****************************************************************************************************************************************************/
.page-content .search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.page-content .search-form .btn-close {
    display: none;
}

.page-content .search-form .input-field {
    font-size: 18px;
    padding: 7px 15px;
    border: 1px solid #87c140;
    border-radius: 0;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0px 0px 7px -5px #333333;
}

.page-content .search-form .btn-submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-content .search-form button {
    color: #ffffff;
    width: 60px;
    height: 43px;
    padding: 0;
    border-radius: 5px !important;
}

/* Search Results & Not Found **************************************************************************************************************************************/
.sc-results .search-form {
    display: flex;
    box-shadow: 2px 2px 8px -1px #cccccc;
}

.sc-results .search-form .input-field,
.sc-results .search-form .btn-submit {
    font-size: 21px;
}

.sc-results .search-form,
.sc-results .search-form .input-field,
.sc-results .search-form .btn-submit {
    border-radius: 10px;
}

.sc-results .search-form .input-field {
    width: 100%;
    padding: 7px 20px;
    border: 1px solid #87c140;
    background-color: #f6f6f6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sc-results .search-form .btn-filter,
.sc-results .search-form .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-results .search-form .btn-filter {
    width: 150px;
    padding: 15px 20px;
    font-size: 16px;
    color: #ffffff;
    border-right: 2px solid #f6f6f6;
    border-radius: 0 !important;
}

.sc-results .search-form .filter .dropdown-menu {
    width: 350px;
    margin-top: 7px;
    padding: 16px 24px;
    border-radius: 3px;
    border: 1px solid #87c140;
    box-shadow: 2px 2px 8px -1px #cccccc;
}

.sc-results .search-form .filter .dropdown-menu .dropdown-header {
    font-size: 16px;
    padding: 0;
    padding-bottom: 10px;
}

.sc-results .search-form .filter .dropdown-menu .form-check input,
.sc-results .search-form .filter .dropdown-menu .form-check label {
    cursor: pointer;
}

.sc-results .search-form .btn-submit {
    width: 120px;
    padding: 7px 20px;
    color: #ffffff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.sc-results .results-list .header {
    display: none;
}

.sc-results .results-list .content.ajax {
    position: relative;
    min-height: 400px;
}

.sc-results .results-list .content.ajax .card-wrapper {
    display: flex;
    align-items: center;
}

.sc-results .results-list .content.ajax.loading:before {
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2024/06/spinner-green.svg');
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sc-results .results-list .content.ajax .card-wrapper .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    min-width: 240px;
    min-height: 240px;
}

.sc-results .results-list .content.ajax .card-wrapper .thumbnail a {
    width: 100%;
    height: auto;
}

.sc-results .results-list .content.ajax .card-wrapper.nothing-found {
    justify-content: center;
}

.sc-results .results-list .content.ajax .card-wrapper.nothing-found .content {
    max-width: 800px;
    color: #58595b;
    font-weight: 600;
}

.sc-results .results-list .content.ajax .card-wrapper.nothing-found .content h2 {
    font-size: 46px;
    font-weight: inherit;
}

.sc-results .results-list .content.ajax .card-wrapper.nothing-found .content p {
    font-size: 21px;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .sc-results .results-list .content.ajax .card-wrapper {
        flex-direction: column;
    }
}

/* 404 and Search - No results *************************************************************************************************************************************/
.error-404 .header,
.error-404 .content,
.no-results .header,
.no-results .content {
    text-align: center;
    width: 100%;
}


.no-results .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    min-height: 500px;
}

.error-404 .page-content {
    overflow: hidden;
}

.error-404 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 600px;
}

.error-404 .wrapper .header h1 {
    color: #87c140;
}

.error-404 .wrapper .content {
    position: relative;
    min-height: 500px;
}

.error-404 .wrapper .content img {
    position: absolute;
    left: 15%;
    right: 0;
}

.error-404 .wrapper .content .details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

/* Template Parts **************************************************************************************************************************************************/

/* Product Icons */
.product-icons .icon.vertical {
    margin-bottom: 15px;
}

.product-icons .icon.vertical .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-icons .icon.horizontal .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
    margin: 5px auto;
}

.product-icons .icon.horizontal .image {
    max-width: 75px;
    max-height: 75px;
    width: 100%;
    margin-right: 15px;
}

.product-icons .icon.vertical .image {
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
    min-height: 110px;
}

/* Woocommerce *****************************************************************************************************************************************************/

.fc-wc .title {
    color: #58595b;
    font-weight: 600;
}

.fc-wc .description p {
    margin-bottom: 10px;
}

/* Plugins *********************************************************************************************************************************************************/

/* Gravity Forms */
.gform_wrapper {
    margin: 30px 0;
}

.gform_fileupload_rules {
    display: none;
}

.gform_wrapper .gform_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.gform_wrapper .gform_fields .gfield,
.gform_wrapper .gform_fields .gfield > .ginput_container > input,
.gform_wrapper .gform_fields .gfield > .ginput_container > select,
.gform_wrapper .gform_fields .gfield > .ginput_container > textarea {
    width: 100%;
}

.gform_wrapper .gform_fields .gfield.gf_width_half {
    width: 49.3% !important;
}

.gform_wrapper .gform_fields .gfield {
    margin-bottom: 20px;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > input,
.gform_wrapper .gform_fields .gfield > .ginput_container > select,
.gform_wrapper .gform_fields .gfield > .ginput_container > textarea {
    font-weight: 500;
    padding: 7px 15px;
    border: 2px solid #e6e6e6;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > input,
.gform_wrapper .gform_fields .gfield > .ginput_container > textarea,
.gform_wrapper .gform_fields .gfield > .ginput_container > select.selected,
.gform_wrapper .gform_fields .gfield > .ginput_container > select > option {
    color: #333333;
    vertical-align: middle;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > input {
    font-weight: 500;
    color: #333333;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > select {
    color: #e6e6e6;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > *[disabled='disabled'] {
    cursor: not-allowed;
}

.gform_wrapper .gform_fields .gfield > .ginput_container > .gfield_description {
    color: #333333;
}

.gform_wrapper .gform_fields .gfield > .ginput_container .gform_drop_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dashed #e6e6e6;
    border-radius: 3px;
    height: 200px;
}

.gform_wrapper .gform_fields .gfield > .ginput_container .gform_drop_area > .gform_drop_instructions {
    margin-bottom: 12px;
}

.gform_wrapper .gform_fields .gfield > .ginput_container .gform_drop_area > .gform_button_select_files {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 30px;
    box-shadow: 0px 4px 30px -14px #333333;
}

.gform_wrapper .gform_fields .gfield_required,
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label,
.gform_wrapper .gform_fields .gfield.gfield_visibility_hidden {
    display: none;
}

.gform_wrapper .ginput_recaptcha > div {
    margin: 0 auto;
}

.gform_wrapper .gform_button {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 7px 50px;
}

.gform_wrapper .gform_footer {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}

.gform_wrapper .top_label .ginput_container {
    margin-top: 0;
}

.gform_wrapper .gform_fields .gfield_label {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.gform_wrapper .gf_dropdown_country .gfield_select[disabled="disabled"] {
    opacity: 0.4;
}

.gform_wrapper .validation_message {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.gform_wrapper .phone_field .ginput_counter {
    display: none;
}

.gform_wrapper .gform_submission_error,
.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .validation_message > li {
    font-size: 15px;
    font-weight: 600;
    color: #9c0f17;
}

.gform_wrapper .gform_submission_error {
    margin: 20px 0;
}

.gform_wrapper .gfield_description.validation_message {
    margin: 0;
}

.gform_wrapper .gform_submission_error, 
.gform_wrapper .gfield.captcha .validation_message {
    margin: 10px 0 20px 0;
    text-align: center;
    line-height: 1em;
}

.gform_wrapper .gfield.captcha {
    padding: 15px 0;
}

.gform_wrapper .validation_message > li:marker {
    content: none;
}

.gform_wrapper .gform_submission_error .gform-icon,
.gform_wrapper .validation_message > li:before,
.gform_wrapper .gfield_contains_required .gfield_description.validation_message:before,
.gform_wrapper .gfield.captcha .gfield_description.validation_message:before {
    padding-right: 7px;
}

.gform_wrapper .gform_submission_error .gform-icon {
    vertical-align: bottom;
}

.gform_wrapper .validation_message > li:before,
.gform_wrapper .gfield.captcha .gfield_description.validation_message:before {
    vertical-align: middle;
}

.gform_wrapper .gfield_contains_required .gfield_description.validation_message:before {
    vertical-align: text-bottom;
}

.gform_wrapper .gform_submission_error .gform-icon,
.gform_wrapper .validation_message > li:before,
.gform_wrapper .gfield.captcha .gfield_description.validation_message:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239c0f17' class='bi bi-exclamation-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.gform_wrapper .gfield_contains_required .gfield_description.validation_message:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%239c0f17' class='bi bi-asterisk' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.gform_wrapper .ginput_preview,
.gform_wrapper .validation_message > li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gform_wrapper .ginput_preview,
.gform_wrapper div[id^="gform_preview_"] {
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}

.gform_wrapper .ginput_preview {
    position: relative;
    font-size: 15px;
    font-style: italic;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #f1f1f1;
    padding: 4px 15px;
    background-color: #f8f8f8 !important;
    border-radius: 15px;
}

.gform_wrapper .ginput_preview a[title="Cancel this upload"] {
    position: absolute;
    right: 10px;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
}

.gform_wrapper .gform_delete {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.gform_wrapper .ginput_preview strong {
    font-style: normal;
}

.gform_wrapper .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    width: 30px;
    height: auto;
    margin-top: -15px;
    margin-left: -35px;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error .gfield_select,
.gform_wrapper .gfield_error .gfield_checkbox {
    border: 2px solid #9c0f17 !important;
    border-radius: 3px !important;
}

.gform_wrapper .gfield_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 5px;    
    max-width: 400px;
}

.gform_wrapper .gfield_checkbox li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100px;
    list-style: none;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.gform_wrapper .gfield_checkbox li label {
    margin-bottom: 0;
    padding-left: 7px;
    font-weight: 500;
    color: #58595b;
    cursor: pointer;
}

.gform_wrapper .gf_readonly input[readonly='readonly'],
.gform_wrapper .gf_readonly textarea[readonly='readonly'] {
    cursor: help;
}

@media (max-width: 767px) {
    .gform_wrapper .gform_fields .gfield.gf_width_half {
        width: 100% !important;
    }
}

/* Cookie Consent Custom CSS */
.cc-window a, .cc-window p, .cc-window span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.cc-window.cc-floating {
    max-width: 28em !important;
}

.cc-floating .cc-message {
    margin-right: -2px;
}

.cc-floating .cc-message, 
.cc-floating .cc-message a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4em;
}

.cc-floating.cc-theme-classic {
    padding: 1.6em 2em !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
}

.cc-window .cc-link {
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    color: #87c140 !important;
    opacity: 1 !important;
}

.cc-window .cc-btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 39px -1px rgba(0,0,0,0.15);
}

.cc-window .cc-compliance {
    text-align: left !important;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 158px !important;
    line-height: 1.5em !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.cc-theme-classic .cc-btn:hover {
    background-color: #87c140 !important;
}

.cc-revoke, .cc-window {
    z-index: 1040;
}

@media (max-width: 480px) {
    .cc-window.cc-bottom.cc-right {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100% !important;
    }
}

/* Cookie - Social Follow */
#social-follow.modal.fade .modal-dialog {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

#social-follow.modal {
    padding: 0 !important;
    transition: all 0.3s;
}

#social-follow .modal-dialog {
    max-width: 350px;
}

#social-follow.modal .site-logo {
    width: 175px;
    height: auto;
}

#social-follow.modal a.close-modal {
    top: 3px !important;
    right: 3px !important;
    text-indent: 0 !important;
    background: none !important;
    color: #7f7f7f;
    font-size: 21px;
    text-align: center;
}

#social-follow.modal .caption {
    max-width: 250px;
    margin: 0 auto;
}

#social-follow.modal .social-btn {
    display: inline-flex;
    color: #ffffff;
}

#social-follow.modal .social-btn > div {
    display: initial;
    padding: 8px 18px;
}

#social-follow.modal .social-btn .icon {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-right: 10px;
    line-height: 1.4em;
}

#social-follow.modal .social-btn .text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 10px;
    width: 110px;
}

#social-follow.modal .linkedin .icon {
    background-color: #026e9f;
    max-width: 45px;
}

#social-follow.modal .linkedin .text {
    background-color: #0177b5;
}

#social-follow.modal .twitter .icon {
    background-color: #1b99e5;
}

#social-follow.modal .twitter .text {
    background-color: #24adfe;
}

#social-follow.modal .close {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px !important;
}

#social-follow .modal-dialog {
    margin: auto !important;
}

.modal-backdrop {
    width: 100% !important;
}

/* Toast / Snackbar */
#site-toast .toast {
    position: fixed;
    bottom: 70px;
    right: -1000px;
    margin-right: 15px;
    max-width: 500px;
    border-radius: 0;
    border: none;
    box-shadow: 3px 3px 10px -6px #333333;
    z-index: 2;
}

#site-toast .toast a {
    display: flex;
}

#site-toast .toast button.close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 0;
    color: #ffffff;
    text-shadow: none;
}

#site-toast .toast .toast-header,
#site-toast .toast .toast-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
}

#site-toast .toast .toast-header {
    padding: 10px 20px;
}

#site-toast .toast .toast-header img {
    width: 300px;
    height: auto;
}

#site-toast .toast .toast-header p {
    position: relative;
    width: 120%;
    left: -10px;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: right;
    font-weight: 600;
    color: #ffffff;
    background-color: #f4911e;
}

#site-toast .toast .toast-body {
    background: #87c140;
    padding: 10px 20px;
}

#site-toast .toast .toast-body h3,
#site-toast .toast .toast-body p {
    line-height: 1.2em;
    color: #ffffff;
}

@media (max-width: 575px) {
    #site-toast .toast {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    #site-toast .toast {
        box-shadow: 0px 0px 20px -6px #333333;
    }
    #site-toast .toast a {
        flex-direction: column;
    }
    #site-toast .toast .toast-header {
        /*flex-direction: row;*/
        flex-direction: column;
        justify-content: space-between;
        /*padding: 20px 0;*/
        padding: 0;
        /*padding-top: 30px;*/
        padding-top: 10px;
    }
    #site-toast .toast .toast-header img {
        max-width: 160px;
        height: auto;
        margin-left: 20px;
        margin-right: auto;
    }
    #site-toast .toast .toast-header p {
        left: 0;
        /*margin-top: -10px;*/
        /*text-align: left;*/
        margin-top: 10px;
        text-align: left;
        width: 100%;
        padding-left: 20px;
    }
    #site-toast .toast button.close {
        right: 0px;
        /*top: 0px;*/
        top: 5px;
        color: #87c140;
        opacity: 0.7;
    }
    #site-toast .toast .toast-body {
        background: #87c140;
        padding: 20px 20px;
    }
}

/* LightGallery JS */
.pl-gallery-item {
    cursor: pointer;
}

.admin-bar .lg-toolbar {
    top: 32px;
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
    border-color: #87c140;
}

.lg-icon.lg-next, 
.lg-icon.lg-prev {
    font-family: 'Quicksand', 'Segoe UI', 'Helvetica Neue', sans-serif !important;
    font-weight: 400;
    font-size: 140px;
    line-height: 1em;
    color: #87c140;
    padding: 4px;
    height: 280px;
    opacity: 0.6;
    outline: none;
    margin-top: -150px;
    background-color: rgba(0,0,0,0);
}

.lg-icon.lg-next:hover,
.lg-icon.lg-prev:hover,
.lg-icon.lg-next:active,
.lg-icon.lg-prev:active,
.lg-icon.lg-next:focus,
.lg-icon.lg-prev:focus {
    background-color: rgba(0,0,0,0);
    color: #87c140;
    opacity: 1 ;
}

.lg-icon.lg-next:before {
    content: '›';
}

.lg-icon.lg-prev:after {
    content: '‹';
}

.lg-icon.lg-next:before, 
.lg-icon.lg-prev:after {
    display: block;
    line-height: 0em;
    height: 33px;
}

@media (max-width: 782px) {
    .admin-bar .lg-backdrop,
    .admin-bar .lg-toolbar {
        top: 46px;
    }
}