/* Enter Your Custom CSS Here */

body {
	background: #e9e9e9;
}
a.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #b91e37;
	border-color: #b91e37 !important;
	box-shadow: none;
	color: #fff !important;
	opacity: 1;
}
.middle a:hover > img {
	opacity: .8;
}

/* Fonts */
li {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.wp-caption .wp-caption-text {
	font-size: .9em;
	font-style: italic;
	margin-top: 0;
}
@media only screen and (max-width: 900px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3.34rem;
	}
	h3 {
		font-size: 2.67rem;
	}
	h4 {
		font-size: 2rem;
	}
	.home section header h2 {
		font-size: 3.34rem !important;
	}
}

/* Header */
.home.has-slideshow .site-header {
	background-color: rgba(233,233,233,.5);
}
.site-header a:hover {
	color: #b91e37;
	opacity: .8;
}
/* Social Icons */
.header-text {
	left: -20px;
	top: 25%;
}
.site-header .fa {
	margin-right: 8px;
}
/* Logo */
.logo a:hover img {
	opacity: .75;
}
#logo img {
	max-height: 110px;
}
@media only screen and (max-width: 700px) {
	.site-header .has-text #logo {
		margin-right: 6%;
		width: 80%;
	}
	#logo img {
		max-height: 90px;
		width: auto;
	}
}
/* Menu */
.hamburger {
	display: none;
}
.hamburger:hover .hamburger-inner, 
.hamburger:hover .hamburger-inner::before, 
.hamburger:hover .hamburger-inner::after {
	background-color: #b91e37;
}
#main-nav {
	display: block;
	padding: 10px 10px 0;
	position: inherit;
	pointer-events: inherit;
}
#main-menu {
	font-size: 1em;
	letter-spacing: 1px;
	pointer-events: inherit;
	display: block;
}
#main-nav #main-menu ul {
	margin-top: 0;
	opacity: 1;
}
#main-menu li {
	display: inline-block;
	margin-bottom: 7px;
}
#main-menu li a {
	padding: 0px 8px 5px;
	text-transform: inherit;
}
#main-menu ul ul {
	display: none;
}
#main-menu ul li:hover>ul {
	display: block;
}
#main-menu ul ul.sub-menu {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.97);
	float: left;
	/* left: 50%; */
	margin: 3px 0 0 -20px !important;
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 99999;
}
#main-menu ul.sub-menu {
	margin-left: 0;
}
#main-menu ul.sub-menu li {
	display: block;
	padding: 2px 10px 8px;
}
#main-menu ul.sub-menu li a {
	width: 200px;
}
#main-menu li.current-menu-item a {
	border-bottom: 3px solid #b91e37;
	color: #b91e37;
}
#main-menu li.current-menu-item a + ul.sub-menu li a {
	border-bottom: none;
}
#main-menu li.current-menu-item a + ul.sub-menu li a:hover {
	border-bottom: 3px solid #b91e37;
}
@media only screen and (max-width: 700px) {
	.middle.clear {
		padding-top: 0 !important;
	}
	.hamburger {
		display: block;
	}
	#menu-toggle {
		display: block;
		width: 14%;
	}
	#main-nav {
		display: none;
		position: absolute;
	}
  #main-menu {
		text-align: left;
	}
  #main-menu li {
		display: list-item;
		margin-bottom: 12px;
	}
	#main-menu ul ul {
		display: list-item;
		list-style: none;
	}
	#main-menu ul ul.sub-menu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background: none;
		float: none;
    margin: 0 !important;
		padding: 10px 0 0 0;
    position: inherit;
  }
	#main-menu ul.sub-menu li {
		margin-bottom: 5px;
		padding: 0;
	}
	.sub-menu li:before {
		-webkit-font-smoothing: antialiased;
		color: #cfcfcf;
		content: '\00BB';
		font-family: inherit;
		font-weight: 900;
		margin-left: 8px;
	}
}

/* Homepage Slider */
.home #slideshow .slide h2 {
	font-size: 3em;
	text-shadow: 1px 1px 6px #000;
}
@media only screen and (max-width: 900px) {
	.home #slideshow .slide h2 {
		font-size: 2.5em;
	}
}

/* Homepage Projects */
#projects-home header {
	padding: 40px 0 25px;
}
#projects-home header h2 {
	margin: 0 auto;
	text-align: center !important;
}
#projects-home header p {
	margin: 10px auto 0;
	text-align: center !important;
}
.project.small .title {
	opacity: 1 !important;
}
.project.small .title span {
	font-weight: bold;
}
.project.small .overlay {
	transition: none;
}
.project.small a .overlay {
	opacity: .8;
}
.project.small a:hover .overlay {
	opacity: .3;
}
.project.small .overlay span {
	background-color: rgba(0,0,0,.25) !important;
}

/* Homepage Widget Area - About */
#widgets-home #widget_sp_image-3 {
	margin: 0 auto;
	max-width: 720px;
	position: inherit !important;
	width: 100% !important;
}
#widgets-home #widget_sp_image-3 span.widget-title {
	font-size: 1.5em;
	text-align: center;
}
#widgets-home #widget_sp_image-3 img {
	border-radius: 100%;
	height: 200px;
	margin-bottom: 1.5em;
	margin-top: 10px;
	width: 200px;
}
#widgets-home #widget_sp_image-3 p {
	font-size: 17px;
}
#widgets-home a, #widgets-home a:visited {
	color: #b91e37;
}
#widgets-home a:hover {
	color: #d87d8f;
}
@media only screen and (max-width: 480px) {
	#widgets-home #widget_sp_image-3 img {
		float: none;
		margin: 10px auto 1.5em;
		display: block;
	}
}

/* Homepage Events */
#home-events {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
#widgets_home_events {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 32px;
}
.ecs-event {
	padding: 0 1% !important;
}
h2.ecs-event-title {
	font-size: 1.4em;
	margin-bottom: 0px;
}
.ecs-event-title a {
	color: #b91e37;
}
.ecs-event-title a:hover {
	color: #d87d8f;
}
.ecs-date {
	font-size: 13px;
}
.ecs-excerpt {
	font-size: .8em;
	line-height: 1.9em;
}
.home-events .ecs-events.ecs-grid.ecs-grid-1 .ecs-button a {
	background-color: transparent;
	border: 2px solid #494949;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #191919;
  padding: 15px 20px;
	transition-property: all;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.home-events .ecs-events.ecs-grid.ecs-grid-1 .ecs-button a:hover {
	background-color: #b91e37;
	border-color: #b91e37 !important;
	box-shadow: none;
	color: #fff !important;
	opacity: 1;
}
@media only screen and (max-width: 700px) {
	.ecs-events.ecs-grid.ecs-grid-1 .ecs-event, .ecs-events.ecs-grid.ecs-grid-1 .ecs-grid-sizer {
		margin-bottom: 20px !important;
		width: 97% !important;
	}
}

/* Homepage Featured Posts and Testimonials */
.home section header.has-background {
	padding: 100px 0 140px;
}
/* Homepage Featured Posts */
#blog .thumbs {
	max-width: 900px;
}
.default.thumbs .small.post {
	float: left;
	margin: 0 5%;
	width: 40%;
}
@media only screen and (max-width: 767px) {
	.default.thumbs .small.post {
		float: inherit;
		width: 100%;
		margin: 0;
	}
}

/* Homepage Featured Content - Let's Do This */
.home section#featured-items header {
	margin-bottom: 30px;
}
#featured-item-1 {
	margin: 0 auto;
  margin-bottom: 0 !important;
	position: inherit !important;
}
#featured-item-1 a.button {
	font-size: 24px;
	margin: 35px 0 0;
}
.featured-items {
	padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
	#featured-item-1 a.button {
		font-size: 18px !important;
	}
}

/* Homepage Static Content */
/*.homepage-lets-do-this {
	padding: 70px 50px 0;
	text-align: center;
}*/
@media only screen and (max-width: 900px) {
	.home #home-content {
		padding: 40px 20px 0 !important;
	}
}

/* Pages */
header.main .inside {
	border-bottom: none;
	padding-bottom: 0 !important;
}
.post-template-default header.main .inside, 
.archive header.main .inside {
	border-bottom: 1px solid #e1e1e1;
}

/* Footer */
#footer .main.clear.thumbs.default.isotope {
	min-height: 240px !important;
}
#footer .widget_text#custom_html-6 {
	float: none;
	margin: 0 auto;
	max-width: 900px;
	position: inherit !important;
	text-align: center;
	transform: inherit !important;
	width: 100% !important;
}
#footer .widget_text#custom_html-6 h4 {
	margin-bottom: 10px !important;
}
#footer .widget_text#custom_html-6 p {
	font-size: 1.15em;
	padding-bottom: 1em;
}
#footer .secondary .right {
	padding-top: 0;
}

/* Jetpack Gallery */
/* Hide comment form header. */
.jp-carousel-image-meta {
	display: none;
}

/* The Events Calendar */
.tribe-events-page-title {
	padding: 60px 0 45px;
}
#tribe-events-bar {
	display: none;
}
.tribe-events-list .type-tribe_events {
	margin-bottom: 60px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background: #f4f4f4;
	margin-bottom: 60px;
	padding: 0 30px 30px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
	margin: 0 -30px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
	color: #b91e37;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active, .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
	color: #d87d8f;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #191919;
	font-weight: 700;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
	color: #191919;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	margin: 1.15em 3% 0 0;
	width: 300px;
}
#tribe-events .tribe-events-content p {
	padding-bottom: 10px;
}
.tribe-events-list-event-description a.tribe-events-read-more,
.tribe-events-list-event-description a.tribe-events-read-more:active,
.tribe-events-list-event-description a.tribe-events-read-more:visited {
	-webkit-appearance: none;
	background: none;
	border: 2px solid #494949;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #191919 !important;
	cursor: pointer;
	display: inline-block;
	font-size: .9em;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 0 3px 0 0;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.tribe-events-list-event-description a.tribe-events-read-more:hover {
	background-color: #b91e37;
	border-color: #b91e37 !important;
	box-shadow: none;
	color: #fff !important;
	opacity: 1;
}
#tribe-events .tribe-events-button, .tribe-events-button {
	display: none;
}

/* Forms */
input[type="tel"] {
	background-color: #bdbdbd;
	background: #f7f7f7;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 3px;
	color: #6a6a6a;
	padding: 4px 8px;
	font-family: "Open Sans", sans-serif;
	font-size: .9em;
	-webkit-appearance: none;
}
input[type="email"], input[type="text"], input[type="url"], input[type="password"], textarea {
	padding: 4px 8px;
}
/* Contact Form 7 */
input.wpcf7-form-control.wpcf7-submit {
	padding: 8px 16px;
}
.wpcf7-form p {
	padding-bottom: 20px;
}
/* MailChimp */
.mc4wp-checkbox input[type="checkbox"] {
	margin-right: 5px;
	margin-left: 10px;
}
.mc-field-group {
	float: left;
	margin: 0 15px 10px 0;
}
.mc-field-group input[type="email"], .mc-field-group input[type="text"] {
	width: 300px;
}
.mc-field-group ul {
	list-style: none;
	margin: 0;
}

/* Columns Shortcode */
.one_fourth {
	width: 22.75%;
}
.one_half {
	width: 48.5%;
}
.one_third {
	width: 31.33%;
}
.two_third {
	width: 65.66%;
}
.three_fourth {
	width: 74.25%;
}
.one_fourth,
.one_half,
.one_third,
.two_third,
.three_fourth {
	float: left;
	margin: 0 3% 1.5em 0;
	position: relative;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
.one_fourth p:last-child,
.one_half p:last-child,
.one_third p:last-child,
.two_third p:last-child,
.three_fourth p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width : 600px) {
	.one_fourth,
	.one_half,
	.one_third,
	.two_third,
	.three_fourth {
		width: 100%;
	}
}
