#inner-header .hide-for-xsmall-only .large-6.medium-6:last-child {
    margin-top: 0px;
}

.header .widget_memberful_wp_profile_widget h3.widget-title{
    display: none;
    font-size: 1rem;
    font-weight: normal;
}

.widget.widget_memberful_wp_profile_widget .memberful-profile-gravatar {
    float: right;
}

.widget.widget_memberful_wp_profile_widget {
    text-align: right;
}

.time_overlay {
    
    display: none;
    
}

.list .view-img a .video-overlay {
    margin-left: 0px;
}


.tab-bar .left-small {
    z-index: 10001;
}

.breadcrumbs {
    display: none !important;
}

.meta-transparent-buttons .disabled-btn {
display: none;
}

.grid .view-desc .byline {
    display: none;
}

#home_page_mobile_img {
    display: none;
}


html, body {
    background-color: #222222;  /* Website background color */
}

.top-bar-section ul li > a {
    color: #ffffff; /* Nav bar text colour */
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff; /* Header font color */
}

body {
    color: #ffffff; /* General font color */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #db3e3e; /* Link colour under header */
}

a {
    color: #db3e3e; /* General link colour */
}

img.ppsPopupPreloadImg {
    width: auto !important;
    height: auto !important;
}

.memberful-sign-in-link {
    font-size: 28px;
}


.commentlist .comment .comment_content p {
    color: #999;
}

.comment-reply-login {
    display: none;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.wp-caption-text {
    color: #000;
}

/*
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333; 
}
*/