/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 COLOR SCHEME : #1e90ff
 */


/* Slider
/* ========================================================================== */


.main-slider .owl-controls .owl-next{
    left:auto !important;
}

.region-main-slider #block-views-eventme-slider-block > .container{
    width: 100%;
    padding: 0;
}
.region-main-slider,#block-views-eventme-slider-block,
.region-main-slider #block-views-eventme-slider-block > .container,
.view-eventme-slider{
    max-height: 100%;
    overflow: hidden;
    height: 100% !important;
    min-height: 100% !important;
}

/* Feature
/* ========================================================================== */


.feature .media-object{
    margin:auto;
}


/* Timeline
/* ========================================================================== */

section h2.block-title{
    text-align: center;
    position: relative;
    line-height: 1;
    margin: 0 0 60px 0;
}

/* Footer
/* ========================================================================== */

.footer .social-icon{
    margin:2px;
}
.footer{
    margin-top: 0;
    padding: 0;
    margin: 0;
    border:none;
    margin-top: -1px;
}

/* Main content
/* ========================================================================== */
#main_container.container{
    padding-top:150px;
}

.front #main_container.container{
    padding-top:0px;
}

.not-front .content-area{
    padding-top:100px;
}

.wide .page-section,
.boxed .page-section:not(.slider) .container {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.wide .page-section.light, .boxed .page-section.light .container {
    background-color: #f6f7f8;
}

.parallax, .boxed .parallax .container {
    position: relative;
    z-index: 1;
}

.wide .footer, .boxed .footer .container {
    padding: 70px 0;
    background-color: #f5f5f5;
    color: #414650;
    font-size: 18px;
}

/* Blocks
/* ========================================================================== */

.view-header{
    position: relative;
    line-height: 1;
    margin: 0 0 60px 0;
}

.view-header small {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #787b80;
    text-align: center;
}

.view-header small:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 15px auto 15px auto;
    background-color: #1e90ff;
}

.block-views h3.section-title.half-bottom,.block-views h3.section-title{
    margin-bottom: 0px;
}

/* Categories
/* ========================================================================== */

.widget .categories ul {}
.widget .categories li {
    line-height: 30px;
    margin-bottom: 1px;
}
.widget .categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f6f7;
    color: #8a929a;
}
.widget .categories li.active a,
.widget .categories li a:hover {
    background-color: #1e90ff;
    color: #ffffff;
}
.widget .categories li a small {
    float: right;
}

/* flickr feed
/* ========================================================================== */

.widget .flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget .flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget .flickr-feed li a {
    display: block;
    border: solid 1px transparent;
}
.widget .flickr-feed li a:hover {
    border-color: #1e90ff;
}

.widget .flickr-feed li a img {
    width: 63px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget .flickr-feed li a img {
        width: 78px;
    }
}
@media (max-width: 991px) {
    .widget .flickr-feed li a img {
        width: 83px;
    }
}
@media (max-width: 767px) {
    .widget .flickr-feed li a img {
        width: 68px;
    }
}


.boxed .page-section.image .container{
    padding-top: 100px;
    padding-bottom: 100px;
}



.wide .blog .page-section , .boxed .blog .page-section > .container{
    background-color: #f5f8fa !important;
}


#comments .title{
    display:none;
}

#edit-comment-body .filter-wrapper{
    display: none;
}

#comments #edit-preview{
    display:none;
}

#comments .indented{
    margin-left:50px;
}

.comments div.comment:last-of-type .comment-reply,
.comments div.indented:last-of-type .comment-reply{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#contact-site-form .col-sm-12{
    clear:both;
}


@media (max-width: 639px) {
    .about-event .btn-theme-group .btn-theme + .btn-theme {
        margin-top: 0px;
    }
}


@media (max-width: 520px){

    .subscribe .btn-subscribe {
        position: relative!important;
        margin-top: 5px;
    }

    .main-slider .owl-controls {
        top: 80%;
    }

    .main-slider .owl-controls .owl-prev{
        left:30%;
        border-left:1px solid #c4c4c4;
    }

    .main-slider .owl-controls .owl-next{
        right:30%;
        border-right:1px solid #c4c4c4;
    }

}

@media (max-width: 991px){

    .blog .content-area {
        padding-top: 44px;
    }
    .pagination{
        margin-bottom:25px;
    }

}

/*
* Speaker node style
*/

.do-up .caption {
    max-height: 130px;
}

.speaker-full-buttons .caption-social {
    opacity: 1;
    background-color: #307cf0;
    color: #ffffff;
}

.webform-client-form .af-outer{
    margin-bottom: 10px;
}