/* ## Social Share Buttons
--------------------------------------------- */
.wplogout-social-wrapper {
    clear: both;
    border: 1px solid #dfdfdf;
    display: -webkit-flex;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;margin-top: 10px;
}
.wplogout-social-sharing {
font-size: 17px;
 border-radius: 2px;
 margin: 2px;
 width: 595px;
 height: 26px
    
}
@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 10px;
        padding: 3px 3px;
        display: inline-block;
		padding-right:12px;
    }
}

.wplogout-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
    fill: #fff;  
}

	.wplogout-social-sharing a {
 padding-left: 42%;
display:block;
}
.wplogout-social-facebook {
    background-color: rgba(59, 89, 152, 1);
}

.wplogout-social-twitter {
    background-color: rgba(29, 161, 242, 1);
}

.wplogout-social-pinterest {    
    background-color: rgba(189, 8, 28, 1);
}

.wplogout-social-linkedin {    
    background-color: rgba(0, 119, 181, 1);
}

.wplogout-social-whatsapp {    
    background-color: rgba(37, 211, 102, 1);
}
.wplogou-float-social-wrapper {
    position: fixed;
    bottom: 20px;
    left: 5px;
	 top: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;

}

.wplogou-float-social-sharing {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border-radius: 50%;
}

.wplogou-float-social-sharing a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.wplogou-float-social-sharing svg {
    width: 20px;
    height: 20px;
}
.wplogou-social-facebook {
    fill: #fff ;
    background-color: rgba(59, 89, 152, 1);
}

.wplogou-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.wplogou-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.wplogou-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.wplogou-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.wplogou-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.wplogou-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

.wplogou-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

@media (max-width: 767px) {
  .wplogou-float-social-wrapper {
    display: none;
  }
}