/**
 * styles for site footer
*/
.footer-widgets-1 .textwidget {
    display: flex;
}

.footer-widgets-1 .col-first {
    width: 25%;
    width:260px;
    flex-shrink: 0;
}

.footer-widgets-1 .col-second {
    flex-grow: 1;
}

.footer-widgets-1 h3 {
    color: #415564;
}

.footer-widgets .widget-area.footer-widgets-2 {
    background: #425664;
    display: flex;
    padding: 70px 15px;
    justify-content: space-between;
    align-items: center;
}

.footer-widgets-2 .widget_nav_menu ul {
    columns: 2;
}

.footer-widgets-2 .widget_nav_menu li {
    margin: 0px;
    padding: 0;
    line-height: normal;
}


.footer-widgets-2{
    position: relative;
}
.footer-widgets-2:before,
.footer-widgets-2:after {
    content:'';
    position: absolute;
    top:0;
    background-color: #425664;
    width:100%;
    height:100%;
}
.footer-widgets-2:before{
    right:100%;
}
.footer-widgets-2:after {
    left:100%;
}

.footer-widgets-2 .widget_nav_menu a,
.footer-widgets-2 p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-widgets-2 p {
    margin-bottom: 7px;
}

.footer-widgets-2 .social-icons {
    display: flex;
}
.footer-widgets-2 .social-icons a {
    line-height: 1;
    padding-right: 10px;
}
.footer-widgets-2 .social-icons a:last-child{
    padding-right: 0;
}
.footer-widgets-2 .social-icons svg {
    fill:#fff;
}

.footer-logo{
    max-width: 270px;
}

@media (min-width: 1024px) and (max-width: 1199px) {

    .footer-widgets .widget-area.footer-widgets-2 {
        padding: 70px 2% 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #custom_html-15 {
        padding: 0 20px;
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        padding: 30px 3% 30px;
    }

    .footer-logo {
        width: 70%;
    }

    #custom_html-19 {
        width: 16%;
    }
}

@media (max-width: 767px){
    .footer-widgets-1 .col-first{
        width:100%;
        text-align: center;
        margin-bottom: 20px;
    }

    /**/
    .footer-widgets-1 .textwidget,
    .footer-widgets .widget-area.footer-widgets-2 {
        display: block !important;
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-footer .wrap {
        padding: 0 15px;
    }

    .footer-widgets-2 .footer-logo{
        max-width: calc(100% - 56px - 10px);
    }
    .footer-widgets-2>section {
        margin: 20px auto;
    }

    .footer-widgets-2 .social-icons {
        position: absolute;
        top:47px;
        right:15px;
    }
}