/*
    Theme Name: Ally
    Theme URI: http://appfinite.com/themes/ally
	Description: Ally is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 1.3.1
 
	Tags: blue, default(black), gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Home Feature Section
		- Home Middle
		- Home Mid Features
		- Home Bottom
		- Home Bottom Wide
		- Featured Page and Featured Post
	- 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
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Blue
		- Dark
		- Green
		- Light
		- Light Blue
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #fff url(images/greyzz.png);
	color: #666;
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #aaa !important;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 30px;
	color: #f7901e;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	/*width: auto;*/ /* IE8 */
	border-radius:3px;
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #2a2a2a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #6a6a6a;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button,
button.button {
	border-radius: 3px;
    display: inline-block;	
    font-size: 16px;
    font-weight: 400;	
    line-height: 26px;
    margin: 12px 0 12px;
    padding: 8px 20px;
    text-decoration: none;	
	text-transform: uppercase;
}

a.button:hover,
button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;	
}

a.button.small,
button.small {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    padding: 8px 20px;.
	margin: 20px 0;	
}

a.button.medium,
button.medium {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
	margin: 20px 0;	
}

a.button.large,
button.large {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
	margin: 20px 0;
}

a.button.slim,
button.slim {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

a.button.black,
button.black {
	background-color: #2a2a2a !important;
	color: #fff !important;
}

a.button.blue,
button.blue {
	background-color: #4199ea !important;
	color: #fff !important;
}

a.button.dark-blue,
button.dark-blue {
	background-color: #00509b !important;
	color: #fff !important;
}

a.button.dark-gray,
button.dark-gray {
	background-color: #555 !important;
	color: #fff !important;
}

a.button.green,
button.green {
	background-color: #1b493f !important;
	color: #fff !important;
}

a.button.lightgray,
button.lightgray {
	background-color: #e3e3e3 !important;
	color: #666 !important;
}

a.button.lightblue,
button.lightblue {
	background-color: #6bc5fe !important;
	color: #fff !important;
}

a.button.orange,
button.orange {
	background-color: #f7901e !important;
	color: #fff !important;
}

a.button.pink,
button.pink {
	background-color: #ea5692 !important;
	color: #fff !important;
}

a.button.purple,
button.purple {
	background-color: #7154c4 !important;
	color: #fff !important;
}

a.button.red,
button.red {
	background-color: #f5392a !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 20px 15px 20px;	
}

/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0 2px;
	min-width: 10px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
}	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;

}
.home .site-inner {
	display:none;

}
.site-inner .wrap {
	padding:30px;
	background:#fff;
	background:rgba(255,255,255,.95);
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

/*  Adapt 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: 80.70175438596491%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 64.91228070175439%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 45.6140350877193%;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 31.57894736842105%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 15.78947368421053%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.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;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	width: 50%;
}

.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;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	text-align: left;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description {
	margin-bottom: 40px;
}

.author-box { 
	background: #f5f5f5;
	padding: 30px;
}

.author-box-title {
	color: #333;
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a { }

.author-box p {
	margin: 0 0 20px;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.sidebar .widgettitle {
	border: none;
	color: #888;
	text-transform: uppercase;
	font-size:16px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */


.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;	
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
	margin:30px auto;
}

.slider .wrap {
    margin: 0 auto;
    padding: 0;
    width: 1140px;	
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* Layer Slider
--------------------------------------------- */

.ls-defaultskin {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: none !important;
	padding: 0 !important;
}

.ls-defaultskin .ls-nav-prev {
	left: 0 !important;
}

.ls-defaultskin .ls-nav-next {
	right: 0 !important;
}

/* Welcome
--------------------------------------------- */

.welcome {
    clear: both;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
	background:#fff;
	border-top:1px solid #ddd;
}

.welcome .wrap {
    margin: 0 auto;
    overflow: hidden;	
    padding: 80px 15px 40px;	
    width: 1140px;
}

.welcome .widgettitle {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;		
}

.welcome .widget {
	margin: 0 0 20px;
}

/* Home Feature Section
--------------------------------------------- */

.home-features {
	clear: both;
	background:rgba(0,0,0,.05);
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
}

.home-features .wrap {
	padding: 80px 15px 40px;
}

.home-feature-1,
.home-feature-2 {
	float: left;
	margin: 0 5% 0 0;
	width: 30%;
}

.home-feature-3 {
	float: right;
	margin: 0;
	width: 30%;
}
.home-features img	{
	border:1px solid #f8901f;
	text-align:center;
	display:block;
	margin:0 auto;
}
/* Home Middle
--------------------------------------------- */

.home-middle {
	clear: both;
}

.home-middle .wrap {
	padding: 40px 15px 40px;
}

.home-middle .widget {
	margin: 0 0 30px;
}

.home-middle-wide {
	clear: both;
	margin: 0 0 20px;
}

.home-middle-wide .wrap {
	width: 1140px;
}

.home-middle-wide .widgettitle {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
}

.home-middle-1 {
	float: left;
	margin: 0 4% 0 0;
	width: 66%;
	background:#eee;
	padding:30px;
	border:1px solid #ddd;
}

.home-middle-2 {
	float: right;
	width: 30%;
	background:#fff;
	padding:30px;
	border:1px solid #eee;
	font-size:14px;
}

/* Home Mid Bottom
--------------------------------------------- */

.home-mid-bottom {
	clear: both;
	background: #f5f5f5;
}

.home-mid-bottom .wrap {
	padding: 80px 15px 40px;
	overflow: hidden;
}

.home-mid-bottom .widget {
	margin: 0 0 20px;
	overflow: hidden;
}

.home-middle-3-wide {
	clear: both;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
	overflow: hidden;
}

.home-middle-3-wide .wrap {
	width: 1140px;
}

.home-middle-3-wide .widgettitle {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
}

.home-middle-4 {
	float: left;
	margin: 0 4% 0 0;
	width: 45%;
}

.home-middle-5 {
	float: right;
	width: 45%;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	overflow: hidden;
}

.home-bottom .wrap {
	border-top: 1px solid #eee;
	padding: 80px 15px 40px;
	margin: 0 auto;
	width: 1140px;
}
	
.home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0;
}
	
.home-bottom .widget {
	margin: 0 0 40px;
	padding: 0;
}
	
.home-bottom .textwidget {
	margin: 0;
	padding: 0;
}
	
.home-bottom .featuredpost img,
.home-bottom .featuredpage img {
    margin: 0;
}

.home-bottom .featuredpost img:hover,
.home-bottom .featuredpage img:hover {
    opacity: .8;
}
	
.home-bottom .user-profile .avatar {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 -5px;
	padding: 1px;
}

.home-bottom-1,
.home-bottom-2,
.home-bottom-3 {
	float: left;
	margin: 0 3.3% auto 0;
	padding: 0;
	width: 22.5%;
}

.home-bottom-4 {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 22.5%;
}


/* Home Bottom Wide
--------------------------------------------- */

.home-bottom-wide {
	clear: both;
	font-size: 20px;
	text-align: center;
}

.home-bottom-wide .wrap {
	border-top: 1px solid #eee;
	padding: 80px 15px 20px;
	margin: 0 auto;
}

.home-bottom-wide .widget {
	margin: 0 0 20px;
}

.home-bottom-wide .widgettitle {
	font-size: 32px;
	font-weight: 400;
	text-transform: none;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.home-features .featured-content .entry {
	margin-bottom: 0;
	padding: 0 0 20px;
}

.home-bottom .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-bottom .featured-content .post {
	margin: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
}

.home-features .featured-content .entry-title a {
	border: #f8901f solid 1px;
	background:rgba(255,255,255,1);
	padding:3px 15px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	border: none;
	box-shadow: none;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	opacity: .7;
	transition: all .5s ease;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background: #ccc;
	box-shadow: none;
	opacity: 10;
	transition: 0;
}

/* 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: 8px;
}

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: 14px;
}
*/
/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	padding: 0;
	background:#fff;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	margin: 0 0 14px;
	padding: 30px 0 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 10px;
}

.site-title a {
	color: #333;
	font-weight: 600;
}

.site-title a:hover {
	color: #888;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* 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 {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 150px;
	width: 100%;
}

.header-image .title-area {
	background: url(images/setxfood-logo.png) no-repeat top center;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #888;
	padding: 13px 26px 13px 0;
}
.nav-primary .genesis-nav-menu {
	text-align: center;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #f5f5f5;
	color: #000;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	border: 1px solid #eee;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 202px;
	z-index: 99;
	background:rgba(255,255,255,.5);
	padding:0 5px 5px 5px;
	border-radius:0 0 10px 10px;

}

.sub-menu li.menu-item {
    width: 100%;
}
.sub-menu li:last-child a {
    border-radius:0 0 8px 8px;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #666;
	letter-spacing: 0;
	padding: 5px 10px;
	position: relative;
	/*width: 200px;*/
	text-align:left;
	font-size:12px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 0 0 201px;
}

.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 { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .right :hover {
    background: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #888;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { }

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #f5f5f5;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	border-top:1px solid #f8901f;
	border-bottom:1px solid #f8901f;
	background:#eee;
	min-height:20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	background: #f5f5f5;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #444;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	background: #f7f7f7;
	color: #000;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 201px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0 0 24px;
}
.home-middle .entry {
	margin-bottom: 0;
	padding: 0;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
	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,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 16px 0 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
}

.entry-tags {
	float: right;
	font-size: 12px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li { }

li.comment {
	border: 1px solid #eee;
	padding: 30px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.thread-alt {
	background-color: #f5f5f5;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	padding: 30px;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	font-family: 'Archivo', sans-serif;
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: 14px;
    font-weight: 700;	
	padding: 4px 12px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
}

/* Content Align (Left & Right) ----------- */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud {
	clear: both;
	overflow: hidden;
}

.tagcloud a {
	background: #eee;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top:3px solid #f8901f;
	background-color: #fff;	
	clear: both;
	color: #aaa;
	font-size: 14px;
	line-height: 1.4;
	text-align:center;
}

.footer-widgets .wrap {
	padding: 60px 15px 20px;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets p {
	color: #aaa;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float:left;
	margin: 0 1.333333333333333% 0 0;
	width: 24%;
}

.footer-widgets-4 {
	margin:0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #000;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #000;
	text-transform: uppercase;
	font-size:14px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #f8901f;
	color: #eee;
	font-size: 12px;
	text-align: center;
	border-top: 3px solid #ddd;
}

.site-footer .wrap {
	padding: 10px 20px;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
	text-align:right;
}
/*
Custom Overrides 4804
---------------------------------------------------------------------------------------------------- */

div.entry-content h2 {
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

.sidebar-buttons  li {
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #1b493f; 
	/* background-color: #777; */
	margin-bottom: 1px;
}
.sidebar-buttons a {
	display: block;
	padding: 4px 8px;	
	font-weight: 400;	
	color: #fff;	
	text-decoration: none;
}
.sidebar-buttons li:hover {
	background-color: #f7901e;	
	color: #fff !important;	
}
.sidebar-buttons a:hover {
	color: #fff !important;
}
.sidebar-buttons .current-menu-item > li ,
.sidebar-buttons .current-menu-item > a {
	background-color: #f7901e;	
	color: #fff !important;	
}

h2.agency-zone {
	background-color: #333 !important;
	color: #fff !important;
	padding: 0px 20px !important;
}
.donate-button, .pledge-button, .volunteer-button	{
	border-radius:3px;
	color:#fff;
	padding:6px;
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	margin:0 3px;
}
.donate-button	{
	background:#f00;
}
.pledge-button	{
	background:#f8901f;
}
.volunteer-button	{
	background:#86C526;
}
a.donate-button:hover, a.pledge-button:hover, a.volunteer-button:hover	{
	opacity:.5;
	color:#000;
	text-decoration:none;
}
.simple-social-icons ul li {
    margin: 0 3px 0 !important;

}
.simple-social-icons ul li.social-facebook a, 
.simple-social-icons ul li.social-facebook a:hover	{
	background:#3b5998!important;
}
.simple-social-icons ul li.social-pinterest a, 
.simple-social-icons ul li.social-pinterest a:hover	{
	background:#cb2027!important;
}
.simple-social-icons ul li.social-twitter a, 
.simple-social-icons ul li.social-twitter a:hover	{
	background:#00aced!important;
}
.simple-social-icons ul li.social-gplus a, 
.simple-social-icons ul li.social-gplus a:hover	{
	background:#D84B37!important;
}
.simple-social-icons ul li.social-instagram a, 
.simple-social-icons ul li.social-instagram a:hover	{
	background:#125688!important;
}




.site-header section	{
	display:inline-block;
	vertical-align:middle;
}

.home-features .featured-content .entry-title {
	text-align:center;
	text-transform:uppercase;
	margin-top:-40px;

}
.home-middle-1	{
	font-size:14px;
}
.home-middle-1 h4	{
	margin:0;
}
.notable-date {
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
}
.tribe-events-list-widget ol li	h4{
	font-size:16px;
	margin:0 0 5px 0;
}
.tribe-events-list-widget .duration	{
	font-size:11px;
}
.tribe-events-widget-link {
	background:#FFCC00;
	border-radius:3px;
	display:inline;
	padding:6px;   
	margin: 0 3px;
}
.tribe-events-widget-link a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.tribe-events-list-widget ol li {
    margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.tribe-events-list-widget ol li:last-child {
    margin-bottom: 20px;
	border-bottom: none;
}
.tribe-events-list-widget	{
	padding:20px;
	border-radius:10px;
	border:1px solid #ddd;
	background:#eee;
}
.slogan	{
	font-size:32px;
	font-weight:700;
}
.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;	
 }
 
.three-columns {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;	
 }
 
.four-columns {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
	column-gap: 20px;
 }
.site-header section .size-full.alignnone	{
	padding:0 3px;
}

.box-cer-one, .box-cer-two {
	padding:10px;
	background:#eee;
	border:1px solid #ddd;
  border-radius: 10px;

}
.box-cer-two {
	background:#fff;
}
.box-cer-one li, .box-cer-two li {
	margin:0 0 3px 0!important;
	list-style-type:none!important;
	padding:3px;
	
}
.box-cer-one li:nth-child(1)	{
	background:#f8901f;
}
.box-cer-one li:nth-child(2)	{
	background:#fc0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
-------- Start Page Links 4 Column ---------------------------
**/

	.cl-container {
		float: left;
		width: 24%;
		margin-left:1%;
		margin-bottom:20px;
		border-radius: 6px;	
		font-size: 12px;
		font-weight: 600;
	}
	.cl-container:nth-of-type(4n+1) {
		clear: left;
		margin-left:0;
	}
	.cl-img:hover {
		opacity:.5;
	}
	.cl-title {
		padding: 6px; 
		text-align:center; 
		height: 60px;
		text-transform: uppercase;
	}
	.cl-title a {
		color: #333;
	}		
	.size-square {
		border-radius: 50% !important;
	}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.wrap,
	.site-header {
		max-width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 77.08333333333333%;
	}

	.content,
	.site-header .widget-area {
		width: 64.58333333333333%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 41.66666666666667%;
	}

	.sidebar-primary {
		width: 31.25%;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-features .wrap,
	.home-middle .wrap,
	.home-mid-bottom .wrap,
	.home-bottom .wrap,
	.home-bottom-wide .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 16px 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#comments,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
	}
	.header-image .site-header .widget-area {
		padding: 5px 0;
	}
}

@media only screen and (max-width: 975px) {
	.featured-content .entry-title {
		margin-top: 0;
	}
	.featured-content .entry-title a {
		background: transparent;
		border: none;
		padding: 0;
	}
}


/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3,
	.home-bottom-4,
	.home-middle-1,
	.home-middle-2,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
.home-middle-1 {
    margin-bottom:30px;
}	
	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3,
	.home-bottom-4 {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.home-bottom-1,
	.home-bottom-3 {
		float: left;
		width: 48%;
	}
	
	.home-bottom-2,
	.home-bottom-4 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-3 {
		clear: both;
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.wp-caption {
		width: 100% !important;
	}

	.footer-widgets .widget {
		margin-bottom: 30px;
		border-bottom:1px solid #ddd;
	}
	.footer-widgets .widget {
		margin-bottom: 0;
		border-bottom:none;
	}
	.cl-container  {
		width: 48%;
		margin-left:4%;
	}
	.cl-container:nth-of-type(3n+1) {
		clear: none;
		margin-left:4%;
	}
	.cl-container:nth-of-type(2n+1) {
		clear: left;
		margin-left:0;
	}		
}
@media only screen and (max-width: 580px) {


	.wppa-text-frame-1.wppa-text-frame, .coverphoto-frame	{
		float:none!important;
		width:100%!important;
	}
	.wppa-text-frame-1.wppa-text-frame	{
		border-bottom:1px solid #ddd;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	.cn-list .alignright {
		float:left;
		margin:0;
	}
}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}

	.home-middle-1,
	.home-middle-2,
	.home-middle-4,
	.home-middle-5	{
		margin: 0 auto;
		width: 100%;
	}
	
	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3,
	.home-bottom-4	{
		margin: 0 auto;
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
		
	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}
	.cl-container {
		width: 100%;
		margin-left:0;
	}
	.cl-container:nth-of-type(3n+1),
	.cl-container:nth-of-type(2n+1)
	{
		clear: none;
		margin-left:0;
	}	
/*
Make Gravity Responsive
---------------------------------------------------------------------------------------------------- */

	.gf_left_half,
	.gf_right_half,
	.gf_left_third,
	.gf_middle_third,
	.gf_right_third,
	.ginput_left,
	.ginput_right
	{
		float:none !important;
		width:100% !important;
	}
/*
Make WP Images Centered Responsive
---------------------------------------------------------------------------------------------------- */

	img.centered,
	.aligncenter,
	img.alignnone,
	.alignleft,
	.category .alignleft,
	.alignright,
	img.alignleft,
	.wp-caption.alignleft,
	img.alignright,
	.wp-caption.alignright
	{
		margin:0 auto 10px;
		display:block;		
		float:none;
	}
/**Multi-Columns Mobile***/
	.two-columns, .three-columns,.four-columns	{
		-moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
		column-gap: 0px;
	}	
}