/* Enter Your Custom CSS Here */
.post-author-info, .post-author-avatar, .meta.cat-link {
	display: none;
}

.blog #primary.col-md-8 {
    width: 100%;
}

.blog #primary-sidebar {
	display: none;
}
.single-post #primary.col-md-8 {
    width: 100%;
}
.single-post #primary-sidebar {
	display: none;
}
.sub-menu li a{
  color: #fff !important;
}
.sub-menu li a:hover{
      color: #e01f26!important;
}

.project-socials {
    display: none;
}

.single-project .metas {
    display: none;
}

.single-project .entry-content {
    width: 100%;
    border: none !important;
}

@media (max-width: 991px) {
    .footer-logo img {
        float: none !important;
    }    
	
    #nav_menu-1 {
        text-align: center !important;
    }

    #menu-quick-links a:before {
    	position: relative !important;
      	padding-right: 10px;
    }

    #text-7 {
    	text-align: center;
    }

    #latest-post-widget-1 {
    	text-align: center;
    }

    .fh-form-field {
    	text-align: center;
    }
}