@media (min-width:993px) {
/* Blog Post Social Sharing Custom CSS Start */
.mashsb-box {
		display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mashsb-stretched .mashsb-buttons {
    flex-direction: column;
}
.mashsb-count.mash-medium {
    margin-right: 0px;
    margin-bottom: 3px;
}
.mash-medium {
    margin-right: 0px !important;
}
.mashicon-share:before,
[class*=" mashicon-"] .icon:before, 
[class^=mashicon-] .icon:before {
    margin-right: 0px;
}
.mashsb-count.mash-large {
    margin-bottom: 2px;
    margin: 0;
}
.mashsb-box .text {
    display: none;
}
.mashsb-container {
    position: fixed;
    z-index: 9999999;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    box-shadow: 0 0 1px 0px #b1b1b1;
    border-radius: 2px;
    width: 60px !important;
    padding: 18px 0;
}
.mashsb-sharetext {
    font-size: 9px!important;
    text-align: center!important;
    text-transform: uppercase;
    color: #000000;
}
.counts.mashsbcount {
    font-size: 18px!important;
    line-height: 1em;
    font-weight: 700;
}
.mashsb-count {
    font-size: inherit !important;
}
.mashicon-facebook .icon {
    color: #2d5f9a !important;
}
.mashicon-twitter .icon {
    color: #00c3f3 !important;
}
.mashicon-facebook,
.mashicon-twitter {
    background: transparent;
    padding-top :18px !important;
    padding-bottom :0px !important;
}
.mashicon-facebook:focus,
.mashicon-twitter:focus {
		outline:none;
}
.mashicon-facebook .icon:before {
    font-size: 20px;
}
/* Blog Post Social Sharing Custom CSS End */
}
@media (max-width:992px) {
/* Blog Page Social Sharing CSS Start */
.custom-social-header-section {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
}
.counts.mashsbcount {
    font-size: 18px;
    line-height: 0;
    padding-top: 8px;
}
.mashsb-count.mash-large {
    margin-top: 6px;
}
.mashsb-sharetext {
    color: #000000;
}
.mashsb-container {
    padding-top: 0;
    padding-bottom: 0;
}
.mashsb-count.mash-large {
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 0px;
}
.mashicon-facebook, 
.mashicon-twitter {
	margin-bottom:0px !important;
}
/* Blog Page Social Sharing CSS End */  
}