/* Add here all your CSS customizations */
ul.social-share {
    padding-left: 0;
}
ul.social-share li {
    display: inline-block;
    margin: 0 1px;
    text-align: center;
}
ul.social-share li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 27px;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}
.blog-posts .author-name{
  display: flex;
  align-items: center;
}
.blog-posts h2{
  margin-bottom: 15px;
  margin-top: 10px;
}
html .scroll-to-top{
  right: 80px;
}
@media (max-width: 991px) {
  .responsive-icon{
    margin-top: 5px;
  }
  .footer-copyright p{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item{
    transform: translate3d(0, 130%, 0);
  }
}
