/* Home Page Black button style with Large text */

.button_black {
font-family: "Open Sans";
font-size: 18px !important;
font-style: normal !important;
font-weight: 600 !important;
min-height: 30px !important;
letter-spacing: 2px !important;
padding-bottom: 25px !important;
padding-left: 46px !important;
padding-right: 46px !important;
padding-top: 25px !important;
}


/* Home Page  Banner Buttons */

.button_header {
font-size:15px !important;
letter-spacing: 2px !important;
}

/* REMOVE THE FOOTER LIST ITEMS STYLES */

.fusion-footer ul li :before {
display:none !important;
}

.fusion-footer-widget-area ul li {
padding-left:0px !important;
border:0px !important;
}

/* Page Title Style with italics */
.fusion-page-title-bar h3 {
    font-style: italic !important;
}