@font-face {
    font-family: 'Tusker Grotesk';
    src: local('Tusker Grotesk 3700 Bold'), local('Tusker-Grotesk-3700-Bold'),
        url('fonts/TuskerGrotesk-3700Bold.woff2') format('woff2'),
        url('fonts/TuskerGrotesk-3700Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
  }

:root {
	--red: #e81d2c !important;
	--dark-red: #b70000 !important;
	--black: #1c1c1c !important;
	--grey: #e3e3e3 !important;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.35;
}

h1, h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

h3, h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;	
}

h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;	
}

h3 {
    font-size: 30px;
}

.single-players h3 {
    font-size: 20px;
    text-transform: uppercase;
	margin: 30px 0 10px 0;
}

.g-container {
    width: 1200px;
	max-width: 95%;
}

.button {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
	text-transform: uppercase;
    color: #fff;
    background: var(--dark-red);
    border-radius: 4px;
    padding: 17.5px 35px;
	position: relative;
	overflow: hidden !important;
}

.button:hover {
	background: var(--black);
	color: #fff;
}

.button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to right, transparent, #fff);
    transform: skewX(-15deg) translateX(-120%);
    transition: none;
    opacity: 0.3;
}

.button:hover:before {
    transform: skewX(-15deg) translateX(120%);
    transition: 800ms ease transform;
}

/* Top */

#g-top {
	background-color: var(--black);
    color: #fff;
	text-transform: uppercase;
	height: 44px;
	position: relative;
	z-index: 55;
}

#g-top .g-container {
	width: 100%;
}

#g-top .g-content {
    margin: 0 ;
    padding: 0 ;
}

#g-top .g-logo {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    top: 5px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}

#g-top .g-logo.g-logo-helium img  {
    max-height: 120px;
}

#g-top .menu {
	margin: 7px 0 0 0;
	text-align: right;
}

#g-top .menu li {
    display: inline-block;
    padding: 0 15px 0 12px;
    border-right: 1px solid #fff;
    line-height: 14px;
}

#g-top .menu li:last-child {
	border: none;
}

#g-top .menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

#g-top .menu li a:hover {
	color: #ccc;
}

#g-top .top-social {
	color: #fff;
	display: inline-block;
	margin: 7px 15px 0 15px;
}

#g-top .top-social:hover {
	color: var(--red);
}

/* Navigation */

#g-navigation {
    background: #fff;
    padding-top: 75px;
	transition: all .3s ease-in-out;
}

#g-navigation .g-content {
	padding: 0;
}


.home #g-navigation {
	position: absolute;
	left: 0;
	width: 100%;
	background: transparent;
}

.home #g-navigation:hover {
	background: #fff;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, 
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container,
#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container, 
#g-stickymenu .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#g-navigation:hover .g-main-nav .g-toplevel > li > .g-menu-item-container {
	color: #222;
}

#g-navigation:hover .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
    color: var(--red);
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator,
#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator{
    vertical-align: middle;
	font-size: 14px;
	top: 1px;
    position: relative;
}

#g-navigation .g-main-nav .g-toplevel > li,
#g-stickymenu .g-main-nav .g-toplevel > li {
    margin: 0 22.5px;
}

#g-navigation  .g-main-nav ul, 
#g-stickymenu  .g-main-nav ul {
    text-align: center;
}

#g-navigation  .g-main-nav ul.g-sublevel,
#g-stickymenu  .g-main-nav ul.g-sublevel {
    text-align: left;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content,
#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    color: #0f0f0f;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content,
#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content {
    color: var(--red);
}

.home #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    color: #fff;
	text-shadow: 2px 2px 0px #0000004d;
}

.home #g-navigation:hover .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    color: #0f0f0f;
	text-shadow: none;
}

.home #g-navigation:hover .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content {
    color: var(--red);
}

#g-navigation .g-main-nav .g-dropdown,
#g-stickymenu .g-main-nav .g-dropdown {
    background: var(--red);
    border: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container, 
#g-stickymenu .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-stickymenu .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color: #0f0f0f;
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container, 
#g-stickymenu .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after, 
#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after  {
    content: "\f078" !important;
}

#g-stickymenu .g-main-nav .g-sublevel > li > .g-menu-item-container {
	color: #fff;
}

/* Main */

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
	margin: 0;
	padding: 0;
}

/* Homepage */

#main-row {
	background: #0f0f0f;
	min-height: 50vh;
}

#main-row .master-slider-parent .ms-slide-bgcont:before  {
	content: '';
	background: linear-gradient(90deg,#140009,rgba(20,0,9,0) 50%),linear-gradient(72.64deg,#140009 .9%,rgba(20,0,9,0) 52.61%),linear-gradient(0deg,#140009,rgba(20,0,9,0) 60.96%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;	
}

#main-row .master-slider-parent .ms-slide-bgcont:after {
	content: '';
	background: url('images/edge_600.webp') bottom left no-repeat;
	background-size: 500px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;	
}

#main-row .ms-bullets {
	left: -280px;
	width: auto !important;
}

#main-row .ms-skin-default .ms-bullet {
    width: 58px;
    height: 53px;
    background: none;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	position: relative;
	transition: .4s cubic-bezier(.65,.05,.36,1);
}

#main-row .ms-skin-default .ms-bullet:after {
	content:'';
    background: #fff;
    bottom: 0px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

#main-row .ms-skin-default .ms-bullet.ms-bullet-selected {
	width: 157px;
}

#main-row .ms-skin-default .ms-bullet.ms-bullet-selected:after {
	 height: 3px;
	 background: var(--red);
}

#main-row .ms-layer h2 {
    max-width: 500px;
    line-height: 0.9;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
}

#main-row .ms-layer h2 a {
	color: #fff;
}

#main-row .ms-layer h2 a:hover {
	color: #ccc;
}

#main-row .ms-layer p {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}

#main-row .ms-bullets.ms-dir-h .ms-bullets-count {
    right: -46.5%;
}

.sectionTitle {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.sectionTitle.large {
	font-size: 70px;
}

.sectionTitle:before {
	content: '';
    background: var(--dark-red);
    height: 4px;
    position: absolute;
    right: calc(100% + 16px);
    top: 50%;
    width: calc(50vw - 600px);
}

#featured-news  {
	padding: 85px 0 35px 0;
	background: #f4f4f4 url('images/news-section-outer-background.webp') center center no-repeat;
	background-size: cover;
}

#featured-news .pgcu-carousel-nav--top-right {
  margin: 30px 0 0 0;
}


.singleFeatured {
    margin: 20px  auto 0 auto;
}

.singleFeatured  h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleFeatured .text {
	max-width: 550px;
	color: #fff;
	margin: 35px;
	padding: 30px;
	background: rgb(0 0 0 / 70%);
}

.singleFeatured .category {
	color: var(--red);
	font-size: 26px;
	margin: 15px 35px;
	position: relative;
	z-index: 25;
}

.singleFeatured .date {
	color: #fff;
	font-size: 26px;
	margin: 15px 35px;
	position: relative;
	z-index: 25;
}

.singleFeatured .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
	background: linear-gradient(90deg,#140009,rgba(20,0,9,0) 50%),linear-gradient(72.64deg,#140009 .9%,rgba(20,0,9,0) 52.61%),linear-gradient(0deg,#140009,rgba(20,0,9,0) 60.96%);
}

#featured-news #pcp_wrapper-9510.pcp-carousel-wrapper .sp-pcp-post {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
}

#featured-news .sp-pcp-post .sp-pcp-title {
    min-height: 100px;
    padding: 15px;
}

#featured-news .sp-pcp-post .sp-pcp-title a {
	font-size: 20px;
    font-weight: 600;
	color: var(--black);
}

#featured-news .sp-pcp-post .pcp-post-thumb-wrapper {
    height: 215px;
	margin-bottom: 0;
	position: relative;
}

#featured-news .pcp-wrapper-9510 .sp-pcp-title a:hover {
    color: var(--red);
}

#featured-news .sp-pcp-post .pcp-post-thumb-wrapper img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

#featured-news .sp-pcp-post .sp-pcp-post-thumb-area {
    position: initial;
}

#featured-news #pcp_wrapper-9510 .pcp-button-prev, #featured-news #pcp_wrapper-9510 .pcp-button-next {
    margin-top: 10px;
}

#featured-news #pcp_wrapper-9510 .pcp-button-prev:hover, #featured-news #pcp_wrapper-9510 .pcp-button-next:hover {
    background-color: var(--red);
    border-color: var(--red);
}

#featured-news .swiper-slide:first-child {
	display: none;
}

#featured-news .pcp-wrapper-9510 .sp-pcp-post-meta li {
	color: #9C9DAB;
}

#featured-news  .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 30px;
    padding-top: 55px;
    margin-top: 15px;
}

#featured-news .swiper-slide {
    border: 1px solid #EBEDF2 !important;
    border-radius: 0;
	background: #fff;
}

#featured-news .sp-pcp-post .sp-pcp-post-meta {
    padding: 15px;
}

#featured-news .pgcu-theme-4 .pgcu-post__details {
    padding-bottom: 0;
}

#featured-news  .pcp-carousel-wrapper {
    overflow: visible;
    clip-path: inset(0px -100vw 8px 0);
	z-index: 10;
}

#featuredPlayers {
	background: var(--dark-red) url('images/players-section-outer-background.webp') center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 65px 0 55px 0;
}

#featuredPlayers .sectionTitle:before {
	background: #d01900;
}

#featuredPlayers .vc_grid-item-mini {
    background: var(--red) url('images/players-section-inner-background.webp') center center no-repeat;
    border-radius: 16px;
	overflow: hidden;
	position: relative;
}

#featuredPlayers .vc_gitem-zone {
    overflow: visible;
    position: initial;
    padding-top: 25px;
    background-size: 155%;
    background-position: bottom center;
}

#featuredPlayers .vc_grid-item-mini h4 {
    font-size: 19px;
    text-transform: uppercase;
	margin-bottom: 0;
	min-height: 85px;
}

#featuredPlayers .vc_grid-item-mini h4 span {
	display: block;
}

#featuredPlayers .vc_grid-item-mini h4 .number {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #570903;
    font-size: 50px;
    font-weight: 800;
}

#featuredPlayers .vc_grid-item-mini h4 .fname {
    font-weight: 700;
    font-size: 25px;
    line-height: 0.9;
}

#featuredPlayers .vc_grid-item-mini h4 .lname {
    font-weight: 800;
    font-size: 32px;
    line-height: 0.9;
}

#featuredPlayers .vc_gitem-row-position-bottom {
	background: rgb(208,25,0);
	background: linear-gradient(0deg, rgba(208,25,0,1) 0%, rgba(208,25,0,0.85) 35%, rgba(255,255,255,0) 100%);
}

#featuredPlayers .vc_grid-item-mini .player-role {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    transform: rotate(-90deg);
    position: absolute;
    top: -100px;
    right: -50px;
    width: 145px;
}

#featuredPlayers .vc_gitem-zone-a .vc_gitem-row-position-bottom, 
#featuredPlayers .vc_gitem_row .vc_gitem-col  {
    position: initial;
}


#latestScore {
	padding-top: 65px;
}

#latestScore .score-element:last-child {
	margin-bottom: 0px;
}

#discoverPaddock {
	padding-top: 65px;
}

#instagram-row {
	padding: 65px 0 48px 0;
	background: var(--dark-red) url('images/players-section-outer-background.webp') center center no-repeat;
	background-size: cover;
	position: relative;
}

#instagram-row:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}

#instagram-row .sectionTitle {
	color: #fff;
}

#instagram-row .sectionTitle:before {
    background: #d01900;
}

#instagram-row .sb_instagram_header .sbi_header_hashtag_icon {
    color: #fff !important;
    background: var(--red);
}

#instagram-row .sbi_bio  {
    color: #fff;
    font-weight: 700;
    font-size: 35px !important;
}

#instagram-row #sb_instagram .sb_instagram_header a:hover {
	color:#fff;
}

#latest-videos {
	padding: 55px 0 30px 0;
	background: #f4f4f4 url('images/news-section-outer-background.webp') top center no-repeat;
	background-size: cover;
}

/* The News Page*/

#news-grid {
	overflow: visible !important;
}

#news-grid .vc_column-inner {
	margin-top: -165px;
}

#news-grid  .vc_grid-filter-dropdown .vc_grid-styled-select {
    border: 0;
    height: auto;
    top: -30px;
    position: relative;
	border-bottom: 1px solid #fff;
}

#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select select {
    height: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
	position: relative;
	z-index: 1;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select select  option {
	background: var(--black);
	border: 0;
	font-size: 20px;
    font-weight: 500;
	line-height: 1.2;
	padding: 5px 10px;
}

#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select select  option:active {
	background: var(--black);
}

#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon  {
    font-size: 22px;
    vertical-align: top;
    top: 13px;
    position: relative;
	z-index: 0;
}

.newsText  {
	padding: 20px 25px;
}

.newsText .vc_gitem-post-data {
    font-size: 16px;
}

.newsText .vc_gitem-post-category-name {
	color: var(--red);
}

.newsText .vc_gitem-col {
    padding: 0 !important;
}

.grid-post-title {
	min-height: 100px;
}

.grid-post-title h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
}

.post-sidebar {
	padding-left: 35px !important;
}

.post-sidebar .rpwwt-post-title {
	line-height: 1.15;
    display: inline-block;
    width: calc(100% - 90px);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--black);
}

.post-sidebar .rpwwt-post-date {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: var(--red);
}
.post-sidebar .rpwwt-widget ul li {
    position: relative;
	border-bottom: 1px solid #777;
}

.post-sidebar .g-title {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

#sidebarMembership {
	display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
	width: 100%;
	background: url('images/sidebar-binary-paddock.webp') top center no-repeat;
	background-size: cover;
	font-family: 'Tusker Grotesk';
    color: #fff;
    font-size: 57px;
    line-height: 1.1;
	padding: 15px;
	margin-bottom: 35px;
}

#sidebarMembership h2 {
    font-family: 'Tusker Grotesk';
    font-size: 60px;
    line-height: 1.1;
}

#sidebarMembership  h2  .member {
    font-size: 70px;
    color: #de1b19;
}

#sidebarMembership  h2  .today {
    font-size: 85px;
}

#sidebarMembership .membership-link .price {
    color: #fff;
    background: #de1b19;
    border-radius: 0 20px 0 20px;
    display: inline-block;
    line-height: 1;
    padding: 6px 25px 23px 25px;
}

#sidebarMembership .membership-or {
    font-size: 30px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: block;
    margin: 10px auto;
    width: 30px;
    text-align: center;
    line-height: 1;
    padding: 0px  0 8px 0;
    position: relative;
    top: 0px;
}

#sidebarMembership .membership-link {
	display: inline-block;
	margin: 10px 0;
}

#sidebarMembership .membership-link:hover {
    color: #fff;
}

#sidebarMembership .membership-link:hover .price {
	background: var(--dark-red);
}

#clubAbout .header-column {
	position: relative;
	font-size: 26px;
	font-weight: 500;
}

#clubAbout .header-column .vc_column-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0,0,0,0.1);
}

#clubAbout .header-column .wpb_text_column {
	position: relative;
	z-index: 5;
	color: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0;
}

#clubAbout .header-column h2 {
    font-size: 55px;
	line-height: 1.2;
	margin-top: 0;
}

#clubAbout .content-column h2 {
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
}

#clubAbout .content-column {
    padding: 0px 15px 0px 65px;
    max-width: 615px;
    line-height: 1.7;
}
#clubAbout .content-column .vc_column-inner {
	padding-top: 0px;
}

#clubAbout .content-column h4 {
	font-weight: 600;
	font-size: 26px;
}

#clubAbout .content-column h5 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}

#clubAbout h2 .above {
	display: block;
}

#benefitsTitle {
	margin-top: 35px;
}

#benefitsTitle h4 {
	font-size: 28px;
}

#benefitsTitle .wpb_content_element {
	margin-bottom: 10px;
}

#benefitsRow {
	margin-bottom: 0px;
}

#benefitsRow img {
	height: 55px;
	width: auto;
}

#benefitsRow .vc_column-inner {
	border: 2px solid #eaeaea;
	border-radius: 20px;
	padding: 15px 30px 30px 30px;
}

#benefitsRow .vc_column-inner  .wpb_content_element {
	margin: 0;
}

#benefitsRow  h4 {
	padding: 0 15px;
}

#coaching .content-column {
	padding:  65px 120px;
}

#coaching .content-column h3 {
	font-size: 40px;
}

#coaching  .header-column {
	position: relative;
	font-size: 76px;
	font-weight: 800;
	line-height: 1;
}

#coaching .header-column .vc_column-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
}

#coaching .header-column .wpb_text_column {
	position: relative;
	z-index: 5;
	color: #fff;
}


#coaching .header-column h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 0;
    max-width: 60%;
    font-weight: 700;
	margin: 0 auto;
}

#coaching .header-column .quote {
	max-width: 60%;
	margin: 0 auto;
	height: 45px;
}

/* The Results Page */

#teamResults {
	margin-top: -50px;
}

#teamResults  .ult_tabmenu {
	position: relative;
	top: -100px;
	display: table;
}

#teamResults  .ult_tabmenu li {
	margin-right: 35px;
	font-weight: 600;
}

#teamResults  .ult_tabmenu li:hover  a{
	color: var(--black) !important;
}

.score-element {
	border: 1px solid #eee;
	margin: 10px 25px;
	padding: 0 65px;
	transition: all 600ms ease;
    background: #fff url('images/logo_600_grey.webp') center center no-repeat;
	background-size: auto 90%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .12));
    position: relative;
    text-align: left;
	margin-bottom: 35px;
}

.result-holder {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px solid #d9d9d6;
	padding: 49px 0 32px 0;
	text-transform: uppercase;
}

.team-logo {
	width: 21%;
}

.team-logo img {
	width: 145px;
	float: right;
}

.match-details {
	width: 50%;
	padding-left: 32px;

}

.match-score {
	width: 25%;
}

.match-details  .info-date {
	font-size: 16px;
	font-weight: 500;
	margin-right: 25px;
	display: inline-block;
}

.match-details .info-ligue {
	color: #828282;
	font-size: 15px;
	display: inline-block;
}

.match-teams span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	margin: 7.5px 0;
}

.match-teams .paddock {
	color: var(--red);
}

.match-teams .match-stadium {
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	margin-top: 15px;
}

.score-holder {
	background: var(--dark-red);
    color: #fff;
    padding: 25px;
    display: table;
    margin: 0 auto;
    font-size: 45px;
    font-weight: 500;
}

.score-holder span {
	display: inline-block;
	margin: 0 2.5px;
}

.match-link {
	padding: 25px 0;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.match-link i {
	font-size: 14px;
}

.ligueTable  {
	font-weight: 600;
	border:0;
}

.ligueTable  table {
    box-shadow: none;
	border:0;
}

.ligueTable  table a {
	color: var(--black);
}

.ligueTable th {
    background: #fff;
	border-bottom: 1px solid  var(--black);  
}

.ligueTable:not(.paddock) tr:first-child td {
	color: var(--black);
	border-bottom: 1px solid  var(--black);
	font-weight: bold;
}

.ligueTable tr {
	background-color: #fff;
}

.ligueTable tr td {
	border-bottom: 1px solid #dedede;
}

.ligueTable:not(.embed) tr:nth-last-child(3) td {
	border-bottom: 1px solid var(--red);
}

.ligueTable:not(.embed) tr:nth-child(2) td {
	border-bottom: 1px solid var(--red);
}

.ligueTable.embed tr:nth-child(3) td {
	border-bottom: 1px solid var(--red);
}

.ligueTable:not(.paddock) tr td:last-child {
	display: none;
}

.ligueTable tr:nth-child(even) {
    background-color: #fff;
}

.ligueTable.paddock tr  {
    background-color: #fff;
}

.ligueTable.paddock tr:nth-child(even) {
    background-color: #fff;
}

.ligueHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8em 0.8em 0.8em 1.5em;
    color: var(--black);
    background: none;
	text-transform: uppercase;
	font-weight: 700;
}

.ligueHeader .full-table {
	color: #fff;
	font-weight: 500;
	font-size: 19px;
}

.ligueHeader .full-table:hover {
	color: var(--red);
}

td.moston-brook-reserves {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/moston-brook.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.trafford-united {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/Trafford-United.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.r-kix-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/R-Kix.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.salford-victoria-reserves {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/salford-victoria-reserves.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.north-walkden-reserves {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/north-walkden-reserves.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.kartel-sports {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/kartel-sports.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.aldermere-afc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/aldermere-afc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.afc-oldham-2005 {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/afc-oldham-2005.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.hooley-bridge-celtic {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/hooley-bridge-celtic.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.abacus-media-reserves {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/abacus-media-reserves.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.poynton-juniors {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/poynton-juniors.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.south-manchester {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/south-manchester.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.didsbury-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/didsbury-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.pilkington-u23s {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/pilkington-u23s.png') center left 10px no-repeat;
	background-size: 40px;
}

td.winsford-town-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/winsford-town-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.clay-brow-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/clay-brow-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.lymm-rovers {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/lymm-rovers-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.stretford-paddock {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/paddock.png') center left 10px no-repeat;
	background-size: 40px;
	color: var(--red);
}

td.stretford-paddock  a {
	color: var(--red);
}

td.haydock-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/haydock-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.st-helens-town  {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/st-helens-town.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.st-helens-town-st-helens-town  {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/st-helens-town.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.mersey-valley {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/mersey-valley.png') center left 10px no-repeat;
	background-size: 40px;
}

td.newton-le-willows {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/newton-le-willows.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.newton-athletic {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/newton-athletic.webp') center left 10px no-repeat;
	background-size: 40px;
}

td.moore-united {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/moore-united-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.sandbach-town {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/sandbach-town-ramblers.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.hartford-fc {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/hartford-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.wigan-town {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/wigan-town-fc.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td.halton-farnworth-hornets {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/hhf.webp') center left 10px no-repeat;
	background-size: 40px;
}

td[class^='warrington']  {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/warrington.jpg') center left 10px no-repeat;
	background-size: 40px;
}

td[class^='maine-road-res']  {
	padding: 15px 15px 15px 65px;
	background: url('images/logos/maine-road-res.png') center left 10px no-repeat;
	background-size: 40px;
}

/* matchLineup Logos */

#matchLineup h2 {
	padding: 10px 0px 10px 75px;
	background-size: 60px !important;
}

#matchLineup .pilkington-u23s h2 {
	background: url('images/logos/pilkington-u23s.png') center left  no-repeat;
}

#matchLineup .winsford-town-fc  h2 {
	background: url('images/logos/winsford-town-fc.jpg') center left  no-repeat;
}

#matchLineup .clay-brow-fc  h2 {
	background: url('images/logos/clay-brow-fc.jpg') center left no-repeat;
}

#matchLineup .lymm-rovers-fc  h2 {
	background: url('images/logos/lymm-rovers-fc.jpg') center left  no-repeat;
}

#matchLineup .paddock  h2 {
	background: url('images/logos/paddock.png') center left  no-repeat;
}

#matchLineup .haydock-fc  h2, #matchLineup .haydock h2 {
	background: url('images/logos/haydock-fc.jpg') center left   no-repeat;
}

#matchLineup .st-helens-town  h2  {
	background: url('images/logos/st-helens-town.jpg') center left   no-repeat;
}

#matchLineup .mersey-valley  h2 {
	background: url('images/logos/mersey-valley.png') center left   no-repeat;
}

#matchLineup .newton-le-willows  h2 {
	background: url('images/logos/newton-le-willows.jpg') center left   no-repeat;
}

#matchLineup .newton-athletic  h2 {
	background: url('images/logos/newton-athletic.webp') center left   no-repeat;
}

#matchLineup .halton-farnworth-hornets  h2 {
	background: url('images/logos/hhf.webp') center left   no-repeat;
}

#matchLineup .moore-united-fc  h2 {
	background: url('images/logos/moore-united-fc.jpg') center left   no-repeat;
}

#matchLineup .sandbach-town-ramblers  h2 {
	background: url('images/logos/sandbach-town-ramblers.jpg') center left   no-repeat;
}

#matchLineup .hartford-fc  h2 {
	background: url('images/logos/hartford-fc.jpg') center left   no-repeat;
}

#matchLineup .wigan-town-fc  h2 {
	background: url('images/logos/wigan-town-fc.jpg') center left   no-repeat;
}

#matchLineup .droylsden  h2 {
	background: url('images/logos/droylsden.webp') center left   no-repeat;
}

#matchLineup [class^='west-didsbury-and']  h2  {
	background: url('images/logos/west-didsbury-and-chorlton-res.png') center left   no-repeat;
}

#matchLineup [class^='maine-road-res']  h2 {
	background: url('images/logos/maine-road-res.png') center left   no-repeat;
}

/* FAQ page */

.faqRow .content-column {
	padding: 0 75px;
}

.faqRow h2 {
	font-size: 50px;
	font-weight: 700;
	padding-top: 30px;
	line-height: 1;
}

.page.page-id-41 #g-header.pageFi, .page.page-id-16 #g-header.pageFi, .page.page-id-9806 #g-header.pageFi {
    margin-bottom: 0px;
	border-bottom: 6px solid var(--red);
}

/* Club Page */

.page-id-16 .faqRow h2 {
	font-size: 45px;
	text-transform: uppercase;
}

.page-id-16  .faqRow .content-column {
	padding: 25px 75px;
}

/* Membership Page*/

#membership {
	min-height: 800px;
	font-family: 'Tusker Grotesk';
	color: #fff;
}

#membership  h2 {
	font-family: 'Tusker Grotesk';
	color: #fff;
	font-size:127px;
	line-height: 1.1;
}

#membership  h2  .member {
	font-size: 145px;
	color: #de1b19;
}

#membership  h2  .today {
	font-size: 180px;
}

#membership .membership-link {
	font-size: 104px;
	color: #fff;
}

#membership .membership-link:hover {
	color: #de1b19;
}

#membership .membership-link .price {
    color: #fff;
    background: #de1b19;
    border-radius: 0 25px 0 25px;
    display: inline-block;
    line-height: 1;
    padding: 10px 35px 35px 35px;
}

#membership .membership-or {
    font-size: 60px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: block;
    margin: 10px auto;
    width: 60px;
    text-align: center;
    line-height: 1;
    padding: 0px  0 16px 0;
    position: relative;
    top: 14px;
}

.page-id-9409 #g-container-main .g-container {
	width: 1350px;
}

/* Match Hub */

#matchHub  {
    margin-top: -165px;
    position: relative;
    z-index: 15;
    background: #fff;
}

#matchHub .vc_column_container {
	padding: 32px;
}

#matchHub .statsColumn {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#matchHub .match-stats-team-names {
    display: flex;
    justify-content: space-around;
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 21px;
}

#matchHub .match-stats-value {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d6;
    padding: 16px 0;
    font-size: 15px;
	line-height: 35px;
    color: #555;
}

#matchHub .match-stats-value .ht-value, #matchHub .match-stats-value .at-value   {
	font-weight: 500;
	font-size: 21px;
	color: var(--black);
}

#matchHub .match-stats-value .paddock  {
	color: var(--red) !important;
}

#matchHub .playground  {
	width: 100%;
	height: 188px;
	position: relative;
	max-width: 320px;
	margin: 0 auto;

}

#matchHub .playground:before {
	content: '';
	background: url('images/playground.webp') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#matchHub .home-team-possession {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--red);

}

#matchHub .away-team-possession {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: var(--dark-red);
}

#matchLineup h3 {
    font-size: 19px;
	margin: 16px 0 0 0;
}

#matchLineup h2 {
    font-size: 27px;
    margin-bottom: 0;
}

#matchLineup .team {
	position: relative;
}

#matchLineup .team.paddock {
	margin-bottom: 50px;
}

#matchLineup .team .formation {
	font-size: 13px;
    position: absolute;
    top: 0;
    left: 75px;
}

#matchLineup .coach {
    font-size: 15px;
    color: #777;
    position: relative;
    top: -15px;
    left: 75px;
}

#matchLineup  .player {
	padding: 16px 0px 0px 90px;
	line-height: 1;
	background-size: 70px !important;
	background-position: left bottom !important;
	background-repeat: no-repeat;
}

#matchLineup .player-name {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

#matchLineup .player-number {
	font-size: 18px;
	font-weight: 600;
	color: #aaa;
	display: block;
}

#matchLineup .paddock .player-name {
	color: var(--red);
}

#matchLineup .player-line {
	display: block;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

#matchLineup .info-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#matchLineup .info-icon.g {
	background-image: url('images/icons/goal.png');
}

#matchLineup .info-icon.y {
	background-image: url('images/icons/yellow-card.png');
}

#matchLineup .info-icon.r {
	background-image: url('images/icons/red-card.png');
}

#matchLineup .info-icon.s {
	background-image: url('images/icons/sub.png');
	width: 20px;
    height: 20px;
	position: relative;
	top: 2px;
}

#matchLineup .info-icon.c {
	background-image: url('images/icons/captain.png');
}

.page.page-id-9668 .entry-content iframe {
    margin: 5px auto !important;
}

.page.page-id-9668 #g-header.pageFi  {
    margin-bottom: 0px;
    border-bottom: 6px solid var(--red);
}

.page.page-id-9668 #g-container-main {
	background: #f5f5f5;
}

.page.page-id-9668 #g-container-main .g-container {
	width: 1400px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.page.page-id-9668 .featured-image-title-container {
	height: 800px;
	position: relative;
}

.page.page-id-9668 .featured-image-title-container  h1 {
	display: none;
}

.page.page-id-9668 .featured-image-title-container:before {
	content: '';
    background: linear-gradient(90deg, #140009, rgba(20, 0, 9, 0) 50%), linear-gradient(72.64deg, #140009 .9%, rgba(20, 0, 9, 0) 52.61%), linear-gradient(0deg, #140009, rgba(20, 0, 9, 0) 60.96%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.page.page-id-9668 .featured-image-title-container {
	flex-direction: column;
}

.featured-image-title-container .match-header {
	width: 1400px;
	max-width: 95%;
	position: relative;
	z-index: 5;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.featured-image-title-container .match-header .match-date {
	color: #de1b19;
	display: inline-block;
	margin-right: 25px;
}

.featured-image-title-container .match-stats-team-names {
	width: 1400px;
	max-width: 95%;
	position: relative;
	z-index: 5;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.featured-image-title-container .match-stats-team-names .goals {
    color: #fff;
    background: #de1b19;
    border-radius: 0 25px 0 25px;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px 10px 20px;
	margin-right: 15px;
}

.featured-image-title-container .match-stats-team-names  .ht-value {
	display: inline-block;
	margin-bottom: 35px;
}


/* Player Headshots */

#matchLineup  .player.taylor {
	background-image: url('images/headshots/m-taylor.png');
}

#matchLineup  .player.burke, table.burke-michael:before {
	background-image: url('images/headshots/burke.png');
}

#matchLineup  .player.kanyemba {
	background-image: url('images/headshots/kanyemba.png');
}

#matchLineup  .player.oatt, table.oatt-james:before {
	background-image: url('images/headshots/oatt.png');
}

#matchLineup  .player.olatunji {
	background-image: url('images/headshots/olatunji.png');
}

#matchLineup  .player.bell {
	background-image: url('images/headshots/bell.png');
}

#matchLineup  .player.mbala {
	background-image: url('images/headshots/mbala.png');
}

#matchLineup  .player.coleman {
	background-image: url('images/headshots/coleman.png');
}

#matchLineup  .player.de-andrade, table.de-andrade-joao:before {
	background-image: url('images/headshots/de-andrade.png');
}

#matchLineup  .player.iyamu {
	background-image: url('images/headshots/iyamu.png');
}

#matchLineup  .player.walsh {
	background-image: url('images/headshots/walsh.png');
}

#matchLineup  .player.blanchard {
	background-image: url('images/headshots/blanchard.png');
}

#matchLineup  .player.iyumva {
	background-image: url('images/headshots/iyumva.png');
}

#matchLineup  .player.ojijo {
	background-image: url('images/headshots/ojijo.png');
}

#matchLineup  .player.ospina {
	background-image: url('images/headshots/ospina.png');
}

#matchLineup  .player.kay {
	background-image: url('images/headshots/kay.png');
}

#matchLineup  .player.adewale {
	background-image: url('images/headshots/adewale.png');
}

#matchLineup  .player.adjei {
	background-image: url('images/headshots/adjei.png');
}

#matchLineup  .player.sinclair {
	background-image: url('images/headshots/sinclair.png');
}

#matchLineup  .player.salmon {
	background-image: url('images/headshots/salmon.png');
}

#matchLineup  .player.salmon-harris {
	background-image: url('images/headshots/salmon-harris.png');
}

#matchLineup  .player.fulwood {
	background-image: url('images/headshots/fulwood.png');
}

#matchLineup  .player.culkin {
	background-image: url('images/headshots/culkin.png');
}

#matchLineup  .player.molloy {
	background-image: url('images/headshots/molloy.png');
}

#matchLineup  .player.brown {
	background-image: url('images/headshots/brown.png');
}

#matchLineup  .player.flanagan {
	background-image: url('images/headshots/flanagan.png');
}

#matchLineup  .player.katumba {
	background-image: url('images/headshots/katumba.png');
}

#matchLineup  .player.pacer {
	background-image: url('images/headshots/pacer.png');
}

table.molloy-kieron:before {
	background-image: url('images/headshots/molloy-kieron.png');
}

/* Club History */

.outline-club_history  .ult_tabcontent {
	background: url('images/background-binary-paddock.webp') top center no-repeat !important;
	background-size: cover !important;
	border-radius: 0 25px 25px 25px !important;
	border: 0 !important;
}

.outline-club_history .aio-icon.none.ult_tab_iconright {
    display: none;
}

.outline-club_history  .ult-span-text {
    padding: 0 25px;
}

.clubHistory {
	padding-top: 150px;
}

.clubHistory table:before {
	content: '';
	width: 166px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	display: block;
	top: -150px;
	right: 0px;
}

.clubHistory table {
    font-size: 19px;
    position: relative;
    background: #e81d2c6b;
    font-weight: 500;
    color: #ffe0e2;
	border: 1px solid #000;
}

.clubHistory td {
    padding: 0.5rem;
    border: 1px solid #000;
    text-align: center;
}

.clubHistory td:first-child {
	text-align: left;
	padding-left: 20px;
}

.clubHistory th:first-child {
	padding-left: 20px;
}

.clubHistory tr:first-child, .clubHistory tr:nth-child(2) {
	display: none;
}

#historySlider {
	overflow: visible;
	padding-bottom: 35px;
	margin-bottom: 50px;
}

.historySlider .ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 15%;
    opacity: 1;
	left: -12px;
}

.historySlider .ms-tabs.ms-dir-v .ms-thumb-frame {
    background: var(--dark-red) url(images/header_bg_half.webp) top center repeat;
    color: #fff;
	border: 0;
}

.historySlider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol, .historySlider .ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    border-right-color: #d21801;
}

.historySlider .ms-skin-light-3 .ms-bullets.ms-dir-h {
    width: 100% !important;
    border-top: 4px solid var(--red);
    height: 40px;
    bottom: -40px !important;
    left: 0;
}

.historySlider .ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0;
}

.historySlider .ms-skin-light-3 .ms-nav-next, .historySlider  .ms-skin-light-3 .ms-nav-prev {
    top: 90%;
}

.historySlider .ms-skin-light-3 .ms-nav-next:hover, .historySlider  .ms-skin-light-3 .ms-nav-prev:hover {
	filter: invert(100%) ;
}

.historySlider .ms-skin-light-3 .ms-nav-next {
	left: auto;
	right: -150px;
}

.historySlider .ms-skin-light-3 .ms-nav-prev {
	left: auto;
	right: -85px;
}

.historySlider .ms-skin-light-3 .ms-bullet {
    width: 100px;
	text-align: center;
	background: none;
	font-weight: 500;
	position: relative;
	padding-top: 7.5px;
}

.historySlider .ms-skin-light-3 .ms-bullet:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 5px solid #fff;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -20px;
	border-radius: 10px;
}

.historySlider .ms-skin-light-3 .ms-bullet-selected:before {
	background: var(--dark-red) !important;
}

.historySlider .ms-skin-light-3 .ms-bullet-selected {
    color: var(--dark-red);
}

.historySlider  .ms-thumb-frame p {
    font-size: 16px; 
}

/* Sponsors Page */

.page-id-43 .g-wrapper .g-container {
	width: 1600px;
}

.mainSponsor .content .vc_column-inner {
	max-width: 740px;
	line-height: 1.7;
	font-size: 26px;
	font-weight: 500;
}

.mainSponsor .content.image-left .vc_column-inner  {
	padding-left: 100px;
	padding-bottom: 80px;
}

.mainSponsor .content.image-right {
	display: flex;
    justify-content: flex-end;
}

.mainSponsor .content.image-right .vc_column-inner  {
	padding-right: 100px;
	padding-top: 115px;
}

.mainSponsor h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 0;
}

.mainSponsor h3 {
	font-size: 32px;
}

.mainSponsor h4 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	margin-top: 5px;
}

#winningTeam {
	margin-top: 115px;
}

#winningText {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 80px;
}

#winningText h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 0;
}

#winningText h4 {
	font-size: 31px;
	font-weight: 600;
	line-height: 1;
	margin-top: 5px;
}

.sponsor-logo img {
    max-height: 55px;
    width: auto;
    margin: 0;
}

.sponsor-logo  .wpb_wrapper {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sponsor-logo .sponsor-number {
	font-size: 72px;
	font-weight: 800;
	margin-right: 20px;
	display: inline-block;
}

.sponsor-logo .wpb_wrapper p {
	margin: 0;
}

.sponsor-text .sponsor-title-number {
	display: inline-block;
	margin-left: 15px;
}

.sponsor .wpb_content_element  {
    margin-bottom: 0;
}

.sorsTable.vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 22.5px;
}

#sponsorshipOpportunities {
	margin-top: 80px;
	margin-bottom: 65px;
}

#sponsorshipOpportunities h2 {
	font-size: 72px;
	font-weight: 800;
}

.sponsor-offer {
	font-size: 26px;
}

.sponsor-offer .wpb_content_element  {
    margin-bottom: 0;
}

.sponsor-offer .vc_column-inner {
	border: 3px solid #ebebeb;
	border-radius: 25px;
	padding: 0;
	overflow: hidden;
}

.sponsor-offer  h3 {
	font-size: 72px;
	font-weight: 800;
	color: var(--red);
	margin-bottom: 0;
    line-height: 1;
}

.sponsor-offer  h4 {
	font-size: 32px;
}

.sponsor-offer .text {
	height: 320px;
	padding: 40px 60px 0 60px;
}

/* Content Bottom */


#g-content-bottom {
	color: #fff;
	text-align: center;
	background: var(--red) url('images/header_bg_half.webp') top center repeat;
	padding: 65px 0;
}

#g-content-bottom .widget_media_image {
	width: 33.33%;
	display: inline-block;
}

#g-content-bottom h2 {
	letter-spacing: 2px;
}

/* Footer */

#g-wrapper-bottom {
	background: var(--dark-red);
}

#g-footer, #g-copyright {
	width: 1350px;
	max-width: 95%;
	margin: 0 auto;
	position: relative;
	top: -75px;
}

#g-footer {
    background: var(--black);
    color: #ffffff;
    padding: 25px 0 0 0;
}

#g-footer h2 {
	font-size: 32px;
	font-weight: 600;
}

#g-footer a {
	color: #cccccc;
}

#g-footer a:hover  {
	color: var(--red);
}

#g-footer .footer-logo  {
	width: 150px;
	margin-bottom: 50px;
}

#g-footer .menu li {
	margin: 1rem 0;
}

#g-footer .footer-social {
	font-size: 30px;	
	position: relative;
    top: 35px;
}

#g-footer .footer-social  a {
	display: inline-block;
	margin: 0 10px;
}

#g-copyright {
    background-color: #000;
    color: grey;
    font-size: 17px;
}

#g-copyright .g-content {
	margin: 0;
}

#g-copyright .menu {
	text-align: right;
	margin: 1rem 0;
}

#g-copyright .menu li {
	display: inline-block;
	padding: 0 15px;
}

#g-copyright .menu li a {
	color: grey;
}

#g-copyright .menu li a:hover {
	color: var(--grey);
}

/* Sticky Menu */

#g-stickymenu  {
	position: fixed;
	width: 100%;
	left: 0;
	top: -210px;
	background: #fff;
	opacity: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	 height: 95px;
    display: flex;
    align-items: center;
}

#g-stickymenu .g-container {
    width: 100%;
	max-width: 100%;
	padding: 0 35px;
}

#g-stickymenu .g-content {
	margin: 0;
	padding: 0;
}

#g-stickymenu.sticky {
	top: 0;
	opacity: 1;
	z-index: 500;
	transition: .45s cubic-bezier(.05,.21,.41,.95) !important;
	backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .8);
}

#g-stickymenu .g-logo.g-logo-helium img  {
    max-height: 90px;
    position: absolute;
    top: 2.5px;
}

#g-stickymenu .widget_custom_html {
	text-align: right;
}

#g-stickymenu .top-social {
    position: relative;
    display: inline-block;
	margin: 0 7.5px;
    top: 8px;
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: var(--black);
    border-radius: 40px;
    line-height: 39px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    display: block;
    font-size: 16px;
    width: 39px;
    height: 39px;
    text-align: center;
    z-index: 55;
}

/* Featured Image & Title */

#g-header {
	height: 500px;
	overflow: hidden;
}

#g-header .g-container {
	width: 100%;
	max-width: 100%;
}

#g-header .g-content {
	margin: 0;
	padding: 0;
}

#postTitle {
    background: var(--red) url('images/header_bg_half.webp') top center no-repeat;
    color: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	height: 500px;
	position: relative;
}

#postTitle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 0;
}

#postTitle h1 {
    font-size: 50px;
    text-transform: uppercase;
	line-height: 1.1;
    max-width: 80%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-weight: 700;
	position: relative;
	z-index: 4;
}

#postImage {
	position: relative;
	height: 500px;
}

#postImage .featured-image-container {
    width: 100%;
    height: 500px; 
    background-size: cover;
    background-position: center;
}

#g-header.pageFi  {
	height: auto;
}

.page #g-header.pageFi {
    margin-bottom: 50px;
}

.single-fixtures #g-header {
    margin-bottom: 50px;
}

.featured-image-title-container {
    width: 100%;
    height: 350px; 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#g-header.pageFi  h1 {
    font-size: 75px;
	font-weight: 700;
	width: 1200px;
	max-width: 95%;
    margin: 0 auto;
}

.outline-players #g-header {
	height: 820px;
	background: var(--red) url('images/generic-background-landing-page.jpg') bottom center no-repeat;
	background-size: cover;
	position: relative;
    z-index: 0;
}

.outline-players .featured-image-title-container {
    height: 820px;
    background-size: 750px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.outline-players .entry {
	margin: 50px 0;
}

.outline-players  #g-container-main .g-container {
	width: 1400px;
}

.outline-players #g-header .g-container  {
	width: 1100px;
	position: relative;
}

.outline-players #g-header h1 {
    position: absolute;
    z-index: -1;
    top: 0;
	width: 100%;
	line-height: 0.9;
	opacity: 0;
	transition: all 2s ease-in-out;
}

.outline-players #g-header h1.active {
	opacity: 1;
}

.outline-players #g-header h1 .fwrap {
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 85px;
    width: 100%;
    overflow: hidden;
    line-height: 85px;
}

.outline-players #g-header h1 .fname {
	position: relative;
}

.outline-players #g-header h1 .fname:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
	margin-top: -1px;
    width: 100vw;
}

.outline-players #g-header h1 .number {
    position: absolute;
    right: -150px;
    top: 15px;
    font-size: 115px;
    color: #470802;
    display: inline-block;
    width: 144px;
}

.outline-players #g-header h1 .lname {
    position: absolute;
    left: 0;
    transform: none;
    top: 120px;
    text-transform: uppercase;
    text-align: left;
    line-height: 0.9;
    width: 100%;
    display: block;
}

#data-table table {
	border: 0;
}

#data-table th {
    background: #f4f4f4;
	padding: 10px;
	text-align: center;
}

#data-table th:first-child {
	text-align: left;
}

#data-table td {
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	padding: 10px 5px;
}

#data-table td:first-child {
	text-align: left;
}

#data-table tr:last-child {
    background: #f4f4f4;	
}

.paddock-tabs .ult_tabs {
    margin: 0;
}

.paddock-tabs  .ult_tabitemname {
    padding: 0;
	overflow: visible;
}

.paddock-tabs .ms-staff-carousel {
    margin: 35px auto 0 auto;
}

.paddock-tabs .avt_masterslider_el {
	position: relative;
	bottom: -4px;
} 

.paddock-tabs .ult_tabmenu.style1 li.ult_tab_li {
    background-color: transparent !important;
	border: 0;
}

.paddock-tabs  ul.ult_tabmenu.style1.Style_5 a.ult_a {
    background: transparent !important;
    border: 0 !important;
	color: #fff !important;
}

.paddock-tabs   .ult-span-text {
    font-size: 28px !important;
	text-transform: uppercase;
    color: #fff;
}

.paddock-tabs  .aio-icon.none.ult_tab_iconright {
    display: none;
}

.paddock-tabs  li.ult_tab_style_5 a.ult_a:after {
    border-width: 1px;
}

#teamShow  .ms-wk .ms-slide {
    opacity: 1 !important;

}

#teamShow .ms-slide .ms-slide-bgcont img {
	height: 616px !important;
	width: 616px !important;
}

#teamShow  .ms-slide-info.ms-dir-h {
    display: none;
}

#teamShow h1 {
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
}

#teamShow  .ms-anim-layers, #teamShow  .ms-anim-layers .ms-layer {
	display: block !important;
	visibility: visible !important;
}

#teamShow h4 {
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
}

#teamShow h4 span {
	display: block;
}

#teamShow h4 .lname {
	font-size: 40px;
	max-width: 100px;
}

#teamShow h4 .number {
	font-size: 70px;
}

#teamShow  .ms-staff-carousel .ms-nav-prev, #teamShow  .ms-staff-carousel .ms-nav-next {
    top: -155px;
    opacity: 1 !important;
}

#teamShow  .ms-layout-partialview .ms-container {
    overflow: visible;
}

#teamShow .ms-staff-carousel .ms-nav-prev , #teamShow .ms-staff-carousel .ms-nav-next  {
	border-radius: 4px;
}

#teamShow .ms-staff-carousel .ms-nav-prev:hover, #teamShow .ms-staff-carousel .ms-nav-next:hover {
	filter: invert(1);
}

/* Fan Page*/

.fan-page .button {
	font-size: 18px;
}

.fan-page .ult-ib-effect-style5 .ult-new-ib-content {
    opacity: 1;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.25);
}

/* Contact Page */

.contact-social a {
	display: inline-block;
	font-size: 32px;
	margin: 5px 15px;
}

#contactRow  h3 {
	text-transform: uppercase;
	color: var(--dark-red);
}

/* Misc */

body .vc_btn3.vc_btn3-color-danger, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, body  .vc_btn3.vc_btn3-color-danger:active, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus {
    color: #fff;
    background-color: var(--red);
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

body .vc_btn3.vc_btn3-color-danger:hover, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover {
	 background-color: var(--black);
}

.entry-content iframe {
	display: block;
	margin: 35px auto !important;
}

#postVideo {
	display: none;
}

#videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}

#videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

body [id^=sb_youtube_].sb_youtube .sby_follow_btn a {
    background: var(--red);
    color: #fff;
}

body #g-page-surround .entry-meta>div[class^="meta-"] {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-top: 25px;
    display: block;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.red {
	color: var(--red);
}

.woocommerce div.product form.cart .button {
    overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.tpwpg_zoom svg {
    display: none;
}

.tpwpg-big p {
    display: none;
}

.woocommerce .launchGallery svg {
    background: var(--red) !important;
	width: 35px;
	height: 35px;
}

.woocommerce .quantity .qty {
    width: 150px;
    padding: 0.375rem;
}

.xoo-wsc-ft-btn-continue {
	display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1em;
    min-height: 135px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button  {
	background-color: var(--black) ;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
	background-color: #292929 ;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color: var(--black);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color:var(--red);
    font-size: 1.45em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--black);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
	background-color: var(--black);
}

.woocommerce .tpwpg-main .tpwpg-thumbnail {
    padding: 10px;
} 

.woocommerce .tpslick-current .tpwpg-thumbnail {
	border: 1px solid var(--red);
}

.woocommerce .product_meta {
	display: none;
}

.woocommerce  table tr th {
        font-size: 16px; } 
.woocommerce    table tr th:first-child {
      border-top-left-radius: 3px; }
.woocommerce    table tr th:last-child {
      border-top-right-radius: 3px; }
 .woocommerce   table tr td {
      padding: 16px; }
.woocommerce    table tr th, .woocommerce table tr td {
      border: none;
      position: relative;
      padding: 16px; }
.woocommerce      table tr th:before,.woocommerce table tr td:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0px;
        height: 100%;
        border-right: 1px solid #f2f2f2; }
 .woocommerce     table tr th:after, .woocommerce table tr td:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        border-bottom: 1px solid #f2f2f2; }
.woocommerce table tr th:last-child:before, .woocommerce table tr td:last-child:before {
      border-right: 0px; }
.woocommerce    table tr:last-child td:after {
      border-bottom: 0px; }
.woocommerce  table tfoot tr:first-child td {
    border-top: 1px solid #f2f2f2; }
	
.woocommerce .g-totop {
	display: none !important;
}

.woocommerce  section.related {
	clear: both;
	padding-top: 65px;
}

.woocommerce .launchGallery {
    right: 5px;
    top: 5px;
}

.woocommerce .slider-nav {
	margin-top: 15px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
}

.woocommerce .product a.xoo-qv-button {
	display: none;
	border: 0;
}

.woocommerce .product:hover a.xoo-qv-button {
    visibility: visible;
    transform: none;
    left: auto;
    right: 0px;
    top: 0px;
    z-index: 25;
    position: absolute;
	display: inline-block;
	
}

.woocommerce .product a.xoo-qv-button:hover {
	background: var(--red);
} 

.woocommerce .xoo-qv-plink {
    padding: 10px 20px;
    display: inline-block;
    background-color: var(--red);
    margin-top: 35px;
    font-weight: 500;
    border-radius: 4px;
}

.woocommerce .xoo-qv-summary {
	padding-top: 65px;
    width: 45%;
}

.woocommerce  .pp_gallery ul {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #f2f2f2;
    padding: 15px;
}

.components-button {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
	text-transform: uppercase;
    color: #fff;
    background: var(--dark-red);
    border-radius: 4px;
    padding: 17.5px 35px;
	position: relative;
	overflow: hidden !important;
}

.components-button:hover {
	background: var(--black);
	color: #fff;
}

.components-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to right, transparent, #fff);
    transform: skewX(-15deg) translateX(-120%);
    transition: none;
    opacity: 0.3;
}

.components-button:hover:before {
    transform: skewX(-15deg) translateX(120%);
    transition: 800ms ease transform;
}

.member-slide img {
	margin-left: 170px !important;
}

.wpcf7-form select {
	width: 100%;
	background-color: white;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    transition: border-color 0.2s;
}

.wpcf7-form textarea {
	height: 125px;
}

.grecaptcha-badge { visibility: hidden; }

/* Responsive Fix */



@media only screen and (max-width: 1700px) {
	
	#main-row .ms-bullets {
		left: -280px;
		bottom: 85px !important;
	}
	
	#g-navigation .g-main-nav .g-toplevel > li, #g-stickymenu .g-main-nav .g-toplevel > li {
		margin: 0 17.5px;
	}
	

}

@media  (max-width: 1600px) {
	
	#g-navigation .g-main-nav .g-toplevel > li, #g-stickymenu .g-main-nav .g-toplevel > li {
		margin: 0px 13.5px;
	}
	
	#main-row .ms-bullets {
		left: -230px;
		bottom: 60px !important;
	}
	
	#clubAbout .content-column h2 {
		font-size: 65px;
	}
	
	#coaching .content-column {
		padding: 65px;
	}
	
	.mainSponsor .content .vc_column-inner {
		max-width: 95%;
	}
	
	.mainSponsor .content.image-left .vc_column-inner {
		padding-left: 50px;
		padding-bottom: 20px;
	}
	
	.mainSponsor .content.image-right .vc_column-inner {
		padding-right: 50px;
		padding-top: 75px;
	}

}

@media  (max-width: 1500px) {
	
	#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 16px;
	}
	
	.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 16px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 60px;
	}
	
	body .vc_btn3.vc_btn3-color-danger, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, body  .vc_btn3.vc_btn3-color-danger:active, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus {
		font-size: 21px;
	}

	.member-slide img {
		margin-left: 70px !important;
	}
	
	.outline-players #g-header h1 .fwrap {
		width: 85%;
	}
	
	.outline-players #g-header h1 .number {
		right: 0;
	}
	
	#membership .membership-link {
		font-size: 103px;
	}
	
	.mainSponsor .content .vc_column-inner, #winningText, .sponsor-offer  {
		font-size: 23px;
	}
	
	#sponsorshipOpportunities h2, #winningText h2, .mainSponsor h2, .sponsor-offer h3 {
		font-size: 65px;
	}
	
	.mainSponsor h4, #winningText h4 {
		font-size: 29px;
	}
	
	.sponsor-offer  h4 {
		font-size: 26px;
	}
	
	.sponsor-offer .text {
		padding: 40px 50px 0;
	}
}

@media  (max-width: 1400px) {
	
	#g-navigation .g-main-nav .g-toplevel > li, #g-stickymenu .g-main-nav .g-toplevel > li {
		margin: 0px 10px;
	}
	
	.member-slide img {
		margin-left: -15px !important;
	}
	
	#main-row .ms-layer h2 {
		max-width: 400px;
		font-size: 36px;
		letter-spacing: 0px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 52px;
	}
	
	#coaching .content-column h3 {
		font-size: 34px;
	}
	
	#coaching .header-column h2 {
		font-size: 30px;
		line-height: 1.1;
	}
	
	#postTitle, #postImage .featured-image-container, #g-header {
		height: 400px;

	}
	
	#postTitle h1 {
		font-size: 40px;
	}
	
	#g-header.pageFi  h1 {
		font-size: 65px;
	}
	
	.sectionTitle {
		font-size: 40px;
	}
	
	.faqRow h2 {
		font-size: 40px;
	}
	
	#membership .membership-link {
		font-size: 92px;
	}
	
}

@media  (max-width: 1300px) {
	
	#g-navigation .g-main-nav .g-toplevel > li, #g-stickymenu .g-main-nav .g-toplevel > li {
		margin: 0px 6px;
	}
	
	#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 15px;
	}
	
	.member-slide img {
		margin-left: -120px !important;
	}
	
	#main-row .ms-slide .ms-layer {
		left: 85px !important;
	}

	#main-row .accredited, #main-row .fan-owned {
		bottom: 10px !important;
	}
	
	#main-row .ms-bullets.ms-dir-h .ms-bullets-count {
		right: -35.5%;
	}
	
	#clubAbout .content-column {
		padding: 0px 35px 50px 35px;
	}
	
	.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
		font-size: 14px;
	}
	
	#featured-news .sp-pcp-post .sp-pcp-title a {
		font-size: 20px;
	}
	
	.faqRow .content-column {
		padding: 0 40px;
	}
	
	#membership .membership-link {
		font-size: 82px;
	}
	
	#g-sidebar .g-content {
		margin: 0;
		padding: 0;
	}
	
	#sidebarMembership {
		font-size: 52px;
	}
	
	.sponsor-offer  h4 {
		font-size: 23px;
	}
	
	.mainSponsor h3 {
		font-size: 28px;
	}
	
	.sponsor-logo .sponsor-number {
		font-size: 65px;
	}
	
}
 
@media  (max-width: 1200px) {
	
	body {
		font-size: 17px;
	}
	
	#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 14px;
	}
	
	.member-slide img {
		margin-left: -220px !important;
	}
	
	#main-row .ms-slide .ms-layer {
		left: 65px !important;
	}
	
	#g-stickymenu .top-social {
		margin: 0 5px;
	}
	
	#clubAbout .content-column h4 {
		font-size: 20px;
	}
	
	#coaching .content-column h3 {
		font-size: 32px;
	}
	
	#coaching .content-column {
		padding: 40px;
	}
	
	#featuredPlayers .vc_grid-item-mini .player-role {
		font-size: 20px;
	}
	
	#clubAbout .content-column {
		padding: 0px 35px 0px 35px;
	}
	
	#postTitle, #postImage .featured-image-container, #g-header {
		height: 350px;

	}
	
	#postTitle h1 {
		font-size: 36px;
	}
	
	.post-sidebar .rpwwt-post-title {
		font-size: 12px;
	}
	
	.woocommerce div.product .product_title {
		font-size: 32px;
		line-height: 1.2;
	}
	
	#membership  h2 {
		font-size: 110px;
	}
	
	#membership  h2  .member {
		font-size: 128px;
	}
	
	#membership  h2  .today {
		font-size: 156px;
	}
	
	#membership .membership-link {
		font-size: 72px;
	}
	
	#membership .membership-link .price {
		padding: 6px 25px 26px 25px;
	}
	
	.mainSponsor .content .vc_column-inner, #winningText, .sponsor-offer {
		font-size: 20px;
	}
	
	.mainSponsor .content.image-left .vc_column-inner {
		padding-left: 35px;
	}
	
	.mainSponsor .content.image-right .vc_column-inner {
		padding-right: 35px;
		padding-top: 55px;
	}
	
	#sponsorshipOpportunities h2, #winningText h2, .mainSponsor h2, .sponsor-offer h3 {
		font-size: 60px;
	}
	
	.sponsor-offer  h4 {
		font-size: 21px;
	}
	
	.sponsor-offer .text {
		padding: 25px 25px 0;
	}
}
 
@media  (max-width: 1100px) {
	
	 #g-stickymenu .g-main-nav .g-toplevel > li {
		margin: 0px 2.5px;
	}
	
	#g-stickymenu .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
		display: none;
	}
	
	#main-row .ms-bullets {
		bottom: 35px !important;
	}
	
	#main-row .ms-layer h2 {
		max-width: 350px;
		font-size: 30px;
	}
	
	.member-slide img {
		margin-left: -360px !important;
		margin-top: -95px !important;
	}
	
	#featuredPlayers .vc_grid-item-mini h4 .lname {
		font-size: 30px;
	}
	
	#featuredPlayers .vc_grid-item-mini .player-role {
		font-size: 18px;
		right: -52px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 44px;
	}
	
	#clubAbout .content-column {
		font-size: 16px;
	}
	
	
	#clubAbout .content-column h4 {
		font-size: 19px;
		margin: 0;
	}
	
	#coaching .content-column h3 {
		font-size: 29px;
	}
	
	.sectionTitle {
		font-size: 36px;
	}
	
	#g-copyright {
		font-size: 14px;
	}
	
	#postTitle, #postImage .featured-image-container, #g-header {
		height: 300px;
	}
	
	.post-sidebar .rpwwt-post-title {
		top: 0;
	}
	
	#postTitle h1 {
		font-size: 32px;
	}
	
	#g-header.pageFi  h1 {
		font-size: 55px;
	}
	
	.woocommerce .quantity .qty {
		width: 100px;
	}
	
	.woocommerce    table tr th, .woocommerce table tr td {
		padding: 12px;
		font-size: 16px;
	}
	
	.code-breaker img {
		margin-left: -430px !important;
	}
	
	#featured-news .sp-pcp-post .sp-pcp-title {
		min-height: 128px;
	}
	
	#membership  h2 {
		font-size: 95px;
	}
	
	#membership  h2  .member {
		font-size: 111px;
	}
	
	#membership  h2  .today {
		font-size: 136px;
	}
	
	#membership .membership-link {
		font-size: 64px;
	}
	
	#membership .membership-or {
		font-size: 45px;
		width: 45px;
		padding: 0px  0 11px 0;
	}
	
	.historySlider .ms-skin-light-3 .ms-bullets.ms-dir-h {
		width: calc(100% + 550px) !important;
		z-index: 5;
	}
	
	#sidebarMembership {
		font-size: 35px;
		margin-top: 35px;
	}
	
	#sidebarMembership .membership-link .price {
		padding: 6px 20px 15px 20px;
	}

}

@media (max-width: 960px) {
	
	.g-offcanvas-toggle {
		color: var(--red);
		top: 65px;
		left: 25px;
	}
	
	#g-stickymenu {
		display: none;
	}
	
	.g-offcanvas-open .g-nav-overlay {
		background: rgb(0 0 0 / 64%);
	}
	
	#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
		opacity: 1;
	}
	
	.home #g-navigation:hover {
		background: none;
	}
	
	#main-row .ms-bullets {
		bottom: 20px !important;
	}
	
	#main-row .ms-skin-default .ms-bullet {
		width: 50px;
		height: 35px;
		font-size: 25px;
		margin: 25px 15px !important;
	}
	
	#main-row .ms-skin-default .ms-bullet.ms-bullet-selected {
		width: 100px;
	}

	#main-row .ms-bullets.ms-dir-h .ms-bullets-count {
		right: -46.5%;
	}
	
	.member-slide img {
		margin-left: -550px !important;
		margin-top: -105px !important;
	}
	
	.code-breaker img {
		margin-left: -580px !important;
	}
	
	#featuredPlayers .vc_grid-item-mini {
		max-width: 400px;
		margin: 0 auto;
	}
	
	#clubAbout .header-column {
		min-height: 800px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 65px;
		margin-top: 35px;
	}
	
	#coaching  .header-column {
		min-height: 450px;
	}
	
	.singleFeatured .text {
		max-width: 50%;
		padding: 15px;
	}
	
	.singleFeatured  h3 {
		font-size: 24px;
	}
	
	.singleFeatured .vc_gitem-post-data {
		font-size: 14px;
	}
	
	.singleFeatured .date {
		font-size: 16px;
		display: inline-block;
		top: -70px;
		position: absolute;
		right: 0px;
	}
	
	.singleFeatured .vc_gitem-post-category-name {
		position: relative;
		top: -10px;
		left: -15px;
	}
	
	#g-footer {
		font-size: 14px;
	}
	
	#g-footer h2 {
		font-size: 25px;
	}
	
	#g-footer .footer-social {
		font-size: 24px;
	}
	
	#g-copyright {
		font-size: 11px;
	}
	
	#postTitle, #postImage .featured-image-container, #g-header, .page #g-header.pageFi, .featured-image-title-container {
		height: 250px;
	}
	
	#g-sidebar {
		padding: 0;
	}
	
	#rpwwt-recent-posts-widget-with-thumbnails-2 img {
		width: 50px;
		height: 50px;
	}
	
	.post-sidebar {
		padding-left: 10px !important;
	}
	
	#postTitle h1 {
		font-size: 28px;
	}
	
	.score-holder {
		padding: 15px;
		font-size: 36px;
	}
	
	.match-teams span {
		display: block;
		font-size: 24px;
	}
	
	.score-element {
		padding: 0 30px;
	}
	
	.team-logo {
		width: 25%;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 45%;
	}
	
	.woocommerce div.product .product_title {
		font-size: 30px;
	}
	
	#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select select {
		font-size: 19px;
		color: var(--black);
		padding: 0 15px;
	}
	
	#news-grid .vc_grid-filter-dropdown .vc_grid-styled-select select  option {
		background: #fff;
	}
	
	.newsText .vc_col-sm-6 {
		  width: 50%;
		  float: left;
	}
	
	.outline-players .featured-image-title-container {
		height: 620px;
		background-size: 580px;
	}
	
	.outline-players #g-header h1 .number {
		top: 25px;
		font-size: 90px;
		width: 115px;
	}
	
	.outline-players #g-header {
		height: 615px;
	}
	
	.outline-players #g-header h1 .fwrap {
		font-size: 60px;
	}
	
	.faqRow .image {
		min-height: 450px;
	}
	
	.faqRow.even {
		display: flex;
		flex-direction: column-reverse;
	} 
	
	#membership {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#membership .vc_column-inner {
		align-items: center;
	}
	
	#membership .logo-column {
		min-height: 250px;
		margin-bottom: 35px;
	}
	
	.historySlider .ms-tabs.ms-dir-v .ms-thumb-frame {
		width: 100% !important;
	}
	
	.historySlider.ms-parent-id-8 > .master-slider {
		width: 100% !important;
	}
	
	.historySlider .ms-thumb-list.ms-dir-v {
		left: 0px !important;
		right: 0px !important;
		width: 100% !important;
		height: 450px;
		top: auto;
		bottom: 0;
	}
	
	.historySlider  .ms-tabs.ms-dir-v .ms-thumb-frame {
		margin-left: 0;
		height: 445px !important;
	}
	
	.historySlider .ms-wk .ms-slide {
		height: 280px !important;
	}
	
	.historySlider .ms-slide .ms-slide-bgcont img{
		margin-top: 0 !important;
	}
	
	.historySlider  h2 {
		font-size: 25px;
		margin: 0 0 10px 0;
	}
	
	#matchHub {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0;
	}
	
	.page.page-id-9668 #g-header.pageFi, .page.page-id-9668 .featured-image-title-container  {
		height: 500px;
	}
	
	.featured-image-title-container .match-header {
		font-size: 20px;
	}
	
	.featured-image-title-container .match-stats-team-names {
		font-size: 36px;
	}
	
	.featured-image-title-container .match-stats-team-names  .ht-value {
		display: inline-block;
		margin-bottom: 30px;
	}
	
	#tweetsContainer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.page #g-header.pageFi {
		margin-bottom: 25px;
	}
	
	#teamResults  .ult_tabmenu {
		top: -25px;
	}
	.historySlider .ms-skin-light-3 .ms-nav-next, .historySlider  .ms-skin-light-3 .ms-nav-prev {
		top: 33%;
	}
	.historySlider .ms-skin-light-3 .ms-nav-next {
		right: 15px;
	}
	
	.historySlider .ms-skin-light-3 .ms-nav-prev {
		right: 75px;
	}
	
	#matchStats, #matchLineup {
		max-width: 465px;
		margin: 0 auto;
	}
	
	#benefitsRow {
		margin-bottom: 0px;
		padding: 0 15px;
	}
	
	.mainSponsor .image {
		min-height: 550px;
	}
	
	.mainSponsor .content.image-left .vc_column-inner {
		padding-left: 35px;
		padding-top: 35px;
	}
	
	.mainSponsor.odd {
		flex-direction: column-reverse;
	}
	
	.mainSponsor .content.image-right {
		justify-content: flex-start;
	}
	
	.mainSponsor .content.image-right .vc_column-inner {
		padding-right: 0;
		padding-top: 35px;
		padding-left: 35px;
	}
	
	#winningTeam, #winningText {
		margin-top: 35px;
	}
	
	.sponsor.vc_col-sm-3 {
        width: 50%;
    }
	
	#sponsorshipOpportunities h2, #winningText h2, .mainSponsor h2, .sponsor-offer h3 {
		font-size: 50px;
	}
	
	.mainSponsor h4, #winningText h4 {
		font-size: 24px;
	}
	
	.sponsor-offer {
		max-width: 515px;
		margin: 0 auto;
	}

}

@media (max-width: 767px) {
	
	body {
		font-size: 16px;
	}
	
	#g-top .size-40 {
		flex: 0 40%;
		width: 40%;
	}
	
	#g-top .size-20 {
		flex: 0 20%;
		width: 20%;
	}
	
	#g-top .top-social {
		margin: 12px 7px 0 7px;
	}
	
	#g-top .menu li {
		padding: 0px 0px 0 5px;
		border-right: 0;
		line-height: 28px;
	}
	
	#g-top .g-logo {
		top: 42px;
	}

	#g-top .menu li a {
		font-size: 12px;
	}
	
	.member-slide img {
		margin-left: 0px !important;
		margin-top: -39px !important;
		width: 1100px !important;
		height: auto !important;
		right: -193px !important;
		position: absolute;
	}
	
	.code-breaker img {
		margin-left: -818px !important;
		position: absolute;
		width: 1215px !important;
		height: auto !important;
		left: 50%;
	}
	
	#main-row .ms-skin-default .ms-bullet {
		width: 40px;
		height: 32px;
		font-size: 22px;
		margin: 20px 10px !important;
	}
	
	#main-row .ms-bullets.ms-dir-h .ms-bullets-count {
		right: 0;
	}
	
	#main-row .accredited {
		min-width: 85px;
		height: auto !important;
	}
	
	#main-row .fan-owned {
		min-width: 65px;
		height: auto !important;
	}
	
	#main-row .ms-bullets {
		bottom: 25px !important;
		left: 55px;
		width: 100% !important;
	}
	
	#main-row {
		background: #2f0307;
		min-height: 50vh;
	}
	
	#main-row .ms-slide .ms-layer {
		left: 65px !important;
		bottom: 110px !important;
	}
	
	#main-row  .ms-wk .ms-slide {
		height: 680px !important;
	}
	
	#main-row  .ms-view {
		height: 680px !important;
	}
	
	#main-row .master-slider-parent .ms-slide-bgcont:after {
		background: none;
	}
	#main-row .master-slider-parent .ms-slide-bgcont:before {
	 
		opacity: 0.9;
	}
	#featured-news {
		padding: 35px 0 0px 0;
	}
	
	.sectionTitle {
		font-size: 32px;
		margin: 0;
	}
	
	.singleFeatured .vc_gitem-post-data {
		font-size: 11px;
	}
	
	.singleFeatured  h3 {
		font-size: 14px;
		margin: 0;
	}
	
	.singleFeatured .text {
		max-width: 55%;
		padding: 10px;
		margin: 25px 0 0 0;
	}
	
	.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
		margin-bottom: 10px;
	}
	
	#featuredPlayers .vc_grid-item-mini {
		max-width: 325px;
		margin: 0 auto;
	}
	
	#clubAbout .content-column h2 {
		font-size: 45px;
	}
	
	#coaching .content-column {
		padding: 15px 25px;
	}
	
	#discoverPaddock, #latestScore {
		padding-top: 35px;
	}
	
	#coaching .header-column h2 {
		font-size: 26px;
		line-height: 1;
	}
	
	#g-content-bottom .widget_media_image {
		width: calc(33.33% - 30px);
		margin: 0 15px;
	}
	
	#g-footer {
		text-align: center;
		font-size: 16px;
	}
	
	#g-footer .footer-logo {
		margin: 0  auto 25px auto;
	}
	
	#g-footer .g-content {
		margin: 0;
		padding: 0;
	}
	
	#g-footer .footer-social {
		font-size: 23px;
		top: 5px;
	}
	
	#g-content-bottom {
		padding: 13px 0 65px 0;
	}
	
	#g-copyright {
		font-size: 13px;
		text-align: center;
		padding: 7.5px 0;
	}
	
	#g-copyright p {
		margin: 5px 0;
	}
	
	#g-copyright .g-content {
		margin: 0;
		padding: 0;
	}
	
	#g-copyright .menu {
		text-align: center;
		margin: 7px 0;
	}
	
	#clubAbout .header-column {
		min-height: 576px;
	}
	
	#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#g-header.pageFi  h1 {
		font-size: 48px;
	}
	
	.paddock-tabs   .ult-span-text {
		font-size: 23px !important;
	}
	
	#teamResults  .ult_tabmenu li {
		margin-right: 20px;
	}
	
	.page-id-14 .sectionTitle {
		font-size: 28px;
	}
	
	.score-holder {
		font-size: 25px;
	}
	
	.score-element {
		padding: 0 15px;
	}
	
	.match-teams span {
		font-size: 20px;
	}
	
	.match-details  .info-date {
		font-size: 14px;
	}
	
	.match-teams .match-stadium {
		font-size: 14px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin-top: 35px;
	}
	
	.outline-players #g-header h1 .fname:before {
		display: none;
		}
	
	.outline-players .featured-image-title-container {
		height: 540px;
		background-size: 500px;
	}
	
	.outline-players #g-header h1 .number {
		top: 25px;
		font-size: 70px;
		width: 115px;
	}
	
	.outline-players #g-header {
		height: 535px;
	}
	
	.outline-players #g-header h1 .fwrap {
		font-size: 55px;
	}
	
	.outline-players .entry {
		margin: 0;
	}
	
	.paddock-tabs   .ult-span-text {
		font-size: 17px !important;
	}
	
	.ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next {
		left: 0;
	}
	
	.ms-staff-carousel .ms-nav-next {
		right: auto;
		left: 50px;
	}
	
	#teamShow .ms-slide .ms-slide-bgcont img {
		height: 500px !important;
		width: 500px !important;
	}
	
	#teamShow {
		align-content: flex-end !important;
	}
	
	#teamShow  .ms-staff-carousel .ms-nav-prev, #teamShow  .ms-staff-carousel .ms-nav-next {
		top: -170px;
	}
	
	#teamShow   .ult_tabs>div {
		min-height: 500px !important;
		height: 500px !important;
	}
	
	#teamShow .ult_tab_min_contain  {
		position: relative;
		bottom: -20px;
	}
	
	.faqRow .image {
		min-height: 350px;
	}
	
	.faqRow h2 {
		font-size: 35px;
	}
	
	.paddock-tabs .avt_masterslider_el {
		bottom: 0px;
	}
	
	.historySlider .ms-skin-light-3 .ms-bullet {
		width: 75px;
	}
	
	.historySlider  .ms-thumb-frame p {
		font-size: 13px;
		margin: 4px 0;
	}
	
	#historyTabs   span.ult_tab_main.Both span.ult-span-text {
        margin-right: 0;
    }
	
	.page-id-16  .faqRow .content-column {
		padding: 20px;
	}
	
	.page-id-14 .sectionTitle {
		margin-top: 20px;
	}
	
	.sectionTitle.large {
		font-size: 50px;
	}
	
	#sidebarMembership {
		font-size: 57px;
		margin-top: 15px;
	}
	
	#sidebarMembership .membership-link .price {
		padding: 6px 25px 23px 25px;
	}
	
	.mainSponsor .image {
		min-height: 470px;
	}
	
	#sponsorshipOpportunities h2, #winningText h2, .mainSponsor h2, .sponsor-offer h3 {
		font-size: 45px;
	}
	
	.sponsor-logo .sponsor-number {
		font-size: 50px;
	}
	
	#sponsorshipOpportunities {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	.mainSponsor .content .vc_column-inner, #winningText, .sponsor-offer {
		font-size: 19px;
	}
	
	.featured-image-title-container .match-header span {
		display: block;
		margin: 0;
	}
}

@media (max-width: 500px) {
	
	h3 {
		font-size: 25px;
	}
		
	#g-top .menu li a {
		font-size: 10px;
	}
	
	#g-top .top-social {
		margin: 12px 5px 0 5px;
	}
	
	.member-slide img {
		margin-left: 0px !important;
		margin-top: -10px !important;
		width: 950px !important;
		height: auto !important;
	}
	
	#main-row .ms-skin-default .ms-bullet.ms-bullet-selected {
		width: 75px;
	}
	
	#main-row .ms-slide .ms-layer {
		left: 45px !important;
		bottom: 125px !important;
	}
	
	#main-row .ms-bullets {
		bottom: 30px !important;
		left: 40px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 45px;
	}
	
	.singleFeatured .vc_gitem-post-data-source-post_excerpt {
		display: none;
	}
	
	.singleFeatured  h3 {
		font-size: 20px;
		line-height: 1;
		margin: 20px 0 0 0;
	}
	
	#g-header.pageFi  h1 {
		font-size: 36px;
	}
	
	.paddock-tabs   .ult-span-text {
		font-size: 20px !important;
	}
	
	.score-element {
		padding: 0 10px;
		margin: 10px 0;
	}
	
	.score-holder span {
		display: block;
		text-align: center;
	}
	
	.match-details  .info-date {
		font-size: 12px;
	}
	
	.match-details .info-ligue {
		font-size: 12px;
	}
	
	.match-teams .match-stadium {
		font-size: 12px;
	}
	
	.match-teams span {
		font-size: 18px;
		line-height: 1.1;
	}
	
	.match-link {
		font-size: 15px;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	
	.woocommerce  .xoo-wsc-container, .woocommerce  .xoo-wsc-slider {
		max-width: 320px;
	}
	
	.woocommerce .xoo-wsc-cart-active .xoo-wsc-basket {
		right: 300px;
	}
	
	#instagram-row .sbi_bio {
		font-size: 30px !important;
	}
	
	#clubAbout .content-column {
		padding: 0px 20px 0px 20px;
	}
	
	.outline-players #g-header h1 .number {
		top: 42px;
		font-size: 60px;
		width: 85px;
	}
	
	.outline-players .featured-image-title-container {
		background-size: 425px;
	}
	
	#teamShow ul.ult_tabmenu.style1.Style_5 {
		flex-direction: column;
	}
	
	#teamShow li.ult_tab_style_5.current a.ult_a:after {
		display: none;
	}
	
	#teamShow ul.ult_tabmenu.style1.Style_5 .current a span {
		color: var(--black) !important;
		font-weight: 600;
	}
	
	#teamShow  .ms-staff-carousel .ms-nav-prev, #teamShow  .ms-staff-carousel .ms-nav-next {
		top: auto;
		bottom: 85px;
	}
	
	#teamShow .ms-slide .ms-slide-bgcont img {
		height: 400px !important;
		width: 400px !important;
		margin: 0 auto !important;
		display: block !important;
	}
	
	#teamShow   .ult_tabs>div,	#teamShow .ms-wk .ms-slide {
		min-height: 400px !important;
		height: 400px !important;
		width: 100% !important;
	}
	
	#teamShow ul.ult_tabmenu.style1.Style_5 a.ult_a {
		padding: 0;
	}
	
	#teamShow h4 {
		font-size: 25px;
	}
	
	#teamShow h4 .lname {
		font-size: 30px;
		max-width: 100px;
	}
	
	#teamShow h4 .number {
		font-size: 35px;
	}
	
	#teamShow .ms-staff-carousel .ms-view {
		width: 100% !important;
		height: 400px !important
	}
	
	#teamShow  .ms-slide .ms-slide-bgcont {
		height: auto !important;
	}
	
	.faqRow .content-column {
		padding: 0 20px;
	}
	
	.historySlider .ms-thumb-frame p {
		font-size: 12px;
		margin: 0px 0;
	}
	
	#historyTabs span.ult_tab_main.Both span.ult-span-text {
        margin-right: 0px;
        font-size: 14px !important;
    }
	
	.outline-club_history  .ult-span-text {
		padding: 0 15px;
	}
	
	.score-holder {
        font-size: 16px;
    }
	
	.sectionTitle.large {
		font-size: 40px;
	}
	
	#matchHub .match-stats-team-names {
		font-size: 16px;
	}
	
	#matchLineup .player-name {
		font-size: 20px;
	}
	
	#matchLineup .player-number {
		font-size: 15px;
	}
	
	.mainSponsor .image {
		min-height: 390px;
	}

	#winningText {
		padding: 0 25px;
	}
	
	#sponsorshipOpportunities {
		padding: 0 20px;
	}
	
	.vc_row.vc_column-gap-35 > .vc_column_container.sponsor {
		padding: 10px;
	}
	
	#sponsorshipOpportunities h2, #winningText h2, .mainSponsor h2, .sponsor-offer h3 {
		font-size: 36px;
	}
	
	.mainSponsor h4, #winningText h4 {
		font-size: 20px;
	}
	
	.mainSponsor h3 {
		font-size: 22px;
	}
	
	.sponsor-offer .text {
		height: 240px;
	}
	
	.featured-image-title-container .match-stats-team-names {
		font-size: 26px;
	}

} 

@media (max-width: 392px) {
	
	h3 {
        font-size: 20px;
    }
	
	#g-top .top-social {
		margin: 12px 4px 0 4px;
		font-size: 15px;
	}
	
	#g-top .menu li a {
		font-size: 9px;
	}
	
	#main-row .ms-layer h2 {
		max-width: 350px;
		font-size: 24px;
	}
	
	#main-row .fan-owned {
		min-width: 55px;
	}
	
	#main-row .ms-bullets {
		bottom: 35px !important;
		left: 20px;
	}
	
	#main-row .ms-slide .ms-layer {
		left: 30px !important;
	}
	
	#clubAbout .content-column {
		padding: 0px 15px 0px 15px;
	}
	
	#clubAbout .content-column h2 {
		font-size: 36px;
	}
	
	#coaching .content-column h3 {
		font-size: 23px;
		margin-bottom: 0px;
	}
	
	#coaching .content-column {
		padding: 15px;
	}
	
	#coaching .header-column h2 {
		font-size: 20px;
	}
	
	span.ult_tab_main.Both span.ult-span-text {
		margin-right: 4px;
	}
	
	.paddock-tabs   .ult-span-text {
		font-size: 16px !important;
	}
	
	.ligueTable tr td {
		font-size: 10px;
	}
	
	td {
		padding: 5px;
	}
	
	.woocommerce  .xoo-wsc-container, .woocommerce  .xoo-wsc-slider {
		max-width: 290px;
	}
	
	.woocommerce .xoo-wsc-cart-active .xoo-wsc-basket {
		right: 270px;
	}
	
	#clubAbout .content-column h4 {
		font-size: 17px;
	}
	
	#clubAbout .content-column h4 br {
		display: none;
	}
	
	.historySlider .ms-skin-light-3 .ms-bullet {
		width: 65px;
	}
	
	.historySlider  h2 {
		font-size: 21px;
	}
	
	.ms-tabs .ms-thumb {
		padding: 10px 10px;
	}
	
	.sectionTitle.large {
		font-size: 36px;
	}
	
	.mainSponsor .content.image-right .vc_column-inner, .mainSponsor .content.image-left .vc_column-inner {
		padding-top: 25px;
		padding-left: 25px;
	}
	
	#winningText {
		padding: 0px 20px;
	}

}
