

/* ===================================
    EVENTS - Hall of fame
=================================== */

.page-template-page-hall-of-fame #body  {
    background: #181818;
    color: #fff;
}

@media (min-width: 768px) {
    .page-template-page-hall-of-fame .page-heading {
        padding: 200px 0 140px;
    }
}

.page-template-page-hall-of-fame .single-page-content h1,
.page-template-page-hall-of-fame .single-page-content h2,
.page-template-page-hall-of-fame .single-page-content h3,
.page-template-page-hall-of-fame .single-page-content h4,
.page-template-page-hall-of-fame .single-page-content .h1,
.page-template-page-hall-of-fame .single-page-content .h2,
.page-template-page-hall-of-fame .single-page-content .h3,
.page-template-page-hall-of-fame .single-page-content .h4 {
    color: #fff;
}

.hof-grid {
    background: #111;
}

.leaf-banner-item {
    font-size: 14px;
    letter-spacing: 0em;
}

.event-col a,
.event-col__title,
.event-col__prefix {
    color: #fff;
}

.event-col__prefix {
    font-weight: 600;
}

.event-col__title {
    font-size: 24px;
    padding: 0 20px;
}

.event-col__winners {
    display: none;
    background: #111;
}

@media (min-width: 768px) {
    .event-col__title {
        font-size: 32px;
    }
    .event-col__winners {
        width: 200%;
        position: relative;        
    }
    .event-col:nth-child(even) .event-col__winners {
        left: 50%;
        margin-left: -150%;
    }
}
@media (min-width: 992px) {
    .event-col__winners {
        width: 300%;
    }
    .event-col:nth-child(3n+1) {
        clear: left;
    }

    .event-col:nth-child(3n+1) .event-col__winners {
        margin-left: 0%;
        left: 0;
    }
    .event-col:nth-child(3n+2) .event-col__winners {
        margin-left: -150%;
        left: 50%;
    }
    .event-col:nth-child(3n+3) .event-col__winners {
        margin-left: -200%;
        left: 0%;
    }
}

.event-winners {
    padding: 30px 15px 20px;
    background: #111;
    position: relative;
}

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

.event-col__winners footer {
    padding: 0px 0 30px;
}

.event-winners + footer {
    padding-top: 0;
}

@media (min-width: 768px) {
    .event-winners {
        padding: 60px 15px 20px;
    }
    
    .event-col__winners footer {
        padding-bottom: 60px;
    }

}

.event-winner {
    color: #fff;
    margin-bottom: 15px;
/*    opacity: 0;*/
}

.event-winner-top {
    margin-bottom: 30px;
} 

.event-winner-top h4 {
    font-size: 20px;
}

.hof-grid .event-winner {
    opacity: 0;
}


.event-col__winners footer a {
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 14px 10px;
    background: #299b59;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {



    .event-winner-top .event-winner__inner {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
}

.event-winner__inner {
    position: relative;
}


.img-container {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #002614;
}

.img-container:before {
    position: absolute;
    width: 25px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-weight: 800;
    content: attr(position);
    z-index: 1;
    font-size: 18px;
}

.img-container:after {
    position: absolute;
    width: 50px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    content: "";
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #299b59;
}

.event-winner-top .img-container:before {
    font-size: 32px;
    width: 45px;
    height: 40px;
    line-height: 34px;
}

.event-winner-top .img-container:after {
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 80px solid #299b59;
}

.event-winner img {
    display: block;
}

.event-winner h4 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-winner h4 + p {
    line-height: 1em !important;
}

.event-col.open .event-winner:nth-child(1) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.150s forwards;
    -moz-animation: fadeUp 0.2s linear 0.150s forwards;
    -o-animation: fadeUp 0.2s linear 0.150s forwards;
    -ms-animation: fadeUp 0.2s linear 0.150s forwards;
    animation: fadeUp 0.2s linear 0.150s forwards; 
}

.event-col.open .event-winner:nth-child(2) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.300s forwards;
    -moz-animation: fadeUp 0.2s linear 0.300s forwards;
    -o-animation: fadeUp 0.2s linear 0.300s forwards;
    -ms-animation: fadeUp 0.2s linear 0.300s forwards;
    animation: fadeUp 0.2s linear 0.300s forwards; 
}

.event-col.open .event-winner:nth-child(3) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.450s forwards;
    -moz-animation: fadeUp 0.2s linear 0.450s forwards;
    -o-animation: fadeUp 0.2s linear 0.450s forwards;
    -ms-animation: fadeUp 0.2s linear 0.450s forwards;
    animation: fadeUp 0.2s linear 0.450s forwards; 
}

.event-col.open .event-winner:nth-child(4) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.600s forwards;
    -moz-animation: fadeUp 0.2s linear 0.600s forwards;
    -o-animation: fadeUp 0.2s linear 0.600s forwards;
    -ms-animation: fadeUp 0.2s linear 0.600s forwards;
    animation: fadeUp 0.2s linear 0.600s forwards; 
}

.event-col.open .event-winner:nth-child(5) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.750s forwards;
    -moz-animation: fadeUp 0.2s linear 0.750s forwards;
    -o-animation: fadeUp 0.2s linear 0.750s forwards;
    -ms-animation: fadeUp 0.2s linear 0.750s forwards;
    animation: fadeUp 0.2s linear 0.750s forwards; 
}

.event-col.open .event-winner:nth-child(6) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 0.900s forwards;
    -moz-animation: fadeUp 0.2s linear 0.900s forwards;
    -o-animation: fadeUp 0.2s linear 0.900s forwards;
    -ms-animation: fadeUp 0.2s linear 0.900s forwards;
    animation: fadeUp 0.2s linear 0.900s forwards; 
}

.event-col.open .event-winner:nth-child(7) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 1.050s forwards;
    -moz-animation: fadeUp 0.2s linear 1.050s forwards;
    -o-animation: fadeUp 0.2s linear 1.050s forwards;
    -ms-animation: fadeUp 0.2s linear 1.050s forwards;
    animation: fadeUp 0.2s linear 1.050s forwards; 
}

.event-col.open .event-winner:nth-child(8) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 1.200s forwards;
    -moz-animation: fadeUp 0.2s linear 1.200s forwards;
    -o-animation: fadeUp 0.2s linear 1.200s forwards;
    -ms-animation: fadeUp 0.2s linear 1.200s forwards;
    animation: fadeUp 0.2s linear 1.200s forwards; 
}

.event-col.open .event-winner:nth-child(9) {
    opacity: 0;
    -webkit-animation: fadeUp 0.2s linear 1.350s forwards;
    -moz-animation: fadeUp 0.2s linear 1.350s forwards;
    -o-animation: fadeUp 0.2s linear 1.350s forwards;
    -ms-animation: fadeUp 0.2s linear 1.350s forwards;
    animation: fadeUp 0.2s linear 1.350s forwards; 
}
