.nocomments {
	display:none;
}

.misty1 {
	border-style: none;
	border-radius: 0px;
	margin-top: 0px;
	padding-top:0px;
}

.post {
	background: #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0, 0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0, 0);
	box-shadow: 0 0px 0px rgba(0,0,0, 0);
	overflow: hidden;
	width: 100%;

}

.header .cover {
	background: rgba(255,255,255,0);

	
}

blog-posts .blog-post-card a {
            padding-top: 100%;
            position: relative;
        }

.blog-posts .blog-post-card a img {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            left: 0;
            right: 0;
        }

.wp-block-column {
  margin-right: 0;
  margin-left: 0;
}

.post-header {
	background-color: #F2F0E4;
}

.page .post-header:before {
display: none;
}

.page .post-header:after {
display: none;
}

.post .post-header:before {
display: none;
}

.post .post-header:after {
display: none;
}

.type-page {
border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0, 0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0, 0);
	box-shadow: 0 0px 0px rgba(0,0,0, 0);
}


.gform_wrapper .percentbar_blue {
background-color: #730202 !important;
        }

.gform_wrapper .gform_body .gfield_label {
  background-color: white;
}

    .footer .widget .has-text-align-center  
{
color:white;
	font-size:small;
    }

h1 {
	text-align:center;
}

h2 {
	color: #590202;
	text-transform: uppercase;
}

h3 {
	color: #590202;
	text-transform: uppercase;
}

h4 {
	color: #590202;
	text-transform: uppercase;
}

h5 {
	color: #590202;
	text-transform: uppercase;
}

h6 {
	color: #590202;
	text-transform: uppercase;
}

.post-content ul li::marker {
    color:#FFFFFF;
}

mark {
	background-color:#FFFFFF;
}

button { 
border-radius:5px;
}


.page-id-7575 h1.entry-title {
    display: none;
}


/* Target only that page */
.page-id-7575 .post-header {
    margin-bottom: 0;
	 margin-top: 0;/* remove bottom margin from header / nav */
    padding-bottom: 0;
	padding-top: 0;
}

/* Reduce space above and below h2 headings on this page only */
.page-id-7575 h2.wp-block-heading {
	padding-top: 0;
    margin-top: 0;  /* Decrease top space */
    margin-bottom: 0.75em; /* Decrease bottom space */
}




/* Give single product content a white "card" like your pages */
.single-product div.product {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* Keep the layout breathable on large screens */
@media (min-width: 1000px){
  .single-product .site-content,
  .single-product #content {
    max-width: inherit; /* match your page width */
    margin-left: auto;
    margin-right: auto;
  }
}

/* Tidy Woo tabs inside the white card */
.single-product .woocommerce-tabs .wc-tabs {
  margin-top: 1rem;
}
.single-product .woocommerce-Tabs-panel {
  background: transparent;
  padding: 0;
  border: 0;
}

/* Optional: if a sidebar appears on product pages, hide it for a full-width look */
.single-product #sidebar { display: none; }



/* Hide Previous/Next navigation links on single product pages */
.single-product .nav-links,
.single-product .post-navigation, 
.single-product .footer,
.single-product .entry-footer,
.single-product .post-footer,
.single-product .entry-meta,
.single-product .post-meta
{
  display: none !important;
}

/* Hide all WP comment UI on single product pages */
.single-product #comments,
.single-product .comments-area,
.single-product .entry-comments,
.single-product .post-comments,
.single-product .comment-respond,
.single-product #respond,
.single-product #reply-title,
.single-product form.comment-form {
  display: none !important;
}


/* site titles */

h1.post-title.entry-title,
.wp-block-post-title {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0;
	text-align:left;
}

@media (max-width: 1279px) {
  h1.post-title.entry-title,
  .wp-block-post-title {
    font-size: 36px;
			text-align:left;
		 }
}

@media (max-width: 1023px) {
  h1.post-title.entry-title,
  .wp-block-post-title {
    font-size: 32px;
			text-align:left;
  }
}

@media (max-width: 767px) {
  h1.post-title.entry-title,
  .wp-block-post-title {
    font-size: 28px;
			text-align:left;
  }
}

@media (max-width: 479px) {
  h1.post-title.entry-title,
  .wp-block-post-title {
    font-size: 24px;
			text-align:left;
  }
}

header.post-header { margin-block-end: 0rem !important;
padding: 1.75em;
} /* ~8px when 1rem = 16px */

.entry-content > .wp-block-spacer:first-child { height: 0 !important; margin: 0 !important; }



/* space between start of content and white box */
.post-content.clear {
  padding-block-start: 3em !important;
  margin-block-start: 0 !important;
}
.post-content.clear > *:first-child {
  margin-block-start: 0 !important;
}
.post-content.clear > .wp-block-spacer:first-child {
  height: 0 !important;
  margin: 0 !important;
}


