@import url("frontend/custom-select.css");

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  overflow-x: hidden;
  background-image: none !important;
  background-color: #fff !important;
}

a {
  color: #0263bc;
}

ol,
ul {
  padding-left: 20px;
}

.entry-meta {
  font-size: 0.95rem;
  color: #424242;
}

b,
strong {
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
}

.table td,
.table th,
.wp-block-table table td,
.wp-block-table table th {
  padding: 0.6rem;
  vertical-align: middle;
}

.nothing-found {
  display: flex;
  padding: 30px 35px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 8vh 0;
}

.nothing-found h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.95rem;
  color: #5b5b5b;
  margin: 0;
}

.zoom,
.zoom-img,
.zoom-img img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.zoom:hover,
.zoom-img:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.form-control:focus {
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header.bg-light {
  background-color: #fff !important;
  padding: 0 25px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.15);
}

.single-post #header.bg-light {
  border-bottom: none;
}

.top-bar {
  background-color: #141954;
  z-index: 10;
  display: block;
  position: relative;
  padding: 9px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

.site-container {
  display: block;
  position: relative;
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.mini-container {
  display: block;
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

.top-bar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0;
}

.top-bar h3 {
  font-weight: 600;
  font-size: 0.82rem;
  color: #fff;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.2px;
  margin-left: 116px;
}

#main-header .top-bar-right {
  margin-right: 25px;
}

.top-bar .social-block .social-item a,
#main-header .social-block .social-item a {
  color: #121851;
  width: 24px;
  height: 22px;
  display: flex;
  position: relative;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding-bottom: 1px;
  font-size: 1.15rem;
}

.top-bar .social-block .social-item a:hover,
#main-header .social-block .social-item a:hover {
  color: #fff;
  background-color: #121851;
}

#main-header .social-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0;
}

.top-bar .social-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0;
}

.top-bar-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar-right {
  display: flex;
  flex-direction: revert;
  align-items: center;
}

.top-bar .site-container {
  width: 100%;
  max-width: 100%;
  padding: 0 45px;
}

#header .site-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header-search-overlay {
  position: absolute;
  height: 100%;
  background-color: #1c1c1c;
  z-index: 222;
  bottom: 0;
  width: 200vw;
  right: -50vw;
}

.header-search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.header-search-container .search-icon {
  color: #121851;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  padding: 5px;
  cursor: pointer;
}

.search-icon span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.55px;
  margin-left: 5px;
}

.header-search {
  display: none;
  position: absolute;
  padding: 0 10px;
  top: 72px;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 888;
}

.header-search-container.show-search .header-search,
.header-search-container.show-search .header-search-overlay {
  display: block;
}

#header .search-form {
  width: 100%;
}

#header .search-form .input-group {
  width: 100%;
}

.header-search-wrapper {
  display: flex;
  height: auto;
  background-color: transparent;
  z-index: 999;
  position: relative;
  padding: 85px 10px 85px 90px;
  width: 100%;
  cursor: auto;
  min-height: 250px;
  justify-content: center;
  align-items: flex-start;
}

#main-header.fixed-header-onscroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  border-top: 5px solid #0093d5;
}

#main-header.fixed-header-onscroll #header .navbar-brand {
  margin-top: 0;
}

.header-search .input-group .form-control {
  line-height: 1;
  font-size: 1.05rem;
  color: #242424;
  letter-spacing: 0.15px;
  min-width: 220px;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 10px 25px 10px 50px;
  height: 52px;
  background-color: #f8f8f8;
}

.header-search .input-group-append {
  width: 150px;
  text-align: center;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px;
  margin-left: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-search .input-group-append .btn {
  height: auto;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  background-color: transparent;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}

.header-search .input-group-append .btn:hover {
  color: #fff;
  background-color: #424141;
  border-color: #6c757d;
}

.header-search .search-close {
  position: absolute;
  color: #c4c4c4;
  right: 18px;
  z-index: 9999;
  top: 20px;
  font-size: 1.35rem;
  cursor: pointer;
}

.header-search .search-close:hover {
  color: #ececec;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent !important;
  border: none !important;
}

.header-search .input-group-append .btn span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.header-search .input-group-append:hover {
  background-color: #eee;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0263bc;
}

.scvilla-icon.icon-search::before {
  content: "\e800";
  font-size: 13px;
  color: #2e4ea0;
}

.header-search .scvilla-icon.icon-search {
  padding-bottom: 4px;
}

.header-search .villa-search-icon.icon-search {
  display: flex;
  align-items: center;
  font-size: 1rem;
  left: 15px;
  z-index: 999;
  color: #888;
  position: absolute;
  top: 34%;
}

#header .navbar-brand {
  display: block;
  position: relative;
  margin-right: 0;
  height: auto;
  margin-top: 0;
  z-index: 999;
  width: auto;
  padding: 10px 0;
}

#header .navbar-brand img {
  width: 90px;
  height: auto;
}

#header .navbar-nav {
  position: relative;
  padding-left: 30px;
  margin-left: 1px;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #444 !important;
  font-size: 0.96rem;
  letter-spacing: 0.25px;
  padding: 1.15rem 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: row;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .menu-item:hover > .nav-link {
  color: #0263bc;
  border-bottom: none !important;
}

.sponsors-block {
  display: none;
  flex-direction: row;
  padding-left: 115px;
  padding-top: 5px;
}

.sponsors-block .sponsor-item {
  display: flex;
  position: relative;
  margin-right: 15px;
}

.sponsor-item a {
  display: block;
  position: relative;
}

.sponsor-item a img {
  width: auto;
  height: 25px;
}

.sc-full-width {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  /* overflow-x: hidden;*/
}

#main {
  margin-top: 0 !important;
}

.section.slider-section {
  padding-bottom: 0;
  background-color: #f8f8f8;
}

.main-slider {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 155px);
  overflow: hidden;
  background: #1a1a1a;
  min-height: 560px;
}

.main-slider.slick-slider {
  margin-bottom: 0 !important;
  border-bottom: 5px solid #fff;
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);*/
}

.main-slider .slick-list.draggable,
.main-slider .slick-list .slick-track {
  height: 100%;
  width: 100vw;
}

.home-banner {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 5px solid #fff;
}

.home-banner a,
.home-banner a img {
  display: block;
  position: relative;
  width: 100%;
}

.main-slider-item.slick-slide {
  display: block;
  position: relative;
  width: 100vw !important;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sc-slide-shadow {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  transform: none;
  padding: 50px;
}

.sc-slide-shadow .site-container {
  height: 100%;
}

.sc-slide-description {
  position: absolute;
  z-index: 200;
  right: 0;
  bottom: 0;
  left: 10px;
  box-sizing: border-box;
  text-align: left;
  width: 500px;
  max-width: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  border-bottom: 4px solid #011e41;
  padding: 15px 15px;
  height: auto;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slider-item-title,
.slider-item-title:hover {
  outline: none;
  text-decoration: none;
}

.slider-item-title h1 {
  font-size: 1.82rem;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.22;
  font-family: "FS Jack";
  font-weight: 800;
}

.main-slider .slick-arrow,
.matches-slider .slick-arrow,
.players-slider .slick-arrow,
.match-slides .slick-arrow {
  z-index: 999;
  width: 48px;
  height: 42px;
  background-color: rgb(255 255 255 / 65%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider .slick-arrow:hover,
.main-slider .slick-arrow:focus,
.match-slides .slick-arrow:hover,
.match-slides .slick-arrow:focus {
  background-color: rgb(210 210 210 / 75%);
}

.main-slider .slick-arrow {
  background-color: transparent;
}

.slick-next.slick-arrow {
  top: auto;
  bottom: 45px;
  right: 25px;
}

.slick-prev.slick-arrow {
  top: auto;
  bottom: 45px;
  left: 25px;
  right: auto;
}

.main-slider .slick-next.slick-arrow,
.main-slider .slick-prev.slick-arrow {
  bottom: 45%;
}

.main-slider .slick-arrow::before,
.matches-slider .slick-arrow::before,
.players-slider .slick-arrow::before,
.match-slides .slick-arrow::before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}

.main-slider .slick-prev::before,
.matches-slider .slick-prev::before,
.players-slider .slick-prev::before,
.match-slides .slick-prev::before {
  content: "";
  background-image: url(../../assets/images/arrow-left.png);
  margin-right: 4px;
}

.main-slider .slick-next::before,
.matches-slider .slick-next::before,
.players-slider .slick-next::before,
.match-slides .slick-next::before {
  content: "";
  background-image: url(../../assets/images/arrow-right.png);
}

.main-slider .slick-dots {
  bottom: 15px;
}

.main-slider .slick-dots li {
  margin: 0;
}

.main-slider .slick-dots li button {
  padding: 4px;
}

.main-slider .slick-dots li button::before {
  font-size: 6px;
  opacity: 0.75;
  color: white;
}

.main-slider .slick-dots li.slick-active button::before {
  opacity: 0.95;
  color: #939393;
}

.grid-posts-item {
  height: auto;
  min-height: 400px;
  margin-bottom: 40px;
}

.post-item-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
}

.archive.category .post-item-wrapper,
.page-template-news .post-item-wrapper {
  border: 1px solid #f4f4f4;
}

.post-item-wrapper:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.article-bg-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
.post-item-wrapper:hover .article-bg-image {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
} */

.grid-post-half {
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
}

.grid-post-half.half-post-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.home-section {
  margin-top: 50px;
  padding: 20px;
}

.section-wrapper {
  display: block;
  position: relative;
}

.small-blank .post-item-wrapper .post-border {
  border: none;
}

.small-blank .post-item-wrapper .post-border article,
.full-wide .post-item-wrapper .post-border article,
.small-filled .post-item-wrapper .post-border article {
  padding: 1rem;
}

.half-wide .post-item-wrapper .post-border {
  border: none;
}

.post-item-wrapper .post-border,
.post-item-wrapper .post-border article {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.post-item-wrapper .post-border article {
  display: flex;
}

.half-wide .post-item-wrapper .post-border article {
  display: flex;
  flex-direction: row;
}

.half-wide .post-item-wrapper .half-post-details {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.small-blank .post-item-wrapper,
.half-wide .post-item-wrapper {
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.full-wide .post-item-wrapper::after,
.small-filled .post-item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(30%, rgba(21, 18, 17, 0)),
    to(rgba(21, 18, 17, 0.95))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 30%,
    rgba(21, 18, 17, 0.95) 100%
  );
}

.full-wide:hover .post-item-wrapper::after,
.small-filled:hover .post-item-wrapper::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(30%, rgba(21, 18, 17, 0)),
    to(rgba(21, 18, 17, 0.99))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 30%,
    rgba(21, 18, 17, 0.99) 100%
  );
}

article .full-post-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.grid-item-time {
  color: #222;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row;
  line-height: 1.1;
}

.full-wide .full-post-details .grid-item-time,
.full-post-details .grid-item-time,
.half-post-details .grid-item-time {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.05px;
  font-family: "Source Sans Pro", sans-serif;
}

.full-wide .full-post-details .grid-item-title,
.small-filled .full-post-details .grid-item-title {
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.grid-item-cat span {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #2e4ea0;
  line-height: 1;
  font-size: 0.68rem;
  text-transform: uppercase;
  padding: 4px 6px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.grid-item-cat {
  display: flex;
}

.grid-item-title::after {
  border-top: 3px solid #2e4ea0;
  position: absolute;
  width: 80px;
  content: "";
  top: -8px;
  left: -80px;
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.full-wide .grid-item-title::after,
.small-filled .grid-item-title::after {
  border-top: 3px solid #fff;
}

.grid-posts-item:hover .grid-item-title::after {
  left: 0;
}

.outer-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  flex: 1;
}

.small-blank .full-post-details .grid-item-title,
.half-wide .half-post-details .grid-item-title {
  display: flex;
  position: relative;
  margin-top: 2px;
  color: #231f20;
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: unset;
  letter-spacing: -0.15px;
  font-family: "FS Jack";
  font-weight: 600;
}

.post-item-wrapper:hover {
  text-decoration: none;
}

.grid-item-excerpt {
  color: #1a1a1a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.small-blank .full-post-details .grid-item-time {
  color: #222;
  position: relative;
  margin-top: auto;
}

.small-blank .full-post-details .grid-item-excerpt {
  margin-bottom: 25px;
}

.grid-item-time .cat-in-date {
  display: block;
  position: relative;
  margin-left: 10px;
  border-left: 1px solid #b7b7b7;
  padding-left: 10px;
}

.half-post-details .grid-item-time {
  color: #222;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row;
  line-height: 1.1;
}

.home-matches {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}

#menu-main-menu li.menu-item {
  padding: 0;
}

#menu-main-menu li.menu-item a:not(.dropdown-menu li.menu-item a) {
  border-bottom: none;
}

:not(.dropdown-menu) .home-matches-header {
  display: flex;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  z-index: 10;
  margin-left: 4%;
  align-items: center;
}
.macthes-header,
.all-matches {
  font-size: 1.25rem;
  line-height: 1;
  color: #21439a;
  font-weight: 700;
  text-align: left;
  flex: 0 0 auto;
  margin: 0;
  text-transform: uppercase;
  padding: 0 0 3px;
}

.all-matches {
  font-weight: 600;
  font-size: 1rem;
  margin: 2px 0 0 20px;
  line-height: 1;
  padding: 0 0 3px;
  border-bottom: 1px solid transparent;
}

.all-matches a {
  color: #21439a;
}

.all-matches:hover {
  border-bottom: 1px solid #333;
}

.section-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.section-container.home-matches-section {
  background-color: #fff;
  padding: 30px 0 20px;
}

.section-container.home-top-news {
  background-color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-top-news .home-section {
  padding: 20px 20px 75px;
}

.category .home-top-news .home-section {
  margin: 0 auto;
}

.home-fixtures,
.home-fixtures-inner {
  display: block;
  position: relative;
  width: 100%;
}

.matches-slider {
  display: block;
  position: relative;
  width: 100%;
}

.home-fixtures-inner.swiper {
  overflow: unset;
}

.home-fixtures .swiper-button-next,
.home-fixtures .swiper-button-prev,
.shop-swiper .swiper-button-next,
.shop-swiper .swiper-button-prev {
  top: -50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.shop-swiper .swiper-button-next,
.shop-swiper .swiper-button-prev {
  top: 25px;
  background-color: rgba(240, 240, 240, 0.72);
}

.home-fixtures .swiper-button-next:hover,
.home-fixtures .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.home-fixtures .swiper-button-prev,
.shop-swiper .swiper-button-prev {
  left: unset;
  right: 70px;
}

.home-fixtures .swiper-button-next::after,
.home-fixtures .swiper-button-prev::after,
.shop-swiper .swiper-button-next::after,
.shop-swiper .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.shop-swiper .swiper-button-next::after,
.shop-swiper .swiper-button-prev::after {
  font-size: 0.85rem;
  color: #353535;
}

.match-slider-item {
  position: relative;
  display: block;
  margin: 0 12px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.home-fixtures .match-slider-item {
  width: 310px !important;
}

.match-slider-item:hover {
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.06);
}

.msi-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.msi-header {
  padding: 2.25rem 1rem 0;
  color: #373737;
  display: flex;
  flex-direction: column;
}

.msi-header .msi-league {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.msi-header .league-logo {
  display: flex;
  position: relative;
  width: 38px;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
.msi-header .league-logo img {
  width: 100%;
}

.msi-header .name {
  font-weight: 600;
  color: #154284;
}

.msi-header .time-venue {
  font-size: 0.92rem;
}

.msi-date {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.home-fixtures .msi-date {
  flex-direction: column;
  margin-top: 25px;
}

.msi-date .all-day {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.msi-date .date-day {
  font-weight: 500;
  line-height: 1;
  font-size: 2.5rem;
  display: inline-block;
  letter-spacing: -1.5px;
  margin-right: 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.msi-head-name {
  font-size: 0.84rem;
  color: #464646;
}

.date-meta {
  display: flex;
  flex-direction: column;
}

.date-weekday {
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "SCVilla-web";
  line-height: 1;
  letter-spacing: 0.65px;
}

.date-month {
  font-size: 0.91rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.65px;
  text-align: left;
  margin-top: 4px;
  font-family: "SCVilla-web";
}

.msi-body {
  display: block;
  position: relative;
  padding: 35px 10px 35px;
}

.msi-body-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.msi-logo {
  display: block;
  position: relative;
  width: 56px;
}

.msi-logo img {
  width: 100%;
}

.msi-results {
  display: inline-block;
  position: relative;
  background-color: #154284;
  color: #fff;
  padding: 3px 10px;
  line-height: 1;
  font-size: 2.25rem;
  border-radius: 5px;
  margin: 0 12px;
}

.msi-future .msi-results {
  background-color: #9d9d9d;
  color: #fff;
  letter-spacing: 0.5px;
}

.msi-body-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.msi-body-meta h5 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.msi-body-meta h5 span {
  font-size: 0.72rem;
  color: #5e5e5e;
  text-align: center;
  letter-spacing: 0.85px;
  padding: 0 3px;
}

.msi-body-meta h6 {
  font-size: 0.8rem;
  color: #5e5e5e;
  font-family: "SCVilla-web";
  text-align: center;
}

.msi-footer {
  padding: 1rem 0.4rem 1.65rem;
  text-align: center;
  margin-top: auto;
  display: flex;
  align-items: center;
  min-height: 60px;
  flex-direction: row;
  justify-content: center;
}

.msi-footer .msi-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #2e4ea0;
  transition: color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  background-color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.35px;
  font-weight: 600;
  min-width: 175px;
}

.msi-footer .msi-link i {
  display: none;
}

.msi-footer .msi-link:hover {
  background-color: #f2f2f2;
}

.msi-footer div.msi-link {
  opacity: 0;
  cursor: default;
}

.matches-slider .slick-next.slick-arrow,
.matches-slider .slick-prev.slick-arrow {
  top: -55px;
  bottom: auto;
  border: 1px solid #d9d9d9;
  width: 42px;
  height: 42px;
}

.matches-slider.slick-slider {
  margin-bottom: 30px;
  background-color: transparent;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.matches-slider .slick-next.slick-arrow {
  right: 40px;
}

.matches-slider .slick-prev.slick-arrow {
  right: 95px;
}

.matches-slider .slick-arrow:hover,
.matches-slider .slick-arrow:focus,
.players-slider .slick-arrow:hover,
.players-slider .slick-arrow:focus {
  background-color: #154284;
  border-color: #154284 !important;
}

.matches-slider .slick-prev:hover::before,
.matches-slider .slick-prev:focus::before,
.players-slider .slick-prev:hover::before,
.players-slider .slick-prev:focus::before {
  background-image: url(../../assets/images/arrow-white-left.png);
}

.matches-slider .slick-next:hover::before,
.matches-slider .slick-next:focus::before,
.players-slider .slick-next:hover::before,
.players-slider .slick-next:focus::before {
  background-image: url(../../assets/images/arrow-white-right.png);
}

.msi-large .msi-header {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msi-large .msi-header .next-match {
  font-weight: bold;
  font-family: "SCVilla-web";
  font-size: 1.1rem;
  font-style: italic;
  color: #fff;
  padding-right: 10px;
}

.ms-results-fixtures .msi-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/results-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ms-results-fixtures .msi-wrapper a {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-image: linear-gradient(
    230deg,
    rgba(21, 66, 132, 0.95),
    rgba(234, 12, 13, 0.8)
  );
  color: #fff;
}

.ms-results-fixtures .msi-wrapper a h4,
.ms-results-fixtures .msi-wrapper a h3 {
  font-family: "SCVilla-web";
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.35px;
}

.ms-results-fixtures .msi-wrapper a h4 {
  font-size: 1.45rem;
}

.ms-results-fixtures .msi-wrapper a h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 2px;
}

.players-slider {
  position: relative;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  row-gap: 28px;
}

.players-slider-item {
  width: 100%;
}

.slick-slide.players-slider-item {
  display: block;
  position: relative;
  width: 300px;
  height: auto;
}

.slick-slide.players-slider-item .ps-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.home-players {
  display: block;
  position: relative;
  width: 100%;
}

.home-players.team-players {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.team-players .team-block,
.team-players .team-block a {
  display: flex;
  position: relative;
  flex-direction: column;
}

.team-players .team-block {
  margin-bottom: 45px;
  border-radius: 12px;
  overflow: hidden;
}

.team-players .team-block a {
  width: 100%;
  height: 520px;
}

.team-players .team-block img,
.mini-main .team-block img,
.gallery-item-thumb img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-players .team-block:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.team-top {
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(30%, rgba(21, 18, 17, 0)),
    to(rgba(21, 18, 17, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 30%,
    rgba(21, 18, 17, 0.8) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.team-top h3 {
  font-size: 3.35rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -0.15px;
  text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
  line-height: 1;
}

.team-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.35px;
}

.team-top span i {
  font-size: 0.75rem;
  margin-left: 8px;
}

.team-member {
  display: block;
  position: relative;
  width: 100%;
}

.team-member a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
}

.player-image {
  display: block;
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #d7d7d7;
}

.player-info {
  display: flex;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(15%, rgba(21, 18, 17, 0)),
    color-stop(50%, rgba(51, 45, 42, 0.28)),
    to(94%, rgba(0, 24, 98, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 15%,
    rgba(51, 45, 42, 0.28) 50%,
    rgba(0, 24, 98, 0.9) 94%
  );
}

.keeper .player-info {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(15%, rgba(21, 18, 17, 0)),
    color-stop(50%, rgba(51, 45, 42, 0.28)),
    to(94%, rgba(83, 37, 12))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 15%,
    rgba(51, 45, 42, 0.28) 50%,
    rgb(83, 37, 12) 94%
  );
}

.players-slider-item:hover .player-info {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(15%, rgba(21, 18, 17, 0)),
    color-stop(50%, rgba(51, 45, 42, 0.35)),
    to(94%, rgba(0, 24, 98, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 15%,
    rgba(51, 45, 42, 0.35) 50%,
    rgba(0, 24, 98, 0.9) 94%
  );
}

.keeper .players-slider-item:hover .player-info {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(15%, rgba(21, 18, 17, 0)),
    color-stop(50%, rgba(51, 45, 42, 0.35)),
    to(94%, rgba(83, 37, 12))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 15%,
    rgba(51, 45, 42, 0.35) 50%,
    rgb(83, 37, 12) 94%
  );
}

.team-member-name {
  transition: all 0.3s ease-in-out;
}

.players-slider-item:hover .team-member-name span,
.players-slider-item:hover .team-member .member-number {
  color: #d2d9ec;
}

.player-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member .member-number {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 0.8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #294284;
  margin-bottom: 10px;
  width: 30px;
  text-align: left;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}

.team-member-name {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}

.team-member-name .second-name {
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.team-member-name .first-name {
  margin-bottom: 2px;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}

.section-title {
  line-height: 1;
  color: #21439a;
  text-align: left;
  flex: 0 0 auto;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 1.5rem;
  letter-spacing: 0.35px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}

.time-counter {
  display: flex;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  justify-content: center;
}

.time-counter #t-counter {
  font-size: 2.3rem;
  line-height: 1;
  color: #21439a;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
}

.counter-title {
  font-size: 0.95rem;
  line-height: 1;
  margin-right: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "SCVilla-web";
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #333;
}
.tc-block {
  display: flex;
  position: relative;
  flex-direction: column;
}

.tc-block .tcb-top {
  display: flex;
  flex-direction: row;
  position: relative;
}

#t-counter .tc-block:first-child .tcb-top .tcb-fig {
  font-weight: 400;
}

.tcb-bottom {
  display: inline-block;
  position: relative;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  color: #8e8e8e;
  padding-right: 20px;
}

.tcb-colon {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 4px;
  font-size: 1.92rem;
  font-family: "SCVilla-web";
  color: #444;
  font-weight: 400;
}

#t-counter .tc-block:last-child .tcb-bottom {
  padding-right: 5px;
}

.players-slider .slick-next.slick-arrow,
.players-slider .slick-prev.slick-arrow {
  top: -55px;
  bottom: auto;
  border: 1px solid #d9d9d9;
  width: 42px;
  height: 42px;
}

.video-item {
  height: 435px;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

.video-post-thumb {
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.home-players-section {
  padding-bottom: 60px;
}

.home-videos-section {
  padding: 40px 0 60px;
}

.home-videos-section .home-section {
  margin-top: 0px;
}

.home-videos .section-title {
  font-size: 1.85rem;
  letter-spacing: -0.25px;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.video-inner,
.video-inner a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.video-inner a {
  justify-content: flex-end;
  justify-content: flex-end;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.85))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.85) 90%
  );
}

.video-inner:hover a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.9) 90%
  );
}

.video-title .vid-title {
  color: #fff;
  font-size: 1.92rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.video-inner {
  z-index: 15;
}

.video-icon {
  display: flex;
  position: relative;
  padding: 10px 15px;
  background-color: rgb(30, 65, 153);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 75px;
  height: 46px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
}

.video-icon i::before {
  fill: #fff;
  font-size: 1.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-inner:hover .video-icon {
  background-color: rgb(33 67 154 / 85%);
}

.video-inner:hover .video-icon svg {
  fill: #fff;
}

.featured-video-inner {
  display: block;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.video-title {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 10px 16px;
}

.video-cat {
  position: relative;
  color: #fff;
  font-size: 0.95rem;
  text-transform: lowercase;
  letter-spacing: 0.65px;
  line-height: 1.05;
}

.vid-title a {
  display: block;
  position: relative;
  color: #21439a;
  font-family: "SCVilla-web";
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.results-table {
  display: table;
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-family: "SCVilla-web";
  font-size: 0.92rem;
  color: #444;
}

.results-table thead tr {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e1e1e1;
}

.results-table thead tr th {
  padding: 7px 5px;
  text-align: center;
}

.results-table thead tr th.team-col-th {
  text-align: left;
  width: 60%;
}

.results-table tr td.stat-col {
  padding: 12px 10px;
  min-width: 35px;
  text-align: center;
  font-size: 0.8rem;
  color: #808080;
  letter-spacing: 1px;
}

.results-table tr td.no-col {
  font-size: 0.8rem;
}

.results-table tr .stat-col.mp {
  border-right: 1px solid #eee;
  padding-right: 14px;
  color: #222;
}

.results-table tbody tr {
  border-bottom: 1px solid #eee;
}

.results-table tr .stat-col.gd,
.results-table tr .stat-col.pts {
  color: #222;
}

.results-table tr .stat-col.gd {
  padding-left: 15px;
  border-left: 1px solid #eee;
}

.results-table thead .no-col-th,
.results-table tbody .no-col {
  min-width: 35px;
  text-align: center;
}

.results-table tbody .team-col {
  padding: 5px 10px;
}

.results-table tbody .badge-col {
  text-align: right;
  min-width: 32px;
}

.results-table tbody .badge-col img {
  width: 28px;
  height: auto;
}

.results-table tbody tr:nth-child(2n + 1) {
  background-color: #fdfdfd;
}

.table-title {
  padding: 0.8rem 1.25rem;
  background-color: #154284;
  display: flex;
  color: #fff;
  font-size: 1.05rem;
  font-weight: bold;
  font-family: "SCVilla-web";
  line-height: 1;
  letter-spacing: 0.25px;
  background-image: url(../../assets/images/pattern-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.col-md-6.home-table {
  display: flex;
  flex-direction: column;
}

.table-link-block {
  display: flex;
  flex: 1;
}

.full-table-link {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  color: #595959;
  padding: 7px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9rem;
  font-family: "SCVilla-web";
  letter-spacing: 0.5px;
  align-self: flex-end;
}

.home-videos .videos-list {
  margin-top: 70px;
}

.vid-item {
  margin-bottom: 30px;
}

.videos-list .video-item {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

.videos-list .vid-item.long-vid .video-item {
  height: 420px;
}

.videos-list .vid-title a {
  color: #21439a;
  font-size: 1.2rem;
  line-height: 1.2;
}

.videos-list .video-icon {
  width: 70px;
  height: 46px;
  border-radius: 5px;
  margin-bottom: 0;
}

.videos-list .video-title {
  padding: 8px 20px 10px;
}

.video-item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.video-meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 6px;
}

.video-time {
  color: #f9f9f9;
  font-size: 0.75rem;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 0.45px;
  margin-left: 10px;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-top: 1px;
}

.video-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 11px;
  background-color: #a4a0a0;
  left: -1px;
  top: 4px;
}

.main-button-block {
  display: block;
  margin-top: 20px;
}

.main-button-block .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-button-block .main-button a {
  position: relative;
  text-align: center;
  display: flex;
  width: 800px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  color: #2e4ea0;
  padding: 9px 15px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.88rem;
  letter-spacing: 0.6px;
  align-self: flex-end;
  font-family: "Montserrat", sans-serif;
  max-width: 90%;
}

.main-button-block .main-button a:hover {
  background-color: rgba(46, 78, 160, 0.12);
}

.section-title2 {
  font-size: 2.35rem;
  line-height: 1;
  color: #21439a;
  font-family: "SCVilla-web";
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  padding-left: 5px;
  margin-bottom: 35px;
}

.gallery-item-wrapper {
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.gallery-item-wrapper .gallery-item {
  height: 420px;
  display: block;
  position: relative;
  width: 100%;
  border: none;
  overflow: hidden;
}

.gallery-details {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
}

.gallery-item-wrapper .gallery-details h4,
.gallery-item-wrapper .gallery-details h5 {
  margin: 0;
}

.gallery-item-wrapper .gallery-item .video-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 0.5rem;
}

.gallery-item-wrapper .gallery-item a {
  z-index: 999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.75) 90%
  );
}

.gallery-item-wrapper .gallery-item:hover a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.65) 90%
  );
}

.gallery-item-wrapper .gallery-details .gallery-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin-bottom: 8px;
}

.gallery-item-wrapper .gallery-details .gallery-date {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: #cecdcd;
  letter-spacing: 0.25px;
}

.col-md-4 .gallery-item-wrapper .gallery-item {
  height: 325px;
}

.gallery-list-item {
  margin-bottom: 30px;
}

.honors-strip-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.honours-item,
.honours-item .honours-item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.honours-item {
  width: 33.333%;
  max-width: 100%;
  padding: 10px 25px;
}

.honours-item .honours-item-details {
  width: 100%;
}

.honours-item .honours-item-details h4,
.honours-item .honours-item-details h5 {
  text-align: center;
}

.honours-item .honours-item-details h4 {
  color: #21439a;
  font-family: "SCVilla-web";
  font-size: 1.85rem;
  font-weight: 600;
  margin-top: 10px;
}

.honours-item .honours-item-details .honours-item-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.45px;
  width: 100%;
  margin-top: 5px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  display: block;
  color: #154284;
}

.home-honours .home-section {
  margin-top: 35px;
}

.honours-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-block {
  display: block;
  position: relative;
  padding: 40px 35px 30px;
  border: 0.72rem solid #21439a;
  font-family: "SCVilla-web";
  background-color: #f7f7f7;
}

.home-newsletter .home-section {
  margin-top: 5px;
}

.newsletter-titles .mini-title,
.newsletter-titles .mega-title {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "SCVilla-web";
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 0;
}

.newsletter-titles .mega-title {
  font-size: 2.85rem;
  color: #21439a;
  margin-top: 5px;
}

.newsletter-titles .mini-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.12rem;
  color: #ed2425;
  margin-bottom: 10px;
}

.newsletter-excerpt {
  font-family: "SCVilla-web";
  font-size: 0.98rem;
  color: #6f6f6f;
}

.newsletter-form #mc_embed_signup input.email {
  box-shadow: none !important;
  outline: none !important;
  height: 45px !important;
  width: 310px !important;
  border-color: #21439a;
  border-width: 4px;
  border-radius: 0;
}

.newsletter-form #mc_embed_signup .clear {
  margin-left: -5px;
}

.newsletter-form #mc_embed_signup .button {
  height: 45px;
  padding: 0 20px;
  background-color: #21439a;
  text-transform: uppercase;
  font-family: "SCVilla-web";
  border-radius: 0;
}

.newsletter-terms-check {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.newsletter-form #mc_embed_signup .button:hover {
  background-color: #2c53b7;
  cursor: pointer;
}

.newsletter-terms-check label {
  color: #828282;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
}

.newsletter-form #mc_embed_signup {
  background: transparent;
}

#footer {
  background-color: #161a44;
  margin-top: 0;
  padding-top: 100px;
  position: relative;
  padding-bottom: 60px;
}

#footer::before {
  background-image: url("../../assets/images/bg-footer.png");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.32;
}

#footer .container {
  max-width: 1360px;
  padding: 0 20px;
}

.footer-blocks {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.four-blocks h4 {
  font-family: "Montserrat", Sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

#footer .four-blocks .wpforms-container {
  border: 2px solid #555282;
  padding: 10px 16px 16px;
  background-color: #ffffff1c;
}

#footer .four-blocks .wpforms-submit-container .wpforms-submit {
  width: 100%;
  border-radius: 0;
  padding: 17px 20px;
  border-color: #0093d5;
  background-color: #0093d5;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.65px;
}

#footer .four-blocks .wpforms-field .wpforms-field-large {
  height: 46px;
}

.footer-sponsors,
.footer-social {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}

.footer-sponsors {
  border-top: 1px solid #e1e1e1;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.page-template-news .footer-sponsors,
.archive.category .footer-sponsors {
  margin-top: 0;
}

.fufa-partners {
  width: 1260px;
  max-width: 100%;
  padding: 0 10px;
}

.fufa-partners .sponsors-block {
  justify-content: space-between;
}

.footer-sponsors .sponsors-block {
  padding: 40px 0 15px;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.footer-sponsors .sponsors-block.sponsors {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
}

.sponsors-container {
  width: 950px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}

.footer-sponsors .sponsors-block .sponsor-item a img {
  width: auto;
  height: 55px;
  max-width: 100%;
}

.footer-sponsors .sponsors-block .sponsor-item {
  margin-right: 12px;
  margin-left: 12px;
}

.four-blocks.row {
  color: #fff;
}

.four-blocks .contact-block {
  margin-top: 25px;
}

.four-blocks .contacts {
  padding: 0 40px 0 0;
}

.contact-block ul {
  padding: 0;
}

.contact-block ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.contact-block ul li span.icon {
  color: #0093d5;
}

.contact-block ul li span.text {
  font-size: 1.02rem;
  color: #eee;
}

#footer .navbar-brand img {
  height: 105px;
}

#footer .col-md-3.ucobac {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 35px;
}

#footer .col-md-3.newsletter {
  flex: 0 0 30%;
  max-width: 30%;
}

#footer .col-md-3.contacts,
#footer .col-md-3.footer-menu {
  flex: 0 0 20%;
  max-width: 20%;
}

.uco-description {
  font-size: 0.96rem;
  line-height: 1.65;
  margin-top: 20px;
  border-top: 1px solid #313455;
  padding-top: 15px;
}

#footer .ucobac-branding {
  height: auto;
}

#footer a.ucobac-name {
  color: #fff;
  padding-left: 2px;
  margin-left: 0;
  margin-top: 10px;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
}

.footer-social {
  padding: 10px 0 8px;
  border-bottom: 1px solid #323557;
  border-top: 1px solid #323557;
  margin-top: 20px;
}

.footer-social .social-block {
  display: flex;
  flex-direction: row;
}
.footer-social .social-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 12px 0 0;
}

.footer-social .social-item a {
  color: #fff;
}

.footer-social .social-item a i {
  font-size: 1.35rem;
}

.footer-menu {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-content: flex-start;
}

.footer-menu li {
  margin-bottom: 5px;
  border-bottom: 1px solid #373a5b;
}

.footer-menu li:last-child {
  border-bottom: none;
}

.footer-menu .nav-link {
  color: #fff;
  letter-spacing: 0.45px;
  font-size: 1.02rem;
  padding: 8px 0;
  font-weight: 600;
}

.footer-nav-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.footer-nav-inner ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 40px 0 0;
  margin-top: 20px;
}

.footer-nav-inner ul ul.dropdown-menu {
  display: none;
}

.footer-copyright {
  display: flex;
  position: relative;
  padding: 10px 0;
  margin-top: 20px;
}

.footer-copyright p {
  text-align: center;
  color: #959595;
  line-height: 1.65;
  font-size: 0.9rem;
  letter-spacing: 0.25px;
  font-family: "FS Jack";
}

.main-sub-menu {
  display: block;
  position: relative;
  /*background: linear-gradient(90deg, #37aae0 0, #294284);*/
  transition: height 0.2s ease;
}

.main-sub-menu .navbar-nav {
  flex-direction: row;
}

h3.page-title,
.page-header .page-title {
  font-size: 2.3rem;
  line-height: 1;
  color: #21439a;
  font-family: "SCVilla-web";
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  margin-bottom: 35px;
}

.pagination .page-link {
  display: flex;
  padding: 5px;
  color: #02264c;
  border: 1px solid #bfbfbf;
  margin-right: 6px;
  border-radius: 0 !important;
  background-color: #fff;
  font-weight: 600;
  width: auto;
  height: 33px;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  outline: none;
  min-width: 32px;
}

.pagination .current {
  line-height: 1.25;
  display: flex;
  padding: 5px;
  color: #fff;
  border: 1px solid #0263bc;
  margin-right: 6px;
  border-radius: 0 !important;
  background-color: #0263bc;
  font-weight: 600;
  width: 33px;
  height: 33px;
  justify-content: center;
  align-items: center;
}

.archive #main.container {
  max-width: unset !important;
  padding: 0 !important;
}

.not-found-block,
.not-found-block .not-found-inner {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  padding: 15px;
  margin-top: 15px;
}

.not-found-block .not-found-inner {
  padding: 0;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
}

.not-found-block img {
  width: 165px;
  max-width: 100%;
  margin-bottom: 35px;
}

.not-found-block h4 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.55rem;
  margin-bottom: 30px;
  font-family: "FS Jack";
  color: #222;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  font-weight: 600;
}

.view-latest h5 a {
  display: block;
  width: 300px;
  padding: 14px 15px 13px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 100%;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border-color: #222;
  font-size: 1rem;
  letter-spacing: 0.35px;
  font-weight: 700;
  line-height: 1;
  background-color: #222;
}

.view-latest h5 a:hover {
  background-color: #444;
}

.dropdown-toggle::after {
  margin-left: 0.155em;
}

.position-title {
  font-size: 1.35rem;
  line-height: 1;
  color: #21439a;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #dfdfdfcc;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.postion-header {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.staff-title {
  display: block;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-top: 3px;
}

.staff-block .players-slider-item {
  width: 100%;
}

.section-container.staff-section {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}

.single-player .col-switcher {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.player-header {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  overflow: hidden;
  background: #1a1a1a;
}

.card-child-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.player-header-inner {
  display: block;
  width: 100%;
  height: 100%;
}

.player-header,
.player-header .player-header-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.player-header .s-player-card-container__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*transform: translateX(-50%);*/
}

.player-header .s-player-card-container-photo-image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.player-header .bg-number {
  display: flex;
  font-size: 70rem;
  color: #fff;
  opacity: 0.02;
}

.player-header .s-player-card-container-photo-image::before,
.player-header .s-player-card-container-photo-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.player-header .s-player-card-container-photo-image::before {
  opacity: 0.95;
  background-image: radial-gradient(
    circle at 50% 65%,
    #ae6d4d,
    rgba(202, 115, 63, 0.85) 25%,
    rgba(140, 118, 100, 0.95),
    #ae9589bd
  );
}

.player-header .s-player-card-container-photo-image::after {
  opacity: 0.65;
  background-image: radial-gradient(
    circle at 49% 47%,
    transparent,
    rgba(0, 0, 0, 0.06) 48%,
    rgba(0, 0, 0, 0.96),
    #000
  );
  background-image: url(../../assets/images/player-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.player-header .s-player-card-container-content-unit-basic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.player-header .s-player-card-container-content-unit-basic__number {
  margin: 0 1rem 0 0;
  color: #fff;
  font-size: 5.15rem;
  font-weight: normal;
  letter-spacing: -0.65px;
  line-height: 0.85;
  display: flex;
  align-self: flex-start;
  margin-top: 6px;
}

.player-header .s-player-card-container__content {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.player-header .s-player-card-container__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.player-header .s-player-card-container__content {
  width: 1300px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 28% 40% 28%;
  column-gap: 2%;
  grid-template-rows: 1fr;
  z-index: 5;
}

.single-player-h-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: unset;
}

.single-player-left {
  padding-right: 35px;
  justify-content: flex-start;
  padding-top: 10vh;
  z-index: 2;
}

.single-player-right {
  padding-left: 35px;
  justify-content: flex-start;
  padding-top: 10vh;
  z-index: 2;
}

.player-header .s-player-card-container-content-unit-basic__position {
  margin: 0;
  letter-spacing: 0.09rem;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #fff;
  margin-top: 30px;
  min-width: 180px;
  text-align: center;
}

.player-header .player-collage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.player-header .player-collage img {
  width: 100%;
  height: auto;
}

.player-header .s-player-card-container-content-unit-basic__name {
  margin: 5px 0 0;
  color: #fff;
  font-size: 2.15rem;
  letter-spacing: 1.05px;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.player-header .s-player-card-container-content-unit {
  margin-bottom: 30px;
}

.player-header .player-unit-stats {
  margin: 0 0 2rem;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.player-unit-stats .player-stats-item {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.player-unit-stats .player-stats-item:first-child {
  margin: 0;
}

.player-stats-item .player-stats-item__name {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.95rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
}

.player-stats-item .player-stats-item__value {
  min-width: 90px;
  margin: 0 0 20px;
  padding: 0 0 2px;
  letter-spacing: 0.03rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
  font-size: 3.5rem;
  line-height: 1;
}

.single-player-h-block.single-player-hcenter::after {
  content: "";
  display: block;
  width: 200vw;
  height: 50vh;
  background: rgb(64, 85, 186);
  background: -moz-linear-gradient(
    0deg,
    rgba(64, 85, 186, 0.8519608527004552) 20%,
    rgba(2, 2, 4, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(64, 85, 186, 0.8519608527004552) 20%,
    rgba(2, 2, 4, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(61, 77, 155, 0.85) 20%,
    rgba(2, 2, 4, 0) 100%
  );
  position: absolute;
  right: -50vw;
}

.sc-player-details-inner {
  display: block;
  width: 100%;
  position: relative;
}

.sc-player-details,
.sc-player-details-header {
  display: flex;
  position: relative;
}

.sc-player-details-header {
  border-bottom: 1px solid #e3e3e3;
}

.sc-player-details-header h4 {
  display: inline-block;
  margin: auto;
  padding: 18px 0 15px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.45px;
  border-bottom: 3px solid #2e4ea0;
  color: #2e4ea0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.player-info_row {
  width: 880px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
  margin: auto;
}

.player-info-debut {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 0.1rem solid #e1e1e1;
  text-align: right;
}

.player-info-debut:last-child {
  text-align: left;
  border: none;
}

.sc-player-details-main {
  display: block;
  position: relative;
  padding-top: 60px;
}

.player-info_text {
  color: #4d4d4d;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.player-info_title {
  color: #4d4d4d;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.06rem;
  letter-spacing: 0.12rem;
  font-weight: 400;
}

.player-info_value {
  font-size: 2.1rem;
  letter-spacing: 0.04rem;
  font-weight: 500;
  margin: 0;
  color: #02264c;
  line-height: 1.2;
  text-transform: capitalize;
}

.player-info_logo {
  max-width: 7rem;
  max-height: 9rem;
  margin: 0 2.2rem;
}

.player-info_logo .player-info-debut-logo-image {
  max-width: 70px;
  max-height: 90px;
}

.player-info_row .player-info-stats {
  width: 100%;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding: 1.85rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-stat-icon-image {
  width: 55px;
  height: auto;
}

.player-info-stats .player-info_title {
  font-size: 0.85rem;
  letter-spacing: 0px;
}

.player-info-stats .player-info_value {
  font-size: 0.98rem;
  letter-spacing: 0px;
}

.player-info-stats .prev-clubs .player-info_value {
  font-size: 0.95rem;
  border-bottom: 1px solid #e3e2e2;
  padding-bottom: 4px;
  margin-bottom: 5px !important;
}

.player-info-stats .prev-clubs .player-info_value:last-child {
  border-bottom: none;
}

.player-info-stats .player-info_logo {
  margin: 0 16px 0 0;
}

.player-info_row.content {
  margin: 15px auto 0;
  flex-direction: column;
}

.match-slider-item.head-match {
  width: 100%;
  float: unset;
  margin: auto;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.head-match .msi-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.head-match .msi-date .date-day {
  margin: 0 13px;
  color: #154284;
  font-size: 1.85rem;
}

.head-match .date-weekday {
  line-height: 1;
  font-size: 2.5rem;
  display: inline-block;
  letter-spacing: -1.5px;
}

.head-match .date-weekday,
.head-match .date-month {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.8rem;
  color: #154284;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
}

.head-match .msi-header h6 {
  color: #282828;
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-family: "SCVilla-web";
  letter-spacing: 0.15px;
}

.head-match .msi-results {
  min-width: 65px;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 25px 0 20px;
  padding: 6px 10px;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-match .msi-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.head-match .msi-logo img {
  width: 85px;
  height: auto;
}

.head-team-name {
  display: flex;
  flex: 1;
  align-items: center;
  font-weight: bold;
  font-size: 1.95rem;
  color: #154284;
  text-transform: uppercase;
}

.head-match .msi-logo.lg_left .head-team-name {
  justify-content: flex-start;
  padding-left: 12px;
}

.head-match .msi-logo.lg_right .head-team-name {
  justify-content: flex-end;
  padding-right: 15px;
}

.head-match .msi-body {
  padding: 5px 0;
}

.head-match .msi-body-meta {
  display: none;
}

.head-match .msi-logo.villa .head-team-name {
  font-weight: 600;
}

.match-arrow {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: 6px;
}

.match-arrow::after {
  width: 100%;
  height: 100%;
  content: "";
  border-bottom: 1px solid #e60726;
  border-right: 1px solid #e60726;
  transform: rotate(312deg) translateY(-50%);
  transition: all 0.15s ease-in-out;
  transform-origin: 50% 0;
  display: flex;
}

.expanded .match-arrow::after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.villa-results-top {
  background-color: #f2f2f2;
}

.villa-results-top .home-section {
  padding: 5px 0 30px;
}

.msi-head-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.msi-head-logo img {
  height: 60px;
  width: auto;
}

.schedule-seasons {
  background-color: #fff;
}

.schedule-seasons .site-container {
  padding: 35px 0;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.schedule-seasons .section-title {
  margin: 0 20px 0 0;
  text-shadow: none;
}

.seasons-list select {
  background-color: #154284;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 0.95;
  font-weight: normal;
  color: #fff;
  margin-top: -2px;
  font-size: 1.32rem;
  letter-spacing: 0.35px;
}

.seasons-list select option {
  font-size: 1rem;
  font-family: "SCVilla" !important;
  letter-spacing: 1px;
  font-weight: bold;
}

.holder {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
}

.schedule-seasons.month {
  background-color: transparent;
  border-top: none;
  margin-top: 30px;
}

.schedule-seasons.month:first-child {
  margin-top: 0;
}

.schedule-seasons.month .section-title {
  color: #2b2b2b;
  font-size: 1.35rem;
  letter-spacing: 0.35px;
  font-weight: normal;
}

.schedule-seasons.month .site-container {
  padding: 12px 0;
}

.schedule-list-item .head-match .msi-header {
  flex-direction: column-reverse;
  padding: 0;
  margin-left: 10px;
  align-items: flex-start;
  margin-right: 10px;
}

.schedule-list-item .head-match .msi-header .msi-date {
  border-right: 1px solid #6c6c6c;
  padding-right: 10px;
}

.schedule-list-item .msi-header-wrapper {
  display: flex;
  flex-direction: row;
  padding: 9px 10px;
  background-color: #f8f8f8;
}

.villa-schedule .match-slider-item {
  border-radius: 0;
}

.schedule-list-item .msi-head-logo img {
  height: 42px;
  width: auto;
}

.schedule-list-item .head-match .date-weekday,
.schedule-list-item .head-match .date-month {
  letter-spacing: 0.32px;
  font-size: 0.9rem;
}

.schedule-list-item .head-match .date-month {
  margin-right: 4px;
}

.schedule-list-item .head-match .msi-date .date-day {
  margin: 0 3px;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

.schedule-list-item .head-match .msi-header h6 {
  font-size: 0.85rem;
  letter-spacing: 0.15px;
  margin-top: 3px;
}

.schedule-list-item .head-match .msi-logo img {
  width: 30px;
  height: auto;
}

.schedule-list-item .head-match .msi-results {
  font-size: 1.25rem;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  height: auto;
  border-radius: 4px;
  min-width: 105px;
  font-family: "Montserrat", sans-serif;
}

.results .schedule-list-item .head-match .msi-results {
  background-color: #2e4ea0;
}

.schedule-list-item .head-team-name {
  font-size: 1.05rem;
  color: #2b2b2b;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}

.match-extra {
  padding: 5px 10px;
  position: relative;
  display: none;
  transition: all 0.4s ease-in-out;
}

.expanded .match-extra {
  display: block;
}

.match-venue {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
  color: #202020;
  font-weight: 500;
}

.schedule-list-item .home-section {
  margin-top: 0;
  padding: 0 0 8px;
}

.schedule-list-item .msi-footer .msi-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 0;
  line-height: 1;
  border: none;
  color: #da0022;
  background-color: transparent;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 600;
  min-width: auto;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}

.schedule-list-item .msi-footer .msi-link span {
  margin-left: 6px;
}

.schedule-list-item .msi-footer .msi-link:hover {
  color: #02264c;
}

.msi-link:hover .match-arrow::after {
  border-bottom: 1px solid #02264c;
  border-right: 1px solid #02264c;
}

.schedule-list-item .msi-footer .msi-link i {
  display: inline;
}

.msi-footer .msi-link i::before {
  font-size: 0.6rem;
  font-weight: bold;
  width: auto;
}

.schedule-list-item .msi-footer {
  padding: 0 0.4rem;
  border-top: none;
  margin-bottom: 10px;
  min-height: 20px;
  justify-content: flex-end;
  width: 220px;
}

.schedule-list-item {
  border-bottom: 0.1rem solid #f0f0f0;
}

.head-match .small-date {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: -8px;
  color: #373737;
  margin-top: 8px;
}

.villa-results-top .small-date {
  display: none;
}

.seasons-list.schedule {
  position: relative;
}

.seasons-list.schedule::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.seasons-list.schedule .scvilla-select-trigger::after {
  display: none;
}

.schedule-seasons.league-standings {
  background-color: #fff;
  border-top: none;
}

.schedule-seasons.league-standings {
  padding-top: 80px;
}

.league-standings-bottom {
  padding: 0;
  margin-top: 0;
}

.league-standings-bottom .home-section {
  margin-top: 0;
  padding-top: 10px;
}

.league-standings-bottom .results-table tbody .team-col {
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: 0.15px;
}

.league-standings-bottom .results-table tr td.stat-col {
  padding: 16px 10px;
}

.league-standings-bottom .results-table tr td.stat-col {
  min-width: 80px;
}

.sc-table-abbrevs,
.sc-table-abbrevs .st-abbrev {
  display: flex;
  flex-direction: row;
}

.sc-table-abbrevs .st-abbrev {
  padding: 5px 10px;
  margin: 0;
  line-height: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #959595;
  letter-spacing: 0.25px;
}

.sc-table-abbrevs .st-abbrev-definition {
  margin: 0;
}

.table-footer {
  display: flex;
  background-color: #f8f8f8;
  padding: 12px 0;
  justify-content: flex-end;
}

.st-abbrev_term {
  display: block;
  margin-right: 5px;
}
.results-table tbody tr.sc-villa {
  background-color: #fafcff;
  color: #3357b5;
  border-bottom: 2px dotted #ed2425;
}

.results-table tbody tr.sc-villa td {
  position: relative;
}

.results-table tbody tr.sc-villa.break td::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c83131;
  top: -1px;
  left: 0;
}

.results-table tr.sc-villa td.stat-col {
  color: #3357b5;
}

.results-table tr.sc-villa .stat-col.mp {
  color: #163b9b;
}

.default-mini .page-inner-section {
  margin: 0 auto;
  width: 755px;
  max-width: 100%;
  padding: 0;
}

.default-mini {
  padding-top: 95px;
}

.default-mini .section-title {
  text-align: center;
  color: #222;
  margin-bottom: 35px;
}

.default-mini-content {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.72;
}

.default-mini-content .wp-block-image img {
  width: 100%;
}

.default-mini-content h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.honours-thumb img {
  width: 100%;
  border: 0.72rem solid #254699;
}

.default-mini.honours .section-title {
  color: #21439a;
}

.grid-posts-item.small-blank .post-item-wrapper {
  display: flex;
  flex-direction: column;
}

.grid-posts-item.small-blank .article-bg-image {
  height: 225px;
  display: block;
  position: relative;
  background-position: top center;
  border-bottom: 5px solid #333;
  overflow: hidden;
}

.grid-posts-item.small-blank .article-bg-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.grid-posts-item.small-blank .post-border {
  display: flex;
  flex: 1;
  height: unset;
}

.grid-posts-item.small-blank .grid-item-cat {
  margin-top: -45px;
  margin-bottom: 6px;
}

.next-match-section .msi-header {
  display: none;
}

.section-container.next-match-section {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 720px;
}

.section-container.next-match-section .next-match-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  flex: 1;
  background: rgba(4, 4, 4, 0.15);
}

.next-match-inner .msi-body-inner .msi-logo {
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
  flex: 1;
}

.next-match-inner .msi-body-inner .msi-logo.left {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.next-match-inner .msi-body-inner .msi-logo.right {
  justify-content: flex-start;
}

.next-match-item {
  width: 1200px;
  max-width: 100%;
}

.next-match-item .msi-logo img {
  width: 145px;
}

.next-match-item .msi-logo.sc-villa img {
  width: 110px;
}

.msi-vs {
  font-size: 1.65rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  width: 150px;
  text-align: center;
}

.next-match-item .msi-logo h4 {
  color: #fff;
  font-size: 4.35rem;
}

.msi-logo.right h4 {
  margin-left: 25px;
}

.msi-logo.left h4 {
  margin-right: 25px;
}

.next-match-item .msi-footer .msi-link {
  padding: 12px 30px;
  font-size: 1.08rem;
  letter-spacing: 0.65px;
  min-width: 230px;
  max-width: 100%;
}

.next-match-item .msi-footer {
  border-top: none;
}

.msi-date .full-date {
  color: #fff;
}

.next-match-item .msi-date {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.next-match-item .kick-off-time {
  color: #fff;
}

.next-match-item .msi-date .kick-off-time {
  font-size: 1.15rem;
  margin-top: 10px;
  font-weight: 600;
}

.match-time-counter {
  display: flex;
  position: relative;
  margin-top: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.match-time-counter .timer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 2px;
  background-color: #1a1a1a;
  border: 1px solid #494a50;
  margin: 24px auto 0;
  padding: 5px 6px;
}

.timer-wrapper img {
  width: 39px;
  margin-right: 3px;
}

.timer-wrapper #countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  flex-grow: 1;
  background-color: #6c6c6c;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.home-matches-section .home-section {
  margin-top: 0px;
  padding: 30px 0;
}

.page-sub-menu {
  display: flex;
  background-color: #f7f7f7;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.page-sub-menu:not(.filter-news .page-sub-menu) {
  width: 100%;
  justify-content: space-between;
}

.has-sub-menu .page-sub-menu {
  background-color: transparent;
}

.main-sub-menu.page-sub-menu {
  background-color: #fff;
}

.parent-pageid-607 .page-sub-menu {
  background-color: #fff;
}

.page-sub-menu ul.sub-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin: 0;
}

.page-sub-menu ul.sub-menu ul {
  position: absolute;
  display: none;
  flex-direction: column;
  margin-left: 0;
  top: 100%;
  margin-top: 0;
  color: #eee;
  width: auto;
  min-width: 245px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  padding-top: 10px;
  z-index: 5;
  padding-bottom: 5px;
  margin-left: -8px;
}

.ribbon .page-sub-menu ul.sub-menu li.menu-item-has-children:hover ul {
  display: flex;
}

.page-sub-menu ul.sub-menu li,
.page-sub-menu ul.navbar-nav li {
  padding: 0 10px;
  display: flex;
  position: relative;
}

.ribbon .page-sub-menu ul.sub-menu li {
  padding: 0 8px 0 8px;
}
.ribbon .page-sub-menu ul.sub-menu li:first-child:not(ul.sub-menu ul li) {
  padding-left: 0;
}
.ribbon .page-sub-menu ul.sub-menu li:last-child:not(ul.sub-menu ul li) {
  padding-right: 0;
}

.ribbon .page-sub-menu ul.sub-menu ul li {
  padding: 0 15px 0;
}

.page-sub-menu ul.sub-menu li a,
.page-sub-menu ul.navbar-nav li a {
  color: #5c5c5c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.25px;
  padding: 15px 2px 10px;
  border-bottom: 4px solid #f7f7f7;
}
.has-sub-menu .page-sub-menu ul.sub-menu li a {
  line-height: 1;
  border-bottom: 3px solid #18429b;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px 2px 3px;
}

.ribbon .page-sub-menu ul.sub-menu ul li a {
  border-bottom: 1px solid #18429b;
  color: #02264c;
  padding: 10px 0 8px;
  width: 100%;
  line-height: 1;
}

.ribbon .page-sub-menu ul.sub-menu li.menu-item-has-children:hover {
  background-color: #fff;
}

.ribbon
  .page-sub-menu
  ul.sub-menu
  li.menu-item-has-children:hover
  a:not(ul.sub-menu li ul li a) {
  color: #02264c;
  padding: 8px 18px 5px;
  line-height: 1;
  border-bottom: none;
}

.ribbon .page-sub-menu ul.sub-menu ul li a:hover {
  border-bottom: 3px solid #18429b;
}

.ribbon .page-sub-menu ul.sub-menu ul li:last-child a {
  border-bottom: none;
}

.main-sub-menu.page-sub-menu ul.navbar-nav li a {
  border-bottom: 2px solid #fff;
}

.main-sub-menu.page-sub-menu ul.navbar-nav li a:hover {
  border-bottom: 2px solid #a2a2a2;
}

.parent-pageid-607 .page-sub-menu ul.sub-menu li a {
  border-bottom: 2px solid #fff;
}

.page-sub-menu ul.sub-menu li:hover a {
  border-bottom: 2px solid #fff;
}

.main-sub-menu.page-sub-menu ul.navbar-nav li.active a,
.page-sub-menu ul.sub-menu li.current_page_item a {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.parent-pageid-607 {
  background-color: #f8f8f8;
}

.parent-pageid-607 .home-section {
  padding: 0;
}

.staff-block {
  position: relative;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  row-gap: 15px;
}

.staff-block .ps-wrapper {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}

.schedule-main {
  position: relative;
  display: grid;
  grid-template-columns: 68% 30%;
  column-gap: 2%;
  padding-top: 60px;
}

.schedule-main-block.right {
  padding-top: 0px;
}

.table .schedule-main-block.right {
  padding-top: 0;
}

.mini-result {
  display: block;
  position: relative;
  border: 1px solid #f0f0f0;
  padding: 50px 10px;
  border-radius: 10px;
}

.mini-result .head-match .date-weekday,
.mini-result .head-match .date-month,
.mini-result .head-match .msi-date .date-day {
  margin: 0 2px;
  color: #353535;
  font-size: 1.02rem;
  letter-spacing: 0.05px;
}

.mini-result .msi-date {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.mini-result .msi-header {
  padding: 0.2rem 1rem;
}

.mini-result .msi-head-name {
  text-align: center;
  margin-bottom: 10px;
}

.mini-result .head-match .msi-logo {
  flex-direction: column-reverse;
}

.mini-result .head-match .msi-logo.lg_right {
  flex-direction: column;
}

.mini-result .head-match .msi-logo img {
  width: 65px;
  margin-right: auto;
  margin-left: auto;
}

.mini-result .head-match .msi-logo .head-team-name {
  font-size: 1.55rem;
  padding: 0;
  text-align: center;
  justify-content: center;
  font-weight: normal;
  margin-top: 10px;
}

.mini-result .match-arrow {
  display: none;
}

.mini-result .head-match .msi-results {
  align-self: flex-start;
  margin-top: 0;
  background-color: transparent;
  color: #294284;
  font-size: 2.95rem;
  margin-left: 0;
  min-width: 110px;
  margin-right: 0;
}

.mini-result .msi-head-name::after {
  content: "";
  width: 35px;
  height: 2px;
  position: relative;
  display: block;
  background-color: #d9d9d9;
  margin: auto;
  margin-top: 12px;
}

.mini-table {
  display: block;
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  padding-bottom: 20px;
}

.mini-table .full-table-link {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50px;
}

.mini-table .stat-col-th.dr,
.mini-table .stat-col-th.ls,
.mini-table .stat-col-th.gf,
.mini-table .stat-col-th.ga,
.mini-table .stat-col-th.gd,
.mini-table .stat-col.dr,
.mini-table .stat-col.ls,
.mini-table .stat-col.gf,
.mini-table .stat-col.ga,
.mini-table .stat-col.gd,
.mini-table .badge-col-th,
.mini-table .results-table tbody .badge-col {
  display: none;
}

.mini-table .results-table thead .no-col-th,
.mini-table .results-table tbody .no-col {
  min-width: 45px;
  text-align: center;
}

.section-container.wide-post-section {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.wide-post-section.wide-2 {
  margin-top: 20px;
}

.wide-post-section a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.wide-post-section a img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.wide-post-section .site-container {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: flex-end;
  background-color: rgba(32, 32, 32, 0.45);
  padding: 0;
}

.wide-post-section .site-container .wide-title {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.wide-title h4.vid-title {
  font-size: 3.85rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.15px;
  text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.wide-post-section .wide-time {
  color: #fff;
}

.wide-post-section .details-wrapper {
  padding: 20px 35px;
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 25%,
    rgba(32, 32, 32, 0.8)
  );
  min-height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.villa-products-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-products-row {
  display: block;
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.section-container.home-shop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-shop-inner {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 4, 0.28);
}

.villa-products-list li {
  width: 20%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}

.villa-products-list a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
}

.villa-products-list a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.villa-products-list .woocommerce-loop-product__title {
  font-size: 0.85rem;
  color: #444;
  text-align: center;
  margin-top: 25px;
}

.villa-products-list .price {
  text-align: center;
  color: #02264c;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: "FS Jack";
}

.villa-products-list a.add_to_cart_button {
  display: none;
  margin: 0 auto;
  width: 160px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 50px;
  padding: 10px 10px;
  margin-top: 18px;
  margin-bottom: 15px;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.villa-products-list a.add_to_cart_button:hover {
  background-color: #f4f4f4;
}

.villa-products-list a.button {
  display: none;
}

.home-shop-inner .macthes-header,
.home-shop-inner .all-matches,
.home-shop-inner .all-matches a {
  color: #fff;
}

.home-shop-inner .home-matches-header {
  margin-left: 0;
  margin-bottom: 20px;
}

.villa-products-list a.added_to_cart,
.woocommerce a.added_to_cart {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.35px;
}

.woocommerce ul.products li.product a {
  text-align: left;
  margin-top: 1px;
  justify-content: flex-start;
  padding-left: 5px;
  font-size: 0.78rem;
}

.section-container.home-newsletter {
  padding-top: 50px;
}

.table-seasons-list {
  display: block;
  position: relative;
  margin-top: 10px;
}

.seasons-list.bottom {
  display: flex;
  flex-direction: row;
}

.seasons-list.bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  margin: 0 10px;
  padding: 3px 0;
  color: #868686;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 0.9rem;
  border-bottom: 3px solid #fff;
}
.seasons-list.bottom a:hover {
  border-bottom: 3px solid #cacaca;
}
.seasons-list.bottom a.active {
  color: #222;
  font-weight: 600;
  border-bottom: 3px solid #ee2324;
}

.seasons-list.center {
  display: block;
  position: relative;
  margin-left: 20px;
  border-radius: 6px;
  height: auto;
  max-height: 22px;
}

.single-post .entry-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 35px;
}

.header-details {
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.header-img,
.header-img .post-thumbnail {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-img .post-thumbnail img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.single-container,
.h-bottom-inner {
  width: 800px;
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

/*.single h1.entry-title */
h1.entry-title,
h2.entry-title {
  font-family: "FS Jack";
  font-size: 2.1rem;
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -0.45px;
  font-weight: 800;
  line-height: 1.05;
}

.single-details,
.h-bottom-inner {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05px;
}
.single-details b,
.single-details strong {
  font-weight: 700;
}

.single .entry-content,
.single .post-navigation {
  margin: 10px 0;
}

.single-meta {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

.single-meta .entry-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.single-meta .by-author {
  margin-left: auto;
  display: none;
}

.single-meta .entry-meta {
  font-size: 0.82rem;
  font-weight: 500;
  color: #a2a2a2;
  text-transform: capitalize;
  margin: 0;
}

.single-meta .entry-meta a {
  color: #9f9f9f;
  padding-left: 8px;
}

.single-meta .entry-meta .sep {
  margin-right: 5px;
}

.single-details .wp-block-image {
  margin-bottom: 30px;
}

.single-details .wp-block-image img {
  border-radius: 12px;
  margin-top: 30px;
}

.single-main-title,
.related.products h2,
h2.popular {
  line-height: 1;
  font-family: "FS Jack";
  color: #222;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  font-size: 1.8rem;
  font-weight: 600;
}

.related.products h2 {
  margin-bottom: 15px;
  font-size: 1.52rem;
}

.related.products {
  margin-top: 80px;
}

.related-inner-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.single-container.two {
  width: 1050px;
}

.single-container.two .grid-posts-item {
  min-height: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.recommended-posts.grid-posts {
  margin-top: 35px;
}

.recommended-posts .row {
  margin-right: -10px;
  margin-left: -10px;
}

.recommended-posts .row .grid-posts-item {
  padding-right: 10px;
  padding-left: 10px;
}

.single-nav-post {
  display: flex;
  flex-direction: row;
  width: 40%;
  padding: 0 !important;
}

.single .post-navigation {
  flex-direction: row;
}

.nav-post-thumb {
  width: 45%;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}

.nav-post-thumbnail,
.nav-post-thumb a {
  display: flex;
  width: 100%;
  height: 100%;
}

.nav-post-thumbnail img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.single-nav-post a.btn {
  flex: 1;
  font-size: 1.15rem;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: column-reverse;
  border: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  justify-content: flex-end;
  padding-top: 5px;
}

.single-nav-post.pr-3 {
  flex-direction: row-reverse;
}

.single-nav-post.pr-3 .nav-post-thumb {
  margin-left: 10px;
  margin-right: 0;
}

.single-nav-post.pr-3 a.btn {
  text-align: right;
}

.page-template-news .home-section {
  margin-top: 0;
}

.schedule-list .select-container {
  margin-bottom: -65px;
  padding: 0;
  display: block;
  z-index: 1;
  position: relative;
}

.select-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.select-section .filter {
  display: flex;
  flex-direction: row;
  background-color: #294284;
  margin-left: 12px;
  padding: 6px 0 5px 15px;
  border-radius: 4px;
}

.filter .section-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.35rem;
  text-align: right;
  letter-spacing: 0.85px;
}

.filter .scvilla-select {
  min-width: 150px;
}

.filter.leagues .scvilla-select {
  min-width: 230px;
}

.select-section .section-title {
  text-shadow: none;
}

.select-section .scvilla-select-trigger {
  color: #313030;
  background: #fff;
  font-size: 1.35rem;
  text-align: right;
  letter-spacing: 0.85px;
}

.select-section .filter .scvilla-select-trigger {
  color: #fff;
  background: transparent;
}

.select-section .scvilla-select-trigger::after {
  border-bottom: 1px solid #020202;
  border-right: 1px solid #000;
}

.select-section .filter .scvilla-select-trigger::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.select-section .seasons-list select {
  background-color: #fff;
}

.select-section .seasons-list.center {
  margin-left: 5px;
}

.woocommerce h1.entry-title {
  color: #294284;
  font-size: 2.15rem;
  line-height: 1.15;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 25px;
}

.woocommerce ul.products li.product a img {
  border-radius: 12px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.villa-products-list a.woocommerce-LoopProduct-link:hover img,
.woocommerce ul.products li.product:hover a img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0.5em 0;
  margin: 0;
  color: #444;
  margin-bottom: 5px;
  font-size: 0.85rem;
  padding: 5px 0 5px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.woocommerce ul.products li.product .price {
  text-align: center;
  color: #02264c;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: "FS Jack";
}

.woocommerce ul.products li.product .button {
  display: none;
  width: 175px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 50px;
  padding: 11px 10px;
  margin-top: 18px;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.82rem;
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #f7f7f7;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #6f6f6f;
  font-weight: 500;
  margin-right: 6px;
  margin-bottom: 5px;
}

.woocommerce .woocommerce-result-count {
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: #02264c;
  margin-bottom: 5px;
  margin-top: 5px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}

.video-header {
  display: flex;
  flex-direction: column;
  height: 75vh;
  background-color: #020204;
  padding-top: 20px;
  padding-bottom: 10px;
}

.page-template-villa-tv .video-header {
  height: 56vh;
  padding: 0;
  position: relative;
}

.video-container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.video-frame {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(75vh - 30px);
}

.video-details {
  display: flex;
  flex-direction: column;
  background-color: #171717;
  min-height: 50vh;
  padding-bottom: 75px;
}

.video-seperator {
  display: flex;
  width: 100%;
  height: 250px;
  background: rgb(23, 23, 23);
  background: -moz-linear-gradient(
    0deg,
    rgba(23, 23, 23, 1) 50%,
    rgba(2, 2, 4, 0.9696079115239846) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(23, 23, 23, 1) 50%,
    rgba(2, 2, 4, 0.9696079115239846) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(23, 23, 23, 1) 50%,
    rgba(2, 2, 4, 0.9696079115239846) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717",endColorstr="#020204",GradientType=1);
}
.vid-title {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  cursor: pointer;
}

.vid-title h1.entry-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.video-details .video-container {
  margin-top: -210px;
}

.vid-content {
  display: flex;
  flex-direction: row;
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.25px;
}

.vid-content .vid-left {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vid-content .vid-right {
  width: 280px;
  display: flex;
  justify-content: flex-end;
}

.vid-right .vid-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #686868;
  cursor: pointer;
  border-radius: 10px;
}
.vid-right .vid-icon:hover {
  border: 1px solid #ddd;
}

.vid-icon i {
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vid-full-desc {
  display: none;
}

.vid-content.show-full .vid-full-desc {
  display: block;
}

.vid-content.show-full .vid-short-desc {
  display: none;
}

.vid-read-more,
.vid-read-less {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  color: #fff;
}

.vid-read-less {
  padding: 0;
}

.single-video #footer,
.page-template-villa-tv #footer {
  margin-top: 0;
}

.more-videos .video-item {
  height: 255px;
  border: none;
}

.row.more-videos {
  margin-top: 20px;
}

.more-videos .video-title .vid-title {
  color: #bdbdbd;
  font-size: 0.95rem;
  line-height: 1.2;
  text-transform: unset;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.more-videos .video-icon {
  margin-left: 15px;
  width: 58px;
  height: 38px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
  opacity: 0.3;
}

.more-videos .video-item:hover .video-icon {
  opacity: 1;
}

.more-videos .video-inner a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.4))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.4) 90%
  );
}

.more-vids-title {
  color: #e8e8e8;
  font-size: 1.05rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 50px;
}

.video-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.video-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.video-overlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0.2)),
    color-stop(20%, rgba(21, 18, 17, 0.05)),
    to(90%, rgba(21, 18, 17, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0.2) 0,
    rgba(21, 18, 17, 0.05) 20%,
    rgba(21, 18, 17, 0.9) 90%
  );
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.page-template-villa-tv .video-details {
  z-index: 1;
}

.page-template-villa-tv .video-seperator {
  height: 80px;
  margin-top: -50px;
  background: -webkit-linear-gradient(
    0deg,
    rgba(23, 23, 23) 50%,
    rgba(2, 2, 4, 0) 100%
  );
  background: linear-gradient(0deg, rgb(23, 23, 23) 50%, rgba(2, 2, 4, 0) 100%);
}

.page-template-villa-tv .video-details .video-container {
  margin-top: 20px;
}

.page-template-villa-tv h1.entry-title {
  font-size: 4.15rem;
}

a.watch-button {
  display: flex;
  width: 200px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 13px 15px;
  margin-top: 18px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #2e4ea0;
}

.video-header-half {
  display: block;
  position: relative;
  z-index: 5;
  width: 750px;
  max-width: 100%;
}

.more-videos .long-vid .video-item {
  height: 360px;
}

.more-videos .long-vid .video-inner a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0)),
    color-stop(20%, rgba(21, 18, 17, 0)),
    to(90%, rgba(21, 18, 17, 0.85))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0) 0,
    rgba(21, 18, 17, 0) 20%,
    rgba(21, 18, 17, 0.85) 90%
  );
}

.more-videos .long-vid .video-title .vid-title {
  color: #bdbdbd;
  font-size: 1.82rem;
  line-height: 0.98;
  font-weight: normal;
  margin-bottom: 8px;
}

.player-nav {
  position: absolute;
  top: 50%;
}

.player-nav.previous {
  left: 0;
}
.player-thumb {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #fff;
  z-index: 2;
  background-color: #fff;
}
.player-thumb img {
  width: 100%;
  height: auto;
}

.nav-player {
  opacity: 0;
}

.nav-player a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-nav-name {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  line-height: 1;
  padding: 8px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 5px;
}

.player-nav-name h4 {
  margin: 0;
  line-height: 1;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-right: 8px;
}

.player-nav.previous .player-nav-name {
  padding-left: 20px;
  margin-left: -10px;
}

.player-nav.next .nav-player a {
  flex-direction: row-reverse;
}

.player-nav.next .player-nav-name {
  padding-right: 20px;
  margin-right: -10px;
  flex-direction: row-reverse;
}

.player-nav .arrow {
  position: absolute;
  top: 19px;
  left: 10px;
}

.player-nav .arrow i::before {
  color: #fff;
  font-size: 1.85rem;
  font-weight: bold;
}

.player-nav.next .arrow {
  right: 10px;
  left: unset;
}

.player-nav:hover .nav-player {
  opacity: 1;
}

.player-nav.next .player-nav-name h4 {
  margin-right: 0;
  margin-left: 8px;
}

.player-content {
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 1.4;
  color: #232323;
}

.sc-player-details-main .home-matches-header,
.single-legend .home-matches-header {
  margin-left: 0;
}

.sc-player-details-main .section-title,
.single-legend .home-matches-header .section-title {
  flex: 0 0 auto;
  letter-spacing: 0.35px;
  font-size: 1.5rem;
  line-height: 1;
  color: #21439a;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  margin-left: 0;
  text-shadow: none;
}

.woocommerce-shop #main,
.woocommerce-page #main {
  margin-top: 40px !important;
}

.page-top-banner {
  height: auto;
  padding: 0;
  position: relative;
}

.banner-wrapper,
.banner-image {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.banner-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}
.banner-title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 35px;
}

.banner-title h1.entry-title {
  font-size: 2.25rem;
  margin-bottom: 0;
}

.page-template-history .page-sub-menu {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-left: 143px;
  display: none;
}

.page-template-history .page-sub-menu ul.sub-menu li a,
.page-template-history .page-sub-menu ul.navbar-nav li a {
  padding: 12px 2px 8px;
}

.tagline,
.tagline .inner {
  display: flex;
  position: relative;
}

.tagline .inner {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px 80px;
  font-size: 1.2rem;
  line-height: 1.28;
  color: #333;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  flex-direction: column;
}

.h-bottom-inner img {
  margin: 15px 0;
  width: 100%;
  border-radius: 12px;
}

.history-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.history-section .h-section-top {
  display: flex;
  position: relative;
  height: 620px;
  width: 100%;
  flex-direction: column;
}

.history-section .h-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.history-section .h-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.h-top-details {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 25px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0.2)),
    color-stop(20%, rgba(21, 18, 17, 0.05)),
    to(90%, rgba(11, 10, 9, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0.2) 0,
    rgba(21, 18, 17, 0.05) 20%,
    rgba(11, 10, 9, 0.9) 90%
  );
}

.h-top-details.trophies {
  justify-content: center;
}

.h-top-details h2.entry-title {
  font-size: 4.15rem;
}

.h-details-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trophies .h-details-inner {
  flex-direction: row;
  width: 1080px;
  max-width: 100%;
}

.trophies .h-details-inner .trophy-item {
  width: 33.333%;
  height: auto;
  padding: 0 10px;
}
.trophy-item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #000;
  align-items: center;
  justify-content: flex-end;
  border-radius: 15px;
  position: relative;
}

.trophy-img {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.trophy-img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.trophy-details {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 15px 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 18, 17, 0.2)),
    color-stop(20%, rgba(21, 18, 17, 0.05)),
    to(90%, rgba(11, 10, 9, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(21, 18, 17, 0.2) 0,
    rgba(21, 18, 17, 0.05) 20%,
    rgba(11, 10, 9, 0.9) 90%
  );
}

.h-section-button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.h-section-button i::before {
  font-size: 1.68rem;
}

.h-bottom-inner {
  padding-top: 65px;
  padding-bottom: 40px;
}

.h-section-button i.flo-icon-close::before {
  font-size: 1.05rem;
  font-weight: 600;
}

.h-section-bottom {
  display: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.history-section.expand .h-section-bottom {
  display: block;
}

.trophy-title {
  font-size: 1.95rem;
  color: #fff;
}

a.trophy-button {
  position: relative;
  display: inline-block;
  padding: 11px 23px;
  border-radius: 50px;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: transparent;
  font-size: 0.95rem;
  letter-spacing: 0.35px;
  font-weight: 600;
}

a.trophy-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.trophy-item:hover .trophy-img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.title-v5 {
  font-size: 1.32rem;
  color: #222;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}

.h-details-inner .title-v5 {
  padding-left: 20px;
}

.page-template-trophy-room #footer {
  margin-top: 0;
}

.page-template-trophy-room .history-section {
  margin-bottom: 0;
}

.trophy-count {
  font-size: 2.65rem;
  color: #fff;
}

.trophy-single-content {
  display: block;
  position: relative;
  padding-top: 75px;
}

.trophy-single-content .inner {
  display: flex;
  flex-direction: column;
  width: 720px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  color: #575757;
  font-size: 1.05em;
  line-height: 1.65;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.match-container {
  display: flex;
  flex-direction: column;
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
}

.match-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.match-side {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #1c1d20;
  color: #fff;
}

.single-match #footer {
  margin-top: 0;
}

.side-wrapper {
  display: flex;
  flex-direction: column;
  padding: 45px 20px;
  align-items: center;
}

.side-top,
.side-mid {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
  font-size: 0.92rem;
  width: 100%;
  margin-bottom: 50px;
}

.side-ft {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #333;
  padding: 5px;
  margin-bottom: 15px;
}

.side-ft span {
  font-size: 1.8rem;
  font-weight: 800;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 5px 15px;
  letter-spacing: 2px;
  position: relative;
}

.side-ft span.bg {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: #4b4e60;
  z-index: 1;
  top: 0;
}
.side-ft span.ft {
  z-index: 2;
}

.ft-inner {
  display: block;
  position: relative;
  background-color: #2e2d39;
}

.top-results {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 400px;
  max-width: 100%;
}

.top-results .msi-logo {
  width: auto;
}

.top-results .msi-logo img {
  width: 75px;
  margin-bottom: 15px;
}

.top-results .head-team-name {
  font-size: 0.95rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.top-results .msi-results {
  background-color: transparent;
  color: #fff;
  padding: 3px 5px;
  font-size: 3.25rem;
}

.side-mid .title-v5 {
  font-size: 1.05rem;
  border-bottom: 2px solid #436fdf;
  padding-bottom: 4px;
}

.side-mid .top-results .msi-logo img {
  width: 50px;
  margin-bottom: 0;
}
.side-mid .top-results .msi-logo.villa img {
  width: 40px;
}

.side-mid .top-results {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.stat-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 4px;
}

.stat-item .stat-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

h4.stat-title {
  font-size: 0.92rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05px;
  margin: 0;
}

.stat-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.94rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 4px 8px;
  letter-spacing: 0.85px;
  min-width: 60px;
}

.stat-number.more {
  background-color: #02264c;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

h4.stat-title {
  min-width: 100px;
  text-align: center;
  width: auto;
}

.match-top-slider,
.match-featured {
  display: flex;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.match-slides,
.match-slides .match-image,
.match-featured-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.match-slides .match-image img,
.match-featured-img img,
.video-post-thumb img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}
.match-featured-img.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.match-main .single-container {
  width: 830px;
  max-width: 90%;
  padding: 55px 15px;
}

.match-main .half-wide .half-post-details .grid-item-title {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
}

.match-main .grid-posts-item,
.match-main .vid-item {
  height: 380px;
  min-height: 380px;
  margin-bottom: 40px;
}

.video-item:hover .zoom {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.match-updates {
  display: block;
  position: relative;
}

.update-item {
  position: relative;
  margin-top: 1.6rem;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.update-item .item-title {
  padding: 0.8rem 1.2rem;
  border-bottom: 0.1rem solid #efefef;
  display: flex;
  align-items: center;
}

.update-item .item-title .min {
  min-width: 2.05rem;
  height: 2.05rem;
  border-radius: 1.4rem;
  border: 1px solid #cf122d;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #cf122d;
}

.item-bottom {
  padding: 1.2rem 1.6rem 1.6rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.title-body {
  margin-left: 0.8rem;
  padding-right: 0.6rem;
  font-size: 0.98rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.match-updates::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 25px;
  bottom: 25px;
  background-color: #e92629;
  left: 35px;
  z-index: 1;
}

.match-updates .top-results .msi-logo img {
  width: 50px;
  margin-bottom: 0;
}

.match-updates .top-results .msi-logo.villa img {
  width: 40px;
}

.match-updates .top-results .msi-results {
  background-color: #ce0b0b;
  color: #fff;
  padding: 5px 12px;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: bold;
}

.match-updates .top-results {
  width: 200px;
}

.update-item.item-bold {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none;
  margin: 1.85rem 0;
}

.update-item.item-bold .item-title {
  padding: 5px 3px;
  background-color: #f2f2f2;
  border-radius: 7px;
}

.match-collapse .update-item.goal .top-results {
  background-color: #fff;
}

.update-item.item-bold .title-body,
.update-item.goal .title-body {
  font-size: 1.8rem;
  color: #ce0b0b;
  font-weight: 600;
  font-style: italic;
  font-family: "FS Jack";
  letter-spacing: -0.5px;
}

.update-item.item-bold .item-bottom {
  padding: 10px;
  margin-left: auto;
}

.update-item.item-bold .item-bottom {
  padding: 5px 10px;
  margin-left: auto;
}

.title-result {
  margin-left: auto;
}

.update-item .item-title .min.long {
  border: none;
  font-size: 0.95rem;
}

.update-image {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 25px;
}

.update-image img {
  width: 100%;
  height: auto;
}

.match-lineups {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
}

.match-lineups .title-v5 {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 30px;
}

.lineups {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}

.lineups-first,
.lineups-second,
.player-row,
.player-row a {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
}

.player-row,
.player-row a {
  justify-content: flex-end;
  align-items: center;
}

.player-row.away,
.player-row.away a {
  justify-content: flex-start;
}

.player-row {
  padding: 8px 10px;
  border-radius: 4px;
}

.lineups-first,
.lineups-second {
  width: 100%;
  justify-content: space-between;
}

.lineups .home-lineup,
.lineups .away-lineup {
  width: 48.5%;
}

.photo-arrow .img {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #fff;
}

.photo-arrow .img img {
  width: 100%;
}

.photo-arrow {
  margin-right: 15px;
  position: relative;
}

.away .photo-arrow {
  margin-right: 0;
  margin-left: 15px;
}

.name-number {
  color: #222;
  font-size: 0.92rem;
  letter-spacing: 0.15px;
  font-weight: 500;
  display: flex;
}

.name-number span {
  display: block;
  margin-left: 8px;
  font-weight: 600;
  min-width: 20px;
}

.sub-time {
  display: flex;
  position: absolute;
  top: 30px;
  left: 80px;
  padding: 2px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ce0909;
}

.sub-time i {
  padding-right: 16px;
  line-height: 1;
}

.sub-time i::before {
  font-size: 0.58rem;
  font-weight: bold;
  color: #ce0909;
  line-height: 1;
}

.away .sub-time {
  right: 62px;
  left: unset;
}

.match-lineups .lineups .title-v5 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 1.05rem;
  text-transform: capitalize;
  letter-spacing: 0.65px;
}

.lineups-second .sub-time,
.lineups-second .sub-time i::before {
  color: #289d1e;
}

.match-lineups .top-results .msi-logo img {
  width: 42px;
}
.match-lineups .top-results {
  justify-content: center;
}

.f-card {
  display: inline-block;
  position: relative;
  width: 28px;
  height: auto;
  margin-right: 8px;
}
.f-card img {
  width: 100%;
}

.villa-mega {
  position: absolute;
  left: -1rem;
  right: -1rem;
  background-color: #f4f4f4;
  display: none;
  z-index: 10;
  min-height: 35vh;
  border-bottom: 4px solid #bdbdbd1a;
  box-shadow: 0 100vh 0.8rem 100vh rgba(0, 0, 0, 0.35);
}

.mini-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
}
.mini-menu li {
  margin-right: 50px;
}

.mini-main {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.mini-main.row {
  width: 1360px;
  max-width: 100%;
}

.mini-main.row .grid-posts-item {
  height: 285px;
  min-height: 285px;
  margin-bottom: 0;
}

.mini-main .team-block {
  position: relative;
  width: 420px;
  display: block;
  max-width: 30%;
  margin-right: 2%;
  border-radius: 12px;
  overflow: hidden;
}

.mini-main .team-block a {
  width: 100%;
  height: 280px;
  display: block;
  position: relative;
  border: none !important;
}

h4.mini-title {
  font-size: 1.65rem;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
  margin-left: 2px;
}

.mini-main .team-top {
  padding: 15px;
}

.mini-main .team-top h3 {
  font-size: 2.25rem;
}

.villa-mega::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  display: none;
  position: absolute;
  background-color: rgba(23, 23, 23, 0.45);
}

.villa-mega-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  padding: 25px 25px 35px 145px;
  flex-direction: column;
}

#menu-main-menu li.menu-item:hover .villa-mega {
  display: none;
}

.villa-mega-wrapper .sub-menu.nav-sub {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}

.villa-mega-wrapper .sub-menu.nav-sub li {
  margin-right: 25px;
  padding: 0 !important;
}

.mini-menu li a,
.sub-menu.nav-sub li a {
  color: #333;
  font-size: 0.92rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.top-bar .mini-menu {
  margin-bottom: 0;
}

.top-bar .mini-menu li {
  margin-right: 0;
}

.top-bar .mini-menu li a {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 500;
  padding: 0 6px;
  line-height: 1;
  letter-spacing: 0.35px;
}

.header-fixtures {
  display: block;
  position: relative;
  width: 100%;
}

.header-fixtures-wrapper {
  display: flex;
  flex-direction: row;
  width: 1420px;
  max-width: 100%;
}

.header-fixtures .match-slider-item {
  width: 25%;
  height: 100%;
  margin: 0;
  padding-right: 15px;
  box-shadow: none;
  overflow: unset;
}

.header-fixtures .msi-wrapper {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
}

.header-fixtures .msi-wrapper:hover {
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.08);
}

.header-fixtures .msi-date {
  flex-direction: column;
  margin-top: 15px;
}

.header-fixtures .msi-body {
  padding: 25px 10px 25px;
}

.header-fixtures .msi-footer .msi-link {
  border: 1px solid #ddd !important;
}

.tickets-container {
  display: block;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.tickets-header {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.tickets-header h1.entry-title {
  color: #353535;
  font-size: 2.65rem;
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1;
}

.page-template-tickets #main {
  background-color: #f7f7f7;
  padding-bottom: 85px;
  min-height: 500px !important;
}

.page-template-tickets #footer {
  margin-top: 0;
}

.tickets-container .schedule-main {
  grid-template-columns: 100%;
}

.tickets-sub-title p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.schedule-list-item .head-match.ticket-match .msi-results {
  min-width: 10px;
  margin: 0 10px;
  background-color: transparent;
  padding: 0 5px;
  color: #333;
}

.schedule-list-item .ticket-match .msi-header .msi-date {
  flex-direction: column;
  padding: 0;
  min-width: 90px;
  margin: 0;
  align-items: flex-start;
  border-right: 1px solid #dbdbdb;
}

.schedule-list-item .ticket-match .msi-header {
  margin-left: 0;
}

.ticket-dt.two span {
  font-size: 0.88rem !important;
  font-weight: 300 !important;
  color: #5e5e5e !important;
}

.schedule-list-item .ticket-match .msi-date .date-day,
.schedule-list-item .ticket-match .msi-date .date-month {
  margin: 0 1px;
  color: #2b2b2b;
  font-size: 1.5rem;
  letter-spacing: 0.35px;
}

.schedule-list-item .ticket-match .msi-logo img {
  width: 58px;
}

.ticket-match .msi-wrapper {
  flex-direction: row;
}

.head-match .msi-body .body-block {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.schedule-list-item .ticket-match .head-team-name {
  line-height: 1;
  padding: 0 15px !important;
  color: #2b2b2b;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: normal !important;
}

.schedule-list-item .head-match.ticket-match .msi-results.v {
  margin: 0 3px;
  color: #242424;
  padding: 0 10px;
  font-size: 1.55rem;
}

.body-block.body-right {
  margin-left: 20px;
  flex-grow: 1;
  justify-content: flex-start;
  flex-direction: column !important;
}

.head-match.ticket-match .msi-body {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
}

.ticket-match .msi-body-inner {
  flex-grow: 1;
  justify-content: flex-start;
  padding-left: 10px;
}

.head-match.ticket-match .msi-logo {
  width: 100%;
}

.body-right-top {
  display: flex;
  flex-direction: row;
}

.ticket-match .match-extra {
  display: block;
  padding: 1px 0 5px;
}

.ticket-match .match-extra .match-venue {
  text-align: left;
}

.ticket-match .msi-head-logo {
  align-items: center;
  margin: 0 25px 0 0;
}

.tickets .schedule-list-item .msi-footer .msi-link {
  line-height: 1;
  padding: 12px 20px;
  border: none;
  color: #fff;
  background-color: #ea292a;
  min-width: 160px;
  border-radius: 50px;
}

.tickets .schedule-list-item .msi-head-logo img {
  height: 36px;
}

.tickets .body-block.body-right {
  display: none;
}

.tickets .schedule-list-item .msi-footer .msi-link:hover {
  background-color: #cf2020;
}

.tickets .schedule-list-item {
  border: 1px solid #eee !important;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 20px;
}

.tickets .schedule-list-item .home-section {
  padding: 0;
}

.tickets .schedule-list-item .msi-header-wrapper {
  background-color: #fff;
  padding: 0;
}

.tickets .schedule-seasons.month .site-container {
  padding: 10px 5px;
  margin-bottom: 5px;
}

.tickets .schedule-list-item .msi-footer {
  margin: 0;
}

.gallery-item-wrapper .gallery-item-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-item .video-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.single-photo-gallery .page-top-banner {
  height: 520px;
}

.single-photo-gallery .banner-title {
  padding: 25px 0 130px 0;
}

.single-photo-gallery .banner-title .entry-title {
  margin-bottom: 5px;
}

.gallery-grid {
  display: block;
  position: relative;
  width: 100%;
}

.photos-grid .grid-item {
  border-radius: 12px;
  overflow: hidden;
}
.grid-item {
  margin-bottom: 20px;
}
.grid-item {
  width: calc((100% - 40px) / 3);
}

.grid-item img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.gallery-grid-block {
  display: block;
  position: relative;
  margin-top: -100px;
}

h4.gallery-season {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: #f4f4f4;
  letter-spacing: 0.25px;
  font-family: "Montserrat", sans-serif;
}

h4.gallery-season span {
  font-weight: 700;
}

.pswp__caption__center {
  font-size: 0.88rem !important;
  color: #4f4f4f !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  width: 600px !important;
  max-width: 100% !important;
}

.photos-count {
  display: inline-block;
  padding: 7px 10px;
  background-color: #2e4ea0;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.photos-count i {
  margin-left: 4px;
}

.villa-gallery .table-seasons-list {
  margin-top: -45px;
  margin-bottom: 25px;
}

.tag-content {
  display: block;
  position: relative;
  margin-top: 25px;
  font-size: 1rem;
  line-height: 1.35;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.fans-reps {
  max-width: 100%;
  width: 1050px;
  margin: 0 auto;
  padding-top: 100px;
}

.fans-reps h2.entry-title {
  font-size: 2.25rem;
  color: #222;
  text-shadow: none;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 15px;
}

.fan-item-inner {
  display: flex;
  flex-direction: row;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.fan-img {
  width: 165px;
  height: 100%;
}

.fan-img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.fan-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}

.fan-items .fan-item {
  margin-bottom: 25px;
}

h3.fan-name {
  color: #222;
  text-shadow: none;
  font-weight: 700;
  line-height: 1;
  font-size: 1.15rem;
  text-transform: uppercase;
}

h4.fan-role {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.fan-desc {
  font-size: 0.92rem;
  line-height: 1.58;
  color: #6a6a6a;
  padding-top: 6px;
  letter-spacing: -0.25px;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  color: #333;
  border: 1px solid #cecece;
  padding: 8px 10px;
  height: 42px;
  border-radius: 5px;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  width: 225px;
  max-width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border-color: #222;
  font-size: 1.05rem;
  letter-spacing: 0.35px;
  font-weight: 600;
  line-height: 1;
  background-color: #222;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: #444;
  border: 1px solid #333;
}

.tag-content.mini-content {
  color: #4a4a4a;
  font-size: 1.05em;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.page-template-page-mini-container .tagline .inner {
  font-size: 1em;
  width: 790px;
  padding: 0 20px 80px;
}

.tag-content.mini-content {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05px;
}

.fan-bttuons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.fan-bttuons a {
  display: block;
  width: 300px;
  padding: 14px 15px 13px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 100%;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border-color: #222;
  font-size: 1rem;
  letter-spacing: 0.35px;
  font-weight: 700;
  line-height: 1;
  background-color: #222;
}

.fan-bttuons a:hover {
  background-color: #444;
}

.woocommerce-shop .page-sub-menu ul.sub-menu li a,
.woocommerce-page .page-sub-menu ul.sub-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #18429b;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px 2px 3px;
}

.woocommerce-shop .page-sub-menu ul.sub-menu li a:hover,
.woocommerce-shop .page-sub-menu ul.sub-menu li.current-menu-item a,
.woocommerce-page .page-sub-menu ul.sub-menu li a:hover,
.woocommerce-page .page-sub-menu ul.sub-menu li.current-menu-item a {
  border-bottom: 2px solid #fff;
}

.woocommerce-shop .page-sub-menu,
.woocommerce-page .page-sub-menu {
  background-color: transparent;
}
.single .product .header-details {
  position: relative;
  background: no-repeat;
  display: none;
}

h2.product-title.entry-title {
  color: #2f2f2f;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: none;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
}

.single-product .single-container {
  width: 100%;
  max-width: 100%;
}

.single-product .single-meta {
  display: none;
}

.villa-product-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.woocommerce div.product .villa-product-wrapper form.cart {
  display: flex;
  padding: 22px 15px;
  background-color: #f0f0f0;
  flex-direction: row;
  margin-bottom: 16px;
  margin-top: 30px;
}

.woocommerce div.product .villa-product-wrapper form.variations_form.cart {
  flex-direction: column;
}

.woocommerce div.product .villa-product-wrapper .summary.entry-summary {
  width: 515px;
  padding-left: 40px;
}

.woocommerce .villa-product-wrapper .quantity .qty {
  width: 100%;
  height: 100%;
}

.woocommerce div.product .villa-product-wrapper form.cart .button {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  background-color: #222;
  padding: 12px;
}

.woocommerce div.product .villa-product-wrapper form.cart .button:hover {
  background-color: #444;
}

.woocommerce div.product .villa-product-wrapper form.cart div.quantity {
  width: 80px;
  margin-right: 15px;
}

.single-product .entry-meta {
  display: none;
}

.woocommerce-product-details__short-description {
  font-size: 0.94rem;
  line-height: 1.75;
  font-weight: 500;
  color: #626262;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.32rem;
  color: #02264c;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.villa-product-wrapper .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 10px 20px 12px 50px;
  font-size: 0.88rem;
  font-weight: 500;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 10px;
}

input#coupon_code {
  width: 180px;
}

.woocommerce-page h1.entry-title {
  font-size: 1.45rem;
  color: #222;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.25px;
}

.woocommerce table.shop_table td {
  line-height: 1.5em;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}

.woocommerce table.shop_table td.product-name a {
  font-weight: 500;
  font-size: 0.88rem;
  color: #777;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  font-size: 1.02rem;
  font-family: "Montserrat", sans-serif;
}

.woocommerce table.shop_table td .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.cart_totals h2 {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-bottom: 1em;
  font-size: 0.95em;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #222;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #444;
}

.checkout.woocommerce-checkout {
  display: flex;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 65px;
}

.fufa-checkout-form-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.checkout.woocommerce-checkout #customer_details {
  width: 57%;
  max-width: 100%;
  margin-bottom: 0;
}

.villa-order-summary-block {
  width: 43%;
  padding-left: 25px;
  height: 100%;
}

.woocommerce-NoticeGroup-checkout {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.woocommerce-NoticeGroup-checkout ul {
  margin-bottom: 0;
  padding-left: 35px;
}

.woocommerce-NoticeGroup-checkout ul::before {
  left: 13px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
  max-width: 100%;
}

.woocommerce form .form-row {
  width: 100%;
  padding: 3px;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.select2-container .select2-selection--single {
  width: 100%;
  height: 38px;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 0.88rem;
}

.woocommerce-additional-fields {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
}

.woocommerce form .form-row label {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 500;
}

.villa-order-summary-block-wrapper {
  display: block;
  position: relative;
  background-color: #f8f8f8;
  padding: 20px 22px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

.villa-order-summary-block-wrapper .woocommerce-checkout-review-order {
  background-color: #fff;
  padding: 10px 15px 5px;
  margin-bottom: 20px;
}

h3#order_review_heading,
.woocommerce-billing-fields h3 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  text-shadow: none;
  font-size: 1.05rem;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#customer_details {
  background-color: #fff;
  padding: 18px 12px;
  border: 1px solid #e8e8e8;
  margin-bottom: 55px;
  border-radius: 8px;
}

.woocommerce-checkout .woocommerce table.shop_table td {
  line-height: 1.25em;
  font-weight: 500;
  font-size: 0.85rem;
}

.woocommerce-checkout .woocommerce-page h1.entry-title {
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce table.shop_table th {
  font-size: 0.95rem;
}

.woocommerce-checkout #main.site-container {
  width: 1040px;
  max-width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
}

table.variations td select {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1;
}

table.variations tr th {
  width: 94px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 8px;
}

.woocommerce-Tabs-panel--additional_information h2 {
  font-size: 1.05rem;
  letter-spacing: 0.2px;
  padding: 1.05rem 0.15rem 1.05rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.variations a.reset_variations {
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
}

.tickets-body-wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.woocommerce .woocommerce-message .button.wc-forward {
  background-color: #8fae1b;
  color: #fff;
  min-width: 125px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 0.25px;
}

.woocommerce .woocommerce-message .button.wc-forward:hover {
  background-color: #829f13;
}

.legends-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 65px;
}

.single-legend .player-header {
  height: 340px;
}

.single-legend .player-header {
  background-image: radial-gradient(
      circle at 55% 16%,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(#bc9d4c, #bc9d4c);
}

.single-legend .single-player-h-block.single-player-hcenter::after {
  display: none;
}

.single-legend .player-header .player-collage {
  width: 240px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
}

.single-legend .single-player-h-block.single-player-hcenter {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.single-legend .single-player-left,
.single-legend .single-player-right {
  padding-top: 75px;
}

.single-legend .player-header .s-player-card-container-content-unit {
  margin-bottom: 0;
}

.single-legend .player-stats-item .player-stats-item__value,
.single-legend .player-stats-item .player-stats-item__name,
.single-legend
  .player-header
  .s-player-card-container-content-unit-basic__name {
  color: #222;
}

.single-legend .player-stats-item .player-stats-item__value {
  border-bottom: 0.1rem solid #222;
}

.legend-mask {
  position: absolute;
  width: 200vw;
  display: block;
  top: 120px;
  height: 100vh;
  background-image: linear-gradient(-174deg, #fff 900px, #fff 1000px);
  z-index: 2;
  transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  left: -10vw;
}

.single-legend .player-stats-item .player-stats-item__name {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
}

.single-legend .sc-player-details-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.single-legend .sc-player-details-header h4 {
  margin-left: 0;
  padding: 10px 0;
  border-bottom: none;
  font-size: 1.35rem;
}

.single-legend .player-info_row.content,
.single-legend .player-info_row {
  width: 100%;
}

.legend-header {
  flex-direction: column;
}

.player-info_row.content.legend {
  margin-top: 0;
}

.legend-more {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.legend-more a {
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 35px;
}

.legend-more .flo-icon-arrow-down {
  font-size: 0.5rem;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
}

.legend-more .flo-icon-arrow-down::before {
  font-size: 0.5rem;
  font-weight: bold;
}

.legend-readless .flo-icon-arrow-down {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: 10px;
}

.full-bio {
  display: none;
}

.player-content.expand .short-bio {
  display: none;
}
.player-content.expand .full-bio {
  display: block;
}

.single-legend .player-info_title {
  color: #777;
  font-size: 1rem;
  letter-spacing: 0.45px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.legend-upper .player-info_value {
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  color: #222;
  text-align: left;
  line-height: 1;
}

.player-info_row.legend-upper {
  align-items: flex-start;
}

.single-legend .player-info_title {
  margin-bottom: 14px;
}

.single-legend .player-info-debut {
  justify-content: flex-start;
  padding-left: 20px;
}

.single-legend .player-info-debut:first-child {
  padding-left: 0;
}

.player-info_value.gold {
  font-size: 2.85rem;
  color: #bc9d4c;
}

.single-legend .player-info_row .player-info-stats {
  justify-content: flex-start;
}

.single-legend .player-info_row .player-info-stats {
  padding: 0 0 0 20px;
  margin-top: 50px;
  border-right: 0.1rem solid #e1e1e1;
}
.single-legend .player-info_row .player-info-stats:first-child {
  padding-left: 0;
}

.single-legend .player-info_row .player-info-stats:last-child {
  border-right: none;
}

.sc-player-details .section-container {
  display: block;
  position: relative;
  width: 100%;
}

.section-container.legend-news {
  background-color: #f8f8f8;
  margin-top: 80px;
}

.page-template-legends .team-member .member-number {
  display: none;
}

.page-template-league-standings .select-container {
  margin-bottom: 30px;
}

.uganda-cup th.stat-col-th.pts,
.uganda-cup tr td.stat-col.pts {
  display: none;
}

.msi-league.home-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: -10px;
}

.home-result .league-logo {
  display: flex;
  position: relative;
  width: 75px;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

.home-result .league-logo img {
  width: 100%;
}

.home-result .name {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
}

.next-match-time {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.next-match-item .msi-results {
  font-size: 3.05rem;
  margin: 0 25px;
  padding: 5px 15px 4px;
}

.error404 #main.container {
  width: 700px;
  max-width: 100%;
}

.not-found-row {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 20px;
  max-width: 100%;
}

.not-found-row .not-column:first-child {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.not-column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.not-found-row .not-column:last-child {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  text-align: center;
}

.not-found-row .entry-title {
  text-shadow: none;
  font-size: 2.45rem;
  width: 100%;
  font-family: "FS Jack";
  color: #222;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  font-weight: 600;
}

.error404 .ribbon {
  display: none !important;
}

.error404.not-found .not-found-row {
  margin-top: 65px;
  min-height: 55vh;
  height: auto;
}

.not-found-row .entry-content {
  font-size: 0.98rem;
  line-height: 1.35;
  color: #515151;
  font-weight: 500;
  width: 100%;
}

.not-found-row .fan-bttuons {
  align-items: center;
  margin-top: 25px;
}

.not-found-row .fan-bttuons a {
  width: 250px;
}
.search-no-results .view-latest {
  width: 560px;
  max-width: 100%;
}

.search-no-results .view-latest .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.search .view-latest p {
  font-size: 1rem;
}

.cta {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 11px 64px 10px 18px;
  color: #011e41;
  font-family: "FS Jack";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  box-shadow: inset 0 0 0 1px #ccd2d9;
  overflow: hidden;
  transition: all 0.3s;
}

.cta::after,
.cta::before {
  display: block;
  position: absolute;
  content: "";
}

.cta::before {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  height: 14px;
  width: 14px;
  background-image: url("../images/arrow-fill-sprite.svg");
  background-size: 26px;
  background-position: -14px 0;
  background-repeat: no-repeat;
  z-index: 2;
}

.cta::after {
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  top: -1px;
  right: -53px;
  bottom: -1px;
  width: 90px;
  background-color: #011e41;
  transition: transform 0.3s, background-color 0.3s;
}

.cta:not(.cta--loading):not(.cta--alt):active,
.cta:not(.cta--loading):not(.cta--alt):focus,
.cta:not(.cta--loading):not(.cta--alt):hover {
  color: #0068b2;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #0068b2;
}

.cta:not(.cta--loading):not(.cta--alt):active::after,
.cta:not(.cta--loading):not(.cta--alt):focus::after,
.cta:not(.cta--loading):not(.cta--alt):hover::after {
  background-color: #0068b2;
  -ms-transform: skewX(-22deg) translateX(-5px);
  transform: skewX(-22deg) translateX(-5px);
}

.slider-button.cta {
  margin-top: auto;
}

.slider-excerpt {
  display: block;
  position: relative;
  line-height: 1.35;
  color: #404040;
  margin-bottom: 30px;
  margin-top: -5px;
  font-size: 0.9rem;
}

.search-icon .icon-search::before {
  font-size: 1.15rem;
  font-weight: 300;
}

.fufa-title-2 {
  font-family: "FS Jack";
  color: #222;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  font-size: 1.8rem;
  font-weight: 600;
}

span.go-right {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #333;
  border-radius: 30px;
  margin-left: 10px;
}

.fufa-main-link {
  display: flex;
  flex-direction: row;
}

.fufa-main-link .fufa-title-2 {
  margin-bottom: 0;
  line-height: 1;
}

.fufa-main-link:hover span.go-right .icon-right-open::before,
.fufa-main-link:hover .fufa-title-2 {
  color: #0263bc;
}

.fufa-main-link:hover span.go-right {
  border-color: #0263bc;
}

span.go-right i {
  display: flex;
  justify-content: center;
  align-items: center;
}

span.go-right .icon-right-open::before {
  margin-left: 5px;
  color: #222;
  font-size: 0.88rem;
}

h5.fufa-subtitle {
  font-family: "FS Jack";
  color: #011e41;
  margin-bottom: 15px;
  font-size: 1.03rem;
  font-weight: 400;
  margin-top: 10px;
}

.competitions-list {
  margin-top: 40px;
}

.compet-image {
  height: 175px;
  display: block;
  position: relative;
  background-position: top center;
  border-bottom: 4px solid #fbe10c;
  overflow: hidden;
}

.compet-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.compet-item {
  margin-bottom: 30px;
}

.compet-item-details {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 16px;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 16px;
  background-color: #1c1c1c;
  flex: 1;
}

.compet-item a {
  background-color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  flex-direction: column;
}

.compet-item-details h4 {
  font-family: "FS Jack";
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

.compet-item-details span.go-right {
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: 2px;
  width: 28px;
  height: 28px;
  margin-top: auto;
}

.compet-item-details span.go-right i::before {
  color: #fff;
}

.competitions-menu .fufa-title-2 {
  font-size: 1.18rem;
  margin-bottom: 20px;
}

.other-compets {
  list-style: none;
  padding-left: 5px;
}

.other-compets li {
  padding-bottom: 5px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 10px;
}

.other-compets li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.98rem;
  font-family: "FS Jack";
  color: #011e41;
  font-weight: 400;
}

.other-compets li span.go-right {
  width: 22px;
  height: 22px;
  border: 2px solid #333;
}

.fufa-subtitle.main {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.fufa-main-link.single {
  margin-bottom: 30px;
}

.no-bg-image .post-item-wrapper {
  border: 1px solid #f2f2f2;
}

.grid-posts-item.small {
  min-height: 280px;
}

.grid-posts .grid-posts-item.small .article-bg-image {
  height: 175px;
}

.grid-posts-item.small .grid-item-excerpt {
  display: none;
}

.small-blank.small .full-post-details .grid-item-title {
  font-size: 1.12rem;
  letter-spacing: 0;
}

.explore .compet-image {
  border-bottom: 4px solid #e10016;
}

.recommended-posts .tab-content .grid-posts-item .grid-item-excerpt,
.recommended-posts .tab-content .grid-posts-item .grid-item-time {
  display: none;
}

.recommended-posts .grid-posts-item.small-blank .article-bg-image {
  height: 165px;
  border-bottom: 4px solid #333;
}

.recommended-posts .grid-posts-item {
  min-height: 280px;
  margin-bottom: 20px;
}

.recommended-posts .small-blank .full-post-details .grid-item-title {
  font-size: 1.12rem;
  margin: 0;
}

.single-post #main footer.entry-meta {
  background-image: url("../images/news-bg-grey.jpg");
  padding-top: 2px;
}

.single-post .entry-content {
  padding-bottom: 30px;
}

.recommended-posts #nav-tabContent {
  padding-bottom: 10px !important;
  padding-top: 35px !important;
}

.recommended-posts .nav-tabs .nav-link {
  flex: unset !important;
  -ms-flex: unset !important;
  text-transform: uppercase;
  font-family: "FS Jack";
  color: #02264c;
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.recommended-posts .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.recommended-posts .nav-tabs .nav-link:last-child {
  border-right: none;
}

.recommended-posts .nav-tabs .nav-link span {
  display: block;
  padding: 2px 0 2px;
}

.recommended-posts .nav-tabs .nav-link.active {
  font-weight: 600;
}

.recommended-posts .nav-tabs .nav-link.active span {
  border-bottom: 4px solid;
}

.single-post .footer-sponsors {
  margin-top: 4px;
}

.ribbon {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 6px 0;
  font-size: 0.78rem;
  font-family: "Montserrat", sans-serif;
  color: #02264c;
  border-top: 2px solid #18429b;
  border-bottom: 2px solid #18429b;
}

.ribbon.top:not(.has-sub-menu) {
  background-color: #1c1c1c;
  color: #fff;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  min-height: 70px;
  align-items: flex-start;
  display: none !important;
}

.ribbon.has-sub-menu {
  background-color: #18429b;
  color: #fff;
  border-top: 2px solid #18429b;
  border-bottom: 2px solid #18429b;
}

.ribbon.has-sub-menu.red {
  background-color: #d3182f;
  border-top: 2px solid #d3182f;
  border-bottom: 2px solid #d3182f;
}

.has-sub-menu.red .page-sub-menu ul.sub-menu li a,
.woocommerce-page .red .page-sub-menu ul.sub-menu li a {
  border-bottom: 2px solid #d3182f;
}

.ribbon .site-container {
  padding-left: 105px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ribbon.sub-ribbon .site-container {
  padding-left: 20px;
}

.ribbon.has-sub-menu .site-container {
  flex-direction: column;
  align-items: flex-start;
}

.ribbon h6 {
  margin: 0;
  line-height: 1;
  padding-left: 7px;
  color: #de0012;
  font-size: 0.75rem;
  letter-spacing: 0.15px;
}

.ribbon h2 {
  font-family: "FS Jack";
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0.45px;
}

.ribbon a {
  color: #02264c;
  font-weight: 500;
  display: block;
  padding-right: 5px;
}

.filter-news {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 40px;
  margin-top: 20px;
  align-items: center;
}

.filter-news h3.filter {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #02264c;
  margin: 5px 12px 5px 0;
}

.filter-news .main-sub-menu.page-sub-menu {
  background-color: #fff;
}

.filter-news select {
  height: 35px;
  min-width: 250px;
  padding: 5px 12px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.grid-posts .with-submenu {
  padding-top: 50px;
}

.ribbon.sub-ribbon {
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.76rem;
  border-top: none;
}

.ribbon .breadcrumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.ribbon ul.breadcrumbs li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ribbon ul.breadcrumbs li span {
  margin-right: 8px;
  margin-left: 2px;
}

.breadcrumbs li a i::before {
  font-size: 1.15rem;
  color: #d70404;
}

.ribbon ul.breadcrumbs li:first-child {
  margin-right: -3px;
}

.ribbon ul.breadcrumbs li:last-child a {
  color: #d70404;
}

.single-document .history-section .h-section-top {
  height: auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.single-document #main.container {
  width: 820px;
  max-width: 100%;
}

.single-document .h-top-details {
  background: no-repeat;
  display: flex;
  position: relative;
  padding: 0;
  width: auto;
  justify-content: center;
  align-items: center;
}
.single-document .history-section .h-image {
  display: flex;
  width: auto;
  height: auto;
  flex-grow: 1;
  align-items: center;
}

.single-document .history-section {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
}

.single-document .history-section:last-child {
  border-bottom: none;
}

.single-document .h-section-button {
  width: 30px;
  height: 30px;
}

h4.doc-section-title {
  color: #02264c;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 18px 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "FS Jack";
  margin: 0;
}

.single-document .h-bottom-inner {
  padding-top: 25px;
  padding-bottom: 30px;
}

.single-document .history-section.expand .h-section-top {
  background-color: #1c1c1c;
  padding: 0 10px 0 10px;
  border-radius: 8px;
}

.expand h4.doc-section-title {
  color: #fff;
}

.single-document .h-bottom-inner h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-document .h-section-button {
  background-color: transparent;
}

.single-document .h-bottom-inner h3 em {
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  color: #777;
}

.h-bottom-inner table {
  font-size: 1rem;
  max-width: 100%;
}

.h-bottom-inner table tr td {
  padding: 1px 5px;
}

.single-document .h-section-button i::before {
  font-size: 1.25rem;
}

.single-document .expand .h-section-button i::before {
  color: #fff;
}

.doc-downlaod {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.doc-downlaod a.cta {
  border-radius: 6px;
}

.h-bottom-inner ol li {
  margin-bottom: 10px;
}

.documents-list .home-section {
  margin-top: 0;
  padding-top: 55px;
}

#menu-main-menu .dropdown-toggle::after {
  display: none;
}

#menu-main-menu li.menu-item .dropdown-menu {
  margin-top: 0;
  width: auto;
  padding: 25px;
  background-color: #fff;
  height: auto;
  border-radius: 0;
  border: 1px solid #ececec;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  border-top: 0;
  min-width: 320px;
  z-index: 999;
}

#menu-main-menu .dropdown-menu ul.dropdown-menu-list {
  list-style: none;
  padding: 0 10px;
  width: 100%;
}

ul.dropdown-menu-list
  li.menu-item-has-children
  a:not(.dropdown-menu.depth-1 li a)::after {
  background-image: url("../images/arrow-white-right.png");
  display: block;
  position: absolute;
  width: 10px;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.dropdown-menu .dropdown-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.dropdown-menu .dropdown-block {
  display: flex;
  width: 100%;
  border-right: none;
}

ul.dropdown-menu-list li.menu-item a {
  color: #535353;
  font-size: 0.92rem;
  letter-spacing: 0.15px;
  padding: 8px 0;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

ul.dropdown-menu-list li.menu-item:last-child a {
  border-bottom: none;
}

ul.dropdown-menu-list .dropdown-item.active,
ul.dropdown-menu-list .dropdown-item:active,
ul.dropdown-menu-list .dropdown-item:focus,
ul.dropdown-menu-list .dropdown-item:hover {
  text-decoration: none;
  background-color: transparent;
  color: #0093d5;
}

.navbar-light .navbar-nav .menu-item-has-children:hover .nav-link {
  color: #fff;
  border-bottom: 1px solid #333 !important;
  margin-bottom: -1px;
}

#menu-main-menu li.menu-item .dropdown-menu.depth-1 {
  position: absolute;
  width: 33%;
  top: 0;
  left: 33%;
  display: flex;
  flex-direction: column;
}

#menu-main-menu li.menu-item .dropdown-menu.depth-1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  min-height: unset;
}

.dropdown-menu .news-block {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  border-left: 2px solid #333;
  padding: 10px;
}

.dropdown-wrapper .grid-posts-item.small-blank .post-item-wrapper {
  flex-direction: row;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}

.dropdown-wrapper .grid-posts-item.small-blank:hover .post-item-wrapper {
  background-color: #333;
}

.dropdown-wrapper .grid-posts-item.small-blank .article-bg-image {
  height: 100%;
  border-bottom: none;
  width: 115px;
  border-radius: 6px;
  min-height: 90px;
}

.dropdown-wrapper .grid-posts-item {
  min-height: auto;
  margin-bottom: 15px;
  padding: 0 10px 0 15px;
}

.dropdown-wrapper .small-blank .post-item-wrapper .post-border article {
  padding: 0 10px;
}

.dropdown-wrapper .small-blank .full-post-details .grid-item-title {
  margin-bottom: 5px;
  font-size: 0.98rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.35px;
  line-height: 1.35;
  font-weight: 400;
}

.dropdown-wrapper .grid-posts .row {
  padding-top: 0 !important;
}

.dropdown-wrapper .fufa-title-2 {
  margin-bottom: 10px;
  letter-spacing: 0.25px;
  font-size: 1.05rem;
  color: #fff;
}

.flexible-block .img-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.flexible-block .img-link img {
  display: block;
  position: relative;
  width: 100%;
}

.flexible-block {
  display: block;
  position: relative;
  margin-bottom: 65px;
}

.shop-container {
  width: 1600px;
  display: block;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.flexible-block .fufa-title-2 {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 600;
}

.flexible-block .fufa-title-2.heavy {
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 20px;
}

.flexible-block.products-list {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0 15px;
}

.flexible-block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexible-block-header a {
  display: block;
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #02264c;
}

.flexible-content {
  font-size: 0.92rem;
  font-family: "Montserrat", sans-serif;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 15%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 25px;
}

.woocommerce .related.products ul.products li.product a img,
.popular ul.villa-products-list li.product a img {
  border: 1px solid #e3e3e3;
  padding: 10px;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  margin-top: 15px;
  text-transform: initial;
  letter-spacing: 0.15px;
  font-size: 0.85rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.summary.entry-summary .product_meta .posted_in {
  display: none;
}

.woocommerce .cart-blocks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.cart-blocks .woocommerce-cart-form {
  display: flex;
  flex-grow: 1;
}

.cart-blocks .cart-collaterals {
  display: block;
  position: relative;
  width: 400px;
  margin-left: 40px;
  border: 2px solid #eee;
  padding: 20px;
  border-radius: 8px;
}

.cart-blocks .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
}

.woocommerce .cart-blocks a.remove {
  color: #d3182f !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.95em;
  width: 0.95em;
}

.woocommerce .cart-blocks a.remove:hover {
  background: #fff;
  border: 1px solid #d3182f;
  color: #d3182f !important;
}

.woocommerce-cart table.cart img {
  width: 60px;
}

.woocommerce table.shop_table td {
  padding: 10px 10px;
}

.woocommerce .quantity .qty {
  width: 65px;
  text-align: center;
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #444;
}

.woocommerce table.shop_table {
  border: none;
}

.cart_totals .shop_table tr th {
  font-size: 0.95rem;
  padding-left: 0;
}

.woocommerce-page table.cart td.actions {
  padding-top: 20px;
  padding-right: 0;
}

.woocommerce .cart-blocks .woocommerce-cart-form .cart .button {
  width: 165px;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 0.92rem;
}

h2.popular {
  margin-top: 80px;
}

.popular .villa-products-list li {
  width: 25%;
}

.woocommerce-checkout .ribbon {
  display: none;
}

.woocommerce-checkout h1.entry-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p {
  font-size: 0.88rem;
  line-height: 1.35;
}

.woocommerce-order-received .woocommerce-order {
  font-family: "Montserrat", sans-serif;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-weight: 800;
  font-size: 1.5rem;
}

.woocommerce-table--order-details .order_item .product-name,
.woocommerce-table--order-details .order_item .product-name ul.wc-item-meta,
.shop_table.order_details th.woocommerce-table__product-name.product-name,
.shop_table.order_details tfoot tr th {
  padding-left: 0;
}

.woocommerce-checkout.woocommerce-order-received #main.site-container {
  width: 920px;
}

.woocommerce-order-received .woocommerce {
  border: 1px solid #ececec;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.shop_table.order_details tfoot tr:last-child .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 0.95rem;
}

.woocommerce-checkout #payment ul.payment_methods li {
  font-weight: 400;
  font-size: 0.88rem;
}
.woocommerce-checkout #payment div.payment_box {
  font-size: 0.95em;
}

.team-container {
  width: 980px;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 30px auto;
}

.team-thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 515px;
  margin-top: 40px;
}

.team-thumb img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-section.team-template {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 65px;
  margin-top: 0;
}

.team-template .grid-posts .row.with-submenu {
  padding-top: 25px;
}

.footer-sponsors {
  margin-top: 0;
}

.team-template .player-info {
  position: relative;
  top: unset;
  padding: 10px 0;
  background: none !important;
  margin-top: 10px;
}

.team-template .team-member-name .first-name {
  font-size: 1.05rem;
  color: #444 !important;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: none;
  text-transform: capitalize;
}

.team-template .player-image {
  border-radius: 12px;
  overflow: hidden;
}

.team-template .staff-title {
  font-weight: 400;
  color: #444;
}

.team-template .staff-block {
  grid-template-columns: 22% 22% 22% 22%;
  column-gap: 4%;
  row-gap: 25px;
}

.team-template .team-member .member-number {
  display: none;
}

.team-template .team-member .dob {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #777 !important;
  letter-spacing: 0;
  font-family: "FS Jack";
}

.team-template .team-member .member-club {
  font-size: 0.96rem;
  color: #444 !important;
  font-weight: 500;
  text-shadow: none;
  font-family: "FS Jack";
  letter-spacing: -0.15px;
}

.match-details-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}

.schedule-list.fufa-results {
  padding: 30px 25px 15px;
  border: 4px solid #f2f2f2;
}

.team-container #pagination-container {
  margin-top: 20px;
}

.team-container .fufa-title-2 {
  letter-spacing: 0.05px;
  font-size: 1.35rem;
  margin-bottom: 15px;
}

.page-item .dots {
  padding-right: 7px;
}

.team-container .fixtures-block {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 65px;
}

.fufa-fixtures .schedule-list-item {
  border: 0.1rem solid #f0f0f0;
  margin-bottom: 15px;
}

.fufa-fixtures .schedule-list-item .home-section {
  padding: 0 0 2px;
}

.fufa-fixtures .schedule-list-item .head-match .msi-results {
  font-size: 1.12rem;
}

.datepicker-block .input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ced4da;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  cursor: pointer;
}

.datepicker-block .form-control:focus {
  border-color: #ccc;
}

.matches-filter .dropdown.bootstrap-select {
  width: 100% !important;
}

.matches-filter .row {
  margin-bottom: 25px;
}

.matches-filter .bootstrap-select .btn.dropdown-toggle {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none !important;
  outline: none !important;
}

.matches-filter .bootstrap-select .dropdown-menu {
  max-height: 250px !important;
  padding: 0 0 0 12px;
}

.matches-filter .bootstrap-select .dropdown-menu.inner {
  padding-top: 10px;
}

.matches-filter {
  display: block;
  position: relative;
  padding: 30px 25px 15px;
  border: 4px solid #f2f2f2;
  margin-top: 50px;
}

.page-template-all-matches .fixtures-block {
  margin-top: 35px;
}

.matches-filter .bootstrap-select .dropdown-menu li a span.text {
  font-size: 0.96rem;
  line-height: 1.65;
  letter-spacing: -0.15px;
  font-weight: 400;
  color: #000;
}

.matches-filter .bootstrap-select .dropdown-menu li a.active span.text {
  color: #163b9b;
  font-weight: 500;
}

.matches-filter label {
  margin-bottom: 3px;
  font-size: 0.92rem;
}

.matches-filter input.form-control {
  height: 40px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.matches-filter .input-group input {
  font-size: 0.92rem;
  font-weight: 500;
}

.matches-filter .submit-button {
  display: flex;
  align-items: flex-end;
}

.matches-filter .submit-button .form-group {
  margin-bottom: 0;
  width: 100%;
}

.matches-filter .submit-button .form-group button {
  width: 100%;
  background-color: #222;
  border: none;
  height: 40px;
  box-shadow: none !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

.matches-filter .submit-button .form-group button:hover,
.matches-filter .submit-button .form-group button:focus {
  background-color: #444;
}

.bootstrap-select .dropdown-menu li a {
  display: block;
  width: 100%;
}

.matches-filter .bootstrap-select .dropdown-menu li:first-child a {
  padding: 0 0 5px;
}

.matches-filter .bootstrap-select .dropdown-menu li:first-child a span.text {
  color: #a4a4a4 !important;
}

.matches-filter .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #555 !important;
}

/*==================================================== MATCH COLLAPSE ====================================================*/
.match-collapse .accordion .card {
  margin-bottom: 30px;
  border: 0;
}

.match-collapse .accordion .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.match-collapse .accordion .card .card-header .btn-header-link {
  display: flex;
  text-align: left;
  background: #02264c;
  color: #fff;
  padding: 13px 20px;
  font-size: 1.15rem;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "FS Jack";
  flex-direction: row;
  justify-content: space-between;
  outline: none !important;
  box-shadow: none !important;
}

.match-collapse .accordion .card .card-header .btn-header-link.collapsed {
  background: #f2f2f2;
  color: #222;
}

.match-collapse
  .accordion
  .card
  .card-header
  .btn-header-link
  i:not(.btn-header-link.collapsed i) {
  transform: rotate(180deg);
  transition: all 0.15s ease-in-out;
}

.match-collapse .accordion .card .collapse {
  border: 0;
}

.match-collapse .accordion .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
/*====================================================== MATCH COLLAPSE ================================================*/

.fufa-title-3 {
  font-family: "FS Jack";
  color: #222;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -0.15px;
  font-size: 1.35rem;
  font-weight: 600;
}

.match-main {
  padding-top: 80px;
}

.match-main .fufa-title-3 {
  color: #de0024;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}

.single-match-top {
  display: block;
  position: relative;
  padding: 30px 25px 15px;
  border: 4px solid #f2f2f2;
  margin-bottom: 40px;
}

.single-match-top .top-results {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.single-match-top .match-top-center {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  justify-content: center;
}

.single-match-top .top-results .msi-results {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 800;
  font-size: 3.15rem;
}

.single-match-top .msi-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-match-top .top-results .head-team-name {
  font-size: 1.45rem;
  color: #02264c;
  letter-spacing: -0.5px;
  font-family: "FS Jack";
  font-weight: 600;
}

.single-match-top .all-day {
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.match-collapse .top-results {
  width: 100%;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.match-collapse .update-item .top-results {
  margin-bottom: 0;
  padding: 5px 15px 3px 10px;
}

.match-collapse .top-results .msi-logo img {
  margin-bottom: 0;
}

.match-collapse .player-row,
.match-collapse .player-row a {
  flex-direction: row-reverse;
}

.home-lineup .name-number {
  display: flex;
  flex-direction: row-reverse;
}

.home-lineup .name-number span {
  margin-left: 0;
  margin-right: 8px;
}

.side-mid .stat-item:nth-child(even),
.lineups .player-row:nth-child(even) {
  background-color: #f4f4f4;
}

.match-collapse .accordion .card .collapsing,
.match-collapse .card .show .card-body {
  padding: 30px;
  border: 4px solid #f2f2f2;
  border-top: none;
}

.single-player-h-block.fufa-player {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.fufa-player .player-collage {
  width: 150px;
  background-color: #fff;
  display: flex;
  border: 3px solid #e1e1e1;
  min-height: 145px;
  justify-content: center;
  align-items: flex-end;
}

.fufa-player .card-child-block {
  display: flex;
  flex-grow: 1;
}

.fufa-player .card-child-block h1 {
  font-family: "FS Jack";
  color: #02264c;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 25px;
}

.player-collage img {
  width: 100%;
  height: auto;
}

.player-info_row .match-collapse {
  width: 100%;
  margin-top: 25px;
}

.player-info_row .card-body h4 {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.match-collapse .player-info_row .player-info-stats {
  width: 100%;
  justify-content: flex-start;
  padding-top: 4px;
}

.match-collapse .player-info-stats .player-info_title {
  font-size: 0.92rem;
  margin-bottom: 12px;
  color: #939393;
}

.card-body .player-info_row {
  margin-bottom: 30px;
}

.card-body .player-info_row:last-child {
  margin-bottom: 10px;
}

.stats-table {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.stats-table .player-info_text:first-child {
  padding-right: 35px;
  width: 45%;
}

.player-info_text.prev-clubs .player-info_value {
  margin-bottom: 4px;
}

.card-body.blocks {
  display: flex;
  flex-direction: row;
}

.card-body.blocks .card-body-blocks:first-child {
  width: 34%;
}

.card-body.blocks .card-body-blocks:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.player-match-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
  padding: 0 25px 0 12px;
}

.card-body .player-match-row:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.pm-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pm-home img,
.pm-away img {
  width: 28px;
  height: auto;
}

.pm-right.pm-block div {
  padding: 10px;
  border-left: 1px solid #e6e6e6;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pm-right.pm-block {
  padding-left: 50px;
}

.pm-left.pm-block div:not(.teams-blocks) {
  padding: 12px 10px;
}

.pm-block .pm-score {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  font-family: "FS Jack";
}

.pm-block .pm-score a {
  color: #02264c;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pm-date {
  width: 130px;
  border-right: 1px solid #e6e6e6;
  height: 100%;
  display: flex;
  align-items: center;
}

.teams-blocks {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.player-match-row .pm-left {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.pm-home,
.pm-away {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.teams-blocks .pm-home {
  justify-content: flex-start;
}

.teams-blocks .pm-away {
  justify-content: flex-end;
}

.pm-home img {
  margin-right: 10px;
}

.pm-away img {
  margin-left: 10px;
}

.card-body .player-match-row:nth-child(odd) {
  background-color: #f1f1f1;
}
.card-body .player-match-row:first-child {
  background-color: #fff;
}

.pm-block .pm-score a:hover {
  color: #df001e;
}

.match-collapse .accordion #group-matches .card .card-header .btn-header-link {
  background: #e6e7e8;
  padding: 11px 20px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.1rem;
}

.card .card-header .btn-header-link span {
  font-weight: 500;
  font-size: 1rem;
  padding-left: 8px;
  color: #666;
}

#group-matches .card-body {
  padding: 0;
  border: none;
}

.dets-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon-image {
  width: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.icon-image.icon-red {
  width: 40px;
}
.icon-image.icon-card {
  margin: 0;
}

.icon-image.icon-yellow img {
  width: 18px;
}
.icon-image.icon-red img {
  width: 17px;
}
.icon-image.icon-ball img {
  width: 18px;
}

#group-matches .card-header .btn.btn-header-link {
  padding-right: 15px !important;
}

#group-matches .card-header .btn.btn-header-link .demo-icon {
  margin-left: 3px;
}

.all-players .player-match-row {
  padding: 0;
  border-bottom: 1px solid #e6e7e8;
  display: table-row;
}

.all-players .player-match-row > div {
  display: table-cell;
}

.all-players .player-match-row div:not(.head div) {
  border-right: 1px solid #e6e7e8;
  padding: 15px 15px;
  text-align: center;
}

.all-players .player-match-row:nth-child(odd) {
  background-color: #f5f5f6;
}

.player-match-row.head {
  background-color: #e6e7e8 !important;
  padding: 20px 0;
  font-weight: 600;
}

.player-match-row.head-inner {
  padding-right: 25px;
  display: none;
}

.player-match-row.head-inner .pm-date {
  display: none;
}

.player-match-row.head .ply-name {
  font-family: "Montserrat", sans-serif;
}

.player-match-row .ply-nmb {
  width: 45px;
  min-width: 45px;
}

.player-match-row .ply-birth {
  width: 165px;
  font-size: 0.92rem;
  text-align: center;
}

.player-match-row .ply-caps {
  width: 80px;
  min-width: 80px;
}

.player-match-row .ply-goals {
  width: 60px;
  min-width: 60px;
}

.player-match-row .ply-name {
  font-family: "FS Jack";
  font-size: 1rem;
  min-width: 165px;
}

.player-match-row .ply-name a {
  color: #444;
  text-align: left;
  width: 100%;
  display: block;
  text-align: left;
}

.all-players {
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0;
}

.all-players {
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0;
  border-left: 1px solid #e6e7e8;
  margin-top: 50px;
  display: block;
  position: relative;
  min-width: 100%;
  display: table;
}

.all-players-wrapper {
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.player-match-row.head > div {
  padding: 18px 0;
}

.player-match-row.head > div > span {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.player-match-row.head > div:not(div:last-child) > span {
  border-right: 2px solid #444;
}
/*
.player-match-row.head div:not(.head div:last-child) {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-right: 2px solid #444;
}*/

.single-collection .banner-title h1.entry-title {
  font-size: 2.15rem;
}

.single-collection .gallery-grid-block {
  margin-top: 0;
}

.single-collection .page-top-banner {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}

.single-coll-content {
  font-weight: 500;
  display: block;
  position: relative;
  margin-top: 25px;
}

.single-collection .banner-title {
  margin-bottom: 0;
}

.collection-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
}

.coll-grid-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.coll-grid-item .grid-item-link {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  border-radius: 12px;
  overflow: hidden;
}

.grid-item-link img {
  width: 100%;
  margin: 0;
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  object-fit: cover;
}

.photo-overlay {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: flex-end;
  padding: 15px;
  background-color: #00000017;
}

.grid-item-link:hover .photo-overlay {
  background-color: #0000007a;
}

.video .grid-item-link:hover .photo-overlay {
  background-color: #000000b2;
}

.photo-overlay h4 {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #02264c;
  text-transform: capitalize;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.85;
  width: 100%;
}

.grid-item-link:hover .photo-overlay h4 {
  color: #fff;
  opacity: 0.9;
}

.single-collection .xoo-wsc-basket {
  display: none !important;
}

.white-template {
  background-color: #18429b;
}

.white-template .account .home-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.white-template .top-bar,
.white-template #main-header,
.white-template .ribbon,
.white-template .footer-sponsors,
.white-template #footer,
.white-template .footer-bottom {
  display: none !important;
}

.white-template #main {
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.white-template .xoo-wsc-basket {
  display: none !important;
}

.n-teams-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

#comments {
  margin-top: 30px;
  margin-bottom: 50px;
}

.single #comments-title {
  font-family: "FS Jack";
  font-weight: 600;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  margin-top: 65px;
}

.comment-reply-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

a#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
}

a#cancel-comment-reply-link:hover {
  background-color: #626262;
}

.comment-author.vcard .fn {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.15px;
}

.comment-author.vcard img {
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  width: 40px;
  height: auto;
  outline: none;
  box-shadow: none;
  left: -30px;
}

.commentlist {
  width: 100%;
  margin-left: 10px;
}

.commentlist > li.comment {
  padding-bottom: 10px;
}

.commentlist > li.comment.depth-1 {
  padding-top: 0;
}

.comment-author.vcard a time {
  font-size: 0.88rem;
  font-weight: 500;
}

.comment-reply-link {
  color: #6c757d;
  border-color: #6c757d;
  outline: none !important;
  min-width: 100px;
  box-shadow: none !important;
  padding: 0.2rem 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.84rem;
  line-height: 1;
  border-radius: 3px;
}

.comment-content p {
  line-height: 1.5;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.comment-form .form-submit input {
  background-color: #222;
  min-width: 200px;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
  box-shadow: none !important;
  outline: none !important;
}

.comment-form .form-submit input:hover {
  background-color: #444;
}

.comment-awaiting-moderation {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
}

.commentlist .children > li.comment {
  padding-top: 10px;
}

ul.children .depth-2 {
  padding-left: 25px;
}

ul.children .comment-author.vcard img {
  top: 10px;
}

.fufa-content h3 {
  font-family: "FS Jack";
  font-size: 1.5rem;
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-top: 35px;
}

.fufa-content p {
  margin-bottom: 10px;
  font-weight: 500;
}

.page-top-banner.with-thumb {
  height: 285px;
}

.with-thumb .banner-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 25px 15px 30px 15px;
  margin: 0 auto;
}

.with-thumb .banner-title h1.entry-title {
  text-align: center;
  color: #fff;
  font-size: 2.65rem;
}

.page-template-page-mini-container
  .ribbon:not(.page-template-page-mini-container.with-sub-menu .ribbon) {
  display: none;
}

.tag-content.fufa-content {
  padding-top: 35px;
}

.page-template-default .ribbon.sub-ribbon {
  margin-bottom: 50px;
}

.page-template-default #main.container {
  width: 800px;
  max-width: 100%;
  line-height: 1.45;
  text-align: justify;
  margin-bottom: 75px;
}

.search-form button .icon-search::before {
  color: #fff;
}

.wp-block-embed .embed-responsive::before {
  padding-top: 10px !important;
}

.page-sub-menu #menu-posts-menu li:last-child,
.page-sub-menu #menu-posts-menu li:nth-last-child(2),
.page-sub-menu #menu-posts-menu li:nth-last-child(3) {
  display: none;
}

.logout-block {
  display: flex;
  flex-direction: revert;
  align-items: center;
  margin-right: 8px;
}

.logout-block a {
  font-size: 0.88rem;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: 600;
}

.logout-block a:hover {
  opacity: 0.75;
}

.logout-block img {
  width: 25px;
  height: auto;
  margin-left: 3px;
  margin-top: -4px;
}

span.per-night {
  font-style: italic;
  color: #919191;
  display: inline-block;
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
}

.woocommerce
  ul.products
  li.product-type-booking
  .woocommerce-loop-product__title:not(
    .page-template-default .woocommerce-loop-product__title
  ) {
  font-size: 0.95rem;
  font-weight: 800;
}

.woocommerce
  .related
  ul.products
  li.product-type-booking
  .woocommerce-loop-product__title:not(
    .page-template-default .woocommerce-loop-product__title
  ) {
  font-weight: 700;
  letter-spacing: 0;
}

.hospitality-intro {
  display: block;
  position: relative;
  width: 660px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  max-width: 100%;
}

.hospitality-intro h3 {
  font-family: "FS Jack";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 1;
  letter-spacing: -0.45px;
  margin: 10px 0 20px;
}

.hospitality-intro span {
  font-style: italic;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 0.95rem;
}

.woocommerce.hospitality ul.products li.product .button,
.tax-hotel .villa-products-list a.button {
  display: flex;
  width: 190px;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 9px 20px;
  margin: 18px auto 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  background-color: #222;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
}

.woocommerce.hospitality
  ul.products
  li.product-type-booking
  .woocommerce-loop-product__title {
  margin-top: 20px;
}

.hospitality-single .villa-product-wrapper {
  flex-direction: column;
  flex-direction: column;
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}

.hospitality-single .villa-product-wrapper .woocommerce-product-gallery {
  width: 100% !important;
}

.woocommerce.hospitality-single div.product div.images .flex-control-thumbs {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.woocommerce.hospitality-single div.product div.images .flex-control-thumbs li {
  width: 75px;
  margin-right: 10px;
}

.woocommerce.hospitality-single
  div.product
  .villa-product-wrapper
  .summary.entry-summary {
  width: 100%;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.woocommerce.hospitality-single div.product .villa-product-wrapper form.cart {
  padding: 20px 20px 30px;
}

.woocommerce.hospitality-single div.product .villa-product-wrapper form.cart {
  display: flex;
  flex-direction: column;
  width: 620px;
  margin: 0 auto 16px;
  max-width: 100%;
}

.cart .yith-wcbk-booking-form {
  margin-bottom: 10px;
}

.yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
  margin-top: 0 !important;
}

.woocommerce.hospitality-single h2.product-title.entry-title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce.hospitality-single div.product p.price {
  text-align: center;
  margin-bottom: 50px;
}

.hospitality-single .related.products h2 {
  margin-bottom: 15px;
  text-align: center;
}

h4.hotel {
  text-align: center;
  font-size: 0.95rem;
  margin-top: -5px;
  margin-bottom: 20px;
  color: #777;
}

.summary.entry-summary h4.hotel {
  margin-top: -22px;
  margin-bottom: 30px;
}

.hospitality-single .woocommerce-product-details__short-description,
.product_meta .facilities {
  text-align: center;
  width: 750px;
  margin: 50px auto 0;
  max-width: 100%;
  font-size: 0.92rem;
}

h3.facs {
  color: #999;
  margin-bottom: 20px;
  font-style: normal;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.facs-list {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.15px;
  color: #888;
}

.hospitality-single .related.products h2 {
  margin-bottom: 20px;
  font-style: normal;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.92rem;
  font-weight: 500;
}

.related h4.hotel {
  margin-top: 6px;
}

.tax-hotel .villa-products-list li {
  width: 25%;
}

.filter-news.hotels {
  justify-content: flex-start;
  padding-left: 15px;
  margin-top: 5px;
}

.filter-news.hotels select {
  height: 32px;
  padding: 5px 12px;
  border: 2px solid #d7d7d7;
  font-size: 0.92rem;
  color: #4d4d4d;
}

.woocommerce.columns-4 .filter-news.hotels {
  display: flex;
  margin-bottom: -40px;
  margin-right: 265px;
  justify-content: flex-end;
  padding-top: 2px;
}

.woocommerce.columns-4 .filter-news.hotels h3.filter {
  text-transform: capitalize;
}

.footer-bottom {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #121533;
}

.footer-bottom .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1250px;
  max-width: 100%;
  align-items: center;
}
.footer-bottom .container > div {
  line-height: 1;
}
.footer-bottom .container > div:first-child {
  width: 33.33%;
}

.footer-bottom .footer-rights {
  margin-top: 5px;
}

.footer-logo .navbar-brand img {
  height: 80px;
}

.footer-bottom small {
  font-size: 88%;
  color: #c1c1c1;
  font-weight: 500;
}

.luris-credits {
  font-size: 90%;
  font-weight: 500;
  color: #c1c1c1;
}
.luris-credits span {
  color: #e00322;
}

.luris-credits a {
  color: #ffbf00;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 88%;
  letter-spacing: 0.25px;
}

.footer-logo .navbar-brand {
  padding-bottom: 5px;
  margin-right: 1rem;
  position: absolute;
  bottom: 0;
}

.mini-content .post-image {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}

.mini-content .post-image img {
  width: 100%;
  height: auto;
}

.mini-content .entry-title {
  margin-bottom: 40px;
}

.page-template-page-mini-container #main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-template-page-mini-container .page-top-banner {
  display: flex;
  width: 100%;
  height: calc(100vh - 110px);
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.page-template-page-mini-container.with-sub-menu .page-top-banner {
  height: calc(100vh - 215px);
}

.page-template-page-mini-container .with-thumb .banner-title {
  top: unset;
  width: 760px;
  max-width: 100%;
  padding: 25px 0 60px;
}

.page-template-page-mini-container .with-thumb .banner-title .inner {
  width: 500px;
  background-color: #1c1c1c;
  padding: 20px;
  max-width: 100%;
  min-height: 75px;
}

.page-template-page-mini-container .with-thumb .banner-title h1.entry-title {
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: 0.15px;
  text-align: left;
  font-weight: 600;
  line-height: 1.15;
}

h4.no-matches {
  text-align: center;
  color: #02264c;
  font-size: 1.15rem;
  letter-spacing: 0;
  padding: 0 10px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "FS Jack";
  margin: 0;
}

.page-template-documents .home-section {
  padding-bottom: 50px;
  margin-top: 40px;
}

.page-doc-top {
  display: block;
  position: relative;
}

.liner {
  display: none;
  width: 100%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 1000;
  bottom: 10px;
}

.related .liner {
  bottom: 0;
}

.sku_wrapper {
  display: none;
}

.drop-sub {
  display: none;
}

.menu-item-has-children a .icon-angle-double-right::before {
  margin-left: 2px;
  transition: transform 0.3s;
}

.menu-item-has-children a:hover .icon-angle-double-right::before {
  transform: rotate(90deg);
}

.dep-par {
  display: none;
}

.dep-par.show a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.55px !important;
  font-size: 1rem !important;
  display: block;
  width: 100%;
  color: #131852 !important;
  padding: 0 !important;
}

.dep-par.show a::after {
  display: none !important;
}

.dep-par.show a:hover {
  text-decoration: underline;
}

.product_meta .tagged_as {
  display: none;
}

.input-group.datepicker-block input {
  padding-left: 10px;
}

figcaption {
  font-size: 0.86rem;
  text-align: left;
  padding-top: 6px;
  line-height: 1.32;
  color: #495060;
}

.hide_cart .xoo-wsc-basket {
  display: none !important;
}

.single-player .ribbon {
  display: none;
}

.page-sub-menu.with-logout ul li:nth-last-child(2),
.page-sub-menu.with-logout ul li:last-child {
  display: none !important;
}

.woocommerce .wc-block-components-notice-banner {
  padding: 10px 16px !important;
  margin: 0;
}

.fufa-amp {
  display: block;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  padding: 0 15px;
}

.fufa-amp .fufa-amp-inner {
  display: block;
  position: relative;
  width: 100%;
}

#main-header {
  margin-top: 0;
  padding: 0;
  z-index: 999;
  position: relative;
  border-top: 7px solid #0093d5;
}

.home-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px !important;
}

.viva-readmore .elementor-button-icon svg {
  font-size: 0.75rem;
  margin-top: -2px;
}

.viva-blur {
  backdrop-filter: blur(20px);
}

a.ucobac-name {
  display: block;
  position: relative;
  line-height: 1.28;
  font-weight: 600;
  color: #131852;
  letter-spacing: 0.25px;
  padding-left: 15px;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.02rem;
}

a.ucobac-name::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #131852;
}

.ucobac-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.double-header .double-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 10px;
}

.double-header .double-bottom {
  border-top: 1px solid #dcddea;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 5px;
}

a.get-involved {
  display: inline-block;
  padding: 12px 32px;
  background-color: #141954;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 600;
  margin-left: 25px;
}

.top-bar-right .mini-links {
  color: #e2f6ff;
}

.mini-phone .glyphicon-envelope {
  font-size: 0.78rem;
  margin-right: 5px;
}

.mini-phone .glyphicon-map-marker {
  font-size: 0.92rem;
  margin-right: 6px;
}

.mini-links .mini-phone {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  margin-left: 14px;
}

/*
.home-slider .elementor-slides .swiper-slide-inner {
  width: 1320px !important;
}*/

.home-slider .elementor-slides .swiper-slide-contents {
  position: relative;
}

.home-slider .elementor-slides .elementor-slide-button::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 2px;
  background-color: #0093d5;
  left: 0;
  bottom: 48px;
}

.ucobac-intro .elementor-widget-text-editor p strong {
  font-weight: 700;
  color: #646464;
}

.ucobac-stories
  .uc_dark_carousel
  .owl-item
  .uc_dark_carousel_container_holder
  .uc_dark_carousel_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ucobac-stories .uc_dark_carousel .owl-item .uc_dark_carousel_content a {
  display: flex;
  flex-grow: 1;
}

.ucobac-stories
  .uc_dark_carousel
  .owl-item
  .uc_dark_carousel_content
  a
  .ue-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

.ucobac-stories
  .uc_dark_carousel
  .owl-item
  .uc_dark_carousel_container_holder
  .uc_dark_carousel_placeholder::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

.ucobac-stories .owl-carousel .owl-nav .owl-prev {
  left: 15% !important;
  right: auto;
}

.ucobac-stories .owl-carousel .owl-nav .owl-next {
  left: 40% !important;
  right: auto;
}

.ucobac-stories #uc_image_card_carousel_elementor_bf3d481 .owl-dots {
  text-align: left;
  padding-left: 28%;
  margin-top: 20px;
}

.ucobac-tile .elementor-widget-text-editor p {
  margin-bottom: 5px;
}

.ucobac-tile .elementor-widget-button {
  margin-top: auto;
}

.ucobac-tile .elementor-button .elementor-button-text {
  color: #fff;
}

.ucobac-tile .elementor-button:hover .elementor-button-text {
  text-decoration: underline;
}

.video-label.elementor-widget-heading {
  margin-top: -15px;
}

.elementor-widget-heading span.elementor-heading-title {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  min-width: 90px;
  text-align: center;
  background-color: rgb(253, 198, 31);
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* or your brand color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid #c8ddec;
  border-top: 6px solid #188cd9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader {
  transition: opacity 0.5s ease;
}

#footer .menu-item a[aria-current="page"] {
  color: #0093d5;
}

.uco-photo-grid .uco-photo-grid-right {
  display: flex;
  flex-direction: column;
}

.uco-photo-grid-right > div.elementor-widget-image,
.uco-photo-grid-right > div.elementor-widget-image .elementor-widget-container {
  height: auto;
}

.stories-grid .ue_post_grid_item .uc_content .ue-meta-data {
  margin-top: -50px !important;
  z-index: 1000;
  position: relative;
  margin-bottom: 35px;
  margin-left: 20px;
}

.stories-grid
  .ue_post_grid_item
  .uc_content
  .ue-meta-data
  .ue-grid-item-meta-data {
  border-radius: 25px;
  background-color: rgb(253, 198, 31);
  padding: 3px 10px 4px;
  line-height: 1;
  font-size: 0.82rem;
}

.stories-grid
  .ue_post_grid_item
  .uc_content
  .ue-meta-data
  .ue-grid-item-meta-data
  .fas {
  font-size: 0.68rem;
}

.single.single-story .container {
  max-width: 100%;
}

.uco-post-author ul li span.elementor-icon-list-text {
  padding-left: 0 !important;
}

.uco-post-author ul li span.elementor-icon-list-icon {
  width: 0 !important;
}

.single .uco-single-content :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
}

.single .uco-single-content h6 {
  font-size: 0.92rem;
}

.single .uco-single-content h5 {
  font-size: 1rem;
}

.single .uco-single-content h4 {
  font-size: 1.15rem;
}

.single .uco-single-content h3 {
  font-size: 1.45rem;
}

.single .uco-single-content h2 {
  font-size: 1.75rem;
}

.single .uco-single-content h1 {
  font-size: 2rem;
}

.single .uco-single-content .wp-block-quote {
  background-color: #f4f4f4;
  padding: 30px 30px 20px;
  border-color: #0093d5;
}

.single .uco-single-content .wp-block-quote p {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.6;
}

.ucobac-stories.single .owl-carousel .owl-nav .owl-prev,
.ucobac-stories.single .owl-carousel .owl-nav .owl-next {
  top: 475px !important;
}

.heading-inner h2.elementor-heading-title {
  padding: 10px 5px;
  background-color: #222763;
  color: #fff !important;
}

.elementor-widget-text-editor span.jcea-hd strong {
  font-weight: 700;
  color: #222763;
  margin-right: 10px;
  font-size: 1.05rem;
}

.spinner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
}

.spinner-wrapper img {
  width: 250px;
  max-width: 100%;
}

.spinner-wrapper h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  color: rgb(52, 57, 123);
  text-align: center;
}

.spinner-wrapper .spinner {
  position: absolute;
  top: 40%;
  left: 51%;
}

.navbar-toggler {
  border-width: 2px;
  border-color: #141954;
}

.team-popup .ue-dynamic-popup-overlay .ue-dynamic-popup-iframe-holder,
.team-popup .ue-dynamic-popup-overlay .ue-dynamic-popup-iframe-holder .uc-iframe{
	min-width: 620px !important;
	max-width: 100%;
}

.team-template-default.single .uco-member-bio .elementor-widget-container{
  line-height: 1.65;
  font-size: 0.98rem;
  color: #6a6a6a;
  text-align: justify;
}

.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-inner .ue-dynamic-popup-iframe-holder .uc-iframe, 
.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-inner .ue-dynamic-popup-iframe-holder {
  min-height: 620px;
  height: 620px;
}

.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-close {
  font-size: 15px !important;
  background-color: #114D9D !important;
  border: 1px solid #6680a2 !important;
  font-weight: 500;
  outline: none !important;
  box-shadow: none !important;
}

.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-close:hover {
  background-color: #114D9D !important;
}

.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-arrow {
  width: 38px !important;
  height: 38px !important;
}

.team-dynamic-popup .ue-dynamic-popup .ue-dynamic-popup-arrow {
  font-size: 16px !important;
  color: #053a80 !important;
}

.team-grid.btn-float .uc-dynamic-popup-grid .ue_post_grid_item .uc_content{
	position: relative;
}

.team-grid.btn-float .uc-dynamic-popup-grid .ue_post_grid_item .uc_content .uc_post_button{
	position: absolute;
	top: -28px;
  	right: 5px;
}

.team-grid.btn-float .uc-dynamic-popup-grid .ue_post_grid_item .uc_content .uc_post_button .uc_btn_inner{
	gap:6px;
}
