@font-face {
    font-family: PTSerif;
    src: url(../fonts/Roboto-Regular.ttf);
}
.evein-about-left {
    width: 60%;
    padding-right: 10px;
}

a {
    text-decoration: none !important;
}

.evein-about-right {
    width: 40%;
    padding: 20px;
    overflow-y: scroll;
}

.evein-mid-section {
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
}

h1.evein-section-title {
    font-size: 3.25rem;
    font-weight: 800;
    margin-top: 3%;
    margin-bottom: 3%;
    font-family:PTSerif
}

div#content {
    margin-left: 1%;
    margin-right: 1%;
}

.evein-descp {
    font-size: 15px;
    line-height: 1.5rem;
    
}

h1.evein-section-title a {
    color: #fff;
}

.evein-fs-14 {
    font-size: 14px;
}

.evein-section-title {
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}

span.dashicons {
    margin-right: 4px;
    vertical-align: middle;
}

.evein-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-filter: blur(50px) brightness(.9);
    filter: blur(50px) brightness(.9);
    z-index: 0;
}


.evein-image {
    max-height: 50vh;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 10px;
}

.evein-image img {
    max-width: 90%;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.evein-image-wrapper {
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 32px;
    padding-top: 20px;

}

.evein-title {
    font-size: 34px;
    position: absolute;
    left: 7%;
    z-index: 1;
    color: #fff;
    top: 80%;
    font-weight: 700;
    font-family: PTSerif;
}

.evein-category {
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    color: #FFF;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background-color: #ff8700;
    display:inline;
}

.evein-publish-date {
    font-size: 13px;
    font-weight: 600;
    display:inline;
    
}

.evein-map{
    width:100%;
    height:300px;
    margin-top: 20px;
}
.evein-map-box-content{
    width: 250px;
}