/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

.home-banner-slider {
  opacity: 0;
}

.home-banner-slider .slider-content .carousel-progress {
  margin-top: 30px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.home-banner-slider .slider-content .carousel-progress .carousel-progress-bar {
  height: 3px;
  background-color: white;
  width: 0%;
  position: absolute;
}

.home-banner-slider .slider-content .carousel-progress .carousel-progress-background {
  height: 1px;
  background-color: white;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.home-banner-slider .slider-content .btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-slider .slider-content .carousel-dots,
.home-banner-slider .slider-content .carousel-dots-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-banner-slider .slider-content .carousel-dots .dot,
.home-banner-slider .slider-content .carousel-dots-mobile .dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border: 2px solid white;
  border-radius: 50%;
}

.home-banner-slider .slider-content .carousel-dots .dot:not(:last-child),
.home-banner-slider .slider-content .carousel-dots-mobile .dot:not(:last-child) {
  margin-right: 12px;
}

.home-banner-slider .slider-content .carousel-dots .dot.current,
.home-banner-slider .slider-content .carousel-dots-mobile .dot.current {
  background-color: white;
}

.home-banner-slider .slider-content .carousel-dots {
  display: none;
}

@media (min-width: 768px) {
  .home-banner-slider .slider-content .carousel-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-banner-slider .slider-content .carousel-dots-mobile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .home-banner-slider .slider-content .carousel-dots-mobile {
    display: none;
  }
}

.WYSIWYG-flexible {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  padding: 78px 0 137px 0;
}

.header-social-links [class^="icon-"]::before,
.header-social-links [class*=" icon-"]::before {
  color: white;
}

.single-post .container-wrap {
  max-width: 900px;
}

.single-post .type-post figure {
  width: 100% !important;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.single-post .type-post figcaption {
  font-family: "Montserrat-Medium";
  font-size: 11px;
  margin-top: 1rem;
  color: #1E1D2B;
}

.single-post .type-post p {
  font-size: 16px;
  line-height: 24px;
  color: #1E1D2B;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .single-post .type-post figure {
    margin-bottom: 2.5rem;
    margin-top: 3rem;
  }

  .single-post .type-post p {
    font-size: 18px;
    line-height: 26px;
  }
}

.single-post .entry-content {
  margin-top: 48px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .single-post .entry-content {
    margin-top: 100px;
    margin-bottom: 136px;
  }
}

.store-sec-bg .view-btn {
  display: block;
  text-align: center;
  margin-top: 3rem;
}

.store-sec-bg .view-btn a {
  background-color: #FCD857;
  color: #1E1D2B;
  border-color: #FCD857;
}

.store-sec-bg .view-btn a:hover {
  background-color: #ffdf6b;
  border-color: #ffdf6b;
}

.header-section {
  height: 540px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .header-section {
    height: 700px;
  }
}

.header-section .header-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.header-section .header-title {
  text-align: center;
  max-width: 750px;
  font-size: 36px;
  line-height: 36px;
  color: white;
  margin-bottom: 0;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .header-section .header-title {
    font-size: 72px;
    line-height: 72px;
  }
}

.header-section .header-tag-div {
  height: 30px;
  background-color: #003D9A;
  color: white;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  z-index: 1;
  font-size: 11px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .header-section .header-tag-div {
    margin-bottom: 30px;
  }
}

.header-section::after {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-template-tpl-league-table .page-content-section {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 136px;
}

.page-template-tpl-league-table .table-responsive {
  overflow-x: auto;
}

.page-template-tpl-league-table .league-table {
  background-color: white;
  width: 100%;
  margin-top: 50px;
}

.page-template-tpl-league-table .league-table tr th,
.page-template-tpl-league-table .league-table tr td {
  padding-right: 80px;
}

.page-template-tpl-league-table .league-table tr th:first-child,
.page-template-tpl-league-table .league-table tr td:first-child {
  padding-left: 24px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .page-template-tpl-league-table .league-table tr th:first-child,
  .page-template-tpl-league-table .league-table tr td:first-child {
    padding-left: 64px;
  }
}

.page-template-tpl-league-table .league-table tr th:last-child,
.page-template-tpl-league-table .league-table tr td:last-child {
  padding-right: 24px;
}

@media (min-width: 768px) {
  .page-template-tpl-league-table .league-table tr th:last-child,
  .page-template-tpl-league-table .league-table tr td:last-child {
    padding-right: 64px;
  }
}

.page-template-tpl-league-table .league-table tr th {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "D-DINCondensed-Bold";
  font-weight: 700;
  color: #1E1D2B;
  text-transform: uppercase;
  text-align: left;
}

.page-template-tpl-league-table .league-table tr th.league-table-name-column {
  padding-left: 48px;
}

.page-template-tpl-league-table .league-table tr td {
  font-size: 16px;
  font-family: "Montserrat-Medium";
  color: #1E1D2B;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-template-tpl-league-table .league-table tr:not(:last-child) td {
  border-bottom: thin solid #EEEEEE;
}

.page-template-tpl-league-table .league-table .league-table-name-column {
  width: 500px;
  display: block;
}

.page-template-tpl-league-table .league-table .league-table-name-column .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-tpl-league-table .league-table .league-table-name-column img {
  border-radius: 100%;
  height: 36px;
  width: 36px;
  margin-right: 12px;
}


/*# sourceMappingURL=main.css.map*/