@media (min-width: 768px) {
  .widgets {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .widgets {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .widgets__column {
    order: 1;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .widgets__column {
    order: 0;
    width: 100%;
  }
}

.addtoany-wrapper .addtoany_list,
.addtoany-wrapper--mobile .addtoany_list {
  display: flex;
}
.addtoany-wrapper .addtoany_list > a:hover span,
.addtoany-wrapper--mobile .addtoany_list > a:hover span {
  opacity: 1;
  background-color: #007DB3 !important;
}
.addtoany-wrapper .addtoany_list > a .a2a_s__default,
.addtoany-wrapper--mobile .addtoany_list > a .a2a_s__default {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00A4D9 !important;
}
.addtoany-wrapper .addtoany_list > a .a2a_s__default svg,
.addtoany-wrapper--mobile .addtoany_list > a .a2a_s__default svg {
  top: 50%;
  width: 30px;
  height: 28px;
  transform: translateY(-50%);
}

.addtoany-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .addtoany-wrapper {
    position: sticky;
    top: 175px;
    display: block;
    height: 0;
  }
}
.addtoany-wrapper .addtoany_list {
  display: flex;
  flex-direction: column;
  width: 36px;
  margin-inline-start: 10%;
}
.addtoany-wrapper .addtoany_list > a {
  padding: 0 0 9px;
}

.addtoany__title {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .addtoany__title {
    display: none;
  }
}
.addtoany-wrapper--mobile {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .addtoany-wrapper--mobile {
    display: none;
  }
}
.addtoany-wrapper--mobile:first-of-type .addtoany_list > a {
  padding-inline-end: 12px;
}
.addtoany-wrapper--mobile:first-of-type .addtoany_list > a .a2a_s__default {
  width: 25px;
  height: 25px;
}
.addtoany-wrapper--mobile:first-of-type .addtoany_list > a .a2a_s__default svg {
  width: 21px;
  height: 20px;
}
.addtoany-wrapper--mobile .addtoany_list > a {
  padding-inline-start: 0;
  padding-inline-end: 12px;
  line-height: 0;
}
@media (min-width: 768px) {
  .addtoany-wrapper--mobile .addtoany_list > a {
    font-size: 20px;
  }
}
.addtoany-wrapper--mobile .addtoany_list > a .a2a_s__default {
  width: 28px;
  height: 28px;
}
.addtoany-wrapper--mobile .addtoany_list > a .a2a_s__default svg {
  width: 25px;
  height: 23px;
}
.addtoany-wrapper--mobile .addtoany_list > span {
  width: 25px;
  height: 25px;
  vertical-align: baseline;
}

/*# sourceMappingURL=blog-social-share.css.map */
