

footer{
    /*background-color: #282735 !important;*/
    background: #000;
    padding-top: 50px;
    padding-bottom: 0;
}

footer .footer-wrapper{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .footer-bottom,
footer .footer-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footer-top{
    padding-bottom: 50px;
}
footer .footer-top #fn1{
    flex-basis: 40%;   
    padding-right: 30px;
}
footer .footer-top #fn2,
footer .footer-top #fn3,
footer .footer-top #fn4{
    flex-basis: 20%;
}

#block-exxelprime-simplenewssubscription{
    max-width: 320px;
}
#block-exxelprime-simplenewssubscription > h2{
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
#block-exxelprime-simplenewssubscription form{

}
#block-exxelprime-simplenewssubscription form .field--type-email{
    
}
#block-exxelprime-simplenewssubscription form .field--type-email label{
    display: none;
}
#block-exxelprime-simplenewssubscription form .field--type-email input{
    height: 40px;
}
#block-exxelprime-simplenewssubscription form .field--type-email .description{
    color: #d0d0d0;
    font-size: 12px;
}
#block-exxelprime-simplenewssubscription form #edit-message{
    color: #fff;
    font-size: 14px;
}
#block-exxelprime-simplenewssubscription form .form-actions{
    
}
#block-exxelprime-simplenewssubscription form .form-actions input{
    background: #535454;
    border-color: #535454;
    font-size: 14px;
    border-radius: 5px;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}
#block-exxelprime-simplenewssubscription form .form-actions input:hover{
    background: #fff;
    border-color: #000;
    color: #000;
}

#block-exxelprime-views-block-fn1-social-media-block-1{
    
}
#block-exxelprime-views-block-fn1-social-media-block-1 .view-content{
    display: flex;
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed{
    margin-right: 15px;
}

#block-exxelprime-views-block-fn1-social-media-block-1 .socmed a{
    font-size: 18px;
    background: #fff;
    color: #000;
    padding: 4px 6px;
    border-radius: 50%;
    text-decoration: none;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed:nth-child(2) a{
    padding: 4px 7px;
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed:nth-child(3) a{
    
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed:nth-child(4) a{
    padding: 4px 5px;
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed a:hover{
    background: #444;
    color: #fff;
}
#block-exxelprime-views-block-fn1-social-media-block-1 .socmed i{
    
}






footer .footer-bottom > div{
    width: 48%;
}
footer .footer-bottom{
    border-top: 1px solid #111;
    padding: 10px 0;
}


#block-exxelprime-fn4company > h5,
#block-exxelprime-fn3support > h5,
#block-exxelprime-fn2account > h5{
    font-size: 16px;
    color: #fff;
}
#block-exxelprime-fn4company ul.navbar-nav,
#block-exxelprime-fn3support ul.navbar-nav,
#block-exxelprime-fn2account ul.navbar-nav{
    
}
#block-exxelprime-fn4company ul.navbar-nav li,
#block-exxelprime-fn3support ul.navbar-nav li,
#block-exxelprime-fn2account ul.navbar-nav li{
    margin-bottom: 7px;
}
#block-exxelprime-fn4company ul.navbar-nav li a,
#block-exxelprime-fn3support ul.navbar-nav li a,
#block-exxelprime-fn2account ul.navbar-nav li a{
    padding: 0;
    font-size: 12px;
    color: #d0d0d0;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}
#block-exxelprime-fn4company ul.navbar-nav li a.is-active,
#block-exxelprime-fn4company ul.navbar-nav li a:hover,
#block-exxelprime-fn3support ul.navbar-nav li a.is-active,
#block-exxelprime-fn3support ul.navbar-nav li a:hover,
#block-exxelprime-fn2account ul.navbar-nav li a.is-active,
#block-exxelprime-fn2account ul.navbar-nav li a:hover{
    color: #fff;
}




#block-exxelprime-bbcopyright p{
    font-size: 12px;
    color: #d0d0d0;
    margin-bottom: 0;
}










@media only screen and (max-width: 767px){
    footer .footer-bottom,
    footer .footer-top{
        flex-wrap: wrap;
    }
    footer .footer-top #fn1{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    footer .footer-top #fn4,
    footer .footer-top #fn3,
    footer .footer-top #fn2{
        flex-basis: 50%;
        margin-bottom: 30px;
    }
    footer .footer-top #fn1{
        padding-right: 0;
    }
    
    footer .footer-bottom > div{
        flex-basis: 100%;
    }

}

@media only screen and (max-width: 600px){
    #block-exxelprime-simplenewssubscription form .field--type-email input{
        height: 34px;
    }
    #block-exxelprime-simplenewssubscription form .form-actions input{
        font-size: 13px;
    }
    
    #block-exxelprime-views-block-fn1-social-media-block-1 .socmed a{
        font-size: 16px;
    }
}




















