.page-title-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.page-title-parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-parallax h1 {
    color: #FFF !important;
}


#content p {
        font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: subpixel-antialiased;
}

.single-post img[height]{
    height: auto !important;
}

#sidebarShare {
    position: fixed;
    bottom: 0%;
    margin-bottom: 30px;
    z-index: 999;
    left: 0px;
    background: white;
}

#sidebarShare .shareaholic-canvas  {
    display: block;
    margin-right: -21px;
    margin-bottom: -20px;
}

#sidebarShare ul.shareaholic-share-buttons {
    margin-bottom: 0 !important;
}
#sidebarShare .shareaholic-share-buttons-container li.shareaholic-share-button {
    margin-bottom: -9px !important;
}

footer, #footer {
    margin-top: 0 !important;
}

.richtext-image.left {
    position: relative;
    float: left;
    max-width: 50%;
    /*margin-left: -20px;*/
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.richtext-image.right {
    position: relative;
    float: right;
    max-width: 50%;
    /*margin-left: -20px;*/
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.richtext-image.full-width {
    position: relative;
    float: none;
    max-width: 100%;
    /*margin-left: -20px;*/
    margin: 20px auto;
    display: block;
}

.post-grid .entry, .post-masonry-full.grid-3 .entry {
    min-height:687px;max-height:687px;
}

@media (max-width: 479px) {
    .post-grid .entry, .post-masonry-full.grid-3 .entry {
        max-height:none !important;
    }
}
