/*
Theme Name: Torrent Filmes
Theme URI: http://www.torrentfilmes.net/
Description: Tema desenvolvido para o site Torrent Filmes.
Author: Leonardo Freitas
Author URI: http://www.leonardofreitas.com.br/
Version: 1.0
*/

@charset 'utf-8';
@import url('css/util.css');
@import url('css/slick.css');
@import url('fonts/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

body {
	font-family: 'Gotham';
	font-weight: 400;
	color: #333;
}

a {
	color: #333;
}

.nao-encontrado {
	background: #f5f5f5;
	padding: 15px 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #666;
	text-align: center;
	border: 1px solid #eee;
	margin-bottom: 20px;
	border-radius: 3px;
}

.container {
	width: 1170px;
	position: relative;
	margin: 0 auto;
}

/* topo */

#topo {
	background: #000;
	height: 60px;
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-align: right;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}

#topo .logo {
	background: url(images/ico_logo.png) left no-repeat;
	float: left;
	padding: 0 0 0 41px;
	height: 40px;
	font-size: 3.2rem;
	font-weight: 400;
	text-transform: uppercase; 
	margin: 0;
}

#topo .logo a {
	display: block;
	color: #fff;
}

#topo .logo strong {
	color: #00934f;
}

#topo .logo small {
	font-size: 1.0rem;
	font-weight: 700;
	color: #979797;
}

#topo .busca {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #3c3c3c;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: inset -5px 0 0 0 #444;
}

#topo .busca input {
	background: transparent;
	width: 78%;
	height: 40px;
	float: left;
	padding: 10px 15px;
	font-family: 'Gotham';
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	border: none;
}

#topo .busca button {
	background: #666;
	width: 22%;
	height: 40px;
	display: block;
	font-family: 'Gotham';
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-left: 1px solid #3c3c3c;
	box-shadow: inset 0 0 12px 0 rgba(0,0,0,.75);
	cursor: pointer;
}

#topo .busca button:before {
	content: "";
	background: url(images/bt_busca.png);
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

#topo .bt-menu {
	background: url(images/bt_menu.png) top no-repeat;
	width: 22px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
}

#topo .bt-menu.ativo {
	background-position: bottom;	
}

#topo .bt-menu .menu {
	background: #fff;
	width: 190px;
	text-align: left;
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
	transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
}

#topo .bt-menu .menu.ativo {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
}

#topo .bt-menu .menu:before {
	content: "";
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	right: 0;
}

#topo .bt-menu .menu > ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#topo .bt-menu .menu > ul > li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#topo .bt-menu .menu > ul > li > a {
	display: block;
	padding: 7px 14px;
	font-size: 1.2rem;
	font-weight: 600;
}

#topo .bt-menu .menu > ul > li > a:before {
	content: "›";
	display: inline-block;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	margin-right: 8px;
}

#topo .bt-menu .menu > ul > li.menu-item-has-children > a:before {
	content: "‹";
}

#topo .bt-menu .menu > ul > li:hover > a {
	background-image: linear-gradient(to right, #fff, #eee);
}

#topo .bt-menu .menu > ul > li > ul {
	background: #fff;
	width: 170px;
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: -1px;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
}

#topo .bt-menu .menu > ul > li > ul > li {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#topo .bt-menu .menu > ul > li > ul > li > a {
	display: block;
	padding: 8.0px 14px;
	font-size: 1.2rem;
	font-weight: 600;
}

#topo .bt-menu .menu > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
}

/* meio */

#home-destaques {
	padding: 35px 0;
}

#home-destaques .cabecalho {
	margin-bottom: 20px;
}

#home-destaques .cabecalho .titulo-bloco {
	padding: 0;
	float: left;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

#home-destaques .cabecalho .titulo-bloco strong {
	color: #fff;
}

#home-destaques .cabecalho .setas {
	float: right;
}

#home-destaques .cabecalho .setas .prev,
#home-destaques .cabecalho .setas .next {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.3rem;
	color: #fff;
	text-align: center;
	line-height: .7;
	cursor: pointer;
}

#home-destaques .scroll {
	margin: 0 -10px;
	overflow: hidden;
}

#home-destaques .scroll .item {
	float: left;
	padding: 0 10px 5px;
	visibility: hidden;
	opacity: 0;
}

#home-destaques .scroll .item a {
	display: block;
}

#home-destaques .scroll .item a img {
	max-height: 210px;
	width: auto;
	display: block;
	margin: auto;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5);
}

#meio {
	padding: 30px 0;
}

.filmes .titulo-bloco {
	padding: 0 0 15px;
	font-size: 2.6rem;
	font-weight: 300;
	color: #2b2b2b;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #cacaca;
	margin: 0 0 20px;
}

.filmes .titulo-bloco strong {
	color: #00934f;
}

.filmes .listagem {
	margin: 0 -9px 15px;
	overflow: hidden;
}

.filmes .listagem .nao-encontrado {
	margin-left: 9px;
	margin-right: 9px;
}

.filmes .listagem .item {
	width: 16.66666667%;
	float: left;
	padding: 0 9px;
	text-align: center;
	margin-bottom: 15px;
}

.filmes .listagem .item:nth-child(6n+1) {
	clear: left;
}

.relacionados .filmes .listagem .item:nth-child(6n+1) {
	clear: inherit;
}

.filmes .listagem .item a {
	display: block;
	padding: 10px;
	border: 1px solid #cacaca;
	border-radius: 1px;
	transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
}

.filmes .listagem .item .imagem {
	position: relative;
	margin-bottom: 8px;
}

.filmes .listagem .item .imagem span {
	padding: 3px 7px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	border-radius: 3px;
}

.filmes .listagem .item .imagem .nota {
	font-family: 'Open Sans';
	padding: 5px 4px 4px 4px;
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-shadow: 1px 1px 0 rgba(255,255,255,.2);
	position: absolute;
	right: 7px;
	bottom: 7px;
	z-index: 1;
	border-radius: 3px;
}

.filmes .listagem .item .imagem .nota:before {
	content: "";
	background: url(images/logo_imdb.png);
	width: 35px;
	height: 15px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
}

.filmes .listagem .item .imagem img {
	max-height: 220px;
	width: auto;
	display: block;
	margin: auto;
}

.filmes .listagem .item .titulo {
	width: 100%;
	height: 35px;
	display: table;
	font-family: 'Open Sans';
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.filmes .listagem .item .titulo span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

.filmes .listagem .item:hover a {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
	transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
}

.pagination-wrap,
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi.menor {
	margin-top: 20px;
}

.pagination-wrap a,
.pagination-wrap span,
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #939393;
	text-transform: uppercase;
	border: 1px solid #cacaca;
	margin: 0 4px;
	transition: all .3s;
	-moz-transition: all .3s;
}

.wp-pagenavi.menor a,
.wp-pagenavi.menor span {
	padding: 5px 9px;
	font-size: 1.2rem;
}

.pagination-wrap a:hover,
.pagination-wrap .current,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #00934f;
	color: #fff;
	border-color: #00934f;
	transition: all .3s;
	-moz-transition: all .3s;
}

.banner-1 {
	background: url(images/tit_publicidade_v.png) left no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	margin-top: 30px;
}

/* internas */

#cabecalho {
	background: #3d3d3d;
	padding: 10px 0;
	font-family: 'Open Sans';
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #999;
}

#cabecalho ol.breadcrumb {
	padding: 0;
	list-style: none;
	margin: 0;
}

#cabecalho ol.breadcrumb li {
	display: inline-block;
	vertical-align: middle;
}

#cabecalho ol.breadcrumb li+li:before {
	content: "»";
	display: inline-block;
	color: #c7c7c7;
	margin: 0 6px;
}

#cabecalho ol.breadcrumb li a {
	color: #fff;
}

#cabecalho ol.breadcrumb li:first-child a {
	color: #00934f;
}

.single-esq {
	width: 770px;
	float: left;
	margin-right: 20px;
}

.post {
	border: 1px solid #c9c9c9;
	margin-bottom: 35px;
}

.post .titulo {
	padding: 18px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #c9c9c9;
	margin: 0;
}

.post .conteudo {
	padding: 20px;
}

.post .infos {
	font-weight: 600;
	margin-bottom: 10px;
}

.post .infos .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
	margin: 0 10px 10px 0;
}

.post .infos .item.data {
	background: url(images/ico_data.png) left no-repeat;
	padding-left: 17px;
}

.post .infos .item.cats {
	background: url(images/ico_categorias.png) left no-repeat;
	padding-left: 21px;
}

.post .infos .item.comments {
	background: url(images/ico_comentarios.png) left no-repeat;
	padding-left: 19px;
}

.post .infos .item a:hover {
	text-decoration: underline;
}

.content {
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.65;
}

.content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.content strong,
.content b {
	font-weight: 700;
}

.content p {
	margin-bottom: 20px;
}

.content p:last-child {
	margin-bottom: 0;
}

.content .alignnone,
.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content blockquote {
	padding: 0;
	font-style: italic;
	color: #666;
	margin-left: 0;
}

.post .capa {
	position: relative;
	border: 1px solid #bdbdbd;
}

.post .capa .qualidade {
	background: #696969;
	padding: 3px 7px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	border-radius: 3px;
}

.nota-imdb {
	background: #00934f;
	display: inline-block;
	padding: 5px 4px 4px 4px;
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-shadow: 1px 1px 0 rgba(255,255,255,.2);
	margin-top: 3px;
	border-radius: 3px;
}

.nota-imdb:before {
	content: "";
	background: url(images/logo_imdb.png);
	width: 35px;
	height: 15px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
}

.botoes-post {
	text-align: center;
}

.botoes-post > br {
	display: none;
}

.bt-down {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 15px;
}

.bt-down a {
	background-image: linear-gradient(to bottom, #87d500, #137d00);
	min-width: 250px;
	display: inline-block;
	padding: 15px;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	text-transform: uppercase;
	margin-top: 8px;
	border-radius: 8px;
}

.bt-down a:hover {
	background-image: linear-gradient(to bottom, #137d00, #87d500);
}

.bt-down.azul a {
	background-image: linear-gradient(to bottom, #44c5dd, #0a72b5);
}

.bt-down.azul a:hover {
	background-image: linear-gradient(to bottom, #0a72b5, #44c5dd);
}

.bt-down a:before {
	content: "";
	background: url(images/seta_download.png);
	width: 36px;
	height: 45px;
	float: left;
	margin: 3px 10px 0 0;
}

.bt-down a strong {
	display: block;
	font-size: 2.7rem;
	font-weight: 900;
	color: #fff;
}

.banner-2 {
	background: #efefef;
	padding: 15px;
	border-top: 1px solid #cacaca;
}

.comentarios {
	padding: 20px;
	font-weight: 600;
	border: 1px solid #cacaca;
	margin-bottom: 35px;
}

.comentarios .titulo-bloco {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

ol.commentlist {
	padding: 0;
	list-style: none;
	margin: 0;
}

ol.commentlist > li {
	font-size: 1.3rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

ol.commentlist > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

ol.commentlist li .comment-author {
	color: #666;
	margin-bottom: 3px;
}

ol.commentlist li .comment-author cite {
	font-style: normal;
	font-weight: 700;
	color: #000;
}

ol.commentlist li .comment-author cite a {
	color: #000;
}

ol.commentlist li .comment-meta {
	font-size: 1.0rem;
	font-style: italic;
	color: #999;
	margin-bottom: 10px;
}

ol.commentlist li .comment-meta a {
	color: #999;
}

ol.commentlist li .reply {
	font-size: 1rem;
	text-decoration: underline;
}

ol.commentlist li .reply a {
	color: #999;
}

ol.commentlist > li ul {
	padding: 0 0 0 20px;
	list-style: none;
	margin: 20px 0 0;
}

ol.commentlist > li ul li {
	margin-bottom: 20px;
}

ol.commentlist > li ul li:last-child {
	margin-bottom: 0;
}

.comentarios .formulario {
	margin: 0 -7px;
	overflow: hidden;
}

.comentarios .item {
	padding: 0 7px;
	margin-bottom: 10px;
}

.comentarios .item.terco {
	width: 33.33%;
	float: left;
}

.comentarios .item input,
.comentarios .item textarea {
	background: #efefef;
	width: 100%;
	height: 40px;
	display: block;
	padding: 10px;
	font-family: 'Gotham';
	font-size: 1.3rem;
	border: 1px solid #cacaca;
	border-radius: 6px;
}

.comentarios .item textarea {
	height: auto;
}

.comentarios .item span {
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 5px;
}

.comentarios .item button {
	background: #1c1c1c;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	font-family: 'Gotham';
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	transition: all .3s;
	-moz-transition: all .3s;
}

.comentarios .item button:hover {
	background: #00934f;
	color: #fff;
	transition: all .3s;
	-moz-transition: all .3s;
}

.single-dir {
	overflow: hidden;
}

.relacionados .titulo-bloco {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.relacionados .filmes .listagem .item {
	width: 50%;
}

.banner-3 {
	padding: 30px 0;
	border: 1px solid #cacaca;
}

/* rodape */

#rodape {
	background: url(images/bg_rodape.png) repeat;
	padding-top: 35px;
}

#rodape .blocos {
	margin: 0 -25px;
	overflow: hidden;
}

#rodape .blocos .item {
	width: 33.33%;
	float: left;
	padding: 0 25px;
	margin-bottom: 35px;
}

#rodape .blocos .item .titulo-bloco {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#rodape .blocos .item .titulo-bloco strong {
	color: #00934f;
}

#rodape .blocos .item .titulo-bloco span {
	font-weight: 700;
	color: #a7a7a7;
}

#rodape .blocos .item ul {
	padding: 0;
	list-style: none;
	border-top: 1px solid #333;
	margin: 0;
}

#rodape .blocos .item ul li {
	border-bottom: 1px solid #333;
}

#rodape .blocos .item ul li a {
	background: url(images/seta_menu_rodape.png) right no-repeat;
	display: block;
	padding: 6px 20px 6px 0;
	font-family: 'Open Sans';
	font-size: 1.3rem;
	color: #ababab;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: color .3s;
	-moz-transition: color .3s;
}

#rodape .blocos .item ul li:hover a {
	color: #fff;
	transition: color .3s;
	-moz-transition: color .3s;
}

#copyright {
	background: #000;
	padding: 8px 0;
	font-size: 1.2rem;
	font-weight: 600;
	color: #8d8d8d;
	border-bottom: 7px solid #00934f;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}

#copyright p {
	margin-top: 12px;
}

#copyright span {
	color: #fff;
}

#copyright strong {
	font-weight: 600;
	color: #00934f;
}

#copyright .logo {
	background: url(images/ico_logo.png) left no-repeat;
	float: right;
	padding-left: 38px;
	font-size: 3.2rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

#copyright .logo small {
	font-size: 1.0rem;
	font-weight: 700;
	color: #979797;
}

/* media queries */

@media (max-width: 1199px) {

	.container {
		width: 990px;
	}

	.filmes .listagem .item {
		width: 20%;
	}

	.filmes .listagem .item:nth-child(6n+1) {
		clear: inherit;
	}

	.filmes .listagem .item:nth-child(5n+1) {
		clear: left;
	}

	.relacionados .filmes .listagem .item:nth-child(5n+1) {
		clear: inherit;
	}

	.single-esq {
		width: 650px;
	}

}

@media (max-width: 991px) {

	.container {
		width: 770px;
	}

	#topo .busca {
		width: 350px;
	}

	#topo .busca input {
		width: 68%;
	}

	#topo .busca button {
		width: 32%;
	}

	.filmes .listagem .item {
		width: 25%;
	}

	.single-esq {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}

	.relacionados .filmes .listagem .item {
		width: 25%;
	}

	.relacionados .filmes .listagem .item:nth-last-child(1),
	.relacionados .filmes .listagem .item:nth-last-child(2) {
		display: none;
	}

	.filmes .listagem .item:nth-child(6n+1),
	.filmes .listagem .item:nth-child(5n+1) {
		clear: inherit;
	}

	.filmes .listagem .item:nth-child(4n+1) {
		clear: left;
	}

	.relacionados .filmes .listagem .item:nth-child(4n+1) {
		clear: inherit;
	}

	.banner-3 {
		display: inline-block;
		padding: 30px;
	}

	#rodape .blocos .item {
		width: 50%;
	}

	#rodape .blocos .item:last-child {
		display: none;
	}

	#copyright {
		text-align: center;
	}

	#copyright .logo {
		display: none;
	}

}

@media (max-width: 767px) {

	.container {
		width: auto;
		min-width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#menu-mobile {
		background: rgba(120,120,120,.75);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
		-moz-transition: opacity .3s, visibility .3s;
	}

	#menu-mobile.ativo {
		opacity: 1;
		visibility: visible;
		transition: opacity .3s, visibility .3s;
		-moz-transition: opacity .3s, visibility .3s;
	}

	#menu-mobile > ul {
		background: #00934f;
		width: 210px;
		height: 100%;
		float: right;
		padding: 0;
		list-style: none;
		margin: 0;
		overflow-y: auto;
	}

	#menu-mobile > ul > li {
		background: #00934f;
		border-top: 1px solid #00934f;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	#menu-mobile > ul > li > a {
		display: block;
		position: relative;
		padding: 7px 14px;
		font-size: 1.2rem;
		font-weight: 600;
		color: #fff;
	}

	#menu-mobile > ul > li > a:before {
		content: "›";
		display: inline-block;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1;
		margin-right: 8px;
	}

	#menu-mobile > ul > li.menu-item-has-children > a {
		padding-left: 26px;
	}

	#menu-mobile > ul > li.menu-item-has-children > a:before {
		content: "ˇ";
		font-size: 2.5rem;
		line-height: 0;
		position: absolute;
		top: calc(50% + 8px);
		left: 8px;
	}

	#menu-mobile > ul > li:hover > a {
		background-image: linear-gradient(to right, rgba(0,0,0,.1), #00934f);
	}

	#menu-mobile > ul > li > ul {
		background: #008447;
		padding: 0;
		list-style: none;
		margin: 0;
		display: none;
	}

	#menu-mobile > ul > li > ul > li {
		border-top: 1px solid #008447;
		border-bottom: 1px solid #00934f;
	}

	#menu-mobile > ul > li > ul > li:last-child {
		border-bottom: none;
	}

	#menu-mobile > ul > li > ul > li > a {
		display: block;
		padding: 7.5px 14px;
		font-size: 1.2rem;
		font-weight: 600;
		color: #fff;
	}

	#menu-mobile > ul > li > ul > li > a:before {
		content: "›";
		display: inline-block;
		font-size: 1.6rem;
		font-weight: normal;
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0,0,0,.2);
		line-height: .5;
		margin-right: 8px;
	}

	#topo {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		text-align: center;
		z-index: 9;
	}

	#wrapper {
		margin-top: 50px;
	}

	#topo .bt-busca {
		background: url(images/bt_busca.png) center no-repeat;
		width: 18px;
		height: 18px;
		float: left;
		margin: 5px 0 0 0;
		cursor: pointer;
	}

	#topo .logo {
		background-size: auto 100%;
		height: auto;
		float: inherit;
		display: inline-block;
		font-size: 2.3rem;
	}

	#topo .busca {
		background: #3d3d3d;
		width: 100%;
		padding: 10px;
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		border: none;
		box-shadow: inset 0 0 12px 0 rgba(0,0,0,.5);
		border-radius: 0;
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
		-moz-transition: opacity .3s, visibility .3s;
	}

	#topo .busca.ativo {
		opacity: 1;
		visibility: visible;
		transition: opacity .3s, visibility .3s;
		-moz-transition: opacity .3s, visibility .3s;
	}

	#topo .busca input {
		background: #000;
		border-radius: 5px 0 0 5px;
	}

	#topo .busca button {
		border-radius: 0 5px 5px 0;
	}

	#topo .bt-menu {
		float: right;
		margin: 5px 0 0 0;
	}

	.filmes .listagem .item {
		width: 33.3333333%;
	}

	.relacionados .filmes .listagem .item:nth-last-child(1),
	.relacionados .filmes .listagem .item:nth-last-child(2) {
		display: block;
	}

	.filmes .listagem .item:nth-child(6n+1),
	.filmes .listagem .item:nth-child(5n+1),
	.filmes .listagem .item:nth-child(4n+1) {
		clear: inherit;
	}

	.filmes .listagem .item:nth-child(3n+1) {
		clear: left;
	}

	.relacionados .filmes .listagem .item:nth-child(3n+1) {
		clear: inherit;
	}

	.pagination-wrap span,
	.pagination-wrap a,
	.wp-pagenavi span,
	.wp-pagenavi a {
		display: none;
	}

	.pagination-wrap .prev,
	.pagination-wrap .current,
	.pagination-wrap .next,
	.wp-pagenavi .pages,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .current,
	.wp-pagenavi .nextpostslink {
		display: inline-block;
	}

	.banner-1 {
		background: none;
		width: 100%;
		padding: 20px;
		border: 1px solid #cacaca;
	}

	#cabecalho {
		display: none;
	}

	#meio {
		padding: 20px 0;
	}

	.post .titulo {
		padding: 12px;
		font-size: 1.4rem;
		text-align: center;
	}

	.post .infos {
		display: none;
	}

	.content {
		font-size: 1.2rem;
		text-align: center;
	}

	.content h1,
	.content h2,
	.content h3 {
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.content iframe {
		height: auto;
	}
	
	.content .alignleft,
	.content .alignright {
		float: inherit !important;
		display: block;
		margin: 0 auto 20px;
	}

	.fluid-width-video-wrapper {
		width: 100% !important;
	}

	.post .capa .qualidade {
		display: none;
	}

	.bt-down {
		font-size: 1.3rem;
		margin: 10px auto 15px;
	}

	.bt-down a {
		min-width: 200px;
		padding: 15px;
		font-size: 1.6rem;
	}

	.bt-down a:before {
		background-size: cover;
		width: 26px;
		height: 32px;
	}

	.bt-down a strong {
		font-size: 2.0rem;
	}

	.comentarios .titulo-bloco {
		font-size: 1.4rem;
	}

	.comentarios .formulario .item.terco {
		width: 100%;
	}

	#rodape {
		display: none;
	}

}

@media (max-width: 480px) {

	#topo .busca input {
		width: 66%;
		font-size: 1.1rem;
	}

	#topo .busca button {
		width: 34%;
		font-size: 1.3rem;
	}

	#home-destaques {
		padding: 25px 0;
	}

	#home-destaques .cabecalho {
		position: relative;
	}

	#home-destaques .cabecalho .titulo-bloco {
		float: inherit;
		text-align: center;
	}

	#home-destaques .cabecalho .setas {
		width: 100%;
		position: absolute;
		top: 0;
	}

	#home-destaques .cabecalho .setas .prev {
		float: left;
	}

	#home-destaques .cabecalho .setas .next {
		float: right;
	}

	.filmes .titulo-bloco {
		font-size: 2.0rem;
		text-align: center;
		padding-bottom: 10px;
	}

	.filmes .listagem {
		margin-left: -5px;
		margin-right: -5px;
	}

	.filmes .listagem .item {
		width: 50%;
		padding: 0 5px;
	}

	.filmes .listagem .item:nth-child(6n+1),
	.filmes .listagem .item:nth-child(5n+1),
	.filmes .listagem .item:nth-child(4n+1),
	.filmes .listagem .item:nth-child(3n+1) {
		clear: inherit;
	}

	.filmes .listagem .item:nth-child(2n+1) {
		clear: left;
	}

	.relacionados .filmes .listagem .item:nth-child(2n+1) {
		clear: inherit;
	}

	.filmes .listagem .item a {
		padding: 8px;
	}

	.filmes .listagem .item .titulo {
		font-size: 1.1rem;
	}

	.relacionados .titulo-bloco {
		font-size: 1.4rem;
		text-align: center;
	}

	.relacionados .filmes .listagem .item {
		width: 50%;
	}

}
* {
    scrollbar-face-color: #ff69b4;
    scrollbar-highlight-color: #ff69b4;
    scrollbar-3dlight-color: #343434;
    scrollbar-darkshadow-color: #343434;
    scrollbar-shadow-color: #ff69b4;
    scrollbar-arrow-color: #343434;
    scrollbar-track-color: #343434
}

::-webkit-scrollbar {
    width: 9px;
    height: 4px;
    background: #000;

}

::-webkit-scrollbar-thumb {
    background: #9f3030
}