/*
 *
 * IMPORTANT: UTILIZING THE AUTOMATIC UPDATE FEATURE OF THIS CHILD THEME WILL OVERWRITE
 * ANY CUSTOM CODE PLACED WITHIN THIS FILE. IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE
 * PLACE YOUR CODE IN THEME OPTIONS >> CUSTOM CSS OTHERWISE YOU CAN MANUALLY UPDATE
 * THE THEME FILES
 *
 */

/*
   Footer custom styles 
*/

footer {
    z-index  : 10;
    position : relative;
}

#footer-info {
    padding-top : 10px;
}

#footer-widgets {
    padding-top : 60px !important;
}

footer#main-footer .footer-widget {
    margin-bottom : 30px;
}

#footer-widgets .footer-widget .et_pb_widget {
    margin-bottom : 30px !important;
    width         : 100%;
}

#footer-widgets h4 {
    text-transform : uppercase;
    line-height    : 1.5;
    font-size      : 16px;
    font-weight    : 400;
}

#footer-widgets .footer-widget li:before {
    display : none;
}

#footer-widgets .footer-widget .widget_nav_menu li {
    display       : block;
    padding       : 11px 0;
    margin        : 0;
    line-height   : 16px;
    border-bottom : 1px solid rgba(255, 255, 255, 0.1);
}

#footer-widgets .footer-widget .widget_nav_menu li a {
    transition : all 0.2s ease-in-out 0s;
    font-size  : 14px;
}

#footer-widgets .footer-widget .widget_nav_menu li a:hover,
#footer-widgets .footer-widget .widget_nav_menu li a:focus,
#footer-widgets .footer-widget .widget_nav_menu li.current-menu-item a {
    padding-left      : 10px;
    border-left-width : 3px;
    border-left-style : solid;
    font-weight       : 600;
}

#footer-widgets .footer-widget .textwidget strong {
    font-weight : 600 !important;
}

#footer-widgets .footer-widget .textwidget p {
    padding-bottom : 15px;
}

#footer-widgets #custom_html-2 {
    margin-bottom : 34px !important;
}

#footer-widgets #text-4 {
    text-align : justify;
}

/* ET SOCIAL ICONS */

footer .et-social-icon {
    margin-left   : 5px !important;
    margin-bottom : 10px !important;
}

footer .et-social-icon a {
    font-size     : 15px;
    width         : 40px;
    height        : 40px;
    line-height   : 40px;
    border-width  : 1px !important;
    border-style  : solid !important;
    border-radius : 1px;
    transition    : all 0.2s ease-in-out 0s;
    color         : #FFF;
}

footer .et-social-icon a:hover {
    opacity : 1;
}

/* NEWSLETTER */

footer .caldera-grid .first_col,
footer .caldera-grid .last_col {
    padding : 0;
}

footer .caldera-grid .form-control {
    width         : 100%;
    display       : block;
    padding       : 0 120px 0 20px;
    background    : transparent;
    color         : #FFF;
    font-size     : 14px;
    line-height   : 1;
    height        : 49px;
    border-width  : 2px !important;
    border-style  : solid !important;
    border-radius : 30px;
    overflow      : hidden;
    position      : relative;
}

footer .caldera-grid .btn-default {
    width         : 120px;
    text-align    : center;
    display       : block;
    padding       : 0 10px;
    border        : none;
    font-size     : 16px;
    font-weight   : bold;
    line-height   : 1;
    height        : 49px;
    border-radius : 30px;
    position      : absolute;
    top           : 0;
    right         : 0;
}

footer .caldera-grid .row {
    margin-left  : 0;
    margin-right : 0;
}

footer .caldera-grid .col-sm-12 {
    padding : 0 !important;
}

footer .caldera-grid .form-group,
footer .caldera-grid .btn-default {
    margin-bottom : 0;
}


/* MOBILE */

@media (max-width : 980px) {
    footer .footer-widget:last-child {
        width        : 100% !important;
        margin-right : 0 !important;
    }

    #footer-widgets {
        padding-bottom : 40px !important;
    }
}

@media (max-width : 766px) {
    footer#main-footer .footer-widget:first-child,
    footer .social-widget {
        text-align : center;
    }

    footer#main-footer .footer-widget:first-child:before {
        background-position : center top;
    }

    #footer-widgets #custom_html-2 {
        margin-bottom : 50px !important;
    }
}

/* Footer logo */

.footer-logo {
    text-align    : center;
    max-width     : 160px !important;
    margin-bottom : 15px;
}

footer .footer-widget:first-of-type .et_pb_widget:first-of-type .footer-logo {
    margin-top : -65px;
}