/*
Theme Name: Champions
Theme URI: https://www.whitecapcanada.com
Author: Whitecap Canada Inc.
Author URI: http://www.whitecapcanada.com/
Description: Custom theme for Champions Off-Track Betting
Version: 17.11.15
Tags: Champions, Woodbine Entertainment Group, Custom Theme
*/

/* FONTS */
@font-face {
    font-family: 'Druk';
    src: url('css/fonts/DrukCond-Super-Web.woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Druk';
    src: url('css/fonts/DrukCond-SuperItalic-Web.woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid';
    src: url('css/fonts/EuclidFlex-Regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Euclid';
    src: url('css/fonts/EuclidFlex-Bold.woff');
    font-weight: 600;
}


/* GLOBAL */

body {
    background-color: #F6F6F6;
    color: #000;
    font-family: Euclid, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.site-wrapper {
    position: relative;
    overflow-x: hidden;
}

.topBar {
    display: flex;
    position: relative;
    height: 45px;
    margin-bottom:33px;
    background-color: #272727;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #e2231a;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #e2231a;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.main-content {
    position: relative;
    padding-bottom: 50px;
}

a {
    color: #cf2118;
}

a:hover {
    color: #f3554d;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-weight: 600;
    margin-top: 75px;
    font-size: 53px;
    letter-spacing: -.3pt;
}

.bold {
    font-weight: bold;
}

.pre-title {
    display: inline-block;
    background-color: #000;
    padding: 3px 15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.pre-title a {
    color: #FFF;
}

.backto-link {
    display: inline-block;
    background-color: #000;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.padding50 {
    padding: 50px;
}

/* List Reset */
.socialLinks ul,
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Site Switcher*/

.siteSwitcher {
    display: flex;
    position: relative;
    z-index: 15001;
}

.siteSwitcher .dashicons {
    font-size: 15px;
    height: 16px;
    line-height: 1;
}


#siteSwitcherNew {
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    color: white;
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px;
}


.siteSwitcher:hover .site-list,
.siteWwitcher .site-list:hover {
    display: block;
}

.site-dropdown .site-list {
    background-color: black;
    margin-top: -2px;
    padding: 0;
    border-radius: 0;
    min-width: 225px;
}

.site-dropdown .site-list a {
    color: #FFF;
    padding: 8px 16px 7px 20px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    font-size: 12px;
}

.site-dropdown .site-list a:hover,
.site-dropdown .site-list a:focus {
    background-color: #3e3e3e;
    text-decoration: none;
    color: white;
    outline: none;
}


/* .site-dropdown .site-list a::after {
            font-family: Euclid;
            content: '\2192';
            display: inline-block;
            margin-left: 5px;
            color: #E2231A;
        } */

.site-dropdown i {
    color: #E2231A;
}

.site-dropdown .site-list a:hover::after {
    color: white;
}


/** DELETE THIS AFTER SWITCH */

.sites-dd {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.25pt;
}

.sites-dd:hover {
    background-color: #292929;
}

.sites-dd .dd-label {
    padding: 0 20px;
    display: flex;
    height: 100%;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
}

.sites-dd:hover .sites {
    display: block;
}

.sites {
    display: none;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 45px;
    background-color: #000;
    width: 100%;
    min-width: 200px;
}

.sites a {
    color: #FFF;
    padding: 8px 16px 7px 20px;
    display: block;
}

.sites a:hover {
    background-color: #3e3e3e;
    text-decoration: none;
}

.sites a:hover:after {
    color: #FFF;
}

.sites a:after {
    font-family: Euclid;
    content: '\2192';
    display: inline-block;
    margin-left: 5px;
    color: #E2231A;
}

/* END OF DELETE */

header {
    position: relative;
    background-color: #000;
    padding: 0 0 33px;
}

.site-header-inner {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 168px;
}

/* Home Header */

.page-template-page-transparent header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.page-template-page-transparent .hero .vc_column-inner {
    padding-top: 150px;
}

.home .hero .vc_column-inner {
    padding-top: 175px;
    padding-bottom: 100px;
}

.wpb_content_element.home-search {
    margin-bottom: 15px;
}


/* ----- SEARCH ----- */

.hero .loc-search input {
    padding: 15px 25px;
    width: 550px;
    border: 0;
    border-radius: 35px;
    color: #000;
    font-size: 22px;
}



/* ----- NAVIGATION ----- */

.nav-wrapper {
    flex-grow: 1;
    text-align: right;
}

.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu>ul>li {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    letter-spacing: 0.5pt;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
}

.header-menu ul li.current-menu-item {
    border-bottom: 2px solid #e2291a;
}

.header-menu ul li a {
    display: block;
    color: #FFF;
    border-bottom: 2px solid transparent;
}

.header-menu ul li:hover>a {
    color: #A4A4A4;
}

.header-menu li:last-child a {
    background-color: #e2231a;
    padding: 8px 25px 5px;
    border-radius: 25px;
}

.header-menu li:last-child a:hover {
    background-color: #d32018;
    color: #FFF;
}

.header-menu .sub-menu {
    display: none;
}

.header-menu>ul>li:hover .sub-menu {
    display: block;
}

.header-menu>ul>li.menu-item-has-children:hover>a {
    display: block;
    cursor: default;
}

.header-menu .sub-menu {
    position: absolute;
    z-index: 5;
    background-color: #FFF;
    border-left: 2px solid #e2231a;
    padding: 15px;
}

.header-menu .sub-menu>li>a:hover {
    color: #e2231a;
}

.header-menu .sub-menu>li>a {
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    padding: 3px 10px;
    width: 100%;
}

/* Mobile Menu */

.mobile-toggle {
    display: none;
}


/* ----- CARDS ------ */
.card,
.card-column>.vc_column-inner>.wpb_wrapper,
.vc_toggle_content,
.card-row .wpb_column>.vc_column-inner>.wpb_wrapper,
.card-list ul li a {
    background-color: #FFF;
    color: #000;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20), 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-row .wpb_content_element:last-child {
    margin-bottom: 0;
}

.card-row .wpb_column>.vc_column-inner>.wpb_wrapper,
.card-column>.vc_column-inner>.wpb_wrapper,
.vc_toggle_content {
    margin-bottom: 30px;
    padding: 50px;
}

.card-column.no-padding>.vc_column-inner>.wpb_wrapper>.wpb_text_column,
.card-row.no-padding .wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column {
    padding: 0 50px 50px;
}

.card-column.no-padding>.vc_column-inner>.wpb_wrapper,
.card-row.no-padding .wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 0;
}

.card.padded {
    padding: 50px;
}

.card-list ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 35px 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.card-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-list ul li {
    margin-bottom: 5px !important;
}

a.card {
    color: #000;
}

a.card:hover,
.card.hover:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.card .card-link {
    margin-top: 15px;
    text-align: center;
}

/* ----- TYPOGRAPHY ----- */

h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 10px;
}

.list-star li {
    font-size: 24px;
    margin-bottom: 15px;
}

.mixed-case {
    text-transform:none;
}

a.moreLink {
    font-size: 14px;
}

.moreLink .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.card-list ul li a:after {
    font-family: Euclid;
    content: '\2192';
    display: inline-block;
    margin-left: 5px;
    color: #E2231A;
}

.card-list ul li a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.card-list ul li a.download:after {
    content: '\2193';
}

.card-list .freepgm-link {
    background-color: #E2231A;
    color: #FFF;
}

.card-list .freepgm-link:after {
    color: #FFF;
}


/* ----- BUTTONS ----- */

.btn-box {
    width: 100%;
}

.btn-box a {
    font-weight: bold;
    text-align: left !important;
}

.btn-box .vc_general.vc_btn3 {
    width: 100%;
    min-height: 93px;
}

/*.btn-box .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    padding-bottom: 40px;
}*/

.btn-box .vc_btn3.vc_btn3-icon-right .vc_btn3-icon,
.btn-box .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    top: initial;
    bottom: 10px;
    right: 15px;
}

.btn-box .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 12px;
}

.btn-box .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 30px;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-danger {
    background-color: #e9140a !important;
    background-image:none;
    border-color:#e9140a !important;
    border-radius:25px;
    color: #fff !important;
}

.vc_general.vc_btn3:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}


/* ----- HERO ----- */

.hero {
    position: relative;
    padding: 100px 0;
    color: #FFF;
}

.hero h1, .hero .large-text {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight:600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin: 0;
}

.home .hero h1, .home .hero .large-text {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 0;
}

.hero h2 a,
.hero h3 a {
    color: #FFFFFF;
}

.hero .vc_column-inner {
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF;
    padding: 0;
}

.hero .vc_column-inner .wpb_wrapper {
    width: 100%;
}

.hero:before,
.black-overlay {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.80);
}

.title-header {
    position: relative;
    background-color: #e6e6e6;
    color: #000;
    padding: 67px 0;
    margin-bottom: 100px;
    text-align: center;
}

.title-header h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0;
}

/* ------ LOCATIONS MAPS ------ */

#wpsl-search-wrap {
    max-width: 480px;
    position: relative;
}

#wpsl-search-wrap .wpsl-input {
    width: 100%;
}

#wpsl-search-wrap .wpsl-input label {
    display: none;
}

#wpsl-search-wrap div label {
    margin: 0;
    line-height: 1;
    float: none;
    padding: 10px;
    cursor: pointer;
}

.wpsl-search {
    background: transparent;
    padding: 0;
    margin: 0 0 20px 3px;
}

#wpsl-search-wrap input[type="text"] {
    border: 0;
    border-radius: 25px;
    padding: 10px 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.14);
    width: 100%;
}

#wpsl-search-wrap div.wpsl-search-btn-wrap {
    float: none;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 1;
}

#wpsl-search-wrap div.wpsl-search-btn-wrap:hover {
    cursor: pointer;
}

.wpsl-search-btn-wrap #wpsl-search-btn {
    display: none;
}

.wpsl-search-btn-wrap label span {
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-top: 6px;
}

.wpsl-icon-direction {
    display: flex !important;
    align-items: center;
    font-family: inherit !important;
    position: absolute !important;
    left: 101%;
    top: 4px;
    font-size: 12px !important;
    width: 162px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: left !important;
    cursor: pointer;
}

.wpsl-icon-direction i {
    margin-right: 5px;
}

.wpsl-icon-direction.wpsl-user-activated i {
    color: #e2231a;
}

.wpsl-store-location .tel {
    pointer-events: none;
}


/*.wpsl-search-btn-wrap {
    position: absolute;
    right: 50px;
}*/

#wpsl-wrap {
    border-bottom: 5px solid #000;
}

#wpsl-gmap > div {
    height:99% !important;
    width:99.4% !important;
}

.wpsl-input {
    margin-bottom: 0;
}

/* Location Items */

.wpsl-store-location strong {
    text-transform: uppercase;
    padding-right: 20px;
    display: block;
}

#wpsl-wrap #wpsl-result-list ul li {
    position: relative;
    background-color: #FFF;
    margin: 5px;
    padding: 20px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 14px;
    line-height: 20px;
    border-left: 3px solid transparent;
}

#wpsl-wrap #wpsl-result-list ul li:hover {
    background-color: #f9f9f9;
    border-left: 3px solid #e2231a;
}

#wpsl-stores .distance {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #717171;
    text-transform: uppercase;
    font-size: 12px;
}

.wpsl-contact-details {
    float: right;
    line-height: 1;
}

#wpsl-result-list li p {
    margin: 0;
}

.wpsl-contact-details a {
    display: inline-block;
    padding: 3px;
    margin: 0 1px;
}

.wpsl-contact-details a:hover {
    opacity: 0.8;
}

.wpsl-contact-details a i {
    font-size: 18px;
    vertical-align: middle;
}

.wpsl-contact-details .label {
    font-size: 14px;
    color: #000;
}

/* Search Widget */

#wpsl-widget-form label.search-label {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #e2231a;
    padding: 4px 14px;
}

.wpsl-search-widget {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

.wpsl-search-widget input[type="text"] {
    padding: 15px 25px;
    width: 100%;
    border: 0;
    border-radius: 35px;
    color: #000;
    font-size: 22px;
}

.searchWidget-btn input {
    display: none;
}

.searchWidget-btn {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    right: 0;
    top: 78px;
    right: 10px;
    color: #000;
}


/* RACE DAY */

.raceday .hero {
    background: url(/wp-content/uploads/raceday-herobg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    text-align: left;
    min-height: 764px;
}

.raceday .hero h1 {
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 50px;
    margin-left: -5px;
}

.race-ctrl {
    top: -150px;
    transition: all 0.5s ease;
}

.race-ctrl-wrap {
    height: 96px;
}

.sticky-races .race-ctrl {
    box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.35), 0 1px 7px 0 rgba(255, 255, 255, 0.40);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #000;
    padding: 20px 0;
    width: 100%;
    z-index: 10000;
    height: 125px;
    transition: top 0.5s ease;
}

.sticky-races .race-ctrl #raceControl {
    max-width: 1170px;
    margin: 0 auto;
}

.sticky-races .dis {
    position: fixed;
    bottom: initial !important;
    height: 125px !important;
    z-index: 100001;
}

.raceday-links .row {
    margin-bottom: 50px;
}

.raceday-links .equal-height img {
    width: 100%;
}

.raceday-links .equal-height {
    display: block;
}

.upcoming-races .card,
.pools-carryovers .card {
    display: flex;
}

.pools-carryovers ul {
    list-style:none;
    padding:0;
}

.pools-carryovers .card .pool-name {
    width: 44%;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #FFF;
    padding: 15px;
}

.pools-carryovers .card .pool-name.green,
.pools-carryovers .card .pool-name.purple {
    width: 65%;
}

.pools-carryovers .card .pool-name span {
    color: #FFF;
    font-size:16px;
    font-weight:600;
    margin: 0;
    letter-spacing: 1px;
    text-transform:uppercase;
}

.pools-carryovers .pool-amount {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    font-size: 24px;
}

.pools-carryovers .pool-amount span:after {
    font-family: Euclid;
    content: '\2192';
    display: inline-block;
    margin-left: 5px;
    color: #E2231A;
    font-size: 16px;
    font-weight: bold;
}

.blue {
    background-color: #017ac6;
}

.green {
    background-color: #2a8439;
}

.purple {
    background-color: #5C068C;
}

.mobile .raceInfo select {
    background-color: #FFF;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.raceday .hero {
    background: url(/wp-content/uploads/raceday-herobg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    text-align: left;
}

.raceday .hero h1 {
    text-align: left;
    margin-bottom: 50px;
    margin-left: -5px;
}

.sofia,
.raceDate,
.raceDetails .detail-value,
.raceDay-calendar .cal-wrapper,
.weather,
.race-mtp,
.pool-amount,
.chosen-container,
.event-date,
.pagination {
    font-family: 'Euclid';
}

.scratched {
    background: rgba(202, 95, 95, 0.48);
    text-decoration: line-through;
}

.dis {
    display: flex;
    z-index: 100;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.dis span {
    font-size: 64px;
    color: #E2231A;
    margin: auto;
    margin-bottom: auto !important;
}

.raceType {
    text-transform: uppercase;
    background-color: #E2231A;
    padding: 7px 12px 6px;
}

.raceDate {
    font-size: 44px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.raceInfo label,
.raceDetails .detail-label {
    display: block;
    color: #f91400;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.raceInfo .chosen-container {
    display: block;
    width: 100% !important;
}

.raceInfo .chosen-container-single .chosen-single {
    font-size: 24px;
    line-height: 1em;
    height: auto;
    background-color: transparent;
    background: inherit;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border: 1px solid white;
    box-shadow: none;
    padding: 15px 20px;
    border-radius: 0;
}

.raceInfo .chosen-container-active.chosen-with-drop .chosen-single {
    color: #000;
    border-radius: 0;
    background-image: inherit;
    background-color: #FFF;
    border: 0;
}

.raceInfo .chosen-container .chosen-drop,
.raceDetails .chosen-container-single .chosen-drop {
    border-radius: 0;
    border: 0;
}

.chosen-container-single .chosen-drop .chosen-results {
    max-height: 350px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result {
    padding: 7px 18px;
    font-size: 16px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result:last-child {
    margin-bottom: 10px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result.highlighted {
    background: inherit;
    background-color: #000;
}

.chosen-container-single .chosen-search {
    display: none;
}

.chosen-container-single .chosen-single span {
    display: inline-block;
}

.chosen-container-single .chosen-single div {
    display: none;
}

.raceInfo .chosen-container-single .chosen-single:after {
    position: absolute;
    right: 20px;
    font-family: Dashicons;
    content: "\f347";
    margin-top: 5px;
}

.raceDetails {
    margin-top: 20px;
    padding-top: 25px;
}

.detail-item {
    margin-bottom: 25px;
}

.detail-value {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.race-mtp {
    display: inline-block;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.4em;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 25px;
}

.race-mtp .mtp-number {
    background-color: #E2231A;
    padding: 0 13px 6px;
}

.raceDay-calendar .cal {
    width: 330px;
}

.raceDay-calendar .cal {
    display: inline-block;
}

.raceDay-calendar .title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    background-color: #000;
    padding: 9px 15px;
}

.raceDay-calendar .datepicker table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
}

.raceDay-calendar .datepicker-inline {
    width: auto;
    background-color: #FFF;
    padding: 0 15px 7px;
    color: #000;
    border-radius: 0;
}

.raceDay-calendar .table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0;
}

.raceDay-calendar tfoot {
    display: none;
}

.raceDay-calendar .table-condensed>tbody>tr>td.day {
    border-radius: 50%;
    border: 1px solid #999;
    font-weight: 600;
    color: #000;
    background-color: #ececec;
    line-height: 2.1em;
}

.raceDay-calendar .table-condensed>tbody>tr>td.day.disabled {
    background-color: transparent;
    font-weight: 400;
    border: 0;
    color: #999;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    border: 0 !important;
    background: none !important;
    text-shadow: none !important;
    border-radius: 50% !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #E2231A !important;
    color: #FFF !important;
}

.raceDay-calendar .cal-desc {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.raceDay-calendar .cal-desc span {
    display: flex;
    align-content: center;
    line-height: 1;
}

.cal-desc span:last-child {
    margin-left: 25px;
}

.cal-desc span:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 2px;
    border-radius: 24px;
}

.cal-desc span.race:before {
    background-color: #ececec;
}

.cal-desc span.selected:before {
    background-color: #e2231a;
}


.sticky-races .race-ctrl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #000;
    padding: 19px;
    width: 100%;
    z-index: 10000;
    height: 125px;
    transition: top 0.5s ease;
}

.sticky-races .raceInfo {
    float: right;
    width: 100%;
}

.raceInfo .race-date label {
    display: none;
}

.sticky-races .raceDetails {
    display: none;
}

.sticky-races .raceType {
    display: none;
}

.sticky-races .race-date {
    display: inline-block;
}

.sticky-races .race-date label {
    display: block;
}

.sticky-races .raceDay-calendar {
    display: none;
    width: 100%;
}

.sticky-races.cal-open .raceDay-calendar {
    display: inline-block;
    padding: 0 30px;
}

.sticky-races .raceInfo .chosen-container-single .chosen-single {
    padding: 11px 15px;
    font-size: 20px;
}

.sticky-races .race-no {
    flex: 0 0 auto;
    flex-grow: 1;
}

.sticky-races .cal-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.sticky-races .raceDay-calendar .cal-desc {
    color: #000;
}

.sticky-races .cal {
    background-color: #FFF;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-top: 18px;
}


.sticky-races .race-ctrl #raceControl {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
}

.sticky-races .raceDay-calendar h4 {
    display: block;
    width: 100%;
}

.sticky-races .raceDate {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid white;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.sticky-races .raceDate:after {
    display: inline-block;
    font-family: 'Dashicons';
    content: "\f508";
    font-size: 24px;
    font-weight: normal;
    margin-left: 25px;
}

.sticky-races .dis {
    position: fixed;
    bottom: initial !important;
    height: 125px !important;
    z-index: 100001;
}

.weather_widget {
    display: flex;
    align-items: center;
}

.weather_widget .city {
    display: none;
}

.weather_widget .temp {
    font-size: 37px;
}

.weather-icon {
    max-width: 50px;
    margin-right: 20px;
}

/* Results Entries Chart */
.raceday-results {
    font-family: 'Euclid';
    background-color: #F6F6F6;
    margin-bottom: 100px;
    padding: 50px 0 0;
    font-size: 14px;
    line-height: 18px;
}

.raceday-results .nav-tabs {
    border-bottom: 0;
}

.raceday-results .nav-tabs>li>a:hover {
    cursor: pointer;
    background-color: #000;
    color: #FFF;
}

.raceday-results .tab-header {
    background-color: #FFF;
    padding: 25px;
}

.raceday-results .tab-header h3 {
    margin: 0;
    font-weight: 900;
}

.text-sep {
    display: inline-block;
    margin: 0 15px;
}

.no-race-results {
    background-color: #FFF;
    color: #adadad;
    padding: 30px 30px 45px;
    text-align: center;
    font-size: 24px;
}

.results-table table {
    width: 100%;
    background-color: #FFF;
}

.results-table table th {
    background-color: #000;
    color: #FFF;
    padding: 10px 15px;
}

.results-table th.pg-number {
    background-color:transparent;
    padding:0;
    width: 90px;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #000;
    cursor: default;
    background-color: #DBDBDB;
    border: 0;
    border-radius: 0;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #E2231A;
    color: #FFF;
    border: 0;
}

.results-table .tab-heading {
    background-color: #FFF;
    padding: 10px 20px;
}

.results-table td:not(.pg-number),
.rd-results th {
    padding: 10px 15px;
}

.results-table tr:nth-child(odd) {
    background-color: #e4e4e4;
}

.results-table tr:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.saddle-cloth {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    min-width: 40px;
    padding: 28px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.rd-charted .saddle-cloth {
    padding: 10px 0;
}

.raceday-links .row:not(:last-child) {
    margin-bottom: 50px;
}

.raceday-links .row>div {
    margin-bottom: 35px;
}

/* Racing Selections */
a.racing-selections-ph {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 235px;
    padding: 20px;
    background: url(/wp-content/themes/woodbine/images/selections-bg.jpg) center/cover no-repeat #ccc;
    color: #FFF;
    font-weight: bold;
}

a.racing-selections-ph:hover {
    opacity: 0.8;
}

/* Photo Finish */
.photofinish-container {
    text-align: center;
    background-color: #FFF;
    padding: 50px;
}

.photofinish-container .content-block,
.photofinish-container .no-photo {
    margin-bottom: 45px;
}

.no-photo {
    display: flex;
    border: 5px solid #dcdcdc;
    height: 200px;
    align-items: center;
    justify-content: center;
    color: #8c8c8c;
    font-weight: 600;
}


/* SIMULCASTS */
.simulcast table {
    font-family: 'Euclid';
}

.simulcast #simulcast thead {
    background-color: #000;
    color: #FFF;
    padding: 20px;
}

.simulcast #simulcast .datetime {
    text-align: right;
}

.simulcast #calendar .datepicker-inline {
    width: auto;
}

.simulcast #calendar .datepicker td,
.simulcast #calendar .datepicker th {
    width: 35px;
}

.simulcast .weekmonth {
    overflow: scroll;
    max-height: 800px;
}

.simulcast .weekmonth th {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 20px;
}

.simulcast .weekmonth td {
    padding:5px 15px;
    vertical-align: top;
}

.simulcast td ul {
    white-space: nowrap;
    font-size: 11px;
    list-style:none;
    padding: 0;
}

.simulcast td .cancelled {
    text-decoration: line-through;
    color: #E2231A;
}

/* STANDINGS */

.standings .boards {
    margin-top: 50px;
}

.standings .boards .card {
    display: flex;
    padding: 25px;
    margin-bottom: 50px;
}

.standings .boards h3 {
    font-size: 34px;
    font-family: 'Euclid';
    font-weight: 700;
    letter-spacing: -.25pt;
}

.standings .radio-tabs h4 {
    text-transform: uppercase;
    background-color: gainsboro;
    padding: 5px 11px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.standings .radio-tabs {
    border-bottom: 4px solid black;
    display: block;
}

.standings .radio-tabs .btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.standings .radio-tabs .btn {
    border: 0;
    border-bottom: 4px solid #000;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin-right: 30px;
    margin-bottom: -4px;
}

.standings .radio-tabs .btn:first-child {
    margin-left: 0;
}

.standings .radio-tabs .btn:last-child {
    margin-right: 0;
}

.standings .radio-tabs input[type=radio] {
    display: none;
}

.standings .radio-tabs .btn.active {
    color: #E2231A;
    border-bottom: 4px solid #E2231A;
}

.standings .radio-tabs .sb {
    text-align: right;
}

.standings #info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 0 0;
    align-content: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

.standings [data-role='photo'] {
    background-color: #f7f7f7;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative;
}

.standings .player-name {
    width: 100%;
}

.standings #info .fullname {
    font-size: 20px;
    font-weight: 600;
}

.card-stats {
    flex-grow: 1;
    min-width: 50%;
}

.standings .Earnings {
    display: block;
    text-align: right;
}

.standings .bar {
    height: 25px;
    background-color: #9c9c9c;
    width: 30px;
    border-radius: 25px;
}

.standings .selected .bar {
    background-color: #E2231A;
}

.standings .selected .name {
    font-weight: 600;
}

.standings .player-stat:hover {
    cursor: pointer;
}

.standings .bg {
    height: 25px;
    background-color: rgba(156, 156, 156, 0.43);
    width: 100%;
    border-radius: 25px;
    margin: 5px 0;
}

.name-earnings {
    font-family: 'Euclid';
    font-size: 31px;
    margin-top: 15px;
    padding-top: 21px;
    border-top: 1px solid #d6d6d6;
}

/* STATISTICS */

.stats-controls {
    display: flex;
    justify-content: flex-start;
}

.stats-controls .stat-type,
.stats-controls .stat-year {
    font-family: Euclid, Arial, Helvetica;
    font-size: 18px;
    font-weight: 600;
    height: inherit;
    background-color: transparent;
    border: 2px solid black;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 8px;
    color: #000;
    -webkit-appearance: menulist;
}

.stats-controls .stat-type {
    width: 300px;
    margin-right: 15px;
}

.stats-controls .stat-year {
    width: 100px;
}

/* Stats Table */

.stats-table {
    max-width: 100%;
    overflow-x: auto;
}

.stats-table>.k-grid {
    min-width: 1170px;
}

/*.stats-table { font-family: 'Euclid'; }*/
.stats-table .k-grid-header {
    background-color: #000;
    border-radius: 0;
}

.stats-table .k-grid-header,
.k-grid-header-wrap,
.k-header {
    border-color: #000;
    background-color: #000;
}

.stats-table .k-grid-header .k-link:link,
.k-grid-header .k-link:visited,
.k-grid-header .k-nav-current.k-state-hover .k-link,
.k-grouping-header .k-link {
    color: #FFF;
    padding: 15px 10px;
}

.stats-table .k-pager-wrap {
    background-color: #FFF;
    color: #000;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: #333;
}

.k-pager-wrap>.k-link {
    color: #000;
    border: 0;
}

.k-edge .k-pager-nav.k-pager-first+.k-link,
.k-ff .k-pager-nav.k-pager-first+.k-link,
.k-ie11 .k-pager-nav.k-pager-first+.k-link,
.k-safari .k-pager-nav.k-pager-first+.k-link,
.k-webkit .k-pager-nav.k-pager-first+.k-link,
.k-pager-wrap .k-link.k-pager-last {
    border-right: 0;
}

.k-pager-wrap .k-link:hover {
    color: #e2231a;
    border-color: transparent;
    background: none;
}

.k-header>.k-grid-filter,
.k-header>.k-header-column-menu {
    margin: 0;
    padding: 5px 0px;
}

.k-grid-content {
    font-family: 'Euclid';
    font-size: 15px;
    color: #000;
    overflow-y: auto;
}

.stats-table a:hover {
    color: #E2231A;
}

.k-grid tr td {
    border: 0;
}

.k-grid td {
    padding: 10px 20px;
}

.k-pager-wrap .k-link.k-pager-last {
    border-radius: 0;
}

.k-overflow-container .k-primary,
.k-primary {
    color: #fff;
    border-color: #e2231a;
    background-image: none;
    background-position: 50% 50%;
    background-color: #e2231a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-primary:hover {
    color: #fff;
    border-color: #000;
    background-image: none;
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control,
.k-autocomplete,
.k-block,
.k-button,
.k-calendar .k-link,
.k-calendar td,
.k-calendar-container,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-drag-clue,
.k-dropdown,
.k-dropdown-wrap,
.k-editor-inline,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-inline-block,
.k-list-container,
.k-multiselect,
.k-notification,
.k-numeric-wrap,
.k-numerictextbox,
.k-picker-wrap,
.k-slider-selection,
.k-slider-track,
.k-split-button,
.k-textbox,
.k-tile,
.k-timepicker,
.k-tooltip,
.k-touch-scrollbar,
.k-treeview .k-in,
.k-upload,
.k-window,
.k-window-action,
.k-window-titleless .k-window-content {
    border-radius: 0;
}


/* ------ CONTENT BLOCKS ------ */

.vc_section {
    margin: 100px 0;
}

.vc_row {
    margin-bottom: 25px;
}

.hero-inset {
    margin-top: -160px;
}

/* Callout/Offset Elements */

.offset-col-left {
    width: 65%;
    margin-left: -50%;
}

/* Standard Callout */
.weg-callout.vc_general.vc_cta3 {
    border: 3px solid #000;
    border-left: 0;
    border-right: 0;
}

.weg-callout.vc_general.vc_cta3 header {
    padding: 0;
}

.weg-callout.vc_general.vc_cta3 img {
    margin: 0 25px;
}

.weg-callout.vc_general.vc_cta3 h2 {
    font-size: 24px;
    letter-spacing: 2px;
}

.weg-callout.vc_general.vc_cta3 a {
    color: #000;
}

.weg-callout.vc_general.vc_cta3 a:hover {
    color: #e2231a;
}



/* 2-Column Callout */
.callout-2-col .wpb_column:first-child .vc_column-inner {
    padding: 85px;
    color: #FFF;
    font-size: 24px;
    line-height: 1.6;
}

.callout-2-col .wpb_column:last-child .vc_column-inner {
    padding: 50px;
    border: 2px solid black;
    font-size: 18px;
    line-height: 1.6;
}

.callout-2-col .wpb_content_element:last-child {
    margin-bottom: 0;
}

.callout-2-col .wpb_column:last-child {
    margin-top: 150px;
}

.callout-2-col h3 {
    color: #000;
    line-height: 1.5;
}


/* Leadership Profiles */

.bios-grid img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bios-grid .wpb_wrapper:hover img {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.card-column.no-padding.bios-grid>.vc_column-inner>.wpb_wrapper>.wpb_text_column,
.card-row.no-padding.bios-grid .wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column {
    padding: 25px 25px 45px 25px;
    position: relative;
}

.bios-grid h3 {
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0;
}

.bios-grid .profile-content {
    font-size: 14px;
    line-height: 1.4em;
    min-height: 100px;
    overflow: hidden;
}

.bios-grid a.linkedIn {
    color: #000;
    position: absolute;
    bottom: 12px;
    right: 15px;
    font-size: 20px;
}

/* Board of Directors */

.page-id-544 .card-row.vc_row {
    margin-bottom: 0;
}


/* ------ FEATURED NEWS ------ */

.featured-news .post-area {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}

.featured-post .post-image {
    height: 390px;
    flex-grow: 1;
}

.featured-list .post-image {
    height: 125px;
    width: 100%;
}

.featured-post .post-content {
    width: 325px;
    padding: 35px;
    min-width: 100px;
}

.featured-list .post-content {
    width: 100%;
    height: 158px;
    padding: 15px;
}

.featured-news h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.35em;
    margin-top: 0;
}

.featured-news.featured-list h3 {
    font-size: 16px;
}

.featured-news h3 a {
    color: #000;
}

.post-details .meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured-news.featured-post .meta {
    margin-bottom: 20px;
}

.post-details .meta .date {
    margin-right: 5px;
    color: #A4A4A4;
}

.post-details .meta .post-categories {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

.post-details .meta .post-categories li {
    margin: 0 5px;
}

.featured-news a.moreLink {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* ------ CATEGORY PAGE ------ */

.category-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border: 2px solid #000;
}

.category-item .post-image {
    display: inline-block;
    align-self: stretch;
    min-width: 200px;
    min-height: 200px;
}

.category-item h3 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 1.4em;
}

.category-item h3 a {
    color: #000;
}

.category-item .post-content {
    padding: 20px 25px;
}


/* Logo Grid */
.logo-grid p {
    text-align: center;
}

.logo-grid img {
    margin: 20px 30px;
}

/* ------ SIMULCAST SCHEDULE ------ */
/* SIMULCASTS */
.simulcast table {
    font-family: 'Euclid';
}

.simulcast #simulcast thead {
    background-color: #000;
    color: #FFF;
    padding: 20px;
}

.simulcast #simulcast .datetime {
    text-align: right;
}

.simulcast #calendar .datepicker-inline {
    width: auto;
}

.simulcast #calendar .datepicker td,
.simulcast #calendar .datepicker th {
    width: 35px;
}

.simulcast .weekmonth {
    overflow: scroll;
    max-height: 800px;
}

.simulcast .weekmonth td .title {
    background-color: #000;
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 20px;
}

.simulcast .weekmonth td {
    vertical-align: top;
}

.simulcast td p {
    white-space: nowrap;
    font-size: 8pt;
    line-height: 5px;
    padding: 0 2px 0 2px;
}

.simulcast td .cancelled {
    text-decoration: line-through;
    color: #E2231A;
}


/* ------ TWITTER FEED ------ */

.tweets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5em;
}

.tweet-wrapper {
    width: 366px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20), 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    padding: 15px;
    margin-bottom: 15px;
}

.tweet-header {
    font-weight: bold;
}

.tweets .profile {
    display: inline-block;
}

.tweet-text {
    margin-top: 5px;
}

.wpb_text_column .tweet-wrapper:last-child {
    margin-bottom: 15px;
}


/* ------ SINGLE POST ------ */

.single .hero {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.single .hero h1 {
    margin-bottom: 25px;
}

.single article {
    margin-bottom: 50px;
}


/* ------ COMMENTS ------ */

#respond {
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #cacaca;
}

.logged-in-as a {
    font-size: 14px;
    color: #000;
}

.comment-form-comment label {
    display: block;
}

.submit {
    display: inline-block;
    background-color: #000;
    border: 0;
    color: #FFF;
    padding: 5px 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}


/* ------ CONTENT ELEMENTS ------ */
.img-offset {
    margin-left: -50%;
}

.img-offset-right {
    margin-right: -50%;
}

.backto-link {
    text-align: center;
    margin-bottom: 10px;
}

.backto-link a,
a.backto-link {
    color: #E2231A;
    font-weight: 600;
}

/* VISUAL COMPOSER ELEMENTS */
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
select {
    -webkit-appearance:none;
} 

select option {
    color: black !important;
    -webkit-appearance:none;
    box-shadow: 0 0 10px 100px #8f0606 inset !important;
    background: #8f0606 !important;
}
 
select option:hover {
    box-shadow: 0 0 10px 100px #8f0606 inset !important;
    background: #8f0606 !important;
}

select option:checked {
    box-shadow: 0 0 10px 100px #8f0606 inset !important;
    background: #8f0606 !important;
}
/* ------ FOOTER ------ */

.footer a {
    color: #FFF;
}

.responsible-gaming-wrapper {
    background-color: #FFF;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.responsible-gaming-wrapper a {
    color: #000;
}

.footer {
    background-color: #000;
    padding: 70px 0 45px;
    color: #FFF;
}

.footer-logo .site-logo {
    max-width: 150px;
}

.footer-nav {
    font-size: 14px;
}
    .footer-nav .menu-item-accessibility {
        background:transparent url('https://woodbine.com/wp-content/uploads/logo-accessibility.png') no-repeat center left 90px; 
        background-size:26px 26px;
    }
    .footer-nav li a {
        display:block;
    }

.socialLinks .btn-signup {
    display: inline-block;
    background-color: #525252;
    padding: 7px 25px;
    border-radius: 50px;
    color: #FFF;
}

.socialLinks ul {
    margin-top: 20px;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    padding: 0 10px;
}

.socialLinks img {
    width: 18px;
}

footer .properties {
    margin-top: 35px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #272727;
}

footer .properties a {
    opacity: .8;
    transition: .3s;
    display: inline-block;
    padding: 10px 28px 10px 0;
    max-height: 100px;
}

footer .properties a:hover {
    opacity: 1;
    transition: .3s;
}

footer .properties a img {
    max-height: 35px;
}

.legal {
    color: #c2c2c2;
    font-size: 13px;
}

.footer .ac-icon {
    max-width: 60px;
}

/*==========  RESPONSIVE MEDIA QUERIES  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    .logo {
        max-width: 122px;
    }

}

@media only screen and (max-width: 1070px) {

    .raceDay-calendar .table-condensed>tbody>tr>td {
        padding: 0;
        line-height: 1.8em;
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    /* NAVIGATION */
    .nav-wrapper {
        flex-grow: 0;
        text-align: left;
    }


    /* STANDINGS */

    /* Standings */
    .standings .boards .card {
        flex-wrap: wrap;
    }

    .standings #info {
        padding: 0;
        margin-bottom: 30px;
    }

    .standings .radio-tabs .btn {
        font-size: 19px;
    }

    /* RACE DAY */


    .pools-carryovers .card .pool-name h3 {
        font-size: 13px;
        letter-spacing: 0;
    }

    /* FIND A LOCATION */
    #wpsl-gmap > div {
        height:99% !important;
        width:99.2% !important;
    }


    /* MOBILE MENU */
    .header-menu {
        display: none;
    }

    a.mobile-toggle {
        display: inline-block;
        color: #FFF;
    }

    .mobile-toggle span {
        font-size: 28px;
        width: 28px;
        height: 28px;
    }

    .home.mobile-nav-active header {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .mobile-nav-active .header-menu {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.85);
        top: 100%;
        padding: 25px;
        z-index: 1000;
    }

    .mobile-nav-active .header-menu li:last-child a {
        font-size: 19px;
        padding: 8px 16px 4px;
        margin-left: 7px;
        margin-top: 11px;
    }

    .header-menu ul li.current-menu-item {
        border-bottom: 2px solid transparent;
    }

    .header-menu>ul>li {
        display: block;
        position: relative;
        font-size: 20px;
    }

    .header-menu ul li a {
        padding: 10px 15px;
    }

    .header-menu li:last-child a {
        display: inline-block;
    }

    .menu-item-has-children>a:after {
        font-family: 'Dashicons';
        display: inline-block;
        content: "\f347";
        position: absolute;
        color: #868686;
        font-size: 14px;
        right: 10px;
        top: 10px;
    }

    /* Mobile Sub-menu */
    .header-menu .sub-menu {
        position: relative;
        padding: 5px;
    }

    .header-menu>ul>li.menu-item-has-children:hover>a {
        border-bottom-color: transparent;
    }

    .header-menu .sub-menu>li>a {
        font-size: 16px;
    }

    .hero {
        padding: 50px 0;
    }

    .home .hero .vc_column-inner {
        padding-top: 75px;
        padding-bottom: 0;
    }

    .home .hero h1 {
        font-size: 22px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    h1,
    .raceday .hero h1 {
        font-size: 44px;
        margin-bottom: 25px;
    }

    /* Race Day */

    h1,
    .raceday .hero h1,
    .raceType,
    .race-date {
        text-align: center;
    }

    .sticky-races .race-date {
        margin-bottom: 15px;
    }

    .sticky-races .race-ctrl #raceControl {
        flex-wrap: wrap;
    }

    .race-ctrl-wrap,
    .sticky-races .race-ctrl {
        height: inherit;
        max-height:44vh;
        overflow-y:auto;
    }

    .sticky-races .raceInfo .chosen-container-single .chosen-single {
        font-size: 16px;
        padding: 10px 15px;
        line-height: inherit;
    }

    .sticky-races .race-ctrl .raceTrack,
    .sticky-races .race-ctrl .raceNumber {
        display: flex;
        align-items: center;
    }

    .sticky-races .race-ctrl label {
        min-width: 70px;
    }

    .sticky-races .race-ctrl .race-date label {
        display: none;
    }

    .sticky-races.mobile .raceInfo select {
        max-width: 77%;
        flex-grow: 1;
    }

    .sticky-races .dis {
        height: 100% !important;
    }

    h1 {

        font-size: 24px;
    }

    /* Standings */
    .standings .radio-tabs .btn-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .standings .radio-tabs {
        border-bottom: 0;
    }

    .standings .radio-tabs .btn-group .tb,
    .standings .radio-tabs .btn-group .sb {
        text-align: center;
        width: 100%;
    }

    .standings .radio-tabs .btn-group .tb {
        margin-bottom: 30px;
    }

    .standings .radio-tabs .btn-group .btn,
    .standings .radio-tabs .btn-group .btn.active {
        border-bottom: 0;
    }

    .standings .boards {
        margin-top: 20px;
    }

    /* General */

    .vc_row {
        margin-bottom: 20px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.3em;
        letter-spacing: 3px;
    }

    .hero .vc_column-inner {
        min-height: 300px;
        display: flex;
        align-items: center;
        color: #FFF;
        padding: 0 25px;
    }

    .hero-inset {
        margin-top: inherit;
    }

    .img-offset {
        margin-left: 0;
    }

    .offset-col-left {
        width: 100%;
        margin-left: 0;
    }

    .largeText {
        font-size: 18px;
        line-height: 24px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .heading-underlined:after {
        margin: 15px 0;
    }

    /* Featured News */
    .featured-post .post-image {
        width: 100%;
        height: 125px;
    }

    .featured-news h3 {
        font-size: 16px;
    }

    .featured-post .post-content {
        width: 100%;
        padding: 10px 20px;
    }

    .featured-news .meta {
        margin-bottom: 5px;
    }

    .featured-list .post-content {
        height: inherit;
    }

    /* Category Page */

    .category-item .post-image {
        min-width: 150px;
        min-height: 150px;
    }

    .category-item h3 {
        font-size: 16px;
    }

    /* Logo Grid */
    .logo-grid p {
        display: block;
        text-align: center;
    }

    .logo-grid img {
        margin: 10px 14px;
        max-width: 81px;
        height: 100%;
    }

    /* Footer */
    .footer {
        padding: 35px 0 45px;
    }

    .footer-nav {
        font-size: 14px;
        margin: 25px 0;
        text-align: center;
    }

    .footer-nav li {
        display: inline-block;
        margin: 0 13px;
    }

    .responsible-gaming-wrapper {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .footer-logo,
    .socialLinks,
    .properties {
        text-align: center;
    }

    .footer-logo .site-logo {
        width: 150px;
    }

    .properties .logos {
        margin-bottom: 15px;
    }

    .properties a {
        display: inline-block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    /* Race Day */

    .raceday .hero {
        min-height: 1108px;
    }

    .raceday .hero h1 {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .raceday .hero h1,
    .raceType {
        text-align: center;
    }

    .raceInfo .chosen-container-single .chosen-single {
        font-size: 19px;
        line-height: 1em;
        padding: 12px 20px;
        border-radius: 0;
        margin-bottom: 15px;
    }

    .raceDate {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .raceDetails {
        margin-top: 0;
    }

    .raceDetails .weather {
        display: inline-block;
        margin: 0 0 0 15px;
    }

    .mobile .raceInfo select {
        width: 100%;
    }

    .nav-tabs>li>a,
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        padding: 8px 15px;
    }

    .nav-tabs>li {
        margin-bottom: 2px;
    }

    .raceday-results .tab-header h3 {
        font-size: 24px;
        text-align: center;
    }

    /* Locations Search */

    .wpsl-store-location .tel {
        pointer-events: all;
    }


    .wpsl-contact-details a i {
        font-size: 24px;
    }

    .wpsl-contact-details .label {
        display: none;
    }



    /* Site */
    .logo {
        max-width: 100px;
    }

    header {
        padding: 15px 0;
    }

    .hero .vc_column-inner {
        min-height: 150px;
    }

    .hero h1 {
        font-size: 20px;
    }

    /* Category Page */

    .category-item .post-image {
        min-width: 80px;
        min-height: 80px;
    }

    .category-item h3 {
        font-size: 14px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}