/*
Theme Name: EOH 2014
Theme URI: http://www.instanteweb.com.br
Description: Tema criado pelo designer Vitor Hugo "Japa" e desenvolvido na agência Instante.
Author: Agência Instante
Version: 1.3.2
Tags: blog, instante
*/

/*DEFAULTS*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;} ol, ul { list-style: none;} blockquote, q { quotes: none;} blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;} :focus { outline: 0;} ins { text-decoration: none;} del { text-decoration: line-through;} table { border-collapse: collapse; border-spacing: 0;} textarea{ resize: none !important; }
@font-face {
    font-family: 'Museo';
    src: url('font/museo300-regular.eot');
    src: url('font/museo300-regular.eot?#iefix') format('embedded-opentype'),
         url('font/museo300-regular.woff2') format('woff2'),
         url('font/museo300-regular.woff') format('woff'),
         url('font/museo300-regular.ttf') format('truetype'),
         url('font/museo300-regular.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END RESET */
#header, #wrapper, #footer{
  width: 100%;
}

.alignleft{
  float: left;
  margin-right: 20px;
}

.alignright{
  float: right;
  margin-left: 20px;
}
.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter{
  text-align: center;
}
.stuck{
  position: absolute;
}

.clear{
  display: block;
  clear: both;
}
#footer .area,
.page-header .area,
#top .area{
  width: 1200px;
  margin: auto;
  position: relative;
}

a.developer {
	background: url(img/developer_logo.png) no-repeat center center;
	width: 66px;
	opacity: 0.4;
	height: 25px;
	display: block;
	float: right;
	margin-right: 25px;
	margin-top: 0px;
}

a.developer:hover{
	opacity: 0.5;
}

/* HIDE TEXT */
a.developer,
#top .social-trigger,
#top .search-trigger,
#top .menu li.logo a{
  font: 7px sans-serif;
  text-indent: -1930px;
  overflow: hidden;
  display: inline-block;
}
/* END HIDE TEXT */
/* END DEFAULTS */


/* THEME */
/* GENERAL*/

body{
  background: #ededed;
  /*DEFAULT padding-top: 80px;*/
  /*TERRA*/padding-top: 0px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a{
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}
input[type=text]{
  border: solid 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  padding: 8px 0px 10px 12px;
  font-size: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
}


/* TOP */

#top{
  border-bottom: solid 1px rgba(0,0,0,0.1);
  background-color: rgb(255, 255, 255);
  /*DEFAULT position: fixed;
  left: 0px;
  top: 60px;
  */
  position: relative;
  top: 30px;
  width: 100%;
  height: 80px;
  opacity: 1;
  z-index: 999999;
}
body.home #top{
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-bottom: none !important;
}
#top a{
  font-size: 20px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#top a:hover{
  color: rgba(0, 0, 0, 1);
}
#menu-fred,
#menu-principal{
  display: block;
  width: 1045px;
  float: left;
  padding: 9px 0;
  margin-left: 8px;
}
#top .menu li{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#top .menu a{
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 10px 9px;
}
#top .menu .sub-menu{
  position: absolute;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 5px;
  height: 0px;
  opacity: 0;
  transition: height 0s ease-in-out 0.2s, opacity 0.2s linear;
  z-index: 5;
}
#top .current-menu-item a,
#top .current-menu-parent > a{
  color: #60d360;
}
#top .menu>li{
  height: 70px;
}
.social-menu>li,
#search-menu>li{
  height: 85px !important;
}
li.novo .new-tag{
  position: absolute;
  background: url(img/new-tag.png) no-repeat;
  display: block;
  width: 33px;
  height: 22px;
  top: -5px;
  right: 10px;
}
#menu-principal .sub-menu{
  top: 50px;
  left: 5px;
  width: 190px;
}
#top .menu li:hover .sub-menu,
#top .menu li:active .sub-menu,
#top .menu li:focus .sub-menu{
  height: auto;
  opacity:1;
  transition-delay: 0s;
}
#menu-fred .sub-menu li,
#menu-principal .sub-menu li{
  width: 94%;
  margin: 0 3%;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
#menu-fred .sub-menu li:last-child,
#menu-principal .sub-menu li:last-child{
  border: none !important;
}
#menu-fred .sub-menu a,
#menu-principal .sub-menu a{
  font-size: 16px;
  padding: 2px 5px 5px 2px;
  margin: 5px;
  text-align: left;
}
/* MENU SPECIAL CLASSES */
#top .menu li.logo a{
  border: none !important;
  background: url(img/entenda-os-homens-logo-pequena.png) center center no-repeat;
  width: 130px;
  height: 52px;
  margin: 5px 15px 0 0;
  padding: 0px;
}
#top .menu li.logo a:hover{
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
#top .social-trigger,
#top .search-trigger{
  border: solid 1px rgba(0,0,0,0.2);
  border-radius: 100px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 13px 10px 0 0 !important;
  position: relative;
  text-indent: 0px !important;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
#top .search-trigger{
  line-height: 48px !important;
}
#top .search-trigger{
  width: 50px;
  height: 50px;
  margin: 9px 0 0 0 !important;
}
#content{
 margin-top: 29px; 
}
#search-menu .sub-menu{
  width: 270px;
  right: -20px;
  top: 70px;
  z-index:1 !important;
}
#search-menu label{
  display: none;
}
#search-menu input[type=text]{
  width: 230px;
  background: transparent;
  border: none;
  height: 62px;
}
#search-menu input[type=submit]{
  display: block;
  width:60px;
  height: 60px;
  position: absolute;
  background: #60d360;
  border: none !important;
  top: 10px;
  right: 12px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s;
  font-size: 20px;
  padding-left: 9px;
  color: white;
  cursor: pointer;
}
#search-menu input[type=submit]:hover,
#search-menu input[type=submit]:focus{
  -webkit-transform: scale(1);
  transform: scale(1);
}
#top .social-trigger:hover,
#top .search-trigger:hover{
  border-color: rgba(0,0,0,0.4);
}
#top .social-menu,
#top #search-menu{
  float: left;
}
#top .social-menu .sub-menu li{
  width: 94%;
  margin: 0 3%;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
#top .social-menu .sub-menu{
  top: 64px !important;
  right: 0px;
  z-index: 2; !important;
}
#top .social-menu .sub-menu span{
  float: left;
  margin-right: 5px;
  margin-top: 4px;
  vertical-align: middle;
}
#top .social-menu .sub-menu a{
  font-size: 16px;
  padding: 2px 5px 5px 2px;
  margin: 5px;
  text-align: left;
  width: 146px;
}
#last-posts-fast-link{
  background-color: #5ED567;
  position: absolute;
  left: -62px;
  width: 125px;
  padding-left: 3px;
  top: 102px;
  height: 32px;
  line-height: 30px;
  color: white;
  font-size: 16px !important;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.last-posts-anchor{
  position: fixed;
  width: 1060px;
  left: 50%;
  top: 0px;
  margin-left: -530px;
  z-index: 998;
}
/* END MENU SPECIAL CLASSES */
/* END TOP */
/* FOOTER */
#footer{
  background: url(img/pattern-green.png) top center repeat fixed;
  padding: 75px 0;
  margin-top: 30px;
}
#footer h3{
  font-family: 'Museo', serif;
  color: black;
  background: white;
  display: inline-block;
  padding: 12px 18px;
  font-weight: normal;
  font-size: 22px;
}
#footer .author-list{
  text-align: left;
}
#footer .author-list *{
  padding: 0px !important;
}
#footer .author-list a{
  float: left;
  position: relative;
}
#footer .author-list a span.name{
position: absolute;
text-align: center !important;
font-size: 18px;
font-family: "Roboto Condensed", Arial, sans-serif;
color: white;
font-weight: 300;
background: rgba(0, 0, 0, 0.5);
top: 0px;
left: 0px;
height: 66px;
width: 80px;
overflow: hidden;
opacity: 0;
padding-top: 15px !important;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
  display: none !important;
  visibility: hidden !important;
}
#footer .author-list a:hover span.name{
  opacity: 1;
}
#footer .author-list a:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#footer .author-list .avatar{
  margin-bottom: -5px !important;
}
.fred-instagram .disclaimer,
#footer .disclaimer{
  font-size: 13px;
  font-family: "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.fred-instagram .menu,
#menu-rodape{
  margin: 35px 0 !important;
  float: left;
  width: 100%;
}
.fred-instagram .menu a,
#menu-rodape a{
  font-size: 22px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color:#333;
  text-align: center;
  background: white;
  display: inline-block;
  font-weight: 300;
  /* border: solid 1px white; */
  border-radius: 120px;
  padding: 12px 24px;
  float: left;
  margin: 0 20px 0 0;
}
.fred-instagram .menu a:hover,
#menu-rodape a:hover{
  background-color: rgba(0,0,0,0.3);
  color: white;
}
/* END FOOTER */
/* POST LIST */
.fred-posts-cover,
article.list-format{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding-bottom: 18px;
  display: inline-block;
  position: relative !important;
  margin: 10px;
  vertical-align: top;
}
.widget-post-list,
.fred-posts-cover,
article.list-format{
  height: 460px !important;
  width: 290px;
}
.list-wide-widgets img{
border-radius: 8px;
}
.popular-posts .widget-post-list{
  height:480px !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.category #primary,
body.search #primary,
body.tag #primary,
body.archive #primary,
body.home #primary{
  /*max-width: 1280px;*/
  width: 100%;
  margin: auto;
  text-align: center;
}
.area-list{
  width: 1280px;
  margin: auto;
  text-align: center;
}
body.author-2:not(.paged) .area-list{
  width: 1245px;
}
/*
#content article.list-format:nth-child(4n+1){ 
    margin-left: 15px !important;
  }
#content article.list-format:nth-child(4n+4){
  margin-right: 0px !important;
  clear: right !important;
}
*/
article.list-format *{
  max-width: 290px;
}
article.list-format .post_thumbnail a{
  width: 290px;
  height: 190px;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  border-radius: 8px 8px 0 0;
  margin-bottom: 28px;
}
article.list-format .post_thumbnail a:hover{
  background-size: 120% 120%;
}
#related-posts article.list-format .post_thumbnail a{
  height: 170px !important;
}
article.list-format .entry-header{
  position: relative;
}
.main-post .entry-header .category-list li,
article.list-format .entry-header .category-list li{
  display: none;
}
.main-post .entry-header .category-list li:first-child,
article.list-format .entry-header .category-list li:first-child{
  display: block;
  position: absolute;
  top: 175px;
  left: 15px;
}
#related-posts article.list-format .entry-header .category-list li:first-child{
  top: 160px !important;
}
.main-post .entry-header .category-list li a,
article.list-format .entry-header .category-list li a{
  padding: 8px 12px;
  font-family: 'Museo', serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #60d360;
  font-weight: normal !important;
}
.main-post .entry-header .category-list li a:hover,
article.list-format .entry-header .category-list li a:hover{
  text-decoration: underline;
}
article.list-format .entry-meta time,
article.list-format .entry-content,
article.list-format .entry-title{
  margin-left: 15px;
}
article.list-format .entry-content,
article.list-format .entry-title{
  width: 262px;
  display: block;
}
article.list-format .entry-content p{
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #555;
  line-height: 1.429;
  text-align: left;
}
article.list-format .entry-title{
  font-size: 22px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  color: rgb(39, 39, 39);
  text-align: left;
  line-height: 26px;
  margin-bottom: 18px;
}
article.list-format .entry-title a{
  color: rgb(39, 39, 39);
}
article.list-format .entry-title a:hover{
  text-decoration: underline;
}
article.list-format .entry-meta{
  border-top: solid 1px #ececec;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 45px;
  text-align: left;
}
article.list-format .entry-meta time,
article.list-format .entry-meta .dsq_comments_count,
article.list-format .entry-meta .fb_comments_count{
  font-size: 13px;
  font-family: "Arial";
  color: rgb(113, 113, 113);
  font-style: italic;
  text-align: left;
  width: 25px;
  max-width: 25px;
}
.main-post .entry-meta .dsq_comments_count,
article.list-format .entry-meta .dsq_comments_count,
.main-post .entry-meta .fb_comments_count,
article.list-format .entry-meta .fb_comments_count{
  background: url(img/icon-comment-count.png) left center no-repeat;
  padding-left: 20px;
  font-weight: normal !important;
  vertical-align: middle;
  width: 25px;
  max-width: 25px;
}
article.list-format .entry-meta .fb_iframe_widget{
  margin: 0 10px;
}
/*
#related-posts{
  margin-top: 30px;
}
*/
#related-posts .list-format{
  width: 252px !important;
}
#related-posts .list-format *{
  max-width: 252px !important;
}
#related-posts .list-format .entry-title,
#related-posts .list-format .entry-content{
  width: 222px;
  margin-left: 15px !important;
}
#related-posts .list-format .entry-title a{
  font-weight: normal !important;
}
/* OCULTA A IMAGEM POIS ELA ESTA ATIVA NO BG DO ELEMENTO VIA PHP */
article.list-format img{display: none;}
/* END POST LIST */
/* CATEGORY */
.page-title{
  font-size: 38px;
  font-family: 'Museo', serif;
  color: rgb(0, 0, 0);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
.page-title small{
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.page-title .icon{
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #60d360;
}
.category-archive-meta{
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  display: inline-block;
  line-height: 32px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  color: #868686;
  margin-left: 20px;
}
.page-header .suggest-quiz{
  color: white;
  position: absolute;
  right: 0px;
  top: 4px;
  background: #BC48FF;
  border-radius: 50px;
  padding: 0px 20px 3px;
  border: solid 1px white;
}
.page-header .suggest-quiz:hover{
  border-color: #BC48FF;
  color: #BC48FF;
  background: white;
}
.page-header .suggest-quiz .icon{
  margin-right: 5px;
}
.page-header{
  width: 100%;
  background: url(img/pattern-green-small.png) bottom center repeat-x #fff;
  padding: 15px 0 25px 0;
  text-align: left;
  margin-bottom: 20px;
}
/* END CATEGORY */
/* AUTHOR */
.author-header{
  border-radius: 5px;
  background: #fff;
  
  height: auto;
  padding-bottom: 40px;
  width: 95%;
  margin: 40px auto 40px;
}
body.author #author-description{
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  color: #9C9C9C;
  text-align: center;
  max-width: 690px;
  margin: 12px auto 0;
  font-weight: 300;
}
.author-header h1 a{
  color:#60d360;
}
.author-header #author-avatar{
  background: #fff url(img/pattern-green.png) top left repeat fixed;
  position: relative;
  height: 124px;
  border-radius: 5px 5px 0px 0px;
  overflow: visible;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.author-header *{
  text-align: center !important;
}
.author-header .page-title{
  display: block;
}
body.author #author-avatar img{
  border: solid 8px white;
  border-radius: 200px;
  height: 150px;
  width: 150px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
body.author #author-avatar:hover img,
.author-header:hover #author-avatar img{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.author-post-count{
  color: #929292;
  font-size: 18px;
  font-family: 'Museo', Georgia, serif;
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
#author-meta{
  position: relative;
  width: 100%;
  height: 0px;
}
.fred-top .social-menu a,
#author-meta a{
  font-size: 22px;
  color: white;
  width: 36px;
  height: 34px;
  padding-top: 2px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 2px -50px 2px;
  text-align: center;
}
#author-meta a:hover{
  width: 46px;
  height: 42px;
  padding-top: 4px;
  font-size: 26px;
}
.fred-top a.site-link,
#author-meta a.site-link{
  background: #60d360;
}
.fred-top a.instagram-link,
#author-meta a.instagram-link{
  background: #ff9600;
}
.fred-top a.twitter-link,
#author-meta a.twitter-link{
  background: #01a9d0;
}
.fred-top a.facebook-link,
#author-meta a.facebook-link{
  background: #2c6cae;
}
.fred-top a.youtube-link,
#author-meta a.youtube-link{
  background: #C31F47;
}
/* END AUTHOR */
/*PAGINATION*/
.pagination{
  background: white;
  width: 100%;
  padding: 15px 0 18px 0;
  text-align: center;
  position: relative;
  margin-bottom: -40px;
  margin-top: 40px;
  float: left;
  z-index: 3;
}
.pagination *{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.pagination span.pages{
  color: #272727;
  font-size: 36px;
  margin-right: 25px !important;
  font-weight: 300;
  font-family: 'Museo', Georgia, serif;
}
.pagination span.current,
.pagination a{
  width: 35px;
  height: 29px;
  padding-top: 6px;
  border-radius: 100%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #60d360;
  color: #60d360;
  background: white;
  text-align: center;
}
.pagination .current{
  color: white !important;
  background: #272727 !important;
  border-color: #272727 !important;
}
.pagination a:hover{
  color: white !important;
  background: #60d360;
}
.pagination a.next,
.pagination a.previous{
  width: auto !important;
  padding: 6px 20px 0 !important;
  border-radius: 30px !important;
}
/*END PAGINATION*/
/*SINGLE*/
body.default-page #main,
body.single #main{
  width: 1150px;
  margin: auto;
}
body.default-page #primary,
body.single #primary{
  width: 830px;
  float: left;
}
/*END SINGLE*/
/*SIDEBAR*/
#fred-sidebar,
#secondary{
  width: 290px;
  float: right;
  margin-top: 25px;
  position: relative;
}
#fred-sidebar article.list-format,
#secondary article.list-format{
  border-bottom: none !important;
  display: block !important;
  padding: 0px !important;
  margin: 0px !important;
}
#fred-sidebar article.list-format .entry-meta,
#secondary article.list-format .entry-meta{
  line-height: normal !important;
  margin-bottom: 15px !important;
}
#fred-sidebar article.list-format .entry-content,
#secondary article.list-format .entry-content{
  margin-bottom: 18px
}
#fred-sidebar .post_thumbnail a,
#secondary .post_thumbnail a{
  border-radius: 0px !important;
}
#fred-sidebar article.list-format,
#secondary article.list-format{
  border-radius: 0 0 5px 5px !important;
}
#secondary article.list-format{
  height: 500px !important;
}
#fred-sidebar .widget,
#secondary .widget{
  margin-bottom: 30px;
  position: relative;
}
#fred-sidebar .widget-title,
#secondary .widget-title{
  font-size: 38px;
  color: #272727;
  font-family: 'Museo', serif;
  display: inline-block;
  width: 272px;
  background: url(img/pattern-green-small.png) white top center repeat-x;
  border-radius: 5px 5px 0 0;
  padding: 20px 0 12px 18px;
  margin: 0 !important;
  text-align: left;
}
#fred-sidebar .widget-title *,
#secondary .widget-title *{
  color: #272727;
}
.widget-post-list{
  display:block;
  overflow: hidden;
}
.widget_ultimate_posts{
  position: relative;
}
.widget_ultimate_posts .controls{
  position: absolute;
  top: 0px;
  right: 0px;
}
.widget_ultimate_posts .controls a{
  display: block;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #CDCDCD;
  color: #808080;
  height: 23px;
  padding-top: 7px;
  width: 30px;
  text-align: center;
  overflow: hidden;
  top: 25px;
}
.widget_ultimate_posts .controls a.nextBtn{
  right: 15px;
}
.widget_ultimate_posts .controls a.prevBtn{
  right: 52px;
}
.widget_ultimate_posts .controls a:hover{
  border-color: #444;
  color: #444;
}
.widget .widget-icon{
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 42px;
}
.popular-posts .widget-icon{
  color: #fcbd22 !important;
}
body.single #secondary .static-videos{
  position: absolute !important;
}
body.single #secondary .static-videos{
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  top: auto !important;
  position: relative !important;
}
#fred-sidebar .videos-posts .widget-post-list,
#secondary .videos-posts .widget-post-list{
  height: 455px !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#secondary .videos-posts li .entry-meta{
  bottom: 22px !important;
}
#fred-sidebar .videos-posts li .entry-meta{
  bottom: -18px !important;
}
.videos-posts .widget-icon{
  color: #ff504d !important;
}
#fred-sidebar .videos-posts .widget-title,
#secondary .popular-posts .widget-title,
#secondary .videos-posts .widget-title,
#secondary .widget_tag_cloud .widget-title{
  padding-left: 62px !important;
  width: 228px !important;
}
#secondary .popular-posts .widget-title{
  font-size: 32px;
  line-height: 42px;
  background-image: url(img/pattern-yellow-small.png);
  padding-left: 52px !important;
  width: 238px !important;
}
#fred-sidebar .videos-posts .widget-title,
#secondary .videos-posts .widget-title{
  background-image: url(img/pattern-red-small.png);
}
#secondary .popular-posts .widget-desc:before{
  content: "Você pode acabar gostando desses posts aqui também!";
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #999;
  font-size: 18px;
  padding: 10px 30px 17px;
  border-top: solid 1px #eee;
  display: block;
  background: white;
}
#secondary .widget_tag_cloud .widget-icon{
  color: #FD6A38 !important;
}
#secondary .widget_tag_cloud .widget-title{
  background-image: url(img/pattern-orange-small.png);
}
#secondary .tagcloud{
  width: 100%;
  overflow: scroll;
  height: 180px;
  border-top: solid 1px #eee;
  background: white;
  border-radius: 0 0 5px 5px;
}
#secondary .tagcloud a{
  color: #737373;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  
  display: inline-block;
  margin-left: 20px;
}
#secondary .tagcloud a:hover{
  text-decoration: underline;
}
#secondary .tagcloud a:before{
  content: '# ';
}
#secondary .WPBannersWidget,
#secondary .WPBannersWidget div,
#secondary .WPBannersWidget ul,
#secondary .WPBannersWidget iframe,
#secondary .WPBannersWidget a,
#secondary .WPBannersWidget img{
  width: 290px;
  max-width: 290px;
  border-radius: 5px;
}
#wp_banners-4 *{
  width: 300px !important;
  max-width: 300px !important;
  border-radius: 0px !important;
}
#secondary .WPBannersWidget{
  height: auto;
}
#secondary .WPBannersWidget img{
  height: auto;
}
#secondary .WPBannersWidget div,
#secondary .WPBannersWidget ul,
#secondary .WPBannersWidget iframe,
#secondary .WPBannersWidget a{
  margin: 0px !important;
  padding: 0px !important;
}
/*END SIDEBAR*/
/*BANNERS*/
.WPBannersWidget{
  border-radius: 5px;
  position: relative;
}
.WPBannersWidget .widget-title{
  display: none !important;
}
/*END BANNERS*/
/*SINGLE*/
body.default-page .main-post .post_thumbnail img,
.main-post .post_thumbnail img{
  display: none;
}
body.default-page .main-post,
.main-post{
  padding: 0 80px 45px;
  background: url(img/pattern-green-small.png) bottom center repeat-x white;
  border-radius: 0 0 5px 5px;
  position: relative;
}
body.default-page .main-post .post_thumbnail,
.main-post .post_thumbnail{
  width: 830px;
height: 530px;
overflow: hidden;
background-position: top center !important;
background-size: cover;
position: relative;
margin-left: -80px;
margin-bottom: 40px;
margin-top: -20px;
}
body.default-page .main-post h1.entry-title,
.main-post .entry-title{
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  font-size: 38px;
}
body.default-page .main-post h1.entry-title{
  color: #000;
  font-family: 'Museo' !important;
  font-size: 44px;
  margin-bottom: 30px !important;
}
body.default-page .main-post h1.entry-title a,
.main-post .entry-title a{
  color: #000;
}
.main-post .entry-header .category-list li a{
  position: absolute;
top: 337px;
  left: 25px;
  white-space: nowrap;
}
body.default-page .main-post .entry-content p,
.main-post .entry-content p{
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 34px;
  margin-bottom: 30px;
}
body.default-page .main-post .entry-content p strong,
body.default-page .main-post .entry-content p b,
.main-post .entry-content p strong,
.main-post .entry-content p b{
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.main-post .entry-content h2,
.main-post .entry-content h3,
.main-post .entry-content h4{
  margin-bottom: 15px !important;
  font-weight: bold !important;
}
.entry-content .middle-sense{
  margin: 5px 0 15px -15px !important;
}
#small-post-widget{
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: solid 1px #D7D7D7;
  padding: 15px;
}
#large-post-widget{
  text-align: center;
  width: 728px;
  position: relative;
  margin: 10px 0 45px -30px;
}
.main-post .entry-meta{
  display: block;
  margin: 15px 0;
  color: #9197a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.main-post .entry-meta time{
  color: #9197a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.main-post .entry-meta time .icon{
  margin-right: 10px;
}
.main-post .entry-meta a{
  color: #60d360;
}
.main-post .entry-meta a:hover{
  text-decoration: underline;
}
.main-post .entry-meta .dsq_comments_count,
.main-post .entry-meta .fb_comments_count{
  margin-left: 10px;
}
body.default-page .main-post .entry-content p a,
.main-post .entry-content p a,
.main-post .entry-content a{
  text-decoration: underline;
  color: #333;
}
body.default-page .main-post .entry-content p a:hover,
.main-post .entry-content p a:hover{
  color: #60d360;
}
body.default-page .main-post .entry-content blockquote,
.main-post .entry-content blockquote{
  margin-left: 30px;
  border-left: solid 3px #60d360;
  padding-left: 20px;
}
body.default-page .main-post .entry-content blockquote,
body.default-page .main-post .entry-content blockquote p,
.main-post .entry-content blockquote,
.main-post .entry-content blockquote p{
  font-family: Georgia, serif;
  font-style: italic;
}
body.default-page .main-post .entry-content hr,
.main-post .entry-content hr{
  border: none;
  border-top: solid 1px #eee;
  margin-bottom: 30px;
}
body.default-page .main-post .entry-content .gallery,
.main-post .entry-content .gallery{
  width: 100%;
  margin: 0 0 30px 0 !important;
  display: block;
}
body.default-page .main-post .entry-content .gallery img,
.main-post .entry-content .gallery img{
  border-radius: 100%;
  padding: 2px;
  border: solid 3px white !important;
}
body.default-page .main-post .entry-content .gallery img:hover,
.main-post .entry-content .gallery img:hover{
  border-color: #60d360 !important;
}
.entry-content .wp-caption-text,
.entry-content .gallery-caption{
  font-size: 13px;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  color: #777;
}
.wp-caption.alignleft img.avatar{
  float: left;
  border-radius: 300px !important;
  margin: 0 20px 20px 0;
  width: 150px !important;
  height: 150px !important;
}
body.default-page .main-post .entry-content .size-large,
.main-post .entry-content .size-large{
  margin-left: -80px;
}
body.default-page .main-post .entry-content *,
.main-post .entry-content *{
  max-width: 830px;
}
body.default-page .main-post .entry-content img,
.main-post .entry-content img{
  height: auto;
}

.entry-content img.size-full{
  max-width: 670px !important;
}
body.default-page .main-post .entry-content .align-none,
.main-post .entry-content .align-none{
  margin: auto;
}
.entry-content .wp-caption-text{
  font-size: 18px !important;
  margin: 0px;
  padding: 0px;
  line-height: 28px !important;
  font-weight: 300 !important;
}
.entry-content .wp-caption{
  width: 100% !important;
  border-bottom: solid #eee 1px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.entry-content .wp-caption p{
  margin-bottom: 10px;
  text-align: center;
}
.entry-content .wp-caption.alignleft p{
  text-align: left;
}
.entry-content .wp-caption.alignright p{
  text-align: right;
}
.entry-content .wp-caption.aligncenter p{
  text-align: center;
}
.entry-content img.wp-user-avatar{
  border-radius: 500px;
  height: 110px !important;
  width: 110px !important;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.main-post .entry-footer{
  width: 110%;
  margin-left: -4.2%;
  margin-top: -20px;
}
.main-post .comment-trigger{
  font-size: 22px;
  color: #60d360;
  margin-top: 30px;
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.main-post .comment-trigger:hover .icon{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-post .comment-trigger .icon{
  border: solid 1px #60d360;
  height: 38px;
  padding-top: 14px;
  width: 52px;
  margin-right: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  transition: 0.2s;
}
.main-post .author-box *{
  display: inline-block;
  vertical-align: middle;
}
.main-post .author-box .author-name{
  font-family: 'Museo', Georgia, serif;
  color: #363636;
  font-size: 28px;
  line-height: 32px;
}
.main-post .author-box{
  float: right;
}
.main-post .author-box img{
  border-radius: 100%;
  border: solid 1px #cecece;
  padding: 5px;
  margin-left: 10px;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.main-post .author-box:hover img{
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.default-page .main-post .entry-content iframe,
.main-post .entry-content p iframe{
  width: 100% !important;
  min-height: 410px !important;
  height: auto;
}
/*END SINGLE*/
/*COMMENTS*/
#comments,
#disqus_thread,
#fbSEOComments{
  background: #fff;
  border-radius: 5px;
  padding: 25px 30px;
  width: 770px;
  margin-top: 30px;
  position: relative;
}
#comments-title{
  color: #60d360;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
  margin: 5px 0 25px 0;
}
#comments-title .icon{
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  margin-right: 12px;
}
.call-to-comment{
  position: absolute;
  display: block;
  width: 215px;
  height: 50px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #777;
  font-size: 22px;
  font-weight: 300;
  top: 35px;
  right: 60px;
  background: url(img/arrow-comment.png) bottom right no-repeat;
}
/*END COMMENTS*/
/*ENTRY-TOOLS*/
.entry-tools{
  position: absolute;
  top: 570px;
  width: 90px;
  left: -45px;
  text-align: center;
  /*transition: top 1s;*/
  z-index: 200;
}
.entry-tools .twitter-tweet-button,
.entry-tools .fb-like-content,
.entry-tools .add-fav{
  background: white;
  display: inline-block;
  padding: 10px;
  text-align: center !important;
  border-radius: 5px;
  margin-bottom: 15px;
}
.entry-tools .fb-like-content{
  margin-bottom: 22px;
}
.entry-tools .fb-send-content{
  background: white;
  display: inline-block;
  padding: 7px 10px 9px;
  text-align: left !important;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 11px
}
.add-fav .icon{
  font-size: 24px;
  margin-bottom: 5px;
  color: #FDC436;
  transition: all 0.2s;
}
.add-fav .fa-star{
  /*text-shadow: -1px -1px #d19e29;*/
  font-size: 30px;
}
.add-fav .button{
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff,#dedede);
  background-image: linear-gradient(#fff,#dedede);
  font-size: 11px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #838383;
  text-align: center;
  padding: 3px 8px;
  border-radius: 3px;
  border: solid 1px #ccc;
  display: inline-block;
  margin-bottom: 3px;
}
.add-fav .label{
  font-size: 12px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: #A3A3A3;
  text-align: center;
}
.add-fav .button:hover,
.add-fav .button:focus,
.add-fav .button:active{
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8,#d9d9d9);
  background-image: linear-gradient(#f8f8f8,#d9d9d9);
  border-color: #bbb;
}
.add-fav .button:active{
  background-color: #efefef;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}
/*ENTRY-TOOLS*/
/*HOME*/
.home-wide-widgets{
  margin: 25px auto 10px auto;
  max-width: 1220px;
}
.home-wide-widgets *{
  border-radius: 8px;
}
#social-shortcuts{
  width: 1220px;
  margin: 22px auto 0 auto;
  text-align: center;
}
.single #social-shortcuts{
  width: 100% !important;
}
#social-shortcuts li{
  display:inline-block;
  margin:0 7px;
}
#social-shortcuts a{
  display: block;
  border-radius: 20px;
  height: 31px;
  font-size: 16px;
  color: white;
  text-align: center;
  overflow: hidden;
  padding: 7px 20px 0 20px;
  width: 245px;
  vertical-align: middle;
}
.single #social-shortcuts a{
  width: 145px;
  height: 34px;
  font-size: 12px;
  border-radius: 8px !important;
}
#social-shortcuts a:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#social-shortcuts a span{
  font-size: 22px;
  margin-right: 7px;
  vertical-align: middle;
}
.single #social-shortcuts a span{
  margin:3px 4px 0 0 !important;
  display: inline-block;
}
#social-shortcuts .facebook-shortcut a{
  background-color: #346CAC;
}
#social-shortcuts .twitter-shortcut a{
  background-color: #1DAACF;
}
#social-shortcuts .youtube-shortcut a{
  background-color: #C21346;
}
#social-shortcuts .instagram-shortcut a{
  background-color: #FD951B;
}
#highlights{
  margin: -30px 0 15px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(img/instagram-bg.jpg) fixed right bottom repeat;
}
#highlights li{
  float: left;
  display: block;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 530px;
  height: 592px;
  overflow: hidden;
}
#highlights .area{
  width: 3710px;
}
#highlights .controls a{
  top: 130px !important;
  position: absolute;
  display: block;
  color: white;
  background: #5ED567;
  font-size: 42px;
  border-radius: 100%;
  width: 65px;
  line-height: 62px;
  text-align: center  !important;
  height: 65px;
  border: solid 5px white;
}
#highlights .controls a:hover{
  color: #5ED567;
  background-color: white;
}
#highlights .controls a.next{
  right: 10px;
}
#highlights .controls a.prev{
  left: 10px;
}
article.highlight-format{
  background-color: rgb(255, 255, 255);
  padding-bottom: 18px;
  display: inline-block;
  position: relative !important;
  vertical-align: top;
  height: 575px !important;
  width: 530px;
}
article.highlight-format *{
  max-width: 530px;
}
article.highlight-format .post_thumbnail a{
  width: 530px;
  height: 345px;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  margin-bottom: 28px;
  cursor: pointer;
}
article.highlight-format .post_thumbnail a:hover{
  background-size: 120% 120%;
}
article.highlight-format .entry-header{
  position: relative;
}
article.highlight-format .entry-header .category-list li{
  display: none;
}
article.highlight-format .entry-header .category-list li:first-child{
  display: block;
  position: absolute;
  top: 316px;
  left: 0px;
}
article.highlight-format .entry-header .category-list li a{
  padding: 8px 12px;
  font-family: 'Museo', serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #60d360;
}
article.highlight-format .entry-header .category-list li a:hover{
  text-decoration: underline;
}
article.highlight-format .entry-meta time,
article.highlight-format .entry-content,
article.highlight-format .entry-title{
  margin-left: 25px;
}
article.highlight-format .entry-content,
article.highlight-format .entry-title{
  width: 480px;
  display: block;
}
article.highlight-format .entry-content p{
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgb(113, 113, 113);
  line-height: 24px;
  text-align: left;
}
article.highlight-format .entry-title{
  font-size: 28px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  color: rgb(39, 39, 39);
  text-align: left;
  line-height: 32px;
  margin-bottom: 18px;
}
article.highlight-format .entry-title a{
  color: rgb(39, 39, 39);
}
article.highlight-format .entry-title a:hover{
  text-decoration: underline;
}
article.highlight-format .entry-meta{
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 45px;
  text-align: left;
}
article.highlight-format .entry-meta time,
article.highlight-format .entry-meta .dsq_comments_count,
article.highlight-format .entry-meta .fb_comments_count{
  font-size: 13px;
  font-family: "Arial";
  color: rgb(113, 113, 113);
  font-style: italic;
  text-align: left;
}
article.list-format .fb-like,
article.highlight-format .fb-like{
  max-width:100px !important;
width: 100px !important;
display: inline-block !important;
}
article.highlight-format .entry-meta .dsq_comments_count,
article.highlight-format .entry-meta .fb_comments_count{
  background: url(img/icon-comment-count.png) left center no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  width: 25px;
  max-width: 25px;
}
article.highlight-format .entry-meta .fb_iframe_widget{
  margin: 0 10px;
}
/* OCULTA A IMAGEM POIS ELA ESTA ATIVA NO BG DO ELEMENTO VIA PHP */
article.highlight-format img{display: none;}
/*END HIGHLIGHTS*/
body.home .title-bar{
  width: 100%;
  background: #ffffff url(img/pattern-green-small.png) top center repeat-x;
  color: #272727;
  font-family: 'Museo', serif;
  padding: 25px 0 15px 0;
  margin: 0 0 16px 0;
}
body.home #last-posts .title-bar .icon{
  color: #60d360;
}
body.home .title-bar h2{
  font-size: 32px;
  text-align: left;
  display: inline-block;
  margin: auto;
  float: left;
}
body.home .title-bar .area{
  margin: auto;
  width: 1230px;
  text-align: left;
}
body.home .title-bar .category-archive-meta{
  margin-top: 4px !important;
}
body.home .title-bar h2 a{
  color: inherit;
}
body.home .title-bar h2 a:hover{
  text-decoration: underline;
}
body.home .title-bar h2 .icon{
  display: inline-block;
}
#fred-posts h2 .icon{
  background: url(img/fred.png);
  height: 47px;
  width: 47px;
  vertical-align: middle;
  margin-right: 10px;
}
body.home #fred-posts .area-list,
body.home #fred-posts .area,
body.home #top-posts .area-list,
body.home #top-posts .area,
body.home #last-posts .area-list,
body.home #last-posts .area{
  position: relative;
}
body.home .title-bar .category-archive-meta .bt{
  position: absolute;
  top: 0px;
  right: 20px;
  border-radius: 50px;
  border: solid 1px;
  padding: 0px 20px 3px;
}
body.home #fred-posts .controls,
body.home #top-posts .controls,
body.home #last-posts .controls{
  position: absolute;
  top: -69px;
  right: 160px;
}
body.home #fred-posts .controls{
  top: -74px !important;
}
body.home .controls li{
  display: inline;
}
body.home #fred-posts .controls a,
body.home #top-posts .controls a,
body.home #last-posts .controls a{
  border-radius: 50px;
  display: inline-block;
  border: solid 1px;
  padding: 0px 0px 3px;
  width: 35px;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin-right: 5px;
}
body.home .title-bar .category-archive-meta .bt,
body.home #fred-posts .controls a,
body.home #top-posts .controls a,
body.home #last-posts .controls a{
  border-color: #60d360;
  color: #60d360;
}

body.home .title-bar .category-archive-meta .bt{
  top: 4px !important;
}
body.home .controls li.current a{
  background: black !important;
  color: white !important;
  border-color: transparent !important;
}
body.home .title-bar .category-archive-meta .bt:hover,
body.home #fred-posts .controls a:hover,
body.home #top-posts .controls a:hover,
body.home #last-posts .controls a:hover{
  border-color: #60d360 !important;
  color: white !important;
  background-color: #60d360 !important;
}
body.home .area-list .content{
  margin-left: auto;
  margin-right: auto;
}
/*
#fred-posts{
  width: 1260px;
}*/
body.home #primary{
  width: 100% !important;
  max-width: 100% !important;
}
#top-posts .title-bar{
  background-image: url(img/pattern-yellow-small.png);
}
#top-posts .title-bar .icon{
  color: #FBBC1F;
}
#fred-videos{
  background: url(img/fred-videos-bg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  height: 650px;
  margin-top: 10px;
}
#fred-videos .area{
  width: 1230px;
  margin: auto;
  height: 460px;
  position: relative;
  top: 50%;
  margin-top: -200px;
}
#fred-videos #home-small-widget{
  background: white;
  border-radius: 5px;
  width: 336px;
  height: 270px;
  padding-top: 15px;
  float: left;
  text-align: center;
  position: relative;
}
#fred-videos #home-small-widget .call-to-click{
  background: url(img/clique-imperdivel.png);
  height: 90px;
  width: 236px;
  position: absolute;
  bottom: -100px;
  left: 60px;
}
#video-list{
  width: 590px;
  display: block;
  text-align: center;
  float: left;
  margin: 0 30px;
  position: relative;
}
#video-list .video-format{
  width: 590px;
  position: relative;
}
#video-list .post_thumbnail a{
  width: 590px;
  height: 285px;
  margin-top: 0px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-size: cover;
}
#video-list .post_thumbnail img{
  display: none;
}
#video-list .icon{
  color: #DF2B20;
  font-size: 65px;
  display: inline-block;
  position: absolute;
  top: 245px;
  left: 260px;
  z-index: 2;
}
#video-list .white{
  height: 32px;
  width: 32px;
  background: white;
  position: absolute;
  top: 260px;
  left: 280px;
  z-index: 1;
}
#video-list .video-format .entry-title{
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  margin: 32px 0 28px;
}
#video-list .controls a{
  top: 130px !important;
  position: absolute;
  display: block;
  color: white;
  background: #DF2B20;
  font-size: 30px;
  border-radius: 100%;
  width: 45px;
  line-height: 42px;
  text-align: center;
  height: 45px;
}
#video-list .controls a:hover{
  background: white;
  color: #DF2B20;
}
#video-list .controls a.prevBtn{
  left: -22px;
}
#video-list .controls a.nextBtn{
  right: -22px;
}
#video-list .video-format .entry-title a{
  color: white;
}
#video-list .video-format .entry-title a:hover{
  text-decoration: underline;
}
#video-list .call-to-yt{
  background: url(img/call-to-yt.png) 0px 23px no-repeat;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  padding-top: 22px;
  text-align: right !important;
}
#fred-card{
  border-radius: 5px;
  background: url(img/pattern-green.png) center -30px repeat-x #fff;
  width: 220px;
  height: 285px;
  float: left;
  position: relative;
  text-align: center;
}
.playBt,
.playBt *{
  cursor: pointer;
}
#fred-card #author-avatar{
  border-radius: 100%;
  border: solid 8px white;
  overflow: hidden;
  height: 150px;
  width: 150px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s !important;
  position: relative;
  position: relative;
  display: block;
  margin: -20px auto 0;
}
#fred-card:hover #author-avatar{
  -webkit-transform: scale(1);
  transform: scale(1);
}
#fred-card #author-description a{
  display: block;
  color: #1d9e48;
  margin: 11px 0 0;
}
#fred-card #author-description a:hover{
  text-decoration: underline;
}
#fred-card #author-meta{
  width: 230px;
  margin-left: -4px;
}
#fred-card .call-to-click{
  background: url(img/call-to-fred.png) center center no-repeat;
  height: 99px;
  width: 179px;
  position: absolute;
  top: 330px;
  left: 10px;
  display: block;
}
#instagram{
  background: url(img/instagram-bg.jpg) center center repeat;
  background-attachment: fixed;
  margin-top: 20px;
  min-height: 615px;
  position: relative;
  overflow: hidden;
}
#instagram .area{
  width: 1200px;
  margin: -307px auto 0;
  position: relative;
  height: 615px;
  top: 50%;
}
#instagram .AlpinePhotoTiles_container_class{
  margin-bottom: 30px !important;
}
#instagram .AlpinePhotoTiles_container_class *{
  padding: 0px !important;
  margin: 0px !important;
  display: inline !important;
  float: left !important;
}
#instagram .AlpinePhotoTiles_container_class a:hover{
  -webkit-transform: scale(0.9);
}
#instagram .AlpinePhotoTiles_container_class a,
#instagram .AlpinePhotoTiles_container_class img{
  width: 200px !important;
  height: 200px !important;
}
#instagram .insta-book-title{
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  padding: 30px 0;
  font-size: 7px;
  background: url(img/insta-book-title.png) center center no-repeat;
  height: 32px;
  width: 100%;
}
#instagram .insta-book-title2{
  color: white;
  text-shadow: 1px 1px rgba(0,0,0,0.4);
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
#instagram .insta-book-title2 mark{
  color:white;
  font-weight: 700;
  background: none;
}
#instagram .call-to-book{
  color: #ffffff;
  font-size: 22px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 10px 25px 12px;
  border-radius: 100px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
#instagram .call-to-book:hover{
  border-color: white;
}
/*END HOME*/
/*FRED PAGE*/
#fred-intro{
  width: 100%;
  height: 600px;
  background: url(img/fred-intro-bg.jpg) bottom right no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -50px;
}
#fred-intro .area{
  margin: auto;
  width: 990px;
  height: 100%;
  position: relative;
}
#fred-intro .intro-content{
  width: 370px;
  height: 400px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -150px;
}
#fred-intro .intro-content *{
  text-align: left;
}
#fred-intro .entry-title{
  font-family: 'Museo', serif;
  font-size: 32px;
  color: #272727;
}
#fred-intro .fb-like{
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
#fred-intro p{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
}
body.author-2:not(.paged) #primary{
  width: 940px;
  float: left;
  margin-top: 25px;
}
/*
body.author-2:not(.paged) #main{
  width: 1245px;
  margin: auto;
}
body.author-2 .pagination{
  margin: 20px 0 -20px -20px !important;
}*/
body.author-2.paged .fred-posts-cover{
  display: none !important;
}
#fred-page #twitter-posts,
#fred-page #facebook-posts{
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff !important;
  height: 512px;
  padding: 16px 0 10px;
}
#fred-page #facebook-posts{
  width: 340px;
  float: left;
  background: url(img/pattern-dark-blue-small.png) top center repeat-x;
}
#fred-page #twitter-posts{
  width: 565px;
  float: left;
  margin-left: 25px;
  background: url(img/pattern-blue-small.png) top center repeat-x;
}
#fred-page #twitter-posts iframe{
  width: 525px !important;
  height: 450px !important;
}
#fred-page #twitter-posts h2,
#fred-page #facebook-posts h2{
  font-family: 'Museo', serif;
  font-size: 38px;
  color: #272727;
  display: block;
  text-align: center;
  margin-bottom: 2px;
}
#fred-page #twitter-posts h2 .icon{
  color: #17C3EA !important;
}
#fred-page #facebook-posts h2 .icon{
  color: #4463FD !important;
}
#fred-page #facebook-posts iframe{
  height: 450px !important;
}
.fred-posts-cover{
  background: url(img/pattern-green.png) !important;
  color: #ffffff;
  text-align: center !important;
  font-size: 72px;
  line-height: 32px;
}
.fred-posts-cover small{
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-top: 160px;
}
.fred-posts-cover span{
  font-size: 72px;
  line-height: 72px;
  display: block;
  font-family: 'Museo', serif;
}
.fred-instagram .area{
  margin: -245px auto 0 !important;
  height: 490px !important;
}
.fred-instagram .disclaimer{
  color: rgba(255,255,255,0.4);
}
.fred-instagram .menu{
  margin: -10px 0 20px !important;
  opacity: 0.5;
}
#menu-fred .sub-menu{
  width: 160px !important;
  right: 0px !important;
}
#menu-fred .fred-name a{
  color: #000000;
}
.fred-top .author-avatar{
  float: left;
  position: relative;
}
.fred-top .author-avatar img{
  border-radius: 200px;
  height: 70px;
  width: 70px;
  text-align: center;
  border: solid 1px rgba(0,0,0,0.1);
  padding: 2px;
  margin-top: 2px;
}
.fred-top .social-menu a{
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 -2px !important;
  padding-top:3px !important;
  height: 26px;
  width: 25px;
  border: solid 3px white;
}
.fred-top .social-menu a:hover{
  border-color: rgba(0,0,0,0.1);
}
.fred-top .social-menu{
  margin-top: 20px;
}
#menu-fred{
  width: 845px !important;
}
.fred-top .area{
  width: 1100px !important;
}
.spotify-widget{
  border-radius: 7px;
  padding-bottom: 10px;
}
.spotify-widget,
.spotify-widget .widget-title{
  background-color: #2d2d2d !important;
  color: white !important;
}
.spotify-widget .widget-title{
  font-size: 28px !important;
  text-indent: 50px;
}
.spotify-widget .widget-icon{
  color: #60d360 !important;
  left:-32px;
  top: 18px;
}
.spotify-widget .open-playlist{
  overflow: hidden;
  font-size: 7px;
  text-indent: -9999px;
  height: 32px;
  width: 250px;
  margin: 5px auto 15px auto;
  background: url(img/open-playlist.png) center center no-repeat;
  display: block;
  border: solid 1px #60d360;
  border-radius: 100px;
}
.spotify-widget .open-playlist:hover{
  background-color: #373737;
}
.spotify-widget iframe{
  width: 95% !important;
  height: 355px !important;
  margin: auto;
  display: block;
}
#fred-sidebar .book-link{
  overflow: hidden;
  font-size: 7px;
  text-indent: -9999px;
  height: 300px;
  width: 100%;
  background: url(http://www.entendaoshomens.com.br/wp-content/uploads/dededede.jpg) no-repeat center center;
  border-radius: 6px;
  display: block;
  background-size: auto 100%;
}
#fred-sidebar .book-link:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#fred-quotes{
  width: 870px;
  padding: 30px;
  background: #fff url(img/pattern-green-small.png) top center repeat-x;
  border-radius: 5px;
  margin: 25px 0 18px;
  text-align: left;
  position: relative;
}
#fred-quotes .controls{
  position: absolute;
  top: 36px;
  left: 310px;
  width: 90px
}
#fred-quotes .controls a{
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #CDCDCD;
  color: #808080;
  height: 23px;
  padding-top: 7px;
  width: 30px;
  text-align: center;
  overflow: hidden;
  margin-right: 5px;
}
#fred-quotes .all-quotes-bt{
  display: inline-block;
  border-radius: 20px;
  border: solid 1px #CDCDCD;
  color: #808080;
  height: 23px;
  padding: 4px 15px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 400px;
}
#fred-quotes .all-quotes-bt:hover,
#fred-quotes .controls a:hover{
  border-color: #333;
  color: #333;
}
#fred-quotes h2{
  font-size: 32px;
  font-family: 'Museo', serif;
  display: block;
}
#fred-quotes h2 .icon{
  color: #60d360;
  font-size: 38px;
  margin-right: 15px;
}
#fred-quotes ul{
  width: 800px;
  margin: 20px 0 20px 50px;
}
#fred-quotes ul li{
  width: 800px;
  background: #fff;
}
#fred-quotes ul li p{
  margin-bottom: 18px;
  color: #767676;
  font-size: 16px;
  font-family: Georgia, serif;
  line-height: 28px;
  font-style: italic;
}
#fred-quotes ul li .entry-title{
  font-family: Georgia, serif;
  color: #333;
  font-size: 20px;
  display: block;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 20px;
}
#fred-quotes ul li p a{
  color:#60d360;
  text-decoration: underline;
}
#fred-quotes .cycle-pager{
  top: -50px;
  right: 0px;
  position: absolute;
}
#fred-quotes .cycle-pager span{
  color: #5ED567;
  font-size: 30px;
  display: inline-block;
  margin-left: 5px;
  line-height: 10px;
  cursor: pointer;
}
#fred-quotes .cycle-pager span:hover{
  color: #555;
}
#fred-quotes .cycle-pager span.cycle-pager-active{
  color: #ccc !important;
}
#fred-quotes .social-meta *{
  vertical-align: middle;
}
#fred-quotes .social-meta .twitter-share-button{
  margin-left: 12px;
}
/*END FRED PAGE*/
/*LIVRO UM SORRISO OU DOIS*/
.book-intro{
  width: 100%;
  background-attachment: fixed;
  margin-top: -50px;
  background-repeat: repeat;
  overflow: hidden;
  margin-bottom: 30px;
}
#book1-intro{
  background-image: url(img/instagram-bg.jpg);
}
#book2-intro{
  background-image: url(img/book2-bg.jpg);
}
.book-intro .area,
.book-intro{
  min-height: 650px;
  height: 650px;
}
.book-intro .area{
  margin: auto;
  width: 990px;
  position: relative;
}
.book-intro p{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
}
.book-intro .intro-content{
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  width: 535px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -160px 0 0 0;
}
.book-intro .intro-content p{
  color: #ffffff;
  font-family: Georgia, serif;
  font-style: italic;
}
.book-intro .intro-content h4{
  font-family: 'Museo', sans-serif;
  color: white;
  opacity: 0.75;
  font-size: 18px;
  display: block;
  margin: 30px 0;
  font-style: normal;
}
.book-intro .stores-list{
  width: 100%;
}
.book-intro .stores-list li{
  display: inline-block;
  vertical-align: middle;
}
.book-intro .stores-list a{
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 45px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.book-intro .stores-list a:hover{
  opacity: 0.5;
}
.book-intro .stores-list .saraiva-store a{
  background-image: url(img/saraiva-store.png);
  width: 113px;
}
.book-intro .stores-list .cultura-store a{
  background-image: url(img/cultura-store.png);
  width: 70px;
}
.book-intro .stores-list .travessa-store a{
  background-image: url(img/travessa-store.png);
  width: 185px;
}
.book-intro .stores-list .curitiba-store a{
  background-image: url(img/curitiba-store.png);
  width: 100px;
}
.book-intro .stores-list .americanas-store a{
  background-image: url(img/americanas-store.png);
  width: 140px;
  background-position: bottom center;
}
.book-intro .stores-list .submarino-store a{
  background-image: url(img/submarino-store.png);
  width: 65px;
}
.book-intro .book-cover{
  background: url(img/book1-cover.png) top center no-repeat;
  height: 552px;
  width: 441px;
  position: absolute;
  right: 0px;
  bottom: -30px;
  display: block;
}
.book-intro .book-cover:hover{
  bottom: -2px;
}
#book2-intro .book-cover{
  background: url(img/book2-cover.png) top center no-repeat !important;
}
.book-page #about,
.book-page .content-page,
#book1-page #media{
  width: 1170px;
  padding: 30px;
  margin: 0 auto 30px;
  border-radius: 5px;
}
#book1-page #media,
.book-page .content-page,
.book-page #about{
  background: white;
}
.book-page #about h2,
.book-page .content-page h2{
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}
.book-page #about .entry-content{
  width: 440px;
  float: left;
}
.book-page #about .video{
  float: right;
  width: 670px;
  height: 407px;
}
.book-page #about p{
  color: #757575;
  font-size: 18px;
  line-height: 34px;
}
#book1-page #awards{
  width: 1230px;
  margin: 0 auto 30px auto;
}
#book1-page #awards a,
#book1-page #awards li{
  display: inline-block;
}
#book1-page #awards a{
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
}
#book1-page #awards .top50saraiva{
  background: url(img/saraiva-award1.png) center center no-repeat;
  width: 646px;
  margin: 0 30px 0 10px;
}
#book1-page #awards .top10veja{
  background: url(img/veja-award.png) center center no-repeat;
  width: 523px;
}
#book1-page #media h1{
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}
#book1-page #media>.left{
  float: left;
  width: 620px;
  margin-left: 25px;
}
#book1-page #media>.right{
  width: 420px;
  float: right;
  margin-right: 25px;
}
#book1-page #media .video-jo{
  background: url(img/jo.jpg) top center no-repeat;
  height: 400px;
  width: 620px;
  display: block;
}
#book1-page #media .site-list a:hover,
#book1-page #face .fb-album:hover,
#book1-page #media .video-jo:hover{
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
#book1-page #media h4{
  color: #777777;
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  display: block;
  border-bottom: solid 1px #ececec;
}
#book1-page #media .site-list li{
  display: inline-block;
  border-bottom: solid 1px #ececec;
  padding: 25px 0;
  text-align: center;
  float: left;
  width: 210px;
}
#book1-page #media .site-list a{
  display: inline-block;
  height: 82px;
  width: 160px;
  background-position: center center;
  background-repeat: no-repeat;
}
#book1-page #media .site-list .feminices a{
  background-image: url(img/site-feminices.png);
}
#book1-page #media .site-list .maxpress a{
  background-image: url(img/site-maxpress.png);
}
#book1-page #media .site-list .benvira a{
  background-image: url(img/site-benvira.png);
}
#book1-page #media .site-list .santa a{
  background-image: url(img/site-santa.png);
}
#book1-page #media .site-list .lazer a{
  background-image: url(img/site-lazer.png);
}
#book1-page #media .site-list .tumblr a{
  background-image: url(img/site-tumblr.png);
}
#book1-page #media .site-list .last{
  border-bottom: none !important;
}
.book-page #instagram .area{
  width: 1200px;
  margin: 20px auto;
  height: auto;
  top: auto;
}
#book1-page #fred-call-to-action{
  background: url(img/fred-book-call.png) center center no-repeat;
  width: 100%;
  margin: 30px auto 30px;
  display: block;
  height: 140px;
}
#book2-page #fred-call-to-action{
  background: url(img/fred-book2-call.png) center center no-repeat;
  width: 100%;
  margin: 30px auto 30px;
  display: block;
  height: 140px;
}
.book-page > .area{
  width: 1230px;
  margin: 0 auto 30px;
}
.book-page #read,
.book-page #face{
  padding: 30px;
  background: white;
  border-radius: 5px;
}
.book-page #read{
  float: left;
  float: left;
  width: 580px;
}
.book-page #face{
  float: right;
  width: 500px;
  margin-bottom: 30px;
}
.book-page #face h2,
.book-page #read h2{
  color: #777777;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  display: block;
}
#book1-page #face .fb-album{
  background: url(img/fb-album.jpg) center center no-repeat;
  width: 500px;
  display: block;
  margin-bottom: 30px;
  height: 490px; 
}
.book-page #face h3{
  color: #3A5998;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  display: block;
}
.book-page #face h3 .icon{
  margin-right: 10px;
}
.book-page #read h2{
  text-align: left !important;
  padding-bottom: 20px;
  border-bottom: solid 1px #dedede;
}
#book1-page #read .icon{
  float: left;
  font-size: 38px;
  color: #F9BD33;
  vertical-align: top;
}
.book-page #read .entry-content{
  float: left;
  width: 520px;
  margin-left: 20px;
  vertical-align: top;
}
#book1-page #read .fred-signature,
.book-page #read .entry-content h2,
.book-page #read .entry-content h3,
.book-page #read .entry-content h4{
  font-family: 'Museo', serif;
  font-size: 38px;
  margin-bottom: 30px;
  display: block;
  color: #333;
}
.book-page #read .entry-content p{
  color: #767676;
  font-family: Georgia, serif;
  font-style: italic;
  color: #767676;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
#book2-page #read .entry-content{
  margin-left: 0px !important;
}
#book1-page #read .bt{
  color: #F9BD33;
  font-size: 16px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  border: solid 1px #F9BD33;
  padding: 8px 20px 10px 20px;
  display: inline-block;
  float: left;
  border-radius: 200px;
}
#book1-page #read .fred-signature{
  font-size: 22px;
  float: right;
}
/*END LIVRO*/
body.page-id-13642 #footer{
  display: none;
}
body.page #content .entry-content a{
  color: inherit;
}
body.page #content .entry-content p a,
body.page #content .entry-content a:hover{
  text-decoration: underline;
}

body>iframe {
	display:none !important;
}
/*COLORS*/


/*POPULARES*/
body.category-populares .pagination a{
  border-color: #FABB20 !important;
}
body.category-populares #disqus_thread,
body.category-populares #disqus_thread a,
body.category-populares #top .current-menu-item a,
body.category-populares #top .current-menu-parent > a,
body.category-populares .page-title .icon,
body.category-populares .pagination a{
  color: #FABB20;
}
body.category-populares .page-header,
body.category-populares .main-post{
  background-image: url(img/pattern-yellow-small.png) !important;
}
body.category-populares #footer{
  background-image: url(img/pattern-yellow.png) !important;
}
body.category-populares #search-menu input[type=submit],
body.category-populares .pagination a:hover{
  background-color: #FABB20 !important;
}
body.category-populares .pagination a,
body.category-dicas .pagination a{
  border-color: #FABB20 !important;
}


/*QUIZ*/
body.category-quiz #search-menu input[type=submit],
body.category-quiz .pagination a:hover,
article.category-quiz .entry-header .category-list li a{
  background-color: #BC48FF !important;
}
body.category-quiz #footer{
  background-image: url(img/pattern-purple.png) !important;
}
body.category-quiz .page-header,
body.category-quiz .main-post{
  background-image: url(img/pattern-purple-small.png) !important;
}
body.category-quiz #disqus_thread,
body.category-quiz #disqus_thread a,
body.category-quiz .main-post .entry-content p a:hover,
body.category-quiz .main-post .entry-meta a,
body.category-quiz .main-post .comment-trigger,
body.category-quiz .page-title .icon,
body.category-quiz #top .current-menu-item a,
body.category-quiz #top .current-menu-parent > a,
body.category-quiz .pagination a,
body.category-quiz #comments-title{
  color: #BC48FF;
}
body.category-quiz .main-post .entry-content .gallery img:hover,
body.category-quiz .main-post .entry-content blockquote,
body.category-quiz .pagination a,
body.category-quiz .main-post .comment-trigger .icon{
  border-color: #BC48FF !important;
}


/*PAPO COM A LEITORA*/
body.category-papo-com-a-leitora #search-menu input[type=submit],
body.category-papo-com-a-leitora .pagination a:hover,
article.category-papo-com-a-leitora .entry-header .category-list li a{
  background-color: #BC48FF !important;
}
body.category-papo-com-a-leitora #footer{
  background-image: url(img/pattern-purple.png) !important;
}
body.category-papo-com-a-leitora .page-header,
body.category-papo-com-a-leitora .main-post{
  background-image: url(img/pattern-purple-small.png) !important;
}

body.category-papo-com-a-leitora #disqus_thread,
body.category-papo-com-a-leitora #disqus_thread a,
body.category-papo-com-a-leitora .main-post .entry-content p a:hover,
body.category-papo-com-a-leitora .main-post .entry-meta a,
body.category-papo-com-a-leitora .main-post .comment-trigger,
body.category-papo-com-a-leitora .page-title .icon,
body.category-papo-com-a-leitora #top .current-menu-item a,
body.category-papo-com-a-leitora #top .current-menu-parent > a,
body.category-papo-com-a-leitora .pagination a,
body.category-papo-com-a-leitora #comments-title{
  color: #BC48FF;
}
body.category-papo-com-a-leitora .main-post .entry-content .gallery img:hover,
body.category-papo-com-a-leitora .main-post .entry-content blockquote,
body.category-papo-com-a-leitora .pagination a,
body.category-papo-com-a-leitora .main-post .comment-trigger .icon{
  border-color: #BC48FF !important;
}



/*FETICHE*/
body.category-fetiche #search-menu input[type=submit],
body.category-fetiche .pagination a:hover,
article.category-fetiche .entry-header .category-list li a{
  background-color: #FD4A4D !important;
}
body.category-fetiche #footer{
  background-image: url(img/pattern-red.png) !important;
}
body.category-fetiche .page-header,
body.category-fetiche .main-post{
  background-image: url(img/pattern-red-small.png) !important;
}

body.category-fetiche #disqus_thread,
body.category-fetiche #disqus_thread a,
body.category-fetiche .main-post .entry-content p a:hover,
body.category-fetiche .main-post .entry-meta a,
body.category-fetiche .main-post .comment-trigger,
body.category-fetiche #top .current-menu-item a,
body.category-fetiche .page-title .icon,
body.category-fetiche #top .current-menu-parent > a,
body.category-fetiche .pagination a,
body.category-fetiche #comments-title{
  color: #FD4A4D;
}
body.category-fetiche .main-post .entry-content .gallery img:hover,
body.category-fetiche .main-post .entry-content blockquote,
body.category-fetiche .pagination a,
body.category-fetiche .main-post .comment-trigger .icon{
  border-color: #FD4A4D !important;
}



/*LIVROS*/
body.category-livros #search-menu input[type=submit],
body.category-livros .pagination a:hover,
article.category-livros .entry-header .category-list li a{
  background-color: #FD4A4D !important;
}
body.category-livros #footer{
  background-image: url(img/pattern-red.png) !important;
}
body.category-livros .page-header,
body.category-livros .main-post{
  background-image: url(img/pattern-red-small.png) !important;
}
body.category-livros #disqus_thread,
body.category-livros #disqus_thread a,
body.category-livros .main-post .entry-content p a:hover,
body.category-livros .main-post .entry-meta a,
body.category-livros .main-post .comment-trigger,
body.category-livros #top .current-menu-item a,
body.category-livros .page-title .icon,
body.category-livros #top .current-menu-parent > a,
body.category-livros .pagination a,
body.category-livros #comments-title{
  color: #FD4A4D;
}
body.category-livros .main-post .entry-content .gallery img:hover,
body.category-livros .main-post .entry-content blockquote,
body.category-livros .pagination a,
body.category-livros .main-post .comment-trigger .icon{
  border-color: #FD4A4D !important;
}



/*VIDEOS*/
body.category-videos #search-menu input[type=submit],
body.category-videos .pagination a:hover,
article.category-videos .entry-header .category-list li a{
  background-color: #FD4A4D !important;
}
body.category-videos #footer{
  background-image: url(img/pattern-red.png) !important;
}
body.category-videos .page-header,
body.category-videos .main-post{
  background-image: url(img/pattern-red-small.png) !important;
}

body.category-videos #disqus_thread,
body.category-videos #disqus_thread a,
body.category-videos .main-post .entry-content p a:hover,
body.category-videos .main-post .entry-meta a,
body.category-videos .main-post .comment-trigger,
body.category-videos #top .current-menu-item a,
body.category-videos .page-title .icon,
body.category-videos #top .current-menu-parent > a,
body.category-videos .pagination a,
body.category-videos #comments-title{
  color: #FD4A4D;
}
body.category-videos .main-post .entry-content .gallery img:hover,
body.category-videos .main-post .entry-content blockquote,
body.category-videos .pagination a,
body.category-videos .main-post .comment-trigger .icon{
  border-color: #FD4A4D !important;
}



/*CRONICAS*/
body.category-cronicas #search-menu input[type=submit],
body.category-cronicas .pagination a:hover,
article.category-cronicas .entry-header .category-list li a{
  background-color: #0095D9 !important;
}
body.category-cronicas #footer{
  background-image: url(img/pattern-blue.png) !important;
}
body.category-cronicas .page-header,
body.category-cronicas .main-post{
  background-image: url(img/pattern-blue-small.png) !important;
}

body.category-cronicas #disqus_thread,
body.category-cronicas #disqus_thread a,
body.category-cronicas .main-post .entry-content p a:hover,
body.category-cronicas .main-post .entry-meta a,
body.category-cronicas .main-post .comment-trigger,
body.category-cronicas #top .current-menu-item a,
body.category-cronicas .page-title .icon,
body.category-cronicas #top .current-menu-parent > a,
body.category-cronicas .pagination a,
body.category-cronicas #comments-title{
  color: #0095D9;
}
body.category-cronicas .main-post .entry-content .gallery img:hover,
body.category-cronicas .main-post .entry-content blockquote,
body.category-cronicas .pagination a,
body.category-cronicas .main-post .comment-trigger .icon{
  border-color: #0095D9 !important;
}



/*ARTE E MODA*/
body.category-arte-e-moda #search-menu input[type=submit],
body.category-arte-e-moda .pagination a:hover,
article.category-arte-e-moda .entry-header .category-list li a{
  background-color: #BC48FF !important;
}
body.category-arte-e-moda #footer{
  background-image: url(img/pattern-purple.png) !important;
}
body.category-arte-e-moda .page-header,
body.category-arte-e-moda .main-post{
  background-image: url(img/pattern-purple-small.png) !important;
}

body.category-arte-e-moda #disqus_thread,
body.category-arte-e-moda #disqus_thread a,
body.category-arte-e-moda .main-post .entry-content p a:hover,
body.category-arte-e-moda .main-post .entry-meta a,
body.category-arte-e-moda .main-post .comment-trigger,
body.category-arte-e-moda #top .current-menu-item a,
body.category-arte-e-moda .page-title .icon,
body.category-arte-e-moda #top .current-menu-parent > a,
body.category-arte-e-moda .pagination a,
body.category-arte-e-moda #comments-title{
  color: #BC48FF;
}
body.category-arte-e-moda .main-post .entry-content .gallery img:hover,
body.category-arte-e-moda .main-post .entry-content blockquote,
body.category-arte-e-moda .pagination a,
body.category-arte-e-moda .main-post .comment-trigger .icon{
  border-color: #BC48FF !important;
}



/*LIFE STYLE*/
body.category-lifestyle #search-menu input[type=submit],
body.category-lifestyle .pagination a:hover,
article.category-lifestyle .entry-header .category-list li a{
  background-color: #FF7038 !important;
}
body.category-lifestyle #footer{
  background-image: url(img/pattern-orange.png) !important;
}
body.category-lifestyle .page-header,
body.category-lifestyle .main-post{
  background-image: url(img/pattern-orange-small.png) !important;
}
body.category-lifestyle #disqus_thread,
body.category-lifestyle #disqus_thread a,
body.category-lifestyle .main-post .entry-content p a:hover,
body.category-lifestyle .main-post .entry-meta a,
body.category-lifestyle .main-post .comment-trigger,
body.category-lifestyle #top .current-menu-item a,
body.category-lifestyle .page-title .icon,
body.category-lifestyle #top .current-menu-parent > a,
body.category-lifestyle .pagination a,
body.category-lifestyle #comments-title{
  color: #FF7038;
}
body.category-lifestyle .main-post .entry-content .gallery img:hover,
body.category-lifestyle .main-post .entry-content blockquote,
body.category-lifestyle .pagination a,
body.category-lifestyle .main-post .comment-trigger .icon{
  border-color: #FF7038;
}



/*VIDA A DOIS*/
body.category-vida-a-dois #search-menu input[type=submit],
body.category-vida-a-dois .pagination a:hover,
article.category-vida-a-dois .entry-header .category-list li a{
  background-color: #EA55B9 !important;
}
body.category-vida-a-dois #footer{
  background-image: url(img/pattern-pink.png) !important;
}
body.category-vida-a-dois .page-header,
body.category-vida-a-dois .main-post{
  background-image: url(img/pattern-pink-small.png) !important;
}
body.category-vida-a-dois #disqus_thread,
body.category-vida-a-dois #disqus_thread a,
body.category-vida-a-dois .main-post .entry-content p a:hover,
body.category-vida-a-dois .main-post .entry-meta a,
body.category-vida-a-dois .main-post .comment-trigger,
body.category-vida-a-dois #top .current-menu-item a,
body.category-vida-a-dois .page-title .icon,
body.category-vida-a-dois #top .current-menu-parent > a,
body.category-vida-a-dois .pagination a,
body.category-vida-a-dois #comments-title{
  color: #EA55B9;
}
body.category-vida-a-dois .main-post .entry-content .gallery img:hover,
body.category-vida-a-dois .main-post .entry-content blockquote,
body.category-vida-a-dois .pagination a,
body.category-vida-a-dois .main-post .comment-trigger .icon{
  border-color: #EA55B9 !important;
}




/*FRASES*/
body.category-frases #search-menu input[type=submit],
body.category-frases .pagination a:hover,
article.category-frases .entry-header .category-list li a{
  background-color: #01a9d0 !important;
}
body.category-frases #footer{
  background-image: url(img/pattern-blue.png) !important;
}
body.category-frases .page-header,
body.category-frases .main-post{
  background-image: url(img/pattern-blue-small.png) !important;
}
body.category-frases #disqus_thread,
body.category-frases #disqus_thread a,
body.category-frases .main-post .entry-content p a:hover,
body.category-frases .main-post .entry-meta a,
body.category-frases .main-post .comment-trigger,
body.category-frases #top .current-menu-item a,
body.category-frases .page-title .icon,
body.category-frases #top .current-menu-parent > a,
body.category-frases .pagination a,
body.category-frases #comments-title{
  color: #01a9d0;
}
body.category-frases .main-post .entry-content .gallery img:hover,
body.category-frases .main-post .entry-content blockquote,
body.category-frases .pagination a,
body.category-frases .main-post .comment-trigger .icon{
  border-color: #01a9d0 !important;
}



/*DICAS e NAO MORRA SEM*/
body.category-dicas #search-menu input[type=submit],
body.category-dicas .pagination a:hover,
article.category-dicas .entry-header .category-list li a{
  background-color: #FABB20 !important;
}
body.category-dicas #footer{
  background-image: url(img/pattern-yellow.png) !important;
}
body.category-dicas .page-header,
body.category-dicas .main-post{
  background-image: url(img/pattern-yellow-small.png) !important;
}
body.category-dicas #disqus_thread,
body.category-dicas #disqus_thread a,
body.category-dicas .main-post .entry-content p a:hover,
body.category-dicas .main-post .entry-meta a,
body.category-dicas .main-post .comment-trigger,
body.category-dicas #top .current-menu-item a,
body.category-dicas #top .current-menu-parent > a,
body.category-dicas .pagination span.current,
body.category-dicas .pagination a,
body.category-dicas #comments-title{
  color: #FABB20;
}
body.category-dicas .main-post .entry-content .gallery img:hover,
body.category-dicas .main-post .entry-content blockquote,
body.category-dicas .pagination a,
body.category-dicas .main-post .comment-trigger .icon{
  border-color: #FABB20 !important;
}
body.category-nao-morra-sem #search-menu input[type=submit],
body.category-nao-morra-sem .pagination a:hover,
article.category-nao-morra-sem .entry-header .category-list li a{
  background-color: #FABB20 !important;
}
body.category-nao-morra-sem #footer{
  background-image: url(img/pattern-yellow.png) !important;
}
body.category-nao-morra-sem .page-header,
body.category-nao-morra-sem .main-post{
  background-image: url(img/pattern-yellow-small.png) !important;
}
body.category-nao-morra-sem #disqus_thread,
body.category-nao-morra-sem #disqus_thread a,
body.category-nao-morra-sem .main-post .entry-content p a:hover,
body.category-nao-morra-sem .main-post .entry-meta a,
body.category-nao-morra-sem .main-post .comment-trigger,
body.category-nao-morra-sem #top .current-menu-item a,
body.category-nao-morra-sem #top .current-menu-parent > a,
body.category-nao-morra-sem .pagination a,
body.category-dicas .page-title .icon,
body.category-nao-morra-sem .page-title .icon,
body.category-nao-morra-sem #comments-title{
  color: #FABB20;
}
body.category-nao-morra-sem .main-post .entry-content .gallery img:hover,
body.category-nao-morra-sem .main-post .entry-content blockquote,
body.category-nao-morra-sem .pagination a,
body.category-nao-morra-sem .main-post .comment-trigger .icon{
  border-color: #FABB20 !important;
}


/*FILME*/
body.category-filmes-e-series #search-menu input[type=submit],
body.category-filmes-e-series .pagination a:hover,
article.category-filmes-e-series .entry-header .category-list li a{
  background-color: #FABB20 !important;
}
body.category-filmes-e-series #footer{
  background-image: url(img/pattern-yellow.png) !important;
}
body.category-filmes-e-series .page-header,
body.category-filmes-e-series .main-post{
  background-image: url(img/pattern-yellow-small.png) !important;
}
body.category-filmes-e-series #disqus_thread,
body.category-filmes-e-series #disqus_thread a,
body.category-filmes-e-series .main-post .entry-content p a:hover,
body.category-filmes-e-series .main-post .entry-meta a,
body.category-filmes-e-series .main-post .comment-trigger,
body.category-filmes-e-series #top .current-menu-item a,
body.category-filmes-e-series #top .current-menu-parent > a,
body.category-filmes-e-series .pagination a,
body.category-filmes-e-series .page-title .icon,
body.category-filmes-e-series #comments-title{
  color: #FABB20;
}
body.category-filmes-e-series .main-post .entry-content .gallery img:hover,
body.category-filmes-e-series .main-post .entry-content blockquote,
body.category-filmes-e-series .pagination a,
body.category-filmes-e-series .main-post .comment-trigger .icon{
  border-color: #FABB20 !important;
}



/*RECEITAS*/
body.category-receitas #search-menu input[type=submit],
body.category-receitas .pagination a:hover,
article.category-receitas .entry-header .category-list li a{
  background-color: #FF7038 !important;
}
body.category-receitas #footer{
  background-image: url(img/pattern-orange.png) !important;
}
body.category-receitas .page-header,
body.category-receitas .main-post{
  background-image: url(img/pattern-orange-small.png) !important;
}
body.category-receitas #disqus_thread,
body.category-receitas #disqus_thread a,
body.category-receitas .main-post .entry-content p a:hover,
body.category-receitas .main-post .entry-meta a,
body.category-receitas .main-post .comment-trigger,
body.category-receitas #top .current-menu-item a,
body.category-receitas #top .current-menu-parent > a,
body.category-receitas .pagination a,
body.category-receitas .page-title .icon,
body.category-receitas #comments-title{
  color: #FF7038;
}
body.category-receitas .main-post .entry-content .gallery img:hover,
body.category-receitas .main-post .entry-content blockquote,
body.category-receitas .pagination a,
body.category-receitas .main-post .comment-trigger .icon{
  border-color: #FF7038 !important;
}



/*VISITAR*/
body.category-visitar #search-menu input[type=submit],
body.category-visitar .pagination a:hover,
article.category-visitar .entry-header .category-list li a{
  background-color: #FF7038 !important;
}
body.category-visitar #footer{
  background-image: url(img/pattern-orange.png) !important;
}
body.category-visitar .page-header,
body.category-visitar .main-post{
  background-image: url(img/pattern-orange-small.png) !important;
}
body.category-visitar #disqus_thread,
body.category-visitar #disqus_thread a,
body.category-visitar .main-post .entry-content p a:hover,
body.category-visitar .main-post .entry-meta a,
body.category-visitar .main-post .comment-trigger,
body.category-visitar #top .current-menu-item a,
body.category-visitar #top .current-menu-parent > a,
body.category-visitar .pagination a,
body.category-visitar .page-title .icon,
body.category-visitar #comments-title{
  color: #FF7038;
}
body.category-visitar .main-post .entry-content .gallery img:hover,
body.category-visitar .main-post .entry-content blockquote,
body.category-visitar .pagination a,
body.category-visitar .main-post .comment-trigger .icon{
  border-color: #FF7038 !important;
}



/*MUSICA*/
body.category-musicas #search-menu input[type=submit],
body.category-musicas .pagination a:hover,
article.category-musicas .entry-header .category-list li a{
  background-color: #60d360 !important;
}
body.category-musicas #footer{
  background-image: url(img/pattern-green.png) !important;
}
body.category-musicas .page-header,
body.category-musicas .main-post{
  background-image: url(img/pattern-green-small.png) !important;
}
body.category-musicas #disqus_thread,
body.category-musicas #disqus_thread a,
body.category-musicas .main-post .entry-content p a:hover,
body.category-musicas .main-post .entry-meta a,
body.category-musicas .main-post .comment-trigger,
body.category-musicas #top .current-menu-item a,
body.category-musicas #top .current-menu-parent > a,
body.category-musicas .pagination a,
body.category-musicas .page-title .icon,
body.category-musicas #comments-title{
  color: #60d360;
}
body.category-musicas .main-post .entry-content .gallery img:hover,
body.category-musicas .main-post .entry-content blockquote,
body.category-musicas .pagination a,
body.category-musicas .main-post .comment-trigger .icon{
  border-color: #60d360 !important;
}
/*END COLORS*/




/*AUTHOR COLORS*/


/*NATHALI*/
body.author-nathalimacedo #footer,
body.author-nathalimacedo .author-header #author-avatar{
  background-image: url(img/pattern-red.png) !important;
}
body.author-nathalimacedo .pagination a:hover{
  background-color: #FD4A4D !important;
}
body.author-nathalimacedo .author-header h1 a,
body.author-nathalimacedo .pagination a{
  color: #FD4A4D;
}
body.author-nathalimacedo .pagination a{
  border-color: #FD4A4D !important;
}


/*RICARDO COIRO*/
body.author-ricardocoiro #footer,
body.author-ricardocoiro .author-header #author-avatar{
  background-image: url(img/pattern-red.png) !important;
}
body.author-ricardocoiro .pagination a:hover{
  background-color: #FD4A4D !important;
}
body.author-ricardocoiro .author-header h1 a,
body.author-ricardocoiro .pagination a{
  color: #FD4A4D;
}
body.author-ricardocoiro .pagination a{
  border-color: #FD4A4D !important;
}


/*MARINA MELZ*/
body.author-marinamelz #footer,
body.author-marinamelz .author-header #author-avatar{
  background-image: url(img/pattern-yellow.png) !important;
}
body.author-marinamelz .pagination a:hover{
  background-color: #FABB20 !important;
}
body.author-marinamelz .author-header h1 a,
body.author-marinamelz .pagination a{
  color: #FABB20;
}
body.author-marinamelz .pagination a{
  border-color: #FABB20 !important;
}


/*JONAS*/
body.author-jonassakamoto #footer,
body.author-jonassakamoto .author-header #author-avatar{
  background-image: url(img/pattern-orange.png) !important;
}
body.author-jonassakamoto .pagination a:hover{
  background-color: #FF7038 !important;
}
body.author-jonassakamoto .author-header h1 a,
body.author-jonassakamoto .pagination a{
  color: #FF7038;
}
body.author-jonassakamoto .pagination a{
  border-color: #FF7038 !important;
}


/*EDUARDO*/
body.author-eduardo-benesi #footer,
body.author-eduardo-benesi .author-header #author-avatar{
  background-image: url(img/pattern-orange.png) !important;
}
body.author-eduardo-benesi .pagination a:hover{
  background-color: #FF7038 !important;
}
body.author-eduardo-benesi .author-header h1 a,
body.author-eduardo-benesi .pagination a{
  color: #FF7038;
}
body.author-eduardo-benesi .pagination a{
  border-color: #FF7038 !important;
}


/*ARTHUR*/
body.author-arthur-manson #footer,
body.author-arthur-manson .author-header #author-avatar{
  background-image: url(img/pattern-orange.png) !important;
}
body.author-arthur-manson .pagination a:hover{
  background-color: #FF7038 !important;
}
body.author-arthur-manson .author-header h1 a,
body.author-arthur-manson .pagination a{
  color: #FF7038;
}
body.author-arthur-manson .pagination a{
  border-color: #FF7038 !important;
}


/*LUIZA*/
body.author-luizagarmendia #footer,
body.author-luizagarmendia .author-header #author-avatar{
  background-image: url(img/pattern-purple.png) !important;
}
body.author-luizagarmendia .pagination a:hover{
  background-color: #BC48FF !important;
}
body.author-luizagarmendia .author-header h1 a,
body.author-luizagarmendia .pagination a{
  color: #BC48FF;
}
body.author-luizagarmendia .pagination a{
  border-color: #BC48FF !important;
}


/*EDUARDA*/
body.author-eduardacosta #footer,
body.author-eduardacosta .author-header #author-avatar{
  background-image: url(img/pattern-pink.png) !important;
}
body.author-eduardacosta .pagination a:hover{
  background-color: #EA55B9 !important;
}
body.author-eduardacosta .author-header h1 a,
body.author-eduardacosta .pagination a{
  color: #EA55B9;
}
body.author-eduardacosta .pagination a{
  border-color: #EA55B9 !important;
}


/*PRISCILA*/
body.author-priscilanico #footer,
body.author-priscilanico .author-header #author-avatar{
  background-image: url(img/pattern-blue.png) !important;
}
body.author-priscilanico .pagination a:hover{
  background-color: #0095D9 !important;
}
body.author-priscilanico .author-header h1 a,
body.author-priscilanico .pagination a{
  color: #0095D9;
}
body.author-priscilanico .pagination a{
  border-color: #0095D9 !important;
}
/*END AUTHOR COLORS*/

/*COVER IMAGE COPYRIGHT*/
.creditsto{
position: absolute;
bottom: 10px;
right: 10px;
color: rgba(255, 255, 255, 0.5);
display: inline-block;
border-bottom: solid 1px rgba(255, 255, 255, 0.3);
font-size: 10px;
text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.creditsto:hover{
color: white;
border-color: white;
}

/*TERRA
div.zaz-navbar-pre,
#zaz--app-navbar-container{
position: fixed !important;
overflow: hidden !important;
height: 60px !important;
margin: 0 !important;
padding: 0 !important;
z-index: 8888 !important;
top: 0px !important;
}
#trr-globalnav,
#zaz--app-navbar-relative-container,
div.zaz-navbar-pre-breadcrumbs{
display: none !important;
height: 0px !important;
overflow: hidden !important;
position: fixed !important;
z-index: 0 !important;
}*/
.zaz-navbar-pre-breadcrumbs{
max-width: 98% !important;
padding: 0 1% !important;
margin: 0 !important;
}
.yarpp-related *{
text-transform: none !important;
}
#top-posts a.more{
    color: #FABB20;
    border-color: #FABB20 !important;
}
#top-posts a.more:hover{
    background-color: #FABB20 !important;
}
.Listagem_Leaderboard728x90 img{
width: 795px;
height: auto;
}
/* END THEME */