/* No transparency on text | HC-33773201-JG */
body .entry-content h1, body .entry-content h2, body .panel-content .entry-title, body .entry-meta,
body .lodestar-intro .entry-content {
	opacity: 1;
}

/* Hide Featured image from all pages except home HC-34036550 */
body:not(.home) .custom-header {
	display: none;
}

body:not(.home) .site-content {
	padding-top: 110px;
}
/* Hide Product Page Title 34350611-hc cw */
.page-id-25 .entry-header {
    display: none;
}

/* Hide header image hc-34391339-vk*/
.custom-header-image {
    display: none;
}
div#content {
    padding: 25px
}
/* Change footer colors | HC-34544784-JG */
body .site-footer .widget-area {
	background: #4a1c57
}

body .site-info {
	background: #F3BB1A;
}
/* Change background image on Products page 34350611-hc cw */
body.custom-background.page-id-25  {
    background-image: url(https://merasona.com/wp-content/uploads/2022/04/DEB05B-13.png);
}
/* Hide Product Page Title 34619630-hc HA */
.page-id-28 .entry-header {
    display: none;
}
/* Hide Product Page Title 34619630-hc HA */
.page-id-26 .entry-header {
    display: none;
}
/* Change the menu color only for "BUY NOW" | YH-35128926-hc */
#menu-item-524 a {
    color: #DEB05C;
}
/* Hide Product Page Title 34619630-hc HA */
.page-id-530 .entry-header {
    display: none;
}
/* Hide Product Page Title 34619630-hc HA */
.page-id-24 .entry-header {
    display: none;
}
/* Hide Product Page Title 34619630-hc HA */
.page-id-613 .entry-header {
    display: none;
}
/* Change fotter text color | hc-35202770 (dsc) */
.has-text-align-center a {
    color: #deb05c
}
/* reduce padding of footer widget area 35229728-hc rs */
#colophon .widget-area {
   padding-top: 20px;
   padding-bottom: 0
}
/* Homepage - widen page content / 35268234-hc kp */
.home .wrap,
.home #content {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
/* remove space between the video and the menu | hc-35268418 (DSC) */
.entry-content .wp-block-embed__wrapper {
    margin-top: -25px
}
/*Alighn Footer images | hc-35271269 (DSC) */
.wp-image-849 {
    padding-top: 16px
}
/* Change Buy Now Text in header | hc-35271269 (DSC) */
.site-top-content-1 a {
    color: #deb05c
}
/* remove padding from below the content KG-35361717-hc */
.lodestar-intro,
.site-content#content {
  padding-bottom: 0;
}
.lodestar-intro {
  padding-top: 3em;
}

/*
	CSS Migrated from Jetpack:
*/

/* No transparency on text | HC-33773201-JG */
body .entry-content h1, body .entry-content h2, body .panel-content .entry-title, body .entry-meta,
body .lodestar-intro .entry-content {
	opacity: 1;
}

/* Hide Featured image from all pages except home HC-34036550 */
body:not(.home) .custom-header {
	display: none;
}

body:not(.home) .site-content {
	padding-top: 110px;
}