/* Adjust space above column block on homepage | 26334892-hc */
.column-without-padding-above {
	margin-top: 0 !important;
}

/* fix size and color of separator lines sm-26360315-hc */
.home hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.home hr.wp-block-separator.aligncenter,
.home .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){
  text-align: left;
  width: 400px;
  max-width: 400px;
  height: 6px;
  margin-left: 0;
  opacity: 1;
}

/* remove space below column block on home page sm-26360315-hc */
.home .wp-block-columns.alignfull:not(:last-child) {
  margin-bottom: 0;
}

/* adjust header width hc - 26360315 */
body:not(.fse-enabled) #masthead {
  width: calc(calc( 782px - 32px) + 650px);
}

/* hide woo cart in menu hc-26360315 */
#toggle-cart, .woocommerce-menu-container {
  display: none !important;
}

/* adjust site title size hc - 26360315 */
body:not(.fse-enabled) .site-title {
    font-size: 4rem;
}

/* Hide Post Titles | hc-26362753 */
.post header.entry-header {
    display: none;
}
.page-id-3180 h2.entry-title {
    display: none;
}

/* add hover color to submenu items #27683120-hc-silb */
.site-header .main-navigation>div>ul>li .sub-menu a:hover {
    color: #5181b8;
}

/* Expands width for pricing table plugin content | 29696557-hc LS */
div#rpt_pricr {
    max-width: 90%;
}

/* Style for sign up buttons | 29719641HC CP */
.sign-up-button {
	line-height: 1;
	color: #ffffff !important;
	cursor: pointer;
	font-weight: bold;
	font-family: "Karla", Arial, sans-serif;
	font-family: var(--font-base, "Karla", Arial, sans-serif);
	font-size: 2rem;
	background-color: #4876AC;
	border-radius: 160px;
	border-width: 0;
	text-decoration: none !important;
	padding: 16px 48px;
}

.sign-up-button:hover {
	background-color: #5983B4;
}

input.mepr-submit {
	background-color: #4876AC !important;
}

input.mepr-submit:hover {
	background-color: #5983B4 !important;
}
.htClhd {
    background: #1e2024 !important;
}

.enQvPH {
    color: Black !important;
}

.gxMVeU {
    color: Black !important;
}

.dbUgdZ:hover{
    background-color: lightgray !important;
}

.momence-day_selection-item{

    padding:0em 0em 0em 0em;
    overflow:hidden;
	

}


/* Unset max width on Studio Page | 6560772-zen (MS) */
.page-id-6358 .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
    max-width: unset;
}