/**handles:wp-add-custom-css**/
/* Lastest Blogs Listings on Footer */
ul.list-post-widget-home li img {
width: 65px!important;
float: left!important;
padding-right: 7px!important;
padding-bottom: 10px!important;
}
ul.list-post-widget-home li {
clear: both!important;
font-size: 18px!important;
}
/* End Latest Blogs Listings on Footer */

/* Menu Width */
.sf-menu > li.td-normal-menu > ul.sub-menu {
    left: 0px!important;
    width: 100%;
right: 0px!important;
}

/*Remove Google Plus*/
.td-social-google {
    background-color: #eb4026;
    width: 40px;
    display: none!important;
}

/* Add in top social media again to new header */

.td-header-style-9 .td-social-icon-wrap .td-icon-font {
    color: #FFF!important;
}

.td-header-style-9 .td-header-top-menu-full {
    background-color: #1F2122!important;
    border-bottom: 0px solid #e0e0e0!important;
}

.post .td-post-header .entry-title {
    font-weight: 900!important;
}.td-header-sp-logo img {
    width: 100%!important;
}