body.single-post footer {
    position: relative;
    z-index: 2;
}

body.single-post .share-buttons.floating {
	position: fixed;
	left:-80px;
	top: 300px;
}

body.single-post .share-buttons.floating .intro {
    display: none;
}

body.single-post .share-buttons.floating .do-not-show {
    display: none;
}

body.single-post .share-buttons.floating.vis, body.single-post .share-buttons.floating.hid {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body.single-post .share-buttons.floating.vis {
    left:0;
}

body.single-post .share-buttons.floating.hid {
    left:-92px;
}

.wrapping-button {
    cursor: pointer;
    border-radius: 0 21px 5px 0;
    border-width: 1px 1px 0 0;
    margin-bottom: 5px;
}

.social-button {
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    font-style: italic;
    border-radius: 0 20px 5px 0;
    border-width: 1px 1px 1px 0;
}

.wrapping-button, .social-button {
    border-style:solid;
    height: 50px;
    width: 84px;

}

.wrapping-button:hover .social-button {
    opacity: 1;
}

.social-button div {
    display: table-cell;
    vertical-align: middle;
}

.social-button .image, .social-button svg {
    width: 35px;
    height: 50px;
}

.ie8 .social-button .image {
    vertical-align: middle;
    font-size: 28px;
}

.share-buttons .text {
    font-size: 14px;
}

.social-button .text {
    font-size: 12px;
}

.social-button svg  {
    stroke-width:8;
    fill-opacity:0;
}

.wrapping-button:active .social-button svg  {
    fill-opacity:1;
}

body.single-post .wrapping-button.facebook:hover {
    border-color: #3b5998;
}

body.single-post .wrapping-button.facebook .social-button {
    border-color: #3b5998;
    color: #3b5998;
}

body.single-post .wrapping-button.facebook .social-button svg  {
    stroke: #3b5998;
}

body.single-post .wrapping-button.facebook:hover .social-button svg  {
    fill: #3b5998;
}

body.single-post .wrapping-button.twitter:hover {
    border-color: #00aced;
}

body.single-post .wrapping-button.twitter .social-button {
    border-color: #00aced;
    color: #00aced;
}

body.single-post .wrapping-button.twitter .social-button svg  {
    stroke: #00aced;
}

body.single-post .wrapping-button.twitter:hover .social-button svg  {
    fill: #00aced;
}

body.single-post .wrapping-button.pinterest:hover {
    border-color: #C92228;
}

body.single-post .wrapping-button.pinterest .social-button {
    border-color: #C92228;
    color: #C92228;
}

body.single-post .wrapping-button.pinterest .social-button svg  {
    stroke: #C92228;
}

body.single-post .wrapping-button.pinterest:hover .social-button.pinterest svg  {
    fill: #C92228;
}

@media all and (min-width:1025px) {
    .wrapping-button {
        border-color: transparent;
    }    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) {
    body.single-post .share-buttons.floating {
        top: 100px;
    }

    .floating .social-button, .floating .wrapping-button, 
    .social-button .image, .social-button svg {
        width: 50px;
        height: 50px;
    }

    .floating .text{
        display: none;
    }    

    .wrapping-button {
        border-color: transparent;
    }
}

@media only screen and (max-width:1024px) and (min-width: 690px) and (orientation : landscape), 
    only screen and (max-width:667px) and (orientation : landscape), 
    only screen and (max-width:768px) and (orientation : portrait),
    only screen and (max-width:750px) {

    body.single-post .share-buttons.floating {
        top: 150px;
    }

    .wrapping-button {
        border-color: transparent;
    }
}


@media only screen and (max-width:1024px) and (min-width: 768px) and (orientation : portrait),
    only screen and (min-width: 960px) and (max-width: 1199px) and (orientation : landscape),
    only screen and (min-width: 384px) and (max-width: 640px) and (orientation : portrait),
    only screen and (min-width: 320px) and (max-width: 533px) and (orientation : landscape),
    only screen and (min-width: 360px) and (max-width: 640px) and (orientation : portrait),
    only screen and (min-width: 751px) and (max-width: 959px),
    only screen and (max-width:480px),
    only screen and (max-width:375px) and (orientation : portrait) {
    

    body.single-post .share-buttons.floating {
        height: 50px;
    }

    .floating .social-button, .floating .wrapping-button, 
    .social-button .image, .social-button svg {
        width: 50px;
        height: 50px;
    }

    .wrapping-button {
        border-color: transparent;
    }

	body.single-post .share-buttons.floating.vis, body.single-post .share-buttons.floating.hid {
		top: auto;
		left: auto;
		right: 0;
	}

    body.single-post .share-buttons.floating.vis {
        bottom: 0px;
    }

    body.single-post .share-buttons.floating.hid {
        bottom: -52px;
    }
	
	.floating .social-button, .floating .wrapping-button {
        display: inline-block;
        margin-bottom: 0;
        border-width: 1px 1px 0 1px;
        border-style:solid;
        border-radius: 50% 50% 0 0;
	}

    .floating .text {
        display: none;
    }
}