/*
	Theme Name: Piedmont Church
	
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.2.7

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
  padding-top: 0!important;
/*   margin-top: -32px!important; */
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
/* 	border-bottom: 1px dotted #333; */
	color: #c97616;
/* 	font-weight: 400; */
	text-decoration: none;
}

.ubermenu a,
a.ubermenu-responsive-toggle {
  color: #333;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #dfb056;
/* 	border-bottom: 1px dotted #0ebfe9; */
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444341;
	font-family: 'Bitter', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
/* 	font-size: 30px; */
  font-size: 35px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.entry-header h2.entry-title {
  margin: 0 0 5px;  
}

.entry-header h2.entry-title a {
  font-family: 'Raleway', sans-serif;
  color: #444341;
}

.entry-header h2.entry-title a:hover {
 color: #dfb056;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
  border-radius: 50%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #c97616;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
}

.fl-button {
	background-color: #c97616!important;
	border: none!important;
	box-shadow: none!important;
	color: #fff!important;
	cursor: pointer!important;
	font-family: 'Raleway', sans-serif!important;
	font-weight: 700!important;
	padding: 10px 30px!important;
	text-transform: uppercase!important;
	width: auto!important;
  border-radius: 0!important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #dfb056;
  color: #FFF;
}

.fl-button:hover {
	background-color: #dfb056!important;
  color: #FFF!important;
}

.fl-button-text {
  color: #FFF!important;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
/* 	border-radius: 3px; */
/* 	display: inline-block; */
  display: inline-table;
  text-align: center;
  margin: 10px auto 0;
}

.button.outline {
  border: 2px solid #dfb056;
  color: #444341;
  text-transform: uppercase;
  background: transparent;
}

.outline .fl-button {
  border: 2px solid #dfb056!important;
  color: #444341!important;
  text-transform: uppercase!important;
  background: transparent!important;
}

 .outline .fl-button-text {
  color: #444341!important;
}

.outline .fl-button-text:hover {
  color: #FFF!important;
}

.button.outline:hover,
.outline .fl-button:hover {
  border: 2px solid #dfb056!important;
  color: #FFFFFF!important;
  background: #dfb056!important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap,
.fl-builder .breadcrumb .wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.fl-builder .wrap {
  max-width: 100%;
}

.home .wrap {
  max-width: 100%;
  margin: 0 auto;
}

.site-header .wrap {
  padding: 10px 20px;
  max-width: 100%;
  margin: 0 auto;
}

#ubermenu_navigation_widget-4 {
  display: none;
}


.home .home-featured .widget-area .wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.home .mission-bar .wrap {
  max-width: 900px!important;
  margin: 0 auto;
}

.home .site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 170px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 0px;
}

.home .site-inner {
  padding-top: 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
/* 	margin-bottom: 60px; */
	padding: 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.announcement,
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 100%;
/*   padding: 40px 0; */
}

.announcement .widget {
 padding: 0;
}

.announcement .widget img {
  width: 100%;
  display: block;
}

.home-featured-1,
.home-featured-3 {
  padding: 60px 0;
}

.home-featured-1 .widget {
  width: 50%;
  float: left;
  text-align: left;
}

.home-featured-1 .thin {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  color: #c97616;
}

.home-featured-1 .thick {
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: left;
  color: #c97616;
  font-family: 'Bitter', serif;
}

.home-featured-1 .button {
  width: 240px;
  text-align: center;
}

.home-featured-1 .button.outline {
  float: left; 
  margin: 15px 5px 15px 10px;
}

.home-featured-2 {
  padding: 50px 0 40px;
}

.home-featured-2,
.home-featured-4 {
  background: url(images/pattern_grey.jpg);
}

.home-featured-3 .button {
  margin: 30px 0 0;
  display: inline-block;
}

.home-featured-4 {
  padding: 65px 0 40px;
}

.home-featured-4 #featured-post-2 {
  text-align: left; 
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
  display: none;
}

.home .site-tagline {
	background-color: #DFB050;
  display: block;
/* 	border-bottom: 1px solid #eee; */
/* 	margin-top: 60px; */
/* 	padding: 40px 0; */
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
/* 	float: left;
	width: 50%; */
  display: none;
}

.home .site-tagline-right {
	float: left;
	text-align: center;
	width: 100%;
}

.site-tagline-right img {
  width: 100%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

.csticky-holder {
  float: left;
  width: 100%;
}

.mission-bar {
  background: #dfb056;
  float: left;
  width: 100%!important;
  color: #FFF;
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  line-height: 25px;
  z-index: 999;
}

#mission-bar-1 {
  margin-top: -10px;
}

.mission-bar .widget-title {
  color: #FFF;
}

.mission-bar .focus {
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-weight: 700;
}

/* Featured Image Area 
--------------------------------------------- */

.widget_sp_image h4.widget-title {
  color: #FFF;
  font-size: 66px;
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 310px 0 0;
}

.widget_sp_image .widget_sp_image-description {
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  z-index: 998;
  top: 390px;
  width: 100%;
}

div.css-search div.em-search-main .em-search-submit {
 background: #c97616!important;
      border-radius: 0!important;
    text-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}

.css-events-list img.attachment-150x150 {
  border: 1px solid #ddd;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.home .content-sidebar-wrap {
  display: none;
}

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.blog .content article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 30px;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
  background: #f1f1ee;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
}

.breadcrumb a {
  color: #dfb056;
  font-weight: 400;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.home .entry-title {
  text-align: left!important;
  padding: 0!important;
  background: none!important;
}

.page .entry-title {
	font-size: 30px;
	line-height: 1;
  text-align: center;
/*   font-size: 35px; */
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 15px;
  color: #c97616;
  background: url(images/heading-border.jpg) no-repeat 50% 100%;
}


/* .page .entry-title:after {
    content: "";
    border-bottom: 2px solid #c97616;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px 45.25%;
    height: 1px;
    text-align: center;
    max-width: 100px;
} */

/* .fl-builder .page .entry-title:after {
    content: "";
/*     background: url(images/heading-border.jpg); */
/*     border-bottom: 2px solid #c97616; */
/*     width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; */
/*     margin: 0px 47.25%; */
/*     height: 1px;
    text-align: center;
    max-width: 91px; */
/* } */

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
/* 	text-transform: uppercase; */
}

.mission-bar .widget-title {
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 15px;
}

.mission-bar .widget-title:after {
  content: "";
    border-bottom: 2px solid #FFF;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px 45%;
    height: 1px;
    text-align: center;
    max-width: 90px;

}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
/* 	border-bottom: 2px solid #f5f5f5; */
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-header {
  margin: 30px 0 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 20px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.featured-content .more-link {
  display: table;
  color: #444341;
  border: 2px solid #DFB056;
  padding: 5px 25px;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}

.groups-filter {
  width: 100%;
  float: left;
 
}

.facetwp-facet {
  float: left;
  width: 100%;
  max-width: 300px;
  margin: 0 20px 0 0!important;
}

.facetwp-dropdown {
/*   width: 50%; */
  float: left;
  margin: 0px 0 10px;
  height: 40px;
  border-radius: 0!important;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

.page-id-69 .groups {
/*   float: left; */
/*   width: 31%; */
  border: 1px solid #ccc;
  height: 280px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  background: url(images/pattern_grey.jpg);
}

/* .groups:nth-child(1), */
.page-id-69 .groups:nth-child(3n+1) {
  clear: both;
	margin-left: 0;
}

.page-id-69 .group-filter-label {
  float: left;
  clear: both;
  margin: 4px 15px 0 0;
  width: 150px;
  font-weight: 700;
}

.page-id-69 .groups h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px; 
}

.page-id-69 .groups h3 a {
  font-weight: 700;
}

.single-groups .entry-header {
  margin-bottom: 40px;
}

.single-groups .details {
  margin-bottom: 40px;
}

.single-groups .details p {
  margin: 0 0 15px;
}

.single-groups .details p.heading {
  margin: 0;
  color: #c97616;
  font-family: 'Bitter', serif;
}

.single-groups .description {
/*   border-left: #ccc 1px solid; */
/*     padding: 0 0 0 40px; */
/*     margin: 10px 0; */
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.home .site-header {
	background-color: rgba(254, 254, 253, .8);
/* 	border-bottom: 1px solid #eee; */
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.site-header {
	background-color: rgba(254, 254, 253, .8);
/* 	border-bottom: 1px solid #eee; */
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
/* 	top: 32px; */
}

/* Featured Image Header 
------------------------------------------------ */

.internal-header {
    width: 100%;
    height: 450px;
    background-size: 100%!important;
    background-position: 50%!important;
}

.internal-header-none {
    width: 100%;
    height: 95px;
    background-size: 100%!important;
    background-position: 50%!important;
}

.home .internal-header-none {
  display: none;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 200px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
  background-size: 100%!important;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 76px;
	display: block;
	text-indent: -9999px;
	max-width: 200px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 850px;
  margin: 10px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0ebfe9;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
  display: none!important;
/* 	background-color: #333; */
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/* Uber Menu 
--------------------------------------------- */

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow: none!important;
}
  

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target, 
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
    padding: 15px 25px!important;
  text-transform: uppercase!important;
}

.ubermenu {
  float: right;
  text-transform: uppercase!important;
  font-size: 14px!important;
}

ul.ubermenu-submenu {
/*   background: #dfb056!important; */
  background: rgba(254, 254, 253, .8)!important;
  padding: 10px 0px!important;
  margin: 20px 0 0!important;
}

ul.ubermenu-submenu li a.ubermenu-target {
  padding: 10px 20px!important;
/*   color: #FFF!important; */
}

ul.ubermenu-submenu li a.ubermenu-target:hover {
/*   color: #333!important; */
}

/* ul.ubermenu-submenu li:first-child a.ubermenu-target {
  padding-top: 10px!important;
}

ul.ubermenu-submenu li:last-child a.ubermenu-target {
  padding-bottom: 15px!important;
} */

#menu-item-94 a {
  background: #C97615;
  color: #FFF;
}

#menu-item-94 a:hover {
  background-color: #dfb056;
}


/* Shift Nav 
--------------------------------------------- */

.shiftnav-wrap {
  padding-top: 0!important;
}

#shiftnav-toggle-main {
  display: none;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
    text-transform: none!important;
    border-top-color: none!important; 
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    display: block;
    color: #eee;
  font-size: 13px;
    border-bottom: none!important;
    border-top: none!important;
    text-shadow: none!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover {
  color: #DFB050;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
   background: #DFB050!important;
}

.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target {
    padding: 5px 10px!important;
  margin: 0 0 0 20px!important;
}

.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: #444341!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
    background: #444341!important;
}


.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.menu-item-has-children > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu #menu-item-70 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu #menu-item-82 > .shiftnav-target {
  border-bottom: 1px solid #ccc!important;
  margin: 0 0 5px 20px!important;
  width: 75%;
}


.shiftnav ul.shiftnav-menu li.shiftnav-depth-0 {
  margin: 10px 0 0!important;
}


/*
People Shortcode
---------------------------------------------------------------------------------------------------- */

.people {
  float: left;
    width: 100%;
    margin: 30px 0;
    clear: both;
}

.people-img {
  float: left;
  width: 150px;
}

.people-img img {
  width: 150px;
}

.people-info {
  float: left;
  width: 60%;
  text-align: left;
  margin: 10px 30px 0;
}

.people-btn {
  float: right;
  width: 165px;
  padding: 60px 0 0;
}


/*
Beaver Builder Customizations
---------------------------------------------------------------------------------------------------- */

.fl-accordion-button-icon {
    opacity: 1!important;
    color: #c97616!important;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.fl-builder .entry {
	margin-bottom: 0;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Events
--------------------------------------------- */

.event-img {
  max-width: 100px; 
  float: left; 
  margin: 0 15px 0 0;
}

.event-info {
  float: left;
  font-size: 17px;
  max-width: 250px;
}

.event-info h3,
.event-info h3 a {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 2px;
  font-family: 'Raleway', sans-serif;
}
  

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #545352;
	border: none;
/* 	border-radius: 3px; */
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #c97616;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #545352;
	color: #fefefd;
	clear: both;
  font-size: 17px;
}

.footer-widgets .wrap {
/* 	border-bottom: 1px solid #444; */
	padding: 60px 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 366px;
}

.footer-widgets-1 {
/* 	margin-right: 60px; */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-2, 
.footer-widgets-3 {
  text-align: center;
}

/* .footer-widgets-3 {
	float: right;
} */

.footer-widgets a {
/* 	border-bottom: 1px dotted #fff; */
	color: #fff;
}

.footer-widgets a:hover {
	color: #c97616;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 24px; 
  font-weight: 700;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .event-list {
  float: left;
  margin: 0 0 20px;
}

.all-events-link {
	float: left;
	width: 100%;
	text-align: center!important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #444341;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.site-footer ul {
  display: block;
}

.site-footer ul li {
  display: inline-block;
  margin: 0 20px; 
}

.site-footer ul li img:hover {
  opacity: .5;
}

p.privacy {
  font-size: 10px;
  margin: 20px 0 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .widget_sp_image h4.widget-title {
    margin: 220px 0 0;
  }
  
  .widget_sp_image .widget_sp_image-description {
    top: 310px;
  }
  
}

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
/* 		width: 620px; */
	}

	.content {
		width: 580px;
	}
  
  .footer-widgets .wrap {
    padding: 60px 20px 20px;
  }

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 33%;
	}

}

@media only screen and (max-width: 1100px) {
  
  .home-featured-1 .button {
    width: 235px;
    text-align: center;
}
  
  .event-img {
    max-width: 70px;
  }
  
}

@media only screen and (max-width: 1080px) {
  
  .home-featured-1 .button {
    width: 230px;
    text-align: center;
}
  
}

@media only screen and (max-width: 1059px) {
  
  .home-featured-1 .button {
    width: 225px;
    text-align: center;
}
  
}

@media only screen and (max-width: 1040px) {
  
  .home-featured-1 .button {
    width: 220px;
    text-align: center;
}
  
}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
/* 	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3, */
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}
  
  .home .site-inner {
    padding: 0;
  }

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
/* 		padding: 20px 0; */
	}
  
  .widget_sp_image h4.widget-title {
    margin: 270px 0 0;
    font-size: 50px;
  }
  
  .widget_sp_image .widget_sp_image-description {
    top: 335px;
    font-size: 18px;
  }
  
  .home-featured-1 .thin {
    font-size: 35px;
  }
  
  .home-featured-1 .thick {
    font-size: 36px;
  }
  
  #ubermenu-main-3-primary {
   float: none!important;
   width: 710px!important;
   margin: 0 auto!important;
  }
  
  .home-featured-1 .button {
    width: 210px;
    text-align: center;
  }
  
  .home-featured-1 .button.outline {
    float: left;
    margin: 15px 10px 15px 10px;
  }
  
	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

/* 	.footer-widgets .widget, */
	.nav-primary .wrap,
	.site-footer .wrap,
/* 	.site-tagline  */
  {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 999px) {
  
  .home-featured-1 .button {
    width: 205px;
    text-align: center;
}
  
}

@media only screen and (max-width: 980px) {
  
  .home-featured-1 .button {
    width: 195px;
    text-align: center;
}
  
}

@media only screen and (max-width: 960px) {
  
  ul.ubermenu-submenu {
  background: #DFB056!important;
    margin: 0!important;
  }
    
  #ubermenu_navigation_widget-2 {
  display: none;
}
  
  #ubermenu_navigation_widget-4 {
  display: block;
    z-index: 9999;
}
  
  #ubermenu_navigation_widget-4 .ubermenu .ubermenu-target {
    padding: 8px!important;
}

  #ubermenu_navigation_widget-4 .ubermenu .ubermenu-submenu-type-stack {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
 
    #ubermenu_navigation_widget-4 ul.ubermenu-submenu li.ubermenu-item-has-children a.ubermenu-target,
  #ubermenu_navigation_widget-4 ul.ubermenu-submenu a.ubermenu-target {
      font-weight: 500!important;
  }
  
      #ubermenu_navigation_widget-4 ul.ubermenu-submenu li.ubermenu-item-has-children ul.ubermenu-submenu a.ubermenu-target {
      border-bottom: none;
        padding-left: 20px!important;
        font-weight: 400!important;
  }
  
}
  

@media only screen and (max-width: 940px) {
  
  .home-featured-1 .button {
    width: 190px;
    text-align: center;
}
  
}

@media only screen and (max-width: 920px) {
  
  .home-featured-1 .button {
    width: 185px;
    text-align: center;
}
  
}

@media only screen and (max-width: 900px) {
  
  .home-featured-1 .button {
    width: 175px;
    text-align: center;
}
  
}

@media only screen and (max-width: 890px) {
  
   .home-featured-1 .widget {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
 
  .home-featured-1 .thick {
    font-size: 49px;
}
  
  .home-featured-1 .thin {
    font-size: 47px;
}
  
  .home-featured-1 .button {
/*     width: 340px; */
    width: 47%;
    text-align: center;
}
  
    .event-img {
    max-width: 50px;
  }
  
}

@media only screen and (max-width: 850px) {
  
      .widget_sp_image h4.widget-title {
    margin: 240px 0 0;
    font-size: 40px;
}
  
  .widget_sp_image .widget_sp_image-description {
    top: 295px;
  }
   
  
  
  
}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}
  
 .home .site-header {
    position: relative;
  }
  
  .internal-header {
    height: 300px;
        background-position: top!important;
    }
  
  .widget_sp_image h4.widget-title {
    margin: 120px 0 0;
    font-size: 50px;
}
  
  .widget_sp_image .widget_sp_image-description {
    top: 375px;
    font-size: 18px;
}

	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}
  
/*   .widget_sp_image h4.widget-title {
    margin: 80px 0 0;
    font-size: 50px;
} */
  
    .home-featured-1 .button {
    width: 100%;
    text-align: center;
}
  
/*   .home-featured-1 .widget {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
 
  .home-featured-1 .thick {
    font-size: 49px;
}
  
  .home-featured-1 .thin {
    font-size: 47px;
}
  
  .home-featured-1 .button {
    width: 340px;
    text-align: center;
} */
  
  
	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
  
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 5%;
    text-align: left;
  }
  
  .footer-widgets .event-list {
    width: 100%;
}
  
  .footer-widgets .widget-title {
    text-align: left;
  }
  
/*   .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 366px;
} */

  
    .mission-bar {
    font-size: 16px;
    line-height: 20px;
  }
  
  #mission-bar-2 .textwidget,
  #mission-bar-3 .textwidget,
  #mission-bar-4 .textwidget {
    display: none;
  }
  
  .mission-bar .widget-title {
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  
  .mission-bar .widget-title:after {
    margin: 0px 40.5%;
  }
  
}

@media only screen and (max-width: 600px) {


  
    .home-featured-1 .widget {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  
  .widget_sp_image h4.widget-title {
    margin: 90px 0 0;
    font-size: 50px;
}
  
  .widget_sp_image .widget_sp_image-description {
    top: 340px;
    font-size: 18px;
}
  
  .home-featured-1 .thin {
    font-size: 37px;
}
  
  .home-featured-1 .thick {
    font-size: 39px;
}
 
/*   .home-featured-1 .button {
    width: 100%;
    text-align: center;
} */
  
  .people-btn {
    float: right;
    width: 100%;
    padding: 0px 0 30px;
}
  
  .home-featured-1 .button.outline {
    float: left;
    margin: 15px 8px;
}
  
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 100%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
  
  .footer-widgets .widget-title {
    text-align: left;
    margin-bottom: 10px;
  }
  
/*   .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 5%;
    text-align: left;
  } */
  
  .footer-widgets .widget {
   margin-bottom: 0;
}

}

@media only screen and (max-width: 565px) {

  .widget_sp_image h4.widget-title {
    margin: 70px 0 0;
    font-size: 50px;
}
  
  .widget_sp_image .widget_sp_image-description {
    top: 330px;
    font-size: 18px;
}
  
  .people-info {
    float: left;
    width: 55%;
  }
  
}

@media only screen and (max-width: 500px) {
  
     .widget_sp_image h4.widget-title {
    margin: 60px 0 0;
    font-size: 35px;
}
  
  .widget_sp_image .widget_sp_image-description {
    top: 295px;
  }
  
/*    .mission-bar {
    font-size: 16px;
    line-height: 20px;
  }
  
  #mission-bar-2 .textwidget,
  #mission-bar-3 .textwidget,
  #mission-bar-4 .textwidget {
    display: none;
  }
  
  .mission-bar .widget-title {
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  
  .mission-bar .widget-title:after {
    margin: 0px 40.5%;
  } */
  
   .people-img {
    float: left;
    width: 100%;
  }
  
  .people-info {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  
  .people-btn {
    float: left;
    width: 100%;
    padding: 0px 0;
  }
  
  .home-featured-4 #featured-post-2 {
    text-align: center;
  }
  
  .home-featured-4 #featured-post-2 .entry-title,
  .home-featured-4 #featured-post-2 .entry-content {
    clear: both;
    text-align: center!important;
  }
  
  .home-featured-4 #featured-post-2 a.alignleft {
    width: 100%;
    text-align: center!important;
  }
  
  .featured-content .more-link {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {

  
  .home-featured-1 .thin {
    font-size: 33px;
}
  
  .home-featured-1 .thick {
    font-size: 34px;
}
  
 
  
}

@media only screen and (max-width: 400px) {
  
 
  
  .home .site-tagline {
    background: none;
  }
  
  #widget_sp_image-2 .widget-wrap {
    max-height: 195px;
  }
  
.widget_sp_image .widget_sp_image-description {
    top: -90px;
    font-size: 17px;
    position: relative;
}
  
  .widget_sp_image h4.widget-title {
    margin: 55px 0 0;
    font-size: 30px;
}
  
  .home-featured-1 {
    padding: 30px 0;
  }
  

  
  .home-featured-1 .thin {
    font-size: 30px;
  }
  
  .home-featured-1 .thick {
    font-size: 31px;
  }
  
  .home-featured-1 .button {
    width: 100%;
  }
  
  .home-featured-1 .button.outline {
    float: left;
    margin: 5px 0px;
  }
  
  
/*   .people-img {
    float: left;
    width: 100%;
  }
  
  .people-info {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  
  .people-btn {
    float: left;
    width: 100%;
    padding: 0px 0;
  }
  
  .home-featured-4 #featured-post-2 {
    text-align: center;
  }
  
  .home-featured-4 #featured-post-2 .entry-title,
  .home-featured-4 #featured-post-2 .entry-content {
    clear: both;
    text-align: center!important;
  }
  
  .home-featured-4 #featured-post-2 a.alignleft {
    width: 100%;
    text-align: center!important;
  }
  
  .featured-content .more-link {
    width: 100%;
  } */
    
  
  
	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

