/* Enter Your Custom CSS Here */
li#members-all span , li#activity-all span {
   display: none!important;
}

div#member-dir-count-bottom {
    display: none;
}

div#members-dir-list {
    display: none!important;
}

@media (max-width: 992px) {
div#topbar {
    display: none!important;
    }
}

[user-submitted-posts]

/* AJT 25-06-2018 Increase size of titles on videos page */
.epyt-gallery-title
{
	font-size:1.8rem;
}

/*remove thumbnail from post page*/

.single-post .wp-post-image { display: none; }



.page img.aligncenter.wp-post-image {
    display: none;
}
.html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }

.single-product #socialButtonOnPage {
 display: none;
}

.page-id-18529 .pt-cv-content-item .pt-cv-ifield .pt-cv-href-thumbnail .pt-cv-thumbnail {
	height: 250px;
	width: auto;
	object-fit: cover;
}

.yarpp-related > h3 {
	font-weight: bold!important;
    font-family: 'impact'!important;
	margin:20px auto!important;
}

@media only screen and (min-width: 768px) {
  .video-container-sidebar {
    min-height:100vh;
  }
	.yarpp-related {
		width:79%;
}
}