a.rm-button[data-v-989c9ece] {
	margin: 3px 6px !important;
}

.toc-css {
	display:none;
}

.entry-title {
	max-width:100% !important;
}

.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:273px;
max-height:274px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

/* Improve the layout shift */
@media screen and (max-width: 767px) {
	.convertkitwrapper {
		min-height: 472.5px;
		max-height: 472.5px;
		display: flex;
	}
	
	.convertkitwrapper > div {
		display: flex;
		align-items: center;
	}
	
	.convertkitwrapper .ck_form.ck_minimal {
		margin-bottom: 0 !important;
	}
.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:428px;
max-height:429px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}		
}

@media (min-width: 768px) and (max-width: 1024px) {
.post-top {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-top: 3rem;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;	
}

.post-bottom {
border-width:1px;
border-style:solid;
border-color:#202124;
margin-bottom: 3rem;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}

.no-margin {
border-width:1px;
border-style:solid;
border-color:#202124;
min-height:345px;
max-height:346px;
background-color:#E7E7E7;
overflow:hidden;
display: grid;
place-items: center;
}		
}

@media screen and (min-width: 768px) {
	.convertkitwrapper {
		min-height: 286px;
	}
}
/* ========================================
   VENTURE5 BRAND OVERRIDES
   johngannonblog.com → V5 visual alignment
   Append this to vcjobs/style.css
   ======================================== */


/* ----- TYPOGRAPHY ----- */

body,
.entry-content,
.widget,
.comment-body,
p, li, td, th,
input, textarea, select, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.widget-title,
.page-title,
.site-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
    color: #222222;
}

body {
    font-size: 16px;
    line-height: 1.65;
    color: #222222;
}


/* ----- LINKS ----- */

a {
    color: #1e73be;
}
a:hover {
    color: #1557a0;
}


/* ----- HEADER / NAVIGATION ----- */

.navbar-primary,
.navbar-wrap,
.site-header,
header.navbar {
    background-color: #F8F8F0 !important;
}

.navbar-primary .navbar-nav > .menu-item > a,
.navbar-primary .site-title,
.navbar-primary .site-title a {
    color: #0F021E !important;
}

.navbar-primary .navbar-nav > .menu-item > a:hover {
    color: #6F37F6 !important;
}

/* Dropdown menus */
.navbar-primary .sub-menu,
.navbar-primary .cs-mega-menu,
.navbar-dropdown-container {
    background-color: #FFFFFF !important;
    border: 1px solid #f0f0f0;
}

.navbar-primary .sub-menu a,
.navbar-primary .cs-mega-menu a {
    color: #222222 !important;
}

.navbar-primary .sub-menu a:hover,
.navbar-primary .cs-mega-menu a:hover {
    color: #6F37F6 !important;
}

/* Site title / brand */
.navbar-brand .site-title {
    color: #0F021E !important;
}


/* ----- STICKY HEADER OFFSET ----- */
/* Adjust so sticky header clears the sitestripe */

.navbar-primary.navbar-sticky-active,
.navbar-primary.cs-sticky-active,
.navbar-primary[class*="sticky"] {
    top: 35px !important;
}


/* ----- FOOTER ----- */

.site-footer {
    background-color: #F8F8F0 !important;
    color: #665E70 !important;
    border-top: 1px solid #f0f0f0;
}

.site-footer a,
.site-info .footer-col-nav .menu-item a {
    color: #1e73be !important;
}

.site-footer a:hover,
.site-info .footer-col-nav .menu-item a:hover {
    color: #6F37F6 !important;
}

.site-footer .site-info,
.site-footer .footer-copyright {
    color: #665E70 !important;
    font-size: 14px;
}

.footer-title {
    color: #222222 !important;
}


/* ----- BUTTONS / CTAs ----- */

.pk-button-primary,
button:not(:disabled),
input[type="submit"],
.wp-block-button__link,
a.button,
.site-primary button:not(:disabled),
.site-primary [type="submit"]:not(:disabled) {
    background-color: #6F37F6 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 9999px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 600;
    transition: background-color 0.2s;
}

.pk-button-primary:hover,
button:not(:disabled):hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background-color: #5B20E8 !important;
}


/* ----- FORMS ----- */

input[type="text"],
input[type="email"],
input[type="search"],
textarea {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    padding: 10px 14px;
    transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #6F37F6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(111, 55, 246, 0.1);
}


/* ----- POST META ----- */

.post-meta,
.post-meta a,
.entry-meta,
.byline,
.posted-on {
    color: #575760;
}

.post-meta a:hover,
.entry-meta a:hover {
    color: #1e73be;
}


/* ----- CATEGORY / TAG LABELS ----- */

.post-categories a,
.post-tags a,
.meta-category a {
    background-color: #F3EEFF;
    color: #6F37F6;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-categories a:hover,
.post-tags a:hover,
.meta-category a:hover {
    background-color: #6F37F6;
    color: #FFFFFF;
}


/* ----- WIDGET TITLES ----- */

.widget-title {
    color: #222222;
}


/* ----- CONVERTKIT FORMS (override existing child theme styles) ----- */

body .ck_form.ck_minimal input[type="text"],
body .ck_form.ck_minimal input[type="email"] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body .ck_form.ck_minimal .ck_subscribe_button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    background: #6F37F6 !important;
    border-radius: 9999px;
}

body .ck_form.ck_minimal .ck_subscribe_button:hover {
    background: #5B20E8 !important;
}


/* ----- COMMENT AUTHOR (update existing colors to V5 palette) ----- */

.comment-meta .comment-author {
    background: #222222;
}

.comment-author-jgannonwp .comment-meta .comment-author,
.comment.depth-2 > .comment-body > .comment-meta .comment-author {
    background: #6F37F6;
}
  /* ----- LINK COLOR FIX (higher specificity) ----- */                                      
                                                                                             
  body a,
  .entry-content a,
  .entry-content ul li a,
  .entry-content p a,
  .site-primary a,
  h2 a, h3 a, h4 a {
      color: #1e73be !important;
  }

  body a:hover,
  .entry-content a:hover,
  .entry-content ul li a:hover,
  .entry-content p a:hover,
  .site-primary a:hover,
  h2 a:hover, h3 a:hover, h4 a:hover {
      color: #6F37F6 !important;
  }
  /* ----- STICKY SITESTRIPE + NAV FIX ----- */                                              
                                                                                             
  #v5-sitestripe {                                                                           
      position: sticky !important;
      top: 0 !important;
      z-index: 100000 !important;
  }

  .navbar-primary.navbar-sticky-active,
  .navbar-primary.cs-sticky-active,
  header.navbar-primary[style*="position: fixed"],
  header.navbar-primary[style*="position:fixed"] {
      top: 35px !important;
  }
  /* ----- HAMBURGER MENU FIX ----- */                                         
                                                                               
  .navbar-toggle,                                                              
  .navbar-toggle:not(:disabled),
  .offcanvas-toggle,
  .offcanvas-toggle:not(:disabled),
  button.navbar-toggle,
  .navbar-primary button {
      background-color: transparent !important;
      color: #0F021E !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 0 !important;
  }

  .navbar-primary button svg,
  .navbar-toggle svg {
      fill: #0F021E !important;
  }

  .navbar-primary button .hamburger-icon,
  .navbar-primary button span {
      background-color: #0F021E !important;
  }