/* ==========================================================================
   New homepage CSS
   ========================================================================== */

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.woff2') format('woff2'),
    url('../fonts/Futura-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --new-bodytext-color: #818993;
  --blue: #0091ff;
  --dark: #2d323a;
  --light: #f6fbfe;
  --light-gray: #ecf0f3;
  --green: #1d9848;
  --green-dark-mouseover: #127a37;
  --footer-text-color: #a7acb2;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-light-gray {
  background-color: var(--light-gray) !important;
}

.h-100 {
  height: 100% !important;
}

.blue {
  color: var(--blue) !important;
}

.black {
  color: #000 !important;
}

.green {
  color: #1d9848 !important;
}

.white {
  color: #fff !important;
}

.font-gilroy {
  font-family: 'Gilroy' !important;
}

.fw-medium,
.fw-500 {
  font-weight: 500 !important;
}

.fw-semi-bold,
.fw-600 {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: unset;
}

.btn-flat,
.btn-flat:active {
  box-shadow: none;
}

.btn-primary-new {
  font-family: 'Gilroy';
  font-weight: 500;
  line-height: 26px;
  min-height: 40px;
}

.btn-primary,
.btn-primary.btn-primary-new {
  color: #fff;
  text-shadow: none;
  background-color: var(--green);
  border-color: var(--green);
  border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.btn-primary-new:hover,
.btn-primary.btn-primary-new:active,
.btn-primary.btn-primary-new:focus,
.btn-primary.btn-primary-new:active:hover,
.btn-primary.btn-primary-new:active:focus {
  background-color: var(--green-dark-mouseover);
  border-color: var(--green-dark-mouseover);
}

.btn-white,
.section-hero-slider .btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff #fff #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active:hover,
.btn-white:active:focus,
.section-hero-slider .btn-white:hover,
.section-hero-slider .btn-white:focus,
.section-hero-slider .btn-white:active:hover,
.section-hero-slider .btn-white:active:focus {
  color: #147436;
  background-color: #fff;
  border-color: #fff #fff #fff;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.p-relative {
  position: relative !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.card {
  background-color: #fff;
}

.card-header,
.card-body,
.card-footer {
  padding: 16px 20px;
}

.card-footer {
  margin-top: auto;
}

.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-top: none;
}

.table-borderless>thead>tr>th {
  border-bottom: none;
}

.table-sm>tbody>tr>td,
.table-sm>tbody>tr>th,
.table-sm>tfoot>tr>td,
.table-sm>tfoot>tr>th,
.table-sm>thead>tr>td,
.table-sm>thead>tr>th {
  padding: 4px;
}

.card-feature-widget {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 10px;
  font-size: 13px;
  line-height: 16px;
}

.twitter-timeline-wrapper {
  padding-top: 5px;
}

.form-control.form-control-new {
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}

.card-feature-widget .feature-image-wrapper {
  margin-bottom: 12px;
}

.card-feature-widget .form-control {
  background-color: var(--bg-light);
  padding-right: 20px;
  padding-left: 20px;
}

.card-feature-widget .heading {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.card-feature-widget .heading .small {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.card-feature-widget .card-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card-feature-widget .card-footer {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-feature-widget .table a {
  color: #000;
}

.card-feature-widget a:not(.btn):hover {
  color: var(--green);
  text-decoration: none;
}

.border-0 {
  border-width: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.ranking-tab-style .tab-content {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 15px;
}

.ranking-tab-style .nav-tabs {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.ranking-tab-style .nav-tabs li a {
  background: #deeef1 !important;
  border-width: 0;
  color: rgb(17 57 31 / 50%) !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ranking-tab-style .nav-tabs li.active a,
.ranking-tab-style .nav-tabs li.active a:hover,
.ranking-tab-style .nav-tabs li.active a:focus {
  border-width: 0;
}

.ranking-tab-style .nav-tabs li a:hover,
.ranking-tab-style .nav-tabs li.active a {
  background: var(--green) !important;
  color: #fff !important;
}

.ranking-tab-style .nav-tabs>li>a {
  margin-right: 2px;
  border: none;
  border-radius: 2px;
}

.ranking-tab-style .tab-content {
  padding: 10px 0 0;
}

.ranking-tab-style .table>thead>tr>th {
  color: #000;
}

.ranking-tab-style .table>tbody>tr>td:first-child {
  font-weight: 500;
}

.ranking-tab-style .table-hover>tbody>tr:hover {
  background-color: #e9f3f5;
}

.social-source-handle {
  font-weight: 600;
  font-size: 14px;
}

.slide-image-wrapper {
  height: 100%;
}

.slide-image-wrapper .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero-slider {
  background-color: #2d323a;
}

.block-post-date,
.form-control.form-control-new,
.section-hero-slider,
.section-hero-slider .slide-heading,
.section-news-slider,
.section-feature-widgets,
.section-squash-2021-news,
.section-sports-news,
.section-sports-news .heading,
.footer-contact-map,
.footer-contact-map .heading,
#footer {
  font-family: 'Gilroy';
}

.section-squash-2021-news .heading {
  font-family: 'Futura';
}

.section-hero-slider,
.section-squash-2021-news,
.section-sports-news {
  font-weight: 500;
  font-size: 16px;
}

.section-hero-slider p,
.section-squash-2021-news p,
.section-sports-news p,
.footer-contact-map p {
  line-height: 20px;
  margin-bottom: 25px;
}

.section-hero-slider,
.section-hero-slider p,
.section-sports-news p,
.section-news-slider,
.section-news-slider p,
.thumb-text-list-item a {
  color: var(--new-bodytext-color);
}

.section-hero-slider .btn,
.section-squash-2021-news .btn {
  min-width: 150px;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.section-hero-slider .owl-controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}

.section-hero-slider .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: rgb(255 255 255 / 30%);
}

.section-hero-slider .owl-carousel .owl-dots .owl-dot.active span,
.section-hero-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.section-hero-slider .slide-heading {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-hero-slider .slide-description {
  position: relative;
  z-index: 2;
}

.section-hero-slider .slide-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section-hero-slider,
.section-hero-slider .slide-description {
  min-height: 480px;
}

.section-hero-slider .slide-description {
  display: flex;
  align-items: center;
}

.section-squash-2021-news {
  padding-top: 60px;
  padding-bottom: 70px;
}

.section-squash-2021-news .heading,
.section-sports-news .heading {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

.section-squash-2021-news+.section-feature-widgets {
  padding-bottom: 30px;
}

.section-sports-news .category-heading {
  font-size: 30px;
  line-height: 20px;
}

.section-sports-news {
  padding-top: 50px;
  padding-bottom: 60px;
}

.block-post-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 76px;
  font-weight: 500;
  font-size: 16px;
}

.block-post-date.absolute-bottom-left {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.block-post-date .post-date {
  color: #000;
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 30px;
}

.list-footer-nav {
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}

.list-footer-nav>li {
  margin-bottom: 9px;
  padding-left: 15px;
  position: relative;
}

.list-footer-nav>li::before {
  display: block;
  content: '';
  width: 6px;
  height: 2px;
  background-color: var(--footer-text-color);
  position: absolute;
  top: 11px;
  left: 0;
}

.section-sponsors-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-news-slider {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-news-slider .thumb-text-list-item {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 20px;
}

.thumb-text-list-item .thumbnail {
  width: 94px;
  height: auto;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: unset;
  background-color: inherit;
  border: none;
  border-radius: 0;
}

.section-news-slider .thumbnail {
  width: 130px;
  margin-right: 16px;
}

.owl-carousel-news-slider .slide-image-wrapper {
  margin-bottom: 20px;
}

.owl-carousel-news-slider .slide-description-title {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px;
  text-transform: inherit;
}

.owl-carousel-news-slider .slide-description-text {
  line-height: 20px;
}

.owl-carousel-news-slider [data-location]:hover {
  cursor: pointer;
}

.thumb-text-list-item a:hover,
.owl-carousel-news-slider a:hover {
  text-decoration: none;
}

.owl-carousel-sponsors .row-card-sponsors {
  display: flex;
  flex-wrap: nowrap;
}

.owl-carousel-sponsors .owl-item {
  width: 100%;
}

.owl-carousel-sponsors .card-sponsor {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel-sponsors .card-sponsor+.card-sponsor {
  margin-top: 15px;
}

.owl-carousel-sponsors .item a {
  margin: 0 auto;
}

.footer-nav {
  background-color: var(--light);
  padding-top: 58px;
  padding-bottom: 22px;
}

.footer-contact-map {
  background-color: #000;
  color: #fff;
}

.footer-contact-map .heading {
  font-size: 30px;
}

.footer-contact-map .contact>li {
  margin-bottom: 10px;
}

.footer-contact-map .contact .contact-label {
  color: #6d7278;
  margin-right: 6px;
}

.footer-contact-map .social-icons li {
  margin-right: 10px;
}

.footer-contact-map .social-icons li i {
  position: relative;
  top: -1px;
}

.footer-contact-map .social-icons li a {
  height: 26px;
  width: 26px;
}

.footer-contact-map .col-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-copyright-notice {
  margin-top: 60px;
}

.footer-copyright .logo-powered-by-sportyhq {
  width: 158px;
  height: auto;
}

.footer-copyright .logo-squash-australia {
  width: 120px;
  height: auto;
}

#footer,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a,
#footer .footer-copyright p {
  color: var(--footer-text-color);
}

#footer a {
  transition: 0.3s;
}

#footer .list-footer-nav a {
  color: #6d7278;
}

#footer .list-footer-nav a:hover,
#footer .footer-nav .heading {
  color: #000;
}

#footer .footer-nav .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

#footer {
  background: var(--dark);
  border-top: none;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  padding: 0;
}

#footer .aboriginal-flags {
  margin-bottom: 15px;
}

#footer .aboriginal-flag {
  width: auto;
  height: 60px;
  margin-right: 5px;
}

#footer .footer-contact-map .container .row>div {
  margin-bottom: 0;
}

#footer .footer-copyright {
  background: var(--dark);
  border-top: none;
  margin-top: 0;
  padding: 60px 0 70px;
}

#footer .footer-copyright .container .row>div {
  margin-bottom: 0;
}

.section-hero-slider .slide-description {
	padding-left: 30px;
	padding-right: 30px
}
.section-hero-slider .col-text {
	padding: 20px 30px 30px;
	background-color: rgb(0 0 0 / 50%);
}
.section-hero-slider,
.section-hero-slider p {
	color: #eee;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 375px) {
  .owl-carousel-sponsors .card-sponsor {
    height: 170px;
  }

  .owl-carousel-sponsors .card-sponsor+.card-sponsor {
    margin-top: 20px;
  }
}

@media (min-width: 414px) {
  .owl-carousel-sponsors .card-sponsor {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .block-post-date {
    width: 116px;
    height: 116px;
  }

  .block-post-date.absolute-bottom-left {
    bottom: 30px;
  }

  .section-hero-slider,
  .section-hero-slider .slide-description {
    min-height: 590px;
  }

  .section-hero-slider .slide-heading {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }

  .section-squash-2021-news .heading,
  .section-sports-news .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .section-squash-2021-news+.section-feature-widgets {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .owl-carousel-sponsors .card-sponsor {
    height: 170px;
  }

  .owl-carousel-sponsors .card-sponsor+.card-sponsor {
    margin-top: 30px;
  }

  .d-md-flex {
    display: flex !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .feature-image-squash-athlete-posed-to-serve {
    max-width: 768px;
  }

  .section-sports-news .block-post-date.absolute-bottom-left {
    bottom: 125px;
  }

  .row-sports-news .feature-image {
    max-width: 472px;
    margin-left: auto;
  }

  .owl-carousel-sponsors .card-sponsor {
    height: 210px;
  }

  .footer-contact-map .col-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-contact-map .col-map {
    border-top: 1px solid #9c9c9c;
  }

  .footer-contact-map .contact {
    font-size: 18px;
    line-height: 30px;
  }

  #footer {
    font-size: 18px;
    line-height: 24px;
  }

  #footer .aboriginal-flags {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {

  .card-header,
  .card-body,
  .card-footer {
    padding: 20px 30px;
  }

  .card-feature-widget .card-header {
    padding-bottom: 15px;
  }

  .card-feature-widget .card-footer {
    padding-bottom: 30px;
  }

  .card-feature-widget .form-control {
    padding-right: 25px;
    padding-left: 25px;
  }


  .section-news-slider .col-owl-carousel-news-slider {
    width: calc(100% - 364px);
  }

  .section-news-slider .col-news-slider-news-list {
    width: 364px;
  }

  .section-squash-2021-news {
    padding-top: 80px;
  }

  .section-squash-2021-news .col-text {
    padding-right: 60px;
  }

  .feature-image-squash-athlete-posed-to-serve {
    max-width: 836px;
    margin-left: 7px;
  }

  .section-sports-news .col-category-heading {
    padding-right: 0;
  }

  .section-sports-news .col-text {
    padding-left: 0;
    padding-right: 30px;
  }

  .container-owl-carousel-sponsors {
    max-width: 1030px;
  }

  .owl-carousel-sponsors .card-sponsor {
    width: 225px;
    height: 225px;
  }

  .footer-nav .heading+.list-footer-nav {
    margin-top: 45px;
  }

  .footer-contact-map .contact>li {
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .card-feature-widget {
    margin-bottom: 30px;
  }

  .row-squash-2021-news .feature-image-wrapper {
    margin-top: 30px;
  }

  .section-sports-news .col-category-heading {
    margin-bottom: 25px;
  }

  .section-sports-news .feature-image-post-date-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero-slider .col-text {
		padding: 15px 20px 20px;
  }
  .copyright-text {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .footer-contact-map .col-map {
    padding-left: 0;
    padding-right: 0;
  }
}
