/*
Theme Name: WBA 2018
*/
/* Blue color: #287ac0 */
html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
body {
  /*padding-top: 120px;*/
  /*max-width: 2500px;*/
  height: auto;
  margin: 0 auto -200px auto; /* Negative indent footer by its height */
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/* Set the fixed height of the footer here */
#footer {
  /*height: 270px;*/
  min-height: 200px;
}
h1, .h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h2, .h2 {
  color: #FFFFFF;
}
p, span, th, td {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #000000;
}
a, a:hover, a:visited, a:active, a:link {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.header-2024 {
  position: relative;
  background-image: url("assets/images/wba-boxing-header-2024.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.header-sections {
  position: relative;
  background-image: url("assets/images/wba-boxing-header-2024.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nav-search {
  margin-top: 8px;
  max-width: 20%;
}
.container {
  width: 100%;
}
.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}
.jumbotron {
  width: 100%;
  margin: 0 auto;
  padding: 0px !important;
  border-radius: 0rem !important;
}
.featured-news {
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 5px;
  border-bottom: 3px #777777 solid;
}
.big-title {
  text-transform: uppercase !important;
  font-size: 4em;
}
.mid-title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.h3-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f2223 !important;
}
.h3-title-top {
  margin-top: 5px;
}
.h4-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f2223 !important;
}
.h4-title-top {
  margin-top: 5px;
}
.h6-title {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* Align Gutenberg embed blocks */
.wp-block-embed {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* End Align Gutenberg embed blocks */
.schedule-padding-top {
  padding-top: 50px !important;
}
.padding-top {
  padding-top: 30px !important;
}
.padding-bottom {
  padding-bottom: 30px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
/* SINGLE POST & PAGES */
.post {
  background-color: #FFFFFF;
}
.post-title {
  color: #000000;
}
.post-category {
  color: #000000;
}
.post-category a {
  color: #000000;
}
.post-autor {
  color: #000000;
}
.post-autor a {
  color: #000000;
}
/* SINGLE IMAGE */
.single-image {
  /*height: 50% !important;
	width: 50% !important;*/
  margin: 0 auto;
}
.post-content-text p {
  color: #000000 !important;
  text-align: justify !important;
  max-width: 700px !important;
  margin: 10px auto 20px auto !important;
}
.post-content-text span {
  color: #000000 !important;
  text-align: justify !important;
  max-width: 700px !important;
  margin: 10px auto 20px auto !important;
}
.thumbnail {
  position: relative;
  border: none;
  padding: 0;
}
.wp-caption {
  width: 100%;
}
.wp-caption img {
  display: block;
  height: auto;
  width: 100%;
}
.wp-caption-text {
  padding: 10px;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 10px;
}
.font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.footer-menu {
  list-style: none !important;
  background-color: transparent !important;
}
.footer-menu > li {
  line-height: 200%;
}
.footer-menu > li > a {
  color: #777777 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.footer-logo {
  height: auto;
  width: 80px;
  float: none;
  margin: 0 auto;
}
.footer-icons {
  width: 5vh;
  height: auto;
  float: none;
  margin: 0 auto;
}
.img-latest-news {
  display: inline-block;
  height: auto;
  max-width: 150px;
  padding: 2px;
  line-height: 1.428571429;
  background-color: #484747;
}
.border-dark {
  border: 2px #0C0C0C solid;
}
.border-light {
  border: 1px #E9E9E9 solid;
}
.vertical-align {
  vertical-align: middle !important;
}
.vertical-align-for-convention {
  vertical-align: middle !important;
  display: flex;
  align-items: center;
}
.bg-darkgray {
  background-color: #333333 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-blue-gradient {
  background: linear-gradient(45deg, #287ac0, #3ea4fd);
}
.bg-curly-bottom {
  background-size: contain;
  background-image: url(https://www.wbaboxing.com/wp-content/themes/wba2018/assets/images/bg-curly-bottom.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* TEXT COLORS */
.text-blue {
  color: #287ac0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-red {
  color: #d5402b !important;
}
.text-gold {
  color: #e4bc34 !important;
}
/* TEXT STYLES */
.text-uppercase {
  text-transform: uppercase !important;
}
.btn-secondary {
  background-color: #6c757d;
}
.brand-logo {
  height: auto;
  width: 80px;
  text-align: center;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.nav-top {
  display: inline-block;
  list-style: none;
  float: right;
  margin-bottom: 0;
  padding: 2px 0 5px 0;
  background-color: #000000;
}
.nav-top > li {
  float: left;
}
.nav-top > li > a {
  padding: 5px 5px 0 5px;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle !important;
}
.nav-top > li > a > img {
  padding: 5px 5px 0 5px;
}
/* SOCIAL MEDIA BAR */
.social-media-bar {
  width: 100%;
  height: 30px;
  display: inline;
  text-align: center;
}
.social-media-bar a {
  float: right;
  padding: 0 5px;
  color: #FFFFFF;
}
.fa {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
/* Add a hover effect */
.fa:hover {
  opacity: 0.5;
  background-color: #000;
}
/* Social networks */
/* Facebook */
.fa-facebook {
  /*background: #3B5998;*/
  background: url(assets/social-media/facebook.png) no-repeat center;
}
/* Twitter */
.fa-twitter {
  /*background: #55ACEE;*/
  background: url(assets/social-media/twitter.png) no-repeat center;
}
/* Instagram */
.fa-instagram {
  background: url(assets/social-media/instagram.png) no-repeat center;
}
/* Google 
.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}*/
.badge {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}
.badge-circle {
  min-width: 40px;
  min-height: 40px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 50%;
}
#canvas-holder {
  width: 50%;
  margin: 10px auto 0 auto;
}
.no-text {
  outline: none;
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
  border: none;
}
/* FEATURED BOUT */
.table-featured {
  width: 100%;
  border: none;
  margin: 0 auto;
}
.tr-featured {
  border-top: 2px #484747 solid;
  border-bottom: 2px #484747 solid;
}
.title-featured {
  color: #777777;
  font-weight: 600;
  margin: 0 10px 0 10px;
}
.text-record {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
  margin: 0 5px;
}
.text-ko {
  color: #287ac0;
  text-shadow: 1px 1px 3px #000000;
  margin: 0 5px;
}
.text-name {
  color: #FFFFFF;
  float: none !important;
  text-shadow: 1px 1px 10px #000000;
  margin: 0 5px;
}
.home-text-align {
  text-align: left;
}
/* UPCOMING FIGHTS */
.upcoming-bg {
  background: rgba(0, 0, 0, .2);
}
.upcoming-img {
  display: inline-block;
  width: auto;
  height: 60px;
  border: #e4bc34 2px solid;
  border-radius: 80px;
}
.upcoming-img-schedule {
  display: inline-block;
  width: auto;
  height: 60px;
  border: #999999 2px solid;
  border-radius: 80px;
}
.upcoming-img-female {
  display: inline-block;
  width: auto;
  height: 60px;
  border: #e4bc34 2px solid;
  border-radius: 80px;
}
.upcoming-img-female-schedule {
  display: inline-block;
  width: auto;
  height: 60px;
  border: #999999 2px solid;
  border-radius: 80px;
}
.upcoming-text {
  font-weight: normal;
  line-height: 12px;
  color: #FFFFFF;
}
.upcoming-title {
  color: #e4bc34;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.upcoming-vs {
  color: #e4bc34;
}
.textvs-upcoming {
  vertical-align: middle !important;
}
.table-responsive .table {
  max-width: none;
  -webkit-overflow-scrolling: touch !important;
}
/* CARDS FROM BOOTSTRAP 4 */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
/* NAV-TABS */
.sidebar-tabs-latest {
  width: 50% !important;
}
/*background-color: #287ac0 !important;
background-color: #1f2223 !important;*/
.tab-content {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #1f2223;
  margin-bottom: 20px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding-bottom: 0px !important;
}
.table-pane {
  width: 100%;
  border: none;
}
.table-pane td {
  border-bottom: 1px #484747 solid;
}
.table-latest td {
  border-top: none;
  border-bottom: 1px #484747 solid;
}
.tab-pane h4 {
  color: #FFF !important;
  font-style: italic;
}
.table-pane h6 {
  color: #FFF !important;
}
.table-pane p {
  color: #CCC !important;
}
.table-pane .names {
  color: #287ac0 !important;
}
.table-pane .text-success {
  color: #3cbe2e !important;
}
/* POST */
.img-post {
  max-width: 100% !important;
}
.img-force-height {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  object-position: top;
}
.img-force-height-featured {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  object-position: top;
}
/*   RANKINGS & FIGHTER PROFILE   */
.custom-widget-header {
  margin: 0px;
  padding: 10px 0px;
  text-transform: uppercase;
  text-align: center;
  background: url(assets/images/striped-bg.png) center repeat;
}
.custom-widget-spacer {
  margin-bottom: 10px;
}
.profile-title {
  color: #287ac0 !important;
}
/* RANKINGS END */
/* BLOCKQUOTE */
blockquote {
  max-width: 60%;
  margin: 50px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #287ac0;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
  display: block;
}
blockquote::before {
  content: "\201C";
  color: #287ac0;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after {
  content: '';
}
blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.clearfix {
  display: block;
  content: "";
  clear: both;
}
/* BLOCKQUOTE END */
/* COUNTDOWN WIDGET */
.bg-countdown {
  border-radius: 15px;
  background-color: #101010;
  /*box-shadow: 2px 2px #000000;*/
  text-align: center;
}
.countdown-text {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  font: 300 2.25em 'Roboto Flex';
  text-transform: uppercase;
  color: #ffffff;
}
.countdown-text strong {
  font-weight: 400;
  color: #f4d022;
}
.countdown-numbers {
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  box-shadow: 2px 2px #000000;
}
/* COUNTDOWN WIDGET END */
.grecaptcha-badge {
  visibility: hidden;
}
fieldset {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: .35em 2em .75em !important;
  margin: 0 2px 20px 2px !important;
}
legend {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  font-size: 22px !important;
  color: #ffffff !important;
}
.ubermenu-target-title {
  font-size: 14px;
}
@media (max-width: 1300px) {
  /* COUNTDOWN WIDGET */
  .countdown-numbers {
    font-size: 4em;
  }
  /* COUNTDOWN WIDGET END */
}
/* Large devices (desktops) */
@media (max-width: 992px) {
  .span {
    font-weight: normal;
  }
  h7, .h7 {
    margin: 0;
  }
  .home-text-align {
    text-align: center;
  }
  .fas {
    color: #ffffff;
  }
  .brand-logo {
    height: auto;
    width: 80px;
  }
  .table-featured {
    margin-bottom: 20px;
  }
  h1, .post-title {
    padding: 0px;
    margin: 0px;
  }
  .schedule-padding-top {
    padding-top: 50px !important;
  }
  .padding-top {
    /*padding-top: 80px !important;*/
  }
  .upcoming-title {}
  .h6-title {
    margin-top: 0px;
  }
  .post {
    padding-top: 100px !important;
  }
  header {
    margin-bottom: 10px;
  }
  .img-force-height {
    width: 100%;
    height: auto;
  }
  #footer .footer-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-icons {
    width: 6vh;
    height: auto;
  }
  /* RANKINGS STATS*/
  #canvas-holder {
    width: 70%;
  }
  /* COUNTDOWN WIDGET */
  .countdown-numbers {
    font-size: 3em;
  }
  /* COUNTDOWN WIDGET END */
}
/* Medium devices (tablets, 768px) */
@media (max-width: 768px) {
  .img-force-height-featured {
    width: 100%;
    height: auto;
  }
  /* RANKINGS STATS*/
  #canvas-holder {
    width: 70%;
  }
}
/* Small devices (landscape phones, 576px) */
@media (max-width: 576px) {
  .h3-title-top {
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    border-bottom: 2px #eeeeee solid;
  }
  .h4-title-top {
    margin-top: 0px;
  }
  .span {
    font-weight: normal;
  }
  .big-title {
    font-size: 3em;
  }
  .img-force-height-featured {
    width: 100%;
    height: auto;
  }
  .footer-icons {
    width: 5vh;
    height: auto;
  }
  /* RANKINGS STATS*/
  #canvas-holder {
    width: 100%;
  }
  /* COUNTDOWN WIDGET */
  .countdown-numbers {
    font-size: 2em;
  }
  /* COUNTDOWN WIDGET END */
}
/* MENU BREAKPOINT */
@media (max-width: 1200px) {
  /* SINGLE IMAGE */
  .single-image {
    height: 100% !important;
    width: 100% !important;
  }
  .menu_item_right {
    right: 80px;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .nav-search {
    margin-top: 8px;
    max-width: 70%;
  }
}
/* OLD */
.gallery-item {
  display: inline !important;
}
.landscape {
  display: inline !important;
}