@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.socialShareBlock {
  margin: 50px 0 50px;
  position: relative;
  z-index: 1;
  color: #8c8c8c;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.socialShareBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.socialShareBlock .border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 15px 0;
}
.socialShareBlock .label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.socialShareBlock .label:before {
  content: "*";
  color: #8c8c8c;
  height: auto;
  left: -20px;
  position: absolute;
  top: 0;
  width: auto;
}
.socialShareBlock .socials {
  display: inline-block;
  margin-left: 20px;
}
.socialShareBlock .socials span {
  display: inline-block;
  vertical-align: top;
  color: #134053;
  font-size: 14px;
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.socialShareBlock .socials span:hover {
  color: #fbbc43;
}
/*# sourceMappingURL=social_share_block.css.map */