/* Themify Customize Styling */
body {	background-image: url(https://nethugs.com/wp-content/uploads/2020/04/grey-paper-texture.jpg);	font-size:20px;
 
}
a {	
	color: #1c8015; 
}
input[type=reset], input[type=submit], button, button[type=submit] {	background: none;
	background-color: #1c780c; 
}
#headerwrap {	background-image: url(https://nethugs.com/wp-content/uploads/2020/04/bg-header-2.jpg); 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background-image: url(https://nethugs.com/wp-content/uploads/2020/04/bg-header-2.jpg); 
}
.post-title {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;	font-weight:400;
	font-size:39px;
	text-align:center; 
}
.page-title {	
	font-family: "Playball";	font-weight:normal;
 
}
#footerwrap {	background-image: url(https://nethugs.com/wp-content/uploads/2020/04/bg-header-2.jpg); 
}

/* Themify Custom CSS */
/* Responsive Video Embeds */
.video-container {
	position: relative;
	padding-bottom: 54.1%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 12px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-4x3 {
	position: relative;
	padding-bottom: 72.8%; /* 4:3 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 12px;
}
.video-container-4x3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Round Thumbnails */
.post-image img {
	border-radius: 10px;
}

/* Fix Custom Post Layout */
.single-wpvr_video  #content {
    width: 100%;
    float: left;
}

.single-wpvr_video #sidebar{
	display:none;
}

.single-wpvr_video .post-content .post-date {
	background-color: #fff;
	width: 140px;
	color: black;
}

.loops-wrapper.list-post .post-date, .single .post-content .post-date {
	height:auto;
}

.loops-wrapper.list-post .post-date .year, .single .post-date .year {
	font-size: 12.8px;
	font-weight: 500;
	text-align: left;
	color: #666;
}

/* Remove Related Post Meta */
.related-posts .post-meta { display:none !important; }

/* Remove Comment Form URL */
.comment-form-url { display: none; }

/* Center Shared Counts Social Buttons */
.shared-counts-wrap {
	max-width: 292px !important;
	margin: 0 auto !important;
}

/* Center Related Post Thumbnails */
.crp_related.crp-rounded-thumbs {
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: table !important;
}

.crp_related.crp-rounded-thumbs ul {
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: table !important;
}