/* ------------------------------
           Video Vault
---------------------------------*/

    /* General Styling */

p.clear {
  clear: both;
}

.details {
	width: 35%;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 21px!important;
}

.fas {
  font-family: fontawesome;
}

.description {
	width: 65%;
	font-style: italic;
	background: #F0F0F0;
	padding: 8px;
	z-index: -1;
}

   /* 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: 0 0 3px 0;
	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;
}

  /* 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-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-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;
}

}