/* este css foi uma pequena atualização de performance em 2024
não alterando nada da pasta sass */

/* quebra em 992px */
/* quebra em 481  */

/* genéricos */
.navigation-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ads_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .ads_mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
}

.logo-ad-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.right-panel {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
}

.right-panel .top-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.right-panel .top-links a {
  font-size: 14px;
  color: #c4161c;
}

.widget-area {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  .navigation-menu ul {
    max-width: 1140px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    padding: 4px 8px !important;
    float: none !important;
    justify-content: center !important;
  }
}

.navigation-menu ul li {
  margin-right: 80px;
}

.navigation-menu ul li a {
  text-align: center;
}

.navigation-menu ul li:last-child {
  margin-right: 0;
}

.search-form-container {
  width: 100%;
  margin-bottom: 40px;
}

.search-result-title {
  margin-bottom: 32px;
}

.search-form-container form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-form-container form input[type="text"] {
  width: 100%;
  max-width: 430px;
  margin-right: 10px;
  padding: 0 10px;
  outline: none;
}

.search-form-container form button {
  height: 32px;
  width: 32px;
  background-color: #595959 !important;
  border: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form-container form button i {
  display: block;
}

.search-form-container form button:hover {
  background-color: #c4161c !important;
}

.navigation-menu ul li a {
  color: #595959 !important;
}

.navigation-menu ul li a:hover {
  color: #c4161c !important;
}

.pagination {
  position: relative;
  margin-bottom: 50px !important;
}

.pagination .page-numbers,
.pagination .page-dots,
.pagination a {
  color: #595959 !important;
}

.pagination .page-numbers.current {
  background-color: #595959 !important;
  color: white !important;
}

.pagination .page-numbers:hover,
.pagination .page-dots:hover,
.pagination a:hover {
  color: white !important;
}

.single-post .botao-leia {
  cursor: pointer;
  background-color: #595959 !important;
}

.single-post .botao-leia:hover {
  background-color: #c4161c !important;
}

.single-post .post-meta-top .category-item,
.single-post .post-meta-top a {
  color: #595959 !important;
}

.single-post .post-meta-top .category-item:hover,
.single-post .post-meta-top a:hover {
  color: #c4161c !important;
}

.tagcloud a {
  color: #595959 !important;
}

.tagcloud a:hover {
  color: white !important;
}

.popular-post-meta .date {
  color: #595959 !important;
  font-weight: 400;
}

.widget-content .list li {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.widget-content form ul li {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.widget-content form .Buttons {
  background-color: #595959 !important;
  border: none;
  padding: 2px 25px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  color: white !important;
}

.widget-content form .Buttons:hover {
  background-color: #c4161c !important;
}

.widget-content form p a {
  color: #595959 !important;
}

.widget-content form p a:hover {
  color: #c4161c !important;
}

.widget-content .sbi_follow_btn a {
  background-color: #035b8c !important;
}

/* home / archive */
.home.blog .single-post,
.post-type-archive-bets .single-post {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 25px !important;
  padding-bottom: 0px !important;
}

.post-type-archive-bets .post-content-inner a {
  color: #4d4d4d;
}

.home.blog .single-post .post-content-inner,
.post-type-archive-bets .single-post .post-content-inner {
  margin-bottom: 0 !important;
}

.home.blog .single-post .post-media-image,
.post-type-archive-bets .single-post .post-media-image {
  aspect-ratio: 300/350 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.home.blog .single-post .post-media-image a .image-mobile,
.home.blog .single-post .post-media-image a .image-desk,
.post-type-archive-bets .single-post .post-media-image a .image-mobile,
.post-type-archive-bets .single-post .post-media-image a .image-desk {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media screen and (min-width: 769px) {
  .home.blog .single-post,
  .post-type-archive-bets .single-post {
    flex-direction: row !important;
  }

  .home.blog .single-post .post-media-image,
  .post-type-archive-bets .single-post .post-media-image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .logo-wrapper .logo {
    display: block !important;
    width: 280px !important;
    max-width: 100% !important;
    height: 116px !important;
    margin: 0 auto !important;
    aspect-ratio: 280/116 !important;
    float: none !important;
    transform: none !important;
    position: unset !important;
    left: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .home .post-media.post-media-image,
  .home .post-content-outer.container-box,
  .post-type-archive-bets .post-media.post-media-image,
  .post-type-archive-bets .post-content-outer.container-box {
    width: 100% !important;
  }

  .home.blog .single-post .post-media-image,
  .post-type-archive-bets .single-post .post-media-image {
    aspect-ratio: 540/252 !important;
  }
}

/* posts */
@media screen and (max-width: 480px) {
  .single-post .post-content-outer {
    padding: 20px 20px 50px !important;
  }
}

.ad-right {
  display: flex;
  justify-content: center;
  padding: 30px;
  margin-bottom: 50px;
  background-color: white;
  border-bottom: 1px solid #e2e2e2;
}

.ads-desktop-two,
.ads_mobile-two {
  margin: 50px auto 0;
  width: fit-content;
  display: none;
}

@media screen and (max-width: 991px) {
  .ads_mobile-two {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .ads-desktop-two {
    display: block;
  }
}

#sidebar-widgets-container {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
}

/* ad-clever */
.ad-clever {
  height: 275px;
  background-color: gray;
}

.advertising-banner {
  display: flex;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 730px;
  aspect-ratio: 728/90;
}

.advertising-banner picture {
  display: block;
}

.advertising-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .advertising-banner {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 950/300;
  }
}

@media screen and (max-width: 480px) {
  .toggleMenu {
    display: block !important;
  }
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
