@charset "UTF-8";
/* MENU ATIVO / HOVER - ROYALE NEWS */
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li a:hover,
.primary-menu ul li.current-menu-item > a,
.primary-menu ul li.current_page_item > a,
.primary-menu ul li a:hover,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li a:hover,
.nav-menu li.current-menu-item a,
.nav-menu li a:hover {
  background: #0057FF !important;
  color: #ffffff !important;
}

/* BOTÃO DA LUPA */
.search-icon,
.header-search,
.search-toggle,
.menu-search,
.site-header .search-form,
.nav-search {
  background: #0057FF !important;
}

/* LINHAS/DETALHES VERMELHOS */
.widget-title,
.page-title,
.entry-title,
.section-title,
.block-title {
  border-left-color: #0057FF !important;
}

/* TOPO */
.top-header,
.header-top,
.news-ticker,
.breaking-news,
.top-bar {
  background: #0A2A66 !important;
}

/* RODAPÉ */
.site-footer,
footer,
.footer-bottom,
.footer-area {
  background: #0A2A66 !important;
}

/* TEXTO RODAPÉ */
.site-footer p,
.site-footer a,
footer p,
footer a {
  color: #ffffff !important;
}

/* DIMINUIR TOPO */
.site-branding,
.header-logo,
.custom-logo-link,
.logo-area,
.site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}

/* DIMINUIR LOGO */
.custom-logo,
.site-logo img,
.header-logo img {
  max-height: 140px !important;
  width: auto !important;
}

/* MENU MAIS PRÓXIMO */
.main-navigation,
.site-navigation {
  margin-top: 0px !important;
}

/* Barra breadcrumb */
.breadcrumb,
.td-breadcrumb-container {
  background: #0d47a1 !important;
}

/* Título categoria */
.page-title,
.td-category-title-holder {
  background: #1565ff !important;
  color: #fff !important;
}

/* Botão Leia Mais */
.more-link,
.read-more {
  background: #1565ff !important;
  color: #fff !important;
  border: none !important;
}

/* Hover */
.more-link:hover,
.read-more:hover {
  background: #0d47a1 !important;
}

/* TÍTULO DAS CATEGORIAS - ROYALE NEWS */
.archive .page-header .page-title,
.category .page-header .page-title,
.page-header .page-title,
h1.page-title,
.archive-title,
.category-title,
.cat-title,
span.page-title {
  background: #0057FF !important;
  color: #ffffff !important;
  border-left: 5px solid #0A2A66 !important;
}

/* CAIXA PRETA DO TÍTULO */
.page-header,
.archive-header,
.category-header {
  border-color: #0057FF !important;
}

/* BOTÃO LEIA MAIS */
a.read-more,
.read-more a,
.more-link,
.btn-read-more,
.post-read-more a,
.entry-content a.more-link,
article a.more-link,
a.theme-button {
  background: #0057FF !important;
  color: #ffffff !important;
  border: none !important;
}

/* HOVER LEIA MAIS */
a.read-more:hover,
.more-link:hover,
.btn-read-more:hover,
.post-read-more a:hover {
  background: #0A2A66 !important;
  color: #ffffff !important;
}

/* ROYALE NEWS - TÍTULO CATEGORIA */
span.theme-title,
.theme-title,
h1 span,
.archive-title span,
.page-title span {
  background: #0057FF !important;
  color: #fff !important;
}

/* LINHA DO TÍTULO */
.theme-title-wrap,
.archive-title-wrap,
.page-title-wrap,
.block-title-wrap {
  border-bottom-color: #0057FF !important;
}

/* LEIA MAIS ROYALE NEWS */
a.btn-link,
.post-btn a,
.btn-more,
.entry-btn a,
a.read-more-btn,
.post-content a {
  background: #0057FF !important;
  color: #fff !important;
  padding: 8px 14px !important;
}

a.btn-link:hover,
.post-btn a:hover,
.btn-more:hover,
.entry-btn a:hover,
a.read-more-btn:hover {
  background: #0A2A66 !important;
}