body { color: #555 !important; }

#main-navigation-wrap { clear: both; }
#r7-partner-bar{ background: #dfdfdf !important; }

/* MENU */
.main-navigation { padding: 7px 0;  }
header#main-navigation-wrap.animate-header .ad-bannerTopo { display: none; }
header#main-navigation-wrap.animate-header .main-navigation { padding: 2px 0; }
.main-nav-collapse-btn { display: none !important; }

/* TITULO DO BLOG */
h1.logo a { font-size: 26px; display: table-cell; height: 90px; vertical-align: middle; line-height: 1; }
h1.logo small { display: block; font-size: 12px; }
header#main-navigation-wrap.animate-header h1.logo a { font-size: 18px; display: table-cell; height: 68px; vertical-align: middle; line-height: 1; }


/* WIDGET sidebar */
.sidebar-wrap { padding: 0; background: none; box-shadow: none;  border-top: none !important;}

/*.sidebar-sobre { margin-bottom: 25px; padding-bottom: 10px; }*/
.widget { margin-bottom: 25px; padding: 20px; background: #FFF; -webkit-box-shadow: 0 2px 3px rgba(0,0,0, .1); -moz-box-shadow: 0 2px 3px rgba(0,0,0, .1); box-shadow: 0 2px 3px rgba(0,0,0, .1); }
.widget .foto-blogueiro { width: 100%; text-align: center; margin-top: -50px; margin-bottom: 15px; }
.widget .foto-blogueiro img { border-radius: 50%; width: 175px; height: 175px; }
.widget-sobre h3 { text-align: center; }


/* widget mais blogs */
.widget-maisBlogs select { width: 100%; }

/* POST TITLE */
.post-wrap-full .top-meta-inf-wrap { padding: 20px 20px 0 20px; }
.post-title { line-height: 1.2em; font-size: 26px !important;}
.post-title a { color: inherit !important; }

h2.comments-title { background: #fff; padding: 20px; }

.page-title small { display: block; font-size: 13px; margin-bottom: 4px; font-weight: 300 }
.page-title { padding: 15px 25px; background: rgba(255,255,255,0.8); margin-top: 25px; font-weight: normal; }

.single-thumb-mask-bg { display: none; }

/* POST CONTENT */
.post-content { line-height: 1.7; }
.single-container .content {
  line-height: 1.7;
  font-size: 16px;
}

/* PREVIOUS POST */
.previous-post-link, .next-post-link { padding: 15px 25px; background: rgba(255,255,255,0.8); }


/* AD BANNERS */
.ad-bannerTopo {  text-align: right;  }
.ad-bannerTopo > div { display: inline-block; position: relative; }
.ad-bannerTopo.text-left { text-align: left; }
.ad-bannerLateral { background: rgba(255,255,255,0.4); text-align: center; margin: 30px 0; }
.ad-bannerLateral > div { display: inline-block; margin: 20px auto; }
.ad-bannerPost { background: rgba(255,255,255,0.4); text-align: center;  margin: 0px 0 20px; width: 100%; }
.ad-bannerPost > div { display: inline-block; margin: 7px auto; }

/* COMENTARIOS */
.post-comments-wrap { background: #FFF; }


/* SOCIAL BUTTONS */
.socialBtns { float: right; display: none; max-width: 550px; margin-top: 21px; }
header#main-navigation-wrap.animate-header .socialBtns { display: block; }


.post-thumb-mask-bg {
   background-color: rgba(255,255,255, 0); 

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0.0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-thumb-mask-bg:hover {
   background-color: rgba(255,255,255, .2); 

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-eco .form-group .form-control {
  width: 100%;
}

.form-eco .form-group.mtd {width: 48%; float: left;}
.form-eco .form-group.mr {margin-right: 4%;}

#text-2 .widget-title {font-weight: 800 !important;}

/* RESPONSIVE */
@media (min-width:1198px) {
  header#main-navigation-wrap.animate-header .logo-img img { width: 160px !important; height: auto !important; }
  h1.logo { max-width: 390px; }
}

@media (min-width: 992px) and (max-width: 1197px) {
  .logo-img img { width: 160px !important; height: auto !important; }
  h1.logo a { font-size: 18px; max-width: 190px; }
  header#main-navigation-wrap.animate-header h1.logo a { max-width: 100%; }

}

@media (max-width: 991px) {
  .navbar-header {text-align: center; }
  h1.logo { width: 100%; margin: 0; height: auto; padding:13px 0; }
  h1.logo a { width: 100%; margin: 0; display: inline-block; height:auto; }
  .logo-img { margin: 0; width: 100%; }
  .menuFV .twitter, .menuFV .facebook { display: none; }
}

@media (max-width: 767px) {
  .form-eco .form-group.mtd {width: 100%; float: none;}
  .form-eco .form-group.mr {margin-right: 0;}
}

@media print {
  .fb_iframe_widget {display: none !important;}
  .sidebar-wrap {display: none !important;}
  .about-author-wrap {display: none !important;}
  .post-comments-wrap {display: none !important;}
}





