﻿.city-detail-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 450px;
    height: 100vh;
}

/*.city-detail-image:after {
        width: 100%;
        height: 200px;
        position: absolute;
        content: '';
        bottom: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(67,89,101,0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    }*/

.city-detail-caption {
    position: absolute;
    color: #fff;
    /*bottom: 0px;*/
    left: 50%;
    top: 50%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    font-family: Lato,sans-serif;
    padding-bottom: 30px;
}

    .city-detail-caption h1 {
        font-size: 100px;
        font-weight: 900;
        letter-spacing: 1.3px;
        /*text-align: left;*/
        color: #ffffff;
        font-family: 'Wildspiritalt';
        text-shadow: 0px 0px 20px #f0ff00cf;
    }

@media (max-width:767px) {
    .city-detail-caption h1 {
        font-size: 65px;
        font-weight: 900;
    }
}

.city-detail-caption p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.3px;
    /*text-align: left;*/
    color: #ffffff;
    text-transform: uppercase;
}

.blog-content {
    font-family: Lato,sans-serif;
    padding-top: 15px;
}

.blog-breadcrumb {
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .blog-breadcrumb .date {
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #494949;
        padding-right: 10px;
        border-right: solid 1px #a7a7a7;
        font-weight: normal;
    }

    .blog-breadcrumb .category {
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #d47d87;
        padding-left: 10px;
        padding-right: 10px;
        border-right: solid 1px #a7a7a7;
    }

    .blog-breadcrumb .author {
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #494949;
        font-style: italic;
        padding-left: 10px;
        font-weight: normal;
    }

.blog-article {
    line-height: 1.62;
    letter-spacing: 0.6px;
    color: #494949;
    text-align: justify;
    font-size: 15px;
}

    .blog-article p, .blog-article h1, .blog-article h2, .blog-article h3 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

.article-image__img {
    width: 100%;
    margin-top: 20px;
}

.blog-side-title h4 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-align: left;
    color: #494949;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .blog-side-title h4 {
        font-size: 15px;
        margin-top: 50px;
    }
}

.similar-post-wrapper {
    overflow: hidden;
}

.similar-post-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 135px;
    transition: all 0.25s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.similar-post-item:hover .similar-post-image {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}

.similar-post-text {
    padding: 15px 0;
    font-family: Lato,sans-serif;
}

    .similar-post-text span {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        color: #696969;
    }

        .similar-post-text span:hover {
            color: #97786f;
        }

.blog-article img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
