/**
 * Footer styles - loaded separately for optimization.
 * Depends on: sportbet-style (CSS variables, base styles)
 */

.bg__footer {
  background-color: #1b1c26
}

.footer-about-logo {
  width: 190px !important;
  max-width: 100%;
  height: auto !important
}

.bg__footer-dark {
  background-color: var(--color-blue);
}

.bg__footer-dark.wrapper__footer-bottom {
  background-color: var(--color-blue2)
}

.border-top-1 {
  /*border-top: 2px solid #121213*/
}

.wrapper__footer {
  padding: 60px 0;
  position: relative;
}

.wrapper__footer .container {
  padding-bottom: 2em;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer {
    padding: 40px 0
  }
}

.wrapper__footer .widget__footer {
  display: block;
  padding: 1em 0;
}

.wrapper__footer .widget__footer .dropdown-footer {
  display: block;
  cursor: pointer
}

.wrapper__footer .widget__footer .footer-title {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .widget__footer .footer-title {
    font-size: 16px
  }
}

.wrapper__footer .widget__footer span {
  float: right
}

.wrapper__footer .widget__footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .widget__footer p {
    margin-bottom: 30px
  }
}

/* Footer post list - circular thumb, title + date */
.wrapper__footer .footer__post-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.wrapper__footer .footer__post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px
}

.wrapper__footer .footer__post-item:last-child {
  margin-bottom: 0
}

.wrapper__footer .footer__post-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: #2e2f3c
}

.wrapper__footer .footer__post-thumb a {
  display: block;
  width: 100%;
  height: 100%
}

.wrapper__footer .footer__post-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.wrapper__footer .footer__post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0
}

.wrapper__footer .footer__post-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35
}

.wrapper__footer .footer__post-title a {
  color: #fff;
  text-decoration: none
}

.wrapper__footer .footer__post-title a:hover {
  color: var(--color-blue)
}

.wrapper__footer .footer__post-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0
}

.wrapper__footer .footer__post-date.text-white-50 {
  color: rgba(255, 255, 255, 0.65)
}

.wrapper__footer .widget__footer .blog-tags ul li a {
  border: 1px solid #848f9a;
  color: #848f9a
}

.wrapper__footer .widget__footer .blog-tags ul li a:hover {
  border: 1px solid var(--color-blue);
  color: #fff;
  background-color: transparent
}

.wrapper__footer .widget__footer .link__category {
  position: relative;
  padding: 15px 0
}

.wrapper__footer .widget__footer .link__category ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 0
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .wrapper__footer .widget__footer .link__category ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.wrapper__footer .widget__footer .link__category ul li {
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: block
}

.wrapper__footer .widget__footer .link__category ul li a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff
}

.wrapper__footer .widget__footer .link__category ul li a:hover {
  color: var(--color-blue)
}

.wrapper__footer .widget__footer .is-hidden {
  display: block
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .widget__footer .is-hidden {
    display: none
  }
}

.wrapper__footer .dropdown-footer span:before {
  content: " "
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .dropdown-footer span:before {
    content: "\f055 "
  }

  .wrapper__footer .dropdown-footer.is-active span:before {
    content: "\f056   "
  }
}

.wrapper__footer .list-unstyled a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 35px;
  font-weight: 600
}

.wrapper__footer .list-unstyled .footer__post-title a {
  line-height: 15px;
}

.wrapper__footer figure.image-logo {
  width: 175px
}

.wrapper__footer figure.image-logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.wrapper__footer .social__media {
  text-align: right
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .social__media {
    text-align: left
  }
}

.wrapper__footer .social__media .list-inline {
  margin-bottom: 0
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .social__media .list-inline {
    margin-bottom: 15px
  }
}

.wrapper__footer .social__media .list-inline span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 700;
  margin-right: 10px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer .social__media .list-inline span {
    display: block;
    margin-bottom: 10px
  }
}

.wrapper__footer .social__media .list-inline .list-inline-item .btn-social.whatsapp {
  background-color: #25d366
}

.wrapper__footer .social__media .list-inline .list-inline-item .btn-social.telegram {
  background-color: #179cde
}

.bg__footer-bottom {
  background-color: #24252f;
  padding: 15px 0
}

.bg__footer-bottom span {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .bg__footer-bottom span {
    text-align: center;
    display: block
  }
}

.bg__footer-bottom span a {
  color: #fff;
  text-transform: uppercase
}

.bg__footer-bottom .list-inline {
  margin-bottom: 0;
  text-align: right
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .bg__footer-bottom .list-inline {
    text-align: center;
    margin-bottom: 5px
  }
}

.bg__footer-bottom .list-inline .list-inline-item a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize
}

.bg__footer-bottom .list-inline .list-inline-item a:hover {
  color: var(--color-blue)
}

.bg__footer-bottom .list-inline .list-inline-item:not(:last-child)::after {
  display: inline-block;
  margin: 0 0 0 6px;
  color: #6c757d;
  font-size: 11px;
  font-weight: 600;
  content: "/"
}

.bg__footer-bottom-section {
  padding: 2rem 0
}

.bg__footer-bottom-section .list-inline {
  padding: 0;
  margin: 0
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .bg__footer-bottom-section .list-inline {
    margin-bottom: 15px
  }
}

.bg__footer-bottom-section .list-inline .list-inline-item a {
  color: #fff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize
}

.bg__footer-bottom-section .list-inline .list-inline-item a:hover {
  color: var(--color-blue)
}

.bg__footer-bottom-section .list-inline .list-inline-item span {
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif
}

.wrapper__footer-logo figure img {
  position: relative
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper__footer-logo figure img {
    width: 240px;
    max-width: 100%;
    height: auto
  }
}

.wrapper__footer-logo p {
  font-size: 14px
}

/* Back to top button (rendered in footer.php) */
#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.341176);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  z-index: 2;
  transition: all 0.3s ease
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  #return-to-top {
    width: 30px;
    height: 30px;
    bottom: 75px;
    line-height: 30px
  }
}
