HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpdeskera/wp-content/plugins/elementor-addon-components/assets/css/share-post.css
#floatingSocialShare {
  position: relative;
  z-index: 999;
}

#floatingSocialShare *,
#floatingSocialShare *:before,
#floatingSocialShare *:after {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#floatingSocialShare a {
  position: relative;
  width: 45px;
  height: 30px;
  line-height: 20px;
  padding: 8px 0;
  display: list-item;
  list-style-type: none;
  text-align: center;
  color: #FFFFFF;
  outline: 0 none !important;
}

#floatingSocialShare a:focus,
#floatingSocialShare a:hover {
  color: #FFFFFF;
  width: 52px;
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: right;
  transition-timing-function: ease-out;
}

#floatingSocialShare a:focus,
#floatingSocialShare a:hover,
#floatingSocialShare a:visited,
#floatingSocialShare a:active {
  outline: 0 none !important;
}

#floatingSocialShare svg {
  fill: #FFFFFF;
  height: 30px;
}

#floatingSocialShare a.without-counter svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#floatingSocialShare a.with-counter-desktop {
  height: 38px;
}

#floatingSocialShare .shareCount {
  position: absolute;
  top: 36px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 10px;
}

#floatingSocialShare .top-left,
#floatingSocialShare .top-right,
#floatingSocialShare .content-left,
#floatingSocialShare .content-right {
  position: fixed;
  top: 40%;
  /* JCB */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#floatingSocialShare .top-left {
  left: 0;
}

#floatingSocialShare .top-right {
  right: 0;
  direction: rtl;
}

#floatingSocialShare .content-left {
  margin: 0;
}

#floatingSocialShare .content-right {
  margin: 0;
}

#floatingSocialShare .mail {
  background-color: #D14836;
}

#floatingSocialShare .facebook {
  background-color: #3B5998;
}

#floatingSocialShare .google-plus {
  background-color: #DC4E41;
}

#floatingSocialShare .linkedin {
  background-color: #0077B5;
}

#floatingSocialShare .odnoklassniki {
  background-color: #F4731C;
}

#floatingSocialShare .pinterest {
  background-color: #BD081C;
}

#floatingSocialShare .reddit {
  background-color: #FF4500;
}

#floatingSocialShare .stumbleupon {
  background-color: #EB4924;
}

#floatingSocialShare .telegram {
  background-color: #2CA5E0;
}

#floatingSocialShare .tumblr {
  background-color: #36465D;
}

#floatingSocialShare .twitter {
  background-color: #1DA1F2;
}

#floatingSocialShare .vk {
  background-color: #6383A8;
}

#floatingSocialShare .whatsapp {
  background-color: #00E676;
}

/* JCB 28/01/2019 */
/*@media only screen and (max-width: 961px) {*/
@media only screen and (max-width: 640px) {
  #floatingSocialShare {
    margin-top: 50px;
  }

  #floatingSocialShare .top-left,
  #floatingSocialShare .top-right,
  #floatingSocialShare .content-left,
  #floatingSocialShare .content-right {
    top: auto;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #floatingSocialShare a {
    position: relative;
    float: left;
    display: list-item;
    list-style-type: none;
  }

  #floatingSocialShare a:focus,
  #floatingSocialShare a:hover {
    -webkit-transition-property: none;
    transition-property: none;
  }

  #floatingSocialShare svg {
    height: 24px;
  }

  #floatingSocialShare .shareCount {
    top: 30px;
  }
}