/* Variables */
.single-post .hentry-wrapper > .entry-content {
  padding-bottom: 80px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .single-post .hentry-wrapper > .entry-content {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .single-post .hentry-wrapper > .entry-content > .alignwide {
    position: relative; }
  .single-post .hentry-wrapper > .entry-content > p:first-of-type {
    font-weight: 500; }
    @media (min-width: 768px) {
      .single-post .hentry-wrapper > .entry-content > p:first-of-type {
        font-size: 22px; } }
.single-post .article-meta {
  padding-top: 40px; }
  .single-post .article-meta .article-share {
    display: flex;
    align-items: center; }
    @media (max-width: 459px) {
      .single-post .article-meta .article-share {
        justify-content: center; } }
    @media (min-width: 768px) {
      .single-post .article-meta .article-share {
        margin-bottom: 30px; } }
    @media (max-width: 349px) {
      .single-post .article-meta .article-share {
        flex-wrap: wrap;
        justify-content: center; } }
    .single-post .article-meta .article-share strong {
      display: block;
      font-size: 14px;
      font-weight: 600;
      margin: 0 20px 10px 0;
      text-transform: uppercase; }
      @media (max-width: 349px) {
        .single-post .article-meta .article-share strong {
          flex: 0 0 100%;
          margin-right: 0;
          text-align: center; } }
    .single-post .article-meta .article-share .at-share-btn-elements {
      display: flex; }
      .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn {
        background-color: transparent !important;
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 68px;
        margin: 0 10px 10px 0;
        padding: 0;
        position: relative;
        transform: none;
        transition: transform 0.2s;
        width: 68px; }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:last-child {
          margin-right: 0; }
        @media (max-width: 459px) {
          .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn {
            height: 48px;
            width: 48px; } }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn .at-icon-wrapper {
          display: none; }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:before, .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:after {
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          transition: transform 0.2s;
          width: 100%; }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:before {
          background-repeat: no-repeat;
          background-position: center;
          transition: background-color 0.2s; }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn.at-svc-facebook:before {
          background-image: url("/wp-content/themes/thetheme/images/icon-facebook-white.svg"); }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn.at-svc-twitter:before {
          background-image: url("/wp-content/themes/thetheme/images/icon-twitter-white.svg"); }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn.at-svc-email:before {
          background-image: url("/wp-content/themes/thetheme/images/icon-mail-white.svg"); }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn .at-label {
          display: none; }
        .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:hover, .single-post .article-meta .article-share .at-share-btn-elements .at-share-btn:focus {
          transform: scale(1.02); }
.single-post #content .wp-block-image {
  margin: 40px 0; }

/*# sourceMappingURL=single-post.css.map */
