/*
Theme Name: Clipping Abinee
Theme URI: https://andremelo.net/
Author: André Melo
Author URI: https://andremelo.net/
Description: Tema Baseado no framework CSS Bootstrap 5.3.3.
Version: 1.0
Requires at least: 6.5.5
Tested up to: 6.0
Requires PHP: 7.4
License: MIT
License URI: https://andremelo.net/
Text Domain: clipping-abinee
*/

/* -----------------------------------------------------------------------------
  WordPress Core
----------------------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
  width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}
/* -----------------------------------------------------------------------------
  Font Face
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('assets/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('assets/fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* -----------------------------------------------------------------------------
  Common
----------------------------------------------------------------------------- */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: #007bff;
}
a:hover {
  text-decoration: underline;
}
.transition {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.form-control:focus,
.form-select:focus,
.page-link:focus {
  box-shadow: none;
}
/* -----------------------------------------------------------------------------
  Header
----------------------------------------------------------------------------- */
.header .bg-dark {
  background-color: #00153e !important;
}
.header .navbar {
  padding: 18px 0;
}
.custom-logo {
  width: 100%;
  max-width: 330px;
  height: auto;
}
.header-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.header .navbar>.container .row {
  width: 100%;
}
.current-date {
  margin: 5px 0;
  font-size: 15px;
}
.header-image img {
  width: 100%;
}
/* -----------------------------------------------------------------------------
  Social Networks
----------------------------------------------------------------------------- */
.social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.social-networks a {
  display: flex;
}
.social-networks a:hover {
  opacity: 0.8;
}
.social-networks .screen-reader-text {
  display: none;
}
.social-networks .icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background-color: #eee;
  width: 30px;
  height: 30px;
  fill: #fff;
}
.social-networks .icon:first-child {
  margin-left: 0;
}
.social-networks .facebook .icon {
  background-color: #1877F2;
}
.social-networks .linkedin .icon {
  background-color: #0c66c2;
}
.social-networks .flickr .icon {
  background-color: #0361dd;
}
.social-networks .youtube .icon {
  background-color: #ff0000;
}
.social-networks .instagram .icon {
  background-color: #f00274;
}
.social-networks .x .icon {
  background-color: #000000;
}
/* -----------------------------------------------------------------------------
  Footer
----------------------------------------------------------------------------- */
.footer {
  background-color: #f6f6f6;
  padding: 30px 0;
  margin-top: 30px;
}
.footer .logo-footer {
  display: block;
  margin-bottom: 20px;
}
.footer .social-networks {
  justify-content: center;
  margin-bottom: 20px;
}
.footer .social-networks .icon {
  margin: 0 10px;
}
/* -----------------------------------------------------------------------------
  Sidebar
----------------------------------------------------------------------------- */
.sidebar-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-section {
  margin-bottom: 30px;
  padding: 15px;
}
.sidebar-section.menu {
  padding: 0;
}
.sidebar-section .form-select,
.sidebar-section .form-control {
  border-color: #73768c;
  margin-bottom: 15px;
  font-size: 14px;
}
.sidebar-navigation ul li {
  background-color: #fafafa;
  border-bottom: 1px #B1B2B5 solid;
  line-height: 130%;
}
.sidebar-navigation ul li a {
  text-decoration: none;
  color: #222222;
  padding: 10px 15px;
  width: 100%;
  display: block;
}
.sidebar-navigation ul li:hover,
.sidebar-navigation ul li.current-menu-item {
  background-color: #605f5f;  
}
.sidebar-navigation ul li:hover a,
.sidebar-navigation ul li.current-menu-item a {
  color: #fff;
}
.sidebar-section .sidebar-title {
  font-size: 16px;
  font-weight: bold;
}
.sidebar-section label {
  font-size: 14px;
}
.sidebar-section.search {
  background-color:#fafafa;
}
.sidebar-section.search .form-control {
  border-right: none;
}
.sidebar-section.search .btn {
  background-color: #fff;
  border: 1px solid #73768c;
  border-left: none;
  margin-bottom: 15px;
}
.sidebar-section.search .btn svg {
  width: 20px;
  height: auto;
}
.sidebar-section.period .form-control {
  text-align: center;
}
.sidebar-section.period label {
  width: 49px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar-section.period .btn-primary {
  background-color: #00153e;
  border-color: #00153e;
  margin-right: 15px;
}
.sidebar-section.period .btn-secondary {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #222222;
}
/* -----------------------------------------------------------------------------
  Content
----------------------------------------------------------------------------- */
.page-title,
.post-title {
  font-size: 20px;
  font-weight: bold;
  color: #00153e;
  margin-bottom: 30px;
  text-align: justify;
}
.destaque-analise {
  text-align: justify;
}
.period-filters {
  font-size: 12px;
}
.posts-grid .post-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.posts-grid .post-date {
  font-size: 14px;
}
.posts-grid .post-card {
  margin-bottom: 20px;
}
.alert-info {
  background-color: #fafafa;
  border-color: #B1B2B5;
  color: #222;
}
.alert-info p {
  margin: 0;
}
.search-query {
  color: #B1B2B5;
}
.subcategory-title {
  border-bottom: 1px solid #B1B2B5;
  font-weight: bold;
  padding: 0 0 3px 0;
}
/* -----------------------------------------------------------------------------
  Pagination
----------------------------------------------------------------------------- */
.pagination {
  margin-top: 30px;
}
.page-link,
.page-link:hover {
  background-color: #e9ecef;
  border-color: #fff;
  color: #222;
}
.active>.page-link, .disabled>.page-link, .page-link.disabled {
  border-color: #fff;
}
.active>.page-link,
.page-link:hover {
  background-color: #15295F;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
/* -----------------------------------------------------------------------------
  Report
----------------------------------------------------------------------------- */
.page-template-report .card-title {
  font-size: 18px;
  margin: 0;
}
/* -----------------------------------------------------------------------------
  Single
----------------------------------------------------------------------------- */
.post-title {
  margin: 0 0 5px 0;
}
.single .post-meta {
  margin-bottom: 30px;
}
.single .post-meta .post-date {
  font-size: 14px;
}
.single .context {
  border-bottom: 1px solid #B1B2B5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: justify;
}
.single .context p {
  margin-bottom: 20px;
}
.single .context img {
  max-width: 100%;
  height: auto;
}
.sharebar-wrap p {
  color: #808080;
  font-size: 14px;
  margin: 0 0 10px 0;
}