/* ----------------------------
   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 {
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.box-right {
	width: 73.33%;
	float: right;
	line-height: 175%!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 {
	text-align: center;
	margin: 0 auto;
}

.box-left .image img,
.box-left .image img:hover {
	width: 12.3vw!important;
	height: auto;
	border: 0px;
	padding: 0px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.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;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

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

.catlinks .fa-solid {
	font: var(--fa-font-solid);
	margin-right: 3px;
	color: #b09b7c;
	vertical-align: middle;
}

.catlinks a {
	font-size: .85em!important;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 500!important;
	text-transform: uppercase!important;
	background: transparent!important;
	padding: 0px 2px!important;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.catlinks a:hover  {
	color: #947773!important;
	text-decoration: line-through;
}

/* ---- 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;
}

/* -- Film Category List -- */

.film-cat-list {
	display: block;
	width: 90%;
	margin: .5% auto;
}

.film-cat-list li {
	display: block;
	clear: both;
	padding: 15px 3px;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.film-cat-list li a::before {
	content: '\2192';
	font-size: .75em;
	vertical-align: text-bottom!important;
	color: #ddd;
	margin-right: 4px;
}

/* -- Styling for the theme -- */

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

/*************************************
   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;
}

}