/* 
    Created on : Apr 17, 2017, 1:35:13 PM
    Author     : Ivor
*/

#cal-wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
#cal-wrapper .cal-item{
    position: relative;
    display: block;
    height: auto;
    min-height: 60px;
    width: 100%;
    margin-bottom: 0px;
}
#cal-wrapper .cal-item .head-wrapper{
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    background-color: #e3d4ab;
    color: #201406;
    border-bottom: #201406 1px solid;
    cursor: pointer;
}
#cal-wrapper .cal-header{
    font-weight: normal;
    height: 60px;
}
.year-header .head-wrapper{
    font-size: 26px;
    line-height: 60px;
    text-align: center;
}
#cal-logo{
    position: relative;
    height: 110px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#cal-logo path{
    fill: #FFFFFF;
}
#cal-wrapper .cal-header .head-wrapper{
    background: #7f7425;
    color: #ecf0f1;
    border-bottom: none;
    cursor: auto;
}
#cal-wrapper .head-wrapper.headings{
    background: #a89e33;
}
#cal-wrapper .cal-item .content-wrapper{
    position: relative;
    display: block;
    height: 0px;
    width: 100%;
    background: #7b1801;
    color: #ecf0f1;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    overflow: hidden;
}

#cal-wrapper .cal-item .short, #cal-wrapper .head-desc{
    position: relative;
    display: table-cell;
    min-height: 60px;
    line-height: 60px;
    font-size: 20px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}
#cal-wrapper .cal-header .short{
    font-size: 22px;
}
#cal-wrapper .start{
    width: 165px;
    padding-left: 30px;
}
#cal-wrapper .end{
    width: 140px;
}
#cal-wrapper .cal-item .title{
    width: 355px;
    line-height: 25px;
}
#cal-wrapper .cal-item .subtitle{
    font-size: 16px;
}
#cal-wrapper .cal-item .title.featured{
    width: 80%;
    padding-left: 30px;
}
#cal-wrapper .cal-item .target{
    width: 120px;
    line-height: normal;
}
#cal-wrapper .cal-item .target .event-targets{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    text-transform: capitalize;
    min-height: 60px;
    line-height: normal;
}
#cal-wrapper .cal-item .wrap-link{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
}
#cal-wrapper .location{
    /*width: 150px;*/
}
#cal-wrapper .chevron{
    position: absolute;
    display: table-cell;
    right: 0px;
    height: 60px;
    width: 60px;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
}
#page-content .sorting a{
    font-size: 18px;
    font-weight: normal;
}
#page-content #cal-sorting{
    margin-bottom: 20px;
    font-size: 18px;
}

.tribe-events-cost, .tribe-events-event-cost, .tribe-events-event-meta{
    display: none;
}
.tribe-events-schedule{
    margin-top: -30px;
}
.tribe-events-schedule h2{
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.tribe-events-event-image img{
    width: 95%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.tst-wrapper{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: rgba(123,24,1,0.6);
    color: #ecf0f1;
    padding: 46px;
    clear: both;
    
}
.tst-content{
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
}
.tst-expand{
    position: relative;
    clear: both;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    display: none;
}

#tribe-events-content .tribe-events-single-event-title{
    margin-bottom: 0px;
}