/*
	Theme Name: East Point Peace
	Theme URI: http://eastpointpeace.org/
	Description: A custom design for East Point Peace Academy, built upon the Genesis framework.
	Author: Clear Scope Design
	Author URI: http://clearscopedesign.com/
	Version: 1.0
	Tags: Minds custom build, mobile responsive
	
	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- 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
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(////fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700|Merienda);


/*
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
--------------------------------------------- */

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

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

.clear {
	clear:both;	
}


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

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

html {
	font-size:10px;
	/*font-size: 62.5%;*/ /* 10px browser default */
}

body {
	background-color: #238C31;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
}

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;
}

a:focus {outline:none;}

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

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

a {
	color: #126FA0;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

img, 
a,
a:hover {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;	
}

a:hover {
	color: #238C31;
}

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

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	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: #187F25 ;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #3F3F3F;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

::-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,
.main-contact input.wpcf7-submit,
#respond #submit {
	background-color: #126FA0;
	border: none;
	box-shadow: none;
	color: #E5D8B3;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

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

.sidebar .wpcf7-submit:hover {
	color:#126FA0;	
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

.sidebar input,
.sidebar textarea {
	padding: 8px 12px;
	color:#666666;
}

.paypal {
	margin-top:-40px;
}

.paypal input {
	background:none;
	border:none;
	max-width:250px;
	box-shadow:none; 
    -webkit-box-shadow:none;
}

.paypal-button {
	text-align:center;	
	padding:5px 0 20px;
}

.paypal-button a {
	background:#126FA0;
	color:#E5D8B5 !important;
	text-decoration:none !important;
	padding:8px 50px;
	font-size:24px;
	font-style:italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;	
}

.paypal-button a:hover {
	background:#238C31;
	color:#FFF !important;
	box-shadow:none; 
    -webkit-box-shadow:none;	
}

.sidebar .wpcf7-submit {
	color:#126FA0;	
	background:#CCBC8E;
}

.sidebar .wpcf7-submit:hover {
	background:#FFF;	
}

.sidebar .wpcf7-response-output {
	background:#CCBC8E;
	color:#126FA0;
	padding:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
}

.sidebar .wpcf7-validation-errors {
	background:#EAFF75;
	color:#FF0000;
}

.sidebar .wpcf7-not-valid-tip {
	color:#EAFF75;
}

.site-header input {
	background:#FFF;
	border:none;
	padding:12px 10px;
	border:none;	
}



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

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

tbody {
	
}

th,
td {
	text-align: left;
}

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

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


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.ephome.full-width-content .site-inner {
	max-width: none;
	padding-top:25px;
}

.site-inner {
	clear: both;
	padding:11px 0 0;
	margin-top:15px;
}

.ephome .site-inner {
	margin-top:0;	
}

.full-width-content .site-inner,
.tribe-filter-live .site-inner {
	max-width:1000px;	
}

.tribe-filter-live .site-inner {
	margin-top:26px;
	margin-bottom: 40px !important;
}

.error404 .site-inner {
	padding-top:30px;	
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content,
.sidebar-template.full-width-content .content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-template.full-width-content .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* 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;
	margin-right: 2.4rem;
}

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

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

.sticky {
}

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

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 5px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 15px;
}

.ephome .content img,
.content img.nowshadow {
	box-shadow:none; 
    -webkit-box-shadow:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.content img {
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content img.noshadow {
	box-shadow:none; 
    -webkit-box-shadow:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
}

.button-image-div {
	text-align:center;	
}

.button-image-div img {
	margin: 0 10px;
	box-shadow:none; 
    -webkit-box-shadow:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
}

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */
.ephome .breadcrumb {
	display:none;	
}

.breadcrumb {
	margin-bottom: 12px;
	color:#FFF3CE;
	font-size:13px;
}

.breadcrumb a {
	color:#FFF;
	
}

.breadcrumb a:hover {
	color:#126FA0;
	border-bottom:none;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 20px;
}

.archive-description {
	padding: 25px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
	padding: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#FFF3CE;
}

.archive-description h1 {
	margin:0;	
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

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

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

.entry-title,
.tribe-filter-live .tribe-events-page-title,
.single-tribe_events.tribe-filter-live .tribe-events-single-event-title {
	font-size: 32px;
	line-height: 1;
	background:#126FA0;
	color:#E5D8B5;
	padding:10px 15px 12px;
	text-align:center;
	box-shadow:0px 1px 8px #8C8C8C; 
    -webkit-box-shadow:0px 1px 8px #8C8C8C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #CCBC8E;
}

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title {
	background:#CCBC8E;
	color:#126FA0;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

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


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

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

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

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

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

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

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

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

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

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

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

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

/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #CCBC8E;
	padding:0 15px;
}

.site-header .wrap {
	padding: 5px 0;
}

.site-header a:hover img {
	opacity:0.9;	
}

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

.title-area {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 0;
	width: 320px;
}

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

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
  background: url("images/east-point-logo.png") top center no-repeat scroll transparent;
  display: block;
  width: 409px;
  height: 125px;
  text-indent: -9999em;
  margin:9px 0 10px -2px;
}

.site-title a:hover {
  opacity:0.9;
}

.site-description {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
  height: 0;
  line-height: 1;
  margin-bottom: 0;
  text-indent: -9999em;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(http://eastpointpeace.org/wp-content/themes/east-point/images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 390px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin: 19px 0 0 0;
}

.social-header {
	float:left;	
	margin:25px 0 0 20px;
}

.social-header img {
	margin:0 1px 0;
}

.donate-header {
	margin: 18px 3px 10px 0;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #E5D39E;
	display: block;
	padding: 12px 30px;
	position: relative;
	/*font-weight:600;*/
	letter-spacing:1px;
	font-size:15px;
}

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

.genesis-nav-menu .sub-menu a {
	color:#126FA0;
}



.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #249333;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	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: 200px;
	z-index: 99;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFF3CE;
	border: 1px solid #E0CE98;
	border-top: none;
	font-size: 14px;
	padding: 12px 15px;
	position: relative;
	width: 200px;
}

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

.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: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .home-icon a {
	width:25px;
	height:23px;
	padding:0;
	padding-right:40px;
	text-indent:-9999em;
	background: url(images/home-icon-nav.png) no-repeat 0 0 transparent;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;	
}

.genesis-nav-menu .home-icon a:hover {
	background-position:0 -23px;
			
}

/* 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 {
	background-color: #126FA0;
	box-shadow:0px 1px 8px #2B2B2B; 
    -webkit-box-shadow:0px 1px 8px #2B2B2B;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #CCC;
}

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

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

.nav-secondary {
	background-color: #fff;
}

/* Responsive Menu (Mobile)
--------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #CCBC8E;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

#responsive-menu-icon:hover:before {
	color:#FFF;	
}

.nav-primary {
	padding: 0 15px;	
}


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

#responsive-menu-icon {
	display: block;
	text-align:center;
	background-color: #126FA0;
    box-shadow: 0 1px 8px #2B2B2B;
	padding:8px 0 3px;
}

.responsive-menu {
		display: none;
}
	

}


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

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

.entry,
.tribe-filter-live .site-inner {
	background-color: #CCBC8E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 25px 25px 15px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
}

#comments,
#respond {
	background-color: #CCBC8E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
	margin:27px 0 20px;
}

.ephome .entry {
	box-shadow:none; 
    -webkit-box-shadow:none;
}

.entry-content a,
#tribe-events-content .entry-content a {
	color: #126FA0;
	font-weight:600;
	text-decoration:underline;
}

.ephome .entry-content a {
	text-decoration:none;
}

.entry-content a:hover,
#tribe-events-content .entry-content a:hover {
	color: #238C31;
	text-decoration:none;
}

#featured-post-2 .entry-content a,
#featured-post-3 .entry-content a,
#featured-post-4 .entry-content a {
	color: #E0D2AA;
}

#featured-post-2 .entry-content a:hover,
#featured-post-3 .entry-content a:hover,
#featured-post-4 .entry-content a:hover {
	color: #FFF;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

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

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

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

.entry-content ul li,
.entry-content ol li {
	margin-bottom:10px;
}

.tribe-filter-live .site-inner ul li,
.tribe-filter-live .site-inner ol li {
	margin-bottom:10px !important;
}

.tribe-filter-live .site-inner .tribe-events-notices li{
	margin-bottom:0px !important;
}

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

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

.entry-meta {
	color: #727272;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	text-decoration:underline;
}

.entry-meta a:hover {
	text-decoration:none;
	color:#238C31;
}

.entry-header .entry-meta {
	margin-bottom: 8px;
	font-style:italic;
}

.entry-header .entry-meta a {
	font-style:normal;
}

.entry-footer .entry-meta {
	border-top: 1px solid #AD9B69;
	margin: 0;
	padding: 20px 20px 8px;
}

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.archive-page {
  margin: 10px auto 0;
  max-width: 350px;
  padding: 0 10px;
}

.archive-page h4 {
  background: #126FA0;
  color: #FFFFFF;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

.page-id-67 .archive-page h4 {
	margin-top:22px;	
}

.entry-content .archive-page ul li {
    list-style: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 25px 25px 15px;
}



.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;
	margin-right: 1.2rem;
}

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

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



li.comment {
	background-color: #E5D9B9;
	border: 2px solid #D6C79E;
}

#respond input,
#respond textarea {
	background:#F7F0DE;
	border: 1px solid #F7F0DE;	
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #F7F0DE;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
	border-radius: 3px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #FFF;
	margin-top:0;
}

.sidebar a {
	color:#FFE7A8;
	text-decoration:underline;
}

.sidebar a:hover {
	color:#FFF;
	text-decoration:none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #126FA0;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 20px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
}

.sidebar .widget_calendar {
	padding-bottom:1px;
}

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

.sidebar #tag_cloud-2 a {
	border:none;	
}

.sidebar #categories-3 .cat-item-2,
.sidebar #categories-3 .cat-item-4,
.sidebar #categories-3 .cat-item-5,
.sidebar #categories-3 .cat-item-6 {
	display:none;
}

.sidebar-template aside.sidebar {
	display:none;	
}

.sidebar .widget_calendar,
.sidebar .widget_categories,
.sidebar .widget_tag_cloud,
.archive .sidebar .widget,
.page-template-page_blog-php .sidebar .widget,
.single-post .sidebar .widget {
	display:none;
}

.archive .sidebar .widget_calendar,
.archive .sidebar .widget_categories,
.archive .sidebar .widget_tag_cloud,
.page-template-page_blog-php .sidebar .widget_calendar,
.page-template-page_blog-php .sidebar .widget_categories,
.page-template-page_blog-php .sidebar .widget_tag_cloud,
.single-post .sidebar .widget_calendar,
.single-post .sidebar .widget_categories,
.single-post .sidebar .widget_tag_cloud {
	display:block;
}


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

.footer-widgets {
	background-color: #126FA0;
	color: #999;
	clear: both;
	padding: 40px 25px 16px;
	margin:20px 0 0;
	box-shadow:0px 1px 8px #333; 
    -webkit-box-shadow:0px 1px 8px #333;
}

.footer-widgets-1,
.footer-widgets-2{
	width: 28%;
}

.footer-widgets-3 {
	width: 200px;
}

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

.footer-widgets-4 {
	float: right;
	margin-top:-10px;
}

.footer-widgets a {
	color: #E5D39E;
	font-size:15px;
}

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

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

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

.social-footer a:hover img {
	opacity:.9;	
}

.social-footer img {
	margin: 0 3px;	
}

.footer-contact {
	margin:0 0 7px;	
}


.footer-contact-name {
	color:#FFF;
	font-size:20px;	
}

.footer-contact p {
	margin:1px 0 0;
	color:#CCC;	
}

.footer-widgets .widget_nav_menu  {
	line-height:1.1;
}
	
.footer-widgets .widget_nav_menu li  {
	padding-bottom:13px;
}

.clear-scope {
	color:#383838 !important;	
}

.clear-scope:hover {
	color:#238C31 !important;	
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #CCBC8E;
	color: #444;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	margin:0;
	box-shadow:0px 1px 8px #333; 
    -webkit-box-shadow:0px 1px 8px #333;
}

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

.site-footer p {
	margin-bottom: 0;
}

.button-top img {
	position:relative;
	top:4px;
	margin:0 3px;	
}

.button-top:hover img {
	opacity:.8;
}


/*
Homepage
---------------------------------------------------------------------------------------------------- */
#featured-post-2,
#featured-post-3,
#featured-post-4 {
padding:0;
width:31%;
}

#featured-post-2 {
	float:left;
	margin-right:4%;
}

#featured-post-3 {
	float:left;
} 

#featured-post-4 {
	float:right;
	width:30%;
}

.ephome .featured-content .entry {
background:none;
padding:0;
margin:0;
border:none;
color:#FFF;
}

.ephome .featured-content .entry a:hover {
color:#F3FF7A;
}

.ephome .featured-content .entry h3 {
margin:0 0 5px;
}

.ephome .featured-content .entry p {
margin-bottom:10px;
}

.ephome .main-home {
	clear:both;
	margin-top:5px;	
}

.ephome .strip-home {
	clear:both;
	margin-top:5px;
	background:#126FA0;
	padding:25px 30px 15px;
	box-shadow:0px 1px 8px #333333; 
    -webkit-box-shadow:0px 1px 8px #333333;
	
}


.ephome .strip-home a img:hover {
	opacity:0.9;	
}

.ephome .strip-home img {
	max-width:110px;
	margin-bottom:10px;
}

.ephome .main-home img {
	margin-bottom:0;
}

.ephome .main-home #featured-post-6 {
	float:left;
	/*width:64.5%;*/
	background: #CCBC8E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 24px 0 12px;
	padding: 15px 15px 10px;
	box-shadow:0px 1px 8px #494949; 
    -webkit-box-shadow:0px 1px 8px #494949;	
}

.ephome #text-5 {
	max-width:450px;
	color:#FFF;
	background: #126FA0;
	/*border: 7px solid #1D6B8E;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2px auto 25px;
	padding: 15px 25px 30px;
	box-shadow:0px 1px 8px #333333; 
    -webkit-box-shadow:0px 1px 8px #333333;	
}

.ephome #text-5 .widget-title {
	font-family: 'Merienda', cursive;
	font-weight:400;
	color:#E0D2AA;
	font-size:25px;
	text-transform:none;
	margin-bottom:5px;
	text-align:center;
}

.ephome .events-home {
	clear:both;
	display:block;
	text-align:center;	
	background:#126FA0;
	color:#E0D2AA;
	box-shadow:0px 1px 8px #333333; 
    -webkit-box-shadow:0px 1px 8px #333333;
	padding:7px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ephome .events-home.blog-home {
	max-width:350px;
	margin:0 auto;
}

.ephome .tribe-events-list-widget .entry-title a,
.sidebar .tribe-events-list-widget .entry-title a,
.ephome .tribe-events-list-widget .tribe-event-title a,
.sidebar .tribe-events-list-widget .tribe-event-title a {
	color:#E0D2AA;
	text-decoration:none;
	border:none;
}

.ephome .events-home:hover {
	color:#126FA0;
	background:#E0D2AA;
}

.ephome .tribe-events-list-widget .entry-title a:hover,
.sidebar .tribe-events-list-widget .entry-title a:hover,
.ephome .tribe-events-list-widget .tribe-event-title a:hover,
.sidebar .tribe-events-list-widget .tribe-event-title a:hover {
	color:#FFF;
	text-decoration:none;
}

.ephome .events-home {
	font-size:16px;
}

.ephome .main-home #featured-post-6 .entry {
	color:#333333;
}

.ephome .main-home #featured-post-6 .widget-title,
.ephome #gce_widget-5 .widget-title,
.ephome .tribe-events-list-widget .widget-title {
	background:#238C31;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	padding:7px 0 7px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:6px;
}

.ephome #gce_widget-5 .widget-title,
.ephome .tribe-events-list-widget .widget-title  {
	margin-bottom:6px;	
}

.ephome .main-home #featured-post-6 .entry-title {
	background:none;
	font-size:17px;
	color:#126FA0;
	padding:0;
	text-align:left;
	box-shadow:none; 
    -webkit-box-shadow:none;
	margin:5px 0 2px;
}

.ephome .main-home #featured-post-6 .entry-title a {
	color:#126FA0;
}

.ephome .main-home #featured-post-6 .entry-title a:hover,
.ephome .main-home #featured-post-6 .entry a:hover {
	color:#135472;
}

.ephome .main-home #featured-post-6 .post {
	border-bottom:1px solid #A89666;
	margin-bottom:10px;
}

.ephome #gce_widget-5,
.ephome .tribe-events-list-widget {
	background: #CCBC8E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 9px;
	box-shadow:0px 1px 8px #494949; 
    -webkit-box-shadow:0px 1px 8px #494949;	
}

.ephome .gce-widget-grid .gce-calendar {
	margin-bottom:0;	
}

.ephome .gce-widget-grid .gce-calendar td,
.ephome .gce-widget-grid .gce-calendar th {
  border: 1px solid #878787;
  color: #666666;
}

.ephome .gce-widget-grid .gce-calendar th {
  color: #494949;
}

.ephome .gce-widget-grid .gce-calendar .gce-today {
    background:#238C31;
	color:#FFF;
}

.ephome .gce-widget-grid .gce-calendar td.gce-has-events {
	color:#126FA0;
	font-weight:600;
	background:#F4E2B0;	
}

.ephome .gce-qtip {
	box-shadow:0px 1px 8px #999; 
    -webkit-box-shadow:0px 1px 8px #999;	
}

.ephome .gce-event-info {
	background:#F7E9C0;
	border:1px solid #DBCA97;
}

.ephome .gce-event-info .gce-tooltip-event {
    background-color: #238C31;
    color:#126FA0;
	text-align:center;
}

.ephome .gce-change-month {
	font-size:18px;
	line-height:1;
}

.ephome .gce-list li {
	list-style:none;
	background:#E0D2AA;
	padding:7px;
	margin:9px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:13px;
}

.ephome .tribe-events-list-widget .hentry,
.sidebar .tribe-events-list-widget .hentry,
.ephome .tribe-events-list-widget .tribe-events-list-widget-events,
.sidebar .tribe-events-list-widget .tribe-events-list-widget-events {
	box-shadow:0px 1px 8px #666666; 
    -webkit-box-shadow:0px 1px 8px #666666;
	margin:10px 0 0;
	background:#E0D2AA;
	padding:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ephome .tribe-events-list-widget .tribe-events-widget-link {
	display:none;
}

.sidebar .tribe-events-list-widget .tribe-events-widget-link {
	margin-top:15px;
	text-align:center;
}


.sidebar .tribe-events-list-widget .tribe-events-widget-link a {
	border:none;
	text-decoration:none;
	background:#2D9B3B;
	padding:5px 30px;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 1px 8px #494949; 
    -webkit-box-shadow:0px 1px 8px #494949;
}

.sidebar .tribe-events-list-widget .tribe-events-widget-link a:hover {
	color:#238C31;
	background:#FFF;
}

.ephome .tribe-events-list-widget .duration,
.ephome .tribe-events-list-widget .tribe-event-duration {
	padding:5px 7px;
	margin:0;
	font-size:13px;
	font-weight:bold;
}

.sidebar .tribe-events-list-widget .duration,
.sidebar .tribe-events-list-widget .tribe-event-duration {
	padding:5px 7px;
	margin:0;
	font-size:13px;
	color: #333333;
	font-weight:bold;
}

.ephome .gce-widget-list .gce-list p span, .ephome .gce-widget-list .gce-list div span {
	font-weight:600;
	color:#111;
}

.ephome .gce-widget-list .gce-list .gce-list-event {
	background:#126FA0;
	padding:4px 10px;
	text-align:center;
	color:#FFF;
	margin:0 0 5px 0;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
}

.ephome .tribe-events-list-widget .entry-title,
.sidebar .tribe-events-list-widget .entry-title,
.ephome .tribe-events-list-widget .tribe-event-title,
.sidebar .tribe-events-list-widget .tribe-event-title
 {
	background:#126FA0;
	padding:6px 7px;
	text-align:center;
	color:#FFF;
	margin:0;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:none; 
    -webkit-box-shadow:none;
}

.ephome .gce-widget-list a {
	font-weight:600;	
}


.home-button-div {
	text-align:center;
	margin:20px 0 0;
}

.home-button {
	background:#E0D2AA;
	color:#126FA0;
	padding:8px 40px;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:18px;
}

.home-button:hover {
	background:#F4ECD7;
	color:#126FA0;
}

.ephome .sidebar-home {
	width:27.5%;
	float:right;
	margin-bottom:20px;
}


.main-home .featuredpost img {
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:120px;
	margin:10px 12px 4px 0;
	border:1px solid #CCC;
}

.home-left {
	width:70%;
	float:left;
}

.tribe-events-event-cost span {
	border: 1px solid #ddd;
	background:#fff;	
}

.sidebar-primary {
	margin-top:33px;	
}

/*
Slideshow
---------------------------------------------------------------------------------------------------- */
.ephome .slider-home {
	margin-bottom:27px;
}

.ephome #genesis-responsive-slider {
	background:none;
	padding:0;
	border:8px solid #CCBC8E;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow:0px 1px 8px #494949; 
    -webkit-box-shadow:0px 1px 8px #494949;
}

.ephome .flex-control-nav {
	margin: 30px 0 0;
	display:none;
}

.slider-home #genesis-responsive-slider .flex-direction-nav li a {
	background-image:url(images/slideshow-arrows.png);
}

.slider-home #genesis-responsive-slider .flex-direction-nav .prev {
	left:-70px;
}

.slider-home #genesis-responsive-slider .flex-direction-nav .next {
	right:-70px;
}

	.slider-home #genesis-responsive-slider .flex-direction-nav li a, 
	.slider-home #genesis-responsive-slider .flex-control-nav a{
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition:    all 0.0s ease-in-out;
	-ms-transition:     all 0.0s ease-in-out;
	-o-transition:      all 0.0s ease-in-out;
	transition:         all 0.0s ease-in-out;	
}

.slider-home #genesis-responsive-slider .slide-excerpt {
	margin:0;
	background:#FFF3CE;
	color:#212121;
	opacity:.9;
}

.slider-home #genesis-responsive-slider a {
	font-weight:600;	
}

.slider-home #genesis-responsive-slider p {
	margin:0;	
}

.slider-home #genesis-responsive-slider .slide-excerpt-border  {
	border: 1px solid #DBC585;
	display:block;
	float:none;
}

.ephome .flexslider .slides img {
	/*height:320px;*/	
}

.slider-home #genesis-responsive-slider .flex-direction-nav li a {
	margin-top:-30px;
	visibility:hidden;
	opacity:0;
  	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.slider-home #genesis-responsive-slider:hover .flex-direction-nav li a {
	visibility:visible;
  	opacity:1;
  	transition-delay:0s;
}

.slider-home #genesis-responsive-slider .flex-direction-nav li .next {
	right:10px;
}

.slider-home #genesis-responsive-slider .flex-direction-nav li .prev {
	left:10px;	
}

.slider-home #genesis-responsive-slider .slide-excerpt-border {
	padding:12px;
	margin:10px;
}


/*
Tables
---------------------------------------------------------------------------------------------------- */
.tablepress.eptable .odd td {
	background:#E2D6B3;
	border:none;
}

.tablepress.eptable .even td {
	background:#EDE2C4;
	border:none;
}

.tablepress.eptable td.column-1 {
	border-right:1px dashed #CCBC8E;
	width:20%;
}


/*
Events
---------------------------------------------------------------------------------------------------- */
.tribe-filter-live.events-list .tribe-events-loop {
	background:#E0D2AA;
	padding:5px 15px;
	max-width:900px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tribe-filter-live .tribe-events-list-separator-month span {
	background:#238C31;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
}

.tribe-filter-live .tribe-events-list-separator-month:after {
	border-bottom: 1px solid #CCBC8E;
}

.tribe-filter-live .tribe-events-list-separator-month {
	margin:5px 0 5px;
}

.tribe-filter-live .tribe-events-list .vevent.hentry {
	background:#D3C398;
	padding:15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	border:1px solid #BFAD82;
}

.tribe-filter-live #tribe-events-content a {
	text-decoration:underline;
	font-weight:600;
}

.tribe-filter-live #tribe-events-content a:hover {
	text-decoration:none;	
}

.tribe-filter-live #tribe-events-content .tribe-events-list-event-title a {
	text-decoration:none;	
}

.tribe-filter-live .tribe-events-notices {
	background:#238C31;
	color:#FFF;
	border:1px solid #147221;
	text-shadow: none;	
	margin:20px 0 0;
}

.tribe-filter-live #tribe-events-footer {
	border-top:1px solid #AD9A66 !important;
	padding-top:12px !important;
	margin-top:30px !important;
}

.tribe-filter-live .tribe-events-sub-nav a,
.tribe-events-back a {
	text-decoration:none !important;
}

.tribe-filter-live #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
.tribe-filter-live #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
	-moz-box-sizing: border-box;
	box-sizing:border-box;
    display: block;
    margin: 0;
    width: 50%;
	padding: 0 0 0 1px;
}

.tribe-filter-live #tribe-events-footer .tribe-events-sub-nav li a {
	background:#126FA0;
	color:#FFF;
	display: block;
   padding: 10px 15px;	
}

.tribe-filter-live #tribe-events-footer .tribe-events-sub-nav li a:hover {
	background:#238C31;
	color:#FFF;
}

.tribe-filter-live .tribe-events-back {
	margin:-12px 0 12px;	
}

.tribe-filter-live #tribe-events-content.tribe-events-list {
	margin-bottom:10px;	
}

.tribe-filter-live #tribe-events-bar {
	margin-bottom:20px;	
}

.tribe-filter-live #tribe-bar-form {
	background:#E0D2AA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tribe-filter-live .tribe-bar-views-inner,
.tribe-filter-live #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background:#EDE1C0;	
}

.tribe-filter-live .tribe-bar-views-inner {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tribe-filter-live #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
.tribe-filter-live #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
	background:#D8C9A0;	
}

.tribe-filter-live #tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background:#126FA0;
	color:#E5D8B5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 1px 8px #8C8C8C; 
    -webkit-box-shadow:0px 1px 8px #8C8C8C;
}

.tribe-filter-live #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background:#238C31;
	color:#FFF;
	box-shadow:none; 
    -webkit-box-shadow:none;
}

.tribe-filter-live .tribe-bar-submit {
	margin-top:3px;	
}

.tribe-filter-live #tribe-bar-form input[type="text"] {
	background:#F4ECD7;
	border:1px solid #EDE2C4;
	padding:4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
}

.tribe-filter-live h2.tribe-events-page-title {
	font-weight:600;
	margin-bottom:5px !important;
}

.single-tribe_events.tribe-filter-live .entry {
  background:#E0D2AA;
  -webkit-border-radius: 5px;
  moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:none; 
  -webkit-box-shadow:none;
  margin-bottom: 0;
  padding: 10px 25px 15px;
}

.single-tribe_events.tribe-filter-live .entry-content h2,
.single-tribe_events.tribe-filter-live .entry-content h3,
.single-tribe_events.tribe-filter-live .entry-content h4,
.single-tribe_events.tribe-filter-live .entry-content h5,
.single-tribe_events.tribe-filter-live .entry-content h6 {
	font-size:20px !important;
	margin-bottom:5px !important;
	margin-top:10px !important;
	background:#CCBC8E;
	-webkit-border-radius: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
}

.single-tribe_events.tribe-filter-live .tribe-events-event-meta {
	background:#D3C398;
	padding:15px 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:0;
	border:1px solid #BFAD82;
	
}

.single-tribe_events.tribe-filter-live #tribe-events-content {
    margin-bottom: 0;
}

.tribe-filter-live .datepicker.dropdown-menu {
	min-width:260px;	
}

.tribe-filter-live .datepicker table tr td.active.active, 
.tribe-filter-live .datepicker table tr td span.active.active {
	background:#126FA0;
	color:#FFF;
}

.tribe-filter-live .datepicker table tr td.active.active:hover, 
.tribe-filter-live .datepicker table tr td span.active.active:hover {
	background:#238C31;
	color:#FFF;
}

.tribe-filter-live .tribe-events-thismonth {
	background:#E0D2AA;
	border:1px solid #AF9B67 !important;
}

.tribe-filter-live .tribe-events-thismonth.tribe-events-present {
	background:#FFFBF2;
}


.tribe-filter-live .tribe-events-othermonth {
	background:#CCBC8E;
	border:1px solid #AF9B67 !important;
}

.tribe-filter-live .tribe-events-calendar div[id*="tribe-events-daynum-"], 
.tribe-filter-live .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background:#126FA0;
	color:#E5D8B5;	
}

.tribe-filter-live td.tribe-events-present div[id*="tribe-events-daynum-"], 
.tribe-filter-live td.tribe-events-present div[id*="tribe-events-daynum-"] a {
	background: #C6B483 !important;
	color:#0C5272 !important;
}

.tribe-filter-live td.tribe-events-present div[id*="tribe-events-daynum-"] a:hover {
	color:#238C31 !important;
}

.tribe-filter-live .tribe-events-has-events {
	background:#F7EFD9;
}

.tribe-filter-live .site-inner .tribe-events-calendar .entry {
	box-shadow:none; 
  -webkit-box-shadow:none;
  background:none;	
}

.tribe-filter-live #tribe-events-content .tribe-events-calendar a {
	text-decoration:none;	
}

.tribe-filter-live .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	color:#FFF;	
}

.tribe-filter-live .tribe-events-calendar div[id*="tribe-events-daynum-"] a:hover {
	color:#DFE49C;	
}

.tribe-filter-live #tribe-bar-views .tribe-bar-views-list {
	z-index:1;	
}

.tribe-filter-live .tribe-events-calendar thead th {
	background:#238C31;
	color:#FFF;
	border-left:1px solid #AF9B67;
	border-right:1px solid #AF9B67;	
}

.tribe-filter-live .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], 
.tribe-filter-live .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
	background:#96834F;	
}


/*
Misc.
---------------------------------------------------------------------------------------------------- */
.site-header .title-area {width:300px;}

.main-contact-outside {
	max-width:600px;
	margin:30px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.main-contact {
	background:#E5D8B3;
	padding:15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.main-contact-header {
	background:#EDE2C4;
	text-align:center;	
	font-size:24px;
	padding:7px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.main-contact input,
.main-contact textarea {
	background:#FFF8E5;
	border:1px solid #E0CA8D;
}

.main-contact input:focus,
.main-contact textarea:focus {
	border:1px solid #C9B06C;
	background:#FFFAEF;
}

.main-contact .wpcf7-validation-errors {
	background:#AA180D;
	color:#FFF;
	border:none;
}

.main-contact .wpcf7-mail-sent-ok {
	background:#238C31;
	border:none;
	color:#FFF;	
}

.main-contact span.wpcf7-not-valid-tip {
	color:#AA180D;	
}

.main-contact div.wpcf7-response-output {
	margin:15px 0;
	padding:9px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.contact-page-intro {
    background: #D6BF82;
    margin-bottom: 20px;
    padding: 5px 3px;
    text-align: center;
}

.contact-info {
    background: #EDE2C4;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 18px;
    margin: 28px auto 15px;
	max-width:400px;
	color:#126FA0;
	line-height:1.3;
}

.contact-info .col1 {
	padding:5px 7px 5px 20px;
	border:none;
}

.contact-info .col2 {
	padding:5px 20px 5px 0;
	border:none;
}

.contact-info .first {
	padding-top:15px;
}

.contact-info .last {
	padding-bottom:15px;
}

.contact-info img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    padding-right: 3px;
}

.post-password-form {
	max-width:400px;
	margin:0 auto;	
}

.post-password-form input {
	margin-top:10px;
}

.special-box {
	background:#EDE2C4;
	padding:10px 15px;
	margin-bottom:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;	
}

.special-header {
	background:#238C31;
	color:#E5D8B5;
	text-align:center;
	padding:7px 12px;
	margin:0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

special-header.green {
	background: #11631C;
}	

.outerbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 1px 8px #5E5E5E; 
    -webkit-box-shadow:0px 1px 8px #5E5E5E;	
}

.outerbox .special-box {
	box-shadow:none; 
    -webkit-box-shadow:none;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.outerbox.thinner {
	max-width:600px;
	margin:20px auto 15px;	
}

.entry-content .showhidelink {
	background:#126FA0;
	color:#E5D39E !important;
	padding:4px 15px;
	font-size:12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration:none;
}

.entry-content .showhidelink:hover {
	cursor:pointer;
	background:#238C31;	
}

.showhidecontent {
	border-top:1px dashed #CCBC8E;	
	padding-top:7px;
	margin-top:15px;
}

.showhidediv {
	text-align:center;
	margin-bottom:12px;
}


p.alert {
	display:none;	
}

.ngg-imagebrowser-nav .next,
.ngg-imagebrowser-nav .back {
	border:none !important;	
}

.ngg-imagebrowser-nav a {
	border:none !important;
	text-decoration:none !important;	
}

.ngg-imagebrowser .pic {
	border:1px solid #AD9B69 !important;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.donate-page form br {
	display:none;	
}

.donate-page form p {
	margin:0;	
}

.donate-page .outerbox input,
.donate-page .outerbox select {
	width:auto;
	display:block;
	margin:0 auto;
}

.donate-page .outerbox table {
	margin:0;	
}

.donate-page form td {
	border-top: 1px solid #238c31;
    color: #238c31;
    font-style: italic;
    padding: 0.6rem 0;
    text-align: center;	
}

.donate-page .paypal-btn-img {
	text-align:center;
	margin-bottom:15px;	
}

.donate-page .paypal-btn-img img {
	background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eeeeee inset;
    color: #3f3f3f;
    font-size: 1.4rem;
    padding: 1.6rem;
}



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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(http://eastpointpeace.org/wp-content/themes/east-point/images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1200px) {
		.site-inner,
	.full-width-content .site-inner {
		max-width: 100%;
		padding:11px 10px 0;
	}
	
	.sidebar-primary,
	.title-area {
		width: 30%;
	}
	
	.content {
    width: 67%;
}
	
}

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

	/*.footer-widgets .wrap {
		max-width: 960px;
	}*/
	
	.site-inner,
	.full-width-content .site-inner {
		max-width: 100%;
	}
	
	.genesis-nav-menu a {
		padding:12px 22px;
	}
	
	.genesis-nav-menu {
		text-align:center;	
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 18%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right:9%;	
	}
	
	

}

@media only screen and (max-width: 1040px) {
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	
	.genesis-nav-menu a {
		padding:12px 16px;
		font-size:15px;
	}
	
	.genesis-nav-menu .sub-menu a {
		font-size: 13px;
    	padding: 10px 12px;
		line-height:1;
	}
	
.slider-home #genesis-responsive-slider .slide-excerpt-border {
	padding:4px 8px;
	margin:8px;
}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3 {
    width: 18%;
}

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

	/*.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}*/

	.header-image .site-header .wrap {
		background-position: center top;
	}

	/*.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}*/

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area {
		padding: 20px;
	}
	
	.sidebar {
    margin: 30px auto 0;
	width:75%;
	float:none;
	clear:both;
}

	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-template.full-width-content .content {
		float:none;	
	}

	

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}


	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 25px 20px 0px;
	}
	
	.footer-widgets .widget {
		margin-bottom: 13px;
	}

	
	
}

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

.genesis-nav-menu a {
		font-size:14px;
		 padding: 12px 14px;
}

}

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

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

}

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

.nav-primary {
    padding: 0 5px;
}


.home-left {
	width:100%;
	float:none;	
}

.ephome .slider-home {
	max-width:798px;
	margin:0 auto 27px;
}

.ephome .sidebar-home {
	float:none;
	width:100%;
	margin-top:17px;	
}

.ephome #text-5 {
	width:48%;
	float:left;	
}

.ephome #tribe-events-list-widget-2,
.ephome #text-7 {
	width:48%;
	float:right;	
}

.ephome #text-7 {
	clear:both;	
}

}


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

.site-header .title-area {
	margin-bottom:7px;	
	float:none;
}
	
.site-header .widget-area {
    width: 100%;
	text-align:center;
}

.site-header .search-form {
	float: left;
    margin:0 0 0 10px;
    width: 50%;
	
}

.social-header {
	float:left;
	margin:5px 0 0;
	width:33%;
	text-align:right;
}

.donate-header {
    margin: 15px 0 7px;
}

.site-header .title-area {
    width: 100%;
	text-align:center;
}

.site-header {
    padding: 0;
}

.site-header .widget-area {
    padding: 0 15px;
}

.site-title a {
	margin:9px auto 10px;
}

}

@media only screen and (max-width: 800px) {
	
.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
    width: 14%;
}

.footer-widgets .widget_nav_menu a {
		font-size: 14px;	
}

}

@media only screen and (max-width: 767px) {
	
	.site-inner, 
.full-width-content .site-inner {
	padding:5px 0 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-contact-name {
		font-size:17px;	
	}
	
	.footer-contact p {
    font-size:14px;
}
	
	.sidebar {
	width:100%;

}

.flex-control-nav,
.flex-direction-nav {
	display:none;	
}

.footer-widgets-1, 
.footer-widgets-2 {
    width: 38%;
}

.footer-widgets-3 {
    width: 20%;
	float:right;
}

.footer-widgets-1, .footer-widgets-2 {
    margin-right: 0;
}

.footer-widgets-4 {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 270px;
	border-top:1px solid #F4E5B7;
	padding:15px 0 0 0;
	text-align:center;
}

.footer-widgets .widget_nav_menu li {
    padding-bottom: 5px;
}

.button-top {
	display:block;
	margin:0 auto;	
}

.copyright-span {
	display:block;
	text-align:center;	
	margin: 12px 0 7px;
}

.copy-dot {
	display:none;	
}

.entry,
.tribe-filter-live .site-inner {
	padding: 15px 15px 5px;
}

}

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

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

.ephome .main-home .widget {
	width:100% !important;
	float:none !important;	
}

.site-header .search-form {
	float: left;
    margin:0 0 0 10px;
    width: 45%;
}

.social-header {
	float:left;
	margin:5px 0 0;
	width:40%;
	text-align:right;
}

#featured-post-2, 
#featured-post-3, 
#featured-post-4 {
	float:none;
	width:100%;	
}

#featured-post-2, 
#featured-post-3 {
	border-bottom: 1px dashed #CCBC8E;
    margin-bottom: 15px;
}


}

@media only screen and (max-width: 500px) {
.site-header .search-form {
	float: right;
    margin:0;
    width: 55%;
}

.social-header {
	float:left;
	margin:5px 0 0;
	width:180px;
	text-align:left;
}

.ephome #genesis-responsive-slider {
	font-size:13px;
	line-height:1.2;
	border: 3px solid #CCBC8E;
}

.slider-home #genesis-responsive-slider .slide-excerpt-border {
	margin:0;
	border:none;
	padding:10px;
}


.slider-home #genesis-responsive-slider .slide-excerpt
{
	border: 1px solid #A89359;
}

.ephome #text-5 {
	width:100%;
	float:none;	
}

.ephome #tribe-events-list-widget-2,
.ephome #text-7 {
	width:100%;
	float:none;	
}

.ephome .events-home.blog-home {
	max-width:none;	
}

.entry,
.tribe-filter-live .site-inner {
	padding: 15px 0 0;
}

.sidebar .widget {
	padding: 15px;	
}

}

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


.site-header .search-form {
	float: right;
    margin:0;
    width: 45%;
}

.site-title a {
  background: url("images/east-point-logo-mobile.png") top center no-repeat scroll transparent;
  display: block;
  width: 300px;
  height: 92px;
  text-indent: -9999em;
  margin:9px auto 10px;
}


}

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

.social-header {
	float:none;
	margin:0 0 7px 0;
	width:100%;
	text-align:center;
}

.site-header .search-form {
	float: none;
    margin:0;
    width: 100%;
}


}