/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,400;1,700&family=Caveat:wght@400;600;700&family=Instrument+Serif:ital@0;1&display=swap');

.editor-styles-wrapper .doodle-liberty,
.editor-styles-wrapper .doodle-arrow,
.editor-styles-wrapper .doodle-sun,
.editor-styles-wrapper .doodle-rocket,
.editor-styles-wrapper .doodle-star,
.editor-styles-wrapper .doodle-arrow,
.editor-styles-wrapper .doodle-hr,
.editor-styles-wrapper .star-four{
  display: none !important;
}
img.custom-logo {
    padding-top: 10px;
}
.archive .entry-content img,
.archive .post-thumbnail {
    display: none;
}
.hfeed .site-content {
    margin-top: 120px;
}
.hfeed .entry-content {
    margin-top: 0 !important;
}
.hfeed footer.entry-footer.default-max-width {
    margin-top: 20px;
}
.hfeed header.entry-header.default-max-width {
    margin-bottom: 0 !important;
}
.type-post nav.is-responsive.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    display: none;
}
.entry-content nav.is-responsive.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex{
	
}

.home header.entry-header, div#comments {
    display: none !important;
}
.home .entry-content {
    margin-top: 0;
}
.single-post .site-content{
	margin-top: 120px !important;
	padding-top: 0 !important
}
/* VARIABLES */
:root {
  --green:#1D9E75;
  --amber:#EF9F27;
  --text:#2C2C2A;
  --text2:#5F5E5A;
  --text3:#888780;
  --bg:#FAFAF8;
  --white:#FFFFFF;
  --border:#D3D1C7;
}

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}
header#masthead {
    display: none;
}
figure.post-thumbnail {
    display: none;
}
.single-post .entry-content {
    padding-top: 0 !important;
}
.single-post nav.navigation.post-navigation {
    margin: 0 auto 80px;
}

.general-eyebrow{
    font-family: 'Caveat', cursive;
    font-size: 18px;
    color: var(--green);
    text-align: center;
    font-weight: bold;
	    margin-bottom: 0 !important;
}
.general-cust-title{
    font-family: 'Nunito';
    font-weight: 800;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
.home .wp-block-cover.is-light.hero-container {
    margin-top: 0 !important;
}
/* COVER BLOCK */
.wp-block-cover {
  position: relative;
  overflow: hidden;
  padding: 80px 40px 60px;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.wp-block-cover__inner-container {
  width: 100%;
  max-width: none !important;
  position: relative;
  z-index: 2;
}
.hero-container {
    margin-top: 80px;
}
/* override theme max-width on all cover children */
.wp-block-cover *,
.wp-block-cover__inner-container * {
  max-width: none !important;
  box-sizing: border-box;
}

.hero, .hero-divider {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.hero-divider {
    margin-top: -15px !important;
}

/* DOODLES CONTAINER */
.hero-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* DOODLES */
.doodle-liberty {
    position: absolute;
    width: 200px;
    right: calc(50% - 610px);
    top: 290px;
    opacity: .9;
}
svg.doodle-star.star-one {
    pointer-events: none !important;
}
.star2 {
    position: absolute;
    pointer-events: none !important;
}

.doodle-sun {
    position: absolute;
    top: 74px;
    right: 0;
    width: 95px;
    pointer-events: none;
}

.doodle-rocket {
    position: absolute;
    top: 350px;
    left: calc(50% - 540px);
    width: 90px;
    pointer-events: none;
    opacity: .9;
    transform: rotate(8deg) rotateY(180deg);
}

/* HERO INTRO BOX */
.hero-intro {
  background: white;
  width: fit-content;
  max-width: 600px !important;
  margin: auto;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 3;
  border: 20px solid transparent;
  border-image: url('https://blastoffnyc.com/wp-content/uploads/2026/07/box_hero7.svg') 40 stretch;
}

/* remove the ::before entirely */
.hero-intro::before {
  display: none;
}

.hero-intro > * {
  position: relative;
  z-index: 1;
}

/* HEADING */
.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.hero-intro .wp-block-heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
  color: #142867;
  max-width: 520px !important;
  margin: 0 auto 12px;
  position: relative;
  z-index: 2;
	font-weight: bold;
}

/* SUB-COPY */
.hero-sub {
  font-size: 15px;
  color: #142867;
  max-width: 420px !important;
  margin: 20px auto;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}

/* BUTTONS */
.hero-btns.wp-block-columns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-btns .wp-block-column {
  flex: 0 0 auto !important;
  width: auto !important;
}

.hero-btns .wp-block-button__link {
	  font-family: 'Nunito', sans-serif;
	  font-weight: 700;
  text-decoration: none;
}

.hero-btns .wp-block-column:first-child .wp-block-button__link {
    background: #1b9e75;
    color: white;
    box-shadow: 3px 4px 0 #1f7856;
  border: none;
}

.hero-btns .wp-block-column:last-child .wp-block-button__link {
    background: transparent;
    color: #104631;
    border: 2px solid #207756;
}

/* TESTIMONIAL */
.hero-testimonial {
  margin: 40px auto;
  max-width: 520px !important;
  text-align: center;
  position: relative;
  z-index: 3;
}

.wp-block-cover p.hero-testimonial {
  font-family: 'Caveat', cursive;
  color: rgb(34 83 170);
  font-weight: 600;
}

/* DIVIDER */
.hero-divider {
    width: 100% !important;
    overflow: hidden;
    line-height: 0;
    max-width: none !important;
}

.doodle-hr {
  width: 100%;
  height: 32px;
  object-fit: cover;
  opacity: .8;
}
.star3 {
    position: absolute;
    pointer-events: none !important;
}
h1.wp-block-heading.instrument-serif-regular.has-secondary-color.has-text-color.has-link-color.wp-elements-1 {
    color: #0f4631 !important;
	font-weight: bold !important;
}
svg.doodle-star.star-mobile {
    position: absolute;
}
div#modal-1 *{

		    color: black !important;
}
button.wp-block-navigation__responsive-container-close {
    right: 40px !important;
}
/*DESKTOP ONLY*/
@media (min-width: 640px) {

	    .doodle-liberty {
position: absolute !important
    }
	.newest-intro {
    margin: 40px 0 8px 0;
	}
	.tone-two {
    padding: 56px 40px;
}
.header-cta a{
	top: 45px !important;
}
	.nav-subhead {
	    font-size: 21px;
	}
	svg.doodle-star.star-one {
    position: absolute;
    top: 126px;
    left: 30px;
		width: 75px !important;}
	.star3 {
    top: 645px;
    left: 70px;
    width: 145px !important;
}
	.hero-btns .wp-block-button__link {
  font-size: 16px;
  padding: 13px 32px;
  border-radius: 28px;
	}
	.wp-block-cover p.hero-testimonial{
		font-size: 27px;
	line-height: 1.3
	}
		.star2 {
    top: 685px;
    right: 70px;
    width: 65px !important;
}
	    svg.doodle-star.star-mobile {
display: none;
    }
	.latest-content {
    padding: 36px;
}
}
/* MOBILE */
@media (max-width: 640px) {
	div#modal-1 ul {
    margin-top: 25vh;
}
		.newest-intro {
    margin: 20px 0 8px 0;
	}
	.tone-two {
    padding: 26px 20px;
}
	:where(.wp-block-columns.is-layout-flex) {
    gap: 1.3em;
}
	.latest-content {
    padding: 0 12px 12px 12px;
}
    svg.doodle-star.star-mobile {
        width: 40px !important;
        right: 12px;
        top: 600px;
    }
	.star2 {
        top: 550px;
        width: 35px !important;
        left: 30px;
	}
	.wp-block-buttons>.wp-block-button{
		margin: auto !important;
	}
		.wp-block-cover p.hero-testimonial{
		font-size: 22px;
			line-height: 1.3
	}
	.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 6px;
}
	.hero-btns .wp-block-column:first-child .wp-block-button__link{
		    width: auto;
	}
		.hero-btns .wp-block-button__link {
font-size: 15px;
        padding: 7px 22px;
        border-radius: 28px;
	}
	.star3{
    top: 225px;
    left: -10px;
    width: 65px !important;
	}
	svg.doodle-star.star-one {
    position: absolute;
    top: 96px;
    left: 30px;
    width: 30px !important;}
	
	.hero-container{
		margin-top:0px
	}
	.wp-block-site-logo img{
		max-width: 230px;
	}
	.header-cta a{
	bottom: 45px !important;
}
	.nav-subhead{
		font-size:4.2vw
	}
	.wp-block-cover .wp-block-cover__inner-container{
			    width: 100%;
	}

nav#header-nav {
	left: 12px;
	        margin-top: 0 !important;
	
	}
  .wp-block-cover { padding: 70px 20px 20px; }
    .hero-intro .wp-block-heading {
        font-size: 40px;
        line-height: 1;
    }
  .doodle-liberty { display: none; }
  .doodle-rocket { display: none; }
  .doodle-sun { width: 60px; }
  .hero-intro { padding: 12px; }
}

/* THE OTHER MOBILE BREAKPOINT */
@media (max-width: 781px) {
	.hero{
	display: none;
}
.hero-btns .wp-block-button{
    width: 100% !important;
}
	.hero-btns * {
    width: 100% !important;
}
	.latest-card {
    width: 90%;
	}
	.preview-holder {
    width: 100% !important;

}
		.grid-background {
    padding: 26px 20px;
	}
}
span.attribution{
    line-height: 38px;
}
/* THE OTHER DESKTOP BREAKPOINT */
@media (min-width: 781px) {
	.preview-holder {
    width: 90% !important;
    max-width: unset !important;
}
	.grid-background {
    padding: 56px 40px;
	}

}
@media (max-width: 1000px) {
	.header-cta .wp-block-button .wp-block-button__link{
		display: none
	}
	
}
/* HEADER NAV*/
.header-cta .wp-block-button .wp-block-button__link {
    line-height: unset;
    font-size: unset;
    background-color: unset;
    color: unset;
    font-family: unset;
    font-weight: unset;
    border-radius: unset;
    padding: unset;
}
.header-cta {
      position: relative !important;
    max-width: unset !important;    margin: 0 !important;
}
.header-cta a {
background: #000000 !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 24px !important;
    font-size: 14px !important;
    line-height: 0px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    font-family: 'Nunito', sans-serif !important;
    transition: background 0.2s !important;
    position: absolute !important;
    right: 10px !important;
    width: fit-content !important;
}
.header-nav {
    position: fixed;
    z-index: 100;
    background: white;
    top: 0;
	    padding: 0px 40px;
    border-bottom: 2.5px solid #142867;
    width: 100vw;
}
.wp-block-site-logo, nav#header-nav {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.nav-subhead {
    margin: 0 auto !important;
    font-family: 'Caveat', cursive;
    color: #4e4c41;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px !important;
}
.nav-items-custom {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fbf9e1 !important;
}
nav#header-nav {
    position: absolute !important;
    top: 40px !important;
    font-size: 16px !important;
}

/*END TOP NAV*/

/*SECTION 2 START */
.latest-eyebrow{
    font-family: 'Caveat', cursive;
    font-size: 18px;
    color: var(--green) !important;
    margin-bottom: 6px !important;
    text-align: center;
    font-weight: bold;
}
/*
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce){
	max-width: unset !important;
}*/
.latest-card {
    max-width: 860px !important;
    margin: 0 auto;
    border:1.5px solid var(--border) !important;
	border-radius: 16px;
    overflow: hidden;}.latest-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 330px;
			max-height: 350px;
}
.latest-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.25;
}
.latest-content p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.65;
    margin-bottom: 24px;
}
.latest-content p a {
    font-family: 'Caveat', cursive;
    font-size: 20px;
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.latest-title {
    font-family: 'Nunito';
    font-weight: 800;
    margin-top: 0 !important;
}
.newest-intro p {
    font-size: 20px;
	margin-bottom: 0 !important;
}
.newest-intro {
    font-size: 30px;
	    position: relative;
}
.home .newest-intro img.doodle-arrow {
    display: block !important;
    max-width: unset !important;
}
@media (min-width: 1400px) {
    .doodle-arrow {
        position: absolute;
        right: calc(50% - 470px);
        top:-10px;
        width: 36px;
        opacity: 0.9;
        pointer-events: none;
        transform: rotate(355deg);
    }
}
@media (max-width: 1400px) {
    .doodle-arrow {
        position: absolute;
        right: calc(50% - 180px);
        top:-10px;
        width: 36px;
        opacity: 0.9;
        pointer-events: none;
        transform: rotate(355deg);
    }
}
/*SECTION 2 END */


/*SECTION 3 START */

.beige{
	background: #fbf9e2;
    max-width: unset !important;
}
.beige-top {
  border-top: 1.5px solid var(--border);
		    margin-top: 70px;
	    margin-bottom: 0 !important;
}

.beige-bottom  {
	    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.plan-card {
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    background: var(--white);
    position: relative;
}
.plan-divider {
    border: none;
    border-top: 1.5px dashed var(--border);
    margin: 14px 0;
    max-width: unset !important;
    border-bottom: none !important;
	    margin-top: 7px !important;
}
.plan-price {
    font-size: 14px;
    color: var(--text3);
    margin-bottom: 14px !important;
    font-weight: 600;
    text-align: center;
    margin-top: 4px !important;
}
.plan-price strong {
    color: var(--green);
    font-size: 20px;
	    line-height: 15px;
}
.subscription-points{
font-size: 14px;
    color: var(--text2);
}
span.chk {
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 16px;
    padding-right: 2px;
}
.plan-card.preferred {
    border: 2.5px solid var(--green);
    background: var(--white);
}
.button-plan-free a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    background: var(--bg);
    color: var(--text) !important;
    padding: 11px !important;
    border-radius: 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 1.5px solid var(--border) !important;
    text-decoration: none !important;
    font-family: 'Nunito', sans-serif !important;
    cursor: pointer !important;
    transition: border-color 0.2s !important;
}
.button-plan-paid a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    background: var(--green) !important;
    color: white !important;
    padding: 11px !important;
    border-radius: 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-family: 'Nunito', sans-serif !important;
    cursor: pointer !important;
    border: none !important;
    box-shadow: 2px 3px 0 darkgreen !important;
    transition: background 0.2s !important;
}
.plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--green);
    color: white;
    font-weight: 700;
    padding: 4px 16px !important;
    border-radius: 12px;
    white-space: nowrap;
    font-family: 'Caveat', cursive;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 16px !important;
}
.plan-options {
    max-width: 700px !important;
}
.grid-background {
    background: var(--bg);
    position: relative;
    max-width: unset !important;
}
.preview-card-title{
    font-size: 15px;
    font-weight: 800;
    color: var(--text) !important;
    line-height: 1.3;
    margin: 0 !important;
}
.preview-card-excerpt {
    font-size: 14px;
    color: var(--text2) !important;
    line-height: 1.6;
    margin: 10px 0 0 0 !important;
}
.preview-card {
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 15px;
}
.preview-card-img img{
	    width: 100% !important;
    aspect-ratio: 4 / 2 !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
}
.footer-logo{
	    position: relative;
    z-index: 1;
    background: white;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    border-radius: 60px;
}
.logo-sub {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    color: #4e4c41;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px;
}
/*SECTION 3 END */

/*SECTION 4 START */
.footer-logo img.custom-logo {
    width: 200px !important;
    margin: 0 !important;
}
.logo-sub {
    font-family: 'Caveat', cursive;
    font-size: 22px !important;
    color: #4e4c41 !important;
    text-align: center !important;
    margin-top: -5px !important;
    margin-bottom: 10px !important;
	    font-weight: bold !important;
}

main#main {
    padding-bottom: 0 !important;
}.home footer#colophon, .page-id-649 footer#colophon, .page-id-702 footer#colophon{
	display:none
}
footer#colophon .site-info,
footer#colophon > .default-max-width > *:not(.custom-footer) {
    display: none !important;
}
.footer-internal-links{
	    margin-bottom: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;margin-top: 30px !important;
}
.footer-address{
	    font-size: 14px;
    color: var(--text3);
    margin-bottom: 8px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.footer-email a{
	    color: var(--green) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
	    font-size: 14px !important;
	    border-bottom: none !important;
}
p.footer-email {
    margin-top: -10px !important;
}
.footer-copyright{
    font-size: 12px !important;
    color: var(--text3) !important;
    position: relative;
    z-index: 1;
}
.custom-footer {
    padding-bottom: 90px !important;
}
/*SECTION 4 END */



/* General Text Pages */
/* Global */
body:not(.home) .doodle-hr {
   display: none
}
.drawings-mobile {
    position: relative;
}
.drawings-mobile * {
    top: unset !important;
}
.drawings-mobile .star3 {
    bottom: 0px;
}
.drawings-mobile .star2 {
    bottom: 80px;
    right: 90px !important;
}.drawings-mobile svg.doodle-star.star-one {
    bottom: 250px;
    width: 53px !important;
}
.drawings-mobile img.doodle-rocket {
    right: 30px !important;
    bottom: 200px;
    left: unset;
    width: 70px;
}
.drawings-mobile {
    margin: 0;
}
/* Mobile   */
@media (max-width: 781px) {
	body:not(.home) .entry-content {
    padding-top: 120px;
}
		body:not(.home) article .entry-content {
    padding-top: 0px;
}
		body:not(.home) .wp-block-heading {
    padding-bottom: 10px;
}
}
/* Desktop   */
@media (min-width: 781px) {
	body:not(.home) .entry-content {
    padding-top: 150px;
}
		.blog .entry-content {
    padding-top: 0px !important;
			margin-bottom: 0 !important
}
}

.home .drawings-mobile .star3 {
	display: none
}
/* Special   */
@media (max-width: 950px) {
	.entry-header .entry-title {
	font-size:23px
}
	body:not(.home) .star3, body:not(.home) .star2 {
    display: none;
	}
	svg.doodle-star.star-four {
    position: absolute;
    right: 10px;
    width: 30px !important;
    bottom: 230px;
    transform: rotateZ(45deg);
}
}
@media (min-width: 950px) {
	.entry-header .entry-title {
	font-size:29px
}
svg.doodle-star.star-four {
    display: none !important;
}
}
@media (max-width: 640px) {
.drawings-mobile svg.doodle-star.star-mobile {
    bottom: 80px;
}
	.drawings-mobile svg.doodle-star.star-one {
    bottom: 230px;
    width: 40px !important;
    left: 3px;
}
}
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    padding-left: 0 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    text-align: center !important;
    justify-content: center !important;
}
.archive-excerpt-card .post-thumbnail {
    display: block !important;
}
.hfeed h1.page-title, .entry-header .entry-title {
    margin: auto;
    text-align: center;
    font-family: 'Nunito';
    font-weight: 800;
}

.hfeed h1.page-title {
	font-size:35px
}
.archive-excerpt-card {
    border: 1px solid #ceb30738;
    background: #f5f5dcb0;
    width: fit-content;
    margin: 40px auto 20px;
    border-radius: 30px;
    padding: 10px;
}.byline, .cat-links {
    display: none !important;
}
.home .drawings-mobile + .drawings-mobile {
    display: none !important;
}

.mobile-corner-stars {
  display: none;
}

@media (max-width: 640px) {
  .mobile-corner-stars {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
		margin-right: unset !important;
        margin-left: unset !important;
        max-width: unset !important;
  }

  .corner-star {
    position: absolute;
    width: 27px;
    opacity: 0.9;
  }

  .corner-star.top-left {
    top: 73px;
    left: 2px;
  }

  .corner-star.top-right {
    top: 75px;
    right: 2px;
  }

  .corner-star.bottom-left {
    bottom: 32px;
    left: 12px;
		width: 42px !important;
  }

  .corner-star.bottom-right {
		display:none;
    bottom: 32px;
    right: 12px;
  }
}

.single-post .drawings-mobile, .hfeed .drawings-mobile{
	display:none;
}