/*
 Theme Name:   Spacious Child
 Template:     spacious
 	All files are released under the GNU General Public License version 2 or later
	(http://www.gnu.org/licenses/gpl-2.0.html)
*/
a img:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #EAEAEA;
	border-left: 3px solid #DD3333;
	margin-bottom: 20px;
}
.spacious-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
	display:inline-block;
   margin-bottom: 25px;
   padding: 10px 25px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #DD3333;
	border: 0px;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   font-size: 25px;
}
.previous a:hover,
.next a:hover {
	color: #DD3333;
}

a {
	color: #DD3333;
	text-decoration: none;
}
body {
	padding-top: 0;
	padding-bottom: 30px;
}
#header-text-nav-wrap {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#site-title a:hover {
	color: #DD3333;
}

.menu-class-container {
	height: 30px;
}
.menu-class {
	float: right;
	height: 30px;
}
.menu-class li {
	float: left;
	position: relative;
	padding: 5px 0 0 25px;
	font-family: 'Lato', sans-serif;
}
.menu-class ul li a {
	font-size: 16px;
}
.menu-class li.default-menu,
li.default-menu {
	display: none;
}
.menu-class a {
	color: #444444;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 30px;
	font-weight: bold;
	font-size: 20px !important;
}
.menu-class a:hover,
.menu-class ul li.current-menu-item a,
.menu-class ul li.current_page_ancestor a,
.menu-class ul li.current-menu-ancestor a,
.menu-class ul li.current_page_item a,
.menu-class ul li:hover > a {
	color: #DD3333;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #DD3333;
}

.main-navigation ul li ul {
	position: absolute;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-top: 1px solid #DD3333;
	top: 45px;
	left: 25px;
	width: 150px;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	color: #DD3333;
}
.site-header .menu-toggle:hover {
  background: #DD3333;
}
.main-small-navigation li:hover {
  background: #DD3333;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #DD3333;
}

.small-menu a:hover,
.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
	color: #DD3333;
}

#featured-slider .slider-read-more-button {
	background-color: #DD3333;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Lato',sans-serif;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	float: left;
	margin-top: 15px;
	font-size: 20px;
}
#controllers a:hover, #controllers a.active {
	background-color: #DD3333;
	color: #DD3333;
}

.breadcrumb a:hover {
	color: #DD3333;
}

.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
	color: #DD3333;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #DD3333;
	color: #FFFFFF;
}
.pagination a span:hover {
	color: #DD3333;
	border-color: #DD3333;
	text-decoration: none;
}

.widget_testimonial .testimonial-icon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
	content: '\f106';
	width: 25px;
	height: 19px;
	float: left;
	margin-right: 3.06%;
	color: #DD3333;
	transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
	padding: 20px;
	border-width: 2px 1px 1px 1px;
	border-style: solid dashed dashed dashed;
	border-color: #DD3333 #EAEAEA #EAEAEA #EAEAEA;
	font-style: italic;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.call-to-action-content-wrapper {
	border-width: 1px 1px 1px 3px;
	border-style: dashed dashed dashed solid;
	border-color: #EAEAEA #EAEAEA #EAEAEA #DD3333;
	padding: 20px 3.85878489% 20px 3.69458128%;
   background-color: #F8F8F8;
}
.call-to-action-button {
	float: right;
	background-color: #DD3333;
   border-radius: 3px 3px 3px 3px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-family: 'Lato',sans-serif;
	padding: 5px 3.28407225%;
	margin-top: 4px;
}
.gallery {
	margin: 0 auto 2em;
	width: 75%;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 0;
	text-align: center;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #DD3333;
}
.comments-area .comment-author-link a:hover {
	color: #DD3333;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #DD3333;
	color: #FFFFFF;
	border-radius: 3px;
}
.comment .comment-reply-link:hover {
	color: #DD3333;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #DD3333;
}

#wp-calendar #today {
	color: #DD3333;
}
.widget-title span {
	border-bottom: 2px solid #DD3333;
	padding-bottom: 5px;
}
.footer-widgets-area a:hover {
	color: #DD3333 !important;
}
.footer-socket-wrapper .copyright a:hover {
	color: #DD3333;
}
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	color: #FFFFFF;
	background-color: #DD3333;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 3px;
	padding: 6px;
}
.read-more, .more-link {
	font-size: 14px;
	color: #DD3333;
	font-family: 'Lato', sans-serif;
}
#primary {
	float: left;
	width: 100%;
}
.post .entry-title a:hover, .page .entry-title a:hover {
	color: #DD3333;
}
.post .entry-meta .read-more-link {
	padding: 5px 10px;
	background-color: #DD3333;
	float: right;
	border-right: none;
}
.post .entry-meta a:hover, .type-page .entry-meta a:hover {
	color: #DD3333;
}
.single #content .tags a:hover {
	color: #DD3333;
	text-decoration: none;
}

details, 
#content p, 
#content ul, 
#content ol, 
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content .chart, 
#content .donuts, 
#content table, 
.wp-block-jetpack-slideshow, 
.entry-meta-bar, 
.signup, 
.pwrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer-socket-wrapper p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.post .entry-title, .page .entry-title {
	margin-top: 15px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

.header-post-title-container {
	border-bottom: 0;
	padding: 20px 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
}

.header-post-title-container .post-title-wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header-post-title-class {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0;
}

.wp-video {
	margin-left: auto;
	margin-right: auto;
}

.jetpack-slideshow.slideshow-window {
	padding-top: 30px !important;
	padding-bottom: 400px !important;
	border: 0;
	background-color: transparent;
}

.announce {
	padding: 6px 10px 6px 10px;
	margin-bottom: 10px;
	outline: 1px solid #DD3333;
}

.announce p {
	margin: 0;
	font-size: 19px;
}

.events {
	padding: 13px;
	outline: 1px solid #aa9cf1;
	background-color: #E8E8FF; /* purple */
}
.alerts {
	outline: 1px solid rgb(93, 255, 115);
	background-color: rgb(223, 255, 223); /* green */
}

.events a, 
.jams a {
	color: #444444;
	margin-left: 5px;
}
.events a:hover, 
.events a:active, 
.jams a:hover, 
.jams a:active {
	color: #DD3333;
}

.jams {
	padding: 6px 10px 6px 10px;
	outline: 1px solid #afafaf;
	background-color: #eeeeee; /* gray */
}

.jams p {
	color: #888888;
	font-weight: bold;
	/* font-size 23px was used for Event Rules Schedule Location links */
	font-size: 16px;
	line-height: 1.5;
}

.header-image {
	margin: 0 auto 10px 0;
	border-bottom: 0;
	width: 550px;
	display: block;
}

#main {
	padding: 0;
}

#header-text-nav-container {
	border-bottom: 0;
}

details {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	margin-bottom: 1em;
}

summary {
	font-weight: bold;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
}

details[open] {
	padding: 0.5em;
}

details[open] summary {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
}

#mc_embed_signup .helper_text {
	background-color: initial;
}
.mc-field-group input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	min-width: 200px;
	max-width: 80%;
  padding:15px;
  font-size: 15px;
}

/* Resetting some of the MailChimp classic stylesheet settings */
#mc_embed_signup .helper_text, 
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: initial !important;
  margin: 2px 0 0 0 !important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 2px !important;
	width: initial !important;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup .button {
  width: initial !important;
  min-width: 200px !important;
	max-width: 80% !important;
}

#mc_embed_signup{
  clear: left;
  min-width: 200px;
	max-width: 80%;
  font: 14px Helvetica,Arial,sans-serif;
}
.signup input[type="text"], 
.signup input[type="email"], 
.signup input[type="password"], 
.signup input[type="url"] {
  margin: 0;
}
