/* Colors quick reference 
 dark-blue: #40586f
 light blue: #88d4f5
 navy blue: #003556
 grey: #e7ebf1
 grey2: #c9c7c7
 red: #833a3c

 text: #40586f
 text2: #353535
*/
.home.page {
    margin-bottom: 0;
}
.home .site-main > article.hentry {
    margin-bottom: 0;
}
article.hentry {
    max-width: 100%;
    overflow: hidden;
}
.home .entry-footer {
    background: #e2e8f0;
    position: relative;
    z-index: 1;
}
.breadcrumbs a {
    color: #88d4f5;
    text-decoration: none;
    font-size: 18px;
}
.breadcrumbs span {
    font-size: 18px;
}
.qubely-image-container,
.image-shadow {
    border-radius: 10px;
    box-shadow: 0 0 20px #aaa;
    display: inline-block !important;
}
.image-shadow img {
    border-radius: 10px;
}
.noshadow .qubely-image-container {
    box-shadow: none;
}
.feature-block-image__image {
    flex-basis: 237px;
    background-position: center;
}
.feature-block-image__image--short {
    flex-basis: 190px;
    max-height: 190px;
    background-position: center;
}

/* Post */
figure.post-thumbnail {
    margin: 0;
}
.single-post .post-thumbnail {
    max-width: 450px;
    float: right;
    margin: 0 0 10px 50px;
}
.single-post .post-thumbnail img {
    border-radius: 10px;
    box-shadow: 0 0 20px #aaa;
}
.single-post .content {
    margin-top: -15px;
}
.single-post .shadow-left-right {
    left: 0;
}
@media(max-width: 767px) {
    .single-post .post-thumbnail {
        max-width: 100%;
        float: none;
        margin: 0 0 35px 0;
    }
}