.main-blog {
  margin-bottom: 75px; }
  @media screen and (min-width: 992px) {
    .main-blog {
      margin-bottom: 0; } }
  .main-blog.archive-blog {
    display: flex; }
    .main-blog.archive-blog article {
      flex: 0 0 33.33%; }
      .main-blog.archive-blog article.archive.archive-square-img {
        padding: 20px 10px 50px; }
      .main-blog.archive-blog article.archive.archive-fullwidth-image {
        padding: 0 0 50px; }

article {
  padding: 20px 20px 50px;
  margin-bottom: 55px;
  background-color: white;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  @media screen and (min-width: 576px) {
    article {
      padding: 30px 30px 50px;
      margin-bottom: 75px; } }
  @media screen and (min-width: 992px) {
    article {
      padding: 50px 60px; } }
  article.archive .header {
    margin-bottom: 30px; }
    @media screen and (min-width: 576px) {
      article.archive .header {
        margin-bottom: 0; } }
    article.archive .header .header-img .img-container {
      padding-top: 56.25%; }
      @media screen and (min-width: 768px) {
        article.archive .header .header-img .img-container {
          padding-top: 100%; } }
      article.archive .header .header-img .img-container img {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        article.archive .header .header-img .img-container img.main-photo {
          z-index: 3; }
        article.archive .header .header-img .img-container img.back-photo {
          z-index: 1;
          -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
      article.archive .header .header-img .img-container span.white-border-overlay {
        position: absolute;
        width: calc( 100% - 11px );
        height: calc( 100% - 11px );
        top: 5px;
        right: 6px;
        bottom: 6px;
        left: 5px;
        border: 1px solid #f9f9fe;
        z-index: 4;
        opacity: 1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      article.archive .header .header-img .img-container span.white-overlay {
        position: absolute;
        width: calc( 100% - 10px );
        height: calc( 100% - 10px );
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-color: #f9f9fe;
        z-index: 2; }
      article.archive .header .header-img .img-container:hover img.main-photo {
        transform: translate(-8px, -8px); }
      article.archive .header .header-img .img-container:hover span.white-border-overlay {
        opacity: 0;
        transform: translate(-8px, -8px);
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease; }
    article.archive .header .meta-data {
      flex: 1 0 0; }
      article.archive .header .meta-data h2 {
        line-height: 1.2;
        margin-bottom: 16px;
        font-size: 28px; }
        @media screen and (min-width: 1200px) {
          article.archive .header .meta-data h2 {
            font-size: 32px; } }
      article.archive .header .meta-data span {
        font-weight: 300;
        font-size: 14px;
        margin-right: 15px; }
        article.archive .header .meta-data span.read:before {
          content: "";
          border-bottom: 2px solid rgba(244, 79, 100, 0.55);
          width: 15px;
          display: inline-block;
          position: relative;
          top: -4px;
          margin-right: 15px; }
        article.archive .header .meta-data span.comments:before {
          content: "";
          background-image: url("../img/sprite.png");
          background-repeat: no-repeat;
          display: inline-block;
          background-position: -3px -25px;
          width: 14px;
          height: 13px;
          margin-right: 5px; }
        article.archive .header .meta-data span:last-child {
          margin-right: 0; }
  article.archive .excerpt {
    margin-top: 30px;
    margin-bottom: 45px; }
    @media screen and (max-width: 575px) {
      article.archive .excerpt {
        display: none; } }
    @media screen and (min-width: 768px) {
      article.archive .excerpt {
        margin-top: 45px; } }
  article.archive.archive-square-img .header .header-img {
    flex: 0 0 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      article.archive.archive-square-img .header .header-img {
        flex: 0 0 120px;
        margin-right: 40px;
        margin-bottom: 0; } }
  article.archive.archive-fullwidth-image .header .header-img {
    flex: 0 0 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      article.archive.archive-fullwidth-image .header .header-img {
        margin-right: 0;
        flex: 0 0 100%;
        margin-bottom: 30px; } }
    article.archive.archive-fullwidth-image .header .header-img .img-container {
      padding-top: 56.25%; }
  article:last-child {
    margin-bottom: 0; }
  article span.continue-reading {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #4b4870; }
    article span.continue-reading a {
      color: #f9f9fe;
      background-color: #4b4870;
      border: 4px solid #4b4870;
      padding: 7px 32px;
      display: block;
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
      font-weight: 700;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      margin: -1px; }
    article span.continue-reading:hover a {
      transform: translate(4px, 0); }

.pagination {
  display: flex;
  margin-top: 20px;
  padding: 30px 0;
  justify-content: center; }

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #f44f64;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: white;
  background-color: #f44f64; }
  .page-numbers:visited, .page-numbers:focus {
    color: white; }
  .page-numbers:hover {
    background-color: rgba(244, 79, 100, 0.7);
    border: 1px solid rgba(244, 79, 100, 0.7);
    color: white; }
  .page-numbers.current {
    background-color: rgba(244, 79, 100, 0.01);
    color: #4b4870;
    border: 1px solid #f44f64; }

article.single {
  margin-bottom: 75px;
  background-color: white;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  article.single.single-fullwidth-thumbnail {
    padding: 0 0 50px; }
  article.single .header {
    flex-wrap: wrap; }
    article.single .header .header-img {
      flex: 0 0 100%;
      margin-bottom: 35px; }
      article.single .header .header-img .img-container {
        padding-top: 56.25%; }
        article.single .header .header-img .img-container img {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          article.single .header .header-img .img-container img.main-photo {
            z-index: 3; }
        article.single .header .header-img .img-container span.white-border-overlay {
          position: absolute;
          width: calc( 100% - 11px );
          height: calc( 100% - 11px );
          top: 5px;
          right: 6px;
          bottom: 6px;
          left: 5px;
          border: 1px solid #f9f9fe;
          z-index: 4;
          opacity: 1;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
    article.single .header .meta-data {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 20px;
      margin-bottom: 35px; }
      @media screen and (min-width: 576px) {
        article.single .header .meta-data {
          padding: 0 30px; } }
      @media screen and (min-width: 768px) {
        article.single .header .meta-data {
          padding: 0 60px; } }
      article.single .header .meta-data h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 24px;
        flex: 0 0 100%; }
        @media screen and (min-width: 576px) {
          article.single .header .meta-data h1 {
            font-size: 32px;
            margin-bottom: 20px; } }
      article.single .header .meta-data span {
        font-weight: 300;
        font-size: 14px;
        margin-right: 15px; }
        article.single .header .meta-data span.read:before {
          content: "";
          border-bottom: 2px solid rgba(244, 79, 100, 0.55);
          width: 15px;
          display: inline-block;
          position: relative;
          top: -4px;
          margin-right: 15px; }
        article.single .header .meta-data span.comments:before {
          content: "";
          background-image: url("../img/sprite.png");
          background-repeat: no-repeat;
          display: inline-block;
          background-position: -3px -25px;
          width: 14px;
          height: 13px;
          margin-right: 5px; }
        article.single .header .meta-data span:last-child {
          margin-right: 0; }
  article.single .post-content {
    padding: 0 20px;
    margin-bottom: 60px; }
    @media screen and (min-width: 576px) {
      article.single .post-content {
        padding: 0 30px; } }
    @media screen and (min-width: 768px) {
      article.single .post-content {
        padding: 0 60px; } }
    article.single .post-content p {
      margin-bottom: 24px;
      line-height: 1.8; }
    article.single .post-content h2 {
      font-size: 28px;
      margin-bottom: 24px; }
    article.single .post-content h3 {
      font-size: 24px;
      margin-bottom: 24px; }
    article.single .post-content h4 {
      font-size: 20px;
      margin-bottom: 12px; }
    article.single .post-content h5 {
      font-size: 18px;
      margin-bottom: 12px; }
    article.single .post-content h6 {
      font-size: 18px;
      margin-bottom: 12px; }
    article.single .post-content blockquote.wp-block-quote {
      background-color: rgba(249, 249, 254, 0.75);
      border-left: 2px solid #f44f64;
      margin: 0 0 24px;
      padding: 15px 15px 15px 25px; }
      article.single .post-content blockquote.wp-block-quote p {
        margin-bottom: 16px; }
        article.single .post-content blockquote.wp-block-quote p:last-child {
          margin-bottom: 0; }
      article.single .post-content blockquote.wp-block-quote cite {
        display: block;
        margin-top: 24px; }
    article.single .post-content ul, article.single .post-content ol {
      margin-bottom: 24px;
      padding-left: 20px; }
      article.single .post-content ul li, article.single .post-content ol li {
        line-height: 1.5;
        font-size: 16px;
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        color: rgba(75, 72, 112, 0.75); }
    article.single .post-content ul li {
      list-style: disc; }
    article.single .post-content ol li {
      list-style: decimal; }
      article.single .post-content ol li::marker {
        margin-right: 40px; }
  article.single .tags, article.single .bottom-tags {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 576px) {
      article.single .tags, article.single .bottom-tags {
        padding: 0 30px; } }
    @media screen and (min-width: 768px) {
      article.single .tags, article.single .bottom-tags {
        padding: 0 60px; } }
    article.single .tags span.usmall, article.single .bottom-tags span.usmall {
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
      flex: 0 0 100%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 15px; }
  article.single .tags {
    margin-bottom: 25px; }
  article.single .bottom-tags span.usmall {
    flex: 0 0 0;
    margin-right: 5px; }
  article.single .bottom-tags a.bottom-tag {
    margin-right: 5px;
    color: #4b4870; }
    article.single .bottom-tags a.bottom-tag:after {
      content: ", "; }
    article.single .bottom-tags a.bottom-tag:hover {
      color: #f44f64; }
    article.single .bottom-tags a.bottom-tag:last-child {
      margin-right: 0; }
      article.single .bottom-tags a.bottom-tag:last-child:after {
        content: none; }
  article.single .share-article {
    padding: 40px 20px 0; }
    @media screen and (min-width: 576px) {
      article.single .share-article {
        padding: 40px 30px 0; } }
    @media screen and (min-width: 768px) {
      article.single .share-article {
        padding: 40px 60px 0; } }
    article.single .share-article .share-article-inner {
      border-top: 1px solid rgba(75, 72, 112, 0.2);
      padding-top: 40px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      article.single .share-article .share-article-inner span.usmall {
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-weight: bold;
        margin-right: 10px;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 575px) {
          article.single .share-article .share-article-inner span.usmall {
            flex: 0 0 100%;
            display: block;
            text-align: center;
            margin-bottom: 20px; } }
      article.single .share-article .share-article-inner a.share {
        width: 46px;
        height: 46px;
        border-radius: 23px;
        background-color: #f9f9fe;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        article.single .share-article .share-article-inner a.share:last-child {
          margin-right: 0; }
        article.single .share-article .share-article-inner a.share span {
          background-image: url("../img/sprite.png");
          background-repeat: no-repeat;
          display: block;
          opacity: 1;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          filter: brightness(0) invert(1); }
          article.single .share-article .share-article-inner a.share span:hover {
            transform: translateY(-2px);
            opacity: 0.6; }
        article.single .share-article .share-article-inner a.share.share-facebook {
          background-color: #4267B2; }
          article.single .share-article .share-article-inner a.share.share-facebook span {
            background-position: -2px -1px;
            width: 13px;
            height: 23px; }
        article.single .share-article .share-article-inner a.share.share-twitter {
          background-color: #1DA1F2; }
          article.single .share-article .share-article-inner a.share.share-twitter span {
            background-position: -39px -3px;
            width: 23px;
            height: 19px; }
        article.single .share-article .share-article-inner a.share.share-whatsapp {
          background-color: #25D366; }
          @media screen and (min-width: 768px) {
            article.single .share-article .share-article-inner a.share.share-whatsapp {
              display: none; } }
          article.single .share-article .share-article-inner a.share.share-whatsapp span {
            background-position: -58px -22px;
            width: 22px;
            height: 22px; }
        article.single .share-article .share-article-inner a.share.share-messanger {
          background-color: #A334FA; }
          @media screen and (min-width: 768px) {
            article.single .share-article .share-article-inner a.share.share-messanger {
              display: none; } }
          article.single .share-article .share-article-inner a.share.share-messanger span {
            background-position: -81px -23px;
            width: 24px;
            height: 24px; }
        article.single .share-article .share-article-inner a.share.share-linkedin {
          background-color: #0a66c2; }
          article.single .share-article .share-article-inner a.share.share-linkedin span {
            background-position: -87px -2px;
            width: 21px;
            height: 20px; }

.sidebar-inside {
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .sidebar-inside {
      padding-left: 65px; } }

.sidebar-widget {
  position: relative;
  margin-bottom: 50px; }
  .sidebar-widget:last-child {
    margin-bottom: 0; }

h4.w-title {
  letter-spacing: .25px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px; }
  h4.w-title span.bg {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    max-width: 90%; }
  h4.w-title span.border {
    height: 2px;
    background: #f44f64;
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px;
    min-width: 30px; }

.sidebar-widget article.archive {
  padding: 0 0 25px;
  margin-bottom: 25px; }
  .sidebar-widget article.archive .header {
    margin-bottom: 15px; }
    .sidebar-widget article.archive .header .header-img {
      margin-bottom: 22px; }
    .sidebar-widget article.archive .header .meta-data {
      padding: 0 20px; }
      .sidebar-widget article.archive .header .meta-data h2 {
        font-size: 20px;
        margin-bottom: 0; }
  .sidebar-widget article.archive .tags {
    padding: 0 20px;
    margin-top: 6px; }
    .sidebar-widget article.archive .tags .tag {
      margin-bottom: 0;
      margin-top: 10px;
      font-size: 12px; }
  .sidebar-widget article.archive:last-child {
    margin-bottom: 0; }
  .sidebar-widget article.archive.no-image {
    padding: 25px 0; }

#comments {
  padding: 50px 20px 15px;
  background-color: white;
  margin: 0;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 576px) {
    #comments {
      padding: 50px 30px 15px; } }
  @media screen and (min-width: 768px) {
    #comments {
      padding: 50px 60px 15px; } }
  #comments h4.w-title {
    margin-bottom: 30px; }
  #comments ol.comment-list {
    margin: 0 0 35px;
    padding-left: 30px; }
    @media screen and (min-width: 576px) {
      #comments ol.comment-list {
        padding-left: 60px; } }
    #comments ol.comment-list li.comment {
      position: relative; }
      #comments ol.comment-list li.comment article.comment-body {
        padding: 0;
        background-color: transparent;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px; }
        @media screen and (min-width: 576px) {
          #comments ol.comment-list li.comment article.comment-body {
            margin-bottom: 0; } }
        #comments ol.comment-list li.comment article.comment-body footer.comment-meta {
          display: flex;
          margin-bottom: 4px;
          order: 1;
          flex-wrap: wrap; }
          @media screen and (min-width: 576px) {
            #comments ol.comment-list li.comment article.comment-body footer.comment-meta {
              order: 1;
              margin-bottom: 10px; } }
          #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author {
            position: relative; }
            @media screen and (max-width: 575px) {
              #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author {
                flex: 0 0 100%; } }
            #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author img {
              position: absolute;
              top: 0;
              border-radius: 50%;
              width: 24px;
              height: 24px;
              left: -27px; }
              @media screen and (min-width: 576px) {
                #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author img {
                  width: 40px;
                  height: 40px;
                  left: -55px; } }
            #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author b.fn {
              margin-right: 10px; }
              #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author b.fn a {
                color: #4b4870; }
            #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-author span.says {
              display: none; }
          #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-metadata a {
            margin-right: 10px; }
            #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-metadata a time {
              color: #4b4870;
              font-size: 14px; }
          #comments ol.comment-list li.comment article.comment-body footer.comment-meta .comment-metadata .edit-link a {
            font-size: 14px;
            color: rgba(244, 79, 100, 0.6); }
        #comments ol.comment-list li.comment article.comment-body .comment-content {
          order: 2;
          flex: 0 0 100%; }
          @media screen and (min-width: 576px) {
            #comments ol.comment-list li.comment article.comment-body .comment-content {
              order: 3; } }
          #comments ol.comment-list li.comment article.comment-body .comment-content p {
            font-size: 15px;
            margin-bottom: 10px;
            line-height: 1.4; }
            @media screen and (min-width: 576px) {
              #comments ol.comment-list li.comment article.comment-body .comment-content p {
                margin-bottom: 20px; } }
        #comments ol.comment-list li.comment article.comment-body .reply {
          order: 3; }
          @media screen and (min-width: 576px) {
            #comments ol.comment-list li.comment article.comment-body .reply {
              order: 2; } }
          #comments ol.comment-list li.comment article.comment-body .reply a {
            font-size: 14px;
            color: rgba(244, 79, 100, 0.6); }
      #comments ol.comment-list li.comment ol.children {
        padding-left: 35px; }
        @media screen and (min-width: 576px) {
          #comments ol.comment-list li.comment ol.children {
            padding-left: 55px; } }
      #comments ol.comment-list li.comment.depth-1:not(:last-child) {
        border-bottom: 1px solid rgba(75, 72, 112, 0.2);
        padding-bottom: 5px;
        margin-bottom: 25px; }
        #comments ol.comment-list li.comment.depth-1:not(:last-child):after {
          content: "";
          position: absolute;
          width: 30px;
          bottom: -1px;
          left: -30px;
          border-bottom: 1px solid rgba(75, 72, 112, 0.2); }
          @media screen and (min-width: 576px) {
            #comments ol.comment-list li.comment.depth-1:not(:last-child):after {
              width: 55px;
              left: -55px; } }
      #comments ol.comment-list li.comment.parent:before {
        content: "";
        position: absolute;
        border-left: 1px solid rgba(75, 72, 112, 0.2);
        top: 40px;
        bottom: 20px;
        left: -16px; }
        @media screen and (min-width: 576px) {
          #comments ol.comment-list li.comment.parent:before {
            left: -35px; } }
  #comments #respond h4.w-title {
    margin-bottom: 16px; }
    #comments #respond h4.w-title small a#cancel-comment-reply-link {
      margin-left: 15px;
      font-size: 14px;
      font-weight: normal; }
  #comments #respond form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    #comments #respond form p.comment-notes,
    #comments #respond form p.logged-in-as {
      order: 1;
      flex: 0 0 100%;
      margin-bottom: 15px;
      font-size: 15px; }
      @media screen and (min-width: 576px) {
        #comments #respond form p.comment-notes,
        #comments #respond form p.logged-in-as {
          font-size: 16px; } }
      #comments #respond form p.comment-notes a:nth-child(1),
      #comments #respond form p.logged-in-as a:nth-child(1) {
        color: #4b4870; }
      #comments #respond form p.comment-notes a:nth-child(2),
      #comments #respond form p.logged-in-as a:nth-child(2) {
        color: rgba(244, 79, 100, 0.75); }
    #comments #respond form .form-comment {
      order: 2;
      flex: 0 0 100%; }
      #comments #respond form .form-comment textarea {
        resize: vertical;
        width: calc( 100% - 52px );
        margin-bottom: 15px;
        padding: 25px;
        background-color: #f9f9fe;
        border: 1px solid #f0f0fd;
        font-size: 14px;
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        line-height: 1.6;
        color: rgba(75, 72, 112, 0.75); }
        #comments #respond form .form-comment textarea:focus-visible {
          outline: none; }
    #comments #respond form .form-name {
      order: 3; }
    #comments #respond form .form-email {
      order: 4;
      justify-content: end;
      display: flex; }
    #comments #respond form .form-name, #comments #respond form .form-email {
      flex: 0 0 50%; }
      #comments #respond form .form-name input, #comments #respond form .form-email input {
        width: calc( 100% - 59.5px );
        margin-bottom: 15px; }
        #comments #respond form .form-name input:focus-visible, #comments #respond form .form-email input:focus-visible {
          outline: none; }
    #comments #respond form .form-website {
      order: 5;
      flex: 0 0 100%; }
      #comments #respond form .form-website input {
        width: calc( 100% - 52px );
        margin-bottom: 15px; }
    #comments #respond form .form-name input, #comments #respond form .form-email input, #comments #respond form .form-website input {
      background-color: #f9f9fe;
      border: 1px solid #f0f0fd;
      font-size: 14px;
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: rgba(75, 72, 112, 0.75);
      padding: 15px 25px; }
      #comments #respond form .form-name input:focus-visible, #comments #respond form .form-email input:focus-visible, #comments #respond form .form-website input:focus-visible {
        outline: none; }
    #comments #respond form p.comment-form-cookies-consent {
      order: 6;
      flex: 0 0 100%;
      margin-bottom: 12px; }
    #comments #respond form p.form-submit {
      order: 7;
      flex: 0 0 100%; }
      #comments #respond form p.form-submit [type="submit"] {
        display: inline-block;
        color: #fff;
        letter-spacing: .5px;
        position: relative;
        z-index: 2;
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        background-color: #f44f64;
        border: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 16px;
        padding: 12px 35px;
        font-weight: 600;
        -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1); }
        @media screen and (min-width: 576px) {
          #comments #respond form p.form-submit [type="submit"] {
            font-size: 18px; } }
        #comments #respond form p.form-submit [type="submit"]:hover {
          cursor: pointer;
          transform: translate(-2px, -2px); }

/*# sourceMappingURL=single-page.css.map */
