/* ------------------------------
           Video Vault
---------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.css');

    /* General Styling */

p.clear {
  clear: both;
}

.video-details {
	display: block;
    width: 80.33%;
    margin: .4% auto;
    text-align: center;
	font-size: 11px;
	line-height: 21px!important;
	padding: 5px;
}

.video-details p {
    display: inline!important;
    margin-right: 10px;
}

.video-details a {
    font-size: .85em;
    text-transform: uppercase;
}

.video-details .fa-solid {
    opacity: .2;
    font: var(--fa-font-solid);
}

.video-description {
	width: 95.33%;
	font-style: italic;
	padding: 8px;
	margin: .2% auto;
}

.video-description blockquote {
    padding: 15px!important;
    line-height: 195%;
    font-size: .89em;
}

.video-description blockquote:before,
.video-description blockquote:after {
	content:'';
}

   /* Archive */
   
.video-archive {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 5px;
}

.video-archive li {
	display: table;
	width: 100%;
	margin: 0 0 3% 0;
	padding: 0 0 7px 0;
	list-style: none;
	border: 0px;
}

.video-archive-image {
	float: left;
	margin: 0 12px 8px 0;
	width: 20%;
	position: relative;
	z-index: 3000;
}

.video-archive-image img,
.video-archive-image img:hover {
	max-width:100%;
	width: 100%;
	height: 120px!important;
	object-fit: cover;
	margin: 0!important;
	padding: 0!important;
	border: 0px!important;
	background: none!important;
}

.video-archive-title {
	font-weight: 700;
	text-align: left;
}

.video-archive_plot {
	font-style: italic;
	padding: 8px;
}

.video-archive_plot blockquote {
	width: 95%;
	margin: 8px auto;
	padding: 1.2em 30px;
}

.video-archive_plot blockquote:before,
.video-archive_plot blockquote:after {
	content: '';
}

   /* Recent & Related */

.video-recent {
	margin: 0 -.75em 1.6em;
}

.video-recent-column {
	display: inline-block;
	float: left;
	width: 22.66%;
	padding: 0 .75em;
	vertical-align: top;
    text-align: center;
}

.video-recent-image a img,
.video-recent-image a img:hover {
	width: 100%;
	height: 150px;
	object-fit: cover!important;
	margin-right: 0!important;
	margin-left: 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.video-recent-title {
	display: block!important;
	font-size: .85em;
	margin: 5px 0 0 0;
	line-height: 1.5;
}

.video-recent-details {
	font-size: .85em;
}

 /* Video List */
 
 .video-list {
	list-style: none;
	margin: 2.5% 0 .5% 0!important;
	padding: 5px;
}

.video-list li {
	display: table;
	width: 100%;
	margin: 0 0 3% 0;
	padding: 0 0 7px 0;
	list-style: none;
	border: 0px;
}

.video-list-image {
	float: left;
	margin: 0 12px 8px 0;
	width: 20%;
	position: relative;
	z-index: 3000;
}

.video-list-image img,
.video-list-image img:hover {
	max-width:100%;
	width: 100%;
	height: 120px!important;
	object-fit: cover;
	margin: 0!important;
	padding: 0!important;
	border: 0px!important;
	background: none!important;
}

.video-list-title {
	font-weight: 700;
	text-align: left;
	font-size: 16px;
}

.video-list-cats {
	text-transform: uppercase;
	font-size: 12px;
}

.video-list-cats b {
	text-transform: none!important;
}

.video-list-description {
	font-style: italic;
	padding: 8px;
}

.video-list-description blockquote {
	width: 95%;
	margin: 8px auto;
	padding: 1.2em 30px;
}

.video-list-description blockquote:before,
.video-list-description blockquote:after {
	content: '';
}

   /* Category List */

.video-cat-list {
	display: block;
	width: 90%;
	margin: .5% auto;
}

.video-cat-list li {
	display: block;
	clear: both;
	padding: 15px 3px;
	list-style: none;
}

.video-cat-list li a::before {
	content: '\2192';
	font-size: .75em;
	vertical-align: text-bottom!important;
	opacity: .5;
	margin-right: 4px;
}

  /* Widgets */
  
.video-widgets {
	display: block!important;
	clear: both!important;
	margin: 0.5% auto!important;
}

.featured-video-image {
	float: left;
	margin: 0 7px 0 0!important;
	vertical-align: top;
}

.featured-video-image img {
	max-width: 120px;
	height: 55px;
	object-fit: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-video-none {
	float: left;
	max-width: 120px;
	height: 55px;
	object-fit: cover;
	margin: 0 12px 0 0;
}

.video-widgets li {
	display: table;
	width: 100%;
	margin: 0 0 5% 0;
	padding: 0 0 7px 0;
	list-style: none;
}

.video-spans {
	padding-top: 1.5%;
}

.video-spans-details {
	font-size: 0.85em;
} 

/* -- Credit -- */

.video-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial', sans-serif;
	display: block;
	clear: both;
	filter: opacity(50%);
}

/* -- Pagination -- */
 
.video-pagination li {
    display: inline;
	border-bottom: 0px!important;
}

.video-pagination .span {
    padding: 12px;
}

.video-pagination li a,
.video-pagination li.active a,
.video-pagination li.disabled {
    padding: 12px;
    padding: 0.75rem;
    text-decoration:none;
}

/*************************************
   Don't touch anything from here on
 *************************************/

/* ------------------------------
           PC Screen
 ---------------------------------*/

@media (max-width : 1366px), (max-width : 1200px) {
	
.video-recent-column {
	width: 22.33%;
}

.video-recent-image a img,
.video-recent-image a img:hover {
	height: 120px;
}

}

/* ------------------------------
     Responsive: Devices View
---------------------------------*/

@media only screen and (max-width: 400px), only screen and (max-device-width: 220px) {
	
.video-archive {
	line-height: 175%!important;
}
	
.video-recent-column {
	width: 15.33%!important;
}

.video-recent-image a img,
.video-recent-image a img:hover {
	height: 15vh;
}

.video-recent-title,
.video-recent-details {
	font-size: .65em;
}

}

@media only screen and (max-width: 966px), only screen and (max-device-width: 966px) {
	
.video-archive {
	line-height: 175%!important;
}
	
.video-recent-column {
	width: 21.33%;
}

.video-recent-image a img,
.video-recent-image a img:hover {
	height: 15vh;
}

.video-recent-title,
.video-recent-details {
	font-size: .65em;
}

}