/*
	CASDA Customizations
*/

body {
	font-family: 'Asap', sans-serif;
}

body p {
	line-height: 1.66667;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	padding: 5px 20px;
	font-weight: bold;
}

.button i {
	margin-left: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button,
a.more-link,
.featured-content p.entry-meta,
.site-title,
.genesis-nav-menu a,
p.entry-meta,
.pagination,
.sidebar .widgettitle,
.footer-widgets a,
.front-page-1 .widget_text .widget-title,
.front-page-2 ul li,
.casda-preheader p,
#menu-secondary-header-menu a {
	font-family: 'Asap', sans-serif;
}

.casda-preheader {
	background: #875ba8;
	color: white;
	margin: -9px -40px 10px;
	padding: 5px 10px;
}

.casda-preheader .widget-title {
	display: none;
}

.casda-preheader .textwidget p {
	margin-bottom: 0;
	line-height: 2;
}

#menu-secondary-header-menu li {
	display: none;
	margin: 0 10px;
}

#menu-secondary-header-menu li li {
	display: none;
}

#menu-secondary-header-menu a {
	color: white;
	text-decoration: none;
	border-bottom: 0;
	font-weight: normal;
}

#menu-secondary-header-menu a:hover,
#menu-secondary-header-menu a:focus {
	text-decoration: underline;
}

#menu-secondary-header-menu li.social {
	position: relative;
	top: 1.5px;
	margin: 0 5px;
	font-size: 1.2em;
	line-height: 28px;
}

#menu-secondary-header-menu li.social a {
	opacity: 0.75;
}

#menu-secondary-header-menu li.social a:hover,
#menu-secondary-header-menu li.social a:focus {
	opacity: 1;
}

#menu-secondary-header-menu li.escape {
	position: relative;
	top: 3px;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 28px;
}

#menu-secondary-header-menu li.bump {
	margin-left: 20px;
}

#menu-secondary-header-menu li.escape a {
	font-weight: bold;
}

#menu-secondary-header-menu li.escape a i {
	padding-left: 5px;
}

.site-header .genesis-nav-menu a {
	font-size: 14px;
}

.site-header .genesis-nav-menu .current-menu-item > a {
	color: white;
	background: #00a79d;
}

.front-page-1 .widget_text * {
	color: white;
}

.front-page-1 .widget_text .widget-title {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: .25em;

}

.front-page-1 .textwidget p {
	font-size: 20px;
	line-height: 1.3333;
}

.front-page-1 .textwidget a.button {
	margin-top: 30px;
	background-color: #875ba8;
}

.front-page-3 {
	background-color: #00a79d;
	text-align: left;
}

.featuredpost .widget-title {
	text-align: center;
}

.featuredpost .entry-title a {
	transition: all 0.2s ease-in-out;
}

.featuredpost .entry-title a:hover,
.featuredpost .entry-title a:focus {
	color: white;
	text-decoration: underline;
}

.featuredpost a.alignleft {
	max-width: 33%;
	margin: 0.5em 1em 1em 0;
}

.featuredpost .entry-meta {
	margin-bottom: 10px!important;
}

.footer-widgets {
	border-top: 0;
}

.footer-widgets-1 {
	width: 100%;
	background: #875ba8;
	display: none;
}

.home .footer-widgets-1 {
	display: block;
}

.gform_wrapper .gfield textarea.large {
	height: 210px;
}


body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
	font-size: 90%;
	line-height: 1.5;
}


/**
 * Desktop Breakpoint
 */
@media screen and (min-width: 800px) {

	.casda-preheader {
		margin-bottom: 0;
		padding: 5px 40px;
	}

	.casda-preheader .widget {
		float: left;
		width: auto;
	}

	.casda-preheader .widget:last-of-type {
		float: right;
		width: auto;
	}

	#menu-secondary-header-menu li {
		display: inline-block;
	}

	.header-image .site-header.shrink {
		padding-top: 9px;
	}

	.header-image .title-area {
		margin-top: 8px;
	}

	.header-image .site-title > a {
		width: 130px;
		background-position: left center;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
	}

	.genesis-nav-menu {
		margin-bottom: -10px;
	}

	.genesis-nav-menu > li > a {
		padding: 38px 10px 37px;
	}

	.shrink .genesis-nav-menu > li > a {
		padding: 33px 10px;
	}

	.genesis-nav-menu a:hover,
	.genesis-nav-menu a:focus {
		color: white;
		background: #00a79d;
	}

	.front-page-1 .widget_text .widget-title {
		font-size: 60px;

	}

	.front-page-1 .textwidget p {
		font-size: 24px;
	}

	.front-page-2 .flexible-widgets.widget-halves .widget, .front-page-2 .widget,
	.front-page-2 .flexible-widgets.widget-full .widget, .front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 33.3333%;
		padding: 0 4%;
	}

	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(3n) {
		border-left: 1px solid #eee;
	}

	.front-page-2 .flexible-widgets.widget-full .widget-wrap, .front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
		padding: 21% 0;
	}

	.footer-widgets-1 {
		width: 100%;
	}

	.footer-widgets-1 .gform_wrapper {
		max-width: 660px;
		margin: 1em auto;
	}

	.featuredpost a.alignleft {
	}

}

/**
 * Full-screen Breakpoint
 */
@media screen and (min-width: 960px) {

	.header-image .site-title > a {
		width: 200px;
	}

}
