/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner {
  padding: 100px 0 50px 0; }
  .banner .bg-img {
    bottom: 0; }
  @media (min-width: 1025px) {
    .banner .img-wrap {
      margin-bottom: -115px; } }
  .banner .img-wrap img, .banner .img-wrap picture {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative; }
    @media (min-width: 769px) {
      .banner .img-wrap img, .banner .img-wrap picture {
        border-top-left-radius: 125px;
        border-bottom-right-radius: 125px; } }
    @media (min-width: 1025px) {
      .banner .img-wrap img, .banner .img-wrap picture {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px; } }
    @media (min-width: 1141px) {
      .banner .img-wrap img, .banner .img-wrap picture {
        border-top-left-radius: 180px;
        border-bottom-right-radius: 180px; } }
    .banner .img-wrap img:before, .banner .img-wrap picture:before {
      position: absolute;
      content: '';
      background: #2D9F82;
      top: 25px;
      bottom: -25px;
      z-index: -1;
      left: 45px;
      right: -20px;
      border-top-left-radius: 100px;
      border-bottom-right-radius: 100px; }
      @media (min-width: 769px) {
        .banner .img-wrap img:before, .banner .img-wrap picture:before {
          border-top-left-radius: 125px;
          border-bottom-right-radius: 125px; } }
      @media (min-width: 1025px) {
        .banner .img-wrap img:before, .banner .img-wrap picture:before {
          border-top-left-radius: 100px;
          border-bottom-right-radius: 100px; } }
      @media (min-width: 1141px) {
        .banner .img-wrap img:before, .banner .img-wrap picture:before {
          border-top-left-radius: 180px;
          border-bottom-right-radius: 180px; } }

.bread-crumb-row {
  padding: 1.5rem 0 1rem 0; }
  .bread-crumb-row p {
    margin: 0 !important;
    color: #292929; }
    .bread-crumb-row p span, .bread-crumb-row p a {
      color: #292929;
      letter-spacing: 1.4px;
      font-size: 18px;
      font-family: "Manrope", "Arial Narrow", "Verdana", sans-serif;
      text-transform: lowercase; }
      .bread-crumb-row p span.last, .bread-crumb-row p a.last {
        color: #FF675B; }
    .bread-crumb-row p a:hover {
      color: #3765A1; }

/* Social Share buttons */
.share-btns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share-btns li {
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: 0.2s all linear;
    margin-right: 15px; }
    .share-btns li:last-child {
      margin-right: 0; }
    .share-btns li i {
      color: #FF675B; }
      .share-btns li i:hover {
        color: #3765A1; }

.blog-card a:hover h3 {
  color: #2D9F82; }

.blog-card a:hover .btn-arrow {
  color: #2D9F82;
  border-bottom: 1px solid #2D9F82; }

.blog-card img, .blog-card picture {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
  max-width: 100% !important;
  transition: all 0.2s linear; }

.blog-card h3 {
  margin: 1.25rem 0 1rem 0;
  color: #292929; }

.content-area p, .content-area h2, .content-area h3, .content-area ul {
  margin-bottom: 2rem; }

.content-area h3 {
  font-weight: 700; }

.content-area a {
  color: #FF675B;
  text-decoration: underline; }
  .content-area a:hover {
    color: #3765A1; }

@media (min-width: 1025px) {
  .content-area .wp-block-column p {
    padding-right: 3rem; } }

.content-area .wp-block-column figure img, .content-area .wp-block-column figure picture {
  border-radius: 20px; }
