/**
 * Theme Name: fortress theme
 * Template:   isev-elementor-theme
 * Theme URI:         isev.co.uk
 * Description:       We design, build and support websites for growth.
 * Version:           1.0.0
 * Author:            isev
 * Tested up to:      6.4
 * Requires at least: 6.4
 * Requires PHP:      8.2
 */


#header-wrapper {
    max-width: 1440px;
    margin-inline: auto;

}

span.wglanguage-name {
    padding-right: 25px !important;
    font-family: inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #71797E;
    border: none;
    text-wrap: nowrap;
}

label.wgcurrent {
    border: none !important;
}

.elementor-alert {
    display: flex;
    column-gap: 20px;
}

input.elementor-search-form__input::-webkit-search-cancel-button {
    display: none;
}

.elementor-widget-search-form .elementor-widget-container {
    width: 100% !important;
}

.header-mega-submenu {
    top: 0;
}

.elementor-location-footer {
    bottom: 0;
    width: 100%;
}

.elementor-widget-video-playlist .e-tabs-header {
    display: none !important;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
    background: none !important;
}

.elementor-post__badge {
    margin-top: 280px !important;
}

/*
    Gravity forms styling.
 */

.gform_required_legend {
    display: none;
}

.gform_heading h2.gform_title {
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 37.2px;
    letter-spacing: 0.02em;
    color: #131313;
}

.gform_heading p.gform_description {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    color: #131313;
}

.gform-body.gform_body label.gfield_label.gform-field-label {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #71797E;
}

.gform-body.gform_body div.ginput_container input , .gform-body.gform_body div.ginput_container textarea , .gform-body.gform_body div.ginput_container select{
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #373F4E;
}

.gform-body.gform_body div.ginput_container select{
    align-items: center;
}

.gform-body.gform_body div.ginput_container input::placeholder , .gform-body.gform_body div.ginput_container textarea::placeholder , .gform-body.gform_body div.ginput_container select::placeholder {
    color:#80858E;
}

.gform-body.gform_body legend.gfield_label {
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: 0.01em;
    color: #131313;
}

.gform-body.gform_body label.gform-field-label {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #80858E;
}

.gform_footer.before input#gform_submit_button_1.gform_button.button {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: white;
    background: #040707 !important;
    padding: 6px 40px;
    border-radius: 4px;
}

/*
    wp search form styling.
*/

#fortress-search form div.swp-flex--col input.swp-input {
    height: 60px;
    width: 100vw;
    max-width: 750px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20.7px;
    color: #71797E;
    padding: 16px;
    border: none !important;
    background-position: left 12px top 50%;
    padding-right: 0.7em;
    padding-left: 38px;
}

@media(max-width: 1024px) {
    #fortress-search form div.searchwp-form-input-container {
        width: 80vw;
    }
}
@media(max-width: 760px) {
    #fortress-search form div.searchwp-form-input-container {
        width: 95vw;
    }
    #fortress-search form div.swp-flex--col input.swp-input {
        max-width: 90%;
    }
}


.advsearch form#searchwp-form-1 div.swp-flex--col {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.advsearch form#searchwp-form-1 div.swp-flex--col input {
    height: 64px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #040707;
}

.advsearch form#searchwp-form-1 div.swp-flex--col div.swp-toggle-switch {
    border: solid 1px #E4E5E7;
}

.advsearch form#searchwp-form-1 div.swp-flex--col div.swp-toggle-switch:before {
    background-color: #040707;
}

.advsearch form#searchwp-form-1 div.swp-flex--col span.swp-p {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #040707;
}

.advsearch form#searchwp-form-1 div.swp-flex--col select {
    height: 64px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #040707;
}

/*
    gravity forms
    questionair styling
*/

.gfield div.gfield_radio {
    display: grid !important;
    width: 100%;
    grid-template-columns: 30% 30% 30%;
    column-gap: 20px !important;
    row-gap: 30px !important;
}

@media(max-width: 760px){
    .gfield div.gfield_radio {
        grid-template-columns: 100%;
    }
}

.gfield div.gfield_radio div.gchoice{
    border: #E4E5E7;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 16px;
    align-items: center;
}

.gform_page div.gform_page_footer {
    justify-content: flex-end;
}

.gform_page div.gform_page_footer input#gform_next_button_4_12, input#gform_next_button_4_19, input#gform_submit_button_4 {
    font-family: "Inter", Sans-serif;
    border-radius: 4px;
    border: none;
    padding: 12px 40px;
    background-color: #38A1D0;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: white;

    box-shadow: 0px -2px 8px 0px #0000001A inset;

    box-shadow: 0px 2px 8px 0px #FFFFFF26 inset;

    box-shadow: 0px -1px 0px 0px #043C5126 inset;

    box-shadow: 0px 1px 0px 0px #FFFFFF1A inset;

    box-shadow: 0px -1px 0px 0px #01496940 inset;

}

.gform_page div.gform_page_footer input#gform_previous_button_4_19, input#gform_previous_button_4 {
    font-family: "Inter", Sans-serif;
    border-radius: 4px;
    border: none;
    padding: 12px 40px;
    background-color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #040707;

    box-shadow: 0px -2px 4px 0px #00000012 inset;

    box-shadow: 0px 2px 4px 0px #FFFFFF0D inset;

    box-shadow: 0px -1px 0px 0px #04070705 inset;

    box-shadow: 0px 1px 0px 0px #FFFFFF33 inset;

}

/*
    product page additional information css
*/


.Add_Inf table.shop_attributes {
    border-collapse: collapse;
    border: #E4E5E7 1px solid;
}

.Add_Inf table.shop_attributes tr.woocommerce-product-attributes-item--attribute_part_number{
    display: none;
}

.Add_Inf table.shop_attributes tr.woocommerce-product-attributes-item th.woocommerce-product-attributes-item__label {
    width: 50%;
    padding: 20px;
    border-bottom: #E4E5E7 1px solid;
    background-color: white;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    text-align: left;
}

.Add_Inf table.shop_attributes tr.woocommerce-product-attributes-item--attribute_part_number_description th.woocommerce-product-attributes-item__label:after {
    border-bottom: none;
    padding-top: 0;
    margin-top: -95px;
}

.Add_Inf table.shop_attributes td.woocommerce-product-attributes-item__value {
    padding-left: 20px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    font-style: normal;
    color: #71797E;
    background-color: white !important;
    border-bottom: #E4E5E7 1px solid;
    border-left: #E4E5E7 1px solid;
}


@media (max-width: 1040px) {

    .elementor-widget-video-playlist .e-tabs-content-wrapper{
        min-height: 400px;
    }

    .elementor-widget-video-playlist .e-tabs-main-area {
        flex-direction: column-reverse !important;
        padding: 40px;
    }

}



@media (max-width: 767px) {

    .elementor-post__badge {
        margin-top: 240px !important;
    }

    .country-selector.weglot-default {
        left:0;
        max-width:70px;
        z-index: 9 !important;
    }
    .weglot-flags.flag-3.en>span:before {
        display: none;
    }
}

.woocommerce-form.woocommerce-form-login.login {
    margin: 0 auto;
    width: 100%;
    display:flex;
    flex-direction: column;

    font-weight: 400;
    font-family: var(--e-global-typography-f0b3574-font-family), Sans-serif, serif;
}
.woocommerce-form.woocommerce-form-login.login input[type="text"], .woocommerce-form.woocommerce-form-login.login input[type="password"] {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    padding: 0.75em;
    font-size: 16px;
    border: #E4E5E7 1px solid;
    border-radius: 5px;
}
.woocommerce-form.woocommerce-form-login.login input[type="text"]:focus, .woocommerce-form.woocommerce-form-login.login input[type="password"]:focus {
    border-color: #0881B8;
}
.woocommerce-form.woocommerce-form-login.login button[type="submit"] {
    background-color: #0881B8;
    color: #FFFFFF;
    border: none;
    padding: 0.75em 1.75em;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom:0;
}
.woocommerce-form.woocommerce-form-login.login label {
    color: #061022;
    display: block;
    font-size: 16px;
    margin-left: 0.5em;
    margin-bottom: 0.25em;
}
body .woocommerce-form.woocommerce-form-login.login .lost-password-link a{
    color: #000000 !important;
    font-size: 15px;
    margin-top:0em;
    text-decoration: underline;
    font-weight: 500;
}
body .woocommerce-form.woocommerce-form-login.login .lost-password-link {
    margin-bottom: 2em;
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme {
    display: none;
    margin-right: 1em;
}
.woocommerce-form.woocommerce-form-login.login .lost_password {
    display: none;
}

.woocommerce-form.woocommerce-form-login.login .login-error {
    color: #000000;
    font-size: 16px;
    margin-top:0em;
    margin-bottom: 1em;
}

@media (max-width: 768px) {
    .woocommerce-form.woocommerce-form-login.login button[type="submit"]{
        width: 100%;
    }
}

.woocommerce-lost-password .account-container {
    justify-content: center;
}

.woocommerce-lost-password .woocommerce {
    margin: 0 auto;
    width: 100%;
    display:flex;
    flex-direction: column;
    max-width: 600px;
    background-color: white;
    padding: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 18px 0 rgba(0, 0, 0, 0.19);
    font-weight: 400;
    font-family: var(--e-global-typography-f0b3574-font-family), Sans-serif, serif;
}
.woocommerce-ResetPassword.lost_reset_password input[type="password"], .woocommerce-ResetPassword.lost_reset_password input[type="text"] {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    padding: 0.75em;
    font-size: 16px;
    border: #E4E5E7 1px solid;
    border-radius: 5px;
}
.woocommerce-ResetPassword.lost_reset_password input[type="password"]:focus, .woocommerce-form.woocommerce-form-reset-password.reset-password input[type="password"]:focus {
    border-color: #0881B8;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
    background-color: #0881B8;
    color: #FFFFFF;
    border: none;
    padding: 0.75em 1.75em;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom:0;
}

.woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row {
    width: 100% !important;
}

.woocommerce-message {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float:none;
    width:100%;
    background-color: #fff;
}
.woocommerce-account .account-container {
    padding:0;
}
.woocommerce-account .account-container-content{
    padding:0;
}

.logout-lnk {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: var(--e-global-typography-40070e8-font-weight);
    font-style: var(--e-global-typography-40070e8-font-style);
    font-size: var(--e-global-typography-40070e8-font-size);
    font-family: var(--e-global-typography-40070e8-font-family), Sans-serif, serif;
}

.search-results .search-submit.swp-button, .search-no-results .search-submit.swp-button {
    background-color: transparent;
    border: none;
    padding: 0.75em 1em;
    font-size: 14px !important;
    cursor: pointer;
}

.gform-body.gform_body div.ginput_container input, .gform-body.gform_body div.ginput_container textarea, .gform-body.gform_body div.ginput_container select {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #373F4E;
    padding: 0.75em;
    border: #E4E5E7 1px solid;
    border-radius: 5px;
}


.gform-body.gform_body div.ginput_container textarea, .gform-body.gform_body div.ginput_container select {
    padding:0 0.75em;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
    background-color: #0881B8;
    color: #FFFFFF;
    border: none;
    padding: 0.75em 1.75em;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
    background-color: #0A6EBD;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:focus {
    background-color: #0A6EBD;
}


body #gform_wrapper_1 .gform_footer input[type=submit]:disabled {
    background-color: #E4E5E7;
    color: #71797E;
    cursor: not-allowed;
}

/*
product image slider styling
 */

.carousel-container-fortress {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    gap: 10px;
}

.carousel-cell {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 400px;
    margin-right: 10px;
}

.main-carousel.is-fullscreen .carousel-cell {
    height: 100%;
    max-height: 50%;
    margin-top: 13%;
}

.carousel-cell:before {
    display: block;
}

.mini-cell {
    width: 20%;
    height: 100px;
}

@media (max-width: 1060px) {
    .mini-cell{
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .mini-cell{
        width: 33% !important;
    }
}

.mini-cell.is-nav-selected {
    border: solid 4px #3F8AAC40;
    border-radius: 4px;
}

.carousel-container-fortress {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    gap: 10px;
}

.flickity-button {
    display: none;
}

.flickity-page-dots {
    display: none;
}

.carousel-cell {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 400px;
    margin-right: 10px;
}

.carousel-cell:before {
    display: block;
}

.mini-cell {
    width: 20%;
    height: 100px;
}

.mini-cell.is-nav-selected {
    border: solid 4px #3F8AAC40;
    border-radius: 4px;
}