/*
Theme Name: Flatsome Child
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: GravurCondensed;
    src: url("font/GravurCondensed-Bold.woff2") format("woff2"), url("font/GravurCondensed-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.heading-font,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GravurCondensed, sans-serif !important;
    text-transform: uppercase;
}
h1.alt-font,
h2.alt-font,
h3.alt-font,
h4.alt-font,
h5.alt-font,
h6.alt-font {
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.icon-box-left .icon-box-img + .icon-box-text {
    padding-top: 2px;
}
.five-col .large-2 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
blockquote {
    border-color: #d14a36 !important;
    border-width: 5px;
}
.nav-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-full-width .container {
    max-width: 1440px !important;
}
body {
    line-height: 1.4;
}
.medium,
.medium .heading-font {
    font-weight: 600;
}
.list-high li {
    margin-bottom: 1.5em;
}
.fancy-underline:after {
    display: none;
    content: "";
    color: #f06d21;
    position: absolute;
    left: 0;
    border-radius: 0;
    right: 0;
    top: 58%;
    z-index: -1;
    height: 20px;
    image-rendering: -webkit-optimize-contrast;
    background-image: none;
    background-size: 100% 20px;
    background-color: #f06d21;
    width: 100%;
}
span.fancy-underline {
    text-decoration: underline;
    text-decoration-color: #002e3d;
}
.m-margin,
p.s-margin {
    margin-bottom: 0.5rem;
}
.align-middle {
    align-items: center;
}
.button.primary:not(.is-outline) i.icon-phone,
.button.primary:not(.is-outline) span,
.social-icons {
    color: #000;
}
.header-button a {
    padding: 0.7em 1em;
}
.white.is-outline:hover {
    color: #000 !important;
}
.is-circle .is-border,
.text-box-circle .is-border {
    border-radius: 50%;
}
.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html,
.dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a {
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.title-hidden > a {
    display: none !important;
}
li#menu-item-815.current-dropdown > .nav-dropdown {
    left: -70px;
}
li#menu-item-3972.current-dropdown > .nav-dropdown {
    left: -270%;
}
.nav-dropdown.nav-dropdown-simple > li.nav-dropdown-col {
    padding: 0 30px;
}
.nav-dropdown-default {
    padding: 10px;
}
.banner.rounded,
.rounded .bg.fill {
    border-radius: 20px;
}
.button.phone:hover,
.button.phone:not(.is-outline) {
    color: #d14a36 !important;
}
.header-button span {
    text-transform: none;
    font-size: 1.2em;
}
.footer .box-blog-post .is-divider {
    margin-top: 1.5em;
    margin-bottom: -1em;
    height: 1px;
    width: 100%;
    max-width: 100%;
    background-color: #000;
}
.orange .is-divider {
    background-color: #f36c21;
}
.box-list-view .box .box-image,
.box-vertical .box-image,
.entry-meta .byline,
.footer .is-divider,
.footer .widget-title,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.portfolio-top > .row,
.sitemap .menu-item-has-children > button {
    display: none;
}
.blog-featured-title .title-overlay.fill {
    background-color: transparent !important;
}
.posted-on a {
    pointer-events: none;
}
.featured-title .page-title-bg {
    -webkit-box-shadow: inset 0 0 30px 0 rgb(0 0 0 / 10%);
    box-shadow: none;
}
.featured-title {
    text-shadow: none;
}
.box-vertical .box-text {
    padding-left: 0;
    padding-right: 0;
}
.social-icons a {
    margin: 0 0.4em !important;
}
.col-inner ul li::marker {
    color: #d14a36;
}
.widget > ul > li ul,
ul.menu > li ul {
    border-left: 0 solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 0;
    display: block;
}
.absolute-footer,
.footer .widget {
    padding: 0;
}
.widget > ul > li, ul.menu>li,
.widget > ul > li + li,
ul.menu > li + li {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
ul.menu>li {
	 border-top: none;
	 padding-top: 0px;
}
.dark .widget > ul > li + li,
.dark ul.menu > li + li {
    border-color: #fff;
}
ul li.bullet-star:before {
    display: block;
    content: " " !important;
    background-image: url("img/bullet.svg");
    background-size: 25px 25px;
    height: 25px;
    width: 25px !important;
    margin-left: 0;
    margin-top: -0.2em;
}
ul li.bullet-arrow,
ul li.bullet-checkmark,
ul li.bullet-star {
    border-bottom: 0 solid #ececec;
    padding: 7px 0 7px 35px;
}
::placeholder {
    color: #002e3d;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #002e3d;
}
::-ms-input-placeholder {
    color: #002e3d;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 400;
    color: #000;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px !important;
    height: 2.8em;
}
.gform_button.button {
    padding: 5px 30px;
    color: #fff !important;
    text-transform: none;
    font-size: 1em;
    background-color: #002e3d !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
    position: relative !important;
    margin: auto !important;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    box-shadow: none;
}
.gform_wrapper .gfield_error [aria-invalid="true"]::placeholder {
    color: #d14a36;
}
.multiply .bg.fill {
    background-blend-mode: multiply;
    background-color: #dbd9d6;
}
.sitemap .menu-item-has-children > a,
li.strong a {
    font-weight: 700;
}
.sitemap ul {
    margin: 0;
    display: flex;
}
.sitemap ul > li {
    border-top: none !important;
}
#menu-sitemap > li {
    flex-flow: row wrap;
    align-items: start;
    display: inline-block;
    padding: 20px;
}
.hover-slide,
.hover-slide img.heading-font,
.hover-slide-in,
.hover-slide-in img.heading-font,
.hover-zoom,
.hover-zoom img.heading-font,
.hover-zoom-in,
.hover-zoom-in img.heading-font,
.show-on-hover,
.show-on-hover img.heading-font {
    opacity: 1;
}
.hover-slide img,
.hover-slide-in img,
.hover-zoom img,
.hover-zoom-in img,
.show-on-hover img {
    opacity: 1;
    transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
}
.has-hover:hover .hover-slide img,
.has-hover:hover .hover-slide-in img,
.has-hover:hover .hover-zoom img,
.has-hover:hover .hover-zoom-in img,
.has-hover:hover .show-on-hover img {
    opacity: 0;
    pointer-events: none;
}
.page-id-816 .box-text {
    pointer-events: none !important;
}
a.button.white.is-outline:hover {
    background-color: #042f3d !important;
    color: #fff !important;
}
a.button.secondary.navy:hover {
    background-color: #d14936;
}
.light .hover-slide p,
.light .show-on-hover p {
    color: #000;
    text-shadow: none;
}
.bb,
.bt,
.next-prev-nav .flex-col + .flex-col {
    border: none;
}
.slider [data-animate="bounceInUp"],
.slider [data-animate="fadeInUp"],
[data-animate="bounceInUp"],
[data-animate="fadeInUp"] {
    transform: translate3d(0, 0, 0);
}
.bottom-chat-text-container button {
    max-width: inherit !important;
    max-width: inherit !important;
    right: -95px !important;
    border-radius: 0 0 7px 7px !important;
    line-height: 20px !important;
}
.text-box-circle .text,
.text-box-square .text {
    height: auto;
    padding: 100% 0 0 !important;
    background-color: transparent;
}
.circle.border {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid #b6a269;
}
.circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.rounded .box-image {
    border-radius: 20px !important;
}
.faq .accordion-title {
    padding: 1em 2.3em;
    font-weight: 700;
    font-size: 21px;
}
.nav-vertical > li > ul li a,
.page-id-54 a:hover .icon-box {
    color: #fff;
}
.faq .toggle {
    height: 1.8em;
    top: 0.6em;
}
.faq .accordion-title.active {
    border-color: #ddd;
    font-weight: 700;
    background-color: transparent;
    color: #d14a36 !important;
}
.blog p.post-title.is-large,
.nav-dropdown.dark .nav-column > li.current-menu-item > a,
.nav-dropdown.dark .nav-column > li > a:hover,
.nav-dropdown.dark > li.current-menu-item > a,
.nav-dropdown.dark > li > a:hover,
.nav-vertical > li > ul li.current_page_item a,
.off-canvas .nav-vertical > li.current_page_item > a {
    color: #d14a36;
}
.page-wrapper {
    padding-top: 0;
}
p#breadcrumbs {
    margin-bottom: 0;
}
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background: rgb(0 46 61 / 60%);
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.off-canvas .nav-vertical > li > a {
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0 !important;
}
.nav-vertical .html .header-button span {
    font-size: 1.8em;
}
.nav-vertical > li > ul li a:hover {
    color: #ccc;
}
.nav-vertical li li.menu-item-has-children > a {
    color: #f4f4f4;
    text-transform: none;
    font-size: 100%;
}
.toggle,
.toggle:focus {
    color: #d14a36;
    opacity: 1;
}
.mfp-ready .mfp-close {
    color: #d14a36;
    opacity: 1;
    mix-blend-mode: inherit;
}
.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: transparent;
}
.nav-sidebar.nav-vertical > li + li {
    border-top: 0 solid #ececec;
}
.nav-sidebar .button {
    width: 100%;
}
.nav-sidebar li.html.header-button-1,
.nav-sidebar li.html.header-button-2 {
    margin: 4px !important;
}
@media screen and (max-width: 549px) {
    .mfp-ready .mfp-close {
        color: #d14a36;
        opacity: 1;
        mix-blend-mode: inherit;
    }
    .cart-popup-inner.inner-padding,
    .off-canvas .sidebar-menu {
        padding: 80px 40px 70px;
    }
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        width: 100%;
    }
    .nav-vertical li li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }
}
@media screen and (min-width: 550px) {
    .cart-popup-inner.inner-padding,
    .off-canvas .sidebar-menu {
        padding: 40px;
    }
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        width: 400px;
    }
}
@media screen and (min-width: 1800px) {
    .cart-popup-inner.inner-padding,
    .off-canvas .sidebar-menu {
        padding: 80px;
    }
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        width: 500px;
    }
}
.nav-sidebar .off-canvas:not(.off-canvas-center) .nav-vertical li > a,
.nav-vertical li li,
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    padding-left: 0;
}
.nav-vertical li li.menu-item-has-children,
li.html.custom.html_topbar_right {
    margin: 0;
}
.off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
    margin: 20px 0;
}
.dr-tabs .nav-tabs > li:first-child::after,
.dr-tabs .nav-tabs > li:nth-child(2)::after {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.dr-tabs .nav-tabs + .tab-panels {
    border: none;
    background-color: transparent;
    padding: 0;
}
.dr-tabs .nav-tabs > li > a {
    border-radius: 5px 5px 0 0;
    border: none;
    width: 540px;
    margin: 0 10px;
    padding: 25px 20px;
}
.dr-tabs .nav-tabs > li > a span {
    visibility: hidden;
}
.dr-tabs .nav-tabs > li:first-child > a {
    background-color: #6ecbb8;
}
.dr-tabs .nav-tabs > li:nth-child(2) > a {
    background-color: #d14a36;
}
.dr-tabs .nav-tabs > li:first-child:hover > a {
    background-color: #559b8d;
}
.dr-tabs .nav-tabs > li:nth-child(2):hover > a {
    background-color: #ac4333;
}
.dr-tabs .nav-tabs > li:first-child::after {
    content: url(img/bullet-white.svg);
}
.dr-tabs .nav-tabs > li:nth-child(2)::after {
    content: url(img/times-circle-solid.svg);
}
@media only screen and (max-width: 48em) {
    .five-col .small-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .five-col .small-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #menu-sitemap > li,
    .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield,
    .sitemap ul {
        display: block;
    }
    .fancy-underline:after {
        height: 10px;
    }
    .no-border-mobile .is-border {
        display: none;
    }
    .rplg-badge-fixed .rplg-badge2,
    .rplg-badge_left-fixed .rplg-badge2 {
        display: inline-block !important;
        zoom: 0.5;
    }
    .row-slider .flickity-page-dots,
    .slider-nav-outside .flickity-page-dots {
        bottom: -53%;
    }
    .gform_wrapper .gf_simple_horizontal .gform_body {
        width: 100%;
        max-width: 100%;
    }
    a.button.primary.lowercase.long {
        padding: 10px 20px 5px !important;
    }
    .header-button a.icon {
        padding: 0 1.2em;
    }
    .nav li:first-child {
        margin-right: 0;
    }
    .faq .accordion-title {
        font-size: 16px;
    }
    .dr-tabs .nav-tabs > li > a {
        width: 150px;
    }
    a.button.secondary.box-shadow-1 {
        line-height: 2em;
    }
}
.z-0 {
    position: relative;
    z-index: -1;
}
.grecaptcha-badge {
    text-indent: -144px;
    box-shadow: none !important;
}
