﻿select {
    -webkit-appearance:none;
    appearance: none;
}
#slider, #slider h1, #slider h2, #slider h3, #slider p {
    color: #FFFFFF;
}
.owl-carousel{
    touch-action:manipulation;
}
    .owl-carousel .owl-stage {
        padding:0;
    }
.heading-block {
    margin-bottom: 50px;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
#slider .cover-image{
    width:100%;
    max-height:500px;
    min-height: 250px;
    object-fit: cover;
}
#logo {
    overflow:hidden;
    font-size:24px;
    font-weight:500;
    color: #333;
}

    .heading-block h1 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .heading-block:after {
        width: 60px;
    }

.entry-title h2 {
    letter-spacing: 0;
    font-size:16px;
    line-height:120%;
}

.small-thumbs .entry-image, .ievent .entry-image {
    width: 200px;
}

    .small-thumbs .entry-image img {
        object-fit: contain;
        max-width: 100%;
        max-height: 250px;
    }

.events .entry, .ievent, .entry {
    background-color: #FAFAFA;
    margin-bottom: 40px;
    border-radius:4px;
}
.entry-image{
    margin-bottom:22px;
}
.entry h5{
    font-weight:600 !important;
    font-size:15px;
    margin-bottom:15px;
}
.entry-image img {
    height: 300px;
    object-fit: cover;
    border-radius: 3px;
}
.small-thumbs .entry-image img{
    border-radius:3px;
}

.entry:after {
    background-color: #EEEEEE;
    margin-top: 20px;
}
.entry p {
    font-size: 15px;
    word-break:break-all;
}

.entry-title h2 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: inherit;
}
.entry-meta {
    margin: 10px 0 0 0;
}

    .entry-meta li {
        font-size: 14px;
        color: #777777;
        font-style: normal;
        margin: 0 5px 0 0;
        font-family: inherit;
        font-weight: 500;
        margin-bottom: 8px;
    }
        .entry-meta li:before {
            content: '•';
            color: #000000;
            margin-left:5px;
        }

        #posts .entry-content {
            margin-top: 15px;
        }
            

.events .entry{
    padding:0;
}

#page-title {
    padding: 32px 0 32px 0;
    height: auto;
}

    #page-title h1 {
        font-size: 18px;
        font-weight: 400 !important;
    }
.breadcrumb {
    font-size:14px;
}
#search-container {
    background-color: #f2f6fa;
    padding: 18px;
}
#search-container {
    padding: 9px;
    max-height: 68px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    background-color: rgba(255,255,255, 0.85);
}

    #search-container select {
        border: 0 none;
        background-color: transparent;
        color: #FFFFFF;
        border-radius: 0;
        opacity: 1;
        font-size: 15px;
        font-weight: 600;
        color: #333333;
    }
    #search-container i {
        position: absolute;
        right: 10px;
        top: 20%;
        color: #888888;
    }

#primary-menu ul ul li > a {
    font-weight:500;
    font-size:15px;
    text-transform:none;
    color:#444444;
}

#pw-page {
    word-break:break-word;
}
#pw-page figure {
    text-align:center;
    width:100%;
    display:block;
}
#pw-page figcaption {
    margin-top:15px;
    font-size:15px;
    color:#999999;
}
#pw-page ul, #pw-page ol{
    margin-left:30px;
    margin-top:30px;
}

#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
    top:0;
    margin-bottom: 0;
}

.pagination {
    display: block;
    margin-left:auto;
    margin-right:auto;
}

.page-item {
    display: inline-block;
    margin-bottom: 10px;
}


@media (max-width:576px) {
    #search-container {
        border-radius: 0;
        max-height: none;
        background-color: transparent;
    }

        #search-container select {
            display: block;
            margin-bottom: 10px;
            background-color: rgba(255,255,255,0.85);
            border-radius: 6px;
            height: 44px;
        }
        #search-container i {
            right: 30px;
        }
}

@media(min-width:768px) {
    .events .entry {
        padding:20px;
    }
    .events .entry-c{
        padding:0;
    }
}

@media(max-width: 767.98px) {
    #posts .entry-meta li i {
        display: inline-block;
    }
    .events .entry-c {
        padding: 0 15px 0 20px;
    }
}
@media(min-width:576px) and (max-width:767.98px) {
    #top-container {
        max-width: 98%;
    }
}