/*
Theme Name: Mellott
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.79
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Header */

body .header {
    background-color: #2a3745;
    padding-top: 1rem;
}

body .header-wrapper > .header-top,
body .header-wrapper > .header-main {
    max-width: 1650px;
    margin: 0 auto;
}

body .header-wrapper.stuck {
    padding-top: 1rem;
}

/* body .header:not(.transparent) .flex-row.container {
    background-color: #2a3745;
} */

body .header:not(.transparent) #top-bar.header-top {
    margin-top: 0;
}

body .header.transparent {
    background: linear-gradient(10deg, transparent, transparent, #20313e9e, #20313e, #20313e);
}

body .header #top-bar.header-top ul.nav li.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .header #top-bar.header-top ul.nav li.menu-item a {
    line-height: 1;
}

body .header #top-bar.header-top li.menu-item.has-fa-icon a,
body .mobile-sidebar li.menu-item.has-fa-icon a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body .header #top-bar.header-top li.menu-item.has-fa-icon a svg,
body .mobile-sidebar li.menu-item.has-fa-icon a svg {
    width: 1.1rem;
    margin-right: 0.35rem;
    fill: rgba(203, 150, 21, 0.8);
    transition: 0.2s ease all;
}

body .mobile-sidebar li.menu-item.has-fa-icon a svg {
    margin-right: 0.45rem;
    fill: rgba(102, 102, 102, 0.85);
}

body .header #top-bar.header-top li.menu-item.has-fa-icon a:hover svg {
    fill: rgba(203, 150, 21, 1);
}

body .mobile-sidebar li.menu-item.has-fa-icon a:hover svg {
    fill: rgba(17, 17, 17, 0.85);
}

body .header li.current-dropdown > .nav-dropdown {
    left: -20%;
}

body .header ul.sub-menu ul.sub-menu li {
    padding-left: 0 !important;
}

body .header li.mobile-only {
    display: none;
}

@media (max-width: 1420px) {
    .nav.header-nav > li a {
        font-size: 0.9rem;
    }
}

@media (max-width: 1299px) {
    body .header #logo {
        width: 140px;
    }
}

@media (max-width: 1266px) {
    body .header li.current-dropdown > .nav-dropdown {
        left: -108%;
    }
}

@media (max-width: 1205px) {
    body .header #logo {
        width: 230px;
    }

    body .header #top-bar.header-top,
    body .header .header-main .header-inner .hide-for-medium {
        display: none !important;
    }

    body .header .header-main .header-inner .show-for-medium {
        display: block !important;
    }
}

@media (max-width: 1082px) {
    body .header li.current-dropdown>.nav-dropdown {
        left: -194%;
    }
}

@media (max-width: 849px) {
    body .header li.mobile-only {
        display: block;
    }
}
/* Front Page */

body.home .widget {
    margin: 0;
}

body.home .front-page-2 .fp2 {
    background-color: #202f3c;
    padding: 6rem 0;
    border-top: 1.2rem solid #6a0032;
}

body.home .front-page-2 .fp2-wrapper {
    position: relative;
    z-index: 1;
}

body.home .front-page-2 .fp2-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(/wp-content/uploads/2022/10/mellott-company-group-photo-in-front-of-sign.jpg);
    z-index: 2;
}

body.home .front-page-2 .fp2-wrapper .fp2-section {
    position: relative;
    z-index: 3;
}

body.home .front-page-2 .fp2-wrapper .fp2-sticker {
    position: absolute;
    z-index: 4;
    width: 40%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    right: 0;
}

body.home .front-page-2 .fp2-section--content {
    width: 50%;
    padding: 4rem 0;
}

body.home .front-page-2 .fp2-sticker--content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translate(-10%, 40%);
}

body.home .front-page-2 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 3.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

body.home .front-page-2 p {
    color: #fff;
    font-size: 16px;
}

body.home .front-page-2 .fp2-section--content-tagline p {
    color: #8599a1;
    font-family: Gelasio, sans-serif;
    margin-bottom: 1rem;
}

body.home .front-page-2 .fp2-section--content-text p {
    margin-bottom: 0.8rem;
}

body.home .front-page-2 .fp2-section--content-cta p {
    margin-bottom: 0;
}

body.home .front-page-2 .fp2-section--content-cta a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

body.home .front-page-2 .fp2-sticker--content-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-height: 70px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

body.home .front-page-2 .fp2-sticker--content-label img {
    width: auto;
    height: 70px;
}

body .front-page-4 .text-box-content h4,
body .front-page-4 .text-box-content a {
    font-size: 24px;
}

body .front-page-4 .text-box-content p {
    font-size: 16px;
}

@media (min-width: 1700px) {
    body .header #logo {
        margin-left: 0;
    }

    body.home .front-page-2 .fp2-wrapper .fp2-section.container {
        max-width: 1650px;
    }
}

@media (max-width: 849px) {
    body.home .front-page-2 .fp2-wrapper:after,
    body.home .front-page-2 .fp2-wrapper .fp2-sticker {
        display: none;
    }

    body.home .front-page-2 .fp2-section--content {
        width: 100%;
        padding: 0;
    }

    body.home .front-page-2 h1 {
        font-size: 33px;
    }

    body .front-page-4 .banner {
        padding: 5rem 0;
    }
}

/* Modal */

body.single.single-product .product-info > form.cart {
    display: none;
}

body.single.single-product .modal {
    background: transparent;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
    border: none;
    border-radius: 0;
}

body.single.single-product .modal:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

body.single.single-product .modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

body.single.single-product .modal .modal-content {
    background: #fff;
    position: relative;
    width: 50%;
    max-width: 50%;
    height: 70%;
    max-height: 70%;
    margin-top: 8%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.single.single-product .modal .modal-header {
    background-color: #fbfbfb;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

body.single.single-product .modal .modal-header > .close {
    margin: 0;
    padding: 0;
}

body.single.single-product .modal .modal-header > .close p {
    font-size: 2rem;
    margin: 0;
    line-height: 1;
}

body.single.single-product .modal h5.modal-title {
    font-size: 1.2rem;
    margin: 0;
}

body.single.single-product .modal .modal-body {
    background-color: #fbfbfb;
    padding: 2rem;
}

body.single.single-product .modal .modal-footer {
    position: sticky;
    display: block;
    width: fit-content;
    bottom: 2rem;
    right: 0;
    margin: 0 0 0 auto;
    padding: 0;
    border-top: none;
}

body.single.single-product .modal .modal-footer .button {
    margin: 0;
}

body.single.single-product .modal-backdrop {
    z-index: -1;
}

@media (min-width: 850px) {
    body.single.single-product .modal.resource-download .modal-content {
        height: fit-content;
    }
}

@media (max-width: 849px) {
    body.single.single-product .modal .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin-top: 0;
    }
}

/* Service & Product Pages */

body.page .section-content .row.product-row.wrap-reverse {
    flex-wrap: wrap-reverse;
}

body.page .section-content .row.product-row .col.product-column {
    display: flex;
    align-items: center;
}

body.page .section-content a.cta-link,
body.resources-page a.resource-item-link .resource-item--cta p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 0.5rem;
    transition: 0.2s ease all;
}

body.page .section-content a.cta-link:hover,
body.resources-page a.resource-item-link:hover .resource-item--cta p {
    gap: 1.25rem;
}

body.page .section-content a.cta-link i,
body.resources-page a.resource-item-link .resource-item--cta p i {
    font-size: 1.3rem;
}

body.page .section-content .cta-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1rem;
}

body.page .section-content .cta-links a.cta-link {
    padding-top: 0;
}

body.page .section-content .cta-links a.cta-link:not(:first-of-type) {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid #ccc;
}


body.single.single-product .panel .additional-specifications {
    margin-top: 4rem;
}

body .accordion-container {
    padding: 1rem 0 3rem;
}

body .blog-share .social-icons a,
body .tooltipster-base {
    z-index: 1;
}

/* Floating Sidebar */

body section.float_contact {
    display: none;
}

body .floating-sidebar.widget-area {
    position: fixed;
    top: 50%;
    right: 0;
    width: fit-content;
    height: fit-content;
    z-index: 999;
}

body .floating-sidebar-box,
body .floating-sidebar-box .wrap {
    position: relative;
    z-index: 1;
}

body .floating-sidebar-box:before,
body .floating-sidebar-box:after,
body .floating-sidebar-box .wrap:before,
body .floating-sidebar-box .wrap:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    transform: rotate(-60deg);
    z-index: 999;
}

body .floating-sidebar-box:before {
    width: 70%;
    top: 1.6rem;
    left: -3.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

body .floating-sidebar-box:after {
    width: 50%;
    bottom: 0.3rem;
    right: -1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body .floating-sidebar-box .wrap:before {
    width: 60%;
    top: 2.8rem;
    left: -3.2rem;
    border-top: 1px solid rgb(203 150 21 / 50%);
}

body .floating-sidebar-box .wrap:after {
    width: 60%;
    bottom: -0.3rem;
    right: -1.4rem;
    border-bottom: 1px solid rgb(203 150 21 / 50%);
}

body .floating-sidebar-box-inner {
    position: relative;
    width: 176px;
    box-shadow: 0px 12px 0px 0px rgba(230, 232, 233, 0.15);
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

body .floating-sidebar-box-inner:before {
    content: '';
    position: absolute;
    width: 300%;
    height: 300%;
    top: -103%;
    left: 0;
    background: #20313e;
    transform: rotate(30deg);
    z-index: 3;
}

body .floating-sidebar-box .sidebar-box {
    position: relative;
    z-index: 4;
}

body .floating-sidebar-box .sidebar-box--title,
body .floating-sidebar-box .sidebar-box--info {
    padding: 1rem 2rem;
}

body .floating-sidebar-box .sidebar-box--title h3 {
    color: #fff;
    background-color: #20313e;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

body .floating-sidebar-box .sidebar-box--link a {
    background-color: #956f0f;
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border: 1px solid transparent;
    text-align: left;
    text-transform: uppercase;
    transition: 0.2s ease all;
}

body .floating-sidebar-box .sidebar-box--link a:hover {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

body .floating-sidebar-box .sidebar-box--link a i {
    color: #fff !important;
    font-size: 1.3rem;
    position: absolute;
    left: 1.1rem;
    transition: 0.2s ease all;
}

body .floating-sidebar-box .sidebar-box--link a:hover i {
    left: 0.9rem;
}

body .floating-sidebar-box .sidebar-box--info-phone {
    text-align: left;
}

body .floating-sidebar-box .sidebar-box--info-phone:not(:first-of-type) {
    margin-top: 0.7rem;
}

body .floating-sidebar-box .sidebar-box--info-phone h4 {
    color: #cb9615;
    background-color: #20313e;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

body .floating-sidebar-box .sidebar-box--info-phone a {
    color: #fff;
    background-color: #20313e;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    transition: 0.2s ease all;
}

body .floating-sidebar-box .sidebar-box--info-phone a:hover {
    opacity: 0.85;
}

@media (max-width: 767px) {
    body .floating-sidebar.widget-area {
        display: none;
    }
}

/* Floating Menu */

body .section .section-content .row.stick {
    z-index: 99 !important;
    margin-left: 0;
}

body .section .section-content .row.stick .col {
    background: #fff;
    width: fit-content;
    max-width: fit-content;
    flex-basis: fit-content;
    margin: 0;
    padding: 0;
    opacity: 0.4;
    border: 1px solid #eceef1;
    transition: 0.2s ease all;
}

body .section .section-content .row.stick .col:hover {
    opacity: 1;
    transition: 0.2s ease all;
}

body .section .section-content .row.stick .col a.ux-menu-link__link {
    display: flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    line-height: 1.4;
}

@media (min-width: 1750px) {
    body .section .section-content .row.stick .col {
        opacity: 1;
    }
}

/* Inner Page Banner */

body.page .mellott-hero-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

body.page .mellott-hero-section--header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2.4rem 0;
    z-index: 1;
}

body.page .mellott-hero-section--content {
    padding: 3.7rem 0 2rem;
}

body.page .mellott-hero-section--header .container,
body.page .mellott-hero-section--content .container {
    max-width: 1080px;
    margin: 0 auto;
}

body.page .mellott-hero-section--header-breadcrumbs,
body.page .mellott-hero-section--header-title,
body.page .mellott-hero-section--content-copy {
    width: 58%;
    padding-right: 2rem;
}

body.page .mellott-hero-section--image {
    position: absolute;
    display: block;
    width: 41.5%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 3;
}

body.page .hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

body.page .mellott-hero-section--image-inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 400px;
    margin: 0;
}

@media (min-width: 2200px) {
    body.page .mellott-hero-section--image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    body.page .hero-image-container {
        width: 1080px;
        height: 100%;
    }

    body.page .mellott-hero-section--image-inner {
        width: 41.5%;
        height: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    body.page .mellott-hero-section--header .container, 
    body.page .mellott-hero-section--content .container {
        padding: 0 15px;
    }
}

@media (max-width: 999px) {
    body.page .mellott-hero-section--image {
        display: none;
    }

    body.page .mellott-hero-section--header-breadcrumbs,
    body.page .mellott-hero-section--header-title,
    body.page .mellott-hero-section--content-copy {
        width: 100%;
        padding-right: 0;
    }
}

/* WCAG Compliance */

body .home_tab li::after {
    color: #fff;
}

body .footer-wrapper p.footer-credits {
    width: fit-content;
}

body .footer-wrapper p.footer-credits a {
    color: #fff;
    transition: 0.2s ease all;
}

body .footer-wrapper p.footer-credits a:hover {
    opacity: 0.85;
}

body .floating-sidebar-box .sidebar-box--link,
body .button.secondary:not(.is-outline) {
    background-color: #956f0f;
}

body .button.secondary.is-link {
    color: #956f0f;
    transition: 0.2s ease all;
}

body .button.secondary.is-link:hover {
    opacity: 0.85;
}

body.home .tabbed-content .nav .tab a,
body.home .tab-panels .panel.entry-content h4,
body.home .tab-panels .panel.entry-content p {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

body a.secondary-blue,
body .footer-wrapper h5 a {
    color: #4da4db;
    transition: 0.2s ease all;
}

body a.tertiary-blue {
    color: #006bad;
    transition: 0.2s ease all;
}

body a.secondary-blue:hover,
body a.tertiary-blue:hover,
body .footer-wrapper h5 a:hover {
    opacity: 0.85;
}

body.home .section.tab_menu .tabbed-content,
body.home .section.tab_menu .tab-panels .panel .banner.tab_menu,
body.home .section.tab_menu_mobile .tab-panels {
    background: #20313e;
}

body .footer-wrapper {
    background-color: #20313e;
}

body .section.tab_menu .nav-vertical + .tab-panels {
    border-left: none;
}

/* Video Overlay */

body.home .bg.section-bg .section-bg-overlay {
    background: none !important;
}

body .video-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

body .is-border {
    z-index: 9;
}

/* Locations Page */

body .locations-section .office-locations {
    padding: 2rem 0 0;
}

body .locations-section .office-locations .office-location {
    padding-bottom: 2rem;
}

body .locations-section .office-locations .office-location h3 {
    font-size: 1.125em;
}

/* QA CSS */

body .content-area ul {
    margin: 0 0 1.3rem 1.8rem;
}

body .section.neg_index .section-content .text-box.hide-for-medium:not(.homehero) .text-inner.text-center .row.row-collapse {
    display: none !important;
}

@media (min-width: 767px) {
    body .content-area ul {
        margin: 0 0 1.3rem 2.5rem;
    }
}

@media (max-width: 1500px) {
    body.home .banner .banner-layers .homehero.sustainable-growth-box {
        width: auto !important;
        left: 15px;
    }
}

@media (max-width: 849px) {
    body .section.neg_index h5,
    body .section.neg_index p,
    body .section.neg_index a {
        font-size: 1rem;
    }

    body .section.neg_index .col-inner {
        margin-left: 0 !important;
    }
}

/* Page — TTO Full Width Content */

body .content-container .content-container-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

body .content-container .content-container-wrap {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body .content-header .content-header--breadcrumbs p {
    margin: 0 0 6px;
}

body .content-header .content-header--title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

/* Single Job Listings */

body.single.single-job-listing .entry-image,
body.single.single-job-listing .blog-share,
body.single.single-job-listing .entry-meta,
body.single.single-job-listing .entry-author,
body.single.single-job-listing .navigation-post {
    display: none;
}

body.single.single-job-listing .page-wrapper {
    padding: 6rem 0;
}

body.single.single-job-listing .entry-header-text {
    padding: 0;
}

body.single.single-job-listing .large-10 {
    padding-bottom: 0;
}

body.single.single-job-listing .navigation-back-to-careers {
    padding-bottom: 30px;
}

/* Gravity Form Updates */

body .gform_wrapper .gform_heading .gform_required_legend {
    display: none;
}

body .gform_wrapper .gform_fields .gfield .gfield_label {
    margin-top: 0.75rem;
}

body .gform_wrapper .gform_fields .gfield .gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

body .gform_wrapper .gform_fields .gfield .gfield_checkbox .gchoice input {
    margin: 0;
}

body .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
body .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #aaa;
}

body .gform_wrapper .gform_fields .gfield input::-moz-placeholder,
body .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
    font-style: italic;
    color: #aaa;
}

body .gform_wrapper .gform_fields .gfield input:-moz-placeholder,
body .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
    font-style: italic;
    color: #aaa;
}

body .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}

/* Blog Archive */

body.blog .sidebar {
    display: none;
}

body.blog .site-inner {
    padding: 7rem 0;
}

body.blog .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.blog .content {
    padding: 0;
    margin: 0 auto;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 859px) {
    body.blog .content {
        width: 85%;
    }
}

.blog.content .entry {
    width: 100%;
    padding: 30px;
    padding: 3rem;
    margin-bottom: 6vw;
    border: 1px solid #eceef1;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: 1px solid rgba(6, 93, 100, 0.25);
    background: #f8fbfb;
}

.blog .content .entry:hover,
.blog .content .entry:focus {
    box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

body .archive-pagination {
    margin-top: 2rem;
}

body .archive-pagination .page-numbers {
    color: #154c7e;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

body .archive-pagination .page-numbers:not(.dots) {
    background: #fff;
    border: 1px solid #eceef1;
    margin-right: 1rem;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease all;
}

body .archive-pagination .page-numbers:not(.current):not(.dots):hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

body .archive-pagination .page-numbers.current {
    background: #154c7e;
    color: #fff;
    border-color: #154c7e;
    cursor: default;
}

body .archive-pagination .page-numbers.dots {
    display: flex;
    align-items: flex-end;
    margin-right: 1rem;
    padding: 0 0.4rem;
}

@media (min-width: 650px) {
    .blog .content .entry {
        width: 48.71795%;
        margin-left: 2.5641%;
        margin-bottom: 2.5641%;
    }

    .blog .content .entry:nth-of-type(odd) {
        margin-left: 0;
    }
}

@media (min-width: 986px) {
    .blog .content .entry {
        width: 31.62393%;
    }

    .blog .content .entry:nth-of-type(odd) {
        margin-left: 2.5641%;
    }

    .blog .content .entry:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

.blog .content .entry {
    border: 1px solid #ddd;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out all;
}

.blog .content .entry:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.blog .content .entry .entry-title a {
    color: #195994;
    min-height: 60px;
    font-weight: 600;
}

body.blog .content article.post .entry-content {
    padding: 1.2rem 0;
}

.blog .content .entry .entry-content p {
    font-size: 1rem;
    color: #363f48;
    margin: 0;
}

.blog .content .entry p.entry-meta {
    color: #666;
    margin-bottom: 0.5rem;
    padding: 0;
}

.blog .content .entry .entry-content p a.read-more {
    color: #2a3745;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: 0.2s ease all;
}

.blog .content .entry .entry-content p a.read-more:hover {
    opacity: 0.85;
}   

.blog .entry h2.entry-title {
    font-weight: 600;
    /* font-size: 1.6rem; */
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
    text-transform: unset;
}

/* @media (min-width: 860px) {
    .blog .entry h2.entry-title {
        font-size: 2.25rem;
    }
} */

.blog .entry h2.entry-title a.entry-title-link {
    color: #154c7e;
}

.blog .entry {
    width: 100%;
    padding: 20px;
    padding: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 2rem -1rem rgb(35 44 57 / 10%);
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry-image-link {
    display: block;
    margin: -20px -20px 20px;
    margin: -2rem -2rem 2rem;
}

.blog .entry-image-link img {
    border-radius: 4px 4px 0 0;
    display: block;
    height: 200px;
    object-position: center center;
    object-fit: cover;
}

/* Before Footer Widget */

@media (min-width: 550px) {
    body .before-footer-widget .footer-news-updates > .row.row-large > .col:not(:last-of-type) {
        border-right: 5px solid #ececec;
    }

    body .before-footer-widget .footer-news-updates .box.box-vertical {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: calc(100% - 70px);
        margin: 0;
    }

    body .before-footer-widget .footer-news-updates .box.box-vertical .box-image {
        margin: 0;
    }

    body .before-footer-widget .footer-news-updates .box.box-vertical .box-text {
        padding-left: 0;
    }
}

/* Temp */

.box-image .image-tools.show-on-hover a.quick-view {
    display: none;
}

@media (max-width: 849px) {
    body.page-id-454 .banner .fill.banner-link:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

/* Resources Page */

@media (min-width: 767px) {
    body.resources-page .content-area .row {
        margin-left: calc(var(--bs-gutter-x) * -0.5);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
    }
}

body.resources-page .resources-archive {
    margin-top: 3rem;
}

body.resources-page .resource-item {
    padding: 2rem;
    margin-bottom: var(--bs-gutter-x);
    border: 15px solid #eceef1;
}

body.resources-page .resource-item a.resource-item-link {
    display: block;
    width: 100%;
    height: 100%;
}

body.resources-page .resource-item .resource-item--header h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

body.resources-page .resource-item .resource-item--thumbnail {
    margin: 2rem 0;
}

body.resources-page a.resource-item-link .resource-item--cta p {
    margin: 0;
    padding: 0;
}

body.single.single-product .product-downloads--inner {
    width: fit-content;
    margin: 3rem 0 2rem;
}

body.single.single-product .product-download {
    display: flex;
    align-items: center;
    gap: 2rem;
}

body.single.single-product .product-download:not(:last-of-type) {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 3rem;
    border-bottom: 1.5px solid #e9e9e9;
}

body.single.single-product .product-download a {
    cursor: pointer;
    pointer-events: all;
}

body.single.single-product .product-download .product-download--thumbnail img {
    width: 50px;
    height: 64.7px;
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 17%);
}

body.single.single-product .product-download .product-download--name p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

body .entry-content .max-760 {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

/* 04/12/24 Video */

.front-page-1 {
    background-color: #20313e;
    display: grid;
    min-height: 400px;
}

.front-page-1 .widget,
.front-page-1 .textwidget,
.front-page-1 iframe,
.vimeo-background {
    display: block;
    width: 100%;
    height: 100%;
}

.vimeo-background--wrapper {
    position: relative;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.vimeo-background--wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 850px) {
    .front-page-1 {
        min-height: 900px;
    }
}