html,
button,
input,
select,
textarea,
body,
.widget .widget-title,
.menu-toggle,
h1,
h2,
h3,
h4,
h5,
h6,
body .gform_wrapper label,
body .gform_wrapper .ginput_left input:focus + label,
body .gform_wrapper .ginput_right input:focus + label,
body .gform_wrapper .ginput_full input:focus + label,
.archive-meta,
body .entry-content {
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
}
body * {
  letter-spacing: -0.3px;
}
body input[type="text"],
body input[type="password"],
body input[type="email"],
body input[type="tel"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="number"],
body input[type="search"],
body input[type="url"],
body textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4b4b4b;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #268b92;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
  letter-spacing: -0.3px;
}

body h1 {
  font-size: 36px;
}

body h2 {
  font-size: 30px;
}

body h3 {
  font-size: 24px;
}

body h4 {
  font-size: 18px;
}

body h5 {
  font-size: 14px;
}

body h6 {
  font-size: 12px;
}

html body {
  background: transparent;
  padding-top: 95px;
}

body a {
  text-decoration: none;
}

.category-description,
body p {
  color: #181818;
}

.post-content-container h1,
.post-content-container h2,
.post-content-container h3 {
  text-align: left;
}

.single-post .post-content-container .fl-post-content h2,
.single-post .post-content-container .fl-post-content h3 {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.1;
}

.single.single-post #fl-main-content .fl-content {
  width: 100% !important;
  max-width: 100% !important;
}

.single.single-post .fl-post {
  text-align: center;
}

.post-content-container {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: -100px auto 0;
}

.post-content-container .fl-post-header {
  background-color: #ffffff;
  display: inline-block;
  width: calc(100% - 30px);
  padding: 15px 15px 0;
  max-width: 800px;
  margin: 0 auto 25px;
}

.post-thumbmail {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.post-thumbmail > img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.post-content-container .fl-post-title {
  text-align: center;
}

.fl-post-title {
  color: #268b92;
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  max-width: 700px;
  margin: 0 auto;
  display: inline-block;
}

.single-post a {
  color: #d92176;
}

.single-post a:hover {
  color: #d92176;
  text-decoration: underline;
  background-color: transparent;
}

span.fl-comments-popup-link + div {
  margin-top: 10px;
}

.single-post .fl-post-content {
  background-color: #ffffff;
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  width: calc(100% - 30px);
  text-align: left;
  padding: 0 15px;
}

body.single-post {
  line-height: 1.45;
}

.single-post .fl-post-content li {
  margin-bottom: 5px;
}

.single-post .saboxplugin-wrap {
  border-color: #e9e9e9;
  padding: 15px 0;
}

.single-post .saboxplugin-wrap .saboxplugin-authorname span.fn {
  color: #268b92;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
}

.post-meta-comment-section {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  padding-top: 20px;
  text-align: center;
}

.post-meta-comment-section > a {
  width: 177px;
  height: 40px;
  background-color: #007a80;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 200;
  outline: 1px solid #007a80;
  border: none;
}

.post-meta-comment-section > a:hover {
  background: #ffffff;
  color: #005b64;
  outline: 1px solid #005b64;
}

.post-meta-comment-section > a i.fas.fa-comments {
  color: #ffffff;
}

.post-meta-comment-section > a:hover i.fas.fa-comments {
  color: #268b92;
}

.post-meta-comment-section .fl-post-meta {
  display: inline-block;
  width: calc(100% - 200px);
  max-width: 620px;
  float: left;
  margin: 0;
  border: none;
  padding: 0;
  text-align: left;
}

.fl-post-meta.fl-post-meta-top {
  padding-top: 20px;
}

.related-articles-container {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

h3.related-posts-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 35px;
  text-align: center;
}

.fl-comments-list .comment-body {
  max-width: 860px;
  margin: auto;
}

.fl-comments .fl-comments-list ul.children {
  margin-top: -25px;
}

ol.related-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

ol.related-posts li:last-of-type {
  margin: 0;
}
ol.related-posts li {
  display: inline-block;
  width: 32%;
  margin-right: 1.4%;
  vertical-align: top;
}

ol.related-posts li .image-container {
  display: inline-block;
  width: 100%;
  position: relative;
}

ol.related-posts li .image-container .entry-date {
  position: absolute;
  left: 0;
  top: 0;
  display: table-caption;
  background-color: rgb(38, 139, 146);
  color: #fff;
  padding: 10px 20px;
}

ol.related-posts li .image-container .entry-date span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

ol.related-posts li .image-container .entry-date span.month {
  font-size: 28px;
  line-height: 30px;
}

ol.related-posts li .image-container .attachment-post-thumbnail,
ol.related-posts li .image-container .attachment-recent-posts {
  display: inline-block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

ol.related-posts li .image-container > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}

ol.related-posts .author {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: rgb(34, 34, 34);
  padding: 10px 0;
}

ol.related-posts .author a {
  color: #268b92;
  border: none;
}

ol.related-posts a.wpp-post-title {
  color: #268b92;
  font-size: 20px;
  line-height: 26px;
  border: none;
  text-align: left;
  display: inline-block;
  width: 100%;
  min-height: 2em;
  left: 0;
  font-weight: 700;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
}

a.keep-reading {
  display: inline-block;
  width: 100%;
  text-align: left;
  border: none;
  padding-top: 10px;
  font-weight: 700;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
}

h3.fl-comments-list-title {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.fl-comments-list ol {
  font-size: 18px;
}

span.comment-avatar {
  display: none;
}

.single.single-post .tablepress {
  display: inline-block;
  max-width: 100%;
  overflow: auto;
}

article a {
  font-size: 100%;
}

.single .fl-page-content article .fl-post-author a,
.single .fl-page-content article .fl-comments-popup-link a,
.fl-builder-content .fl-post-feed-author a,
.fl-builder-content .fl-post-feed-comments a,
.uabb-blog-reordered
  .uabb-blog-post-content
  .uabb-blog-post-section
  span.uabb-posted-by
  a,
.uabb-blog-reordered
  .uabb-blog-post-content
  .uabb-blog-post-section
  .uabb-comments-link
  a {
  color: #4b4b4b;
  pointer-events: none;
}

.uabb-blog-posts .uabb-blog-post-content .uabb-post-meta {
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  body .saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 180px;
  }
}

@media screen and (min-width: 1100px) {
  .single.single-post .fl-page-content .container {
    width: 1280px;
  }

}

@media screen and (min-width: 768px) {
  .prev-next-container a {
    display: inline-block;
    max-width: 90%;
  }

  .single-post .saboxplugin-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-post .saboxplugin-wrap .saboxplugin-gravatar {
    grid-column: 1;
    grid-row: 1 / span 5;
    position: relative;
  }

  .single-post .saboxplugin-wrap .saboxplugin-authorname {
    grid-column: 2 / span 5;
    grid-row: 1;
    text-align: center;
  }

  .single-post .saboxplugin-wrap .saboxplugin-desc {
    grid-column: 2 / span 5;
    grid-row: 2;
    font-size: 18px !important;
    line-height: 25px !important;
    margin-left: 0;
  }

  .saboxplugin-wrap .saboxplugin-gravatar img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  ol.related-posts li {
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .single.single-post
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right
    .fl-page-header-row
    .fl-page-header-logo {
    padding-bottom: 20px;
  }

  .single.single-post #fl-main-content .fl-content {
    margin-top: 0;
  }

  .fl-post-title {
    font-size: 22px;
    line-height: 26px;
  }

  .post-content-container {
    margin: -80px auto 0;
  }

  .fl-post-meta.fl-post-meta-top {
    font-size: 12px;
    max-width: 260px;
    margin: auto;
    padding-top: 15px;
  }

  .post-content-container .fl-post-header {
    margin-bottom: 15px;
  }

  .post-meta-comment-section .fl-post-meta {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .prev-next-container span.fl-post-nav-prev,
  .prev-next-container span.fl-post-nav-next {
    width: 100%;
    padding: 10px;
    min-height: 0;
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .prev-next-container span.fl-post-nav-prev {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .post-meta-comment-section > a {
    float: none;
    margin-top: 20px;
  }

  .prev-next-container a {
    font-size: 14px;
  }

  h3.related-posts-title {
    font-size: 22px;
    padding-bottom: 15px;
  }

  ol.related-posts li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .single-post .fl-post-content {
    width: calc(100% - 10px);
    padding: 0;
  }

  .fl-page-header-primary .fl-logo-img {
    max-width: 250px;
  }

  body
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    .navbar-toggle {
    top: calc(50% - 1.5rem);
  }

  .prev-next-container {
    display: block;
  }

  .how-can-help-container .fl-col.fl-col-small {
    width: 49% !important;
    clear: none;
    display: inline-block;
  }
}

#mobile_search {
  display: none;
}

/* MEGAMENU STYLES ---------------------------------------------- */

.shero .fl-sub-menu-open {
  background-color: transparent;
}

.fl-page-nav-right.shero .fl-page-nav-wrap .navbar-nav li.fl-sub-menu-open > a {
  color: #268b92;
}

.shero.fl-page-header .fl-page-nav .navbar-nav a {
  letter-spacing: -0.3px;
}

body .fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
body .fl-page-header-fixed .fl-logo-img {
  width: 100% !important;
  max-height: 100% !important;
}

.shero .fl-page-nav-search a.fa-search {
  font-size: 15px;
}

.shero
  .fl-page-nav-wrap
  .fl-page-nav
  ul.sub-menu
  li.current-menu-item.megamenu-view-all,
.shero
  .fl-page-nav-wrap
  .fl-page-nav
  ul.sub-menu
  li.current-menu-item.megamenu-mobile-link,
.shero
  .fl-page-nav-wrap
  .fl-page-nav
  ul.sub-menu
  li.current-menu-item.megamenu-view-all
  a:hover,
.shero
  .fl-page-nav-wrap
  .fl-page-nav
  ul.sub-menu
  li.current-menu-item.megamenu-mobile-link
  a:hover {
  background-color: white;
}

.shero.fl-page-header.fl-page-nav-right
  .fl-page-nav-wrap
  .navbar-nav
  li.megamenu-mobile-link
  > a:hover,
.shero.fl-page-header.fl-page-nav-right
  .fl-page-nav-wrap
  .navbar-nav
  li.megamenu-mobile-link
  > a:focus,
.shero.fl-page-header.fl-page-nav-right
  .fl-page-nav-wrap
  .navbar-nav
  li.megamenu-view-all
  > a:hover,
.shero.fl-page-header.fl-page-nav-right
  .fl-page-nav-wrap
  .navbar-nav
  li.megamenu-view-all
  > a:focus {
  background-color: white;
  color: #d92176;
}

@media (min-width: 767px) {
  .shero .fl-page-nav ul.sub-menu {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    box-sizing: border-box;
    display: none;
    font-size: 15px;
    left: -9999px;
    list-style: none;
    margin: 1px auto 0 auto;
    padding: 0 80px;
    position: fixed;
    top: auto;
    width: 750px;
    z-index: 1000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .shero .fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu {
    left: calc(50% - 375px);
  }

  .shero .fl-page-nav li:not(.megamenu-parent) ul.sub-menu {
    margin: 1px 0 0 0;
    min-width: 200px;
    padding: 20px;
    position: absolute;
    top: auto;
    width: max-content;
  }

  .shero
    .fl-page-nav
    ul
    li:not(.megamenu-parent).fl-sub-menu-open
    > ul.sub-menu {
    left: -20px;
  }

  .shero .fl-page-nav ul li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
    right: auto;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu {
    background-color: white;
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a {
    color: #268b92;
  }

  .shero .fl-page-nav ul li.megamenu-parent ul.sub-menu {
    column-count: 2;
  }

  .megamenu-heading,
  .megamenu-mobile-link,
  .megamenu-view-all {
    column-span: all;
    text-align: center;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li.megamenu-mobile-link a,
  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li.megamenu-view-all a {
    color: #d92176;
    display: inline-block;
  }

  .megamenu-mobile-link a:after,
  .megamenu-view-all a:after {
    border: 1px solid #d92176;
    border-top: 0;
    border-left: 0;
    content: " ";
    display: inline-block;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    transform: rotate(-45deg);
    width: 6px;
  }

  .megamenu-parent ul li {
    -webkit-column-break-inside: avoid;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a {
    color: #1f1f1f;
    font-size: 15px;
    text-transform: none;
  }

  .shero .fl-page-nav .navbar-nav li.megamenu-heading a,
  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li.megamenu-heading a,
  .shero
    .fl-page-nav-wrap
    .fl-page-nav
    ul.sub-menu
    li.megamenu-heading
    a:hover {
    color: #268b92;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li:hover {
    background-color: transparent;
  }

  .shero .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a:hover,
  .fl-page-header.fl-page-nav-right.shero
    .fl-page-nav-wrap
    .navbar-nav
    ul.sub-menu
    li
    > a:hover {
    color: #d92176;
    text-decoration: underline;
  }

  .fl-page-header.fl-page-nav-right.shero
    .fl-page-nav-wrap
    .navbar-nav
    ul.sub-menu
    li.megamenu-heading
    > a:hover {
    color: #268b92;
    text-decoration: none;
  }

  .fl-sub-menu-open:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 11px 8.5px;
    border-color: transparent transparent #268b92 transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5.5px);
  }

  .shero.fl-page-header .menu-item-has-children:before {
    border: 1px solid #4f4f4f;
    border-top: 0;
    border-left: 0;
    content: " ";
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    right: 0;
    width: 6px;
  }
}

@media (min-width: 850px) {
  .shero .fl-page-nav ul.sub-menu {
    padding: 0 107px;
    width: 832px;
  }

  .shero .fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu {
    left: calc(50% - 416px);
  }

  .shero
    .fl-page-nav
    ul
    li:not(.megamenu-parent).fl-sub-menu-open
    > ul.sub-menu {
    left: auto;
  }
}

@media (min-width: 992px) {
  .fl-page-nav-right.shero .fl-page-header-container {
    padding: 0;
  }

  .fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
    margin-right: 15px;
    padding: 35px 0;
  }

  .fl-page-header.fl-page-nav-right.shero
    .fl-page-nav-wrap
    .navbar-nav
    li
    > a:hover {
    background-color: transparent;
    color: #268b92;
  }

  .shero .fl-page-nav ul.sub-menu,
  .shero .fl-page-nav li:not(.megamenu-parent) ul.sub-menu {
    margin-top: 36px;
  }

  .shero.fl-page-header.fl-page-nav-right.fl-page-header-fixed
    .fl-page-nav
    ul.sub-menu,
  .shero.fl-page-header-fixed .fl-page-nav ul.sub-menu {
    background-color: white;
    margin-top: 44px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .shero.fl-page-header-fixed .fl-sub-menu-open:after {
    bottom: -8px;
  }

  .shero.fl-page-header .fl-page-header-row.row {
    align-items: center;
    display: grid;
    grid-template-columns: 0 1fr auto 0;
  }

  /* Accommodate more menu items */
  .shero.fl-page-header .fl-page-header-row.row {
    align-items: center;
    display: grid;
    grid-template-columns: 0 1fr auto 0;
  }
  .shero.fl-page-header .col-md-4,
  .shero.fl-page-header .col-md-3 {
    width: 100%;
  }
  .shero.fl-page-header .col-md-8,
  .shero.fl-page-header .col-md-9 {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .menu-modal .menu-top button.toggle.close-nav-toggle {
    opacity: 0;
  }

  .singular #site-content article .author-bio .avatar,
  .singular #site-content article .author-bio .author-avatar.vcard img {
    left: 0;
  }
}

/* MOBILE MENU STYLES --------------------------------------- */

@media screen and (max-width: 767px) {
  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    .fl-page-nav-search {
    display: none !important;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li {
    border: 0;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li
    a {
    color: #444444;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: none;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon:after {
    background-size: contain;
    border: 1px solid #4b4b4b;
    border-left: 0;
    border-top: 0;
    display: block;
    content: " ";
    float: right;
    height: 8px;
    width: 8px;
    transform: rotate(-45deg);
  }

  .shero
    .fl-page-nav
    ul.navbar-nav
    li.menu-item-has-children.fl-mobile-sub-menu-open
    > a {
    color: #268b92;
    text-align: center;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-mobile-sub-menu-open
    .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon {
    height: 1rem;
    left: 0;
    right: auto;
    width: 100%;
  }

  .fl-submenu-toggle
    .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.navbar-nav
    li.fl-mobile-sub-menu-open
    > .fl-submenu-icon-wrap
    .fl-submenu-toggle-icon:after {
    content: " ";
    float: left;
    transform: rotate(135deg);
  }

  .megamenu-heading {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .megamenu-heading a {
    color: #268b92 !important;
    padding-top: 0 !important;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li {
    border: 0;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a:before {
    display: none;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.sub-menu
    li
    a {
    padding: 10px 15px;
  }

  .fl-submenu-toggle
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.shero
    .fl-page-nav
    ul.navbar-nav
    li
    a {
    padding: 10px 15px;
  }

  .fl-submenu-toggle
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.shero
    .fl-page-nav
    ul.navbar-nav
    li.megamenu-mobile-link
    a {
    color: #d92176;
    text-align: center;
    text-decoration: underline;
    padding-top: 0;
  }

  .fl-submenu-toggle
    .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav
    ul.navbar-nav
    li.menu-item-has-children
    > a {
    padding-right: 15px;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li.fl-mobile-sub-menu-open
    ~ li.menu-item {
    display: none;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse {
    padding-bottom: 50px;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile
    .fl-page-nav-collapse
    ul.navbar-nav
    > li.fl-mobile-sub-menu-open {
    background-color: white;
    height: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .shero .fl-page-nav-collapse {
    min-height: calc(100vh - 100px);
  }

  div#mobile__dropdown .navbar-collapse {
    background-color: white;
    margin-left: -15px;
    min-height: calc(100vh - 80px);
    padding-top: 10px;
    position: absolute;
    top: 80px;
    width: calc(100% - 25px);
    z-index: 1000;
  }

  #mobile_search {
    display: block;
    margin-top: -5px;
    position: absolute;
    right: 70px;
    top: calc(50% - 1.5rem);
  }

  #mobile_search .fl-page-nav-search {
    display: block;
  }

  #mobile_search .fl-page-nav-search form {
    top: 80px;
    bottom: auto;
    position: fixed;
    right: auto;
    width: 100% !important;
  }

  #mobile__dropdown #menu-megamenu {
    margin-top: 10px;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 21;
    width: 100%;
  }

  #fl-main-content {
    padding-top: 80px;
  }

  .shero .fl-page-nav-collapse.navbar-collapse.collapse.in:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 80px;
    width: 25px;
    z-index: 0;
  }

  .shero .fl-page-header-container.container {
    padding-top: 0;
  }

  .shero.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right
    .fl-page-header-row
    .fl-page-header-logo {
    padding-bottom: 0;
  }

  .shero .fl-page-header-row.row {
    padding: 20px 0;
  }

  .shero .fa-search:before {
    font-size: 2rem;
  }

  #scroll-header.scroll-header-hide {
    top: -80px;
    transition: top 250ms linear 0s;
  }

  #scroll-header,
  #scroll-header.scroll-up {
    top: 0;
    transition: top 250ms linear 0s;
  }
}

/*Category page*/
.fl-full-width .fl-archive.container {
  max-width: 1500px;
  width: 100%;
  line-height: 1.4;
}

.fl-content.blog-list {
  min-height: 100vh;
  position: relative;
  display: inline-block;
  width: 100%;
}

div#index-blog-sticky article {
  display: block;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 30px;
  border: none;
}

div#index-blog-sticky2 article {
  display: block;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 30px;
  border: none;
}

.fl-page .blog-list .fl-post-thumb img {
  display: inline-block;
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  vertical-align: top;
}

.fl-page .blog-list article:nth-child(-n + 3) .fl-post-thumb img {
  height: 270px !important;
}

.fl-page .blog-list a.wpp-post-title {
  left: 0;
  color: #268b92;
  font-size: 20px !important;
  line-height: 1.4;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.fl-page .blog-list .fl-post {
  font-size: 16px;
}

.fl-page .blog-list .fl-post .fl-post-thumb {
  margin-bottom: 10px;
}

div#index-blog-sticky article > .content-container-post > * {
  display: inline-block;
  width: 100%;
}

div#index-blog-sticky2 article > .content-container-post > * {
  display: inline-block;
  width: 100%;
}

h1.category-title,
.category-description {
  text-align: center;
  max-width: 820px;
  margin: auto;
  display: block;
  width: 100%;
}

h1.category-title {
  font-weight: bold;
}

div#index-blog-sticky2 article:nth-child(-n + 3) {
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0;
}

div#index-blog-sticky2 article:nth-child(-n + 3) > .content-container-post,
div#index-blog-sticky2 article:nth-child(-n + 3) > .image-container {
  display: inline-block;
  width: 100%;
  margin: 0;
}

div#index-blog-sticky article {
  width: 100%;
  margin-left: 0;
}

div#index-blog-sticky2 article {
  width: 100%;
  margin-left: 0;
}

.category-description {
  font-size: 16px;
  padding-top: 15px;
}

.category-top-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.page-nav-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.page-nav-container .page-numbers {
  color: #000000;
  padding: 10px;
  margin: 0 5px;
  font-size: 16px;
}

.page-nav-container .page-numbers.current {
  background-color: #268b92;
  color: #ffffff;
}

.page-nav-container .page-numbers {
  color: #000000;
  padding: 7px 12px;
  margin: 0 5px;
  font-size: 16px;
}

.page-nav-container .page-numbers.prev:after {
  content: "Previous";
  margin-left: 5px;
}

.page-nav-container .page-numbers.next:before {
  content: "Next";
  margin-right: 5px;
}

.archive-container .post-description p {
  margin-bottom: 0;
  color: #4b4b4b;
}
.author-top-content .author-bio {
  color: #4b4b4b;
}
body
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  + .header-toggles
  .toggle-wrapper
  .toggle-inner:before {
  display: none;
}

@media screen and (min-width: 768px) {
  div#index-blog-sticky article > .content-container-post,
  div#index-blog-sticky2 article > .content-container-post {
    width: 33.6%;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
  }

  div#index-blog-sticky article > .image-container,
  div#index-blog-sticky2 article > .image-container {
    display: inline-block;
    width: 26.33%;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 6.66%;
  }

  .fl-page .blog-list #sidebar.fl-sidebar-right {
    position: absolute !important;
    top: 540px;
    right: 1%;
    width: 27.6% !important;
    margin: 0;
  }

  div#index-blog-sticky article,
  div#index-blog-sticky2 article {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  div#index-blog-sticky2 article:nth-child(-n + 3) {
    width: 33.333%;
    vertical-align: top;
    min-height: 500px;
    padding-bottom: 50px;
  }

  .page-nav-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .fl-page .blog-list #sidebar.fl-sidebar-right {
    right: 6%;
    width: 22.6% !important;
    top: 505px;
  }

  div#index-blog-sticky2 article:nth-child(-n + 3) {
    min-height: 475px;
  }
}

@media screen and (max-width: 767px) {
  .fl-page .blog-list article:nth-child(-n + 3) .fl-post-thumb img {
    height: 210px !important;
  }

  div#index-blog-sticky article > .content-container-post {
    position: relative;
    display: inline-block !important;
    width: 90% !important;
    margin: -75px auto 0 !important;
    text-align: left;
    background-color: #ffffff;
    padding: 10px;
  }

  div#index-blog-sticky article {
    text-align: center;
    margin-bottom: 40px;
  }

  div#index-blog-sticky2 article > .content-container-post {
    position: relative;
    display: inline-block !important;
    width: 90% !important;
    margin: -75px auto 0 !important;
    text-align: left;
    background-color: #ffffff;
    padding: 10px;
  }

  div#index-blog-sticky2 article {
    text-align: center;
    margin-bottom: 40px;
  }

  h1.category-title {
    font-size: 22px;
  }

  h1.category-title,
  .category-description {
    width: calc(100% - 40px);
  }

  body[class*="category-paged"] article[sticky="true"] {
    display: none !important;
  }

  div#index-blog-sticky2 article:nth-child(-n + 3) > .content-container-post,
  div#index-blog-sticky2 article:nth-child(-n + 3) > .image-container {
    display: inline-block;
    width: 100%;
    margin: -75px auto 0;
  }
}

/*----------Blog page new styling -----------*/

.blog .fl-archive .fl-post {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: none;
  padding-left: 10px;
}
.blog .fl-post-author {
  display: none;
}
.blog .fl-post-author + .fl-sep {
  display: none;
}
.blog .post-meta-close {
  display: none;
}
.blog-image-container .fl-post-thumb img {
  display: inline-block;
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  vertical-align: top;
}
.content-container-blog .fl-post-header {
  margin-bottom: 15px;
}
.content-container-blog .fl-post-header .fl-post-title {
  font-size: 20px !important;
  line-height: 1.4;
}

.content-container-blog .fl-post-content {
  font-size: 16px;
}
.content-container-blog .fl-post-header .fl-post-meta.fl-post-meta-top {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .blog-image-container {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    margin-right: 20px;
  }
  .blog-image-container .fl-post-thumb {
    margin-bottom: 0;
  }
  .content-container-blog {
    width: 60%;
    vertical-align: middle;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .blog .fl-archive .fl-post {
    text-align: center;
  }
  .content-container-blog .fl-post-header .fl-post-meta.fl-post-meta-top {
    max-width: 100%;
  }
  .content-container-blog {
    position: relative;
    display: inline-block !important;
    width: 90% !important;
    margin: -75px auto 0;
    text-align: left;
    background-color: #fff;
    padding: 10px;
  }
}

body.template-full-width .entry-content .wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
}

body.template-full-width .entry-content .wp-block-group .home-top-content {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.singular #site-content .post .post-inner .entry-content h2,
.singular #site-content .post .post-inner .entry-content h3 {
  scroll-margin-top: 4em;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content h2,
#site-content .type-ride .post-inner .entry-content h2{
  scroll-margin-top: 4em;
}
.home .entry-content .wp-block-group .home-top-content {
  max-width: 100% !important;
  margin: auto;
  position: relative;
}

.home.singular .entry-header {
  display: none;
}

.home .entry-content .wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
}

.home .entry-content > .wp-block-group:first-of-type {
  margin: 0;
}

.home .entry-content .wp-block-group .home-top-content:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  content: "";
  background-color: #ffffff;
  width: 100vw;
  z-index: 1;
}

.home .entry-content .wp-block-group .home-top-content > .wp-block-column {
  z-index: 2;
}

.home .entry-content > .wp-block-columns.how-can-help-container {
  margin: 0;
  background-color: #f2f2f2;
  padding-top: 75px;
  padding-bottom: 75px;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column
  .wp-block-cover {
  max-width: 250px;
  margin: auto;
  border-radius: 50%;
  max-height: 250px;
  min-height: 100px !important;
  height: 100%;
  width: 100%;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column
  .wp-block-cover:before {
  border-radius: 50%;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column
  .wp-block-cover
  p {
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column
  .wp-block-cover
  p
  a {
  color: #ffffff;
  text-decoration: none;
}

.home .post-inner {
  padding-top: 0;
}

.home
  .entry-content
  .wp-block-group
  .home-top-content
  > .wp-block-column
  figure.wp-block-image {
  margin-top: 0;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column {
  width: 15vw;
  height: 15vw;
  margin: 0 1vw;
  max-height: 250px;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column:first-of-type {
  margin-left: 0;
}

.home
  .entry-content
  > .wp-block-columns.how-can-help-container
  .wp-block-column:last-of-type {
  margin-right: 0;
}

ul.home-posts {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
}

ul.home-posts li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  align-items: start;
  justify-content: start;
  padding: 30px 20px 30px;
  position: relative;
}

ul.home-posts li:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #e6e6e6;
  top: auto;
}

ul.home-posts li:last-of-type::after {
  display: none;
}

ul.home-posts li .text-container > * {
  display: inline-block;
  width: 100%;
  text-align: left;
}

ul.home-posts li .image-container {
  width: 33%;
}

ul.home-posts li .text-container {
  width: 62%;
  margin-left: 4%;
}

ul.home-posts li .image-container img {
  width: 100%;
  height: auto;
}

ul.home-posts li .text-container a.post-title {
  color: #005b64;
  text-decoration: none;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 10px;
}

ul.home-posts li .text-container a.post-title:hover {
  color: #222;
}

ul.home-posts li .text-container .post-meta {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #4b4b4b;
  letter-spacing: -0.3px;
}

ul.home-posts li .text-container .post-meta span.separator {
  margin: 0 3px;
}

ul.home-posts li .text-container .post-meta section {
  padding: 20px 0 0;
}

ul.home-posts li .text-container .post-meta section p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

.fl-button-wrap.fl-button-width-auto.fl-button-center {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}

.fl-button-wrap.fl-button-width-auto.fl-button-center a.fl-button {
  background-color: #d92176;
  color: #fff;
  text-decoration: none;
  font-family: MetropolisExtraBold, "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  padding: 12px 24px;
}

.fl-button-wrap.fl-button-width-auto.fl-button-center a.fl-button:hover {
  background-color: #f64194;
}

.featured-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.featured-container .widget_media_gallery .gallery {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.featured-container .widget_media_gallery .gallery figure.gallery-item {
  width: 16.65%;
  padding: 0;
  margin-bottom: 0;
}

.featured-container
  .widget_media_gallery
  .gallery
  figure.gallery-item
  .gallery-icon {
  margin: 20px;
}

.featured-container .widget_media_gallery .widget-title {
  color: #443D3D;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 600 !important;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 5px;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: -0.3px;
}

.featured-container .widget_media_gallery .widget-title::first-letter {
  text-transform: uppercase;
}

.featured-container .widget_media_gallery {
  position: relative;
}

.featured-container .widget_media_gallery:before {
  display: none;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
  z-index: 1;
  top: 18px;
  width: 100%;
  position: absolute;
  max-width: 1240px;
  margin: auto;
}


h2.fl-heading {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #020000;
  font-size: 30px;
  font-style: normal;
}

.home .entry-content > .wp-block-columns.how-can-help-container .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  font-family: MetropolisRegular, “Source Sans Pro”, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
}

.page.singular #site-content .page .post-inner .entry-content h2.home-circle {
  font-family: MetropolisRegular, source sans pro, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.page.singular #site-content .page .post-inner .entry-content h2.home-circle a {
  color: #ffffff;
}

.page.singular
  #site-content
  .page
  .post-inner
  .entry-content
  h2.home-circle
  a:hover {
  background-color: transparent;
  text-decoration: underline;
}

h2.fl-heading.homepage-posts,
h1.fl-heading.homepage-posts {
  padding-top: 30px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #020000;
  font-size: 30px;
  font-style: normal;
}

@media screen and (max-width: 781px) {
  body.home
    .entry-content
    > .wp-block-columns.how-can-help-container
    .wp-block-column {
    width: 50%;
    margin: 10px 0;
    height: auto;
    flex-grow: 1;
    flex-basis: auto !important;
  }

  .home
    .entry-content
    > .wp-block-columns.how-can-help-container
    .wp-block-column
    .wp-block-cover {
    margin: auto;
    border-radius: 50%;
    max-height: 100%;
    min-height: 100px !important;
    height: 45vw;
    width: 45vw;
  }

  .home .entry-content > .wp-block-columns.how-can-help-container {
    padding: 2rem;
  }

  .featured-container .widget_media_gallery .gallery figure.gallery-item {
    width: 33%;
  }

  .featured-container
    .widget_media_gallery
    .gallery
    figure.gallery-item
    .gallery-icon {
    margin: 5px 10px;
  }

  .home
    .entry-content
    .wp-block-group
    .home-top-content
    > .wp-block-column:last-of-type {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  ul.home-posts li .text-container .post-meta {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .home
    .entry-content
    > .wp-block-columns.how-can-help-container
    .wp-block-column
    .wp-block-cover {
    height: 42vw;
    width: 42vw;
  }

  .home .entry-content > .wp-block-columns.how-can-help-container {
    padding: 1.5rem;
  }

  ul.home-posts li .text-container {
    width: 100%;
    margin-left: 0;
  }

  ul.home-posts li .image-container {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*=================
    Category
==================*/
.category section,
.category .site-content header.archive-header {
  padding: 0;
}

h1.category-title {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #268b92;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  font-weight: 700;
}

.archive-container {
  max-width: 1500px;
  width: 100%;
  line-height: 1.4;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

div#index-blog-sticky article > .image-container img.attachment-post-thumbnail {
  height: 270px;
  object-fit: cover;
}

div#index-blog-sticky article > .text-container .post-meta {
  margin: 0;
}

div#index-blog-sticky article a.post-title {
  left: 0;
  color: #005b64;
  font-size: 20px !important;
  line-height: 1.4;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}

div#index-blog-sticky2 article > .image-container img.attachment-post-thumbnail {
  height: 270px;
  object-fit: cover;
}

div#index-blog-sticky2 article:nth-child(-n + 3) > .content-container-post,
div#index-blog-sticky2 article:nth-child(-n + 3) > .image-container {
  display: inline-block;
  width: 100%;
  margin: 0;
}

div#index-blog-sticky2 article > .text-container .post-meta {
  margin: 0;
}

div#index-blog-sticky2 article a.post-title {
  left: 0;
  color: #005b64;
  font-size: 20px !important;
  line-height: 1.4;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}

.archive-container span.comments {
  color: #4b4b4b;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.archive-container .post-description {
  color: #4b4b4b;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 0;
}

.archive-container .keep-reading {
  color: #d92176;
  letter-spacing: -0.3px;
}

.archive-container .keep-reading i.fa.fa-long-arrow-right:before {
  content: "\f178";
  font-size: 16px;
}

.archive-container .keep-reading .fa,
.archive-container .keep-reading span {
  line-height: 15px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: -0.3px;
}

.archive-container .keep-reading:hover {
  color: #222;
  text-decoration: none;
}

div#index-blog-sticky article a.post-title:hover,
div#index-blog-sticky2 article a.post-title:hover {
  color: #d92176;
  text-decoration: none;
}

.page-nav-container {
  padding-top: 20px;
  padding-bottom: 60px;
}

div#index-blog-sticky article > .image-container > a {
  display: inline-block;
  width: 100%;
}

div#index-blog-sticky2 article > .image-container > a {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  h1.category-title {
    font-size: 22px;
  }

  .archive-container {
    margin: 5px 0;
  }
}

/*===============
    Blog Post
=================*/
.singular #site-content .section-inner {
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
}

.singular .featured-media-inner img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  max-width: 1280px;
}

.singular #site-content .entry-header {
  display: inline-block;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  width: calc(100% - 30px);
  padding: 5px 5px 0;
  max-width: 800px;
}

.singular.single-post #site-content .entry-header {
  margin-top: 35px;
}

.singular #site-content .featured-media + header.entry-header {
  margin: -100px auto 0;
}

.singular #site-content article {
  text-align: center;
}

.singular #site-content .entry-header .entry-title {
  color: #268b92;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  max-width: 700px;
  margin: 0 auto;
  display: inline-block;
}

.singular #site-content .entry-header .post-meta {
  margin: 0;
  padding: 20px 0 10px;
  font-size: 14px;
  justify-content: center;
  letter-spacing: -0.3px;
  color: #4b4b4b;
  line-height: 1.45;
}

.singular #site-content .entry-header i {
  font-size: 15px;
  color: #4b4b4b;
  letter-spacing: -0.3px;
}

.singular #site-content .entry-header i a {
  font-size: 100%;
  border: none;
  color: #d92176;
}

.singular #site-content .entry-header .post-meta .separator {
  margin: 0 5px;
}

span.updated-date {
  margin-right: 3px;
}

i.fas.fa-comments:before {
  content: "\f086";
}
i.fas.fa-comments {
  font-family: FontAwesome, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.singular #site-content .post-inner {
  padding: 0;
  margin: 25px auto 0;
  display: inline-block;
  width: 100%;
}

.singular #site-content .post .post-inner .entry-content,
.singular #site-content .page .post-inner .entry-content {
  background-color: #fff;
  font-size: 15px;
  max-width: 800px;
  width: calc(100% - 30px);
  text-align: left;
  padding: 0 15px;
  color: #4b4b4b;
  margin: auto;
}

.singular #site-content .post .post-inner p,
.singular #site-content .post .post-inner .entry-content > *,
.singular #site-content .page .post-inner p,
.singular #site-content .page .post-inner .entry-content > * {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 10px;
}

.singular #site-content .post .post-inner .entry-content h3,
.singular #site-content .post .post-inner .entry-content h2,
.singular #site-content .page .post-inner .entry-content h3,
.singular #site-content .page .post-inner .entry-content h2:not(#h-date-parent-and-make-money) {
  padding-top: 20px;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.singular #site-content .post .post-inner .entry-content h3,
.singular #site-content .page .post-inner .entry-content h3 {
  font-size: 24px;
}

.entry-content h4,
.singular #site-content .post .post-inner .entry-content h4,
.singular #site-content .page .post-inner .entry-content h4 {
  font-size: 20px;
}

.singular #site-content .post .post-inner .entry-content hr,
.singular #site-content .page .post-inner .entry-content hr {
  border: none;
  border-bottom: 2px solid #8f98a1;
  max-width: 100px;
  margin: 40px auto;
}

.singular #site-content .post .post-inner .entry-content hr:before,
.singular #site-content .post .post-inner .entry-content hr:after,
.singular #site-content .page .post-inner .entry-content hr:before,
.singular #site-content .page .post-inner .entry-content hr:after {
  display: none;
}

.singular #site-content article .author-bio {
  max-width: 666px;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px 15px 60px 200px;
  margin-bottom: 30px;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover,
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
article a {
  color: #9F054C;
}

.singular #site-content article .author-bio .avatar,
.singular #site-content article .author-bio .author-avatar.vcard img {
  top: 45%;
  transform: translateY(-45%);
  width: 148px;
  height: auto;
  left: 28px;
  position: absolute;
}

.singular #site-content article .author-bio .author-description {
  text-align: left;
  color: #4b4b4b;
}

.singular #site-content article .author-bio h2.author-title a {
  margin: 20px 0 20px;
  color: #268b92;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
}

.singular #site-content article .author-bio h2.author-title {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.singular #site-content nav.pagination-single.section-inner {
  max-width: 1280px;
  margin: auto;
  padding-top: 40px;
  width: calc(100% - 30px);
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  .previous-post {
  width: 45%;
  float: left;
  border: 1px solid #e9e9e9;
  clear: none;
  text-align: left;
  padding: 2% 0 2% 5%;
  flex: 1;
  margin-right: 2%;
  align-items: center;
  display: flex;
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  .next-post {
  width: 45%;
  float: right !important;
  border: 1px solid #e9e9e9;
  clear: none;
  text-align: right;
  padding: 2% 5% 2% 0;
  flex: 1;
  margin-left: 2%;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  a {
  text-decoration: none;
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  a
  * {
  width: 100%;
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  a:hover {
  background-color: #eee;
}

.singular
  #site-content
  nav.pagination-single.section-inner
  .pagination-single-inner
  span.title-inner {
  font-size: 20px;
  border: none;
  display: inline-block;
  max-width: 90%;
}

.singular
  #site-content
  .comments-wrapper
  .comments-header
  .comment-reply-title {
  margin-bottom: 35px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #007a80;
}

.singular #site-content .comments-wrapper .comments-inner div[id*="comment"] {
  margin: 20px auto 10px;
  padding-top: 0;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-meta {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  min-height: auto;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-meta
  .comment-author
  .avatar,
.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-footer-meta
  span.by-post-author {
  display: none;
}

.singular #site-content .section-inner.comments-wrapper {
  max-width: 1280px;
  margin: 60px auto;
  width: calc(100% - 30px);
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-meta
  > * {
  display: inline-block;
  vertical-align: middle;
  color: #4b4b4b;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-meta
  a {
  color: #4b4b4b;
  text-decoration: none;
  border: none;
  font-size: 100%;
  font-weight: 400;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-meta
  a
  time:before {
  content: "on";
  margin-right: 4px;
  position: relative;
  display: inline-block;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  .comment-content
  > * {
  max-width: 100%;
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 10px;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  .comment-content {
  border: 1px solid #e6e6e6;
  padding: 15px;
  text-align: left;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-footer-meta {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  min-height: auto;
  background: #ffffff;
  margin: 0;
}

.singular
  #site-content
  .comments-wrapper
  .comments-inner
  div[id*="comment"]
  footer.comment-footer-meta
  a {
  background-color: #ffffff;
  border: none;
  text-decoration: none;
  text-align: right;
  padding: 5px;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.singular #site-content .section-inner.comments-wrapper hr {
  display: none;
}

.home.singular #site-content .page .post-inner .entry-content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.home.singular #site-content .post-inner {
  margin: 0;
}

.home.singular #site-content .post .post-inner p,
.home.singular #site-content .post .post-inner .entry-content > *,
.home.singular #site-content .page .post-inner p,
.home.singular #site-content .page .post-inner .entry-content > * {
  margin: 0;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding: 10px 0 30px;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination
  a {
  border: none;
  text-decoration: none;
  display: inline-block;
  float: left;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination
  a.next {
  float: right;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination
  a.page-numbers {
  display: none;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination
  a.page-numbers.next,
.singular
  #site-content
  .section-inner.comments-wrapper
  nav.comments-pagination.pagination
  a.page-numbers.prev {
  display: inline-block;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  .comment-reply-title {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 2.5rem 0;
  font-family: MetropolisExtraBoldItalic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
  max-width: unset;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  .comment-reply-title:before {
  content: "Leave a Comment";
  font-size: 18px;
  color: #268b92;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform {
  display: inline-block;
  position: relative;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.comment-notes {
  display: none;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0 0 2.5rem;
}

.singular #site-content .section-inner.comments-wrapper .comment-respond label {
  color: #4b4b4b;
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.comments-wrapper .comment-respond input[type="url"],
.comments-wrapper .comment-respond input[type="text"],
.comments-wrapper .comment-respond input[type="email"],
.comments-wrapper .comment-respond textarea {
  margin-bottom: 0;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  color: #4b4b4b;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  border-radius: 4px;
  outline: none;
}

.comments-wrapper .comment-respond input[type="url"]:hover,
.comments-wrapper .comment-respond input[type="text"]:hover,
.comments-wrapper .comment-respond input[type="email"]:hover,
.comments-wrapper .comment-respond textarea:hover {
  background-color: #ffffff;
}

.comments-wrapper .comment-respond input[type="url"],
.comments-wrapper .comment-respond input[type="text"],
.comments-wrapper .comment-respond input[type="email"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p
  span.required {
  font-size: 0;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p
  span.required:after {
  content: "(required)";
  font-size: 16px;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.comment-form-email
  span.required:before {
  content: "(will not be published)";
  font-size: 16px;
  margin-right: 5px;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.form-submit {
  position: relative;
  width: auto;
  float: left;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.form-submit:before {
  content: "Submit Comment";
  background-color: #d92176;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: MetropolisExtraBold, sans-serif;
  font-style: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  display: inline-block;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.form-submit
  input#submit {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0;
  min-width: 200px;
}

.singular
  #site-content
  .section-inner.comments-wrapper
  .comment-respond
  form#commentform
  p.form-submit:hover::before {
  background-color: #f64194;
}

blockquote.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}

h2.fl-heading.homepage-posts {
  padding-top: 30px;
}

body
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  + .header-toggles
  .toggle-wrapper
  .toggle-inner
  svg.svg-icon {
  display: block;
  color: #4b4b4b;
  width: 15px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .singular #site-content .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .singular #site-content .post .post-inner .entry-content h2 {
    font-size: 28px;
  }
  body.single #site-content article.status-publish.format-standard .post-inner .entry-content h2,
  #site-content .type-ride .post-inner .entry-content h2{
    font-size: 28px;
  }

  .singular #site-content .post .post-inner .entry-content h3 {
    font-size: 24px;
  }

  .singular #site-content .post .post-inner .entry-content h4 {
    font-size: 18px;
  }

  .singular #site-content .entry-header .post-meta {
    font-size: 12px;
  }

  .singular #site-content .entry-header i {
    font-size: 15px;
  }

  .pagination-single .pagination-single-inner {
    flex-direction: column;
  }

  .singular
    #site-content
    nav.pagination-single.section-inner
    .pagination-single-inner
    .previous-post,
  .singular
    #site-content
    nav.pagination-single.section-inner
    .pagination-single-inner
    .next-post {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
  }

  .singular
    #site-content
    nav.pagination-single.section-inner
    .pagination-single-inner
    span.title-inner {
    font-size: 14px;
    max-width: 100%;
  }
}

.singular #site-content .page .post-inner .entry-content .home-top-content {
  color: #000000;
  padding: 0;
}

.subscription-container .home-subscribe-form {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.home-subscribe-form {
  display: inline-block;
  width: 100%;
  background-color: #EDF5F5;
  background-clip: border-box;
  margin-top: 30px;
  padding: 33px 79px;
}

#af-body-11607876 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.singular
  #site-content
  .page
  .post-inner
  .entry-content
  .home-subscribe-form
  h3 {
  margin: 15px 0;
  padding: 0;
  color: #000;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.singular
  #site-content
  .page
  .post-inner
  .entry-content
  .home-subscribe-form
  p {
  color: #000000 !important;
  font-family: "MetropolisRegular" !important;
  font-size: 22px !important;
  font-weight: bold !important;
  letter-spacing: -0.3px;
  line-height: 27px;
  margin-bottom: 28px;
}

.home-subscribe-form input[type="text"],
.home-subscribe-form input[type="email"] {
  color: #60656f;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 8px 12px;
  height: 60px;
  line-height: 1.5;
  outline: none;
  width: 100%;
  text-align: center;
}

.home-subscribe-form input[type="text"]::-webkit-input-placeholder,
.home-subscribe-form input[type="email"]::-webkit-input-placeholder {
  /* Edge */
  color: #bbbbbb;
}

.home-subscribe-form input[type="text"]:-ms-input-placeholder,
.home-subscribe-form input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer */
  color: #bbbbbb;
}

.home-subscribe-form input[type="text"]::placeholder,
.home-subscribe-form input[type="email"]::placeholder {
  color: #bbbbbb;
}

.home-subscribe-form .af-element {
  display: inline-block;
  width: 100%;
}

.home-subscribe-form .af-element:nth-child(1) {
  margin-bottom: 15px;
}

.home-subscribe-form .af-element + .af-element {
  float: right;
}

.home-subscribe-form .af-element.buttonContainer input.submit {
  width: 100%;
  border: none;
  height: 60px;
  line-height: 1;
  outline: none;
  font-size: 18px;
  background-color: #d92176;
}

.home-subscribe-form .af-element.buttonContainer input.submit:hover {
  background-color: #f64194;
  text-decoration: none;
}

.reduced-spacing.footer-top-visible
  .footer-nav-widgets-wrapper
  .footer-widgets {
  background-color: #F2F2F2;
  margin: 0;
  padding-top: 50px;
  width: 100%;
}
.footer-nav-widgets-wrapper {
	background-color: #F2F2F2;
}
.footer-subscribe-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  white-space: nowrap;
}

.footer-subscribe-container .image-container {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
}

.footer-subscribe-container .image-container img {
  display: inline-block;
  vertical-align: top;
  min-height: 220px;
}

.footer-subscribe-container .form-container {
  display: inline-block;
  width: 66.666%;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

.footer-subscribe-container .form-container h4 {
  color: rgb(68, 68, 68);
  font-size: 22px;
  margin: 0;
  letter-spacing: -0.3px;
}

.footer-subscribe-container .form-container h3 {
  color: rgb(255, 255, 255);
  font-size: 26px;
  margin: 0;
  letter-spacing: -0.3px;
}

.footer-subscribe-container .form-container label {
  display: none;
}

.footer-subscribe-container .form-container input[type="text"],
.footer-subscribe-container .form-container input[type="email"] {
  color: #60656f;
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 600;
  background: #ffffff;
  border: none;
  border-radius: 2px;
  display: block;
  margin: 10px 0 0;
  padding: 8px 12px;
  max-width: 100%;
  width: 100%;
  height: 37px;
  outline: none;
}

.footer-subscribe-container
  .form-container
  input[type="text"]::-webkit-input-placeholder,
.footer-subscribe-container
  .form-container
  input[type="email"]::-webkit-input-placeholder {
  /* Edge */
  color: #bbbbbb;
  text-transform: capitalize;
}

.footer-subscribe-container
  .form-container
  input[type="text"]:-ms-input-placeholder,
.footer-subscribe-container
  .form-container
  input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer */
  color: #bbbbbb;
  text-transform: capitalize;
}

.footer-subscribe-container .form-container input[type="text"]::placeholder,
.footer-subscribe-container .form-container input[type="email"]::placeholder {
  color: #bbbbbb;
  text-transform: capitalize;
}

.footer-subscribe-container .form-container input.submit {
  width: 100%;
  margin: 10px 0 0;
  background-color: rgb(68 68 68);
  border: none;
  outline: none;
  font-size: 18px;
  height: 48px;
  line-height: 1;
  text-decoration: none;
}

.footer-subscribe-container .form-container input.submit:hover {
  background-color: rgb(102, 102, 102);
}

.category-container {
  background: #d92176;
  color: #fff;
  padding: 10px 20px 20px;
  z-index: 1001;
}

.category-container .form-container p,
.category-container .form-container h4 {
  font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
}

.category-container .form-container h4 {
  margin: 10px 0;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.5;
}

.category-container .form-container p a {
  color: #ffffff;
  border-bottom: 4px solid #f066a6;
}

.category-container .form-container label {
  display: none;
}

.category-container .form-container input {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 0 1.8rem;
  height: 34px;
  line-height: 1;
  outline: none;
  border: none;
}

.category-container .form-container input::-webkit-input-placeholder {
  /* Edge */
  color: #bbbbbb;
  text-transform: capitalize;
}

.category-container .form-container input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #bbbbbb;
  text-transform: capitalize;
}

.category-container .form-container input::placeholder {
  color: #bbbbbb;
  text-transform: capitalize;
}

.category-container .form-container input.submit {
  margin: 0;
  background: #444;
  border-bottom: 3px solid #000;
  width: 100%;
  padding: 14px 10px 12px;
  display: inline-block;
  line-height: 1;
  height: 42px;
  text-decoration: none;
}

.category-container .form-container input.submit:hover {
  background-color: rgb(102, 102, 102);
}

#site-content .post .post-inner .entry-content ul,
#site-content .post .post-inner .entry-content ol {
  margin: 1.5em auto;
  max-width: 740px;
  list-style-position: outside;
  padding-inline-start: 40px;
}

.single
  [class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
}

#site-content .post .post-inner .entry-content > .gold-value-calculator {
  font-size: 16px;
  width: calc(100% - 1rem);
  max-width: 300px;
  margin: 2rem auto;
  line-height: 1.175;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
}

.blog-page {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.blog-page .archive-container {
  max-width: calc(100% - 315px);
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.tag-page > .blog-page > .archive-container {
  max-width: 100%;
}

.blog-page .category-container {
  background-color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  width: 300px !important;
  top: 0;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 20px;
}

.blog-page .category-container > aside.widget_text {
  background: #d92176;
  color: #fff;
  padding: 10px 20px 20px;
}

h3.top-picks-title {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.top-pick-blog ol.top-picks li {
  margin-left: 0;
}

.blog-page div#index-blog-sticky.archive-container article {
  display: inline-block;
  min-height: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.tag-page > .blog-page div#index-blog-sticky.archive-container article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.tag-thumbnail {
  border-bottom: 0;
}

body
  .blog-page
  div#index-blog-sticky.archive-container
  article
  > .image-container,
body .blog-page div.archive-container article > .image-container {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
}

body
  .blog-page
  div#index-blog-sticky.archive-container
  article
  > .text-container,
body .blog-page div.archive-container article > .text-container {
  width: 60%;
  vertical-align: middle;
  display: inline-block;
}

.blog-page .archive-container .post-description {
  padding: 0;
}

.blog-page .archive-container span.comments {
  width: auto;
  vertical-align: middle;
  margin-top: 0;
}

.blog-page .archive-container span.separator {
  margin: 0 5px;
}

.category-post-meta {
  font-size: 13px;
  margin-bottom: 10px !important;
}

body.page h1.page-title {
  height: 200px;
  line-height: 210px;
  color: #268b92;
  font-size: 36px;
  font-weight: 500;
  max-width: 770px;
  margin: 0 auto 15px;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
  width: calc(100% - 30px);
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  color: #fff;
  background-color: #d92176;
  font-family: MetropolisExtraBold, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  border-style: none;
  border-width: 0;
  border-color: initial;
  border-radius: 0;
  transition: color 0.4s ease, background 0.4s ease;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  color: #fff;
  background-color: #f64194;
  border-style: none;
  border-width: 0;
  border-color: initial;
  border-radius: 0;
  text-decoration: none;
}

.search-page {
  padding: 0 40px 40px;
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

.search-page h1.page-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  padding-bottom: 8px;
}

body .search-page main article.post {
  padding-top: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

body .search-page main article.post .image-container {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
  left: 0;
}

body .search-page main article.post .image-container img {
  max-height: 220px;
  object-fit: cover;
}

body .search-page main article.post .text-container {
  width: 60%;
  vertical-align: middle;
  display: inline-block;
}

body .search-page main article.post .text-container .post-meta {
  margin: 0;
}

body .search-page main article.post .text-container .post-meta .post-title {
  color: #268b92;
  text-decoration: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  width: 100%;
}

body .search-page main article.post .text-container .post-meta .post-meta {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #4b4b4b;
}

body .search-page .post-meta-close {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #4b4b4b;
  font-size: 14px;
}

article .post-meta-close a {
  color: #d92176;
  border: none;
  background-color: transparent;
}

body .search-page main article.post .text-container section.post-description {
  padding: 15px 0 0;
  color: #4b4b4b;
  font-size: 16px;
  text-align: left;
}

body .search-page main article.post .text-container a.keep-reading {
  color: #d92176;
  border-bottom: 1px solid #d92176;
  background-color: transparent;
  padding-top: 0;
}

body .search-page main article.post .text-container a.keep-reading:hover,
body
  .search-page
  main
  article.post
  .text-container
  .post-meta
  .post-title:hover {
  background: #ffeff6;
  color: #222;
  border-bottom: 0;
  text-decoration: none;
}

i.fa.fa-long-arrow-right:before {
  content: "\f178";
  font-size: 16px;
}

body .search-page .post-meta-close i {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
}

body .search-page .pagination .nav-links {
  font-size: 18px;
  line-height: 1.4;
}

span.separator {
  margin: 0 3px;
}

#scroll-to-top {
  opacity: 0;
  overflow: hidden;
  height: 20px;
  z-index: 0;
  position: absolute;
  top: 0;
}

.page-template-page-archive .site-content {
  padding-top: 30px;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.wp-block-table table,
.wp-block-table table a {
  font-size: 16px;
}
.author-bio .author-description {
  font-size: 16px;
}

.blog-page div#index-blog-sticky article > .text-container .post-meta {
  font-size: 14px;
}

body.page.singular:not(.home) #site-content .page .post-inner .entry-content {
  max-width: 1200px;
}

body.page.singular:not(.home) #site-content .page h1.page-title {
  max-width: 1170px;
}

.singular #site-content .page .post-inner .entry-content ul,
.singular #site-content .page .post-inner .entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
  padding-inline-start: 40px;
}

.page.singular #site-content .page .post-inner .entry-content h2:not(#h-date-parent-and-make-money) {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.page.singular .entry-content a:hover {
  background: #ffeff6;
  color: #222;
  border-bottom: 0;
}

.archive-container .keep-reading span {
  padding-top: 4px;
}

.blog-page
  div#index-blog-sticky
  article
  > .image-container
  img.attachment-post-thumbnail {
  height: 220px;
}

table {
  table-layout: fixed;
}

.singular #site-content .page .post-inner .entry-content ul.gform_fields,
.singular #site-content .page .post-inner .entry-content ol.gform_fields {
  padding-inline-start: 0;
}

body .search-page main article.page .image-container {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 0;
  left: 0;
}

body .search-page main article.page .text-container {
  width: 60%;
  vertical-align: middle;
  display: inline-block;
}

body .search-page main article.page .image-container img {
  max-height: 220px;
  object-fit: cover;
}

body .search-page main article.page .text-container .post-meta {
  margin: 0;
}

body .search-page main article.page .text-container .post-meta .post-title {
  color: #268b92;
  text-decoration: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  width: 100%;
}

body .search-page main article.page .text-container .post-meta .post-meta {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #4b4b4b;
}

body .search-page main article.page .text-container section.post-description {
  padding: 15px 0 0;
  color: #4b4b4b;
  font-size: 16px;
  text-align: left;
}

body .search-page main article.page .text-container a.keep-reading {
  color: #d92176;
  border-bottom: 1px solid #d92176;
  background-color: transparent;
  padding-top: 0;
}

body .search-page main article.page .text-container a.keep-reading:hover,
body
  .search-page
  main
  article.page
  .text-container
  .post-meta
  .post-title:hover {
  background: #ffeff6;
  color: #222;
  border-bottom: 0;
  text-decoration: none;
}

body .search-page main article.page {
  padding-top: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

body.archive[class*="author-"] .site-content {
  padding-top: 4rem;
}

.author-top-content {
  display: inline-block;
  width: 97%;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.author-top-content h1 {
  display: flex;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  line-height: 35px;
  max-width: 320px;
  flex-direction: column;
}

.author-top-content .author-avatar.vcard {
  display: inline-block;
  max-height: 200px;
  width: auto;
  float: right;
}

.author-top-content .author-avatar.vcard img {
  max-height: 200px;
  width: auto;
}

body.archive[class*="author-"]
  div#index-blog-sticky
  article
  > .image-container
  > a,
body.archive[class*="author-"] div#index-blog-sticky article a.post-title {
  border: none;
}

body.archive[class*="author-"]
  .blog-page
  div#index-blog-sticky.archive-container
  article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
  padding-right: 0;
  width: 97%;
}

.home-top-content .wp-block-image img {
  padding-top: 20px;
  margin: 0 auto;
}

#locator-map img {
  width: 100%;
  height: auto;
}

.zip-code-container {
  display: flex;
}

#zip-code-input, .zip-code-container button {
  width: 50%;
}

.zip-code-container button {
  margin-left: 10px;
  border: 0;
}

.zip-code-container button:hover {
  border: 0;
  text-decoration: none;
}

#zip-code-input {
  margin-right: 10px;
}

.zip-search-error {
  display: none;
  color: #D8000C;
  background-color: #FFD2D2;
  text-align: center;
  margin: 0 auto;
  padding: 4px;
}

.blog-page .archive-container span.separator {
  display: block;
}

@media screen and (min-width: 768px) {
  .category-container {
    position: absolute;
    top: 540px;
    right: 1%;
    width: 27.6%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .category-container {
    right: 6%;
    width: 22.6% !important;
    top: 505px;
  }
}

@media screen and (max-width: 991px) {
  .blog-page .category-container,
  .blog-page .archive-container {
    width: 100% !important;
    max-width: 100%;
    padding: 10px 15px 0;
    margin-bottom: 0;
  }

  .blog-page .page-nav-container {
    max-width: 100%;
  }

  .top-pick-blog ol.top-picks li a {
    left: 0;
  }

  .blog-page div#index-blog-sticky.archive-container article {
    padding: 10px 0 0;
    margin-bottom: 0;
  }

  body .blog-page div#index-blog-sticky article > .text-container .post-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .blog-page .archive-container .keep-reading {
    font-size: 16px;
    padding-top: 5px;
  }

  .page-template-page-archive .site-content {
    padding-top: 15px;
  }

  .wp-block-table table {
    table-layout: fixed;
  }

  .pagination a.next.page-numbers,
  .pagination a.prev.page-numbers {
    font-size: 0;
  }

  .pagination a.next.page-numbers:before,
  .pagination a.prev.page-numbers:before {
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .pagination a.next.page-numbers:before {
    content: "\f054";
  }

  .pagination a.prev.page-numbers:before {
    content: "\f053";
  }
}

@media screen and (max-width: 781px) {
  .subscription-container .home-subscribe-form {
    display: block;
    width: 100%;
  }
  .home-subscribe-form {
    border: none;
    position: relative;
  }

  .home-subscribe-form:before {
    content: "";
    height: 100%;
    background-color: #EDF5F5;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    padding: 16px 0px;
  }

  .home-subscribe-form > * {
    z-index: 10;
    position: relative;
  }

  body.page h1.page-title {
    height: 100px;
    line-height: 110px;
    width: calc(100% - 40px);
    margin-bottom: 0;
  }

  .singular #site-content .page .post-inner .entry-content {
    width: 100%;
    padding: 0 20px;
  }

  .search-page {
    padding: 0 15px 40px;
  }

  body .search-page main article.post {
    text-align: center;
  }

  body .search-page main article.post .image-container {
    width: 100%;
    margin-right: 0;
  }

  body .search-page main article.post .text-container {
    width: 90%;
    margin: -75px auto 0;
    background-color: #ffffff;
    padding: 10px;
  }

  body .search-page main article.post .text-container .post-meta .post-meta,
  body .search-page main article.post .text-container .post-meta-close {
    font-size: 12px;
    text-align: left;
  }

  body
    .search-page
    main
    article.post
    .text-container
    section.post-description
    p {
    margin-bottom: 0;
  }

  body .search-page main article.post .text-container a.keep-reading {
    padding-top: 5px;
  }

  body .search-page .pagination .nav-links {
    text-align: center;
    display: inline-block;
  }

  body .search-page main article.post .text-container .post-meta .post-title {
    text-align: left;
  }

  .home-top-content .wp-block-image img {
    margin: auto;
  }

  body .blog-page div#index-blog-sticky article > .text-container .post-meta {
    font-size: 12px;
  }

  .blog-page .page-nav-container .page-numbers.next:before,
  .blog-page .page-nav-container .page-numbers.prev:after,
  .blog-page .page-nav-container .page-numbers,
  body .blog-page .page-nav-container .page-numbers.dots {
    display: none;
  }

  .blog-page .page-nav-container .prev.page-numbers,
  .blog-page .page-nav-container .page-numbers:nth-of-type(2),
  .blog-page .page-nav-container .page-numbers:nth-of-type(3),
  .blog-page .page-nav-container .page-numbers.current,
  .blog-page .page-nav-container .page-numbers.next {
    display: inline-block;
  }

  body .search-page main article.page .image-container {
    width: 100%;
    margin-right: 0;
  }

  body .search-page main article.page .text-container {
    width: 90%;
    margin: -75px auto 0;
    background-color: #ffffff;
    padding: 10px;
  }

  body .search-page main article.page .text-container .post-meta .post-title {
    text-align: left;
  }

  body .search-page main article.page .text-container .post-meta .post-meta,
  body .search-page main article.page .text-container .post-meta-close {
    font-size: 12px;
    text-align: left;
  }

  body
    .search-page
    main
    article.page
    .text-container
    section.post-description
    p {
    margin-bottom: 0;
  }

  body .search-page main article.post {
    text-align: center;
  }

  body.search .search-page main article.page .text-container {
    margin: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  body
    .blog-page
    div#index-blog-sticky.archive-container
    article
    > .image-container,
  body .blog-page div.archive-container article > .image-container {
    width: 100%;
    margin: 0;
  }

  body.page.singular:not(.home) #site-content .page h1.page-title {
    font-size: 26px;
    line-height: 1.5 !important;
    margin-top: 10px;
  }

  .page.singular #site-content .page .post-inner .entry-content h2 {
    font-size: 28px;
  }

  .page.singular #site-content .page .post-inner .entry-content h3 {
    font-size: 24px;
  }
  body.single #site-content article.status-publish.format-standard .post-inner .entry-content h3,
  #site-content .type-ride .post-inner .entry-content h3{
    font-size: 24px;
  }
  .page.singular #site-content .page .post-inner .entry-content h3 {
    font-size: 18px;
  }
  body.single #site-content article.status-publish.format-standard .post-inner .entry-content h3,
  #site-content .type-ride .post-inner .entry-content h3{
    font-size: 18px;
  }
  body .blog-page .page-nav-container .page-numbers.next:before,
  body .blog-page .page-nav-container .page-numbers.prev:after {
    display: none !important;
  }

  .blog-page .page-nav-container .prev.page-numbers,
  .blog-page .page-nav-container .page-numbers:nth-of-type(2),
  .blog-page .page-nav-container .page-numbers:nth-of-type(3),
  .blog-page .page-nav-container .page-numbers.current,
  .blog-page .page-nav-container .page-numbers.next,
  body .blog-page .page-nav-container .page-numbers,
  body .blog-page .page-nav-container .page-numbers.dots {
    display: inline-block;
    padding: 7px 10px;
    margin: 0;
  }

  .blog-page
    div#index-blog-sticky
    article
    > .image-container
    img.attachment-post-thumbnail {
    width: 100%;
  }


  .wp-block-table table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
  }

  .author-top-content h1 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
  }

  .author-top-content .author-avatar.vcard {
    text-align: center;
    width: 100%;
  }

  .author-top-content .author-avatar.vcard img {
    margin: auto;
  }
  .singular #site-content article .author-bio h2.author-title a {
    font-size: 28px;
  }

  .zip-code-container {
    flex-direction: column;
  }

  #zip-code-input, .zip-code-container button {
    width: 100%;
  }

  .zip-code-container button {
    margin-left: 0;
  }

  #zip-code-input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .home-subscribe-form .af-element {
    display: inline-block;
    width: 100%;
  }

  .home-subscribe-form .af-element:first-of-type {
    margin-bottom: 15px;
  }

  .footer-subscribe-container {
    white-space: normal;
  }

  .footer-subscribe-container .image-container {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-subscribe-container .form-container {
    width: 100%;
  }
}

.yith-infs-loader {
  margin: 30px auto;
  min-height: 1200px; /* adjust if needed */
  display: flex;
  align-items: center;
  justify-content: center;

}

/*Homepage Redesign HELP-7183*/

.homepage-main-image {
  border: 20px solid #EDF5F5;
  border-radius: 50%;
  width: 578px;
}

.homepage-hero-categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 !important;
}

.categ-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.categ-jump-to {
  color: #443D3D;
  font-family: "MetropolisRegular";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 22px !important;
  text-align: center;
  margin-right: 25px !important;
  width: auto !important;
}

.categ-link {
  display: block;
  color: #004466;
  font-family: "MetropolisRegular";
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  min-width: 121px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(180,180,180,0.5);
  text-decoration: none;
  margin: 0 25px 0 0;
  text-transform: uppercase;
}

.categ-link:hover {
  background-color: #ffffff !important;
  color: #004466 !important;
}

.homepage-cat-posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
}
.homepage-cat-posts .a-post {
  width: 100%;
}
.a-post {
  width: 396px;
  text-align: center;
}
.post-image-container {
  height: auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  aspect-ratio: 405/270;
  width: 100%;
}
#homepage-content {
  max-width: 1627px;
  margin: 0 auto;
}
.homepage-post-title {
  display: block;
  color: #005b64;
  font-family: "MetropolisRegular", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px !important;
}

.categ-title-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.homepage-cat-posts{
  margin-bottom: 69px;
}

.homepage-cat-posts:last-child {
  margin-bottom: 44px;
}

.categ-title-link .categ-sec-title {
  margin: 0px;
  color: #443D3D;
  font-family: "MetropolisRegular";
  font-size: 36px !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  line-height: 55px;
}

#homepage-content > div:nth-child(2) > h1, #homepage-content > div:nth-child(11) > h1 {
  width: 11%;
}

#homepage-content > div:nth-child(5) > h1 {
  width: 16%;
}

#homepage-content > div:nth-child(8) > h1 {
  width: 14%;
}

#homepage-content > div:nth-child(14) > h1 {
  width: 18%;
}

.categ-title-link .categ-spacing-mobile {
  display: none;
  content: "";
  width: 67%;
  height: 1px;
  border-bottom: 1px solid #268B92;
}

.categ-title-link .categ-spacing-mobile::before {
  content: "";
  display: none;
  height: 10px;
  width: 1px;
  margin-left: 0px;
  margin-top: -5px;
  background-color: #268B92;
}

.categ-title-link .categ-spacing-mobile::after {
  content: "";
  display: none;
  height: 10px;
  width: 1px;
  right: 0px;
  margin-left: 100%;
  margin-top: -10px;
  background-color: #268B92;
}

.categ-title-link .categ-spacing {
  content: "";
  width: 61%;
  height: 1px;
  border-bottom: 1px solid #268B92;
  margin-right: 28px;
}

.categ-title-link .categ-spacing::before {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  margin-left: -1px;
  margin-top: -5px;
  background-color: #268B92;
}

.categ-title-link .categ-spacing::after {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  right: 0px;
  margin-left: 100%;
  margin-top: -10px;
  background-color: #268B92;
}

.categ-title-link .categ-sec-link {
  display: block;
  height: 40px;
  width: 221px !important;
  color: #FFFFFF;
  font-family: "MetropolisRegular";
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: -0.3px;
  line-height: 40px;
  text-align: center;
  background-color: #D92176;
}

.categ-sec-link-mobile {
  display: none;
  height: 40px;
  width: 221px;
  color: #FFFFFF;
  font-family: "MetropolisRegular";
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: -0.3px;
  line-height: 40px;
  text-align: center;
  background-color: #005b64;
  margin: 0 auto;
}
a.categ-sec-link-mobile::after {
  content: "";
  display: block;
  margin-left: -100%;
  width: 200vw;
  margin-top: 20px;
  border: 0.15rem solid #f5f5f5;
}
a[href*="parenting"].categ-sec-link-mobile::after {
  border: 0;
}

.categ-sec-link-mobile:hover {
  color: #ffffff;
}

.home .entry-content .wp-block-group .home-top-content>.wp-block-column figure.wp-block-image:nth-child(2) {
  display: none;
}

#free-articles::before, #money-articles::before, #self-care-articles::before, #divorce-articles::before, #dating-articles::before, #co-parenting-articles::before {
  content: "";
  display: block;
  height: 116px;
  margin-top: -116px;
}

 #af-form-59659171 {
  margin-top: 10px !important;
}

.review-title {
  font-size: 20px;
}

.review-title, .review-summary-title strong {
  color: #268b92 !important;
  text-align: center;
}

.review-list li:nth-child(2n), .review-title {
  background: #EDF5F5 !important;
}

.review-list li, .review-title, .review-wrapper {
  border-color: #EDF5F5 !important;
}

.review-result {
  color: #d92176 !important;
}

.review-result-wrapper {
  color: #ffb1d6 !important;
}

.review-total-wrapper span.review-total-box {
  padding: 0 !important;
}

.review-desc p, .reviewed-item p, .review-total-box {
  color: #4b4b4b !important;
}

.review-list {
  padding-inline-start: 0 !important;
}

.mega-menu-heading-p {
  font-size: 15px !important;
  color: #268b92 !important;
}

.color-pink:hover {
  color: #d92176 !important;
}

.current-menu-item .mega-menu-heading-p, .current-menu-item .mega-menu-heading-p:hover, .current-menu-item > a:hover .color-pink:hover {
  color: #fff !important;
}

.current-menu-item .mega-menu-heading-p {
  padding: 1rem 2rem;
}

.mega-menu-heading-p a {
  display: inline !important;
  padding: 0 !important;
}

@media screen and (max-width: 1290px) {
  #homepage-content {
    max-width: 1000px;
  }
  .a-post {
    width: 33%;
  }

  #homepage-content > div:nth-child(2) > h1, #homepage-content > div:nth-child(11) > h1 {
    width: 18%;
  }

  #homepage-content > div:nth-child(5) > h1 {
    width: 27%;
  }

  #homepage-content > div:nth-child(8) > h1 {
    width: 22%;
  }

  #homepage-content > div:nth-child(14) > h1 {
    width: 30%;
  }
}

.ss__sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important
}

@media screen and (max-width: 1200px) {
  #homepage-content {
    max-width: 900px;
  }
  .a-post {
    width: 33%;
  }
}

@media screen and (max-width: 1000px) {
  #free-articles::before, #money-articles::before, #self-care-articles::before, #divorce-articles::before, #dating-articles::before, #co-parenting-articles::before {
    height: 50px;
    margin-top: -50px;
  }
  .categ-title-link .categ-spacing {
    margin-right: 0px;
  }
  #homepage-content {
    max-width: 900px;
  }
  .a-post {
    width: 100%;
    margin: 0 auto;
  }
  .homepage-cat-posts {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .categ-title-link .categ-sec-link {
    display: none;
  }
  .categ-sec-link-mobile {
    display: block;
    margin-top: 6px;
  }
  .categ-title-link .categ-spacing-mobile, .categ-title-link .categ-spacing-mobile::before, .categ-title-link .categ-spacing-mobile::after {
    display: block;
  }
  .categ-title-link .categ-sec-title {
    margin: 0;
  }
  #homepage-content > div:nth-child(2) > h1, #homepage-content > div:nth-child(11) > h1 {
    width: 100%;
  }
  #homepage-content > div:nth-child(5) > h1 {
    width: 191%;
  }
  #homepage-content > div:nth-child(8) > h1 {
    width: 134%;
  }
  #homepage-content > div:nth-child(14) > h1 {
    width: 229%;
  }
  .categ-title-link .categ-sec-title {
    text-align: center;
    color: #268B92;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-align: center;
  }
  .homepage-post-title {
    color: #D92176;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 21px;
  }
  .a-post:first-child {
    margin-top: -23px;
  }
}

@media screen and (max-width: 999px) {
  .header-inner .toggle svg {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  #homepage-content {
    max-width: 100%;
    margin: 0 20px;
  }

  .singular #site-content .page .post-inner .entry-content .home-subscribe-form p {
    color: #000000;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .singular #site-content .page .post-inner .entry-content .home-top-content {
    padding: 0;
    margin-top: 0;
  }
  .home .entry-content .wp-block-group .home-top-content>.wp-block-column figure.wp-block-image:nth-child(1) {
    display: none;
  }
  .home .entry-content .wp-block-group .home-top-content>.wp-block-column figure.wp-block-image:nth-child(2) {
    display: block;
  }
  .home .entry-content .wp-block-group .home-top-content>.wp-block-column figure.wp-block-image:nth-child(2) img {
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .singular
  #site-content
  .page
  .post-inner
  .entry-content
  .home-subscribe-form
  p {
    margin-bottom: 14px;
  }
  .a-post {
    width: 396px;
    margin: 0 auto;
  }
  .categ-title-link {
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .a-post:nth-child(2)::before{
    content: "";
    display: block;
    margin-left: -100%;
    width: 200vw;
  }
  .a-post:nth-child(2)::after{
    content: "";
    display: block;
    margin-left: -100%;
    width: 200vw;
  }
  .homepage-hero-categories {
    margin-top: 20px !important;
    margin-bottom: 29px !important;
  }
  .categ-jump-to {
    margin: 0px 0px 8px 0px !important;
  }
  .categ-links {
    flex-wrap: wrap;
  }
  .categ-link {
    margin: 2.5px 2.5px;
    font-size: 14px !important;
    text-transform: uppercase;
  }
  .home-subscribe-form {
    padding: 16px 0px;
  }

  #homepage-content > div:nth-child(2) > h1, #homepage-content > div:nth-child(11) > h1 {
    width: 100%;
  }

  #homepage-content > div:nth-child(5) > h1 {
    width: 191%;
  }

  #homepage-content > div:nth-child(8) > h1 {
    width: 134%;
  }

  #homepage-content > div:nth-child(14) > h1 {
    width: 229%;
  }

  .homepage-post-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 360px) {
  .categ-title-link {
    width: 100%;
  }
  .a-post {
    width: 100%;
  }

  #homepage-content > div:nth-child(2) > h1, #homepage-content > div:nth-child(11) > h1 {
    width: 100%;
  }

  #homepage-content > div:nth-child(5) > h1 {
    width: 135%;
  }

  #homepage-content > div:nth-child(8) > h1 {
    width: 100%;
  }

  #homepage-content > div:nth-child(14) > h1 {
    width: 155%;
  }
}
/*Dropdown Styles*/
#the-dropdown-states {
  width: 300px !important;
  background-color: #268b92;
  color: white;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 18px;
  outline: 0;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/wealthy-single-mommy/images/down_arrow.png");
  background-position-x: 95%;
  background-position-y: 14px;
  background-size: 6%;
  background-repeat: no-repeat;
}
select#the-dropdown-states.opened-dropdown {
  background-image: none;
}

@media screen and (max-width: 767px) {
  .wp-block-table.sticky-table {
      overflow:scroll;
      max-height: 70vh
  }

  .wp-block-table.sticky-table table {
      overflow: initial;
      margin-top: 0
  }

  .wp-block-table.sticky-table tr:first-child td {
      position: sticky;
      top: -1px;
      background: #ededed;
      z-index: 10
  }

  .wp-block-table.sticky-table tr:not(:first-child) td:first-child {
      position: sticky;
      left: -2px;
      background: #ededed;
      z-index: 10
  }
}

/* Read more button */

.readmore-hide {
    display: none !important;
}

.read-more-toggle-btn,
.read-less-toggle-btn {
    text-align: center;
}

.read-more-toggle-btn button,
.read-less-toggle-btn button {
    border: none;
}
.read-more-toggle-btn button:hover,
.read-less-toggle-btn button:hover,
.read-more-toggle-btn button:focus,
.read-less-toggle-btn button:focus {
    text-decoration: none;
    border: none;
}
.read-more-toggle-btn button:after {
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    width: 6px;
    background-color: transparent;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px;
}
.read-less-toggle-btn button:after {
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(-135deg);
    width: 6px;
    background-color: transparent;
    vertical-align: middle;
    margin-left: 10px;
}
.custom-blog-title.category-title {
    margin-top: clamp(30px, 5vw, 50px);
    margin-bottom: clamp(30px, 5vw, 50px);
    text-align: center;
    padding: 0 20px;
}

/* Home New Design */
.home-hero img {
  aspect-ratio: 1920/738;
  object-position: center;
  object-fit: cover;
width: 100%;
    height: 100%;
}
.home-hero .text-box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
	min-height: clamp(100px, 35vw, 320px);
}
.home-hero .text-box .container {
  display: inline-block;
  max-width: 1620px;
  margin: auto;
  width: 100%;
}
.home-hero .text-box h2 {
  color: #fff;
  font-size: clamp(30px, 6vw, 75px);
  line-height: 1.3;
  max-width: 700px;
  text-align: center;
	margin-left: 0;
}
.home_hero_cta span {
  width: 312px;
  height: 66px;
  display: inline-block;
  background-color: #cd2653;
  line-height: 66px;
  font-weight: 500;
}
.home_hero_cta span:hover {
  background-color: #d92176;
}
@media screen and (max-width: 840px) {
  .home-hero h1 {
    margin-bottom: 10px;
  }
  .home-hero-bottom {
    padding: 17px 20px;
    margin-top: 20px;
    max-width: calc(100% - 40px);
}
  .home_hero_cta span {
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
  body .home-hero .text-box h1 {
    font-size: clamp(24px,4vw,75px);
  }

}
@media screen and (max-width: 620px) {
  .home-hero {
    height: 235px;
    aspect-ratio: auto;
    background-size: auto 110%;
    background-position: 80% center;
  }
  .home-hero .text-box {
    left: 0;
    width: 100%;
  }
  body .home-hero-bottom {
    padding: 17px 20px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 25px !important;
    box-shadow: 0 2px 2px #258b91;
    max-width: 100%;
  }
  .home-top-content .home-hero-bottom p strong {
    color: #000;
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
  }
  .home.singular #site-content .page .post-inner .entry-content {
    width: 100% !important;
  }
}
.home-hero {
    position: relative;
}
.home-hero:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,36%);
    left: 0;
    top: 0;
    z-index: 1;
}
.home_hero_cta {
  border: none;
  padding: 0;
  box-shadow: none;
  height: 66px;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  max-width: 95%;
  width: 700px;
  background-color: transparent;
  float: left;
}
.home_hero_cta:not(:hover) {
    background: transparent;
}
.home_hero_cta:hover,
.home_hero_cta:focus {
    text-decoration: none;
    border: none;
    padding: 0;
  background-color: transparent;
}
.home-hero-bottom {
    max-width: 1627px !important;
	width: calc(100% - 10px);
    margin: auto;
    border: 1px solid #258B91;
    padding: 40px;
    margin: 55px auto 40px;
    border-radius: 16px;
    box-shadow: 0 4px 4px #258B91;
}
#site-content .page .home-top-content .home-hero-bottom p {
  text-align: left;
  font-size: 20px;
  max-width: 1290px;
  color: #000000;
}
.home-top-content .home-hero-bottom p strong {
  color: #000000;
  font-family: 'MetropolisRegular', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1200px) {
  .home-hero-bottom {
    padding: 40px;
    margin: 55px auto 40px !important;
    width: calc(100% - 40px) !important;
}
  #homepage-content{
    padding: 0 20px;
  }
}

.categ-title-link .categ-sec-title {
    display: inline-block;
    width: 20%;
}

@media screen and (max-width: 1290px) {
  .categ-title-link .categ-sec-title {
      width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .categ-title-link .categ-sec-title {
      width: 229%;
  }
}

.author-top-content {
    display: flex;
    align-items: center;
}
.author-top-content .author-bio {
  margin-top: 0;
  padding-left: 0;
  max-width: 800px;
  width: 100%;
  font-size: 16px;
}
.blog-page .archive-container {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .author-top-content {
    flex-direction: column;
  }
  .author-top-content .author-bio {
    order: 10;
  }
}

#breadcrumbs {
  margin-top: 40px;
}
#breadcrumbs a {
  border: none;
}
@media (min-width: 700px) {
  #breadcrumbs {
    margin-top: 80px;
  }
  .section-inner{
    width: calc(100% - 5rem);
  }
}

.footnote {
    padding-top: 130px;
    margin-top: -130px !important;
}
@media (max-width: 999px) {
  .footnote {
    padding-top: 60px;
    margin-top: -60px !important;
  }
}
.text-box .container .home_hero_cta span a{
  color:#fff;
  background:transparent;
}
.text-box .container .home_hero_cta span a:hover{
 color:#fff;
    background:transparent;
}

@media only screen and (max-width: 900px) and (min-width: 500px){
  .categ-links {
      flex-wrap:wrap;
  }
  }
  @media only screen and (max-width: 1390px) and (min-width: 1200px){
  .categ-title-link .categ-sec-title{
      width: 45%;
  }
      .primary-menu-wrapper{
          max-width: 1400px;
      }
      #site-header .header-inner .primary-menu>li.menu-item>ul.sub-menu{
          right: -40px;
      }
      .categ-title-link a[href*="/category/parenting"]{

        width: 280px !important;
    }
  }
  @media only screen and (max-width: 840px) and (min-width: 768px){
  .categ-links a {
      max-width: 90%;
      margin: 10px 10px 0 0;
  }
}

/*===============
Fig caption CSS
================*/

body figcaption.wp-element-caption {

  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -1px;
  color:#000;
  text-align: center;

  }

/*==========================
Bio and pic of reviewer CSS
============================*/

header.archive-header.has-text-align-center.header-footer-group{
margin: 0;
padding: 0;
}
header.archive-header.has-text-align-center.header-footer-group .author-top-content .archive-title {
  font-family: MetropolisRegular,"Source Sans Pro",Helvetica,sans-serif;
  text-align: left;
}
header.archive-header.has-text-align-center.header-footer-group .author-top-content .author-bio{
text-align: left;
}

/*===================================
Bio and pic of reviewer CSS on posts
====================================*/
.singular #site-content article .author-bio:last-child {
  margin-top: 10px;
}
.singular #site-content article .author-bio span{
  line-height: 24px;
}

/*===========
author CSS
============*/

@media screen and (max-width: 1535px){
  .author-top-content {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.singular #site-content article .author-bio h2.author-title{
  color:  #268B92;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 106.667% */
  letter-spacing: -0.3px;
}
.singular #site-content article .author-bio .author-description{
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.singular #site-content article .author-bio .author-description p.author-job-title{
  color: #434343;
  text-align: center;
  font-family: 'MetropolisSemiBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
}
.singular #site-content article .author-bio .author-description p{
  color: #1E1E1E;
  text-align: center;
  font-family: 'MetropolisRegular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.3px;
  margin: 0;
}
.singular #site-content article .author-bio .author-description button.author-bio-btn{
  border-radius: 5px;
  background: #D92176;
  margin: 0 auto;
  padding: 0;
  max-width: 120px;
  width: 100%;
  border: none;
  margin-top: 15px;
}
.singular #site-content article .author-bio .author-description button.author-bio-btn a{
  color: #FFF;
  text-align: center;
  font-family: MetropolisRegular;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 266.667% */
  letter-spacing: -0.3px;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  padding: 0 30px;
}
.singular #site-content article .author-bio .author-description button.author-bio-btn:hover{
  text-decoration: none;
  text-transform: none;
  background-color: #005b64;
}
.author-top-content .author-social-icons{
  display: inline-flex;
  gap: 10px;
  padding-top: 5px;
  align-items: baseline;
}
.author-top-content h1{
  color: #268B92;
  font-family: MetropolisSemiBold;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.3px;
}
@media screen and (max-width: 999px){
	.author-top-content h1 {
    text-align: center !important;
    padding-bottom: 10px;
  }
  .singular #site-content article .author-bio .author-description p{
    font-size: 15px;
    line-height: 21px;
  }
  .author-top-content .author-social-icons{
   justify-content: center;
  }
  .singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide > div{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .singular #site-content div.post-inner.thin>div>div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained div .wp-block-media-text .wp-block-media-text__media{
    padding-left: 27px;
    padding-right: 27px;
  }
  .wp-block-media-text.alignwide.is-stacked-on-mobile.author-avatar.emma {
    grid-template-columns: 30% auto !important;
}
}
@media screen and (max-width: 600px){
  .wp-block-media-text.alignwide.is-stacked-on-mobile.author-avatar.emma {
   display: flex !important;
   flex-direction: column;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content h2,
#site-content .type-ride .post-inner .entry-content h2{
  font-size: 28px;
}
}
/*===============
caption alignent
===============*/
.wp-block-image .aligncenter figcaption {
  text-align: center;
  width: 100%;
  display: block;
}
.singular #site-content article .entry-content .wp-block-image .aligncenter img {
  width: auto !important;
  height: auto !important;
}

/*===================
About Us page content
=====================*/
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained{
  padding: 0;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex{
  justify-content: center;
  padding-bottom: 10px;
}

.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button{

  margin: 0 auto;
  padding: 0;
  max-width: 120px;
  width: 100%;
  border: none;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a{
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  background: #D92176;
  font-family: MetropolisRegular;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.3px;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  padding: 0px 24px;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a:hover{
  text-decoration: none;
  background-color: #005b64;
  transition: all ease-in-out 0.15s;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content p{
  color: #1E1E1E;
  text-align: center;
  font-family: 'MetropolisRegular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3px;
  padding: 5px 30px;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content a{
  border: none;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content .author-job-title{
  color: #434343;
  text-align: center;
  font-family: 'MetropolisSemiBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-media-text__content h2{
  padding: 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}
.singular #site-content div.post-inner.thin .wp-block-media-text .wp-block-media-text__content{
  padding: 0;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide > div{
  padding: 0 30px;
  display: flex;
  gap: 60px;
  margin-bottom: 46px !important;
}
.singular #site-content div.post-inner.thin>div>div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained div {
  padding: 0;
  margin: 0;
}
.singular #site-content div.post-inner.thin > div > div.wp-block-group.alignwide .is-stacked-on-mobile {
  border: 1px solid #e6e6e6;
}

.singular #site-content div.post-inner.thin>div>div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained div .wp-block-media-text .wp-block-media-text__media{
  padding-left: 27px;
}
.singular #site-content div.post-inner.thin>div>div.wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained div .wp-block-media-text .wp-block-media-text__media img{
  min-width: 155px;
}
#index-blog-sticky > div > h1 > span > div.tag-social-icons {
  padding-top: 15px;
}

/*Cars section */

body .search-page article.status-publish.format-standard > .content-container-post .post-meta .post-title,
body .search-page article.type-ride > .content-container-post .post-meta .post-title {
  text-decoration: none;
  border: none;
  margin: 10px 0 0;
}
body .search-page article.status-publish.format-standard > .content-container-post .post-meta section.post-description,
body .search-page article.type-ride > .content-container-post .post-meta section.post-description {
  padding: 15px 0 0;
  color: #4b4b4b;
  font-size: 16px;
  text-align: left;
}
body .search-page article.status-publish.format-standard > .content-container-post .post-meta  a.keep-reading,
body .search-page article.type-ride > .content-container-post .post-meta  a.keep-reading{
  color: #d92176;
    border-bottom: 1px solid #d92176;
    background-color: transparent;
    padding-top: 0;
}
.single.singular #site-content article.status-publish.format-standard .entry-header,
.single.singular #site-content article.type-ride .entry-header{
  margin-top: 35px;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content,
#site-content .type-ride .post-inner .entry-content{
  background-color: #fff;
  font-size: 15px;
  max-width: 800px;
  width: calc(100% - 30px);
  text-align: left;
  padding: 0 15px;
  color: #4b4b4b;
  margin: auto;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content p,
#site-content .type-ride .post-inner .entry-content p {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 10px;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content h2,
#site-content .type-ride .post-inner .entry-content h2{
  padding-top: 20px;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content h3,
#site-content .type-ride .post-inner .entry-content h3{
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content h4,
#site-content .type-ride .post-inner .entry-content h4{
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
body.single #site-content article.status-publish.format-standard .post-inner .entry-content ul,
body.single #site-content article.status-publish.format-standard .post-inner .entry-content ol,
#site-content .type-ride .post-inner .entry-content ul,
#site-content .type-ride .post-inner .entry-content ol {
  margin-left: 0;
  padding-inline-start:40px;
}

body.single #site-content article.status-publish.format-standard .post-inner a,
#site-content .type-ride .post-inner a{
  color: #d92176;
}

body.single #site-content article.status-publish.format-standard .post-inner a:hover,
#site-content .type-ride .post-inner a:hover{
  color: rgb(38, 139, 146);
  text-decoration: underline;
  background-color: transparent;
}
body.single #site-content article.status-publish.format-standard .post-inner a.wp-block-read-more,
#site-content .type-ride .post-inner a.wp-block-read-more{
  margin-left: 0;
  text-decoration: underline;
}
.status-publish.format-standard > header > div > div.post-meta > span.author > a:hover,
.type-ride > header > div > div.post-meta > span.author > a:hover{
  background: transparent;
}
.status-publish.format-standard > div.text-container.content-container-post > div > a.keep-reading,
.type-ride > div.text-container.content-container-post > div > a.keep-reading{
  color: #d92176;
}
.status-publish.format-standard > div.text-container.content-container-post > div > a.keep-reading:hover,
.type-ride > div.text-container.content-container-post > div > a.keep-reading:hover{
  background: #ffeff6;
  color: #222;
  border-bottom: 0;
  text-decoration: none;
}
.status-publish.format-standard > div.text-container.content-container-post > .post-meta .category-post-meta span,
.type-ride > div.text-container.content-container-post > .post-meta .category-post-meta span{
  font-size: 14px;
    letter-spacing: -.3px;
    color: #4b4b4b;
}
.category .status-publish.format-standard > div.text-container.content-container-post > .post-meta > a.keep-reading,
.category .type-ride > div.text-container.content-container-post > .post-meta > a.keep-reading{
  background: transparent;
}
.category .status-publish.format-standard > div.text-container.content-container-post > .post-meta > div span,
.category .type-ride > div.text-container.content-container-post > .post-meta > div span{
  color: #6d6d6d;
  font-size: 13px;
}