.post-title, .page-title {
    font-family: "Lora", sans-serif !important;
}

.post-body {
    font-size: 1.1em;
}

.post-body p {
    margin-bottom: 15px;
    text-align: left !important;
}

.post-body ul {
    margin-bottom: 15px;
}

.post-body b {
    font-weight: bold !important;
}

.post-body .post-text a {
    text-decoration: underline;
    color: #0d6aad;
}

.similar-post {
    margin-bottom: 10px;
}

.similar-post h6 > a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.similar-post:nth-child(odd) {
    border-right: 1px solid #e7e7e7;
}

@media screen and (max-width: 991px) {
    .similar-post:nth-child(odd) {
        border-right: none;
    }
    .similar-post:not(:nth-last-child(1)) {
        padding-bottom: 5px;
        border-bottom: 1px solid #e7e7e7;
    }
}

.similar-post h6 {
    font-size: 1.05em;
    text-align: left;
    line-height: 1.1em;
    vertical-align: middle;
    margin-left: 5px;
}

.similar-post .post-text {
    width: calc(100% - 150px);
    float: left;
    height: 80px;
    margin: 0 !important;
}

.similar-post .post-thumb {
    width: 140px;
    height: 80px;
    float: left;
}

.blog-single ul {
    list-style: circle;
    padding-left: 35px;
}

.aupairsearch .widgetFilters .row-list .filters-list {
    height: auto;
    max-height: 300px;
}

.blogLinkable {
    cursor: pointer;
}

.email-image img {
    max-width: 110px;
    max-height: 35px;
}