/* 2023 Website Updates
-------------------------------------------------------------- */

@media (min-width: 1023px) {

    #menu-main-menu {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {

    body.home #content > .ls-wp-fullwidth-container {
        height: auto !important;
        min-height: 85px;
    }
}

.header #inner-header .menu-wrap nav ul > li {
    padding: 0;
}

#menu-main-menu {
    justify-content: space-between;
    gap: 3%;
}

#menu-main-menu.cf::before,
#menu-main-menu.cf::after {
    display: none;
}

/* 2022 Website Updates
-------------------------------------------------------------- */

@media (min-width: 1030px) {

    .header .nav li {
        float: none;
    }

    .service-products ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-products ul .product {
        float: none;
    }

    .wrap {
        max-width: 1010px;
        width: 100%;
    }

    #inner-content.wrap.cf {
        display: flex;
        flex-wrap: wrap;
    }

    body.woocommerce-cart #inner-content.wrap.cf,
    body.woocommerce-checkout #inner-content.wrap.cf {
        display: block;
    }

    #inner-content.wrap.cf:before {
        display: none;
    }

    #inner-content #main,
    #inner-content #sidebar1,
    #inner-content #sidebar-page {
        float: none;
    }
}


.frontend .page-product-listing ul.products li.product {
    min-height: 100px;
}

@media (max-width: 1023px) {

    .header .menu-wrap nav > ul {
        float: none !important;
        left: auto !important;
    }

    .header .menu-wrap nav > ul > li {
        right: auto !important;
        padding-right: 3% !important;
        font-size: 1.1em !important;
    }

    .footer-nav-wrap {
        display: none !important;
    }
}

@media (max-width: 470px) {
    .m-1of2 {
        float: none;
        padding-right: 0;
        width: 100%;
    }
}

#menu-main-menu li.mobile-only {
    position: fixed;
    visibility: hidden;
    left: -9999em;
    height: 0;
    width: 0;
    overflow: hidden;
}

@media ( max-width: 768px ) {
    #menu-main-menu li.mobile-only {
        position: relative;
        visibility: visible;
        left: 0;
        height: auto;
        width: auto;
        overflow: auto;
    }

    #best10badge-img,
    #cprw-img {
        float: none !important;
        margin: 0 auto !important;
        vertical-align: middle;
    }

    body.home .testimonial {
        padding: 5% 0 !important;
    }

    .amy-gies {
        display: none !important;
    }

    .footer-nav-wrap {
        display: block !important;
        padding-bottom: 2%;
    }

    .footer-nav-wrap .footer-links ul li {
      width: auto !important;
    }
}

.header nav.user-functions ul li a, .header nav.user-functions ul li a:visited, .header nav.user-functions ul li a:active {
    padding: 0;
    display: block;
    color: #000;
    background: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.header nav.user-functions ul li:last-child {
    margin-right:  0;
}

.btn-blue, .btn-blue:visited, .btn-orange, .btn-orange:visited, :visited {
    padding: 0.25em 0.5em !important;
    font-size: 1em !important;
}

.header nav.user-functions ul li a:hover, .header nav.user-functions ul li a:visited:hover, .header nav.user-functions ul li a:active:hover {
    color: #0000007a;
    background: none;
}

.header .menu-wrap nav {
    text-align: left;
}

.header nav.user-functions ul li {
    margin: 0 1%;
}

#logo {
    margin: 0;
}

.header nav.user-functions {
    width: 100%;
}

.header {
    padding: 0.5% 0 0;
}

.header .menu-wrap nav ul {
    display: block;
}

.header .menu-wrap nav ul > li {
    font-size: 1.2em;
    padding-right: 10.8%;
}

.header .menu-wrap nav ul > li#menu-item-12 {
    padding-right: 0;
}

.header .menu-wrap nav ul>li a {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.header .menu-wrap {
    width: 100%;
    padding-left: 0;
}

.callout-banner {
    background: #094e81;
}

.callout-banner img {
    opacity: 0.7;
    $ie-value: 0.7 * 100;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+$ie-value+")";
    filter: alpha(opacity=$ie-value);
}

.callout-banner .callout-text-wrap {
    top: 50% !important;
    max-width: 1010px !important;
    margin: 0 auto;
    padding: 1.5%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.callout-banner .callout-text-wrap h2 {
    color: #fff !important;
    width: 800px;
}

@media (min-width: 768px) {

    .callout-banner .callout-text-wrap {
        left: 50%;
        max-width: 100%;
    }

    .callout-banner .callout-text-wrap h2 {
        width: 95%;
    }
}

@media (max-width: 767px) {

    .callout-banner img {
        display: block;
    }

    .callout-banner .callout-text-wrap {
        position: absolute;
        left: 50%;
        padding: 1.3%;
        max-width: 100% !important;
    }

    .callout-banner .callout-text-wrap h2 {
        width: 100%;
        text-align: left;
        margin: 0;
    }
}

.testimonial {
    padding: 2% 0 !important;
    background: #194C81;
}

.testimonial-wrap {
    padding: 0 0 2% !important;
}

.testimonial,
.testimonial-wrap {
    text-align: left !important;
}

.testimonial .testimonial-wrap .wrap h4 {
    line-height: 1.5;
}

.entry-content ul, .entry-content ol {
    margin-bottom: 0 !important;
}

.d-8of12 {
    padding-right: 10% !important;
    padding-bottom: 5%;
}

.footer,
.ebook,
.home .service-products ul li.product .inner,
.aside-pricing,
.entry-content .callout,
.entry-content .callout-large,
.textwidget div,
.success-stories ul li.story,
.staff-members ul li div.photo-box,
.staff-members ul li div.bio {
	background-color: #f5f5f5 !important;
}

.footer {
    padding-top: 2% !important;
}

.footer-nav-wrap,
.copyright {
    margin: 0 !important;
}

.header {
    background: #fff;
}

.aside-pricing form.cart {
    margin-top: 0.5%;
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
    padding: 0 !important;
    border: none !important;
}

@media (max-width: 950px) {
    .d-8of12 {
        padding-right: 2% !important;
    }
}

@media (max-width: 400px) {
    #inner-content {
        padding: 4% !important;
    }
}

@media (max-width: 650px) {

    .callout-banner .callout-text-wrap {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }

    .callout-banner .callout-text-wrap h2 {
        padding: 1.2%;
    }
}

/* Previous Styles
-------------------------------------------------------------- */

.staff-members ul li div.bio {
    height: auto !important;
}

.staff-members ul li div.bio .inner {
    transform: none !important;
}

.home .service-products ul li.product .inner {
    height: 400px !important;
}

.home .service-products {
    padding: 2.5em 0 1em !important;
}

#hdr-notification a {
    color: rgba( #FFF, 0.65 );
    text-decoration: none;
}

#hdr-notification a:hover {
    color: #FFF;
}

#hdr-notification p {
    margin: 0;
    padding: 10px;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
}

#hdr-notification.default {
    background: #194C81;
}

#hdr-notification.warning {
    background: #e1b311;
}


#hdr-notification.emergency {
    background: #cc0a0a;
}


#hdr-notification.success {
    background: #7eb62e;
}


#hdr-notification.notice {
    background: #2fa9f6;
}

body.postid-3690 #aside-pricing {
    display: none;
}

.header .nav li ul.sub-menu li a, .header .nav li ul.children li a {
padding: 0.25em 0.25em 0.25em 15px;
width: 235px;
}

#location-sidebar {
    margin-top: 3.8em;
    float: left;
    width: 33.33%;
    color: #252525;
}

@media ( max-width: 768px ) {
    #location-sidebar {
        margin-top: 0;
        width: 100%;
    }
}

#location-sidebar img {
    max-width: 100%;
}

#location-sidebar ul {
    list-style: inherit;
    margin-left: 30px;
}

ul.locations {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.locations li {
    display: inline-block;
    margin-right: 1em;
}

ul.locations li a {
    background: #194C81;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 0.875em;
    margin-bottom: 10px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.locations li a:hover {
    background: #153f6c;
}

html.sb-active .ls-wp-fullwidth-container {
    overflow: hidden;
}

html.sb-active #wpadminbar {
    display: none !important;
}

html > body.woocommerce-cart table.cart .product-thumbnail {
    display: none;
}
body.page-id-8 .woocommerce ul.products li.product:nth-child(2n) {
    float: right;
}
body.page-id-8 .woocommerce ul.products li.first {
    clear: none;
}
@media ( max-width: 1021px ) {
    body.page-id-8 .woocommerce ul.products li.product {
        width: 100%;
    }
}
@media ( max-width: 768px ) {
    body.page-id-8 .woocommerce ul.products li.product {
        width: 48%;
    }
}
@media ( max-width: 840px ) {
    body.page-id-8 .woocommerce ul.products li.product {
        width: 100%;
    }
}

/* Request A Consultation Page
-------------------------------------------------------------- */

@media ( max-width: 768px ) {
    body.page-id-7 #content .callout-banner {
        display: none;
    }
}