/* ----------------------------
   Filmography Custom Pages
-------------------------------*/

.clear {
clear: both;
width:100%;
}

.custom-pagination {
	display: block;
	text-align: center;
	width: 100%;
}

.previous i,
.previous i:hover,
.next i,
.next i:hover {
	background: #fff!important;
	color: #111!important;
}

.previous {
	text-align: right;
	border-right: 1px #ddd solid;
	display: inline-block!important;
	margin: 8px 0;
	padding: 8px;
	font-weight: 700;
}

.next {
	text-align: left;
	display: inline-block!important;
	margin: 8px 0;
	padding: 8px;
	font-weight: 700;
}

.previous a,
.next a {
	color: #111!important;
}

.previous a:hover,
.next a:hover {
	background: #000!important;
	color: #fff!important;
}

.box-right {
	width: 73.33%;
	float: right;
	line-height: 19px!important;
}

.box-left {
	width: 25.99%;
	float: left;
}

.box-right h3 {
	margin-top: 5px;
}

.box-right .plot {
	background: #F0F0F0;
	font-style: italic;
	padding: 12px!important;
}

.box-left .image {
	max-width: 180px;
}

.box-left .image img {
	width: 12.3vw!important;
	height: auto;
}

.box-left .film-links {
	margin-top: 8px;
	width: 13.1vw!important;
}

.film-links p {
	margin: 2px 0 0 0!important;
}

.film-links a {
	border-bottom: 1px solid #ebebeb;
	display: block!important;
	padding: 8px!important;
	margin: 0!important;
}

.box-left .catlinks {
	float: left; 
	width: 12.1vw!important;
	margin: 45px auto 10px auto;
	border: 0px;
	padding: 8px;
}

.catlinks .fas {
	font-size: 9px!important;
	margin-right: 2px;
	color: #e9ccd0;
	vertical-align: middle;
}

.catlinks a {
	font-size: 10px!important;
	text-transform: uppercase!important;
	background: transparent!important;
	padding: 0px 2px!important;
	box-shadow: inset 0 -6px 0 #ebeeb5;
	color: #111!important;
}

.catlinks a:hover  {
	box-shadow: inset 0 -20px 0 #4e967e;
	color: #fff!important;
}

/* ---- Credits ---- */


.film-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial';
	color: #8F8F8F;
}

/* -- List -- */

table.film-list {
	 border-bottom: 1px solid #EDEDED;
	 padding: 5px;
	 font-size: 100%;
}

/* -- Pagination -- */
 
.film-pagination li {
    display: inline;
	border-bottom: 0px!important;
}

.film-pagination .span {
	border: 1px solid #e1e1e1!important;
	background: #e1e1e1!important;
    padding: 12px;
}

.film-pagination li a,
.film-pagination li.active a,
.film-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) {
	
.box-right {
	width: 73%!important;
	float: right!important;
}

.box-left .image {
	max-width: 10vw;
}

.box-right img {
	width: 8vw;
}

.box-left .catlinks {
	width: 20%;
}
}

/* ------------------------------
     Responsive: Devices View
---------------------------------*/

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
#box-column {
	display: block!important;
	text-align: center!important;
	width: 100%!important;
}
	
.box-right {
	width: 70%!important;
	text-align: left;
}

.box-left {
	width: 28%!important;
	text-align: left;
}

.box-left .image {
	max-width: 100%!important;
	width: 100%!important;
	text-align: center;
}



.box-left .film-links {
	max-width: 100%!important;
	width: 100%!important;
}

.box-left .image img {
	width: 10vw;
	margin: 0 auto;
}

.box-left .film-links a {
	font-size: 0.95em!important;
}

}