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

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.css');

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

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

.episodes-cat {
    border-bottom: 1px solid rgba(0,0,0,0.02);
    text-transform: uppercase;
    font-size: .82em;
    margin: .1% auto;
    text-align: center;
}

.episodes-cat .fa-solid {
    opacity: .5;
}

.previous i,
.previous i:hover,
.next i,
.next i:hover {
	color: #848484!important;
}

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

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

.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 .plot {
	background: #F0F0F0;
	font-style: italic;
	padding: 12px!important;
}

.box-right b {
    text-transform: uppercase;
	font-weight: 400!important;
    font-size: .85em;
    border-bottom: 1px solid #fef7da;
}

.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!important;
	padding: 0px!important;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: none!important;
    filter: grayscale(0%) brightness(1.0)!important;
}

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

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

.box-left .film-links a {
    font-family: 'Playfair Display', serif;
	border-bottom: 1px solid #ddd;
	display: block!important;
	padding: 8px!important;
	margin: 0!important;
	font-weight: 400!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;
}

.film-links a:hover {
    margin-left: 7px!important;
}

.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: 2px;
	opacity: .5;
    font-size: .55em;
    color: #41e0f3;
    vertical-align: middle;
}

.catlinks a {
	font-size: .70em!important;
    color: #b89150!important;
	text-transform: uppercase!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: #e2a5aa!important;
}

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


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

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

}