/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.p-sider__left{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 9;
}
.p-sider__left ul, .ft-social ul{
  margin: 0;
  padding: 0;
}
.p-sider__left ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sider__left ul li:not(:last-child){
  margin-bottom: 1.8rem;
}
.p-sider__left ul li img, .ft-social ul li img{
  margin: 0 !important;
}
.ft-social ul li{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ft-social ul li:not(:last-child){
  margin-right: 10px;
}