.as-profile__name{ font-family:'Permanent Marker',cursive !important; color:#ffffff !important; font-size:clamp(28px,5vw,44px); line-height:1; }

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Source+Sans+3:wght@400;600;700;900&display=swap');

.as-profile{
  --orange:#f58223; --orange-l:#f89a55; --blue:#0d183f; --grey:#6e6f72; --paper:#fafafa;
  box-sizing:border-box; width:100%;
  font-family:'Source Sans 3',Verdana,sans-serif;
  padding:clamp(16px,4vw,32px);
}
.as-profile *{ box-sizing:border-box; margin:0; padding:0; }
.as-profile__card{
  width:100%; max-width:860px; margin:0 auto;
  background:#fff; border-radius:22px; overflow:hidden;
  box-shadow:0 20px 50px rgba(13,24,63,.15);
  opacity:0; transform:translateY(24px);
  animation:asRise .6s ease forwards;
}
.as-profile__head{
  position:relative; overflow:hidden; background:var(--blue);
  display:flex; align-items:center; gap:clamp(14px,2.4vw,22px);
  padding:clamp(20px,3.4vw,30px) clamp(22px,4vw,38px);
}
.as-profile__blob{ position:absolute; border-radius:50%; z-index:0; }
.as-profile__blob--1{ width:180px; height:180px; background:var(--orange); top:-70px; right:-40px; opacity:.95; }
.as-profile__blob--2{ width:110px; height:110px; background:var(--orange-l); bottom:-50px; right:90px; opacity:.55; }
.as-profile__avatar{
  position:relative; z-index:1; flex:0 0 auto;
  width:clamp(62px,9vw,84px); height:clamp(62px,9vw,84px);
  border-radius:50%; background:var(--orange); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family:'Permanent Marker',cursive; font-size:clamp(30px,5vw,42px);
  border:3px solid #fff; animation:asPulse 2.6s ease-in-out infinite;
}
.as-profile__id{ position:relative; z-index:1; }
.as-profile__name{ font-family:'Permanent Marker',cursive; color:#fff; font-size:clamp(28px,5vw,44px); line-height:1; }
.as-profile__role{
  display:inline-block; margin-top:6px; background:var(--orange); color:#fff; font-weight:700;
  text-transform:uppercase; letter-spacing:.5px; font-size:clamp(11px,1.4vw,13px);
  padding:5px 12px; border-radius:999px;
}
.as-profile__intro{
  color:var(--blue); font-weight:600; line-height:1.5; font-size:clamp(15px,1.7vw,18px);
  padding:clamp(20px,3vw,28px) clamp(22px,4vw,38px) clamp(6px,1vw,10px);
}
.as-profile__grid{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(12px,1.8vw,16px);
  padding:clamp(14px,2.4vw,22px) clamp(22px,4vw,38px) clamp(24px,4vw,36px);
}
.as-profile__item{
  background:var(--paper); border-radius:14px; border-left:4px solid var(--orange);
  padding:clamp(14px,2vw,18px); display:flex; flex-direction:column; gap:6px;
  opacity:0; transform:translateY(16px);
  animation:asRise .5s ease forwards; animation-delay:var(--d);
  transition:transform .2s ease, box-shadow .2s ease;
}
.as-profile__item:hover{ transform:translateY(-4px); box-shadow:0 12px 24px rgba(13,24,63,.12); }
.as-profile__item--wide{ grid-column:1 / -1; }
.as-profile__item--fun{ grid-column:1 / -1; background:var(--blue); border-left-color:var(--orange-l); }
.as-profile__item--fun .as-profile__label{ color:var(--orange-l); }
.as-profile__item--fun .as-profile__val{ color:#fff; }
.as-profile__label{ color:var(--orange); font-weight:700; text-transform:uppercase; letter-spacing:.4px; font-size:clamp(11px,1.3vw,13px); }
.as-profile__val{ color:var(--grey); line-height:1.5; font-size:clamp(14px,1.5vw,16px); }
@keyframes asRise{ to{ opacity:1; transform:translateY(0); } }
@keyframes asPulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.05); } }
@media (prefers-reduced-motion:reduce){
  .as-profile__card,.as-profile__item{ animation:none; opacity:1; transform:none; }
  .as-profile__avatar{ animation:none; }
}
@media (max-width:600px){
  .as-profile__grid{ grid-template-columns:1fr; }
  .as-profile__head{ flex-direction:column; text-align:center; }
}



.glass-card {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);

  padding: 24px;
  transition: all 0.35s ease;
}

.glass-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
}


.as-profile__phone{
  display:block; margin-top:8px;
  color:#ffffff !important; font-weight:700;
  font-size:17px; text-decoration:none;
}
.as-profile__phone:hover{ text-decoration:underline; }



/* Hide the theme's header image banner sitewide */
.top_panel_image,
.sc_layouts_title_image,
.sc_layouts_title_image_overlay,
.header_image { display: none !important; }

/* Collapse the empty title block — kills the white gap */
.top_panel_title,
.sc_layouts_title,
.sc_layouts_title__inner {
	min-height: 0 !important;
	height: auto !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	background-image: none !important;
}

/* Active Social — hide the gym parallax banner + its white gap, sitewide */
.vc_row:has(.vc_parallax-inner[style*="2023/05/1-2.png"]) {
	display: none !important;
}

#sb_instagram .sbi_item{ border-radius:14px; overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
#sb_instagram .sbi_photo{ border-radius:14px; }
#sb_instagram .sbi_item:hover{ transform:scale(1.04); position:relative; z-index:1;

/* =====================================================================
   ACTIVE SOCIAL — Smash Balloon Instagram Feed: brand fix + restyle
   WHERE: Appearance → Customize → Additional CSS → paste → Publish
   FIXES: navy-blue text (theme bleed) → white · white box → transparent
          · rounded tiles · hover lift · on-brand orange buttons
   ===================================================================== */

/* 1) Kill the white background box so the dark row shows through */
#sb_instagram,
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_images,
#sb_instagram .sbi_item {
  background: transparent !important;
  border: 0 !important;
}

/* 2) Hide Smash Balloon's OWN header (profile pic + @name + bio + follow).
      You've already got the branded "Follow Along" header above it.
      → Delete this block if you'd rather keep the plugin's header. */
#sb_instagram .sb_instagram_header {
  display: none !important;
}

/* 3) Force ALL feed text WHITE — beats the theme forcing navy on headings/links */
#sb_instagram,
#sb_instagram p,
#sb_instagram a,
#sb_instagram span,
#sb_instagram div,
#sb_instagram h1, #sb_instagram h2, #sb_instagram h3, #sb_instagram h4, #sb_instagram h5,
#sb_instagram .sbi_caption,
#sb_instagram .sbi_caption * {
  color: #ffffff !important;
}

/* 4) Tiles — rounded corners + smooth hover lift */
#sb_instagram #sbi_images .sbi_item {
  border-radius: 14px !important;
  overflow: hidden !important;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo {
  border-radius: 14px !important;
}
#sb_instagram #sbi_images .sbi_item:hover {
  transform: scale(1.03) !important;
  position: relative; z-index: 2;
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.9) !important;
}

/* 5) Buttons (Follow / Load More) — on-brand orange, white text, pill shape */
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_load_btn {
  background: #f58223 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  transition: filter .25s ease, transform .25s ease !important;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_load_btn:hover {
  filter: saturate(1.1) brightness(1.05) !important;
  transform: translateY(-1px) !important;
}
  box-shadow:0 18px 40px -22px rgba(0,0,0,.9); }



/* =============================================================
   ACTIVE SOCIAL — BLOG RESTYLE  (v4)
   Matches the header / footer / Meet the Team components.
   Changes from v3:  roomier letter-spacing on titles,
   share buttons removed, all dates removed.
   -------------------------------------------------------------
   Paste into:  Appearance → Customise → Additional CSS → Publish
   >> REPLACES everything you had in there before (v3 + any patches).
      Select all, delete, paste this.
   Scoped to single posts (body.single-post) and the /blog/ page
   (body.page-id-2286) ONLY. Nothing else is touched.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Source+Sans+3:wght@400;600;700;800&display=swap');


/* =============================================================
   1)  SINGLE BLOG POSTS  — every post, now and future
   ============================================================= */
body.single-post .post_item_single{
  --navy:#0d183f; --orange:#f58223; --orange-l:#f89a55; --muted:#8a93a6;
  padding-bottom:56px;
}

/* warm cream reading zone (like the welcome / founder block) */
body.single-post .page_content_wrap{
  background:linear-gradient(180deg,#fffdfa 0%,#fff7ef 100%);
}

/* reading column: keep text comfortably narrow + centred */
body.single-post .post_item_single .post_header,
body.single-post .post_item_single .post_content.entry-content{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

/* --- hero / featured image --- */
body.single-post .post_item_single .post_featured{
  max-width:980px;
  margin:8px auto 36px;
}
body.single-post .post_item_single .post_featured img{
  border-radius:22px;
  box-shadow:0 26px 56px -28px rgba(13,24,63,.55);
}

/* --- date REMOVED --- */
body.single-post .post_item_single .post_header .post_date{ display:none !important; }

/* --- title: Permanent Marker + brush underline, roomy spacing --- */
body.single-post .post_item_single .post_title.entry-title{
  font-family:'Permanent Marker',cursive;
  font-weight:400;
  color:var(--navy) !important;
  font-size:clamp(1.7rem,3.6vw,2.5rem);
  line-height:1.5;
  letter-spacing:.06em;     /* roomier letters */
  margin:0 0 32px;
}
body.single-post .post_item_single .post_title.entry-title::after{
  content:"";
  display:block;
  width:210px; max-width:70%;
  height:16px;
  margin-top:22px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%2016'%3E%3Cpath%20d='M2%209%20Q60%202%20120%207%20T238%205%20Q180%2014%20120%209%20T2%2012%20Z'%20fill='%23f58223'/%3E%3C/svg%3E") left center / contain no-repeat;
}

/* --- body copy: bigger, airier, easy on the eye --- */
body.single-post .post_item_single .post_content.entry-content{
  font-family:'Source Sans 3',sans-serif;
  font-size:1.15rem;
  line-height:1.8;
  color:#23283a;
}
body.single-post .post_item_single .post_content.entry-content p{
  font-size:1.15rem;
  line-height:1.8;
  margin:0 0 1.5em;
}

/* in-content images: soften corners, keep their alignment */
body.single-post .post_item_single .post_content img{
  border-radius:16px;
}

/* --- links → brand orange with the glowing underline (header vibe) --- */
body.single-post .post_content a{
  position:relative;
  color:var(--orange) !important;
  font-weight:600;
  text-decoration:none;
}
body.single-post .post_content a::after{
  content:"";
  position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background:var(--orange);
  box-shadow:0 0 10px rgba(245,130,35,.8);
  transition:width .26s ease;
}
body.single-post .post_content a:hover{ color:var(--navy) !important; }
body.single-post .post_content a:hover::after{ width:100%; }
body.single-post .post_content a:has(img)::after{ display:none; } /* don't underline linked images */

/* --- branded blockquote (for any future quotes) --- */
body.single-post .post_content blockquote{
  margin:1.8em 0;
  padding:18px 26px;
  background:#fff;
  border-left:4px solid var(--orange);
  border-radius:0 16px 16px 0;
  box-shadow:0 14px 34px -22px rgba(13,24,63,.45);
  font-style:italic;
  color:var(--navy);
}

/* --- gradient CTA pill (for any buttons dropped into a post) --- */
body.single-post .post_content .sc_button,
body.single-post .post_content .wp-block-button__link{
  display:inline-block;
  padding:.8em 1.6em;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange-l),var(--orange)) !important;
  color:#fff !important;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  text-decoration:none;
  border:0;
  box-shadow:0 10px 24px -8px rgba(245,130,35,.7);
  transition:transform .25s ease, box-shadow .25s ease;
}
body.single-post .post_content .sc_button:hover,
body.single-post .post_content .wp-block-button__link:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px -8px rgba(245,130,35,.9);
}

/* --- article footer: Move·Connect·Build·Thrive divider + tags --- */
body.single-post .post_meta_single{
  text-align:center;
  margin-top:46px;
}
body.single-post .post_meta_single::before{
  content:"Move \00b7 Connect \00b7 Build \00b7 Thrive";
  display:block;
  font-family:'Source Sans 3',sans-serif;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.72rem;
  color:var(--orange);
  padding-top:32px;
  margin-bottom:26px;
  border-top:1px solid rgba(13,24,63,.12);
}
body.single-post .post_meta_single .post_tags{
  display:block;
  margin-bottom:16px;
}
body.single-post .post_meta_single .post_tags .post_meta_label{
  color:var(--muted);
  font-weight:700;
}
body.single-post .post_meta_single .post_tags a{
  display:inline-block;
  margin:0 6px 6px 0;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(245,130,35,.12);
  color:var(--orange) !important;
  font-size:.82rem;
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease;
}
body.single-post .post_meta_single .post_tags a:hover{
  background:rgba(245,130,35,.22);
}

/* --- social share buttons REMOVED --- */
body.single-post .post_share{ display:none !important; }

/* --- "Related" headline in Permanent Marker --- */
body.single-post #jp-relatedposts .jp-relatedposts-headline em{
  font-family:'Permanent Marker',cursive;
  font-style:normal;
  color:var(--orange);
  font-size:1.5rem;
}

/* --- one subtle fade-in so it feels calm, not flashy --- */
@keyframes asFadeUp{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:none;}}
body.single-post .post_item_single .post_featured,
body.single-post .post_item_single .post_header{
  animation:asFadeUp .6s ease both;
}
body.single-post .post_item_single .post_header{ animation-delay:.08s; }
@media (prefers-reduced-motion:reduce){
  body.single-post .post_item_single .post_featured,
  body.single-post .post_item_single .post_header{ animation:none; }
}

/* --- declutter (delete a block to bring it back) --- */
body.single-post .comments_wrap{ display:none !important; }   /* comment form */
.jetpack-subscription-modal{ display:none !important; }        /* "subscribe to keep reading" pop-up */


/* =============================================================
   2)  THE  /blog/  LANDING PAGE   (page id 2286)
   ============================================================= */
body.page-id-2286{
  --navy:#0d183f; --orange:#f58223; --muted:#8a93a6;
}

/* warm cream background to match the posts */
body.page-id-2286 .page_content_wrap{
  background:linear-gradient(180deg,#fffdfa 0%,#fff7ef 100%);
}

/* kill the mustard band behind the top posts */
body.page-id-2286 .vc_custom_1740714535854{
  background-color:transparent !important;
  padding-top:0 !important;
}

/* --- the two featured cards (sc_blogger) --- */
body.page-id-2286 .sc_blogger_item{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 16px 38px -22px rgba(13,24,63,.45);
  transition:transform .25s ease, box-shadow .25s ease;
}
body.page-id-2286 .sc_blogger_item:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 50px -22px rgba(13,24,63,.5), 0 0 0 1px rgba(245,130,35,.2);
}
body.page-id-2286 .sc_blogger_item .sc_blogger_item_featured{ margin:0; }
body.page-id-2286 .sc_blogger_item .sc_blogger_item_content{ padding:22px 24px 26px; }
body.page-id-2286 .sc_blogger_item .sc_blogger_item_title a{
  font-family:'Source Sans 3',sans-serif;
  font-weight:800;
  color:var(--navy) !important;
  font-size:1.2rem;
  line-height:1.3;
}
/* meta REMOVED (date, author, comment count all gone) */
body.page-id-2286 .sc_blogger_item .post_meta{ display:none !important; }

/* --- the Recent Posts list → tidy card grid --- */
body.page-id-2286 .widget_recent_posts{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:18px;
}
body.page-id-2286 .widget_recent_posts .post_item.with_thumb{
  display:grid;
  grid-template-columns:104px 1fr;
  gap:14px;
  align-items:center;
  margin:0;
  padding:10px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 12px 28px -20px rgba(13,24,63,.4);
  transition:transform .2s ease, box-shadow .2s ease;
}
body.page-id-2286 .widget_recent_posts .post_item.with_thumb:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px -20px rgba(13,24,63,.5), 0 0 0 1px rgba(245,130,35,.18);
}
body.page-id-2286 .widget_recent_posts .post_thumb{ margin:0; }
body.page-id-2286 .widget_recent_posts .post_thumb img{
  width:104px; height:104px;
  object-fit:cover;
  border-radius:12px;
}
body.page-id-2286 .widget_recent_posts .post_title a{
  font-family:'Source Sans 3',sans-serif;
  font-weight:700;
  color:var(--navy) !important;
  font-size:1rem;
  line-height:1.3;
}
/* date + weekday and the "Uncategorized" tag both REMOVED */
body.page-id-2286 .widget_recent_posts .post_info_date{ display:none !important; }
body.page-id-2286 .widget_recent_posts .post_categories{ display:none !important; }

/* widen the gutters between blog cards */
.posts_container.columns_wrap {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.posts_container.columns_wrap > [class*="column-"] {
  padding: 0 20px 40px !important;
}

/* breathing room under each card */
.posts_container .post_item {
  margin-bottom: 40px !important;
}

/* hide the hover + on blogger cards */
.sc_blogger .post_featured .icons,
.sc_blogger .post_featured .icons:before,
.sc_blogger .post_featured .mask:before,
.sc_blogger .post_featured .mask:after {
  display: none !important;
  content: none !important;
}