

/* Hides the title of the page from theme */
.page .entry-header { display: none; }

a.wp-block-button__link.has-text-color.has-background:hover {
    background: transparent !important;
}

a.wp-block-button__link.has-text-color.has-background {
    margin-left: 28px;
}

.wp-block-button:hover {
    background: #b61e23;
}

h2.alignwide.has-text-align-center.has-white-color.has-text-color.has-custom-font {
	margin-top: 0px;
}
/* 
KEEP */

/* This CSS makes the content and header have no spacing */

#main {
    padding-top: 0px;
}
.entry-content {
    margin-top: 0px !important;
}

/* This CSS hides an arrow icon on the sequester slider button */
/* .bdt-prime-slider-sequester .bdt-slide-btn .bdt-slide-btn-icon {
		display: none !important;
} */
/* 
Hides plus sign on nav menu for free version */
button.sub-menu-toggle {
    display: none !important;
}

/* Making the nav menu not against the top section */
ul#primary-menu-list {
    padding-right: 20px;
}

/* Removed dotted hover border in nav */
.primary-navigation a:hover {
    text-decoration: none;
}
.sub-menu a:hover {
    text-decoration: none;
}
a.primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover {
    text-decoration: underline;
}

/* Make all active links orange in nav menu*/
.primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a {
	color: #dd9933 !important;
}
/* Removes sub menu border */
.primary-navigation .sub-menu {
    border: none !important;
		background: transparent !important;
}

/* Removes extra space around footer */
section#block-9 {
	height: 1px;
}

/* Hover state for links  */
a:hover{
	color: #f1b55a !important;
}

.widget a:hover {
    text-decoration: underline;
		color: #f1b55a !important;
}

/* Makes footer symbols have space */
span.footer_sep {
    padding-right: 5px;
    padding-left: 5px;
}

/* Delete once live */
.wpcom-coming-soon-marketing {
    display: none !important;
}

body.wpcom-coming-soon-body {
    background: black !important;
}