/*
===============================================================
    Footer Widgets CSS
===============================================================
*/

#footer-widgets {
    background: #f7f7f7;
    padding: 20px 0 10px;
    color: #5e6271;
    box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
}

#footer-widgets p {
    color: #5e6271;
    text-align: justify;
    margin: 0;
}

.footer-logo,
#footer-widgets .widget-title {
    margin-bottom: 15px;
}

#footer-widgets .widget-title {
    position: relative;
    padding-bottom: 10px;
}

#footer-widgets .widget-title:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all;
}

#footer-widgets .widget-title:hover:after {
    width: 160px;
}

#footer-widgets .widget-title img {
    margin-right: 8px;
}


/*-----------------------------------
    01. Widget About
------------------------------------*/

ul.widget-info {
    margin-top: 10px;
}

ul.widget-info i {
    margin-right: 10px;
    line-height: 18px;
}

ul.widget-info li {
    line-height: 16px;
}

.widget_about p {
    margin-bottom: 20px;
}

.footer-logo img {
    margin-top: 25px;
}

/*-----------------------------------
    02. Widget Page List
------------------------------------*/

.widget_links ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 40px;
}

.widget_links ul {
    display: inline-grid;
    line-height: 10px;
}

.widget_links ul li a {
    color: #5e6271;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget_links ul li:last-child {
    margin-bottom: 0;
}

/*-----------------------------------
    03. Widget Latest News
------------------------------------*/


li.latest-news {
    margin-bottom: 20px;
}

li.latest-news h6 {
    color: #5e6271;
    -webkit-transition: .3s;
    transition: .3s;
}

li.latest-news:last-child {
    margin-bottom: 0;
}

#footer-widgets li.latest-news p {
    text-transform: uppercase;
    color: #9c9c9c;
    margin-top: 5px;
}

/*
=============================================
 Blog Page Widgets 
 ============================================
 */

#blog-content .widget {
    margin-bottom: 30px;
}


#blog-content .widget-tag {
    margin-bottom: 20px;
}
#blog-content .widdget-instagram {
    margin-bottom: 15px;
}

#blog-content .widget:last-child {
    margin-bottom:  0;
}

#blog-content .widget-title {
    padding: 0 0 30px;
}

#blog-content .widget-title img {
    margin-right: 10px;
}

/*-----------------------------------
    05. Widget Gallery
------------------------------------*/

.gallery-images {
    margin-top: 30px;
}

.gallery-images img {
    width: 33.33333%;
    margin: 0;
    padding: 0;
    margin-right: -5px;
    margin-bottom: -1px;
}

/*-----------------------------------
    06. Widget Newsletter
------------------------------------*/

.widget .newsletter {
    padding: 30px 16px;
}

.widget-newsletter input[type=email] {
    width: 100%;
    margin-bottom: 16px;
}

.widget-newsletter .subscribe {
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
    padding: 10px 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-newsletter .subscribe:hover {
    color: #fff;
}