/* ------------------------------
           Video Vault
---------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.css');

    /* General Styling */

p.clear {
  clear: both;
}

.details {
	display: block;
    width: 80.33%;
    margin: .4% auto;
    text-align: center;
	font-size: 11px;
	line-height: 21px!important;
    border-top: 1px solid rgba(0,0,0,.05);
	padding: 5px;
}

.details p {
    display: inline!important;
    margin-right: 10px;
}

.details a {
    font-size: .85em;
    text-transform: uppercase;
}

.details .fa-solid {
    opacity: .5;
    font: var(--fa-font-solid);
}

.description {
	width: 85.33%;
	font-style: italic;
	background: #F0F0F0;
	padding: 8px;
	margin: .2% auto;
}

   /* 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;
}

.video-archive-image {
	float: left;
	margin: 0 12px 8px 0;
	width: 20%;
}

.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 {
	background: #F0F0F0;
	font-style: italic;
	padding: 8px;
	z-index: -1;
}

   /* 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;
}

.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;
}

.video-list-image {
	float: left;
	margin: 0 12px 8px 0;
	width: 20%;
}

.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 {
	background: #F0F0F0;
	font-style: italic;
	padding: 8px;
	z-index: -1;
	font-size: 11px;
}

   /* 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;
	border-bottom: 1px solid #eee;
}

.video-cat-list li a::before {
	content: '\2192';
	font-size: .75em;
	vertical-align: text-bottom!important;
	color: #ddd;
	margin-right: 4px;
}

  /* Video Counter */

.video-counter {
	display: block;
	background: #eee;
	padding: 12px;
	width: 80%;
	margin: 2.5% auto .5% auto!important;
	text-align: center;
}

  /* 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;
	background-color: #fff;
}

.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;
} 

.video-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial';
	color: #8F8F8F;
}

/* -- Pagination -- */
 
.video-pagination li {
    display: inline;
	border-bottom: 0px!important;
}

.video-pagination .span {
	border: 1px solid #e1e1e1!important;
	background: #e1e1e1!important;
    padding: 12px;
}

.video-pagination li a,
.video-pagination li.active a,
.video-pagination li.disabled {
	color: #535353;
    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;
}

}