* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none
}

a:hover{
  text-decoration: none;
}

.site {position: relative; z-index: 2;}

.xis span, .right_side_menu_opened .side_menu {  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;      
}
.xis span:first-child {-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -moz-transform-origin: 3px 5px; -webkit-transform-origin: 3px 5px; -o-transform-origin: 3px 5px; -ms-transform-origin: 3px 5px; transform-origin: 3px 5px;}
.xis span:nth-child(2) {-moz-transform:rotate(135deg); -webkit-transform:rotate(135deg); -o-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg);}
.xis span:nth-child(3) {opacity: 0;}

/*.right_side_menu_opened .site { left: -250px; }*/
.right_side_menu_opened .side_menu {      
  right: 0;
  visibility: visible;
  /*top: 98px;*/
}
.right_side_menu_opened .side_menu > .social-header{
  display: none;
}
.right_side_menu_opened .side_menu > .menu-topo > ul.sub-menu{
  display: none;
}

/* OVERRIDE BOOSTRAP */
.navbar>.container-fluid .navbar-brand {
  margin-left: 0px!important;
}
.meio .col-lg-1, .meio .col-lg-10, .meio .col-lg-11, .meio .col-lg-12, .meio .col-lg-2, .meio .col-lg-3, .meio .col-lg-4, .meio .col-lg-5, .meio .col-lg-6, .meio .col-lg-7, .meio .col-lg-8, .meio .col-lg-9, .meio .col-md-1, .meio .col-md-10, .meio .col-md-11, .meio .col-md-12, .meio .col-md-2, .meio .col-md-3, .meio .col-md-4, .meio .col-md-5, .meio .col-md-6, .meio .col-md-7, .meio .col-md-8, .meio .col-md-9, .meio .col-sm-1, .meio .col-sm-10, .meio .col-sm-11, .meio .col-sm-12, .meio .col-sm-2, .meio .col-sm-3, .meio .col-sm-4, .meio .col-sm-5, .meio .col-sm-6, .meio .col-sm-7, .meio .col-sm-8, .meio .col-sm-9, .meio .col-xs-1, .meio .col-xs-10, .meio .col-xs-11, .meio .col-xs-12, .meio .col-xs-2, .meio .col-xs-3, .meio .col-xs-4, .meio .col-xs-5, .meio .col-xs-6, .meio .col-xs-7, .meio .col-xs-8, .meio .col-xs-9 {
  padding: 0!important;
}
.container{
  max-width: 1150px!important;
  overflow: hidden;
}
.clear{clear: both;}


/* SOCIAL */
.social-buttons{
  background: black;
  /*height: 40px;*/
}

.social-buttons ul{
  float: right;
  width: 115%;
}

.social-buttons ul li{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px; 
  height: 40px;
  color: white;
  font-size: 18px;
  padding-top: 11px;
  text-align: center;
  cursor: pointer;
  position: relative;
  float: right;
}

.social-buttons ul li:before{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 36px;
  height: 40px;
  line-height: 40px;
}

.social-buttons ul li.facebooklike{
  width: 81px;
  position: relative;
  top:-6px;
}

.social-buttons ul li:hover{
  background: #333;
}

.social-buttons ul li.facebooklike:hover{
  background: none;
}

.social-buttons ul li a{
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 36px;
  margin:0 auto;
  position: absolute;
  left: 0;
}

/* HEADER */
.header{
  /*background:#ffef03;*/
  background: #363636;
}

.header .navbar-brand{
  width: 30%;
  height: 110px;
  margin: -25px 0 0 0;
  left: 14px;
  color: black;
  background: #ffef03;
  position: absolute;
  background: url(images/logo.svg) #ffef03 no-repeat;
  background-size: 150px 75px;
  background-position: 95% 55%;
  -webkit-transition: width 0s, height 0.5s;
  transition: width 0s, height 0.5s;
}
.header .navbar-brand span{
  display: none;
}

.header .navbar-toggle .icon-bar{
  background: black;
  height: 3px;
}

.header .menu-topo{
  float: left;
  font:400 16px/30px 'Lato', sans-serif;
  text-transform: uppercase;
}

.header .menu-topo li a{
  color: #fff;
  display: block;
  padding: 6px 10px;
  transition: all .1s ease-in-out;
}

.header .menu-topo li a:hover{
  /*background: black;*/
  /*color: white;*/
}
.header .busca {
  /*border-radius: 10px;*/
  /*padding: 5px  10px;*/
  padding: 11px 10px;
  background: none;
  transition: all .1s ease-in-out;
  float: right;
  width: 150px;
  /*margin-top: 35px;*/
  background: #555555;
  color:white;
}

.header .busca:hover {
  background: #666;
}

.header .busca .input-group-btn{
  font-size: 20px;
}

.header .busca .input-group-btn .btn-default{
  border:none;
  cursor: pointer;
  border-radius: 5px;
  float: left;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}



/*.header .busca {color: white;}*/

.header .busca:hover .icon-busca{
  color:white;
}

.header .busca input{
  color: #ffef03;
  border:none;
  float: left;
  font-size: 13px;
  background: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.img-topo{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  text-transform: uppercase;
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 53px;
  border-bottom: 2px solid #ffef03;
}

.destaque{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /*margin-top: -52px;*/
}

.destaque .container{
  position: relative;
  height: 400px;
}

.destaque .info{
  bottom: 40px;
  left: 0;
  z-index: 2;
  margin: 0 15px;
}

.destaque img{
  width: 100%;
  min-height: 200px;
  height: auto;
  transition: all .3s ease-in-out;
}

.category h3{
  text-transform: uppercase;
  font: normal 24px/80px "Lato" , sans-serif;
}

.chamada {
  border:1px solid white;
  position: relative;
  height: 400px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  background-size: cover;
}

.chamada img{
  height: 400px;
  width: auto;
  height: auto;
  position: relative;
  transition: all .3s ease-in-out;
}

.chamada:hover img{
  transform: scale(1.1); 
}

.chamada.col-md-8 img{
  max-width:780px;
}

.bg-chamada{
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}

.chamada .info{
  bottom: 30px;
  left: 25px;
}

.info {
  position: absolute;
}

.info .chapeu{
  display: block;
  background-color: #ffef03;
  float: left;
  padding: 8px 12px;
  font:400 11px 'Lato', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  transition: all .3s ease-in-out;
}

.info .chapeu:hover{
  color: #ffef03;
  background-color: black;
}

.info .titulo{
  float: left;
  width: 100%;
  margin:0;
  color: white;
}

.destaque .info .titulo{
  font:400 55px/60px "Yanone Kaffeesatz", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;

}

.chamada.col-md-8 .info .titulo{
  font:400 38px/42px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 20px;
}

.chamada.col-md-4 .info .titulo{
  font:400 32px/34px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 25px;

}

div.search-bar{
  height: 80px;
  margin-bottom: 50px;
  font: normal 24px / 80px "Lato", sans-serif;
}



div.search-bar .termo {
  width: 50%;
  float: left;
}
div.search-bar .termo span{
  font-weight: bold;
  text-transform: uppercase;
}
div.search-bar .resultado {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 20px;
}

.search-result{
  padding: 0 95px;
  margin-top: 30px;
}

.search-result > *{
  margin-right: -15px;
}

.search-result .item{
  width: 460px;
  margin-bottom: 30px;
  margin-right: 40px;
}

.search-result .item a{
  color: black;
  float: left;
}

.search-result .item:nth-child(2n){
  margin-right: 0;
}
.search-result .chapeu{
  display: block;
  background-color: #ffef03;
  float: left;
  padding: 6px 8px;
  font:400 10px 'Lato', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  transition: all .3s ease-in-out;
}
.search-result .chapeu:hover{
  color: white;
  background-color: black;
}

.search-result .titulo{
  width: 100%;
  float: left;
  color: black;
  font:400 36px 'Yanone Kaffeesatz', sans-serif;
}


.search-result .subtitulo{
  float: left;
  color: black;
  width: 100%;
  font:300 20px 'Yanone Kaffeesatz', sans-serif;
  border-bottom: 1px solid black;
  padding-bottom: 40px;
}

.search-result .subtitulo p{
  float: left;
  width: 100%;
}

/****** SINGLE *******/

.destaque.single{
  border-bottom:30px solid #ffef03;
  margin-bottom: 20px;
  height: 400px;
  background-position: center;
  top: -25px;
}

.single .post-meta{
  margin: 30px 0;
}

.single .subtitulo{
  font:300 26px "Lato", sans-serif;
  margin-bottom: 20px;
}

.single .data{
  font: 300 11px "Lato";
  font-style: italic;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.single .autor{
  float: left;
  margin-top: 10px;
  width: 100%;
  font:700 12px/50px "Lato", sans-serif;
}

.single .autor img{
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.single .post-meta{
  float: left;
  width: 100%;
}

.single .tags{
  margin:12px 0 20px;
  font: 400 10px/20px "Lato";
  float: left;
  width: 100%;
}

.single .tags span{
  display: block;
  float: left;
  margin-right: 5px;
}

.single .tags li{
  margin-bottom: 10px;
}

.single .post-content{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.single .post-content .fb-post{
  margin-bottom: 25px;
}

.single .post-content p{
  font: 400 16px/22px "Brawler";
  margin-bottom: 20px;
}

.single .post-content img{
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.single .chapeu{
  display: block;
  background-color: #ffef03;
  float: left;
  padding: 0 8px;
  font:400 11px/30px 'Lato', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  transition: all .3s ease-in-out;
  margin-right: 10px;
}

.single .chapeu:hover{
  color: #ffef03;
  background-color: black;
}

.single .chapeu a {
  color: black;
  display: block;
  text-align: center;
  padding: 6px 0;
}

.single .chapeu a:hover {
  color: white;
}

.single .social-post{
  float: left;
  margin-bottom: 30px;
  margin-right: -50px;
  padding: 0px 3px 0px 0px;
}

.single .social-post li{
  display: block;
  float: left;
  width: 78px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  transition: all .3s ease-in-out;
  position: relative;
  margin:2px;
  text-align: center;
}

.single .social-post li.facebook{background-color: #2e3192}
.single .social-post li.twitter{background-color: #00bff3}
.single .social-post li.email{background-color: #ffff01;color: #333;}
.single .social-post li.pintrest{background-color: #ed1b24}
.single .social-post li.gplus{background-color: #f68121}
.single .social-post li.whatsapp{background-color: #3ab403;}

.single .social-post li a{
  display: block;
  height: 50px;
  width: 78px;
  line-height: 50px;
  float: left;
  color: white;
  position: relative;
  text-align: center;
}

.single .social-post li a .fb-share-button{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
}

.single .social-post li:hover{
  opacity: 0.8;
}

.single .social-post li.email a{color: #333;}

/* LISTA DE BLOGS */

.lista-blogs{
  margin-top: 110px;
  font: 400 12px "Lato";
}

.lista-blogs .blogs li{
  margin-bottom: 60px;
}

.lista-blogs .blogs li .imagem-autor{
  width: 100%;
}

.lista-blogs .blogs li .imagem-autor img{
  width: 100%;
  height: 100%;
}

.lista-blogs .blogs li h3{
  color: #888888;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 5px 0 0;
}

.lista-blogs .blogs li .categoria{
  display: block;
  background: #ffef03;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.lista-blogs .blogs li p{
  margin: 10px 5px 0 0;
  font-style: italic;
  font-size: 14px;
}

.lista-blogs .blogs li .nome-autor{
  font-size: 26px;
  font-weight: 700;
}

.lista-blogs .blogs li a{
  color: #333;
}

/* SIDEBAR */

.side-bar *{
  font-family: 'Lato', sans-serif;
}

.side-bar{
  max-width: 245px;
  float: right;
}

.side-bar .sobre-autor{
  margin-bottom: 50px;
}

.side-bar .sobre-autor h4{
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.side-bar .nome-autor{
  text-transform: uppercase;
  font-weight: 600;
}

.side-bar .sobre-autor p{
  font-weight: 300;
}

.side-bar .img-autor, .side-bar .img-autor img{
  width: 100%;
}

.side-bar .img-autor{
  padding-bottom: 15px;
}

/* PAGINACAO */

.paginacao {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.paginacao .page-numbers{
  display: block;
  width: 40px;
  height: 40px;
  display: inline-block;
  border:2px solid #e1e1e1;
  line-height: 40px;
  color: black;
  position: relative;
}

.paginacao .page-numbers.current{
  border:2px solid #363636;
}

.paginacao .page-numbers.next{
  text-indent: -9999px;
}

.paginacao .page-numbers.next:before{
  content:">";
  text-indent: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.paginacao .page-numbers.prev{
  text-indent: -9999px;
}

.paginacao .page-numbers.prev:before{
  content:"<";
  text-indent: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

footer{
  width: 100%;
  margin-top: 50px;
  background: #363636;
  height: 105px;
  font: 400 13px "Lato";
  position: absolute;
}

footer ol,ul{
  margin-bottom: 0;
}

footer .footer-brand{
  display: block;
  width: 66px;
  height: 45px;
  color: #ffef03;
  font-size: 60px;
  margin: 15px 0 0 5px;
  font-size: 75px;
}

footer .footer-brand span{
  display: none;
}

footer .social-buttons{
  margin-top: 35px;
  background: none;
}

footer .footer-menu{
  float: left;
  width: 100%;
  margin: 35px 0 10px 0;
}

footer .footer-menu li{
  display: inline-block;
  margin-right: 10px;
}

footer .footer-menu li a{
  text-transform: uppercase;
  color: white;
}

footer p{
  color: white;
}

/** CSS SINGLE E INDEX **/
.conteudo-posts{
  padding: 0 80px 10px 0; 
  font-family: 'Lato', sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.conteudo-posts h3.titulo{
  font:400 48px/52px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.conteudo-posts h4.subtitulo{
  font:300 26px/30px 'Lato', sans-serif;
  margin: 0 0 20px 0;
}

.conteudo-posts .modificado{
  font-style: italic;
  font-size: 13px;
}

.conteudo-posts .post-content p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #555555;
}

.conteudo-posts .post-content p .autordopost{
  font:700 16px/16px 'Lato', Arial, sans-serif;
}

.conteudo-posts .social-e-tags{
  width: 100%;
  float: left;
}

.conteudo-posts .social-e-tags .tags span{
  padding-top: 11px;
}

.conteudo-posts .social-e-tags .tags ul li a{
  color: #888888;
}

.post-content img, .post-content > div{
  clear: both !important;
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

iframe.instagram-media{
  max-width: 700px!important;
}

iframe{
  max-width: 100% !important; 
  margin: 0 auto !important;
  clear: both !important;
}

.menu-blogs-mobile{
  width: 100%;
  background-color: #363636;
  margin: 0 auto;
}

.menu-blogs-mobile span{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: -15px;
  cursor: pointer;
}

.menu-blogs-mobile ul{
  width: 320px;
  margin: 0 auto;
  padding: 10px 20px 10px 45px;
}

.menu-blogs-mobile ul .fechado{
  display: none;
}

.menu-blogs-mobile ul li{
  margin: 15px 0 15px 0;
}

.menu-blogs-mobile ul li a{
  color: #fff200;
  font-size: 24px;
}

.menu-blogs-mobile span:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 0; 
  height: 0; 
  padding-top: 1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff200;
  cursor: pointer;
}

.menu-blogs-mobile span.seta-baixo:before { 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 12px solid #fff200;
  margin-right: 2px;
}

.row.meio.index .fb-post.fb_iframe_widget span{
 width: 100% !important;
}

.comentarios{
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.comentarios .titulo-comentarios{
  font-size: 28px;
  font-weight: 400;
  float: left;
  width: 100%;
}

.conteudo-posts .fb-comments{
    margin-left: -7px;
}

.meio.single.index{
  margin-bottom: 150px;
}

.btn-comentarios{
  float: left;
  display: block;
  border: 2px solid #464646;
  width: 51%;
  height: 50px;
  padding: 12px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-comentarios a{
  color: #464646;
}

.btn-comentarios a:hover{
  color: #000;
}

.post-meta .link-post{
  color: #000;
}

.post-meta .link-post:hover{
  color: #464646;
}

.erro_404{
  text-align: center;
}

.publi{
  float: right;
  margin-bottom: 10px;
  margin-top: -25px;
} .coluna-post{
  float: left;
  width: 60%;
} .publi p{
  float: right;
  margin-bottom: 2px;
  margin-right: 28px;
  font-size: 9px;
}
e
:-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff;}


.yarpp-related {clear: both;}

/*.picture {background: orange;}*/
.picture figure {
    max-width: 100%; 
  }
.picture figure, .picture div.wp-caption  {
  padding: 15px 0; 
  margin: auto; 
  display: block; 
  overflow: hidden; 
}
.picture figure .wp-caption-text, .picture > div > .wp-caption-text {
    text-align: center; 
    font-size: 16px; 
    color: #555555; 
    background: #ccc; 
    padding: 8px; 
    position: relative;
    overflow: hidden;
}

.picture figure img, .picture div.wp-caption { margin: auto; max-width: 100%;}

.picture figure p {display: none;}
.picture figure p.wp-caption-text {display: block;}

.picture > .wp-caption {max-width: 100%;}
.single .post-content img, .picture > .wp-caption img {max-width: 100%; width: 100% }



/******** MENU DROPDOWN **********/

.menu-topo li.menu-item-has-children  ul.sub-menu{
  position:absolute;
  background-color:#363636; 
  display:none;
  width: auto;
}
.menu-topo li.menu-item-has-children{
  margin-right: 8px;
}
.menu-topo li.menu-item-has-children:hover ul, .menu-topo li.over ul, .menu-topo li a ul:hover{
  display:block;
}
.menu-topo li.menu-item-has-children a:hover{
  display:block;
}
.menu-topo li.menu-item-has-children ul.sub-menu li{
  display:block;
  width:150px;
  z-index: 9999999;
}
.menu-topo li ul.sub-menu{
  border-top:3px solid #ffef03;
}
.banner-header{
  background: black;
  height: 140px;
}
/* SOCIAL HEADER */
.social-header{
  background: black;
}

.social-header ul{
  float: right;
  margin-top: 5px;
  margin-right: 12px;
}

.social-header ul li{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px; 
  height: 40px;
  color: white;
  font-size: 18px;
  padding-top: 11px;
  text-align: center;
  cursor: pointer;
  position: relative;
  float: right;
}

.social-header ul li:before{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 36px;
  height: 40px;
  line-height: 40px;
}

.social-header ul li.facebooklike{
  width: 81px;
  position: relative;
  top:-6px;
}

.social-header ul li:hover{
  background: #000;
}

.social-header ul li.facebooklike:hover{
  background: none;
}

.social-header ul li a{
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 36px;
  margin:0 auto;
  position: absolute;
  left: 0;
}

.outbrain_single {margin: 15px auto;}
