.post-sharing-stick {
    z-index: 9999;
    height: 40px;
    position: fixed;
    bottom: 60vh;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    display: flex;
    flex-direction: column;
    float: left;
    left: 2px;
    color: #ffdb58 !important;
}

.fa-sharing {
    font-size: 22px !important;
    margin-bottom: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin-bottom: 10px;
}

.sticky+.content {
    padding-top: 102px;
}

.sticky .header-section {
    background-image: none;
    display: none
}

.sticky .brand-logo {
    width: 40px;
    display: block !important;
    margin-left: -590px !important;
}

.sticky .blog-title-header {
    width: auto;
    display: block !important;
    animation-timing-function: linear;
    margin-left: -432px !important;
    display: none;
    padding: 6px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
}

.sticky .header {
    -webkit-box-shadow: 0 9px 12px -9px #2b388f85;
    -moz-box-shadow: 0 9px 12px -9px #2b388f85;
    box-shadow: 0 9px 12px -9px #2b388f85;
}

.blog-content-sticky {
    margin-top: 150px;
}

.sidebar-sticky {
    margin-top: 200px;
    /* position: absolute; */
}

.footer .fa:hover,
.footer a:hover {
    color: #ffdb58 !important;
}

.contact-link .fa:hover,
.contact-link a:hover {
    color: #ffdb58 !important;
}

.copyright {
    color: #ffdb58 !important;
}

.footer-logo {
    margin-left: -108px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    &>[class^="col-"],
    &>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.header {
    border-style: outset !important;
    border-bottom: 2px solid;
    border-top: 2px solid;
}

.post-sharing-li ul>li {
    display: inline-block;
    margin-left: 2px;
    color: #ffdb58 !important;
}

.social-inline ul>li {
    display: inline-block;
    margin-left: 2px;
}