/*
Theme Name: MDBC
Description: Child Theme of Boilerplate
Author: RJ Graphics Design Group
Template: boilerplate
*/
@import url("../boilerplate/style.css");
*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background-color: #dfdfdf;
}
body {
	color: #444;
	position: relative;
	overflow-y: scroll;
}
img {
	border: 0;
}
.caroufredsel_wrapper, .carousel {
	overflow: hidden !important;
}
.container {
	width: 930px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.background-header {
	height: 425px;
	width: 100%;
	background-color: #2aa7e0;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.background-leaves {
	position: absolute;
	width: 100%;
	height: 984px;
	background-image: url('bg-leaves.png');
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: 1;
}
.header {
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 15px;
	margin-bottom: 30px;
}
.header .logo {
	float: left;
}
.header .header-meta {
	text-align: right;
	float: right;
}
.header .header-social a {
	display: inline-block;
	margin-left: 10px;

}
.header .header-meta-content {
	font-size: .9em;
	color: #666;
	margin: 12px 0 0;
}
.header .header-meta-heading {
	color: #13206e;
}
.header .header-meta-email a {
	color: #666;
	text-decoration: none;
}
.header .header-meta-email a:hover {
	border-bottom: 1px solid;
}
.main {
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav .menu-item {
	float: left;
	position: relative;
}
.nav .menu-item a {
	display: block;
	color: #444;
	font-size: .95em;
	text-decoration: none;
	padding: 20px 0;
	width: 155px;
	background-color: #dfdfdf;
	background-image: -webkit-linear-gradient(#dfdfdf, #bfbfbf);
	background-image:    -moz-linear-gradient(#dfdfdf, #bfbfbf);
	background-image:      -o-linear-gradient(#dfdfdf, #bfbfbf);
	background-image:         linear-gradient(#dfdfdf, #bfbfbf);
	text-align: center;
}
.nav .current-menu-item a,
.nav .menu-item a:hover {
	color: #fff;
	background-color: #619927;
	background-image: -webkit-linear-gradient(#619927, #7eb545);
	background-image:    -moz-linear-gradient(#619927, #7eb545);
	background-image:      -o-linear-gradient(#619927, #7eb545);
	background-image:         linear-gradient(#619927, #7eb545);
}
.nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 999;
}
.nav .menu-item:hover .sub-menu {
	display: block;
}
.quick-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.quick-links li {
	float: left;
}
.quick-links li a {
	text-decoration: none;
}
.quick-links .quick-link {
	padding: 20px 0;
	text-align: center;
	margin: 0 15px;
	height: 120px;
	width: 156px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.quick-links .quick-link-icon {
	background-image: url('quick-link-icons.png');
	margin: 0 auto 10px;
}
.qlmembers, .qlcontact {
	background-color: #13206e;
}
.qljoinus {
	background-color: #d93a1f;
}
.qlevents {
	background-color: #7eb545;
}
.qlnews {
	background-color: #25a8e2;
}
.qlmembers .quick-link-icon {
	width: 105px;
	height: 53px;
	background-position: 0 0;
}
.qljoinus .quick-link-icon {
	width: 115px;
	height: 53px;
	background-position: 0 -53px;
}
.qlevents .quick-link-icon {
	width: 60px;
	height: 59px;
	background-position: 0 -106px;
	margin-top: -5px;
}
.qlnews .quick-link-icon {
	width: 72px;
	height: 55px;
	background-position: 0 -165px;
}
.qlcontact .quick-link-icon {
	width: 53px;
	height: 53px;
	background-position: 0 -220px;
}
.quick-link-name {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #dfdfdf;
	color: rgba(255, 255, 255, .5);
}
.inner-content {
	padding: 20px;
}
.content, .sidebar {
	float: left;
}
.content {
	width: 65%;
	padding: 0 10px;
}
.full-width-content {
	width: 100%;
	padding: 0 10px;
}
.sidebar {
	width: 35%;
	padding: 0 10px;
}
.page-title {
	font-size: 1.7em;
	border-bottom: 2px solid #c1c1c1;
}
.footer {
	text-align: center;
	padding: 10px;
}
/* Carousel Specific CSS */
.carousel {
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	z-index: 2;
	position: relative;
	overflow: hidden;
}
.carousel .slide {
	position: relative;
	width: 930px;
	height: 323px;
}
.carousel .slide .slide-text {
	color: #fafafa;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	position: absolute;
	bottom: 0;
}
.carousel .slide h4 {
	font-size: 29px;
	padding: 30px 0 0 100px;
	margin: 0;
	width: 700px;
}
.carousel .slide p {
	font-size: 14px;
	padding: 0 0 30px 100px;
	margin: 0;
}
.carousel img {
	width: 930px;
	height: 323px;
}
/* Members Specific CSS */
.members-loop .single-member {
	display: block;
	border-top: 1px solid #C1C1C1;
	padding: 20px 0;
}
.members-loop .single-member:first-child {
	border-top: 0;
	padding-top: 0;
}
.single-member-content a {
	color: #2aa7e0;
}
.single-member-title {
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.single-member-title a {
	color: #444;
	text-decoration: none;
	border-bottom: 2px solid;
}
.single-member-ic {
	width: 215px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.single-member-content {
	font-size: .9em;
	overflow: hidden;
}
.single-member-info {
	font-size: .9em;
	clear: both;
	margin-top: 20px;
}
.single-member-info a {
	color: #2aa7e0;
	text-decoration: none;
}
.single-member-info a:hover {
	border-bottom: 1px solid;
}
.single-member-info p {
	margin: 0;
}
.single-member-web {
	font-weight: bold;
}
.single-member-web a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
/* News Specific CSS */
.post:not(:first-of-type) {
	border-top: 1px solid #C1C1C1;
}
.entry-title {
	font-size: 1.5em;
}
.article-meta {
	font-size: .8em;
	color: #828282;
}
/* Sponsor Specific CSS */
.single-sponsor-ic {
	display: block;
	margin-bottom: 10px;
	width: 290px;
	height: 150px;
}
/* Committee Specific CSS */
.committee-member {
	border-top: 1px solid #C1C1C1;
	clear: both;
	padding: 10px 0;
}
.committee-member:first-of-type {
	border-top: 0;
}
.committee-member-name {
	font-weight: bold;
}
.committee-member-photo {
	float: left;
	margin: 5px 10px 10px 5px;
}
/* MailChimp Specific CSS */
.mailchimp-signup-container {
	background-color: #25A8E2;
	color: #fafafa;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.mailchimp-signup-container .mc_custom_border_hdr {
	text-align: center;
	font-weight: bold;
}
.mailchimp-signup-container .mc_merge_var {
	margin-top: 5px;
}
.mailchimp-signup-container .mc_var_label {
	cursor: pointer;
	width: 45%;
	display: inline-block;
}
.mailchimp-signup-container .mc_input {
	width: 53%;
}
.mailchimp-signup-container .mc_required {
	color: #D93A1F;
}
.mailchimp-signup-container .mc_list {
	padding-left: 20px;
	margin: 0;
}
.mailchimp-signup-container .mc_signup_submit + br {
	display: none;
}
.mailchimp-signup-container #mc_display_rewards {
	font-size: 75%;
	margin-top: 5px;
}
/* Event Specific CSS */
.events-loop .single-event {
	border-top: 1px solid #c1c1c1;
	padding: 20px;
	clear: both;
}
.events-loop .single-event:first-child {
	border-top: 0;
	padding-top: 0;
}
.single-event .event-thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.single-event .single-event-title {
	margin: 0 0 10px;
}
.single-event .single-event-title a {
	color: #444;
	text-decoration: none;
	border-bottom: 2px solid;
}
.single-event .event-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.event img {
	max-width: 100%;
	height: auto;
}
.wpcf7-textarea, .wpcf7-text {
	width: 75%;
}