.single-post .post-meta.wf-mobile-collapsed {
  display: none !important;
}
.single-post .comments-area {
  display: none !important;
}
.single-post .single-share-box {
  display: none !important;
}
.single-post .nav-links{
  display: none !important;
}
.single-post .breadcrumbs {
  display: none !important;
}
.single-post .widget.widget_presscore-blog-posts{
  display: none !important;
}
.single-post #content {
    width: 100% !important;
    max-width: 100% !important;
}
.single-post .wf-container-main {
    display: block !important;
}

.page-id-32243 .sidebar-none.sidebar-divider-off{
    padding-top:0 !important;
}
.single-post .sidebar-none.sidebar-divider-off{
    padding-bottom:0 !important;
}
.single-post .sidebar-none.sidebar-divider-off article{
    margin-bottom:0 !important;
}
.post-grid .vc_gitem-animated-block{
    width:100% !important;
    height:250px !important;
}

@media (max-width:767px){
    .post-grid .vc_gitem-animated-block{
        width:auto !important;
        height:auto !important;
        
    }
}

.post-grid .vc_col-sm-12{
    padding:15px !important;
}

.post-grid .vc_btn3-container {
    text-align: center;
}

.post-grid .vc_btn3-container a {
    background: #FF6B00 !important;
        font: var(--the7-btn-m-font) !important;
    text-transform: var(--the7-btn-m-text-transform) !important;
    letter-spacing: var(--the7-btn-m-letter-spacing) !important;
    word-spacing: var(--the7-btn-m-word-spacing) !important;
    border-radius: var(--the7-btn-m-border-radius) !important;
    border-width: var(--the7-btn-m-border-width) !important;
    border-style: var(--the7-btn-m-border-style) !important;
    border-color: var(--the7-btn-border-color) !important;
    padding: var(--the7-btn-m-padding) !important;
    min-width: var(--the7-btn-m-min-width) !important;
    min-height: var(--the7-btn-m-min-height) !important;
}

.post-grid .vc_btn3-container a:hover {
background: black !important;
    
}

.white-text-color {
    color: white !important;
}


.white-text-color h1,
.white-text-color h2, 
.white-text-color h3, 
.white-text-color h4,
.white-text-color h5,
.white-text-color h6 {
    color: white !important;
}