/*
Theme Name: Superpouvoir
Theme URI: https://www.superpouvoir.com
Author: Nicolas Duverneuil & Ben Basso
Author URI: https://www.superpouvoir.com
Description: No need for a description!
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-#main_header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: superpouvoir

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* https://nitropack.io/blog/post/font-loading-optimization */
@font-face {
	font-family:Khand;
	font-style:normal;
	font-weight:normal;
	/*font-display:swap;*/
	src:url('./assets/fonts/Khand-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'Khand-fallback';
    size-adjust:79.44000000000005%;
    ascent-override:170%;
    src:local('Arial');
}
@font-face {
	font-family:Khand;
	font-style:normal;
	font-weight:bold;
	/*font-display:swap;*/
	src:url('./assets/fonts/Khand-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family:'Khand-fallback-bold';
    size-adjust:79.44000000000005%;
    ascent-override:170%;
    src:local('Arial Bold');
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:normal;
	/*font-display:swap;*/
	src:url('./assets/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'Open Sans-fallback';
    size-adjust:105.42999999999994%;
    ascent-override:103%;
    src:local('Arial');
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:bold;
	/*font-display:swap;*/
	src:url('./assets/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family:'Open Sans-fallback-bold';
    size-adjust:79.44000000000005%;
    ascent-override:170%;
    src:local('Arial Bold');
}
*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	outline:none;
}
html{
	font-size:62.5%;}
body{
	font-family:'Open Sans', 'Open Sans-fallback', arial;
	font-size:1em;
	background-color:#000;
}
a{
	color:#3398cc;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:none;
}
img{
	margin-bottom:-3px;
}

/*
 * HEADER
 */

#main_header{
	position:relative;
	display:block;
	width:100%;
	height:70px;
	margin:0 auto;
	color:#FFF;
	background-color:#FFF;
	z-index:10000;
}
#header_menu{
    display:flex;
    height:70px;
    /*overflow:hidden;*/
}
#logo{
    position:relative;
    float:left;
    flex:0 0 300px;
    width:300px;
    height:70px;
}
#logo p{
	position:absolute;
    top:40px;
    left:70px;
    font-family:Khand, 'Khand-fallback', arial;
    color:#3398cc;
    font-size:15px;
    font-weight:normal;
    text-align:right;
    text-transform:uppercase;
}
#logo span, #logo a{
    display:inline-block;
    width:100%;
    overflow:hidden;
}
#logo img {
    width:100%;
    height:auto;
}
#menu{
	float:left;
	position:relative;
	display:block;
	width:100%;
	height:70px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	background-color:#fff;
	/*overflow:hidden;*/
}
#menu li{
	float:left;
	display:block;
	width:auto;
	padding-bottom:0;
	font-size:1.55em;
	letter-spacing:0.1em;
	overflow:hidden;
}
#menu a{
	display:block;
	padding:2px 10px;
	color:#000;
	font-size:20px;
	font-family:Khand, 'Khand-fallback', arial;
	font-weight:normal;
	text-decoration:none;
}
#menu a:hover{
	color:#FFF;
	background-color:#3398cc;
}
#nav_main{
	height:34px;
	text-align:center;
}
#nav_main .menu{
	display:inline-block;
}
#nav_main .menu-item-object-page a{
	color:#3398cc;
	font-weight:bold;
}
#nav_main .menu-item-object-page a:hover{
	color:#fff;
}
#nav_sub{
	display:inline-block;
	margin-top:1px;
	height:34px;
	text-align:center;
}
#nav_sub .menu{
	display:inline-block;
}
#nav_sub > div{
	float:left;
	display:block;
}
#nav_sub #header_social{
}
.sub-menu{
	display:none;
	position:absolute;
	margin-top:-2px;
	background-color:#000;
}
.sub-menu:before{
	content:"";
	width:0;
	height:0;
}
li:hover .sub-menu{
	display:block;
}
#menu .sub-menu li{
	float:none;
	text-align:left;
	white-space:nowrap;
}
#menu .sub-menu a{
	color:#fff;
}
#header_social a{
	display:inline-block;
	margin:7px 0 0;
	font-size:1.5em;
	color:#000;
	border-radius:8px;
	background-color:#fff;
}
#header_social a:hover{
	color:#fff;
}
#header_social .fb{
	padding:0 7px;
}
#header_social .fb:hover{
	background-color:#3b5998;
}
#header_social .tw{
	padding:0 4px;
}
#header_social .tw:hover{
	background-color:#55acee;
}
#header_social .ig{
	padding:0 5px;
}
#header_social .ig:hover{
	background-color:#1a577c;
}
#header_social .pt{
	padding:0 7px;
}
#header_social .pt:hover{
	background-color:#bd081c;
}
#search_btn {
    position:absolute;
    display:block;
    right:0;
    bottom:0;
    width:40px;
    height:40px;
    font-size:2em;
    line-height:1em;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
    cursor:pointer;
}
#search_btn span {
    display:block;
    float:left;
    padding:10px;
    color:#fff;
    background-color:#3398cc;
}
#search_btn span:hover {
    background-color:#000;
}
#search_btn_xl{
	float:right;
	display:block;
	width:60px;
	height:60px;
	font-size:2em;
	line-height:2em;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
#search_btn_xl span{
	display:block;
	padding:10px;
	color:#FFF;
	background-color:#3398cc;
}
#search_btn_xl span:hover{
	color:#000;
	background-color:#FFF;
}
#search_btn_sm{
	display:none;
	width:100%;
	height:60px;
	padding:14px;
	font-size:1.55em;
	font-weight:bold;
	letter-spacing:0.1em;
	background-color:#000;
}
#burger{
	display:none;
	position:absolute;
	top:14px;
	left:14px;
	width:30px;
	height:30px;
	padding-right:35px;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
#burger span{
  position:absolute;
  display:block;
  width:30px;
  height:4px;
  background-color:#fff;
  border-radius:9px;
  opacity:1;
  left:0;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out;
}
#burger span:nth-child(1){
  top:0px;
}
#burger span:nth-child(2),#burger span:nth-child(3) {
  top:8px;
}
#burger span:nth-child(4) {
  top:16px;
}
#burger.open span:nth-child(1) {
  top:18px;
  width:0;
  left:50%;
}
#burger.open span:nth-child(2) {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}
#burger.open span:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
#burger.open span:nth-child(4) {
  top:18px;
  width:0;
  left:50%;
}	
#wrapper{
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
}
#search{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0 20px;
	text-align:center;
	color:#FFF;
	background-color:rgba(0, 0, 0, .75);
	box-sizing:border-box;
	z-index:10000000;
}
#searchform{	
	margin:15% auto 0;
	font-size:3em;
}
#searchfield{
	width:60%;
	margin:2% 0;
	padding:2%;
	font-size:2em;
	font-size:2vw;
	color:#000;
	border:0;
	border-radius:10px;
	box-sizing:border-box;
}
#searchsubmit{
	display:none;
}

/*
 * COMMON LAYOUT
 */

#main_container{
	display:flex;
	width:95%;
	max-width:1520px;
	margin:0 auto;
	overflow:hidden;
}
#main_content{
	float:left;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
input, textarea, select{
	display:inline-block;
	width:100% !important;
	padding:10px;
	border:1px solid #3398CC;
	box-sizing:border-box;
}

/*
 * ARTICLES LIST
 */

.articles_item{
	position:relative;
	float:left;
	display:block;
	width:50%;
	padding-right:20px;
	box-sizing:border-box;
	overflow:hidden;
}
.articles_item a{
	text-decoration:none;
}
.articles_item:hover a{
	color:#3398cc;
}
.articles_item .thumb{
	position:relative;
	display:block;
	width:100%;
	padding-bottom:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	border-radius:8px;
	overflow:hidden;
}
.articles_item .thumb .video{
	position:absolute;
	top:25%;
	left:30%;
	height:50%;
}
.articles_item .title{
	height:100px;
	padding-top:5px;
}
.articles_item .category{
	padding-bottom:6px;
	font-size:1.5em;
	color:#3398cc;
	font-family:Khand, 'Khand-fallback', arial;
	letter-spacing:2px;
	text-transform:uppercase;
}
.articles_item .text{
	padding-left:1px;
	font-size:2.5em;
	color:#000;
	font-family:Khand, 'Khand-fallback', arial;
	font-weight:700;
	line-height:.9em;
	text-transform:uppercase;
}
.articles_item .excerpt{
	position:relative;
	height:60px;
	text-align:justify;
}
.articles_item .excerpt_mask{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;	
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF);
	background:-o-linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF);
	background:-moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF);
	background:linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 1)', GradientType=1);
}

/*
 * SIDEBAR
 */

#main_sidebar{
	position:relative;
	float:left;
	width:400px;
	flex:0 0 400px;
	box-sizing:border-box;
	overflow:hidden;
}
#main_sidebar h2{
	margin-bottom:20px;
	color:#3398cc;
	font-family:Khand, 'Khand-fallback', arial;
	font-size:4em;
	font-weight:normal;
	line-height:1em;
	text-transform:uppercase;
}
.home .article_sidebar,
#main_sidebar .article_sidebar{
	position:relative;
	display:block;
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	border-radius:8px;
	overflow:hidden;
}
.home .article_thumb,
#main_sidebar .article_thumb{
	position:relative;
	float:left;
	display:block;
	width:100%;
	padding-bottom:50%;	
	background:-moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(35%, rgba(99,141,165,0)), color-stop(100%, rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 );
	overflow:hidden;
}
.home .article_thumb span,
#main_sidebar .article_thumb span{
	position:absolute;
	width:100%;
	height:100%;	
	background:-moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(35%, rgba(99,141,165,0)), color-stop(100%, rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 );
	overflow:hidden;
}
.home .article_thumb .video,
#main_sidebar .article_thumb .video{
	position:absolute;
	top:25%;
	left:30%;
	height:50%;
}
.home .article_category,
#main_sidebar .article_category{
	display:inline-block;
	padding:0 4px;
	font-size:1.3em;
	color:#fff;
	font-family:Khand, 'Khand-fallback', arial;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:rgba(51, 152, 204, .75);
	border-radius:4px;
}
.home .article_title,
#main_sidebar .article_title{
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
	z-index:100;
}
.home .article_sidebar a,
#main_sidebar .article_sidebar a{
	color:#fff;
	font-size:2.5em;
	line-height:1.1em;
	font-weight:700;
	text-decoration:none;
	text-shadow:0px 2px 0px #292d2f;
	background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    border-radius:8px;
}
.home .article_text,
#main_sidebar .article_text{
	font-size:1.4em;
	line-height:1.3em;
	color:#000;
	font-family:Khand, 'Khand-fallback', arial;
	font-weight:500;
}
#sidebar_partner{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
#sidebar_partner_gg{
	margin-bottom:20px;
}
#sidebar_partner img{
	width:100%;
	height:auto;
}
#sidebar_autopromo_top{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
#sidebar_movieseries{
	position:relative;
	width:100%;
	margin-top:20px;
	padding-top:145%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	border-radius:8px;
	transition:all .5s;
	overflow:hidden;
}
#sidebar_movieseries:hover{
	filter:grayscale(100%);
}
#sidebar_movieseries_title{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:118% 10px 0;
	color:#fff;
	font-size:3.3em;
	font-family:Khand,'Khand-fallback',arial;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px #000;
	background:-moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(35%, rgba(99,141,165,0)), color-stop(100%, rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:-ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	background:linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(99,141,165,0) 35%, rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 );
	box-sizing:border-box;
}
#sidebar_current_movies, #sidebar_incoming_movies{
	overflow:hidden;
}
.current_next_movie{
	display:flex;
	align-items:center;
	flex-direction:row;
	padding:0 0 15px;
	color:#000;
	font-family:Khand,'Khand-fallback',arial;
	font-size:2em;
	line-height:1em;
	text-decoration:none;
	box-sizing:border-box;
	overflow:hidden;
}
.current_next_movie:hover{
	color:#3398cc;
	text-decoration:none;
}
.current_next_movie_img{
	order:0;
	flex:0 0 80px;
	width:80px;
	height:80px;
	margin-right:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	border-radius:8px;
}
.current_next_movie_txt{
	order:1;
	padding-right:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.current_next_movie span:after{
	display:block;
	content:attr(data-date);
	font-size:.8em;
	font-style:italic;
}
#sidebar_incoming_episodes{
	margin-bottom:20px;
	overflow:hidden;
}
.sidebar_incoming_episode, .incoming_episode{
	position:relative;
	padding:0 0 15px;
	color:#000;
	font-family:Khand,'Khand-fallback',arial;
	font-size:2em;
	line-height:1em;
	text-decoration:none;
	box-sizing:border-box;
	overflow:hidden;
}
.sidebar_incoming_episode_txt, .incoming_episode_txt{
	display:inline-block;
	height:80px;
	padding:10px 10px 0 90px;
	color:#000;
	text-overflow:ellipsis;
	white-space:nowrap;
	box-sizing:border-box;
	overflow:hidden;
}
.sidebar_incoming_episode_txt:hover, .incoming_episode_txt:hover{
	color:#3398cc;
}
.sidebar_incoming_episode_txt span:after, .incoming_episode_txt span:after{
	display:block;
	content:attr(data-date);
	font-size:.8em;
	font-style:italic;
}
.sidebar_incoming_episode_img, .incoming_episode_img{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	margin-right:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#c6c6c6;
	border-radius:8px;
}
.sidebar_incoming_episode_season, .incoming_episode_season{
	position:absolute;
	bottom:25px;
	margin-left:90px;
	font-size:.75em;
}
#sidebar_incoming_episodes_archives{
	padding-left:2px;
	font-size:1.5em;
}
#sidebar_top_pages{
	margin-bottom:20px;
	overflow:hidden;
}
.sidebar_top_pages_cat{
	display:flex;
	overflow:hidden;
	clear:both;
}
.sidebar_top_pages_cat.has_cat_img{
	min-height:80px;
	margin-bottom:20px;
}
.sidebar_top_pages_img{
	float:left;
	flex:0 0 80px;
	width:80px;
	height:80px;
	margin-right:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	border-radius:8px;
}
.sidebar_top_pages_links{
	float:left;
}
.sidebar_top_pages_link{
	display:block;
	font-size:1.75em;
	font-family:Khand,'Khand-fallback',arial;
	color:#000;
	line-height:1.25em;
	overflow:hidden;
}
.sidebar_top_pages_link:hover{
	color:#3398cc;
}

/*
 * FOOTER
 */

footer{
	min-height:100px;
	text-align:center;
	color:#FFF;
	font-size:2em;
	font-weight:200;
	letter-spacing:5px;
	text-transform:uppercase;
	background-color:#000;
	overflow:hidden;
}
#footer_social{
	height:60px;
	color:#FFF;
	background-color:#000;
}
#footer_social .social{
	display:inline-block;
	width:10px;
	height:10px;
	margin:15px 10px 15px 0;
	padding:2px 12px 16px 6px;
	color:#000;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	background-color:#FFF;
	border-radius:8px;
}
#footer_social .social i{
	font-size:1em;
}
#footer_social .fb:hover{
	color:#FFF;
	background-color:#3b5998;
}
#footer_social .tw:hover{
	color:#FFF;
	background-color:#55acee;
}
#footer_social .ig:hover{
	color:#FFF;
	background-color:#1a577c;
}
#footer_social .pt:hover{
	color:#FFF;
	background-color:#bd081c;
}
#footer_partner_gg{
	margin-bottom:20px;
}
#footer_legal{
	font-size:1em;
	letter-spacing:0;
}
#footer_legal a, #footer_legal a:hover{
	color:#fff;
}
#footer_legal ul{
	padding:0;
	font-size:.5em;
}
#footer_legal li{
	padding:0;
}
.sp_carrousel{
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}
.sp_carrousel button{
	cursor:pointer;
}
.sp_carrousel > div{
	width:100%;
	white-space:nowrap;
	overflow:auto;
}
.sp_carrousel > div::-webkit-scrollbar{
	display:none;
}
.sp_carrousel > div > div{
	position:relative;
	top:0;
	left:0;
	width:100000000px;
	overflow:hidden;
}

/*
 * TABS
 */
.tabs_wrapper{
	width:100%;
	margin:-20px 0 20px;
	padding:20px 20px 0 0;
	box-sizing:border-box;
	overflow:hidden;
}
.tabs{
	position:relative;
	width:100%;
	height:30px;
	margin-bottom:20px;
	border-radius:8px;
	overflow:hidden;
}
.tabs label{
	position:absolute;
	display:inline-block;
	float:left;
	padding:5px 0;
	font-size:1.5em;
	text-align:center;
	color:#000;
	box-sizing:border-box;
	cursor:pointer;
	transition:color 0.15s ease-in;
	z-index:2;
}
.tabs_glider{
	position:absolute;
	left:0;
	height:100%;
	background-color:#e7e9ee;
	border-radius:8px;
	transition: 0.25s ease-out;
	z-index:1;
}
.tabs label:nth-of-type(1).on ~ .tabs_glider{
	transform:translateX(0);
}
.tabs label:nth-of-type(2).on ~ .tabs_glider{
	transform:translateX(100%);
}
.tabs label:nth-of-type(3).on ~ .tabs_glider{
	transform:translateX(200%);
}
.tabs label.on{
	font-weight:bold;
}
.tabs label.on, .tabs label:hover{
	color:#3398cc;
}
.tab_input{
	display:none;
}
.tab_content{
}
.tab{
	display:none;
}
.tab_input:checked + .tab{
	display:block;
}

/*
 * ADMIN BONUS
 */
body.show_score .articles_item:hover:before,
body.show_score .article_sidebar:hover:before,
body.show_score #highlight a:hover:before,
body.show_score .articles_related_item:hover:before{
	position:absolute;
	top:10px;
	left:10px;
	width:fit-content;
	padding:5px;
	content:attr(data-vc)' / 'attr(data-vcw);
	font-size:8px;
	color:#fff;
	background-color:rgba(51, 152, 204, .75);
	z-index:1000;
}
body.show_score #archive_author_picture:hover:before{
	position:absolute;
	top:10px;
	left:10px;
	width:fit-content;
	padding:5px;
	content:attr(data-pvcm)' / 'attr(data-pvlm);
	font-size:8px;
	color:#fff;
	background-color:rgba(51, 152, 204, .75);
	z-index:1000;
}

/*
 * RESPONSIVE : Main
 */
@media only screen and (max-width : 1024px){
	.articles_item{
		width:100%;
		/*padding:0;*/
	}
}

@media only screen and (max-width : 768px){
	#main_container{
		display:block;
		width:100%;
	}
	#main_content{
		width:95%;
		margin:0 2.5% 2.5%;
	}
	.articles_item{
		width:100%;
		padding:0;
	}
	.articles_item .title{
		height:auto;
		margin-bottom:20px;
	}
	.articles_item .thumb{
		/*border-radius:0;*/
	}
	#main_sidebar{
		width:100%;
		padding:0 2.5% 2.5%;
	}
	#main_sidebar h2{
		margin:20px 0;
		line-height:1em;
	}
	.home .article_sidebar,
	#main_sidebar .article_sidebar{
		height:auto;
		padding:0;
		background-size:contain;
		/*border-radius:0;*/
		overflow:hidden;
	}
	.home .article_thumb,
	#main_sidebar .article_thumb{
		width:100%;
		height:auto;
		padding-bottom:50%;
	}
	.home .article_title,
	#main_sidebar .article_title{
		position:static;
		width:100%;
		height:auto;
		padding:5px 0 0;
		background-color:#fff;
	}
	.home .article_category,
	#main_sidebar .article_category{
		padding-bottom:6px;
		font-size:1.5em;
		color:#3398cc;
		font-family:Khand,'Khand-fallback',arial;
		letter-spacing:2px;
		text-transform:uppercase;
		background-color:transparent;
	}
	.home .article_sidebar a,
	#main_sidebar .article_sidebar a{
		font-size:2.5em;
		color:#000;
		font-family:Khand,'Khand-fallback',arial;
		font-weight:700;
		line-height:.8em;
		text-transform:uppercase;
		text-shadow:none;
	}
	.home .article_thumb span, #main_sidebar .article_thumb span{
		background:none;
	}
	#sidebar_partner_gg{
		margin-bottom:20px;
	}
	#sidebar_partner img{
		width:100%;
		height:auto;
	}
}

/*
 * RESPONSIVE : Menu
 */
@media only screen and (max-width : 768px){
	#main_header{
		position:relative;
		width:100%;
	}
	#wrapper{
		width:100%;
		padding-top:0;
	}
	#main_header, .home #main_header{
		height:40px;
	}
	#header_menu{
		display:block;
		height:40px;
	}
	#logo{
		float:left;
		padding:0 45px;
		width:100%;
		height:40px;
		text-align:right;
		background-color:#fff;
		box-sizing:border-box;
	}
	#logo p{
		display:none;
		/*height:14px;
		padding-top:40px;
		padding-right:14px;
		font-family:Khand,'Khand-fallback',arial;
		font-size:14px;
		font-style:italic;
		font-weight:500;
		text-align:right;
		text-transform:uppercase;*/
	}
	#logo span, #logo a{
		display:inline-block;
		height:40px;
		padding-bottom:0;
		text-align:center;
	}
	#logo img{
		width:auto;
		height:40px;
	}
	#menu{
		position:absolute;
		display:none;
		top:40px;
		left:0;
		width:100%;
		height:auto;
		text-align:left;
		z-index:1000;
	}
	#nav_sub > div{
		float:none;
	}
	#nav_main, #nav_sub{
		display:block;
		margin-top:0;
		height:auto;
	}
	#burger{
		display:block;
		top:10px;
	}
	#burger span{
		background-color:#3398cc;
	}
	#menu li, #search_btn{
		float:none;
		top:0;
		background-color:#fff;
	}
	li:hover .sub-menu{
		display:none;
	}
	#search_btn_xl{
		display:none;
	}
	#search_btn_sm{
		display:block;
	}
	#searchform{
		margin-top:60%;
	}
	#searchfield{
		font-size:4em;
		font-size:5vw;
	}
	#searchsubmit{
		display:block;
		margin:2% auto;
		padding:10px 20px;
		color:#FFF;
		background-color:#3398cc;
		border:0;
		border-radius:4px;
	}
	#qc-cmp2-main > div{
		height:40%!important;
		top:unset;
		bottom:0px;
	}
	#qc-cmp2-ui{
		height:100%!important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1150px) {
	#main_header, #wrapper{
		width:100%;
	}
	#main_header{
		height:60px;
	}
	#logo{
		float:none;
		height:60px;
		margin:0 auto;
		padding:0;
		text-align:center;
		background-color:#fff;
	}
	#logo p{
		display:none;
	}
	#logo span, #logo a{
		padding:0;
	}
	#menu{
		position:absolute;
		display:none;
		top:60px;
		left:0;
		width:100%;
		height:auto;
		text-align:left;
		z-index:1000;
	}
	#nav_main, #nav_sub{
		float:left;
		margin-top:0;
		height:auto;
	}
	#burger{
		display:block;
		top:20px;
	}
	#burger span{
		background-color:#3398cc;
	}
	#menu li, #search_btn{
		float:none;
		background-color:#fff;
	}
	#search_btn_xl{
		display:none;
	}
	#search_btn_sm{
		display:block;
	}
}

/*
 * DARK MODE
 */
@media(prefers-color-scheme:dark){
	body, #main_header, #logo, #menu, .sub-menu, #menu a,
	#header_social a:hover, #main, #wrapper, #main_sidebar, 
	article .series_title, footer, #footer_social{
		color:#F0F0F0!important;
		background-color:#121212!important;
	}
	#header_social a, #footer_social .social{
		color:#121212!important;
		background-color:#F0F0F0!important;
	}
	.articles_item .text, .articles_related_item .text,
	.hl_0 .text, .hl_1 .text, .hl_2 .text, .hl_3 .text, 
	.home .article_sidebar a, #main_sidebar .article_sidebar a,
	.current_next_movie_txt, .sidebar_incoming_episode_txt, 
	.incoming_episode_txt, .sidebar_top_pages_link,
	.season_series_seasons, .season_series_seasons_sep,
	.ep_prevnext a span, .ep_prevnext span span,
	#footer_legal a, #footer_legal a:hover, 
	#post_tags i, #post_author_meta a, #post_author_meta a.social,
	#movie_page_pages a, #archive_author_desc_links a{
		color:#F0F0F0!important;
	}
	article .movie_title, article .movie-date{
		background-color:#121212!important;
	}
}

@media(prefers-color-scheme:dark) and (max-width : 768px){
	.post_title, .home .article_title, #main_sidebar .article_title{
		color:#F0F0F0!important;
		background-color:#121212!important;
	}
	.post_meta_data, .post_meta a, .post_meta_author{
		color:#F0F0F0!important;
	}

	/*
	 * TABS
	 */

	.tabs label, .tabs label:hover{
		color:#fff;
		background-color:rgba(231, 233, 238, 0.5);
	}
	.tabs label.on:hover{
		color:#3398cc;
	}
}






