/* Accordion CSS */
.vc_tta-title-text{
    color: #444444;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
/* Footer CSS */
.entry-content .vc_row-fluid.footer{
    background-color:#272a34 !important;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
}
.footer h4{
    color:#ffffff;/*color:#777777;*/
}
.footer p{}
.footer ul{
    list-style:outside none none;
    margin:0;
    padding:0;
    position:relative;
}
.footer ul.icon li{
    padding-left: 0;
    position:relative;
    
}
.footer ul.icon li i{
    color: #808080;
    margin-right:10px;
}
body .footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
    border:none;
}