/*--- move EU Cookie widget to bottom of site so it doesn't prevent clicks / 1857445-zen JS ---*/
.widget_eu_cookie_law_widget.widget{
  position: fixed!important;
  width: 100%;
  bottom: 0;
  top: auto !important;
}
/* adjust the color of the entry title text */ #featured-content a, .entry-title a { color: #393f54; }
/* adjust the color of the entry title text */ #featured-content a, .entry-title a { color: #393f54; text-shadow: 2px 2px #fff; }
/* adjust the color of the entry title text */ .grid .entry-title, .grid .entry-meta { color: #000; }
/* adjust the color of the entry title text */ .grid .entry-title, .grid .entry-meta { color: #000; text-shadow: 2px 2px #fff; }
/* change background color to green */
.has-green-background {
    background-color: #313544;
}
/* change background color to yellow */
.has-yellow-background {
    background-color: #BFBFBF;
}
/* Add border to the columns of the Columns Block has-yellow-background  14086548-hc (rf) */
.wp-block-columns.has-yellow-background .wp-block-column {
	border: 1px solid #000;
}
/* Zero margin bottom class 14222870-hc cw*/
.zero-margin-bottom-block {
	margin-bottom: 0;
}
/* Padding class for blocks 14222870-hc cw*/
.pad-right-and-left-block {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	}
/* Zero margin top class 14222870-hc cw*/
.zero-margin-top-block {
	margin-top: 0;
}
/*Change background color of homepage testimonial section - 14998746-hc*/
#testimonials {
	background-color: #ffffff;
}
/*Change background color of the footer - 14998746-hc*/
#tertiary {
	background-color: #e6ecff;
}
@media only screen and (min-width: 640px) {
	#child-grid .three > div {
		height: 200px !important;
	}
}
/* resize flourish section 2355065-zen */

section#flourish {
    max-width: 66%;
    margin: 0 auto;
}
#content.site-content {
background-color: #fff;
}
#front-page-portfolio {
background-color: #fff;
}

/*Remove All Page Headings*/
.entry-header {

   display: none;
}

/* Shift the post titles on the slider to a bit upper on the page, like how the page titles on the individual posts are | #2355065-zen | CM */

.featured-content-center #featured-content h1 {
position: relative;
text-align: center;
padding-bottom: 8em;
}

/* Reduce height of featured image on pages 2355065-zen cw */
#page-header.cover {
    height: 435px!important;
    min-height: 100px;
}

/* Removes the padding around the content of the site when a custom background is applied.
    2355065-zen (jsw) */
.customized-background {
  padding: 0;
}

/* Removes padding from top orange bar.
    2355065-zen (jsw) */
#site-top-content {
  padding: 0;
}

/* Removes the margin for the first paragraph or Heading 1 of entry content.
    2355065-zen (jsw) */
.entry-content h1:first-child,
.entry-content p:first-child {
  margin-top: 0px;
}

/* show the titles on specific pages */
.blog .entry-header {
  display: block;
}

/* show the titles on specific pages */
.archive .entry-header {
  display: block;
}

/* show the titles on specific pages */
.page-id-4 .entry-header {
  display: block;
}

/*Add black border to veracity logo-HC-15892337-KS */
#post-3365 > div > div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.has-5-columns.has-yellow-background.zero-margin-top-block.zero-margin-bottom-block.pad-right-and-left-block > figure > img {
      border:2px solid #021a40;
}

.wp-block-jetpack-contact-info {     margin-bottom: 0px; }

/* Align image to bottom / 16454780-HC (MI) */

.zero-margin-bottom-block img {
  vertical-align: bottom;
}

/* change background color to bluegray */
.has-bluegray-background {
    background-color:	#37444c;

	/* remove table hairlines */

.entry-content table,
.entry-content th,
.entry-content td {
	border:none!important;
}

/**
 * Reusable Blocks accessible in backend
 * @link https://www.billerickson.net/reusable-blocks-accessible-in-wordpress-admin-area
 *
 */
function be_reusable_blocks_admin_menu() {
    add_menu_page( 'Reusable Blocks', 'Reusable Blocks', 'edit_posts', 'edit.php?post_type=wp_block', '', 'dashicons-editor-table', 22 );
}
add_action( 'admin_menu', 'be_reusable_blocks_admin_menu' );
	
/* change background color to dark green */
.has-darkgreen-background {
    background-color: #3a3838;
}