/*** Microthemer Styles ***/

/* =Main Menu
-------------------------------------------------------------- */
/* Desktop Menu Bars */
 i.fa-bars {
}

/* =Content
-------------------------------------------------------------- */
/* Accordion Text */
 h5.clearfix span.tab-title {
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
/* Accordion Background */
 div.ui-widget h5.clearfix {
	background-color: rgb(205, 232, 213) !important;
}
/* Chimpy Header */
 form#chimpy_shortcode_1 header {
	box-sizing: border-box !important;
}
/* Chimp Footer */
 form#chimpy_shortcode_1 footer {
	box-sizing: border-box !important;
}
/* Chimp Button */
 form.chimpy_signup_form button {
	font-family: 'Merriweather Sans' !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: rgb(232, 136, 71) !important;
	box-sizing: border-box !important;
}
/* Chimpy Footer Header */
 form#chimpy_widget_2 header {
	box-sizing: border-box !important;
}
/* Chimpy Footer Bottom */
 form#chimpy_widget_2 footer {
	box-sizing: border-box !important;
}

/* =Posts General
-------------------------------------------------------------- */
/* Event Date */
 span.date {
	font-family: Verdana !important;
	color: rgb(78, 109, 103) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	vertical-align: super !important;
	display: none !important;
}

/* =Sidebar
-------------------------------------------------------------- */
/* Sidebar Head */
 div.posts_holder h5 {
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: 600 !important;
}
/* Sidebar Text */
 div.posts_holder li {
	line-height: 18px !important;
}

/* =Footer
-------------------------------------------------------------- */
/* Footer Top */
 div.footer_top {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
/* Footer Top L&R */
 div.widget h5 {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

/* =Contact
-------------------------------------------------------------- */
/* Contact Heading */
 div.contact_form h5 {
	color: #E88847 !important;
	font-size: 21px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
}
/* Contact Button */
 form#contact-form input.contact_form_button {
	font-weight: 600 !important;
	background-color: #E88847 !important;
	background-position: left top !important;
	background-size: auto !important;
	background-clip: padding-box !important;
	width: 89px !important;
	padding-right: 23px !important;
	padding-left: 23px !important;
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}
/* Space Above Map */
 div.title_holder div.container {
	height: 0px !important;
	max-height: 0px !important;
	box-sizing: content-box !important;
}
/* Contact Form Submit Button */
 div#wpcf7-f16515-p16505-o1 input.wpcf7-submit {
	font-size: 18px !important;
	font-weight: 600 !important;
	background-color: rgb(235, 158, 106) !important;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
}
/* Contact Form ON */
 form.wpcf7-form input.wpcf7-submit {
	background-color: rgb(232, 136, 71) !important;
}

/* =Events
-------------------------------------------------------------- */
/* Events List Icon */
 div.qem div.qem-icon {
	padding-top: 15px !important;
}
/* Events List Text */
 div.qem-large {
	padding-left: 10px !important;
}
/* Event Header */
 div.post_text_inner h2 {
	font-size: 28px !important;
	line-height: 54px !important;
}
/* Post Info */
 div.post_info {
	display: none !important;
}




/* Large Desktop
************************************************************************/
@media (min-width: 1200px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Desktop Menu Bars */
	 i.fa-bars {
	}

	/* =Content
	-------------------------------------------------------------- */
	/* Chimpy Header */
	 form#chimpy_shortcode_1 header {
	}

	/* =Events
	-------------------------------------------------------------- */
	/* Post Info */
	 div.post_info {
	}
}



/* Desktop & Tablet
************************************************************************/
@media (min-width: 768px) and (max-width: 979px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Tablet Menu Bars */
	 i.fa-bars {
	}
	/* Desktop Menu Bars */
	 i.fa-bars {
		color: rgb(89, 87, 68) !important;
	}

	/* =Content
	-------------------------------------------------------------- */
	/* Chimpy Header */
	 form#chimpy_shortcode_1 header {
	}

	/* =Events
	-------------------------------------------------------------- */
	/* Post Info */
	 div.post_info {
	}
}



/* Tablet & Phone
************************************************************************/
@media (max-width: 767px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Menu Bars */
	 i.fa-bars {
	}
	/* Tablet Menu Bars */
	 i.fa-bars {
		color: rgb(89, 87, 68) !important;
	}

	/* =Content
	-------------------------------------------------------------- */
	/* Chimpy Header */
	 form#chimpy_shortcode_1 header {
	}

	/* =Events
	-------------------------------------------------------------- */
	/* Post Info */
	 div.post_info {
	}
}



/* Phone
************************************************************************/
@media (max-width: 480px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Menu Bars */
	 i.fa-bars {
		color: rgb(0, 0, 0) !important;
	}
	/* Tablet Menu Bars */
	 i.fa-bars {
	}

	/* =Content
	-------------------------------------------------------------- */
	/* Chimpy Header */
	 form#chimpy_shortcode_1 header {
	}

	/* =Events
	-------------------------------------------------------------- */
	/* Post Info */
	 div.post_info {
	}
}