.single-post .type-post{
    margin: 80px 0;
}

.single-post .type-post .container .entry-header {
    text-align: center;
    margin-bottom: 30px;
}
.post-thumbnail {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.entry-meta {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #76787B;
}

.entry-meta a {
    color: #76787B;
}
.single  h3 {
    margin-bottom: 24px;
}
.single .entry-content > div:not(:last-child) {
    margin-bottom: 40px;
}
.two-column-img-with-content .column-left {
    width: 48.25%;
}

.two-column-img-with-content .column-right {
    width: 48.25%;
}

.two-column-img-with-content .column-left .img-wraper {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    height: 100%;
}
.two-column-img-with-content .column-left .img-wraper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.entry-content ul{
    margin: 0;
}

.entry-content ul li::marker {
    color: #76787B;
    vertical-align: middle;
}

.entry-content  li:not(:last-child) {
    margin-bottom: 10px;
}

.entry-content h3:not(:first-child) {
    margin-top: 30px;
}

.entry-content ul li {
    position: relative;
    padding-left: 15px;
    list-style-type: none;
    line-height: 26px;
}
.entry-content ul li:before {
    content: "";
    display: block;
    background: #76787B;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.entry-footer {
    margin-top: 30px;
}
.share-link {
    display: flex;
    align-items: center;
}

.share-link span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #525252;
    font-family: "Playfair Display", serif;
}

.share-link a {
    border-radius: 8px;
    border: 1px solid rgba(56, 66, 73, 0.06);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.share-link a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

/*Single Location */
.single-location .title-section {
    text-align: center;
}

@media only screen and (min-width:1200px){
    .single .single-location .container,
     .single .type-post .container {
        max-width: 1094px;
    }
}
@media only screen and (max-width:991px){
    .two-column-img-with-content .column-left {
        width: 100%;
    }
    .two-column-img-with-content .column-right {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){

}