header .entry-title {
	color: #040404;
	font-weight: 900;
	letter-spacing: 0.35px;
	margin: 2.375rem 0 1.125rem;
	font-size: 1.7rem;
}
header .page-title {
	color: #040404;
	font-weight: 900;
	letter-spacing: 0.35px;
	margin: 2.375rem 0 1.125rem;
	font-size: 1.7rem;
}
.row-odd {
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: 30px;
}
.video-post {
	width: calc(33.3% - 20px);
	float: left;
	position: relative;
	/* padding-bottom: 18%; */
	margin-bottom: 30px;
	overflow: hidden;
}
.video-post:not(:nth-of-type(3n)) {
	margin-right: 30px;
}
.video-post iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.video-post header {
	position: absolute;
	top: 53%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 150%);
	width: 100%;
	text-align: center;
	background-color: rgba(10, 10, 10, 0.65);
	padding: 1rem 1.5rem;
	transition: 0.3s all ease-in;
}
.video-post header h2 {
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 0.7rem;
	font-size: 1.5rem;
	letter-spacing: 0.3px;
	color: #fff;
}
.video-post:hover header {
	transform: translate(-50%, -50%);
}
.single--video-post {
	/* float: left; */
	margin-right: 30px;
	margin-bottom: 15px;
	padding-top: 6px;
}
.btn-tertiary {
   background-image: linear-gradient(to bottom, #8a3129 0, #dc938c calc(20%), #8a3129 calc(95%));
   background-color: #8a3129;
   color: #fff !important;
}
.btn-tertiary:hover {
	background-image: linear-gradient(to bottom, #8a3129 0, #9e5f59 calc(20%), #8a3129 calc(95%));
   background-color: #8a3129;
   color: #fff !important;
}
.vlogger-svg {
	height: 24px;
	width: 24px;
}

/* Pagination Links */
.nav-links {
    padding-left: 0;
    margin: 20px 0;
}

.page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.page-numbers:focus, .page-numbers:hover {
    background-color: #eee;
}

.page-numbers a:focus, .page-numbers a:hover {
    text-decoration: none;
}