.mobile-only {
	display:none;
}


.sharing-social {
    margin-bottom: 0;
}

.sharing-social li {
    display: inline-block;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sharing-social li a {
     color: #00008B;
    font-size: 22px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled #fb-messenger-path {
    fill:#00008B;
}



@media screen and (max-width: 620px) {

.active .list-unstyled #fb-messenger-path {
    fill:#FFFFFF;
}


.single-post-social {
    opacity: 1!important;
    transition: opacity .5s ease;
    position: fixed;
    top: inherit;
    bottom: 12px;
    height: auto;
    width: auto;
    right: 0;
    left: 0;
    margin-right: auto!important;
    margin-left: auto!important;
    z-index: 10001;
}

    .single-post-social ul {
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #00008B;
        padding: 5px 15px;
        -ms-flex-align: center;
        align-items: center;
    }
    .single-post-social ul li {
        background: #00008B;
        opacity: 1;
        display: -ms-flexbox; // !important;
        display: flex ;//!important;
        margin: 0;
        text-align: center;
        cursor: pointer;
    }
    .single-post-social ul li a {
        color: #fff;
        margin: auto;
    }
}

@media (max-width: 400px) {
    .single-post-social ul {
        width: 92% !important;
    }
}


.sharing-social li.fb-messenger a svg {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}

.sharing-social li.whatsapp a {
    font-size: 22px!important;
}
/*
.jquery-once-1-processed .sharing-social {
		display:none;
}
*/

.jquery-once-1-processed .single-post-social {
	position: relative;
    z-index: 1;
}

.jquery-once-1-processed  .mobile-only{
	display: none !important;
}

.jquery-once-1-processed .single-post-social ul {
    background: none;
    display:flex;
}

.jquery-once-1-processed li.email {
//	display:none;
}

.jquery-once-1-processed li.reddit {
//        display:none;
}


.jquery-once-1-processed .single-post-social ul li {
    background: none;
    float: right;
	margin-right: 10px;
}

.jquery-once-1-processed .single-post-social ul li a {
    color: #00008B;
}