/* Content ======================================================================================= */

.post-header { margin-bottom:24px;}
#sidebar li { margin-bottom:24px;}


/* Mixin Styles ======================================================================================= */
.animate  {
	transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-webkit-transition:all .2s ease-out;
}

/* 26-07-2023 */
body .fa-twitter:before {
    content: "";
    background: url("../img/twiter-icon.png") no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-position: center center;
    margin: auto;
    bottom: 0;
}
.social-link-wrap ul li:not(:last-child) a {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}
