:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(1,1,1);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(1,1,1);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: rgb(1,1,1);
	--wd-entities-title-color-hover: rgb(200, 7, 22);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(1,1,1);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,83,119);
	--wd-alternative-color: rgb(200,7,22);
	--btn-default-bgcolor: rgb(200,7,22);
	--btn-default-bgcolor-hover: rgb(0,83,119);
	--btn-accented-bgcolor: rgb(200,7,22);
	--btn-accented-bgcolor-hover: rgb(0,83,119);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,83,119);
	--wd-link-color-hover: rgb(200,7,22);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,83,119);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(0,83,119);
}

/* ----------------------------
## Custom Styles
---------------------------- */

.wazile-darkbg h1,
.wazile-darkbg h2,
.wazile-darkbg h3,
.wazile-darkbg h4,
.wazile-darkbg h5,
.wazile-darkbg h6,
.wazile-darkbg p,
.wazile-darkbg a,
.wazile-darkbg ul,
.wazile-darkbg .title-subtitle {
    color: #fff;
}


/* Contact Form */
@media (min-width: 1000px) {
    .two_columns_50_50 {
        display: flex;
        justify-content: space-between;
    }
}

.two_columns_50_50 .column1 .column_inner {
    padding-left: 0 !important;
}

.two_columns_50_50 .column2 .column_inner {
    padding-right: 0 !important;
}

#inquire input[type=text],
#inquire input[type=email],
#inquire textarea,
.inquire input[type=text],
.inquire input[type=email],
.inquire textarea {
    background-color: #fff;
    height: 50px;
}

#inquire input[type=submit],
.inquire input[type=submit] {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background-color: #c80716;
    padding: 14px 32px;
}

#inquire input[type=submit]:hover,
.inquire input[type=submit]:hover {
    background-color: #005377;
}

@media (max-width: 1000px) {

    #inquire input[type=submit],
    .inquire input[type=submit] {
        padding: 14px 28px;
        line-height: 22px;
    }
}

/* Text */
.text-blue {
    color: #0e222b;
}

.table-specs tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-specs td {
    padding: 20px 12px;
    vertical-align: top;
}


/* ----------------------------
## Theme Overrides
---------------------------- */

.wd-content-layout {
    padding-block: 0px !important;
}

.site-content {
    margin-bottom: 0;
}

/* Header */
.whb-sticky-row.whb-color-light:not(.whb-with-bg) {
    background-color: #005377;
}

.whb-sticked .whb-color-dark:not(.whb-with-bg) {
    background-color: #005377;
}

.whb-sticked .wd-nav>li a {
    position: relative;
    /*color: #fff !important;*/
}

.whb-sticked #menu-main-menu>li>a,
.whb-sticked #menu-main-menu>li>a::after {
    color: #fff;
}

.whb-sticked #menu-main-menu>li>a:hover {
    color: #cdcdcd;
}

.wd-nav {
    --nav-gap: 40px;
}

span.wd-nav-opener {
    color: #fff;
}

.whb-sticked #menu-main-menu .wd-sub-menu .wd-sub-menu li>a,
#menu-main-menu .wd-sub-menu .wd-sub-menu li>a {
    font-size: 15px;
    color: #010101 !important;
}

.whb-sticked #menu-main-menu .wd-sub-menu .wd-sub-menu li>a:hover,
#menu-main-menu .wd-sub-menu .wd-sub-menu li>a:hover {
    color: #005377 !important;
}

#menu-main-menu>li>a::after {
    color: #010101;
}

/* Mobile menu */
.mobile-nav.wd-side-hidden {
    background-color: #005377;
}

.wd-nav-mobile li>a {
    color: #fff !important;
}

.wd-nav-mobile li.current-menu-item>a {
    color: #b3b3b3 !important;
}

/*.wd-nav-mobile li a {
    border-bottom: 1px solid #005377 !important;
}*/

.wd-nav-mobile li:active>a {
    background-color: #c80716 !important;
}

.wd-nav-mobile li:active>a,
.wd-nav-mobile li.opener-page>a {
    background-color: #005377 !important;
}

.whb-sticked .whb-mobile-left .wd-tools-element,
.whb-sticked .whb-mobile-left .wd-tools-element>a {
    color: #fff;
}

/* Text */
.wpb_wrapper h2 {
    font-size: 40px;
}

.wpb_wrapper p {
    line-height: 2;
}

strong {
    font-weight: 700 !important;
}

/* Button */
a.btn {
    padding: 17px 30px;
    font-size: 14px;
}

a.btn.btn-color-alt:hover {
    background-color: #005377;
}

/* Page title */
.page-title {
    margin-bottom: 0 !important;
}

.page-title .title {
    font-size: 48px !important;
}

@media (min-width: 1025px) {
    .title-size-large {
        padding: 100px 0;
    }
}

@media (max-width: 1024px) {
    .page-title-default {
        padding: 90px 0px !important;
    }
}

.page-title .title {
    font-weight: 600;
}

/* Post loop */
.wd-post-cat.wd-style-with-bg {
    background-color: #c80716 !important;
}

.article-inner .entry-content {
    line-height: 2;
}

article .wd-read-more a {
    color: #c80716;
}

/* Blog Archive */
body.blog .site-content,
body.archive .site-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Single Post */
body.single-post .content-layout-wrapper {
    padding-top: 90px;
}

body.single-post .site-content {
    padding-bottom: 90px;
    padding-top: 90px
}

.single-post h3.entry-title.title {
    display: none;
}

/*.single-post nav.wd-breadcrumbs {
    display: none !important;
}*/

.single-post .wd-post-cat.wd-style-with-bg {
    display: none;
}

.single-post .wd-post-meta {
    display: none !important;
}

aside.wd-sidebar.sidebar-container.wd-grid-col.sidebar-right:not(.wd-opened) {
    padding-top: 90px;
}

/* Single Portfolio */
body.single-portfolio .site-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Footer */
footer .wd-list .list-icon.fa-mobile-alt,
footer .wd-list .list-icon.fa-map-marker-alt {
    margin-right: 25px;
}

footer .wd-list .list-icon.fa-phone-alt,
footer .wd-list .list-icon.fa-envelope {
    margin-right: 20px;
}

footer .wd-list:last-child li {
    align-items: flex-start;
}

footer p,
footer a,
footer #menu-products li {
    font-size: 15px;
    line-height: 2;
    color: #fff;
}

footer a:hover {
    color: #cdcdcd;
}

footer .wd-list li {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

.min-footer div,
.min-footer a {
    font-size: 14px;
    color: #fff;
}

footer .widget-title {
    font-size: 22px;
    font-weight: 600;
}

footer .icons-design-default .wd-social-icon {
    margin-right: 26px !important;
    padding: 0 !important;
}

@media (min-width: 1200px) {
    footer #menu-products {
        columns: 2;
    }
}

footer #menu-products li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #a5a5a5;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
}

.footer-sidebar {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.copyrights-wrapper {
    border-top: transparent !important;
}

/* Scroll to top btn */
.scrollToTop {
    bottom: 100px !important;
    right: 30px !important;
    border-radius: 0 !important;
    background: #c80716 !important;
}

.scrollToTop:after {
    color: #fff;
}

.scrollToTop:hover {
    background: #005377 !important;
}

/* CF7 */
.wpcf7 .screen-reader-response,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.wpcf7 .hidden-fields-container {
    display: none;
}

.wpcf7-recaptcha>div {
    margin: 0 auto;
}

/* .whb-col-right .menu-simple-dropdown .sub-menu-dropdown {
    left: 0;
}

li.menu-item-93>.sub-menu-dropdown {
    width: 270px !important;
} */

/*.whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children, .menu-item-has-children)>a:after {
    color: #fff !important;
}*/

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small) .hustle-form .hustle-form-fields {
        display: flex !important;
        flex-direction: column !important;
    }
}

.hustle-ui:not(.hustle-size--small) .hustle-form .hustle-form-fields .hustle-field {
    min-width: 80% !important;
    margin-bottom: 16px !important;
}

.hustle-ui:not(.hustle-size--small) .hustle-form .hustle-form-fields .hustle-button {
    margin-top: 28px !important;
}

#menu-item-2903 .wd-nav-img,
.wd-sub-menu li>a img {
    width: 45px !important;
    height: 60px !important;
    max-height: 60px !important;
}

#menu-item-3113 .wd-nav-img,
.wd-sub-menu li>a img {
    width: 120px !important;
    height: 70px !important;
    max-height: 70px !important;
}

.wd-sub-menu li>a {
    font-weight: 500 !important;
}

#menu-item-3113 .wd-dropdown-menu .wd-sub-menu ul li {
    border: 1px solid #ccc !important;
    margin-bottom: 30px;
}

#menu-item-3113 .wd-dropdown-menu .wd-sub-menu li a {
    display: flex !important;
    justify-content: center !important;
}

.wd-sub-menu .sub-sub-menu li>a {
    color: #101010;
    font-weight: 600 !important;
    font-size: 16px;
}

.wd-sub-menu .sub-sub-menu li>a:hover {
    color: #005277 !important;
}

/*.whb-sticked .wd-sub-menu .sub-sub-menu li>a:hover{
	  color: #005277 !important;
}

.whb-sticked .wd-sub-menu li>a:hover{
	  color: #005277;
}*/

#menu-item-3113 .sub-sub-menu img.wd-nav-img:hover {
    transform: scale(1.1);
    transition: transform .5s ease;
}

#cookie-notice #cn-close-notice {
    position: absolute !important;
    right: 0 !important;
    margin: -20px 0 0 0 !important;
    background-color: transparent !important;
}

#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
    top: 13px !important;
}