@keyframes dance {
  0% {
    transform: translateY(50px) rotate(0.1deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wpra-flying-anim {
  0% {
    transform: translate(-50%, 0) translateZ(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50px) translateZ(0) scale(1.2);
  }
}
body.wpra-share-popup-active {
  overflow: hidden;
}

html.wpra-share-popup-active {
  overflow-x: visible;
  overflow-y: visible;
}

.wpra-plugin-container p:empty {
  display: none !important;
}
.wpra-plugin-container.wpra-regular {
  opacity: 0;
}
.wpra-plugin-container.wpra-rendered {
  opacity: 1;
}
.wpra-plugin-container *, .wpra-plugin-container:before, .wpra-plugin-container:after {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: normal;
}
.wpra-plugin-container svg {
  max-width: 100%;
  height: auto;
}

.wpra-button-reveal {
  display: flex;
  clear: both;
  justify-content: flex-start;
}
.wpra-button-reveal-wrap {
  position: relative;
  display: flex;
  margin: 10px 0;
  align-items: flex-end;
}
.wpra-button-reveal-wrap.show-reactions .wpra-reactions-wrap {
  visibility: visible;
}
.wpra-button-reveal-wrap .wpra-reactions-wrap {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  bottom: 100%;
}
.wpra-button-reveal-wrap .wpra-reactions-wrap .wpra-reaction {
  transition: transform 200ms;
}
.wpra-button-reveal-wrap .wpra-reactions-wrap .wpra-reaction:hover {
  -webkit-transform: scale(1.15) translate(0, -4px) translateZ(0);
  transform: scale(1.15) translate(0, -4px) translateZ(0);
}
.wpra-button-reveal-wrap .wpra-reveal-toggle {
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
  text-decoration: none;
}
.wpra-button-reveal-wrap .wpra-reveal-toggle > span > i {
  transition: all 0.3s;
}
.wpra-button-reveal-wrap .wpra-reveal-toggle > span > span {
  line-height: 1;
}
.wpra-button-reveal-wrap .wpra-share-buttons {
  margin: 0;
}
.wpra-button-reveal-wrap .wpra-reactions-wrap {
  padding-top: 0;
  padding-bottom: 10px;
}
.wpra-button-reveal .wpra-reacted-emoji {
  display: none;
  position: relative;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wpra-button-reveal .wpra-reacted-emoji img {
  max-width: 100%;
}

.wpra-reactions-wrap {
  display: flex;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.wpra-reactions-wrap:hover {
  visibility: visible;
}
.show-reactions .wpra-reactions-wrap .wpra-reaction {
  animation-name: dance;
  animation-timing-function: ease-in-out;
  will-change: transform;
  animation-duration: 150ms;
}

.wpra-reactions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpra-reactions-container .wpra-reactions {
  background: #ffffff;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction {
  cursor: pointer;
  position: relative;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction-emoji {
  transition: transform 200ms;
  font-size: 0;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction-emoji-holder {
  line-height: 0;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction-static-holder {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction.emoji-hidden {
  display: none;
}
.wpra-reactions-container .wpra-reactions .wpra-reaction img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.wpra-reactions-container .wpra-reactions.wpra-reactions-narrow .wpra-reaction {
  margin: 0;
}
.wpra-reactions-container .wpra-reactions.wpra-reactions-narrow .wpra-reaction-static-holder {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.wpra-reactions-container .wpra-reactions.wpra-shadow-light {
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.wpra-reactions-container .wpra-reactions.wpra-shadow-medium {
  -webkit-box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
}
.wpra-reactions-container .wpra-reactions.wpra-shadow-hard {
  -webkit-box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.25);
}
.wpra-reactions-container .wpra-reactions.wpra-shadow-dark {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.wpra-call-to-action {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 35px;
  text-decoration: none;
  transition: 300ms opacity;
}
.wpra-call-to-action.wpra-hide-cta-temp {
  opacity: 0;
}

.wpra-total-counts {
  margin-bottom: 15px;
}

.arrow-badge {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-badge.hide-count {
  display: none;
}
.arrow-badge.show-count {
  display: flex;
}
.arrow-badge .count-num {
  font-family: monospace, sans-serif;
}
.arrow-badge .tail {
  content: "";
  display: block;
  border-width: 20px 20px 0;
  border-style: solid;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
}

.wpra-share-buttons {
  background: rgba(0, 0, 0, 0);
  margin-top: 20px;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
.wpra-share-buttons a.share-btn {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0.25rem;
  padding: 6px 12px;
  border-radius: 30px;
  color: #fff;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  transition: box-shadow 0.3s;
  text-decoration: none !important;
  text-align: center;
  border: 2px solid;
}
.wpra-share-buttons a.share-btn:first-child {
  margin-left: 0;
}
.wpra-share-buttons a.share-btn .share-btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.wpra-share-buttons a.share-btn .share-btn-text {
  vertical-align: middle;
}
.wpra-share-buttons a.share-btn img {
  margin-right: 4px;
  display: inline-block;
  width: 100%;
}
.wpra-share-buttons a.share-btn-facebook {
  border-color: #3b5998;
}
.wpra-share-buttons a.share-btn-twitter {
  border-color: #00acee;
}
.wpra-share-buttons a.share-btn-whatsapp {
  border-color: #25d366;
}
.wpra-share-buttons a.share-btn-linkedin {
  border-color: #0077b5;
}
.wpra-share-buttons a.share-btn-pinterest {
  border-color: #bd081c;
}
.wpra-share-buttons a.share-btn-messenger {
  border-color: #0078FF;
}
.wpra-share-buttons a.share-btn-reddit {
  border-color: #ff4500;
}
.wpra-share-buttons a.share-btn-telegram {
  border-color: #0088cc;
}
.wpra-share-buttons a.share-btn-tumblr {
  border-color: #001935;
}
.wpra-share-buttons a.share-btn-vkontakte {
  border-color: #5181B8;
}
.wpra-share-buttons a.share-btn-gmail {
  border-color: #EA4335;
}
.wpra-share-buttons a.share-btn-email {
  border-color: #424242;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn:hover {
  color: #fff;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-facebook {
  background-color: #3b5998;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-twitter {
  background-color: #00acee;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-whatsapp {
  background-color: #25d366;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-linkedin {
  background-color: #0077b5;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-pinterest {
  background-color: #bd081c;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-messenger {
  background-color: #0078FF;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-reddit {
  background-color: #ff4500;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-telegram {
  background-color: #0088cc;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-tumblr {
  background-color: #001935;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-vkontakte {
  background-color: #5181B8;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-gmail {
  background-color: #EA4335;
}
.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-email {
  background-color: #424242;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn {
  background-color: transparent;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-facebook {
  color: #3b5998;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-twitter {
  color: #00acee;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-whatsapp {
  color: #25d366;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-linkedin {
  color: #0077b5;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-pinterest {
  color: #bd081c;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-messenger {
  color: #0078FF;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-reddit {
  color: #ff4500;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-telegram {
  color: #0088cc;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-tumblr {
  color: #001935;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-vkontakte {
  color: #5181B8;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-gmail {
  color: #EA4335;
}
.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-email {
  color: #424242;
}
.wpra-share-buttons.wpra-share-buttons-narrow {
  flex-wrap: wrap;
}
.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn {
  margin-bottom: 10px;
  border-radius: 5px !important;
}
.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn .share-btn-icon {
  margin-right: 0;
}
.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn span:last-child {
  display: none;
}
.wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-9 a.share-btn {
  width: calc(33.333% - 0.5rem);
  flex-basis: calc(33.333% - 0.5rem);
}
.wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-8 a.share-btn, .wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-7 a.share-btn {
  width: calc(25% - 0.5rem);
  flex-basis: calc(25% - 0.5rem);
}
.wpra-share-buttons.custom-buttons a.share-btn {
  box-shadow: none !important;
  transition: 300ms opacity;
}
.wpra-share-buttons.custom-buttons a.share-btn:hover {
  opacity: 0.8;
}

.wpra-share-expandable {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: center;
}
.wpra-share-expandable-counts {
  margin-right: 10px;
}
.wpra-share-expandable-counts span:first-child {
  line-height: 1;
}
.wpra-share-expandable-counts span:last-child {
  font-size: 0.35em;
  line-height: 1;
  letter-spacing: 1px;
  color: inherit;
  opacity: 0.4;
  font-weight: 300;
}
.wpra-share-expandable-counts span {
  text-align: center;
  display: block;
}
.wpra-share-expandable > .wpra-share-buttons {
  flex-grow: 1;
  margin-top: 0;
}
.wpra-share-expandable > .wpra-share-buttons > a.share-btn {
  flex-grow: 1;
}
.wpra-share-expandable > .wpra-share-buttons > a.share-btn .share-btn-text {
  display: none;
}
.wpra-share-expandable > .wpra-share-buttons > a.share-btn:nth-child(1) .share-btn-text,
.wpra-share-expandable > .wpra-share-buttons > a.share-btn:nth-child(2) .share-btn-text {
  display: inline-block;
  margin-left: 4px;
}
.wpra-share-expandable-list {
  display: flex;
}
.wpra-share-expandable-list a.share-btn .share-btn-text {
  display: none;
}
.wpra-share-expandable-list a.share-btn .share-btn-icon {
  margin: 0;
}
.wpra-share-expandable-list a.share-btn:last-child {
  margin-bottom: 0;
}
.wpra-share-expandable-list.active {
  display: flex;
}
.wpra-share-expandable-more {
  margin-left: 4px;
  background-color: #eee;
  color: #aaa;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: sans-serif;
}
.wpra-share-expandable-more i {
  width: 36px;
  line-height: 36px;
}
.wpra-share-expandable-popup {
  display: flex;
}

.wpra-share-popup {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  border-radius: 5px;
}
body.wpra-share-popup-active > .wpra-share-popup {
  display: flex;
}
.wpra-share-popup svg {
  max-width: 100%;
  height: auto;
}
.wpra-share-popup h3 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.wpra-share-popup .wpra-share-buttons {
  flex-direction: row;
  margin: 0;
  max-width: 760px;
  flex-wrap: wrap;
}
.wpra-share-popup .wpra-share-buttons a.share-btn {
  display: flex;
  margin-top: 5px;
  margin-bottom: 25px;
  flex-direction: column;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}
.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 15px;
  margin-right: 0;
}
.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon:hover {
  opacity: 0.8;
}
.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon svg {
  fill: #ffffff;
}
.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon svg path {
  fill: #ffffff;
}
.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-text {
  color: #ffffff;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-facebook .share-btn-icon {
  background-color: #3b5998;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-twitter .share-btn-icon {
  background-color: #00acee;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-whatsapp .share-btn-icon {
  background-color: #25d366;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-linkedin .share-btn-icon {
  background-color: #0077b5;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-pinterest .share-btn-icon {
  background-color: #bd081c;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-messenger .share-btn-icon {
  background-color: #0078FF;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-reddit .share-btn-icon {
  background-color: #ff4500;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-telegram .share-btn-icon {
  background-color: #0088cc;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-tumblr .share-btn-icon {
  background-color: #001935;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-vkontakte .share-btn-icon {
  background-color: #5181B8;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-gmail .share-btn-icon {
  background-color: #EA4335;
}
.wpra-share-popup .wpra-share-buttons a.share-btn-email .share-btn-icon {
  background-color: #424242;
}
.wpra-share-popup-close {
  position: fixed;
  right: 15px;
  top: 10px;
  font-size: 50px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 999999;
  font-family: sans-serif;
  color: #fff;
  line-height: 50px;
}

.wpra-share-popup-overlay {
  display: none;
  position: fixed;
  background: #000;
  width: 100%;
  height: 100vh;
  z-index: 99999998;
  top: 0;
  left: 0;
}
body.wpra-share-popup-active > .wpra-share-popup-overlay {
  display: block;
}

.wpra-license-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #f7fafc;
  text-align: center;
  max-width: 350px;
  margin: 1rem auto;
  box-shadow: 0 0 7px 1px #ddd;
  font-family: Arial, sans-serif;
}
.wpra-license-alert span.dismiss-alert {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.kc_row + .wpra-license-alert-wrap {
  float: left;
  width: 100%;
}
.wpra-license-alert p {
  margin: 0.5rem 0;
  font-size: 13px;
  color: gray;
  font-weight: 500;
}
.wpra-license-alert img {
  width: 150px;
  display: inline-block;
}
.wpra-license-alert a.btn-buy-now {
  display: inline-block;
  margin-top: 1rem;
  background-color: #9F55FF;
  border-color: #9F55FF;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  transition: all 0.5s;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.wpra-license-alert a.btn-buy-now:hover {
  color: #fff;
  background-color: #9F55FF;
  border-color: #9F55FF;
}

.wpra-flying {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  color: #000;
  z-index: 9999;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.wpra-flying.triggered {
  visibility: visible;
  animation: wpra-flying-anim 1s;
}

.wpra-regular .wpra-reaction {
  transition: transform 200ms;
}
.wpra-regular .wpra-reaction:hover, .wpra-regular .wpra-reaction:active, .wpra-regular .wpra-reaction.active {
  -webkit-transform: scale(1.15) translate(0, -4px) translateZ(0);
  transform: scale(1.15) translate(0, -4px) translateZ(0);
}

.wpra-layout-bimber .wpra-reactions-container {
  max-width: 720px;
  width: 100%;
  align-items: stretch;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions {
  background: transparent;
  margin-right: -3px;
  margin-left: -3px;
  border: none;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction {
  padding: 3px;
  text-align: center;
  flex: 1 1 0;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction:hover > .wpra-reaction-emoji {
  -webkit-transform: scale(1.15) translate(0, -4px) translateZ(0);
  transform: scale(1.15) translate(0, -4px) translateZ(0);
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-emoji {
  text-align: center;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-emoji-holder {
  margin: 0 auto;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track {
  height: 90px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track-val {
  line-height: 90px;
  position: relative;
  z-index: 3;
  font-family: monospace, sans-serif;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: 500ms all;
}
.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-label {
  border-radius: 4px;
  margin-top: 5px;
  padding: 6px 8px;
  text-transform: uppercase;
  transition: 500ms all;
}

.wpra-layout-disqus .wpra-reactions {
  background: transparent;
  border: none;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction {
  margin: 0 5px;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction-wrap:hover > .wpra-reaction-emoji {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction .count-num {
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction-emoji-holder {
  margin-right: 10px;
  transition: transform 200ms;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction-static-holder {
  width: 34px;
  height: 34px;
  padding: 5px;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction-animation-holder {
  width: 34px;
  height: 34px;
}
.wpra-layout-disqus .wpra-reactions .wpra-reaction .wpra-reaction-label {
  margin-left: 5px;
}
.wpra-layout-disqus.wpra-plugin-container .wpra-share-expandable {
  margin-top: 20px;
}

.wpra-layout-jane .wpra-reactions {
  background: transparent;
  border: none;
  margin-left: -5px;
  margin-right: -5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction {
  padding: 0 5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap:hover > .wpra-reaction-emoji {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap .count-num {
  text-align: center;
  line-height: 1;
  margin-left: 5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-label {
  text-align: center;
  margin-bottom: 5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-emoji-holder {
  margin-right: 10px;
  transition: transform 200ms;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-static-holder {
  width: 34px;
  height: 34px;
  padding: 5px;
}
.wpra-layout-jane .wpra-reactions .wpra-reaction-animation-holder {
  width: 34px;
  height: 34px;
}
.wpra-layout-jane.wpra-plugin-container .wpra-share-expandable {
  margin-top: 20px;
}

.wpra-reactions-container[data-type=custom] .wpra-reactions .wpra-reaction-emoji-holder {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .wpra-share-popup {
    padding: 0;
  }
  .wpra-share-popup .wpra-share-buttons a.share-btn {
    margin-bottom: 15px;
  }
  .wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
  }
  .wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-text {
    display: none;
  }
  .wpra-share-popup h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .wpra-reactions .wpra-reaction .arrow-badge {
    top: -16px;
    height: 16px;
    font-size: 12px;
    line-height: 13px;
    padding: 2px 4px;
  }

  .wpra-share-expandable > .wpra-share-buttons > a.share-btn:nth-child(5), .wpra-share-expandable > .wpra-share-buttons > a.share-btn:nth-child(6) {
    display: none;
  }
  .wpra-share-expandable > .wpra-share-buttons > a.share-btn .share-btn-text {
    display: none !important;
  }

  .wpra-layout-bimber .wpra-reactions {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
  }
  .wpra-layout-bimber .wpra-reactions .wpra-reaction .wpra-reaction-track {
    height: 70px;
  }
  .wpra-layout-bimber .wpra-reactions .wpra-reaction .wpra-reaction-track-val {
    line-height: 70px;
  }

  .wpra-layout-disqus .wpra-reactions-container {
    width: 100%;
  }
  .wpra-layout-disqus .wpra-reactions-container .wpra-reactions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .wpra-layout-disqus .wpra-reactions-container .wpra-reactions.wpra-reactions-count-2, .wpra-layout-disqus .wpra-reactions-container .wpra-reactions.wpra-reactions-count-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpra-layout-disqus .wpra-reactions-container .wpra-reactions .wpra-reaction {
    margin: 0;
  }

  .wpra-layout-jane .wpra-reactions-container {
    width: 100%;
  }
  .wpra-layout-jane .wpra-reactions-container .wpra-reactions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .wpra-layout-jane .wpra-reactions-container .wpra-reactions.wpra-reactions-count-2, .wpra-layout-jane .wpra-reactions-container .wpra-reactions.wpra-reactions-count-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpra-layout-jane .wpra-reactions-container .wpra-reactions .wpra-reaction {
    margin: 0;
  }
}

/*# sourceMappingURL=front.css.map */
