/* #region load styles for Internet Ex[plorer 10+ */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}

/* #endregion load styles for Internet Ex[plorer 10+ */

/* #region setup vars */
:root {

    --main-navy: #1a3441;
    --main-verylightblue: #F7FAFC;
    --main-lightblue: #EBF3F7;
    --main-mediumblue: #5284A4;
    --main-smokeyblue: #4c7b99;
    --main-smokeblue-rgb: 76, 123, 153;
    --main-lightgrey: #9E9E9E;
    --main-verylightgrey: #CBCBCB;
    --main-white: #fff;
    --main-offwhite: #EEF3F6;

    --mig-breadcrumb-blue: #1A3441;

    /* buttons */
    --btn-orange: #CB9B2C;
    --btn-orange-hover: #CB920D;
    --btn-blue: #5283A3;

    --thumb-height: 175px;

    /* use for consistent button position under content */
    --button-top-margin: 50px;
    --button-min-width: 136px;

    /* header and usp bar and breadcrumbs */
    --header-height-desktop: 100px;
    --header-height-mobile: 100px;
    --uspbar-height-desktop: 30px;
    --uspbar-height-mobile: 76px;
    --breadcrumbs-height: 36px;

    /* now paragraphs ... only add top margins and let the element underneath take care of the bottom aspacing */
    --hero-par-top-margin: 40px;
    --hero-par-btm-margin: 0px;
    --head-par-top-margin: 20px;
    --head-par-btm-margin: 0px;
    --hero-mid-par-top-margin: 40px;
    --hero-mid-par-btm-margin: 0px;
    --mid-par-top-margin: 20px;
    --mid-par-btm-margin: 0px;

    /* sections */
    --mig-section-top-pad: 70px;
    --mig-section-btm-pad: 70px;

    --animation-transition-time: 0.35s;

    /* form styles */
    --mig-small-form-width: 526px;

}

/* #endregion setup vars */

/* global settings */

html, body {
    font-family: 'Nunito';
}

html::selection, ::selection {
    color: white;
    background-color: #2c98c6;
}

/* For Mozilla Firefox */
html::-moz-selection, ::-moz-selection {
    color: white;
    background-color: #2c98c6;
}

body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-family: Nunito;
}

/* #region h tags styling */

.mig-h1 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Nunito Sans' !important;
}

.mig-h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Nunito Sans' !important;
}

.mig-h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Nunito Sans' !important;
}

.migEncoderH4 {
    font-family: Nunito;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0em;
    color: #EBF3F7;
    margin: 24px 0px 30px 0px;
}

@media screen and (min-width: 991px) {

    #ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row,
    #ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-right .ast-builder-menu-1,
    .ast-builder-menu .main-navigation>ul {
        height: 100px;
    }

    button, a.woocommerce-button {
        min-width: 200px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .mig-h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .mig-h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .mig-h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* #endregion h tags styling */

/* general styles */

a.mig-inline-text-link {
    text-decoration: underline;
    font-size: inherit;
}

/* #region header styling */

/* main menu styling */

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    height: 70px;
}

#ast-mobile-header ul.main-header-menu {
    background-color: var(--main-verylightblue);
}

.ast-builder-menu-1 .menu-item>.menu-link {
    color: var(--main-mediumblue) !important;
    font-weight: 300;
    font-size: 16px;
}

a:hover, a:focus {
    color: var(--main-mediumblue);
}

.menu-badge {
    font-size: 11px;
    margin-left: 4px;
    position: relative;
    top: -20px;
    margin-bottom: 13px;
    color: #ffffff;
    background-color: var(--btn-orange);
    padding: 3px 4px;
    border-radius: 50%;
    left: 7px;
}

/* .badge-bounce {
    animation: bouncing .8s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite alternate both;
}

@keyframes bouncing {
    0% {
        top: -6px
    }

    100% {
        top: -10px
    }
} */


.mig-menu-cart-icon {
    background-image: url('/wp-content/uploads/cart-3menu-icons.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 6px;
    margin-left: 16px !important;
}

.mig-menu-account-icon {
    background-image: url('/wp-content/uploads/usser-3menu-icons.png');
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
}

a#mig-account-menu-link {
    opacity: 0;
    width: 42px;
}

.mig-menu-cart-icon, .mig-menu-account-icon {
    min-width: 40px;
}

/* mobile burger menu */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: var(--main-mediumblue);
}

.ast-button-wrap .menu-toggle:focus {
    outline: none;
}

/* remove default astra theme cart icon */
#ast-mobile-header .ast-header-break-point .ast-header-woo-cart,
#ast-mobile-header .ast-header-woo-cart,
#ast-desktop-header .ast-header-break-point .ast-header-woo-cart,
#ast-desktop-header .ast-header-woo-cart {
    display: none;
}

/* header width */

/* override the theme */
.ast-container {
    max-width: 100%;
}

@media (max-width: 544px) {

    /* remove the right and left padding on small screens */
    .ast-separate-container #content .ast-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* logo */

#ast-mobile-header a.custom-logo-link img {
    max-width: 80px !important;
}

#ast-mobile-header div.ast-primary-header-bar {
    height: var(--header-height-mobile);
}

#ast-desktop-header div.ast-primary-header-bar {
    height: var(--header-height-desktop);
}

.usp-container {
    padding: 8px 8px;
    background-color: var(--main-navy);
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed ! important;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    top: 100px;
    z-index: 12;
    height: var(--uspbar-height-desktop);
    /* box-shadow: 0px 5px 5px rgb(255 255 255 / 10%); */
    border-bottom: 1px solid rgba(247, 250, 252, 0.2);
}

.mig-breadcrumb-wrapper {
    height: var(--breadcrumbs-height);
    padding-left: 23px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    color: var(--mig-breadcrumb-blue);
    line-height: 1;
}

.mig-breadcrumb-wrapper a {
    font-family: Nunito;
    color: var(--main-smokeyblue);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.mig-breadcrumb-wrapper a:focus, .mig-breadcrumb-wrapper a:hover {
    color: var(--mig-breadcrumb-grey);
}

.mig-breadcrumb-item {
    color: var(--mig-breadcrumb-blue);
}

.mig-breadcrumb-sep {
    margin: 0px 11px 3px 11px;
}

/* .site-header { */
#ast-desktop-header,
#ast-mobile-header {
    position: fixed ! important;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

#content {
    /* add top padding to compensate for the sticky header and usp bar */
    padding-top: 130px;
    /* 100 for the header and 30 for the usp bar*/
}

/* 921 is the mobile menu breakpoint */

@media screen and (max-width: 921px) {

    a#mig-account-menu-link {
        opacity: 1;
        padding-left: 44px;
        width: auto;
    }

    .menu-badge {
        margin-left: 16px;
        top: -14px;
    }

    .mig-menu-cart-icon {
        margin-left: 20px;
        margin-top: -8px;
    }

    #ast-hf-menu-1 li.mig-menu-cart-icon {
        display: none;
    }

    #masthead .ast-mobile-header-wrap .ast-primary-header-bar, #masthead .ast-mobile-header-wrap .ast-below-header-bar {
        padding-bottom: 13px;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        width: auto;
        height: auto;
    }

    .ast-close-svg {
        padding-right: 0px;
        margin-right: -8px;
        padding-left: 0px;
    }

    .ast-mobile-svg.ast-menu2-svg path {
        display: none;
    }

    .ast-mobile-svg.ast-menu2-svg {
        padding-left: 8px;
        margin-top: -6px;
    }


    .mig-menu-account-icon {
        margin-left: 14px;
    }

    .usp-container {
        top: 100px;
    }

    #content {
        padding-top: 110px;
        /* 80 for the header and 30 for the usp bar*/
    }
}

@media screen and (max-width: 692px) {
    .usp-container {
        height: 52px;
        line-height: 22px;
    }

    #content {
        padding-top: 132px;
    }
}

@media screen and (min-width: 693px) and (max-width: 710px) {
    .usp-container {
        height: 52px;
        line-height: 22px;
        padding: 8px 0px;
    }

    .mig-breadcrumb-wrapper {
        margin-top: 22px;
    }
}

@media screen and (max-width: 480px) {
    #content {
        /* padding-top: 180px; */
        /* 80 for the header and 100 for the usp bar */
    }

    .usp-container {
        /* height: 100px; */
    }
}

@media screen and (max-width: 400px) {
    .usp-container {
        height: 100px;
    }

    #content {
        padding-top: 130px;
        /* padding for the header and usp bar */
    }
}

.list-inline {
    margin: 0;
}

.list-inline-item {
    font-size: 90% !important;
    font-weight: 200;
    margin-right: 25px !important;
    font-family: Nunito !important;
    line-height: 1;
}

.usp-container .list-inline-item:before {
    content: url("/wp-content/uploads/USP_header-tick.png");
    margin-right: 4px;
}

/* .ups-label-tick {
    width: 24px;
        height: 24px;
            background-image: url("/wp-content/uploads/USP_header-tick.png");
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
} */

/* #endregion header styling */

/* #region header text and captions */

.heading {
    font-family: Nunito Sans;
    font-weight: 600;
}

.hero-paragraph,
.heading-paragraph,
.mid-paragraph {
    padding-left: 15px;
    padding-right: 15px;
}

.hero-paragraph {
    font-family: Nunito;
    font-size: 23px;
    font-weight: 300;
    line-height: 31px;
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--hero-par-top-margin);
    margin-bottom: var(--hero-par-btm-margin);
}

.heading-paragraph {
    font-family: Nunito;
    font-size: 23px;
    font-weight: 300;
    line-height: 31px;
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--head-par-top-margin);
    margin-bottom: var(--head-par-btm-margin);
}

.hero-mid-paragraph {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--hero-mid-par-top-margin);
    margin-bottom: var(--hero-mid-par-btm-margin);
}

.mid-paragraph {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--mid-par-top-margin);
    margin-bottom: var(--mid-par-btm-margin);
}

@media screen and (max-width: 461px) {
    .heading {
        line-height: 55px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .heading-paragraph {
        padding-top: 32px;
    }
}

@media screen and (min-width: 1392px) {
    .heading-paragraph {
        /* padding-top: 40px; */
    }
}


/* #endregion header text and captions */

/* #region alignment classes */

.mig-flex-left {
    justify-content: left !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* #endregion text alignment classes */

/* #region Buttons */

/* margin and padding for all buttons */
.mig-btn-wrap {
    margin-top: var(--button-top-margin);
    /* margin-bottom: var(--button-btm-margin); */
}

/* style for when 2 buttons side by side */
.mig-dbl-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .mig-dbl-button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .mig-dbl-button {
        flex-direction: column;
    }

    .mig-dbl-button button:last-child {
        margin-top: 20px;
    }

    .usp-container {
        line-height: 1;
        height: auto;
    }

    .usp-item-desktop {
        display: none;
    }
}


/* override bootstrap hover color*/
.btn:hover {
    color: #fff;
}

.btn:focus, .btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.mig-btn {
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    border: none;
    height: 49px;
    text-transform: none;
}

.mig-btn .mig-btn-medium {
    width: 197px;
}

.mig-btn-large {
    width: 240px;
}

.mig-btn-orange {
    background-color: var(--btn-orange);
}

.mig-btn-orange:hover, .mig-btn-orange:focus {
    background: var(--btn-orange-hover);
    color: white;
}

.mig-btn-blue {
    background-color: var(--main-smokeyblue);
    line-height: 28px;
}

.mig-btn-blue:hover, .mig-btn-blue:focus {
    background-color: var(--btn-orange-hover);
    color: white;
}

.mig-link-btn-dark {
    color: var(--main-smokeyblue);
}

.mig-link-btn-dark:hover, .mig-link-btn-dark:focus {
    color: var(--main-smokeyblue);
    background-color: transparent;
}

.mig-btn-link-margin {
    margin-right: 20px;
}

/* #endregion Buttons */


/* #region Padding Classes */

.mig-section {
    padding-top: var(--mig-section-top-pad);
    padding-bottom: var(--mig-section-btm-pad);
}

.row-vpad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-vpad0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hpad0 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.p-vmarg0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 500px) {
    .row-vpad-100 {
        padding: 0 35px;
    }
}

@media screen and (max-width: 461px) {
    .row-vpad-100 {
        margin-top: 90px;
    }
}


/* #endregion Padding Classes */


/* #region general utility styles */

/* #region classes to make panels in a row the same height */
.same-height-row-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.same-height-content {
    height: 100%;
}

.push-to-bottom {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    position: absolute;
    bottom: 0px;
}

/* #endregion classes to make panels in a row the same height */

/* #endregion general utility styles */

/* #region colour styles */


.mig-lightgrey {
    color: var(--main-lightgrey);
}

.mig-veryightblue {
    color: var(--main-verylightblue);
}

.mig-lightblue {
    color: var(--main-lightblue);
}

.mig-mediumblue {
    color: var(--main-mediumblue);
}

.mig-white {
    color: var(--main-white);
}

.mig-offwhite {
    color: var(--main-offwhite);
}

.mig-navy {
    color: var(--main-navy);
}

.mig-smokeyblue {
    color: var(--main-smokeyblue);
}

.mig-button-trans {
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mig-button-trans:hover {
    background: transparent;
    border-color: #fff;
}

.mig-btn-blank {
    background: transparent;
    border-color: transparent;
}

.mig-btn-blank:hover, .mig-btn-blank:focus {
    background: transparent;
    border-color: transparent;
}

.mig-navy-bg {
    background-color: var(--main-navy);
}

.mig-smokeyblue-bg {
    background-color: var(--main-smokeyblue) !important;
}

.mig-verylightblue-bg {
    background-color: var(--main-verylightblue) !important;
}

.mig-lightblue-bg {
    background-color: var(--main-lightblue) !important;
}

.mig-mediumblue-bg {
    background-color: var(--main-mediumblue) !important;
}

/* #endregion colour styles */

/* #region site footer */

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 40px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row>.site-footer-section:first-child {
    width: 340px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row>.site-footer-section:last-child {
    width: 220px;
}

.site-footer {
    background-color: var(--main-verylightblue);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: var(--main-navy);
}

.ast-footer-copyright, .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    color: var(--main-verylightblue);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
    display: flex;
    justify-content: center;
}

.mig-footer-col {
    color: var(--main-smokeyblue);
}

.mig-footer-wrapper {
    display: flex;
    flex-direction: column;
}

.mig-footer-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.footer-quality-logos {
    display: flex;
}

.footer-payment-logos {
    margin-top: -14px;
}

.mig-footer-h3:after {
    content: '';
    border-bottom: 5px solid #CB9B2C;
    border-radius: 25px;
    width: 100px;
    display: block;
    margin-bottom: 36px;
}

.footer-widget-area h2 {
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    margin-top: 30px;
    color: var(--main-smokeyblue);
    white-space: nowrap;
}

.footer-widget-area h2:after {
    content: '';
    border-bottom: 5px solid #CB9B2C;
    border-radius: 25px;
    width: 100px;
    display: block;
    margin-top: 8px;
    margin-bottom: 36px;
}

.footer-widget-area nav {
    margin-top: -18px;
}

.footer-widget-area-inner a {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-smokeyblue) !important;
}

.site-below-footer-wrap a {
    color: var(--main-verylightblue);
    text-decoration: underline;
}


@media screen and (max-width: 1100px) and (min-width: 601px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 660px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

/* #endregion site footer */

/* #region inputs styling */

/* remove those rhs arrows from inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* #endregion inputs styling */


/* ************************************************************************************************************* */
/* My Account section - START */

/* hide the "Actions" column on the My Orders screen */
.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table__cell-order-actions {
    display: none;
}

@media screen and (max-width: 921px) {

    .woocommerce-orders-table__header-order-actions,
    .woocommerce-orders-table__cell-order-actions,
    .woocommerce-orders-table__cell-order-actions {
        display: none !important;
    }
}


/* My Account section - END */
/* ************************************************************************************************************* */