
/* ===================================
    EVENTS
=================================== */

.heading-event-meta {
    margin-bottom: 0;
    display: none;
}

@media (min-width: 768px) {
    .single-tribe_events .content-container {
        padding-top: 0;
    }
}

.single-tribe_events {
    background: #111;
}

.single-tribe_events .tribe-events-content,
.page-template-page-hall-of-fame .single-page-content {
    padding: 20px 0 !important;
    position: relative;
    max-width: 915px;
    margin: 0 auto;
}

.tribe-events-single-event-description {
    max-width: 740px !important;
}

@media (min-width: 768px) {
    .single-tribe_events .tribe-events-content {
        padding: 60px 0px !important;
    }
}

.single-tribe_events .tribe-events-content {
    margin-bottom: 0px !important;
}

.sc-single-event-social,
.single-tribe_events .event-winners,
.single-tribe_events .tribe-events-content {
    position: relative;
}

.single-tribe_events .tribe-events-content:before,
.single-tribe_events .event-winners:before,
.sc-single-event-social:before {
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    background: #181818;
    z-index: 0;
}

.single-tribe_events .tribe-events-content > *,
.single-tribe_events .event-winners > * {
    position: relative;
}

.single-tribe_events .event-winners:before {
    background: #111;
}

.single-tribe_events .event-winners:before {
    /*background: #fff;*/
}

.single-tribe_events h1,
.single-tribe_events .main-color-1 {
    color: #fff !important;
}

.heading-event-cats {
    display: none;
}

.event-information {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.event-information:before {
    background-color: #111;

    /*background-image: url(../images/jpg/events-bg.jpg);*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
}

.sc-single-event-social {
    margin-bottom: 0;
    padding-bottom: 20px;
    border: 0;
}

.sc-single-event-nav {
    margin-top: 20px;
}

.single-event-share {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
}

.ia-heading.heading-align-center h2 span {
    display: block;
    font-size: 14px;
}

@media (min-width: 768px) {
/*    .single-event-share {
        margin-top: 30px;
    }*/
    .sc-single-event-nav {
        margin-top: 50px;
    }
    .sc-single-event-social {
        padding-bottom: 20px;
    }
    .event-information {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ia-heading.heading-align-center h2 {
        font-size: 32px;
    }
    .ia-heading.heading-align-center h2 span {
        font-size: 20px;
        display: block;
    }
    .single-tribe_events .event-winners {
        padding-top: 60px;
    }
}



.single-tribe_events .event-winners h2 {
    color: #fff;
}

.single-tribe_events h1,
.single-tribe_events h2,
.single-tribe_events h3,
.single-tribe_events h4,
.single-tribe_events h5 {
    color: #fff;
}

.event-grid-item {
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .event-grid-item {
        margin-bottom: 30px;
    }
    .event-grid-item:nth-child(odd) {
        clear: left;
    }
    .event-grid-item__details {
        width: calc(200% + 30px);
    }
    .event-grid-item:nth-child(even) .event-grid-item__details {
        left: calc(-100% - 30px);
    }
}

.event-grid-item__details {
    position: relative;
/*    background: #fff;*/
    display: none;
    opacity: 0;
    color: #fff;
/*    transition: opacity 0.2s linear;*/
}

.event-grid-item__details h1,
.event-grid-item__details h2,
.event-grid-item__details h3,
.event-grid-item__details h4 {
    color: #fff;
}

.event-grid-item__details h4 {
/*    font-size: 30px;*/
    padding-bottom: 17px;
    margin-bottom: 15px;
    position: relative;
    text-transform: none;
}

.event-grid-item__details h4:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #299b59;
    position: absolute;
    bottom: 0;
    left: 0;
}

.event-grid-item__details > div {
    padding: 15px;
    margin-top: 15px;
    position: relative;
    display: table;
    /*background: #000;*/
    width: 100%;
    border: 3px solid #299b59;
}

@media (min-width: 480px) {
    .event-grid-item__details > div {
        padding: 30px;
    }
}

.event-venue-details {
    position: relative;
    z-index: 10;
}

.event-grid-item__details > div:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #299b59;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
}

.event-grid-item .event-venue-img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

@media (min-width: 992px) {
    .event-grid-item:nth-child(odd) .event-grid-item__details > div:before {
        left: 25%;
    }

    .event-grid-item:nth-child(even) .event-grid-item__details > div:before {
        left: 75%;
    }
    .event-grid-item .event-venue-img {
        opacity: 1;
        right: 0;
        left: auto;
        width: calc(50% - 15px);
    }
/*    .event-grid-item.-has-image .event-venue-details {
        position: absolute;
        padding-right: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;
    }*/
}

@media (max-width: 992px) {

    .event-grid-item .event-venue-img img {
        display: none !important;
    }
}

.event-grid-item__details {
    font-size: 16px;
}

.event-parties .event-grid-item__details > div {
    padding: 0 15px;
}

.event-parties .event-grid-item__details h4:after {
    left: 50%;
    margin-left: -50px;
}


@media (min-width: 992px) {
    .event-grid-item__details > div {
        margin-top: 30px;
    }
}

.event-grid-item.open .event-grid-item__details {
    opacity: 1;
    transition: opacity 0.6s linear;
}

/*.event-grid-item__details-inner {
    display: table-cell;
    vertical-align: middle;
}*/

.event-grid-party {
    padding: 30px 0;
    text-align: center;
    display: table;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*    background-image: url(../images/jpg/events-schedule.jpg);*/
}

.event-grid-party__inner {
    position: relative;
    padding: 10px 20px;
}

.event-grid-party:first-child {
    background-image: url(../images/jpg/events-welcome-drinks.jpg);
}

.event-grid-party:last-child {
    background-image: url(../images/jpg/events-players-party.jpg);
}

@media (max-width: 992px) {
    .event-grid-party {
        width: 100%;
    }
}

.event-grid-party:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .event-grid-party {
        padding: 0 0 35%;
    }

    .event-grid-party__inner {
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
}

.event-grid-item__card {
    position: relative;
    padding-bottom: 60%;
    background: #000;
    cursor: pointer;
    overflow: hidden;
}


.event-grid-item__card i {
    font-size: 40px;
    line-height: 1.2em;
}

.event-grid-item__card h2 {
/*    font-size: 25px;*/
    text-transform: none;
    letter-spacing: -0.03em;
}

@media (min-width: 992px) {
    .event-grid-item__card i {
        font-size: 40px;
    }
    .event-grid-item__card h2 {
        /*font-size: 40px;*/
    }
}

.event-grid-item__card-copy {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-grid-item__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    z-index: 0;
    opacity: 0.6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.4s ease;
}

.event-grid-item__card:hover .event-grid-item__card-img,
.event-grid-item.open .event-grid-item__card-img {
    transform: translateY(-10%);
}

.event-grid-item.open .event-grid-item__card-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.event-casino .event-grid-item__card-img {
    background-image: url(../images/jpg/events-casino.jpg);
}



/*.event-casino .event-grid-item__details img,
.event-hotel .event-grid-item__details img {
    margin: 20px 0px -31px -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px) !important;
}
*/
/*@media (min-width: 992px) {
    .event-casino .event-grid-item__details img,
    .event-hotel .event-grid-item__details img {
        margin: -30px -30px -30px 0;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px) !important;
    }
}
*/
.event-parties .event-grid-item__card-img {
    background-image: url(../images/jpg/events-parties.jpg);
}
.event-hotel .event-grid-item__card-img {
    background-image: url(../images/jpg/events-hotel.jpg);
}
.event-schedule .event-grid-item__card-img {
    background-image: url(../images/jpg/events-schedule.jpg);
}

.event-schedule .event-grid-item__details > div {
    display: block;
}
.event-schedule table {
/*    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);*/
    font-size: 14px;
    line-height: 1.4em;
}

/*.event-schedule-tab {
    overflow-x: scroll;
}
*/
@media (max-width: 768px) {
    .event-schedule-tab,
    .event-day-schedule article {
        overflow-x: scroll;
    }
}

.event-schedule .event-grid-item__details > div {
    padding: 0;
}

.event-schedule th {
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 15px 10px !important;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>thead>tr>th, table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>tbody>tr>th, table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>tfoot>tr>th, table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>thead>tr>td, table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>tbody>tr>td, table:not(.shop_table):not(.tribe-events-calendar):not([class*='tribe-community-event'])>tfoot>tr>td {
    padding: 5px 10px;
}
/*
@media (min-width: 480px) {
    .event-schedule-tab table {
        margin: 0 -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
    }
}*/

.event-schedule header,
.event-schedule footer {
    padding: 15px;
}
@media (min-width: 480px) {
    .event-schedule header,
    .event-schedule footer {
        padding: 30px;
    }
}


@media (min-width: 992px) {
    .event-schedule-tab.active {
       display: block !important;

    }
    .event-casino .event-grid-item__details > div,
    .event-hotel .event-grid-item__details > div {
        min-height: 300px;
    }
}

.event-schedule-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    /*margin-bottom: 15px;   */
}

.event-schedule-nav:after {
    content: "";
    display: table;
    clear: both;
}

.event-schedule-nav li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .event-schedule-nav li {
        display: block;
    }
}

@media (min-width: 992px) {
    .event-schedule-nav li {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 0;
    }
}

.event-schedule-nav a {
    font-weight: 800;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    /*margin-left: 5px;*/
    width: 100%;
    transform: translateZ(0);
    font-size: 18px;
    text-align: center;
}

.event-schedule-nav a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*transform: skew(-15deg);*/
    transition: all 0.15s linear;
}

.event-schedule-nav a.active {
    color: #fff;
}

.event-schedule-nav a:before {
    background: #111;
}

.event-schedule-nav a:hover:before {
    background: #222;
}

.event-schedule-nav a.active:before {
    background: #299b59;
}

.sc-single-event-social {
    border-color: #2f2f2f;
}

.sc-single-event-nav {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-events-list {
    padding: 40px 0;
}

@media (min-width: 768px) {
.section-events-list .ia-heading h2 {
    margin-bottom: 50px;
}
}



.event-post-list {
    position: relative;
}

.event-post-list header + div .event-post-item__title {
    margin-top: 0;
}

.event-post-list__inner {
    height: 280px;
    overflow: scroll;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .event-post-list__inner {
        height: 450px;
    }
}

.event-post-list__inner:before,
.event-post-list__inner:after {
    position: absolute;
    left: 0;
    height: 50px;
    width: 100%;
    content: "";
    z-index: 10;
    pointer-events: none;
}

.event-post-list__inner:before {
    top: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.mod_js .event-post-list__inner:before {
    top: 0px;
}

.event-post-list__inner:after {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.event-post-item + .event-post-item {
    margin-top: 20px;
}

.event-post-item--title {
    padding: 0 0 20px;
    height: 50px;
}

.event-post-item--title:first {
    margin-top: 0;
}

.event-post-item__title {
    display: block;
/*    margin: 20px 0;*/
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

.scroll .event-post-item__title {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 10;
    top: 0;
    left: 0;
}

.event-post-item__time {
    display: inline-block;
/*    background: #299b59;*/
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 3px;
    width: 18%;
    text-align: center;
    margin-right: 2%;
    border: 2px solid rgba(41, 155, 89, 0.2);
}
.event-post-item a {
    display: inline-block;
    width: 78%;
    vertical-align: top;
}

@media (min-width: 768px) {
    .event-post-item__time {
        width: 10%;
        margin-right: 1%;
    }
    .event-post-item__link {
        width: 88%;
    }
}

.table-schedule {
    width: 100%;
}


.event-day-schedule header {
    padding: 20px 10px 10px;
    border-bottom: 2px solid #299b59;
}

/*.event-day-schedule article {
    overflow-x: scroll;
}*/

.event-day-schedule + .event-day-schedule {
    margin-top: 30px;
}

.event-day-schedule th.th-time {
    width: 65px;
    text-align: center;
}

.event-day-schedule th.th-buyin {
    min-width: 70px;
    text-align: center;
}

.event-day-schedule header h3 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}

.event-day-schedule header h3 span {
    color: #299b59;
}

.event-day-schedule thead {
    background: #111 !important;
    color: #cccccc;
}

.event-day-schedule thead th {
    text-align: center;
}


.event-day-schedule th.th-name {
    width: 220px;
}

.event-day-schedule td.td-name {
    text-align: left;
}

.event-day-schedule tbody tr td {
    padding: 10px !important;
    border-bottom: 0 !important;
    background: none !important;
    text-align: center;
}
.event-day-schedule tbody tr + tr {
    border-top: 2px solid #000;
}
.event-day-schedule tbody tr td + td {
    border-left: 1px solid #299b59;
}

.event-day-schedule tbody tr:nth-child(odd) {
    background-color: #1b1b1b;
}

.event-day-schedule tbody tr:nth-child(even) {
    background-color: #2b2b2b;
}




/*
    Structure Overrides from Schedule Tab
*/

.event-structures .event-grid-item__card-img {
    background-image: url(../images/jpg/events-structure.jpg);
}

.event-structure header {
    padding: 10px;
    background: #333;
    border-color: #000;
    cursor: pointer;
    position: relative;
}

.event-structure header {
    padding-right: 30px;
}

.event-structure header:hover {
    background-color: #444;
}

.event-structure header .date {
    font-size: 1rem;
}

.event-structure header:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px;
    line-height: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: 0.1s;
}

.event-structure.active header:after {
    transform: translateY(-50%) rotate(-45deg);
}

.event-structure header strong + span {
    color: #fff;
}

.event-structure article {
    display: none;
}

.event-structure.active article {
    display: block;
    margin-bottom: 2px;
}

.event-structure + .event-structure {
    margin-top: 0px;
}
