/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    padding: 40px 0 0;
    position: relative;
    color: #58605C;
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(247,247,247,1) 100%);
}

.footer-logo {
    max-width: 150px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.footer-logo img {
    height: auto;
}

.footer-column {
    max-width: 194px;
    padding-bottom: 10px;
    margin: 0 auto;
}

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

.page-footer a {
    border: none;
}

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

.page-footer p {
    font-size: 12px;
    color: #58605C;
}

.footer-column p {
    padding: 0 0 10px 30px;
    position: relative;
}

.footer-column p i {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
    color: #044C84;
}

.footer-column p a {
    color: #58605C;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.page-footer h4 {
    font-size: 12px;
    color: #58605C;
    font-weight: normal;
    font-family: 'latomedium';
    margin: 0;
    padding: 0;
}

.footer-quick-links ul li {
    line-height: 1em;
}

.footer-quick-links ul li a {
    font-size: 12px;
    color: #58605C;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    border: none;
    transition: all ease-out;
}


.footer-social-media p {
    padding-bottom: 5px;
}

.footer-social-media-col a {
    border: none;
    color: #044C84;
    display: inline-block;
    margin-right: 8px;
}

.footer-social-media i {
    font-size: 28px;
    color: #044C84;
    vertical-align: middle;
}

.footer-social-media-col {
    padding-bottom: 10px;
}

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

.footer-secondary-menu {
    padding: 10px 0 25px;
}

.page-footer .footer-secondary-menu li {
    display: inline-block;
    padding: 0 10px;
    line-height: 1em;
    border-right: 1px solid #044C84;
}

.page-footer .footer-secondary-menu li:last-child {
    border-right: none;
}

.footer-secondary-menu ul li a {
    font-size: 12px;
    color: #58605C;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1em;
    border: none;
    display: block;
}

.footer-secondary-menu ul li a:hover {
    color: var( --blue );
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    color: #044C84;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1em;
    display: block;
    padding: 10px 0;
    background: #EDEDED;
    text-align: center;
    width: calc(100% + 44px);
    margin-left: -22px;
}

.page-footer .container {
    position: relative;
}

.back-to-top {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}

.back-to-top a {
    font-size: 14px;
    color: #58605C;
    font-weight: normal;
    font-family: 'latomedium';
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.back-to-top a:hover {
    color: var( --blue );
}

.back-to-top i {
    width: 30px;
    height: 30px;
    background: #F7F7F7;
    font-size: 15px;
    color: #58605C;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.footer-circle {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 7px;
    border-top: 7px dotted #EDEDED;
}

.footer-btn {
    text-align: center;
    max-width: 190px;
    margin-top: 10px;
}

.footer-btn .btn {
    padding: 15px 30px 11px;
    font-size: 14px;
    color: #F8F8F8;
}

@media (min-width: 768px) {
    .page-footer {
        padding: 40px 0 20px;
    }

    .back-to-top {
        right: 50px;
        top: -8px;
    }
    
    .back-to-top i {
        margin-right: 5px;
    }

    .footer-logo {
        padding-bottom: 20px;
    }

    .page-footer .footer-secondary-menu li {
        padding: 0 15px;
    }
    
    .page-footer .footer-secondary-menu li:last-child {
        border-right: 1px solid #044C84;
    }

    .footer-secondary-menu ul li a,
    .copyright,
    .footer-column p,
    .footer-quick-links ul li a,
    .page-footer h4,
    .page-footer p {
        font-size: 14px;
    }

    .copyright {
        vertical-align: middle;
        display: inline-block;
        padding: 10px 15px 0 15px;
        background: #F7F7F7;
        width: auto;
        margin-left: 0;
        color: #58605C;
    }

    .footer-quick-links ul li {
        padding: 3px 0;
    }

    .footer-secondary-menu {
        vertical-align: middle;
        display: inline-block;
        padding: 0;
        margin: 10px 0 0;
        background: #F7F7F7;
    }

    .footer-social-media-col {
        text-align: right;
    }

    .footer-column {
        max-width: 260px;
        margin: 0;
    }

    .footer-quick-links {
        padding-left: 50px;
    }

}

@media (min-width: 1200px) {

    .footer-inner-container {
        max-width: 1050px;
        width: 100%;
        margin: 0 auto;
        background-color: #F7F7F7;
        margin-top: 5px;
    }
    .page-footer {
        padding: 75px 0 65px;
    }

    .footer-logo {
        max-width: 190px;
        margin: 0;
    }

    .footer-secondary-menu ul li a,
    .copyright,
    .footer-column p,
    .footer-quick-links ul li a,
    .page-footer h4,
    .page-footer p {
        font-size: 16px;
    }

    .footer-column p {
        padding: 0 0 15px 30px;
    }

    .footer-column p i {
        font-size: 19px;
        top: 3px;
    }

    .page-footer h4 {
        padding-bottom: 5px;
    }

    .footer-social-media-col a {
        margin-right: 0;
        margin-left: 25px;
    }

    .footer-social-media i {
        font-size: 36px;
    }

    .footer-social-media-col a {
        border: none;
        color: #044C84;
    }

    .footer-social-media-col a:hover i {
        color: #9FD2FA;
    }

    .footer-quick-links ul li a:hover,
    .footer-column p a:hover {
        color: #0188E8;
        text-decoration: underline;
        border: none;
    }

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

    .back-to-top {
        right: 16px;
        top: -50px;
    }

    .footer-circle {
        bottom: 65px;
        height: 11px;
        border-top: 11px dotted #EDEDED;
    }

    .footer-secondary-menu {
        padding-left: 110px;
    }

    .copyright {
        padding-right: 110px;
    }

    .back-to-top a {
        font-size: 16px;
    }

    .footer-quick-links {
        padding-left: 0;
    }

}

@media (min-width: 1300px) {
    .footer-secondary-menu {
        padding-left: 130px;
    }

    .copyright {
        padding-right: 130px;
    }  


}
