/*---------header---------*/
body.home.page-template #qodef-page-header {
    #qodef-page-header-inner{
        align-items: center;
        height: auto;
    }
    .widget{
        .wp-obfuscated-email, .txt, .phone{
            color: #fff;
            &:hover{
                color: #fff;
            }
        }
        .seperator{
            color: #fff;
        }
    }
}
body.home.page-template.qodef-header--sticky-display #qodef-page-header, body.qodef-header--sticky-display #qodef-page-header {
    .widget{
        .wp-obfuscated-email, .txt, .phone{
            color: #000001;
        }
    }
    .seperator{
        color: #000001;
    }
}
#qodef-page-header{
    .qodef-header-navigation>ul>li{
        @media (min-width: 1025px) and (max-width: 1300px) {
            margin: 0 15px;
        }
    }
    .qodef--one{
        @media (min-width: 1025px) and (max-width: 1200px) {
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 8px;
            text-align: right;
            /* .seperator{
                display: none;
            } */
            .qodef-header-widget-area-one{
                margin-right: 0;
            }
        }
        @media (min-width: 1201px) and (max-width: 1400px) {
            gap: 0;
            .qodef-header-widget-area-one{
                max-width: 180px;
            }
            /* .seperator{
                display: none;
            } */
        }
        @media (min-width: 1400px) {
            .widget_umea_core_search_opener .qodef-search-form{
                top: 25px;
                margin-right: 0;
                .qodef-search-form-button{
                    display: none;
                }
            }   
        }
    }
    .widget{
        .seperator{
            margin: 0 20px;
        }
        .wp-obfuscated-email, .txt, .phone, .qodef-search-opener-text{
            font-family: "aktiv-grotesk", Sans-serif;
            font-weight: 400;
        }
        .getaquote-btn{
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            background-color: #000;
            color: #fff;
            font-family: "aktiv-grotesk", Sans-serif;
            font-weight: 400;
            font-size: 16px;
            border-radius: 5px;
            padding: 0 20px;
            font-weight: bold; 
            cursor: pointer;
            line-height: 40px;
            text-align: center;
            text-transform: uppercase;
            margin: 0;
            text-decoration: none;
            &:hover{
                color: #fff;
            }
        }
    }
}
body.qodef-search--opened .widget_umea_core_search_opener .qodef-search-opener-wrapper .qodef-search-opener {
    @media (min-width: 1400px) {
        opacity: 1;
        visibility: visible;
        .qodef-search-opener-text{
            opacity: 0;
            visibility: hidden;
        }
    }
}
/*---------footer---------*/
#qodef-page-footer .qodef-grid-inner{
    .qodef-grid-item{
        h5{
            font-family: "aktiv-grotesk", Sans-serif;
            color: rgb(51,51,51);
            font-weight: 500;
        }
        .menu{
            li{
                margin-bottom: 2px;
                a{
                    color: rgb(51,51,51);
                    font-family: "aktiv-grotesk", Sans-serif;
                    font-weight: 400;
                }
            }
        }
        p{
            font-family: "aktiv-grotesk", Sans-serif;
                    font-weight: 400;
        }
    }
}
/* Start custom CSS for html */
.pe-enq-wrapper{
    display: none;
}
#modalform-outer #modalform {
    display: none;
}

#modalform-outer #modalform.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #00000099;
    width: 100vw;
    height: 100vh;
    display: flex;
}

#modalform-outer .modalform-inner {
    position: relative;
    background: #FFF;
    width: 600px;
    overflow-y: auto;
    margin: auto;
    max-width: 90vw;
    padding: 50px;
}

#modalform-outer select, #modalform-outer textarea {
    width: 100%;
    max-width: 100%;
}

#modalform-outer select {
    margin-bottom: 30px;
}

#modalform-outer .btn, #enquire-btn {
    background: #000;
    border: none;
    height: 45px;
    margin: 0;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

#enquire-btn { 
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001;
    padding: 12px 25px;
    cursor: pointer;
    z-index: 3;
    margin-top: 20px;
    &:hover{
        color: #fff;
        background-color: #000001;
        border-color: #000001;
    }
}

#modalform-outer #cancel-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #CCC;
    border-radius: 0;
    padding: 0 15px;
}

#modalform-outer .alert.alert-success {
    background: #e0ffbe;
    margin-bottom: 20px;
    padding: 10px;
}