div#Top_bar:not(.sticky) {
    margin-bottom: -110px;
}

.image_frame.full_border {
    border: 1px solid #cecece;
}

.menu a {
    z-index: 300;
}

.social {
    cursor: pointer;
}

.social i:before {
    background-color: #8a9799;
    color: #252525;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border-radius: 100%;
    padding: 6px 6px 7px 7px;
    margin-left: 15px;
}

.social:hover i:before {
    background-color: #ffffff;
    
}

.photo .post-desc-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

/* .image_frame a {
    width: 50px;
    text-align: center;
} */