/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#fixed-icon {
    position: fixed;
    right: 10px;
    z-index: 999;
    width: 40px;
    top: 30%;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999;
}


#fixed-icon .button.line:not(.is-outline),
#fixed-icon .button.line:hover {color: #01c301!important;}
  #fixed-icon .button.messenger:hover {color: #0084FF!important;}

#fixed-icon .facebook {
    border: 2px solid #3a589d;
    background-color: #3a589d;
    color: #fff;
}

  
#fixed-icon .messenger{
	 border: 2px solid #0084FF;
    background-color: #0084FF;
    color: #fff;
}

#fixed-icon .line {
    border: 2px solid #01c301;
    background-color: #01c301;
    color: #fff;
}
body {
    font-family: "Lato", sans-serif;
}
body {
    line-height: 1.6;
}


@media only screen and (max-width: 767px) {

  
  
#fixed-icon {z-index: 999;width: 100%;bottom: 0;left: 0;top:auto;text-align: center;background: #000;padding: 8px 0 0;}
  #fixed-icon a{
  	margin: 5px 22px;
  
  }
}
  