/* Enter Your Custom CSS Here */
@media only screen and (max-width: 767px) {
	section#header {
    background: none !important;
	}
}
section#header {
    background: rgba(0, 0, 0, 0.7);
}

.login-header {
    display: none !important;
}

.dfd-meta-wrap.clearfix {
    display: none !important;
}

span.cat-name {
    display: none;
}

span.byline.category {
    display: none !important;
}

.entry-data {
    display: none !important;
}

.post-like-wrap.left {
    display: none !important;
}

.dfd-single-share.left {
    display: none !important;
}

.post-tags {
    display: none !important;
}

.dfd-single-tags.right {
    display: none !important;
}

span.entry-date {
    display: none !important;
}

span.before-author {
    display: none;
}

span.byline.author.vcard {
    display: none !important;
}

span.before-category {
    display: none;
}

span.entry-comments {
    display: none !important;
}


.header-col-fluid {
    margin-right: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #242424 !important;
    color: #fff !important;
    width: 150px !important;
    text-transform:uppercase !important;
    font-family:'Lato' !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel, input.wpcf7-form-control.wpcf7-text {
    background: #f5f5f5;
    width:500px;
    }

.dfd-blog-module .more-button {
    display: none !important;
}

a.menu-link.sub-menu-link {
    color: #fff !important;
}

a.page-inner-nav.nav-prev {
    display: none !important;
}
a.page-inner-nav.nav-next {
    display: none !important;
}