﻿/* eliramalho Custom CSS */

/* página de blog das noticias */
.html_modern-blog .avia-content-slider h3.slide-entry-title,
.html_modern-blog h3.slide-entry-title.entry-title{
  font-size: 1.2em!important;
  letter-spacing:0;
  }

h1,
h1.av-special-heading-tag,
.html_modern-blog #top h1.post-title.post-entry, 
.html_modern-blog .avia-content-slider .slide-entry-title {
  text-transform: uppercase; 
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
}
h1::after,
#footer h3.widgettitle::after{
  content:'';
  margin:5px 0 0 0;
  width:50px;
  display:block;
  border-bottom: solid 2px #efbb20;
}

/**NOTICIAS:ocultar imagem de DESTAQUE **/
body.page-template-default.page.page-id-417 .big-preview.single-big,
body.single-post.postid-3197 .big-preview.single-big,
body.single-post.postid-3324 .big-preview.single-big
{display:none!important;}

/**botões**/

a.wp-block-file__button strong{
  background-color: #1e325a;
  color:#FFF;
  font-size:120%;
  padding: 5pt 10pt;
  border-radius: 8pt;
  transition:color ease 0.6s;
}
a.wp-block-file__button strong:hover {
  color: #efbb20;
}

/* Desktop Styles */
@media only screen and (min-width: 768px) {}

/* Mobile Styles */
@media only screen and (max-width: 767px) {}
