/* ----------------------------
   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: #4b4b4b!important;
	font-family: 'Merriweather', serif;
	text-transform: capitalize;
}

.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;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500!important;
	color: #004060!important;
}

.previous a:hover,
.next a:hover {
	color: #a87d5a!important;
}

.box-right {
	width: 73.33%;
	float: right;
	line-height: 175%!important;
	font-size: .92em;
}

.box-right img {
	width: 6.5vw;
	margin: 8px auto;
}

.box-left {
	width: 25.99%;
	float: left;
}

.box-right b {
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500!important;
	font-size: .90em;
}

.box-right p {
	border-bottom: 1px dotted #c8c8c8;
}

.box-right h3 {
	margin-top: 5px;
}

.box-right .plot {
	background: #F0F0F0;
	font-style: italic;
	padding: 12px!important;
}

p.plot,
.box-right .news-content,
.box-right .news-content p {
	border-bottom: none!important;
}

.box-left .image {
	text-align: center;
	margin: 0 auto;
}

.box-left .image img,
.box-left .image img:hover {
	width: 10.5vw!important;
	height: auto;
	border: 0px;
	padding: 0px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.box-left .film-links {
	margin: 8px auto 0 auto;
	width: 11vw!important;
	text-align: center;
}

.film-links p {
	margin: 2px 0 0 0!important;
	border-bottom: 1px solid #dedede;
}

.film-links a {
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500!important;
	font-size: .80em;
	display: block!important;
	padding: 4px 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 .fas,
.film-links a .fab {
	color: #f8d09d!important;
	margin-right: 3px;
}

.box-left .catlinks {
	float: left; 
	width: 10.5vw!important;
	margin: 45px auto 10px auto;
	border: 0px;
	padding: 8px;
}

.catlinks .fas {
	font-size: .45em!important;
	margin-right: 2px;
	color: #096282;
	vertical-align: middle;
}

.catlinks-top .fas {
	font-size: .45em!important;
	margin-right: 2px;
	color: #f8d09d;
	vertical-align: middle;
}

.catlinks a {
	font-weight: 400!important;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 0.95em;
	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: #005365!important;
	text-decoration: line-through;
}

.catlinks-top {
	margin: 0 auto 6px auto;
	padding: 5px;
}

.catlinks-top a {
	font-weight: 500!important;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 0.90em;
	text-transform: uppercase;
	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-top a:hover {
	color: #005365!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;
}

/* -- 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;
}

/* ---- Episodes Page ---- */

.episodes_list {
	margin: 8px 2px 4% 2px;
}

.episodes_list a {
	background: #02445c;
	color: #fff!important;
	margin-right: 4px;
	padding: 5px;
}

.episodes_list a:hover {
	background: #b68875;
}

.episodes-guide {
	margin: 0.5% auto 7% auto;
}

.episodes_spans {
	text-decoration: underline wavy #bf8860;
	text-transform: uppercase;
	font-size: 0.70em;
	font-weight: 700;
	vertical-align: middle;
	margin-right: 3px;
	padding: 1px;
}

.episodes_title {
	font-size: .99em;
	color: #0e596f;
	font-weight: 700;
}

.plot {
	background: #F0F0F0;
	font-style: italic;
	padding: 10px!important;
}

.episodes-blockquote {
    position: relative; 
    font-style: italic;
    padding: 5px;
    width: auto;
    margin: 1rem 2rem 2rem;
}

.episodes-blockquote:before{
    position: absolute;
    top: 9.5px;
    font-size: 2.5em;
    content:"\201C";
    margin-right: 5px; 
	margin-left: 13px;
    right: 100%;
}

/*************************************
   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;
}

}