/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.page-footer {
    padding: 50px 0;
    background-color: #0033A0;
}

.page-footer h3 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    padding: 0 0 15px;
}

.page-footer ul ,
.page-footer ul li {
    margin: 0;
    padding: 0;
}

.page-footer ul li::before {
    display: none;
}

.footer-left {
    background-color: #FFFFFF;
    border-top: 6px solid #267DE4;
    padding: 43px 0 48px;
    text-align: center;
}

.footer-left h4 {
    font-size: 25px;
    color: #2F4D5A;
    padding: 0 0 29px;
}

.footer-left p {
    font-size: 17px;
    padding: 0 0 29px;
    color: #444444;
}

.contact-info li {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

.contact-info li a {
    display: inline-block;
    color: #444444;
}

.contact-info li span {
    font-weight: 600;
    color: #444444;
}

.contact-info li:last-child a {
    color: #0033A0;
}

.footer-left .footer-social-icons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.footer-social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #267DE4;
    color: #FFFFFF;
    font-size: 22px;
}

.footer-input-mail,
.footer-link {
    margin-top: 40px;
}

.footer-link ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    padding: 0 0 0 15px;
    margin: 0 0 8px;
}

.footer-link ul li:last-child a {
    margin-bottom: 0;
}

.footer-link ul li a::before {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    font-size: 8px;
    color: #FFFFFF;
}

.footer-input-mail p {
    font-size: 14px;
    line-height: 1.42em;
    color: #FFFFFF;
    padding: 0 0 20px;
}

.page-footer .input-subscribe-form {
    background-color: #478;
    height: 41px;
    position: relative;
}


.page-footer .wpcf7-form-control-wrap{
    display: block;
    position: relative;
    width: 100%;
}

.page-footer .input-subscribe-form input[type="email"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 41px;
    border-radius: 0;
    padding-right: 120px;
    display: block;    
}

.btn-subscribe {
    position: absolute;
    width: 112px;
    height: 100%;
    right: 0;
    top: 0;
    outline: none;
    border: none;
    background-color: #C49E19;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 0;
}

.footer-bottom {
    margin-top: 60px;
    text-align: center;
}

.footer-bottom p {
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0;
}


.input-subscribe-form .wpcf7-response-output{
    color: #C49E19;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
}


.page-footer .wpcf7-response-output{
    border: none !important;
    color: #F9F5E7 !important;
    font-size: 14px;
    text-align: center;
}


.back-to-top a {
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #267DE4;
    width: 57px;
    height: 57px;
    z-index: 999;
}



@media(min-width: 768px) {

    .footer-top {
        display: flex;
        align-items: flex-start;
    }

    .page-footer .input-subscribe-form input[type="email"] {        
        width: 292px;
        height: 41px;        
    }

    .footer-left {
        width: 330px;
    }

    .footer-right {
        width: calc(100% - 330px);
        padding: 0 0 0 42px;
    }

    .footer-link {
        margin-top: 0px;
    }

    .footer-input-mail p {
        padding: 0 10px 20px 0;
    }     
    
    .footer-bottom {
        margin-top: 46px;
    }
}

@media(min-width: 1200px) {

    .page-footer {
        padding: 75px 0 34px;
    }

    .footer-left {
        width: 401px;
        padding: 34px 0 40px;
    }

    .footer-right {
        width: calc(100% - 401px);
        padding: 0 0 0 42px;
    }

    .footer-right {
        display: flex;
    }

    .footer-link {
        width: 160px;
    }

    .page-footer .input-subscribe-form input[type="email"] {        
        width: 413px;
        height: 41px;        
    }

    .footer-input-mail {
        margin-top: 0px;
        width: calc(100% - 160px);
        padding-left: 59px;
    }

    .footer-bottom {
        margin-top: 18px;
    }

    .footer-social-icons li a {
        width: 39px;
        height: 39px;
        margin: 0 5px;
        font-size: 17px;
    }

    .footer-left h4 {
        padding: 0 0 23px;
    }

    .footer-left p {
        font-size: 17px;
        padding: 0 0 23px;
    }

    .footer-left .footer-social-icons {
        margin-top: 23px;
    }

    .footer-link ul li a {
        margin: 0 0 8px;
        line-height: 1.42em;
    }

    .page-footer h3 {
        padding: 0 0 12px;
    }

    .footer-input-mail p {
        padding: 0 0px 20px 0;
    }

    .footer-input-mail h3 {
        padding: 0 0 14px;
    }

    .footer-link ul li a:hover::before ,
    .footer-link ul li a:hover {
        color: #e9d386;
    }

    .footer-social-icons li a:hover {
        background-color: #C49E19;
    }

    .btn-subscribe:hover {
        background-color: #267DE4;
    }

    
}

@media(min-width: 1366px) {
    .footer-right {
        padding-left: 231px;
    }
}