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

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

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

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

.episodes-cat {
    text-transform: uppercase;
    margin: .1% auto;
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    letter-spacing: 2px;
	font-size: .70em!important;
}

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

.previous i,
.previous i:hover,
.next i,
.next i:hover {
	opacity: .5;
	color: #4e4e4e;
	font-weight: 400;
}

.previous {
	text-align: right;
	border-right: 1px rgba(0,0,0,.1) 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 blockquote {
	font-style: italic;
}

.box-right blockquote:before,
.box-right blockquote:after {
	content: '';
}

.box-left .image {
	text-align: center;
	margin: 0 auto;
}

.box-left .image img,
.box-left .image img:hover {
	width: 11.3vw!important;
	height: auto;
	border: 0px!important;
	padding: 0px!important;
	box-shadow: none!important;
    background: none!important;
    filter: grayscale(0%) brightness(1.0)!important;
}

.box-left .film-links {	
	margin: 8px auto 0;
	width: 11.3vw!important;
}

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

.film-links a {
    background: #353b55;
	color: #fff!important;
	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;
}

.film-links a:hover {
	background: #453b5e;
    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: .65em;
    vertical-align: middle;
	color: #2f4867;
}

.catlinks a {
    font-family: "Vend Sans", sans-serif;
    font-weight: 300!important;
	font-size: .70em!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;
}

.box-right-info .span,
.box-right-images .span,
.box-right-content .span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: .70em;
    text-align: right;
    margin: 4% auto .5%;
    font-weight: 300;
	letter-spacing: 3px;
}

.box-right-info .span:before,
.box-right-images .span:before,
.box-right-content .span:before {
    border-top: 1px solid rgba(96,96,96,.1);
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 98%;
    z-index: -1;
}

.box-right-info .span span,
.box-right-images .span span,
.box-right-content .span span {
    z-index: 2;
    background: #1e2c43;
	color: #fff;
    padding: 5px;
}

.box-right-images {
    margin: 8px auto;
    text-align: center;
    width: 100%;
}

.box-right-images img {
    width: 7.5vw;
    height: auto;
}

.box-right-images .span {
    text-align: center!important;
}

.box-right-content .span {
    text-align: left!important;
}

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

.film-credit {
	text-align: center;
	font-size: 0.85em;
	margin: 15px auto;
	font-family: 'Arial', sans-serif;
	display: block!important;
	clear: both!important;
	filter: opacity(50%);
}

/* -- List -- */

table.film-list {
	 padding: 5px;
	 font-size: 100%;
}

.film-list span {
    opacity: .3;
    margin-right: 3px;
}

/* -- 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;
	opacity: .4;
	margin-right: 4px;
}

/* -- Film Category List by Photo -- */

.film-list-photo {
	width: 100%;
	clear: both;
	display: block;
}

.film-photos {
	display: inline-block;	
    width: 22.33%;
	margin: 1.5% .8%;
    position: relative;
    text-align: center;
	vertical-align: text-top;
	font-size: .90em;
}

.film-photos-cover a img,
.film-photos-cover a img:hover {
    width: 220px!important;
    height: 297px!important;
	object-fit: cover;
    border: 0px!important;
    background: none!important;
}

.film-photos span {
	font-size: .80em;
	text-transform: uppercase;
	text-decoration: underline;
}

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

.film-photos-cover a img,
.film-photos-cover a img:hover {
    width: 180px!important;
    height: 247px!important;
}
}

/* ------------------------------
     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;
}
	
.film-photos-cover a img,
.film-photos-cover a img:hover {
    width: 100%!important;
	height: auto!important;
}

}