/* 
    Created on  : Sep 20, 2016, 3:27:22 PM
    Author      : Sergiu
    Role        : Footer style
*/

/*############################################################################*/

/*Footer main section*/
.footer-iwpr {
    background: #d1d1d1;
    padding: 70px 0!important;
}

.footer-iwpr .col-full:after {
    content: "";
    display: table;
    clear: both;
}

.footer-iwpr p {
    display: block;
    float: left;
    width: 48%;
    text-align: right;
    color: #000!important;
    font-size: 24px;
    line-height: 30px;
}

.footer-iwpr a {
    display: block;
    float: left;
    width: 48%;
    margin-left: 4%;
    color: #000;
    margin-bottom: 20px;
    font-size: 34px;
    text-align: left;
}

.footer-iwpr a img {
    float: left;
    max-height: 120px;
}
/*############################################################################*/

/*Footer social*/
.sfb-footer-bar {
    background-color: #9dabba!important;
    padding: 70px 0!important;
}

.sfb-footer-bar .widget-title {
    font-size: 32px;
    line-height: 38px;
    border-bottom: 1px solid #FFF;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.sfb-footer-bar ul {
    margin: 50px auto 0 auto;
    text-align: center;
}

.sfb-footer-bar ul li {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #FFF;
    margin: 0 3%;
}

.sfb-footer-bar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
}

.sfb-footer-bar ul li a i:before {
    font-size: 40px;
    line-height: 80px;
}

/*############################################################################*/

/*Footer Syria copyright*/
.site-footer {
    background: #FFF!important;
    padding: 50px 0!important;
}

.site-footer .logo {
    display: block;
    width: 100%;
    height: 130px;
    background: url(../images/syria-stories-logo-en.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*############################################################################*/

/*Footer bottom links*/
.footer-menu {
    background: #383C4E;
}

.footer-menu .col-full {
    position: relative;
}

.footer-menu ul {
    margin: 0;
    float: left;
    list-style-type: none;
    /*text-align: center;*/
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #FFF;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 14px;
    line-height: 30px;
}

.footer-menu ul li.footer-copyright {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.footer-menu ul li.footer-copyright p {
    color: #FFF;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}

/*############################################################################*/

/*Responsive Query*/
@media screen and (max-width: 768px) {
    .site-footer .logo {
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .site-footer,
    .sfb-footer-bar,
    .footer-iwpr {
        padding: 40px 0!important;
    }
    
    .footer-iwpr p,
    .footer-iwpr a {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    
    .footer-iwpr img {
        margin: 0 auto;
        float: none!important;
    }
    
    .sfb-footer-bar ul {
        margin: 20px auto 0 auto;
    }
    
    .sfb-footer-bar ul li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    
    .footer-menu {
        text-align: center;
        width: 100%;
        padding-bottom: 25px;
    }
    
    .footer-menu ul {
        float: none;
    }
    
    .footer-menu ul li.footer-copyright {
        bottom: -20px;
        width: 100%;
    }
}