/*Other Pages CSSs*/
.site-hero-section .go-to-btn{
    display: inline-block;
    cursor: pointer;
}
.site-hero-section .go-to-btn img{
    width: 57px;
}

.contact-us-form-section{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-us-form-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}
.contact-us-form-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.contact-us-form-wrapper .form-control{
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    height: 55px;
    border-radius: 0;
}
.contact-us-form-section .address-box h4{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
    margin: 0;
}
.contact-us-form-section .address-box p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.book-us-form-section{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.book-us-form-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}
.book-us-form-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.book-us-form-wrapper .form-control{
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    height: 55px;
    border-radius: 0;
}
.book-us-form-wrapper .control-label{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.event-list-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.event-list-section .filter-container{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 4px;
}
.event-list-section .filter-container div{
    vertical-align: middle;
}
.event-list-section .filter-container .heading{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.event-list-section .filter-container select{
    border-radius: 0;
    height: 36px;
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    box-shadow: none;
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 2px 45px 3px 15px;
    background-image: url(../../assets/images/events/arrow-down-black.png);
    background-position: top 15px right 10px;
    background-repeat: no-repeat;
}
/*.event-list-section .filter-container .select-wrapper{
    position: relative;
}
.event-list-section .filter-container .select-wrapper:after{
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #666666;
}
*/
.event-list-container h3{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.7px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}
.event-list-container .event-item-box{
    background-color: #f8f9fb;
    margin-bottom: 25px;
}
.event-list-container .event-item-box .event-date-box{
    max-width: 170px;
    border-radius: 2px;
    padding: 10px 20px 15px 20px;
    text-align: center;
}
.event-list-container .event-item-box .event-date-box .day{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    display: block;
}
.event-list-container .event-item-box .event-date-box .month{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.7px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}
.event-list-container .event-item-box .event-title-and-meta{
    padding-left: 25px;
    padding-top: 15px;
}
.event-list-container .event-item-box .event-title-and-meta .title{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.event-list-container .event-item-box .event-title-and-meta .title:hover,
.event-list-container .event-item-box .event-title-and-meta .title:active,
.event-list-container .event-item-box .event-title-and-meta .title:focus{
    color: #000000;
}
.event-list-container .event-item-box .event-title-and-meta .meta{
    position: relative;
    bottom: -2px;
}
.event-list-container .event-item-box .event-title-and-meta .meta span{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.event-list-container .event-item-box .learn-more-btn{
    min-width: 130px;
    min-height: 43px;
    background-color: #1c1c26;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
    border-radius: 0;
}
.event-list-container .event-item-box .learn-more-btn:hover,
.event-list-container .event-item-box .learn-more-btn:active,
.event-list-container .event-item-box .learn-more-btn:focus{
    color: #ffffff;
}

.workshop-list-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
}
.workshop-list-section .filter-container{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 4px;
}
.workshop-list-section .filter-container div{
    vertical-align: middle;
}
.workshop-list-section .filter-container .heading{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.workshop-list-section .filter-container select{
    border-radius: 0;
    height: 36px;
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    box-shadow: none;
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 2px 45px 3px 15px;
    background-image: url(../../assets/images/events/arrow-down-black.png);
    background-position: top 15px right 10px;
    background-repeat: no-repeat;
}
/*.workshop-list-section .filter-container .select-wrapper{
    position: relative;
}
.workshop-list-section .filter-container .select-wrapper:after{
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #666666;
}
*/

.workshop-list-section .workshop-item-box{
    padding: 12px 0px 12px 70px;
    position: relative;
}
.workshop-list-section .workshop-item-box .date-box{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.7px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #385a51;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.workshop-list-section .workshop-item-box .body-content{
    max-width: 567px;
    padding-top: 40px;
}
.workshop-list-section .workshop-item-box .body-content .title{
    color: #000000;
    font-family: "Source Sans Pro";
    /*font-size: 40px;*/
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}
.workshop-list-section .workshop-item-box .body-content .title:hover,
.workshop-list-section .workshop-item-box .body-content .title:active,
.workshop-list-section .workshop-item-box .body-content .title:focus{
    color: #000000;
}
.workshop-list-section .workshop-item-box .body-content p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 10px;
}
.workshop-list-section .workshop-item-box .meta-data{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.workshop-list-section .workshop-item-box .meta-data span{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.workshop-list-section .workshop-item-box .learn-more-link{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
}
.workshop-list-section .workshop-item-box .learn-more-link:hover,
.workshop-list-section .workshop-item-box .learn-more-link:active,
.workshop-list-section .workshop-item-box .learn-more-link:focus{
    color: #666666;
}
.workshop-list-section .workshop-item-box .workshop-img{
    /*float: right;*/
}

.event-details-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.event-details-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.event-details-section .reserve-seat-btn{
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    width: 270px;
    height: 60px;
    border-radius: 2px;
    background-color: #385a51;
    padding-top: 17px;
    margin-top: 15px;
}
.event-details-section .reserve-seat-btn:hover,
.event-details-section .reserve-seat-btn:active,
.event-details-section .reserve-seat-btn:focus{
    color: #ffffff;
}
.event-details-section .event-metadata{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.event-details-section .event-metadata > div{
    margin-bottom: 5px;
}
.event-details-section .horizontal-line{
    margin: 40px 0;
}
.event-details-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
    text-align: center;
}
.event-details-section .gallery-list-box .image-box{
    height: 233px;
    margin-bottom: 15px;
}

@media(max-width: 767px){
    .contact-us-form-section .address-box h4 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .contact-us-form-section .address-box p{
        font-size: 16px;
    }
    .contact-us-form-section h2 {
        font-size: 36px;
    }
    .contact-us-form-section p {
        font-size: 20px;
        line-height: 28px;
    }
    .contact-us-form-wrapper .form-control{
        font-size: 18px;
    }
    .book-us-form-section h2 {
        font-size: 36px;
    }
    .book-us-form-section p {
        font-size: 20px;
        line-height: 28px;
    }
    .book-us-form-wrapper .form-control{
        font-size: 18px;
    }
    .book-us-form-wrapper .date-control{
        width: 224px!important;
    }
    .book-us-form-wrapper .time-control{
        width: 49px!important;
        font-size: 14px;
    }
    .book-us-form-wrapper .time-control-xs{
        width: 58px!important;
        padding: 7px;
    }
    .book-us-form-wrapper .control-label{
        margin-right: 10px!important;
    }
    .event-list-container .event-item-box .d-inline-block{
        display: block!important;
    }
    .event-list-container .event-item-box .event-date-box{
        max-width: 100%;
    }
    .event-list-container .event-item-box .learn-more-btn{
        min-width: 100%;
    }
    .event-list-container .event-item-box .event-date-box .day{
        font-size: 28px;
    }
    .event-list-container .event-item-box .event-date-box .month{
        font-size: 18px;
    }
    .event-list-container .event-item-box .event-title-and-meta .title {
        font-size: 28px;
        line-height: 31px;
    }
    .event-list-section .filter-container div{
        display: block!important;
        margin-bottom: 5px;
    }
    .event-list-section .filter-container .pl-3{
        padding-left: 0!important;
    }
    .event-list-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .workshop-list-section .filter-container div{
        display: block!important;
        margin-bottom: 5px;
    }
    .workshop-list-section .filter-container .pl-3{
        padding-left: 0!important;
    }
    .workshop-list-section .workshop-item-box{
        padding: 15px 15px 30px;
    }
    .workshop-list-section .workshop-item-box .workshop-img{
        margin-top: 20px;
    }
    .workshop-list-section .workshop-item-box .body-content .title{
        font-size: 27px;
        line-height: 28px;
    }
    .workshop-list-section .workshop-item-box .date-box{
        font-size: 16px;
    }
    .workshop-list-section .workshop-item-box .meta-data span {
        font-size: 15px;
    }
    .workshop-list-section .workshop-item-box .learn-more-link {
        font-size: 19px;
    }
    .workshop-list-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .event-details-section{
        padding-bottom: 30px;
    }
    .event-details-section h2{
        font-size: 32px;
    }

}
@media(min-width: 768px) and (max-width: 990px){ 
    .contact-us-form-section .address-box h4 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .contact-us-form-section .address-box p{
        font-size: 16px;
    }
    .contact-us-form-section h2 {
        font-size: 36px;
    }
    .contact-us-form-section p {
        font-size: 20px;
        line-height: 28px;
    }
    .contact-us-form-wrapper .form-control{
        font-size: 18px;
    }

    .book-us-form-wrapper .date-control{
        width: 265px!important;
    }
    .book-us-form-wrapper .time-control{
        width: 62px!important;
        font-size: 12px;
    }
    .event-list-container .event-item-box .learn-more-btn{
        min-width: 100px;
        font-size: 14px;
        margin-top: 21px;
    }
    .event-list-container .event-item-box .event-date-box .day{
        font-size: 22px;
    }
    .event-list-container .event-item-box .event-date-box .month{
        font-size: 14px;
    }
    .event-list-container .event-item-box .event-title-and-meta .title {
        font-size: 20px;
    }
    .event-list-container .event-item-box .event-title-and-meta .meta span{
        font-size: 12px;
    }
    .event-list-container .event-item-box .event-title-and-meta {
        padding-top: 5px;
    }
    .event-list-container .event-item-box .event-date-box{
        min-height: 86px;
        padding-top: 20px;
    }
    .event-list-container .d-inline-block{
        vertical-align: top;
    }
    .workshop-list-section .workshop-item-box .body-content .title{
        line-height: 40px;
    }
    .event-details-section .gallery-list-box .image-box {
        height: 140px;
    }

}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

}