#footer ul.footer-menu{
    margin-bottom: 30px !important;
}
#footer ul.footer-menu li.dropdown{
    display: none !important;
}
/*------------------------------------------------------------------
    11. Footer Section Styles
-------------------------------------------------------------------*/
#footer{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}
#footer .logo-mini{
    width: 44px;
}
#footer h4 {
    font-size: 14px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-weight: 400;
}
#footer ul.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul.footer-menu li a{
    color: #4a5057;
    font-size: 13px;
}
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a{
    color: #000;
    text-decoration: none;
}
#footer p{
    color: #666;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px;
}
#footer .phone{
    color: #666;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer .phone [class*="fa"]{
    color: #999da9;
    font-size: 16px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .email{
    color: #666;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 13px;
}
#footer .email [class*="fa"]{
    color: #999da9;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .address{
    margin-bottom: 30px;
}
#footer .address div{
    display: inline-block;
    color: #7a8093;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
}
#footer .address [class*="fa"]{
    color: #999da9;
    font-size: 19px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}
#footer .social{
    margin-left: 30px;
}
#footer .social a{
    display: inline-block;
    margin-right: 6px;
}
#footer .social a [class*="fa"]{
    color: #ffffff;
    background-color: #7a8093;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
}
#footer .social a:hover .fa-x-twitter,#footer .social a:focus .fa-x-twitter{
    background-color: #000000;
}
#footer .social a:hover .fa-facebook-f,#footer .social a:focus .fa-facebook-f{
    background-color: #3b5998;
}
#footer .social a:hover .fa-instagram,#footer .social a:focus .fa-instagram{
    background-color: #000000;
    /*
    background: #bc1888; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    */
}