/*
 Theme Name:   HappenStance Child
 Theme URI:    http://drminc.com
 Description:  HappenStance Child Theme
 Author:       DRM Productions
 Author URI:   http://drminc.com
 Template:     happenstance
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout
 Text Domain:  happenstance-child
*/


/* Color scheme Orange ----------------------------------------------- */
body a, body .site-title a,
body .post-entry .post-entry-headline a,
body .grid-entry .grid-entry-headline a,
body .sidebar-widget a {
  color: #f0722e;
}

body #header .menu-box .current-menu-item > a,
body #header .menu-box .current-menu-ancestor > a,
body #header .menu-box .current_page_item > a,
body #header .menu-box .current-page-ancestor > a,
.home #container #header .menu-box .link-home,
body .post-entry .read-more-button:hover,
body .grid-entry .read-more-button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body #searchform .searchform-wrapper .send:hover {
  background-color: #f0722e;
}
body .menu-box-wrapper,
body .menu-box ul ul {
  border-color: #f0722e;
}
body .post-entry .read-more-button,
body .grid-entry .read-more-button,
body input[type="submit"],
body input[type="reset"],
body #searchform .searchform-wrapper .send {
  background-color: #f0722e !important; }
body #footer a,
body .footer-signature .footer-signature-content a {
  color: #f0722e;
}
body #header .menu-box .current-menu-item > a,
body #header .menu-box .current-menu-ancestor > a,
body #header .menu-box .current_page_item > a,
body #header .menu-box .current-page-ancestor > a,
.home #container #header .menu-box .link-home,
body .post-entry .read-more-button:hover,
body .grid-entry .read-more-button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body #searchform .searchform-wrapper .send:hover {
  background-color: #f0722e !important;
}

/***** Header *****/
.header-logo{
  margin:0 auto;
  width:200px;
  height:auto;
}
.header-content{
  background-image: url(../../../wp-content/uploads/2015/12/header1.jpg);
  background-repeat:no-repeat;
  background-position:center;
}


/*****  *****/
.menu-box a{
  text-transform:none;
}

/* Meetings CPT & Posts */
.meetings ul {
	gap: 0.75rem;
	margin: 0 0 2rem !important;
}
.meetings ul li .wp-block-group {
	padding: 0 !important;
}
.meetings ul li .wp-block-group .wp-block-read-more {
	background-color: transparent;
	color: #2d2d2d;
	border: 1px solid #2d2d2d;
	padding: 0.25rem 1rem;
	margin-top: 1rem;
}
.meetings ul li .wp-block-group .wp-block-read-more:hover {
	background-color: #e0e0e0;
	color: #2d2d2d;
}
.meetings ul li .wp-block-group .wp-block-post-date {
	font-size: 0.75rem;
	background-color: #e07940;
	color: #fff;
	width: max-content;
	padding: 0.125rem 0.5rem;
	border-radius: 4px;
	margin-top: 1rem;
}
.meetings ul li .wp-block-group .wp-block-post-date::before {
	content: '\f073';
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 0.5rem;
}
.meetings .wp-block-query-pagination {
	background-color: #2d2d2d;
	padding: 0.5rem 1rem;
}
.meetings .wp-block-query-pagination * {
	color: #fff;
	text-decoration: none;
}
.meetings .wp-block-query-pagination-next:hover,
.meetings .wp-block-query-pagination-previous:hover {
	color: #f26833;
}
.meetings .wp-block-query-pagination-next:hover *,
.meetings .wp-block-query-pagination-previous:hover * {
	color: #f26833;
}
.meetings .wp-block-query-pagination-numbers * {
	background-color: #5a5a5a;
	padding: 0.25rem 0.5rem;
}
.meetings .wp-block-query-pagination-numbers *:hover {
	background-color: #858585;
}
.meetings .wp-block-query-pagination-numbers .current {
	background-color: #f26833;
}
.wp-block-file__button {
	font-size: 0.75rem;
	background-color: #e07940;
	color: #fff;
	width: max-content;
	padding: 0.125rem 0.5rem;
	border-radius: 4px;
}
.nav-wrapper {
	border: none;
}
.nav-wrapper .navigation-links {
	background-color: #2d2d2d;
	padding: 0.5rem 1rem;
}
.nav-wrapper .navigation-links * {
	color: #fff;
	text-decoration: none !important;
}
.nav-wrapper .navigation-links .next:hover,
.nav-wrapper .navigation-links .prev:hover {
	background-color: #5a5a5a;
}
.nav-wrapper .navigation-links .page-numbers {
	background-color: #5a5a5a;
	padding: 0.25rem 0.5rem;
}
.nav-wrapper .navigation-links .page-numbers:hover {
	background-color: #858585;
}
.nav-wrapper .navigation-links .page-numbers.current {
	background-color: #f26833;
}
.single-meetings .post-info-author,
.single-meetings .post-info,
.single-meetings .post-info-comments,
.single-meetings #happenstance-post-nav,
.single-meetings #comments,
.single-post .post-info-author,
.single-post .post-info,
.single-post .post-info-comments,
.single-post #happenstance-post-nav,
.single-post #comments {
	display: none;
}
.single-meetings .post-meta span,
.single-post .post-meta span {
	border: none !important;
	font-size: 0.75rem;
	background-color: #e07940;
	color: #fff;
	width: max-content;
	padding: 0.5rem !important;
	border-radius: 4px;
}
.single-meetings .entry-content,
.single-post .entry-content {
	margin-top: 2rem;
}
body.blog .post-info-author,
body.blog .post-info,
body.blog .post-info-comments,
body.blog #comments {
	display: none;
}
body.blog .entry-headline-text::before {
	content: "Public Notices";
	position: absolute;
	background-color: #fff;
	padding-right: 1rem;
}
body.blog article {
	border-bottom: 0;
	border-left: 1px solid #2d2d2d;
	padding-left: 2rem;
	width: auto;
	padding: 15px;
	background-color: rgba(45, 45, 45, 0.05);
}
body.blog article .post-meta {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}
body.blog article .post-meta span {
	border: none !important;
	font-size: 0.75rem !important;
	background-color: #e07940;
	color: #fff !important;
	width: max-content;
	padding: 0.5rem !important;
	border-radius: 4px;
}
body.blog article .post-meta span a {
	color: #fff !important;
	pointer-events: none;
}
body.blog article .read-more-button {
	background-color: transparent !important;
	color: #2d2d2d;
	border: 1px solid #2d2d2d;
	padding: 0.75rem 1.25rem !important;
	margin-top: 1rem;
	transition: background 0.2s ease-in-out;
}
body.blog article .read-more-button:hover {
	background-color: #e0e0e0 !important;
	color: #2d2d2d;
}

/*.forminator-button-submit {
	background-color: #ec682f !important;
	color: #fff !important;
	outline: none !important;
	padding: 0.5rem 1rem !important;
	font-size: 1rem !important;
}
.forminator-button-submit:hover {
	box-shadow: none !important;
	background-color: #d04c13 !important;
}*/