﻿
/* NO MENU SUBBANNER
----------------------------------------*/
.subbannernomenu{
    background-color: #2DBDEF;
    background: linear-gradient(85deg, #2E96D6, #2DBDEF);
    position: relative;
    width: 100%;
    text-align: center;
    height: 165px;
    margin: 0 auto;
    top: 159px;
    z-index: 4;
}



/* CALENDAR
----------------------------------------*/
.calendarview {
    _height: 338px;
    min-height: 338px;
    padding-bottom: 20px;
}

.legend {
    clear: both;
    display: block;
    padding: 10px 0 24px 0;
    color: #59595B;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .09em;
}

.legend .currentcolor {
    position: relative;
    display: block;
    float: left;
    padding: 0 20px 0 18px;
}

.legend .currentcolor::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C4E3ED;
}

.legend .eventlinkcolor {
    position: relative;
    float: left;
    padding: 0 20px 0 18px;
}

.legend .eventlinkcolor::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FF6600;
}

.legend .selectedcolor {
    position: relative;
    float: left;
    padding: 0 0 0 18px;
}

.legend .selectedcolor::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0099CC;
}


/* DATE DRIVEN CALENDAR
----------------------------------------*/
.calendarpage {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
     }

.contentarea .sidebartitle {
    padding-top: 25px
}

.calendarpage .datedrivenentryblock {
    display: block;
    clear: both;
    padding: 5px 0 10px 0; 
    } 

.calendarpage .datedrivenentryblock .datedrivenimagecircle {
     float: left;
     width: 15%;
     }

.calendarpage .datedrivenentryblock .datedrivenimagecircle .datedrivenimage {
    position: relative;
    width: 90%;
    height: auto;
    padding-top: 92%;
    background-color:#FF6600;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 1px #FF6600;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 20px;
    }

.calendarpage .datedrivenentryblock .datedrivenimagecircle .datedrivenimage:hover {
    border: 4px solid #33ADD6;
    box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff;
    }


.calendarpage .datedrivenentryblock .datedrivendetails {
     float: left;
     width: 75%;
     box-sizing: border-box;
     padding: 25px 0 0 10px;
     }
 
.calendarpage .datedrivenentryblock .datedrivendetails .date {
     display: block;
     float: left;
     font-weight: 400;
     color: #59595B;
     font-size: 16px;
     line-height: 16px;
     text-transform: uppercase;
     letter-spacing: .06em;
     }

.calendarpage .datedrivenentryblock .datedrivendetails .time {
    float: left;
    display: block;
    font-weight: 400;
    color: #59595B;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding-left: 5px;
}


.calendarpage .datedrivenentryblock .datedrivendetails .title a {
     display: block;
     padding: 4px 0 0 0;
     font-weight: 600;
     color: #0099CC;
     font-size: 22px;
     line-height: 24px;
     margin: 0;
    text-decoration: none;
     letter-spacing: .06em;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
     }

.calendarpage .datedrivenentryblock .datedrivendetails a:hover {
     color: #FF9900;
     }

.calendarpage .datedrivenentryblock .datedrivendetails  .description {
     padding: 6px 0 12px 0;
     display: block;
     font-weight: 400;
     color: #59595B;
     font-size: 16px;
     line-height: 20px;
     letter-spacing: .06em;
     }
     


/* EVENT DETAILS PAGE
----------------------------------------*/
.event {
    clear: both;
    padding: 0 0 0 0;
    width: 98%;
    }

.event .label {
    clear: both;
    padding-top: 10px;
    color: #FF9900;
    letter-spacing: .1em;
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
}

.event .date {
     display: block;
    padding: 8px 0 0 0;
     font-weight: 400;
     color: #0099CC;
     font-size: 20px;
     line-height: 22px;
     letter-spacing: .08em;
     text-transform: uppercase;
     }


.event .title h1  {
    margin: 0;
    padding: 10px 0 5px 0;
    text-align: left;
    color: #0099CC;
    font-weight: 200;
    letter-spacing: .04em;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    border-bottom: 1px solid #C4E3ED;
}

.event .share {
    width: 100%;
    position: relative;
    min-height: 35px;
    padding: 9px 0 8px 0;
    border-bottom: 1px solid #C4E3ED;
}

.event .share .sharebuttons {
    position: relative;
    color: #cccccc;
    font-size: 12px;
}

.event .share .saveevent {
    position: absolute;
    top: 5px;
    right: 0;
}


.event .time {
     display: block;
    padding: 0 0 10px 0;
     font-weight: 400;
     color: #0099CC;
     font-size: 16px;
     line-height: 16px;
     letter-spacing: .08em;
     text-transform: uppercase;
     }

.event .locationdetails {
    clear: both;
    padding: 10px 0 20px 0;
}

.event .locationdetails .title {
    display: block;
    padding: 0 0 0 0;
    font-weight: 600;
    color: #0099CC;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event .locationdetails .adress {
    clear: both;
    padding: 6px 0 16px 0;
    font-weight: 300;
    color: #666666;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .08em;
}

.event .locationdetails a {
    clear: both;
    margin: 45px 0 10px 0;
    padding: 0 0 20px 0;
    font-weight: 300;
    color: #0099CC;
    border-top: 1px solid #0099CC;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .06em;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.event .locationdetails a:hover {
    color: #FF6600;
    padding-right: 25px;
    border-top: 1px solid #FF6600;
}

