/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #d3861fe0;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 4px;
  width: 230px;
  position: fixed;
  right: 0px;
  z-index: 1000;
  font: normal normal 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
	font-size: 22px;
  color: #ffffff;
  padding: 15px 0;
  width: 29px;
  margin-left: 10px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #000  !important;
  text-decoration: none;
  text-align: center;
  line-height: 50px!important;
  vertical-align: top!important;
	font-weight: 600;
}

.float-fb {
  top: 300px;
}

.float-tw {
  top: 365px;
}

.float-gp {
  top: 430px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/* Floating Social Media Bar Style for Mobile */
@media only screen and (max-width:426px){
	.float-fb {
  top: 450px;
}

.float-tw {
  top: 515px;
}

.float-gp {
  top: 580px;
}
}


/* Floating Social Media Bar Style Ends Here */