<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------*/
/*--------- WORDPRESS FIXES ---------*/
/*-----------------------------------*/
.vc_column-inner {
    padding: 0px !important;
}

#bodog-picks-section {
    display:none;
}
.entry-content&gt;*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100vw !important;
    width: 100%;
}
div#ss-floating-bar {
  display: none;
}
h2 {
  margin-bottom: 20px !important;
}
h4 a {
  color: inherit !important;
}
.entry-content {
  padding: 0 !important;
}
.fancy-title {
  color: #102d4d;
}
.wpb_text_column a {
  color: #44c4fa !important;
}
.wpb_text_column a:hover {
  color: #102d4d !important;
  background-color: #fede35;
}
a.vc_general.vc_btn3 {
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
a.vc_general.vc_btn3:hover {
  filter: drop-shadow(2px 4px 6px #0006);
}
.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey {
  margin-top: 40px;
}
header.entry-header.has-text-align-center.header-footer-group {
  padding: 0;
}
#header .vc_column-inner {
  padding: 0 !important;
}
/*----------------------------*/
/*--------- FIXTURES ---------*/
/*----------------------------*/
div#upcoming-fixtures {
    padding: 40px 20px;
}
iframe#fixtures {
    max-width: 1240px;
    margin: auto;
    width: 100% !important;
    max-height: 100px;
    border: none;
}
@media only screen and (max-width: 1100px) {
  iframe#fixtures {
      height: 290px;
      max-height: 290px;  
  }
}
@media only screen and (max-width: 768px) {
  div#upcoming-fixtures {
    padding: 20px 5px;
  }
  iframe#fixtures {
      height: 260px;
      max-height: 260px; 
  }

}

/*----------------------------*/
/*----- FULL WIDTH ROWS ------*/
/*----------------------------*/
@media (max-width: 1280px) {
  .full-width,
  .vc_parallax {
    margin-left: -20px !important;
  }
}
@media (max-width: 600px) {
  .full-width,
  .vc_parallax {
    margin-left: 0px !important;
  }
}
.full-width,
.vc_parallax {
  min-width: 100vw !important;
}
.full-width .vc_column-inner {
  padding: 0;
}

/*----------------------------*/
/*----- POST GRID STYLES -----*/
/*----------------------------*/
.vc_gitem-post-data-source-post_title h4 {
  color: #102d4d;
  margin: 0;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
  min-height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid {
  margin-bottom: -20px;
}
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 16px !important;
  }
  a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-white {
    padding: 10px 20px;
  }
  h2 {
    font-size: 20px !important;
  }
  .post-inner.thin {
    padding: 0px;
  }
}

/*----------------------------*/
/*------- STAT TABLES --------*/
/*----------------------------*/
#stat-tables-viewport {
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

#stat-tables-viewport::-webkit-scrollbar {
    display: none;
}

#stat-tables {
  display: flex;
  gap: 40px;
  padding: 0 25px;
  justify-content: center;
}
#stat-tables iframe {
    scroll-snap-align: center;
}
#stats-tab-wrapper {
    display: none;
    margin: 20px auto 0px;
    max-width: 50%;
    flex-direction: row;
    box-shadow: 0px 0px 10px -1px #c5c5c5;
}
#stats-tab-wrapper a {
    display: block;
    width: 50%;
    height: 10px;
    text-decoration: none;
    background: white;
}
#stats-tab-wrapper a:hover {
    background: var(--secondary);
}
.stats-tab-active {
    background: var(--secondary) !important;
}
@media (max-width: 900px) {
  #stat-tables-viewport {
    overflow-x: scroll;
  }
  #stats-tab-wrapper {
    display: flex;
  }
  #stat-tables {
    flex-direction: row;
    padding: 0;
    gap: 0;
    width: 200%;
  }
  div#stat-tables iframe {
        width: calc(100% - 60px) !important;
        max-height: 1115px;
        margin: auto;
        padding: 0px 20px;
  }
}
/*----------------------------*/
/*-------- CLUB LOGOS --------*/
/*----------------------------*/
#mobile-lineup-menu {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0px 0px 10px -2px black;
}
#mobile-lineup-menu span {
    padding-bottom: 5px;
    color: var(--tln-white);
    font-family: 'Montserrat';
    font-weight: 600;   
}
.lineup-arrow {
  border: solid var(--tln-white);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
div#mobile-lineup-menu:hover span {
    color: var(--secondary);
}
div#mobile-lineup-menu:hover #mobile-icon {
    border: solid var(--secondary) !important;
    border-width: 0 3px 3px 0 !important;
}

#lineup {
    width: 100%;
    max-width: 100vw !important;
    margin: auto; 
    position: relative;
    background: var(--tln-white);
    overflow: hidden;
    display: none;
}
#team-logos {
    width: calc(100% - 40px);
    padding: 20px 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    display: none;
}
#team-logos a {
    display: flex;
    overflow: hidden;
    height: 3.8vw;
    min-width: calc((100% / 21));
    width: fit-content;
    justify-content: center;
}
#team-logos a:hover .logo {
    height: 3.8vw !important;
}
.logo {
    object-fit: contain;
    margin: auto;
    height: 3.2vw;
    min-width: fit-content;
}
a#Venezia .logo {
    padding: 2px;
}
@media screen and (max-width: 1100px) {
    #mobile-lineup-menu {
	display: none;
    }
    #lineup {
        overflow: hidden;
        max-height: 0; /* Initially hidden */
        transition: max-height 0.5s ease-out; /* Adjust the timing function as needed */
    }
    #lineup.show {
        max-height: 1000px; /* Arbitrary large value to ensure it fits content */
    }
    #team-logos {
	padding: 40px 0px;
        width: calc(100% - 20px);
        gap: 40px 5px;
    }
    #team-logos a {
        width: calc(25% - 5px);
        height: fit-content;
    }
    .logo {
        height: 8.6vw;
	max-width: 80px;
    }
    #team-logos a:hover .logo {
	height: 8.6vw !important;
    }

}
@media screen and (max-width: 550px) {
    #team-logos {
	padding: 20px 0px;
        gap: 20px 5px;
    }
    .logo {
        margin: auto;
        height: 10vw;
    }
    #team-logos a:hover .logo {
	height: 10vw !important;
    }

}
.entry-content {
  margin: 0 !important;
}
.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey {
  margin-top: 30px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin: auto;
}

/*----------------------------*/
/*-------- CLS FIXES ---------*/
/*----------------------------*/
@media only screen and (min-width: 900px) {
  #esg-grid-200-1-wrap {
    min-height: 485px !important;
  }
}
/*----------------------------*/
/*----- GOOGLE AD STYLES -----*/
/*----------------------------*/
[id^="div-gpt-ad"] {
  width: 728px;
  margin: 20px auto 20px auto;
}
@media only screen and (max-width: 991px) {
  [id^="div-gpt-ad"] {
    width: 300px;
    margin: 20px auto 20px auto;
  }
}
</pre></body></html>