/*
 Theme Name:   Diamond-NAC
 Author:       Zach
 Template:     wpzoom-diamond
 Version:      10.0.0
*/

@import url("../wpzoom-diamond/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* COLORS 

red: #9A2F2F
background: #e1e1e1


*/


/* GENERAL */

body {
	background: #e1e1e1;
	color: #222;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

a {
	color: #B44949;
	text-decoration: underline;
}
a:hover {
	color: #9A2F2F;
	text-decoration: none;
}

.entry ul, .entry ol {
    margin: 0 0 14px 25px;
}
.entry ul li {
    list-style-type: disc;
    
    list-style-position: outside;
    margin-left: 1em;
}

img {
	max-width: 100%;
	height: auto;
}

.entry h2 {
	font-size: 24px;
}

.entry h3 {
	font-size: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 5px;
    margin-top: 25px;
}

.entry table td {
	border: 1px solid #000;
}

.new-line span.wpcf7-list-item {
	display: block;
}

/* BUTTONS */
input[type=submit], a.button, button, input[type=button], input[type=reset], #wpbdp-view-listings-page .listing-actions a.button, #wpbdmsearchform input[type=text] {
    padding: 6px 15px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    line-height: 1.618em;
    font-family: inherit;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.button, a.button, button, input[type=button], input[type=reset], input[type=submit], #wpbdp-view-listings-page .listing-actions a.button {
	border: none;
	background: #9A2F2F;
	color:#fff;
	text-decoration: none;
}

input.button:hover, a.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color: #B34848;
}

input.button.large, a.button.large {
	font-size: 1.8em;
	margin: 0 10px;
}

ul {
	margin-bottom: 10px;
}

/* HEADER */

#logo-img {
	width: 100px;
	float: left;
}

#header {
	padding: 10px 0;
	background-color: #222;
	color: #fff;
}

#logo h1, #logo a {
	color: #fff;
	margin-left: 6px;
	text-decoration: none;
}
#logo a:hover h1 {
	color: #B44949;
}

#header.has-menu-overlay {
	background: #222;
}

#header .social-icons {
	float:right;
}
.social-icons a {
    margin-left: 5px;
    text-decoration: none;
}


/* NAV */
#menu {
	float: left;
	margin-top: 10px;
}



#menu li a {
	color: #fff;
	font-weight: bold;
	padding-bottom: 11px;
}

li.current-menu-item a, li.current_page_item a, li.current-menu-parent a, li.current_page_parent a, #menu li a:hover, li.current-menu-parent li.current_page_item a {
	color: #B44949;
	text-decoration: none;
}
li.current-menu-parent .sub-menu a {
	color: #fff;
	text-decoration: none;
}

li.menu-item-has-children .sub-menu a:after, .sub-menu li.menu-item-has-children .sub-menu a:after {
	display: none;
}
.menu-item-has-children a:after, .sub-menu li.menu-item-has-children a:after {
    content: "\f347";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 12px/16px 'dashicons';
    vertical-align: top;
    margin: 2px 8px 0 4px;
}
.sub-menu li.menu-item-has-children a:after {
	margin-top: 7px;
}

.dropdown ul {
	width: 215px;
}

.dropdown li:hover a.sf-with-ul, .dropdown li:hover ul {
	background: #222;
	border: none;
	display: block !important;
}

.navbar-toggle {
	background: #9A2F2F;
	margin-bottom: 10px;
}


.breadcrumbs {
	display: none;
}

.menu-item-has-children a {
	padding-right: 0;
}

.dropdown li:hover ul, .dropdown li.sfHover ul {
	top: 35px;
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
    padding: 10px 0;
    text-align: center;
    background-color: #9A2F2F;
    color: #fff;
    line-height: 1.5em;
    width: 100%;
}
.announcement-bar p {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* SLIDER */

#slider {	
	height: 450px;
}

.slides > li .li-wrap {
	top: 0 !important;
	opacity: 1 !important;
	width: 1130px;
}
.slides > li h3 {
	margin-top: 50px !important;
}

.slides .slide-content {
	display: inline-block;
	background: rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.2);
}

.slides > li .excerpt {
	text-shadow: 1px 1px 2px rgba(0,0,0,.40);
}


/* hide slider arrows */
.flex-direction-nav {
	display: none;
}


/* FEATURES */

.home_widgets .widget {
	text-align: justify;
}

.home_widgets h3 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.home_widgets h4 {
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.home_widgets i {
	text-align: center;
    display: block;
    font-size: 6em;
    color: purple;
}

.home_column .widget ul li {
	list-style-type: disc;
}

/* Other homepage things */

.home_widgets {
	margin-bottom: 20px;
}

.home_column_full .widget ul {
	list-style-position: outside;
	padding-left: 25px;
	margin-bottom: 10px;
}
.home_column_full .widget ul li {
	list-style-type: disc;
}

.home_column_full h3.title {
	text-transform: none;
	font-size: 28px;
	font-weight: bold;
}

.home_column_full {
	margin: 0 auto;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* HOME SECTIONS */

.home-section {
	padding: 50px 20px;
}

.home-section h2 {
	font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* MEETING */
.meeting {
	background: #9A2F2F;
	-webkit-box-shadow: 45em 0 0 0 #9A2F2F, -45em 0 0 0 #9A2F2F;
	box-shadow: 45em 0 0 0 #9A2F2F, -45em 0 0 0 #9A2F2F;
	color: #fff;	
}

/* EVENTS */
.tribe-events-list-widget .tribe-event-title {
	font-size: 22px;
    font-weight: bold;
}

/* undo featured styling */
.tribe-events-list-widget .tribe-event-featured {
	background: none;
    padding-bottom: 0;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title a, #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
	color: #B44949;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
	color: #000;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	background: inherit;
}

/* FORMS */
.not-inline span.wpcf7-list-item{
	display: block;
}



/* SIGN UP */

.signup {
	margin-bottom:10px;
	background: #9A2F2F;
	-webkit-box-shadow: 45em 0 0 0 #9A2F2F, -45em 0 0 0 #9A2F2F;
	box-shadow: 45em 0 0 0 #9A2F2F, -45em 0 0 0 #9A2F2F;
	color: #fff;	

}
.signup-content {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
}

.signup #wpcf7-f59-o1 {
	text-align: center;
}

.signup h3 {
	font-family: 'Bilbo', cursive;
	text-transform: none;
	font-size: 34px;
	line-height: 1em;
	font-weight: bold;
}

.signup #wpcf7-f59-o1 input[type=submit] {
	font-size: 18px;
	padding: 8px 20px;
	background: #fff;
	color: #000;
}
.signup #wpcf7-f59-o1 input[type=submit]:hover {
	background-color: rgba(255,255,255,.8);
}
.signup #wpcf7-f59-o1 input[type=email], .signup #wpcf7-f59-o1 input[type=text] {
	margin-bottom: 10px;
    max-width: 33%;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 18px;
}


/* RECENT POSTS */

.home #recent-posts h1, .home_column_full h1 {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 10px;
}

.home #recent-posts h2.title {
	font-size: 22px;
}

#recent-posts .post-thumb {
	/*float: right;
    max-width: 225px;
    margin-left: 5px;*/
    display: none;
}

/* HOME SIDEBAR */

.home #sidebar #text-9, .home #sidebar #text-10 {
	display: none;
}

/* NEWS PAGE  */


/* CONTACT PAGE */
#wpcf7-f3471-p83-o1 {
	text-align: center;
}
#wpcf7-f3471-p83-o1 input, #wpcf7-f3471-p83-o1 textarea{
	width: 70%;
}

/* SIDEBAR */
#sidebar {
	margin-top: 53px;
}

#sidebar .widget h3.title, #sidebar-left .widget h3.title {
	font-weight: normal;
	font-size: 20px;
	text-align: left;
}

#searchform #searchsubmit {
	padding: 12px 0 7px;
}

/* FOOTER */
#footer {
	background: #222;
	color: #fff;
}

#footer a {
	color: #B44949;
}
#footer a:hover {
	color: #B44949;
	text-decoration: underline;
}

#footer .widget h3.title {
	text-transform: inherit;
	font-size: 22px;
	color: #fff;
}

/* recent posts */
#footer .feature-posts-list .post-excerpt {
	display: none;
}
#footer .feature-posts-list li:first-of-type .post-excerpt {
	display: block;
	margin-left: 20px;
}
#footer .feature-posts-list h3 {
	font-family: 'Source Sans Pro', sans-serif !important;
	text-decoration: underline;
}

/* GOOGLE FORM */
.ss-form-question {
	margin-bottom: 20px;
}
.ss-q-title {
	font-weight: bold;
}
.ss-secondary-text {
	font-style: italic;
}
.ss-required-asterisk {
	display: none;
}
.ss-item div.ss-form-entry>input, .ss-item textarea.ss-q-long {
	background-color: #fff;
	max-width: 100%;
    width: 350px;
}

/* PROJECT */
.project #recent-posts h2.title {
	font-size: 22px;
}

/* DESKTOP */
@media only screen and (min-width: 640px) {

	/* SLIDER */
	#slider-content input[type=text] {
		width: 50%;
		max-width: 400px;
		font-size: 1em;
		margin-right: 10px;
	}
	#slider-content form {
		margin-top: 70px;
	}

	/* HOMEPAGE */
	.home_column_full {
		width: 70%;
	}
	.home #main {
		width: 70%;
	}

}

@media only screen and (max-width: 640px) {
	#logo h1 {
		text-align: center;
		font-size: 24px;
	}

	#logo {
		width: 70%;
	}

	#logo-img {
		width: 30%;
	}
}

/* MENU */
@media only screen and (max-width: 750px) {
	div#menu {
		background: #222;
	}

}

/* PHONE */
@media only screen and (max-width: 530px) {
	#header {
		height: auto !important;
		background-size: cover;
	}
	#slider-content form {
		margin-top: -125px;
	}

	.signup #wpcf7-f59-p2543-o1 input[type=email] {
		margin-right: 0;
		width: 75%;
	}
}


