/**
 * Theme main style
 */

/* Import the necessary Bootstrap WP CSS additions */

@import url(bootstrap-wp.css );

/* Import the font-awesome css */

@import url(../font-awesome/css/font-awesome.css );

/* Fontes */

@import url(../fonts/droidserif/droidserif.css );

/* This is a small security for too long strings titles */

body {
	word-wrap: break-word;
}

::selection {
	background: #F27421;
	color: #FFF;
}

::-moz-selection {
	background: #F27421;
	color: #FFF;
}

a {
	outline: 0;
	color: #F27421;
}

a:hover, a:focus {
	color: #3A3C41;
}

.italic {
	font-style: italic;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3A3C41;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #F27421;
	text-decoration: none;
}

/* Read More Buttons */

.read-more {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #F27421;
	padding: 10px 30px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

.read-more:hover {
	color: #FFF;
	background-color: #3a3c41;
	text-decoration: none;
}

.read-more.outline {
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
}

.read-more.outline:hover {
	background-color: #FFF;
	color: #3a3c41;
}

.read-more.black {
	background-color: #3a3c41;
}

.read-more.black:hover {
	background-color: #F27421;
}

.read-more.red {
	background-color: #EA3200;
}

.read-more.red:hover {
	background-color: #3a3c41;
	color: #FFF;
}

.read-more.orange {
	background-color: #ffa13c;
}

.read-more.orange:hover {
	background-color: #e19132;
}

.read-more.yellow {
	background-color: #ffd543;
}

.read-more.yellow:hover {
	background-color: #e1b63f;
}

.read-more.green {
	background-color: #6dc068;
}

.read-more.green:hover {
	background-color: #65b760;
}

.read-more.white {
	background-color: #FFF;
	color: #262932;
}

.read-more.white:hover {
	background-color: #f1f1f1;
	color: #2C2D31;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100% !important;
	text-align: center !important;
	width: 100% !important;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
}

.wp-caption .wp-caption-text {
	font-size: .9em;
	margin-top: 10px;
	text-align: center;
}

/* WP Gallery */

.gallery {
	margin-bottom: 1.5em;
}

.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.gallery-icon {
	margin-bottom: 0 !important;
	text-align: center !important;
}

.gallery dd {
	margin: 0;
}

.gallery .gallery-item img {
	border: none !important;
}

.gallery-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .8em !important;
	margin: 0 !important;
	max-height: 50%;
	padding: 6px 8px;
	text-align: center !important;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.tiled-gallery .gallery-row {
    margin-bottom: 0 !important;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
	max-width: 100%;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Content */

.main-content-inner {
	background-color: white;
	padding: 60px 15px 1.5em 15px;
}

.hentry {
	margin: 0 0 1.5em;
}

/* Clearing */

.clear {
	clear: both;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
	margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
	display: none;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
	margin-left: 1.5em;
}

.comment .children li.comment {
    list-style: none;
    margin-top: 1em;
}

/* =Global
----------------------------------------------- */

body {
	background-color: #F9F9F9;
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Droid Serif', serif;
}

a, a:link {}

/* My Minimal WordPress Styling comes here */

/* =Header
---------------------------------------------------------------------------------- */

.site-header {
	padding: 0px;
	position: relative;
	box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
}

.site-branding {
	padding-top: 0;
}

.site-branding h1.site-title a {
	color: #F27421;
	float: left;
	font-weight: bold;
	height: 34px;
}

.site-branding h1.site-title a:hover {
	color: #007979;
}

.site-branding .site-description {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.header-top {
	background: #3A3C41;
	min-height: 35px;
	border-top: 4px solid #F27421;
	color: #FFF;
	font-size: 12px;
	padding: 8px 0;
}

.header-top a {
	color: #000;
}

.header-top a:hover {
	color: #F27421;
}

.header-top .social-icon a {
	color: #F27421;
}

.header-top .social-icon a:hover {
	color: #007979;
}

.mail-info .phone-info {
	padding-right: 10px;
	display: inline-block;
}

ul.social-icons {
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: right;
}

ul.social-icons li.social-icon {
	display: inline-block;
	max-width: 20px;
	margin: 0 15px 0 0;
}

ul.social-icons li.last-child, ul.social-icons li:last-child {
	margin: 0;
}

ul.social-icons li.social-icon a {
	display: block;
}

.header-bottom {
	padding: 18px 0;
	background: #007979;
}

#header-main.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.site-header h1 {
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	max-width: 70%;
	display: inline;
}

/* =Header Search
---------------------------------------------------------------------------------- */

.header-search {
	margin-top: 0;
	cursor: pointer;
}

.header-search:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#header-search-button {
	background: #F27421;
	color: #007979;
	padding: 5px 10px;
	font-size: 18px;
	margin-left: 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.header-search-form-wrap {
	display: none;
	position: absolute;
	top: 113px;
	padding: 15px 0;
	background: #F5F5F5;
	border-bottom: 2px solid #E9E9E9;
	width: 100%;
	z-index: 9999;
}

.header-search-form-wrap.sticky {
	position: fixed;
	border-bottom: 2px solid transparent;
	box-shadow: 0px 3px 7px #CCC;
	-webkit-box-shadow: 0px 3px 7px #CCC;
	-moz-box-shadow: 0px 3px 7px #CCC;
}

.header-search-form {
	font-size: 30px;
	color: #007979;
}

.header-search-form .search-field {
	background: none;
	display: inline-block;
	width: 90%;
	padding-left: 5px;
	font-size: 30px;
	color: #a2a2a2;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	margin: 0;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60);
}

.header-search-form .search-field:focus {
}

.header-search-form .search {
	display: none;
}

/* =Menu
---------------------------------------------------------------------------------- */

#logo {
	display: flex;
	align-items: center;
	justify-content: center;
}


.site-navigation .navbar-default, .site-navigation .navbar {
	background: none;
	border: none;
	margin: 0;
}

.site-navigation {
	margin-top: 0;
}

nav.main-menu .header-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-menu .sub-menu {
	list-style: none;
}

nav.main-menu .menu-item {
	margin: 0;
}

nav.main-menu .header-nav > .menu-item {
	float: left;
	position: relative;
}

nav.main-menu .menu-item a {
	width: 100%;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

nav.main-menu .menu-item a:hover {
	text-shadow: none;
}

nav.main-menu .menu-item .sub-menu {/*menu nivel superior*/
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 34px;
	left: 0;
	width: 190px;
	display: none;
	border-top: 2px solid #F27421;
	background-color: #262932;
}

nav.main-menu .sub-menu .menu-item {
	list-style: none;
	float: none;
	position: relative;
	border-bottom: 1px solid #444;
}

nav.main-menu .sub-menu .menu-item a {
	color: #FFF;
	padding: 10px 20px;
}

nav.main-menu .sub-menu .menu-item:hover > a {
	background-color: #F27421;
}

nav.main-menu .sub-menu .sub-menu {/*menu interno*/
	position: absolute;
	left: 190px;
	top: 0;
}

nav.main-menu .current_page_item > a {
	background: #F27421;
	color: #FFF;
}

nav.main-menu .menu-item:hover > a, nav.main-menu .current-menu-item > a {
	background-color: #F27421;
	color: #FFF;
}

.mean-container a.meanmenu-reveal {
	background: #F27421;
	left: auto!important;
	right: 0!important;
	text-align: right!important;
}

.mean-container a.meanmenu-reveal .fa {
	display: block;
}

.pager li > a:hover, .pager li > a:focus {
	background-color: #F27421;
	border-color: #F27421;
	color: #FFF;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #FEF0E7;
}

/* = Main content
---------------------------------------------------------------------------------- */

.main-content {
}

.page-header h1.entry-title, .page-header {
	border: none;
	font-size: 34px;
	padding-bottom: 0;
	margin-top: 0;
}

.entry-title {
	font-weight: bold;
}

body.page .page-header h1.entry-title {
	padding-bottom: 10px;
}

/* = Home Carousel
---------------------------------------------------------------------------------- */

#home-slider .main-owl-carousel .owl-item .gallery-post-single {
	width: 100%;
}

#home-slider .main-owl-carousel .owl-prev {
	left: 0px;
	background: transparent url(../images/prev.png) no-repeat center center !important;
}

#home-slider .main-owl-carousel .owl-next {
	right: 0px;
	background: transparent url(../images/next.png) no-repeat center center !important;
}

#home-slider .main-owl-carousel .owl-prev,

#home-slider .main-owl-carousel .owl-next {
	width: 50px;
	height: 50px;
	top: 49%;
	position: absolute;
}

#home-slider .main-owl-carousel .owl-next {
	right: 0px;
}

#home-slider .main-owl-carousel .owl-prev:hover,
#home-slider .main-owl-carousel .owl-next:hover {
	opacity: 1;
}

#home-slider .owl-theme .owl-controls {
	margin: 0;
}

#home-slider .owl-theme .owl-controls.clickable .owl-buttons .owl-prev, #home-slider .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
	z-index: 1005;
}

#home-slider {
	position: relative;
}

#home-slider .content-wrapper {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
}

#home-slider .slide-content {
	color: #FFF;
}

#home-slider .slide-content h1, #home-slider .slide-content h2 {
	font-size: 48px;
	margin: 0 0 20px;
	font-weight: 400;
	color: #FFF;
}

#home-slider .slide-content h1 span, #home-slider .slide-content h2 span {
	font-weight: 800;
	color: #FFF;
}

#home-slider .slide-content p {
	font-size: 18px;
	color: #3a3c41;
	margin-bottom: 20px;
	line-height: 26px;
	color: #FFF;
}

#home-slider .slide-content .btn {
	padding: 10px 30px;
	background-color: #F27421;
	text-transform: uppercase;
	font-size: 14px;
}

#home-slider .slide-content .btn:hover {
	background-color: #262932;
	color: #FFF;
}

#home-slider .bg-overlay {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;
	background: url('../images/dotted.png');
	width: 100%;
	height: 100%;
}

/* = Table Format
---------------------------------------------------------------------------------- */

table {
	border: 1px solid #e0e0e0;
	border-top: 0;
	font-size: 13px;
	background-color: #FFF;
	color: #3a3c41;
}

table th, table td {
	padding: 7px 15px;
}

table thead {
	background-color: #F27421;
	border: 0;
	font-weight: 700;
	color: #3a3c41;
	padding: 0 1px;
}

table thead tr {
	border: 0;
}

table thead tr:first-child {
	border-top: 0;
}

table thead th {
	border: 0;
	border-right: 1px solid #62C7B3;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 15px;
}

table thead th:first-child {
	border-left: 1px solid #62C7B3;
}

table thead th:last-child {
	border-right: 1px solid #62C7B3;
}

table tbody tr {
	border-top: 1px solid #e0e0e0;
}

table tbody th {
	font-size: 13px;
	font-weight: 700;
	color: #3a3c41;
}

table tbody td {
	font-size: 13px;
	font-weight: 500;
	color: #3a3c41;
	border: 1px solid #e0e0e0;
	padding: 5px 7px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	padding: 16px;
}

.sidebar .table thead > tr > th, .sidebar .table tbody > tr > th, .sidebar .table tfoot > tr > th, .sidebar .table thead > tr > td, .sidebar .table tbody > tr > td, .sidebar .table tfoot > tr > td {
	padding: 10px;
}

/* =Attachment
---------------------------------------------------------------------------------- */

article.attachment {
	padding-bottom: 20px;
}

article.attachment .entry-header .entry-title {
	margin-top: 0;
}

article.attachment .entry-meta {
	font-size: 12px;
}

article.attachment .entry-header #image-navigation {
	overflow: hidden;
	padding-top: 10px;
}

article.attachment .entry-header #image-navigation .nav-previous {
	float: left;
}

article.attachment .entry-header #image-navigation .nav-next {
	float: right;
}

.entry-attachment .attachment {
	padding: 15px 0;
}

/* =Footer
---------------------------------------------------------------------------------- */

#colophon {
	background: #3A3C41;
	border-top: 15px solid #F27421;
	color: #FFF;
}

#colophon a {
	color: #CCC;
}

.site-footer-inner {
	padding: 30px 0;
}

#colophon aside.widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 5%;
	width: 20%;
}

#colophon select, #colophon aside.widget select {
	color: #333;
}

#colophon .nav > li > a:hover, #colophon .nav > li > a:focus {
	background-color: #38393C;
}

#footer-info {
	background: #292A2F;
	padding: 10px 0;
	font-size: 12px;
}

#colophon .widget_calendar table {
	width: 100%;
}

#colophon .widget_calendar table caption {
	color: #aab4bf;
}

#colophon .widget_calendar table th, #colophon .widget_calendar table td {
	padding: 6px 10px;
	background: transparent;
}

#colophon .widget_calendar table a:hover {
	color: #F27421;
}

#colophon .widget .widget-title {
	font-size: 20px;
	padding-bottom: 20px;
}

/* =Post Images
---------------------------------------------------------------------------------- */

.post figure {
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-post-image {
}

.wp-post-image:hover {
}

a#scroll-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 80px;
	height: 42px;
	width: 42px;
	z-index: 9999;
	line-height: 3em;
	background: #F27421 url("../images/scroll-top.png") center center no-repeat;
}

a#scroll-top:hover {
	background-color: #292A2F;
}

article.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
}

.sticky .entry-date {}

.bypostauthor {}

article.post .entry-content {
	padding-bottom: 10px;
}

.page-header .entry-title {
	margin-top: 0;
}

.page-header .page-title {
	margin-top: 0;
	font-size: 22px;
}

.page-header .page-title span {
	font-weight: bold;
}

.page-header .entry-author, .page-header time.entry-time {
	display: block;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	margin-bottom: 2px;
}

.loop-more-link {
	margin-bottom: 10px;
}

.entry-content p, .entry-content blockquote, .entry-content dd, .entry-content dl, .entry-content dt,
.entry-content div, .entry-content fieldset, .entry-content figcaption, .entry-content figure,
.entry-content form, .entry-content ol, .entry-content ul, .entry-content pre, .entry-content table {
	font-family: "Droid Serif", serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: left;
}

.entry-content blockquote {
	background: #FEF0E7;
	padding: 20px 20px 20px 30px;
	border-left: 5px solid #F27421;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content ul {
	list-style-type: none;
}

.entry-content ul li::before {
	content: "\f0a4";
	font-family: 'FontAwesome';
	margin-right: .5em;
}

ul.nav-tabs > li::before {
	display: none;
}

.post-meta-info .entry-meta {
	margin-right: 20px;
	border-top: 2px solid #F27421;
	background-color: #FEF0E7;
}

.entry-meta .entry-author {
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}

.entry-meta .entry-author img {
	width: 80px;
	margin-bottom: 5px;
}

.entry-meta .entry-author a {
	color: #3a3c41;
}

.post-meta-info .entry-meta time {
	padding: 18px 0 20px;
	font-size: 18px;
	color: #3a3c41;
	display: none;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

.post-meta-info .entry-meta time strong {
	font-size: 30px;
	font-weight: 800;
	line-height: 38px;
	display: block;
}

.post-meta-info .entry-meta .comments_count {
	display: block;
	padding: 14px 0 18px;
	text-align: center;
	background-color: #F27421;
}

.post-meta-info .entry-meta .comments_count a {
	display: inline-block;
	padding: 0 0 0 25px;
	background: url("../images/comment-count-icon.png") 0 3px no-repeat;
	font-weight: 700;
	color: #FFF;
}

.post-meta-info .entry-meta .comments_count a:hover {
	text-decoration: none;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60);
}

.post-meta-info .entry-meta .comments_count span {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: center;
	display: block;
}

article .footer-meta {
	margin-top: 15px;
}

.footer-meta .tags-meta, .footer-meta .cats-meta {
	display: block;
	font-size: 12px;
}

/* = Comment Body
---------------------------------------------------------------------------------- */

.comment-body {
	position: relative;
}

.comment-body .media-body {
	background-color: #f6f6f6;
	border-bottom: 1px solid #DDDBDB;
	padding: 20px;
	margin-bottom: 15px;
}

.comment-body .comment-content {
	padding-top: 10px;
}

.comment-body .comment-heading {
	padding-right: 30px;
}

.comment-body .comment-reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-meta {
	font-size: 12px;
}

.comment a.btn {
	background: #F27421;
	border-color: #F27421;
}

.comment a.btn:hover {
	background: #3A3C41;
	border-color: #3A3C41;
}

.comment-form .alert-info {
	background-color: #FEF0E7;
}

.error-404 {
	margin-bottom: 40px;
	background: #F27421;
	color: #FFF;
}

.error-404 a {
	color: #FEF0E7;
}

.error-404 a:hover {
	color: #FFF;
}

.large-text {
	font-size: 100px;
	font-weight: 800;
	letter-spacing: 9px;
}

/* = Form Elements
---------------------------------------------------------------------------------- */

body input[type="text"], body input[type="email"], body input[type="url"], body input[type="tel"], body input[type="number"], body input[type="date"], body input[type="range"], body input[type="password"], body input[type="text"], body textarea, body .form-control {
	width: 100%;
	/*height: auto;
	border: 2px solid #dcdee4;*/
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 11px 10px;
	color: #3a3c41;
	font-weight: 500;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="tel"]:focus, body input[type="number"]:focus, body input[type="date"]:focus, body input[type="range"]:focus, body input[type="password"]:focus, body input[type="text"]:focus, body textarea:focus, body .form-control:focus {
	outline: none;
	border: 2px solid #F27421;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

select {
	border: 2px solid #dcdee4;
	background-color: #FFF;
	width: 100%;
	padding: 11px 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

select:focus {
	outline: none;
	border: 2px solid #F27421;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body input[type="file"] {
	margin-bottom: 30px;
	color: #3a3c41;
}

body input[type="submit"] {
	padding: 12px 25px;
	background-color: #3a3c41;
	font-size: 13px;
	color: #FFF;
	font-weight: 700;
	border: none;
	cursor: pointer;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body input[type="submit"]:hover, body input[type="submit"]:focus {
	background-color: #F27421;
	color: #FFF;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body .comments-area .btn {
	border-radius: 0;
}

body input.error, body textarea.error {
	border: 2px solid #ff0000;
}

body fieldset label {
	font-size: 13px;
	color: #999ca5;
	font-weight: 500;
	border-bottom: 2px solid #dcdee4;
	padding: 5px;
	float: left;
}

body textarea, body input {
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0px;
}

label {
	width: 100%;
}

/* = Responsive
---------------------------------------------------------------------------------- */

@media (min-width: 0px) and (max-width: 991px) {
	.site-header h1 {
		margin-bottom: 18px;
	}

	.post-meta-info .entry-meta {
		margin: 0;
		background: none;
		border: none;
		font-size: 13px;
	}

	.post-meta-info .entry-meta time {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		text-transform: none;
		padding: 0;
		font-size: 14px;
	}

	.post-meta-info .entry-meta time strong {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		text-transform: none;
		font-size: 14px;
		padding-left: 10px;
	}

	.post-meta-info .entry-meta .comments_count {
		display: inline-block;
		text-align: left;
		font-weight: normal;
		background: none;
		padding: 0;
	}

	.post-meta-info .entry-meta .comments_count a {
		background: none;
		display: inline;
		color: #3A3C41;
		padding: 0 0 0 10px;
	}

}

/* The Responsive CSS */

@media (max-width: 768px) {
	.site-header h1 {
		display: block;
		text-align: center;
		max-width: none;
	}

	.header-search-form {
		font-size: 22px;
	}

	.header-search-form .search-field {
		font-size: 22px;
		width: 80%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#masthead {
		margin-bottom: 20px;
	}

	.site-branding {
		text-align: center;
	}

	.site-branding .site-description {
		padding: 0 0 10px 0;
		margin-top: -10px;
	}

	.header-search {
		display: none;
	}

	.mail-info {
		padding-bottom: 10px;
		text-align: center;
	}

	ul.social-icons {
		text-align: center;
	}

	.site-navigation {
		width: 100%;
	}

	.mean-container .mean-bar {
		margin-top: 0px;
		min-height: inherit;
		background-color: #F27421;
	}

	.mean-container .mean-bar .meanmenu-reveal {
		background: #F27421;
	}

	.mean-container .mean-bar .mean-nav ul li a {
		border-color: rgba(255, 255, 255, 0.1);
	}

	.mean-container .mean-bar .mean-nav ul li a.mean-expand {
		height: 24px;
	}

	.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
		background-color: #17A88B;
	}

	.mean-container .mean-bar .mean-nav ul li a.meanmenu-reveal {
		background-color: #F27421;
		padding: 13px 14px;
		top: -40px;
	}

	nav.site-navigation ul > li ul li ul {
		left: 0;
	}

	#responsive-menu-container .navbar {
		min-height: inherit;
	}

	a#scroll-top {
		display: none;
	}

	#colophon .site-footer-inner {
		overflow: hidden;
		margin: 0 15px;
	}

	#colophon aside.widget {
		width: 100%;
		margin: 0;
	}
}


.topbox
{
	background-color: #777;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.topbox-left
{
	left: 0;
	height: 150px;
	position: absolute;
	width: 50px;
}

.topbox-center, .topbox-title {
	left: 50px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: calc(100% - 100px);
}

.topbox-right {
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.topbox button {
	background-color: transparent;
	border: none;
	height: 130px;
	margin: 10px 5px;
	outline: none;
	text-indent: -9999px;
	width: 40px;
}

.topbox-left button
{
	background-color: transparent;
	background-image: url(https://static.anime21.blog.br/setas-topbox-left.png);
	background-position: 0px center;
	background-repeat: no-repeat;
}

.topbox-left button:hover
{
	background-position: -40px center;
}

.topbox-left button:active
{
	background-position: -80px center;
}

.topbox-right button
{
	background-color: transparent;
	background-image: url(https://static.anime21.blog.br/setas-topbox-right.png);
	background-position: -80px center;
	background-repeat: no-repeat;
}

.topbox-right button:hover
{
	background-position: -40px center;
}

.topbox-right button:active
{
	background-position: 0px center;
}

.topbox .anime-menu
{
	background-color: #222;
	box-sizing: content-box;
	color: white;
	display: inline-block;
	height: 110px;
	margin: 10px 5px;
	padding: 10px;
	position: relative;
	width: 150px;
}

.anime-menu figcaption
{
	color: white;
	display: block;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
}

.anime-menu img
{
	border: 0;
	display: inline;
	height: 84px;
	width: 150px;
}

.topbox .anime-menu.guia-temporada
{
	background-color: transparent;
	height: initial;
	margin: 0;
	padding: 0;
}

.anime-menu.guia-temporada img
{
	height: 150px;
	width: initial;
}

.anime-menu.guia-temporada figure
{
	display: block;
}

@keyframes hide_topbox_title { from { top: 0px; } to { top: -46px; } }

@keyframes show_topbox_title { from { top: -46px; } to { top: 0px; } }

.topbox .topbox-title > *
{
	color: white;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.topbox .topbox-title.link > a:hover
{
	color: #ff7400;
}

.topbox .topbox-title
{
	animation: show_topbox_title .2s linear 0s 1 forwards;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: default;
	font-family: banksia;
	font-size: 22pt;
	font-weight: bold;
	line-height: 26px;
	z-index: 10;
}

.topbox:hover .topbox-title
{
	animation: hide_topbox_title .4s linear .1s 1 forwards;
}

.topbox:hover .topbox-title.link:hover
{
	animation: show_topbox_title 0s linear 0s 1 forwards;
}

/* Decision Tree */

.hentry .decision_tree_area .dt_display_title {
	color: inherit;
	font-weight: bold;
}

.dt_display_question {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0;
}

.hentry .dt_radio_choice {
	background: #007979;
	border-color: transparent;
	box-sizing: border-box;
	line-height: inherit;
	max-width: none;
	padding: 1em;
	width: 80%;
}

.hentry .dt_radio_choice:hover {
	background: #F27421;
	font-weight: bold;
}

.dt_breadcrumb_link {
	color: #F27421;
	font-size: .85em;
}

.hentry .decision_tree_area .answer-restart {
	background: #007979;
	border-color: transparent;
	box-sizing: border-box;
	line-height: inherit;
	padding: 1em;
}

.hentry .dt_radio_answer, .hentry .dt_radio_answer_nolink {
	background: #F27421;
	border-color: transparent;
	box-sizing: border-box;
	font-weight: bold;
	line-height: inherit;
	padding: 1em;
}

.dt_breadcrumb {
	text-align: left;
}

.dt_breadcrumb_item {
	white-space: nowrap;
}

.hentry .dt_display_subtext {
	font-weight: bold;
	font-size: inherit;
}

.hentry .dt_button .dt_display_subtext {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/* INÍCIO - Guia de temporada, animes */

section.wiki-anime {
	outline: none !important;
	padding-top: 91px;
	margin-bottom: -71px;
}

section.wiki-anime:last-of-type {
	margin-bottom: 0;
}

section.wiki-anime h2 {
	margin-top: 0;
}

.wiki-episodios .wiki-item, .wiki-generos .wiki-item {
	border-radius: 5px;
	color: white;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

.wiki-episodios .wiki-item {
	background: #FF7214;
}

.wiki-generos .wiki-item {
	background: #007A5A;
}

.wiki-trailers + p .wiki-item {
	display: inline-block;
	margin-right: 10px;
}

.wiki-info-tecnica .wiki-item:nth-child(even) {
	background: #e0e0e0;
}

table.wiki-info-tecnica {
	width: 100%;
}

.wiki-expectativa.avatarx {
	float: left;
	margin: 0 10px 10px 0;
}

h4.wiki-expectativa {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

.wiki-expectativa .wiki-item {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	margin: 0 10px;
}

.wiki-expectativa .fa {
	font-size: 16px;
}

.wiki-expectativa-content {
	border-left: 5px solid #F27421;
	clear: both;
	font-style: italic;
	margin-left: 35px;
	padding-left: 10px;
}

.wiki-expectativa-content i, .wiki-expectativa-content em {
	font-style: normal;
}

/* FIM - Guia de temporada, animes */

/* INICIO - Shortcode [spoiler] */
div.spoiler {
	margin-bottom: 1.5em;
}

input[type='checkbox'].spoiler {
	display: none;
}

input[type='checkbox'].spoiler + label {
	background-color: #F27421;
	color: #FFF;
  cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	width: initial;
}

input[type='checkbox'].spoiler + label:hover {
	background-color: #3a3c41;
	color: #FFF;
	text-decoration: none;
}

input[type='checkbox'].spoiler + label::before {
	content: 'Mostrar ';
}

input[type='checkbox'].spoiler:checked + label::before {
	content: 'Ocultar ';
}

input[type='checkbox'].spoiler + label + div {
	display: none;
}

input[type='checkbox'].spoiler:checked + label + div {
	border-left: 5px solid #F27421;
	clear: both;
	display: block;
	margin-top: 5px;
	padding-left: 10px;
}
/* FIM - Shortcode [spoiler] */

#sticky-footer h4
{
	font-weight: bold;
	margin-top: 0;
}

/* SAM Pro */

.az-gg-container, .sam-pro-block, .sam-pro-block-line, .sam-pro-block-item {
    display: initial !important;
}

/* Nova barra de parceiros */

.sam_pro_block_widget p:empty {
    display: none;
}

.sam_pro_block_widget .title a {
    display: block;
    clear: right;
}

.sam_pro_block_widget li::before {
    display: none;
}

.sam_pro_block_widget h2 {
    float: right;
    width: calc(100% - 74px);
    margin: 10px 0 0;
    line-height: 1.5em;
    font-size: 13px;
}

.sam_pro_block_widget .rss_image a {
    float: left;
}

.sam_pro_block_widget a {
    font: normal 13px 'Droid Serif', serif;
}

.sam_pro_block_widget h2 a {
	color: #F27421;
	font-weight: bold;
}

.sam_pro_block_widget .rss_header {
    margin: 0;
}

.sam_pro_block_widget ul li {
    margin: -30px 0 0;
}

.sam_pro_block_widget .rss_item {
    padding: 0 !important;
    border: none;
}

.sam_pro_block_widget ul {
	margin-bottom: 0;
}

.sam_pro_block_widget .feedzy-rss {
    margin-bottom: 10px;
    clear: both;
}

.sam_pro_block_widget .rss_description {
    display: none;
}

/* Guia Interativo */

/* Guia Interativo: código do jjenzz ellipsis */
.ellip {
	display: block;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

a:hover .ellip-line, a:active .ellip-line {
	text-decoration: underline;
}
/* fim jjenzz ellipsis */

body.hotpage {
	background-attachment: fixed;
	background-image: linear-gradient(to bottom, #3c3533 0%, black 100%);
	background-position: 0% center, 100% center, center;
	background-repeat: no-repeat, no-repeat, repeat;
	color: white;
}
body.hotpage .main-content-inner {
	background-color: transparent;
	padding: 131px 15px 1.5em 15px;
}
.checkbox input[type=checkbox] { display: none; }
.checkbox input[type=checkbox] + span::before { content: '\f096'; font-family: 'FontAwesome'; width: 20px; position: absolute; left: 0; }
.checkbox input[type=checkbox]:checked + span::before { content: '\f046'; }
.painel > .panel-body { background: #3C3533; }
.animeLink { display: inline-block; width: 150px; height: 265px; margin-left: 9px; margin-right: 9px; position: relative; vertical-align: top; }
.animeLink a { display: block; text-align: center; }
.animeLink:hover button { display: block; }
.animeLink button { display: none; opacity: .75; position: absolute; right: 8px; top: 8px; }
.animeLink button:hover { opacity: 1; }
.anime { background-size: cover; background-position: center center; }
.animeThumbnail { display: block; margin-bottom: 1em; }
.animeThumbnail img { max-width: 100%; }
.filtroItem { border-bottom: 0 !important; }
.filtroItem .panel-title [role=button] { display: block; }
.filtroItem .panel-heading { border-bottom: 1px solid #ddd !important; }
.filtroItem .panel-collapse { max-height: 200px; overflow: auto; }
.filtroItem .panel-body { background: #3C3533; border-top: 0 !important; }
.filtro .filtroItem:first-child { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.filtroItem + .filtroItem { border-radius: 0; margin-top: -1px !important; }
.filtro .filtroItem:last-child { border-bottom: 1px solid #ddd !important; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.filtro .filtroItem:last-child .panel-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.filtroItem .panel-body .checkbox:first-child { margin-top: 0; }
.filtroItem .panel-body .checkbox:last-child { margin-bottom: 0; }
.animeDadosTecnicos tr:first-child th, .animeDadosTecnicos tr:first-child td { border-top: none; }

article.category-guia-interativo .panel-heading {
	margin-bottom: 0;
}

article.category-guia-interativo .panel-title {
	display: inline-block;
}

article.category-guia-interativo .panel-heading .badge {
	line-height: 16px;
}

article.category-guia-interativo .panel-heading button {
	margin-left: 1ch;
}

article.category-guia-interativo .panel-body, article.category-guia-interativo .panel-collapse {
	margin-bottom: 0;
}

article.category-guia-interativo .nav li:before {
	content: '';
	display: none;
}

article.category-guia-interativo .table {
	background: transparent;
	border: none;
}

article.category-guia-interativo .table th, article.category-guia-interativo .table td {
	color: white;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

article.category-guia-interativo .table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}

article.category-guia-interativo .panel-title, article.category-guia-interativo article.category-guia-interativo .panel-body {
	color: black;
	font-family: "Open Sans", sans-serif;
}

article.category-guia-interativo h3 {
	font-size: 18px;
	font-weight: bold;
}


article.category-guia-interativo .entry-content div {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

article.category-guia-interativo .entry-content .checkbox {
	margin-bottom: .5em;
}

article.category-guia-interativo .thumbnail a .img {
    height: 197px;
    background-size: cover;
    background-position: center;
}

article.category-guia-interativo .thumbnail .caption {
	font-size: 14px;
	margin: 4px 0 0;
	padding: 0 4px;
	text-align: center;
}

article.category-guia-interativo .painel .thumbnail .caption {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 140px;
}

.painel .panel-body {
	height: calc(100vh - 160px);
}

.painel .painelLista {
	height: calc(100% + 30px);
	margin: -15px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	text-align: center;
}

.anime .panel-body {
	height: calc(100vh - 160px);
	overflow: hidden;
	position: relative;
}

article.category-guia-interativo .nav-pills > li.active > a, article.category-guia-interativo .nav-pills > li.active > a:hover, article.category-guia-interativo .nav-pills > li.active > a:focus {
	background-color: #F27421;
	color: white;
}

article.category-guia-interativo .nav-pills > li > a, article.category-guia-interativo .nav-pills > li > a:hover, article.category-guia-interativo .nav-pills > li > a:focus {
	color: #F27421;
	padding: 10px 0;
	white-space: nowrap;
}

body.hotpage .ps-container > .ps-scrollbar-y-rail
{
	opacity: 1 !important;
}

.ps-scrollbar-y-rail, .ps-scrollbar-y {
	margin-bottom: 0 !important;
}

.animeAssistirButton::before {
	content: '\f10c';
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	width: 0;
}

.animeAssistirButton.active::before {
	content: '\f05d';
}

.animeConteudoMenu.dropdown-menu {
	width: 100%;
	text-align: center;
}

#animeSinopse p, .animeExpectativaEditor p.expectativa p {
	line-height: 1.8;
	text-align: justify;
}

.animeExpectativaEditor {
	margin: 1em 0;
	border-top: 2px solid #F27421;
	padding: 1em 0 0;
}

.animeExpectativaEditor img.avatar {
	border-radius: 4px;
	float: left;
	margin: 0 10px 10px 0;
}

.animeExpectativaEditor p.nome {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 2px;
}

.animeExpectativaEditor ul.resumo {
	font-size: 15px;
}

.animeExpectativaEditor ul.resumo li {
	padding: 0 10px 0 0;
}

#animeDadosTecnicos ul.trailers li.animeTrailer::before {
	content: "\f16a";
}

.animeMenuButton.destaque {
	background: #F27421;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}

.animeMenuButton.destaque:hover {
	background-color: #007979;
	color: white;
}

body.single.hotpage #comments .media-body {
	background: transparent;
}

article.post.category-guia-interativo {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#btn-abrir-guia {
  background: #ff8f4a;
  background-image: -webkit-linear-gradient(top, #ff8f4a, #F27421);
  background-image: -moz-linear-gradient(top, #ff8f4a, #F27421);
  background-image: -ms-linear-gradient(top, #ff8f4a, #F27421);
  background-image: -o-linear-gradient(top, #ff8f4a, #F27421);
  background-image: linear-gradient(to bottom, #ff8f4a, #F27421);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  text-shadow: 1px 1px 3px #666666;
  color: #ffffff;
  font-size: 30px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

#btn-abrir-guia:hover {
  background: #3eb5b5;
  background-image: -webkit-linear-gradient(top, #3eb5b5, #007979);
  background-image: -moz-linear-gradient(top, #3eb5b5, #007979);
  background-image: -ms-linear-gradient(top, #3eb5b5, #007979);
  background-image: -o-linear-gradient(top, #3eb5b5, #007979);
  background-image: linear-gradient(to bottom, #3eb5b5, #007979);
  text-decoration: none;
}

#guia {
	display: none;
	margin-bottom: 0;
}

.guiaTemporada3.row {
	margin-bottom: 0;
}

/** Bootstrap **/
.entry-content .a21 div {
    margin-bottom: 0;
}

.a21 .btn {
    text-align: left;
    white-space: normal;
}

.a21 .btn-group-vertical {
    display: block;
}

.a21 .btn-group-vertical > .btn-group:last-of-type:not(:first-child) > .btn {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.a21 .btn-group-vertical .btn-group ~ .btn-group {
    margin-top: -1px;
}

.a21 .dropdown-menu li::before {
    display: none;
}

.a21 .btn-group-vertical .btn > span.caret {
    float: right;
    margin-top: .5em;
}
