/*
    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
		- Home 1
		- Home 2
		- Home 3
		- Home 4
		- Home 5
		- 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: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #555;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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: #555;
	color: #fff;
}

::selection {
	background: #555;
	color: #fff;
}

a {
	color: #000;
/*	font-weight: 600;  */
	text-decoration: none;
}

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

a:hover {
	color: #555;
	text-decoration: none;
}

/* added this */
a:focus, a:hover, a:active {
	outline: none;
}

p {
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
	padding: 0;
}

.p-small-right {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
	padding: 0;
	text-align: right;
}

.p-large {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	margin: 0.5rem 0.5rem 2.0rem;
	padding: 0 30px 5px 60px;
	padding: 0 3.0rem 0.5rem 6.0rem;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	padding: 0 2.0rem;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
	padding: 2.0rem;
}

.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;
	margin: 0 0 1.0rem;
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	padding: 2.0rem;
}

.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;
	margin: 0 0 1.0rem;
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #aaa !important;
	padding: 20px;
	padding: 2.0rem;}

.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;
	margin: 0 0 1.0rem;
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
    padding: 1.0rem 0 0;
}


/* Icons for home page
--------------------------------------------- */

.icon1 {
	background-image: url('images/icon1.png');
	background-repeat: no-repeat;
}

.icon2 {
	background-image: url('images/icon2.png');
	background-repeat: no-repeat;
}

.icon3 {
	background-image: url('images/icon3.png');
	background-repeat: no-repeat;
}

.icon4 {
	background-image: url('images/icon4.png');
	background-repeat: no-repeat;
}

.icon5 {
	background-image: url('images/icon5.png');
	background-repeat: no-repeat;
}

.icon6 {
	background-image: url('images/icon6.png');
	background-repeat: no-repeat;
}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6 {
	padding: 10px 0 20px 80px;
	padding: 1.0rem 0 2.0rem 8.0rem;
	display: block;
}

.icon1:hover,
.icon2:hover,
.icon3:hover,
.icon4:hover,
.icon5:hover,
.icon6:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.7; 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

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

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

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

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

h5 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.025rem;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}


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

embed,
iframe,
img,
object,
video {
	max-width: 100% !important;
}

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

.format-gallery #gallery-1 img {
	border: none;
}

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px;
	padding: 1.2rem;
	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"] {
	background: transparent;
	border: 2px solid #2a2a2a;
	color: #2a2a2a;
	cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	padding: 1.2rem 2.0rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #2a2a2a;
	color: #fff;
}

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

/* Buttons
--------------------------------------------- */

a.button,
button.button {
    display: inline-block;	
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    margin: 0 0 1.0rem;
    padding: 10px 50px;
    padding: 1.0rem 5.0rem;
    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;
	transition:all .5s ease;	
}

a.button.small,
button.small {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    padding: 8px 20px;
    padding: 0.8rem 2.0rem;
}

a.button.medium,
button.medium {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding: 8px 20px;
    padding: 0.8rem 2.0rem;
}

a.button.large,
button.large {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 16px 32px;
    padding: 1.6rem 3.2rem;
}

a.button.slim,
button.slim {
	color: #fff;
	background-color: #2a2a2a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 0;
    padding: 4px 40px;
    padding: 0.4rem 4.0rem;
    text-transform: uppercase;
}

/* a.button.black,
button.black {
	background-color: #2a2a2a !important;
	color: #fff !important;
} */

a.button.black,
button.black {
	background-color: transparent !important;
	color: #2a2a2a !important;
	border: 2px solid #2a2a2a;
}

a.button.black:hover,
button.black:hover {
	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: #86c526 !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: transparent !important;
	color: #fd6d16 !important;
	border: 2px solid #fd6d16;
}

a.button.orange:hover,
button.orange:hover {
	background-color: #fd6d16 !important;
	color: #1a1a1a !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
--------------------------------------------- */

.cta-box,
.grey-box { 
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	padding: 30px 30px 10px 30px;
	padding: 3.0rem 3.0rem 1.0rem 3.0rem;
}

.cta-box { 
	background: #444;
	color: #bbb;
	margin-top: 50px;
	margin-top: 5.0rem;
	padding: 30px 90px 10px 90px;
	padding: 3.0rem 9.0rem 1.0rem 9.0rem;
	text-align: center;
}

.grey-box { 
	background-color: #f2f2f2;
	border-top: 3px solid #fd6d16;
}

.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6 {
	color: #fff;
	margin-top: 0;
}

.cta-box h3,
.cta-box h4 {
	font-weight: 400;
}

.grey-box h1,
.grey-box h2,
.grey-box h3,
.grey-box h4,
.grey-box h5,
.grey-box h6 {
	margin-top: 0;
	line-height: 1.25;
}

/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem;
	margin: 0 2px;
	margin: 0 0.2rem;
	min-width: 10px;
	padding: 10px 14px;
	padding: 1.0rem 1.4rem;
	text-align: center;
	text-decoration: none;
}	

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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4.0rem;
}

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


/* 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 {
	float: right;
	width: 740px;
}

.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: 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 {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	margin: -0.1rem;
	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;
	margin: 0 15px 10px 0;
	margin: 0 1.5rem 1.0rem 0;
	text-align: left;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
	margin: 0 0 1.0rem 1.5rem;
	text-align: right;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	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;
	margin-bottom: 4.0rem;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.author-box { 
	background: #f5f5f5;
	padding: 30px;
	padding: 3.0rem;
}

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

.author-box a { }

.author-box p {
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
}

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

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #555;
}

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

.widgettitle {
	color: #555;
	font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .widgettitle {
	border: none;
	color: #555;
	font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
/*	text-transform: uppercase; */
}

.sidebar .widgettitle a {
	border: none;
}

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


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

/* Home 1
--------------------------------------------- */

.home-1 {
	background-color: #1a1a1a;
}

.home-1 {
	clear: both;
	background: #1a1a1a url(images/home-bg-1.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.625;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 0.1em 0.1em 0.2em #000;
	text-align: center;
}

.home-1 .wrap {
	margin: 0 auto;
	overflow: hidden;	
	padding: 120px 40px;
	padding: 12.0rem 4.0rem;
	width: 1140px;
}

.home-1 .widgettitle {
	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1.25;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 0.1em 0.1em 0.2em #000;
	margin: 0 0 20px 0;
	margin: 0 0 2.0rem 0;
	padding: 0;
	text-transform: none;		
}

.home-1 .button {
	text-shadow: none;
}

.home-1 .widget {
	margin: 0 0 20px;	
	margin: 0 0 2.0rem;
}


/* Home 2
--------------------------------------------- */

.home-2 {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 80px 0 60px;
	padding: 8.0rem 0 6.0rem;
	margin: 0;
	overflow: hidden;
}

.home-2 .wrap {
	width: 1140px;
}

.home-2 .widgettitle {
	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 54px;
	margin-bottom: 5.4rem;
	text-transform: none;
	text-align: center;
}


.home-2 h2 {
	line-height: 1.25;
}


/* Home 3
--------------------------------------------- */

.home-3 {
	clear: both;
	background: #2a2a2a;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.25;
	padding: 10px 0 80px;
	padding: 10.0rem 0 8.0rem;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.home-3 .wrap {
	width: 1140px;
}

.home-3:before {
	content: '';
	display: block;
	position: absolute;
	left: 48.5%;
	width: 0px;
	height: 0px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #fff;
	margin-top: -100px;
}

.home-3:after {
	content: '';
	display: block;
	position: absolute;
	left: 48.5%;
	width: 0px;
	height: 0px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #2a2a2a;
	margin-top: 80px;
}

.home-3 .widgettitle {
	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
	text-transform: none;
}

/* Home 4
--------------------------------------------- */

.home-4 {
	clear: both;
	background: #f2f2f2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 100px 0 40px;
	padding: 10.0rem 0 4.0rem;
	margin: 0;
	overflow: hidden;
}

.home-4 .wrap {
	width: 1140px;
}

/* .home-4:before {
	content: '';
	display: block;
	position: absolute;
	left: 48.5%;
	width: 0px;
	height: 0px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #444;
	margin-top: -100px;
} */

.home-4:after {
	content: '';
	display: block;
	position: absolute;
	left: 48.5%;
	width: 0px;
	height: 0px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #f2f2f2;
	margin-top: 40px;
}

.home-4 .widgettitle {
	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 54px;
	margin-bottom: 5.4rem;
	text-transform: none;
	text-align: center;
}


/* Home 5
--------------------------------------------- */

.home-5 {
	clear: both;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	color: #fff;
	background: #fd6d16;
	overflow: hidden;
}

.home-5 .wrap {
	padding: 100px 240px 60px 240px;
	padding: 10.0rem 18.0rem 6.0rem 18.0rem;
	margin: 0 auto;
}

.home-5 .widget {
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
}

.home-5 .widgettitle {
	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 54px;
	margin-bottom: 5.4rem;
	text-transform: none;
	text-align: center;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
	padding: 0 0 20px;
	padding: 0 0 2.0rem;
}

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

.home-bottom .featured-content .post {
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 1.0rem 0;
}

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


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

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

.enews-widget .widgettitle {
	color: #555;
}

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

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;;
}

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

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
	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;
	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: 8px;
	padding: 0.8rem;
}

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

.head-wrap {
	background-color: #f5f5f5;
	padding: 0 0 20px;
	padding: 0 0 2.0rem;
}

/* added this */
.home .head-wrap {
	background-color: #fff;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	margin: 0;
	margin: 0;
	padding: 20px 0 0;
	padding: 2.0rem 0 0;
}

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

.title-area {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

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

.site-title {
	font-family: 'Oswald','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0;
	margin: 1.0rem 0;
}

.site-title a {
	color: #333;
	font-weight: 400;
}

.site-title a:hover {
	color: #888;
	text-decoration: none;
}

.site-description {
	color: #555;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	width: auto;
	display: none; /* added this */
}

/* 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: 164px;
	width: 100%;
}

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

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

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

.site-header .search-form {
	float: right;
}


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

.genesis-nav-menu {
	clear: both;
	color: #888;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 13px;
	padding: 1.3rem;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #888;
	padding: 13px 26px 13px 0;
	padding: 1.3rem 2.6rem 1.3rem 0;
}

.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 {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	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;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #555;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding: 13px;
	padding: 1.3rem;
	position: relative;
	width: 210px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 0 0 201px;
	margin: -4.9rem 0 0 20.1rem;
}

.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;
	padding: 1.3rem 0 1.3rem 2.0rem;
}

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

.genesis-nav-menu > .right :hover {
    background: none;
}

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

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

.genesis-nav-menu > .search input {
	padding: 0.6rem;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

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

.site-header .genesis-nav-menu a {
	color: #555;
	padding-right: 0; /*added this */
	padding-left: 32px;  /*added this */
	padding-left: 3.2rem;  /*added this */
}

.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;
	margin-top: -4.9rem;
}

.site-header .sub-menu a:hover {
	background: #f5f5f5;
}

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

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.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: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 8px 13px;
	padding: 0.8rem 1.3rem;
	padding: 8px 0 8px 32px; /*added this */
	padding: 0.8rem 0 0.8rem 3.2rem; /*added this */
}

.nav-secondary .genesis-nav-menu > .right { }

.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;
	margin: -3.6rem 0 0 20.1rem;
}

/* added this */
.nav-secondary .genesis-nav-menu .menu-item {
    float: right;
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.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;
	margin-bottom: 2.5rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4.0rem;
	padding: 0 0 5px 5px;
	padding: 0 0 0.5rem 0.5rem;
}

.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;
	font-size: 1.4rem;
}

.entry-meta a {
	font-weight: 700;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 16px 0 8px;
	padding: 1.6rem 0 0.8rem;
}

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

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-tags {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	padding: 4px 12px;
	padding: 0.4rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

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

.entry-comments,
#respond {
	font-size: 15px;
	font-size: 1.5rem;
 }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li { }

li.comment {
	border: 1px solid #eee;
	padding: 30px;
	padding: 3.0rem;
}

.comment .avatar {
	margin: 0 16px 20px 0;
	margin: 0 1.6rem 2.0rem 0;
}

.thread-alt {
	background-color: #f5f5f5;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
/*	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;  */
	display: none; /* added this */
}


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

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

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

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

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	padding: 30px;
	padding: 3.0rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	margin: 0 0 4.0rem;
	padding: 0;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    margin: 0 2% 4.0rem 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
	margin: 0 0 1.0rem;
}

.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.7; 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1.0rem;
}
	
.portfolio .entry-title a {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	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-size: 1.4rem;
    font-weight: 400;	
	padding: 4px 12px;
	padding: 0.4rem 1.2rem;
	margin: 20px 0 0;
	margin: 2.0rem 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

/* added these for the portfolio selection page */
.image-cat {
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6; 
}

.image-cat:hover {
	cursor: pointer;
	-webkit-filter: none;
	filter: none;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 10; 
}

.image-cat-title {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1.0rem;
	color: #555;
	text-decoration: none;
	font-weight: 400;
}

.image-cat-title:hover {
	cursor: pointer;
	color: #888;
	text-decoration: none;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.clear-break {
	clear: both;
	margin-bottom: 56px;
	margin-bottom: 5.6rem;
}

/* 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;
	margin-top: 8.0rem;
}

/* 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;
	padding: 0.3rem 1.0rem;
	margin: 0 2px 5px;
	margin: 0 0.2rem 0.5rem;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

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

table#artwork {
	border-collapse: collapse;
	text-align: left;
	width: 100%
}

table#artwork td {
	border-top: 1px solid #eee;
	padding: 10px 0;
	padding: 1.0rem 0;
	vertical-align: top;
}

table#artwork td:first-child {
	padding-right: 15px;
	padding-right: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

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

.footer-widgets {		
	clear: both;
	background: #2a2a2a url(images/home-bg-2.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	line-height: 1.625;
}

.footer-widgets .wrap {
	padding: 60px 0 40px;
	padding: 6.0rem 0 4.0rem;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets p {
	color: #ddd;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 0.1em 0.1em 0.2em #000;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin: 0 3.3% 0 0;
	width: 30.555555555%;
}

/* added this */
.footer-widgets-1 {
	margin: 0 5.3% 0 0;
}

/* added this */
.footer-widgets-2 {
	margin: 0 1.3% 0 0;
}

.footer-widgets-3 {
	width: 30.555555555%;
}

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

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

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 0.1em 0.1em 0.2em #000;
	/* letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase; */
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	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;
	margin: 0 0 1.0rem;
}

.footer-widgets img {
	/* border: 2px solid white; */
	margin-top: 7px;
	margin-top: 0.7rem;
}

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

.site-footer {
	background: #1a1a1a;
	color: #aaa;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 20px;
	padding: 3.0rem 2.0rem;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}


/* 
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Ally Blue
--------------------------------------------- */
 
.ally-blue a {
	color: #4199ea;
}

.ally-blue h2 a, 
.ally-blue h2 a:visited {
	color: #333;
}

.ally-blue h2 a:hover {
	color: #4199ea;
}

.ally-blue .site-title a {
	color: #4199ea;
}

.ally-blue .site-title a:hover {
	color: #888;
}

.ally-blue .site-header .genesis-nav-menu .current-menu-item > a,
.ally-blue .site-header .genesis-nav-menu a:hover {
	color: #4199ea;
}

.ally-blue .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.ally-blue .nav-primary a:hover,
.ally-blue .nav-primary .current-menu-item > a {
	color: #4199ea;
}

.ally-blue .nav-secondary a:hover,
.ally-blue .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-blue .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-blue .genesis-nav-menu .sub-menu a:hover,
.ally-blue .nav-secondary .sub-menu a:hover,
.ally-blue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #4199ea;
}

.ally-blue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-blue .entry-title a:hover {
	color: #4199ea;
}

.ally-blue .archive-pagination li a:hover,
.ally-blue .archive-pagination li.active a {
	background: #4199ea;
}

.ally-blue a.button.small,
.ally-blue a.button.medium,
.ally-blue a.button.large {
	background: #4199ea;
} 

.ally-blue button,
.ally-blue input[type="button"],
.ally-blue input[type="reset"],
.ally-blue input[type="submit"] {
	background: #4199ea;
}	

.ally-blue button:hover,
.ally-blue input:hover[type="button"],
.ally-blue input:hover[type="reset"],
.ally-blue input:hover[type="submit"] {
	background: #5bb0ff;
}

.ally-blue span.circle {
	background: #4199ea;
}

.ally-blue .sidebar .enews-widget input[type="submit"] {
	background: #4199ea;
}

.ally-blue .sidebar .enews-widget input:hover[type="submit"] {
	background: #5bb0ff;
}

.ally-blue .portfolio .more-link {
	background: #4199ea;
}

.ally-blue .content .portfolio .more-link:hover {
	background: #5bb0ff;
}

/* Ally Dark
--------------------------------------------- */

.ally-dark {
	background-color: #222;
	color: #aaa;
}

.ally-dark p {
	color: #aaa;
}

.ally-dark a {
	color: #fff;
}

.ally-dark h1, 
.ally-dark h2, 
.ally-dark h2 a, 
.ally-dark h2 a:visited, 
.ally-dark h3, 
.ally-dark h4, 
.ally-dark h5, 
.ally-dark h6 {
	color: #fff;
}

.ally-dark .nav-secondary {
	background: #444;
}

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

.ally-dark .site-header .genesis-nav-menu .current-menu-item > a,
.ally-dark .site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.ally-dark .nav-secondary a:hover, 
.ally-dark .nav-secondary .current-menu-item > a {
color: #fff;
}

.ally-dark .genesis-nav-menu a {
	color: #aaa;
}

.ally-dark .genesis-nav-menu .sub-menu {
	box-shadow: 0 2px 1px #000;
	-moz-box-shadow: 0 2px 1px #000;
	-webkit-box-shadow: 0 2px 1px #000;
	border: 1px solid #000;
}

.ally-dark .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border-bottom: 1px solid #333;
}

.ally-dark .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.ally-dark .slider {
	background-color: #222;
	/*background-image: -webkit-gradient(linear,left top,left bottom,from(#222),to(#555));
	background-image: -webkit-linear-gradient(top,#222,#555);
	background-image: -moz-linear-gradient(top,#222,#555);
	background-image: -ms-linear-gradient(top,#222,#555);
	background-image: -o-linear-gradient(top,#222,#555);
	background-image: linear-gradient(top,#222,#555);*/
}

.ally-dark #header,
.ally-dark .home-features .wrap,
.ally-dark .home-middle .wrap,
.ally-dark .home-bottom .wrap,
.ally-dark .home-bottom-wide .wrap {
	border-top: 1px solid #555;
}

.ally-dark .home-mid-bottom {
	background: #000;
}

.ally-dark .archive-pagination li a:hover,
.ally-dark .archive-pagination li.active a {
	background: #000;
}

.ally-dark .author-box {
	background: #444;
}

.ally-dark a.button.small,
.ally-dark a.button.medium,
.ally-dark a.button.large {
	background: #444;
} 

.ally-dark .quote {
	background: #fff;
}

.ally-dark .quote a,
.ally-dark .quote-gray a {
    color: #000;
}

.ally-dark .quote-arrow {
	border-top: 16px solid #fff;
}

.download-box,
.info-box,
alert-box,
.note-box {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ally-dark .tagcloud a {
	background: #444;
}

.ally-dark .portfolio .more-link {
	background: #444;
}

.ally-dark .sidebar .enews-widget {
	background: #444;
}

.ally-dark .enews-widget .widgettitle {
	color: #fff;
}

.ally-dark .entry-comments a,
.ally-dark #respond a {
    color: #333;
 }
 
.ally-dark .footer-widgets {
 	background-color: #111;
 }

.ally-dark button,
.ally-dark input[type="button"],
.ally-dark input[type="reset"],
.ally-dark input[type="submit"] {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #444;
	border: 1px solid #000;
}

/* Ally Green
--------------------------------------------- */
 
.ally-green a {
	color: #8cd733;
}

.ally-green h2 a, 
.ally-green h2 a:visited {
	color: #333;
}

.ally-green h2 a:hover {
	color: #8cd733;	
}

.ally-green .site-title a {
	color: #333;
}

.ally-green .site-title a:hover {
	color: #8cd733;
}

.ally-green .site-header .genesis-nav-menu .current-menu-item > a,
.ally-green .site-header .genesis-nav-menu a:hover {
	color: #8cd733;
}

.ally-green .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.ally-green .nav-primary a:hover,
.ally-green .nav-primary .current-menu-item > a {
	color: #8cd733;
}

.ally-green .nav-secondary a:hover,
.ally-green .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-green .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-green .genesis-nav-menu .sub-menu a:hover,
.ally-green .nav-secondary .sub-menu a:hover,
.ally-green .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #8cd733;
}

.ally-green .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-green .entry-title a:hover {
	color: #8cd733;
}

/* added this */
.ally-green .image-cat-title:hover {
	color: #8cd733;
}

.ally-green .archive-pagination li a:hover,
.ally-green .archive-pagination li.active a {
	background: #8cd733;
}

.ally-green a.button.small,
.ally-green a.button.medium,
.ally-green a.button.large {
	background: #8cd733;
} 

.ally-green button,
.ally-green input[type="button"],
.ally-green input[type="reset"],
.ally-green input[type="submit"] {
	background: #8cd733;
}	

.ally-green button:hover,
.ally-green input:hover[type="button"],
.ally-green input:hover[type="reset"],
.ally-green input:hover[type="submit"] {
	background: #69a721;
}

.ally-green span.circle {
	background: #8cd733;
}

.ally-green .sidebar .enews-widget input[type="submit"] {
	background: #8cd733;
}

.ally-green .sidebar .enews-widget input:hover[type="submit"] {
	background: #69a721;
}

.ally-green .portfolio .more-link {
	background: #8cd733;
}

.ally-green .content .portfolio .more-link:hover {
	background: #69a721;
}

/* Ally Light
--------------------------------------------- */

.ally-light {
	background-color: #eaeaea;
}

.ally-light .slider {
	/*background-color: #eaeaea;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eaeaea),to(#d5d5d5));
	background-image: -webkit-linear-gradient(top,#eaeaea,#d5d5d5);
	background-image: -moz-linear-gradient(top,#eaeaea,#d5d5d5);
	background-image: -ms-linear-gradient(top,#eaeaea,#d5d5d5);
	background-image: -o-linear-gradient(top,#eaeaea,#d5d5d5);
	background-image: linear-gradient(top,#eaeaea,#d5d5d5);*/
}

.ally-light #header,
.ally-light .home-features .wrap,
.ally-light .home-middle .wrap,
.ally-light .home-bottom .wrap,
.ally-light .home-bottom-wide .wrap {
	border-top: 1px solid #d5d5d5;
}

.ally-light .home-mid-bottom {
	background: #dadada;
}

.ally-light .quote {
	background: #fff;
}

.ally-light .quote-arrow {
	border-top: 16px solid #fff;
}

.ally-light .tagcloud a {
	background: #d5d5d5;
}

/* Ally Light Blue
--------------------------------------------- */
 
.ally-lightblue a {
	color: #6bc5fe;
}

.ally-lightblue h2 a, 
.ally-lightblue h2 a:visited {
	color: #333;
}

.ally-lightblue h2 a:hover {
	color: #6bc5fe;
}

.ally-lightblue .site-title a {
	color: #6bc5fe;
}

.ally-lightblue .site-title a:hover {
	color: #888;
}

.ally-lightblue .site-header .genesis-nav-menu .current-menu-item > a,
.ally-lightblue .site-header .genesis-nav-menu a:hover {
	color: #6bc5fe;
}

.ally-lightblue .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.ally-lightblue .nav-primary a:hover,
.ally-lightblue .nav-primary .current-menu-item > a {
	color: #6bc5fe;
}

.ally-lightblue .nav-secondary a:hover,
.ally-lightblue .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-lightblue .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-lightblue .genesis-nav-menu .sub-menu a:hover,
.ally-lightblue .nav-secondary .sub-menu a:hover,
.ally-lightblue .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #6bc5fe;
}

.ally-lightblue .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-lightblue .entry-title a:hover {
	color: #6bc5fe;
}

.ally-lightblue .archive-pagination li a:hover,
.ally-lightblue .archive-pagination li.active a {
	background: #6bc5fe;
}

.ally-lightblue a.button.small,
.ally-lightblue a.button.medium,
.ally-lightblue a.button.large {
	background: #6bc5fe;
} 

.ally-lightblue button,
.ally-lightblue input[type="button"],
.ally-lightblue input[type="reset"],
.ally-lightblue input[type="submit"] {
	background: #6bc5fe;
}	

.ally-lightblue button:hover,
.ally-lightblue input:hover[type="button"],
.ally-lightblue input:hover[type="reset"],
.ally-lightblue input:hover[type="submit"] {
	background: #90d4ff;
}

.ally-lightblue span.circle {
	background: #6bc5fe;
}

.ally-lightblue .sidebar .enews-widget input[type="submit"] {
	background: #6bc5fe;
}

.ally-lightblue .sidebar .enews-widget input:hover[type="submit"] {
	background: #90d4ff;
}

.ally-lightblue .portfolio .more-link {
	background: #6bc5fe;
}

.ally-lightblue .content .portfolio .more-link:hover {
	background: #90d4ff;
}

/* Ally Orange
--------------------------------------------- */
 
.ally-orange a {
	color: #fd6d16;
}

.ally-orange a:hover {
	color: #555;
}

.ally-orange h2 a, 
.ally-orange h2 a:visited {
	color: #fd6d16;
}

.ally-orange h2 a:hover {
	color: #333;
}

.ally-orange .site-title a {
	color: #fd6d16;
}

.ally-orange .site-title a:hover {
	color: #333;
}

.ally-orange .site-header .genesis-nav-menu .current-menu-item > a,
.ally-orange .site-header .genesis-nav-menu a:hover {
	color: #fd6d16;
}

.ally-orange .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

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

.ally-orange .nav-secondary a:hover,
.ally-orange .nav-secondary .current-menu-item > a {
	color: #fd6d16;
}

.ally-orange .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-orange .genesis-nav-menu .sub-menu a:hover,
.ally-orange .nav-secondary .sub-menu a:hover,
.ally-orange .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fd6d16;
}

.ally-orange .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-orange .entry-title a:hover {
	color: #fd6d16;
}

/* added this */
.ally-orange .image-cat-title:hover {
	color: #fd6d16;
}

.ally-orange .archive-pagination li.active a {
	background: #888;
	color: #fff; /* added this */
}

.ally-orange .archive-pagination li a:hover {
	background: #fd6d16;
	color: #fff; /* added this */
}

/* added this */
.ally-orange .archive-pagination li a {
	background: #fff;
	color: #888;
}

.ally-orange a.button.small,
.ally-orange a.button.medium,
.ally-orange a.button.large {
	background: #fd6d16;
} 

.ally-orange button,
.ally-orange input[type="button"],
.ally-orange input[type="reset"],
.ally-orange input[type="submit"] {
	background-color: transparent !important;
	color: #fd6d16 !important;
	border: 2px solid #fd6d16;
}	

.ally-orange button:hover,
.ally-orange input:hover[type="button"],
.ally-orange input:hover[type="reset"],
.ally-orange input:hover[type="submit"] {
	background-color:  #fd6d16 !important;
	color: #2a2a2a !important;
}

.ally-orange span.circle {
	background: #fd6d16;
}

.ally-orange .sidebar .enews-widget input[type="submit"] {
	background: #fd6d16;
}

.ally-orange .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff574a;
}

.ally-orange .portfolio .more-link {
	background: #fd6d16;
}

.ally-orange .content .portfolio .more-link:hover {
	background: #ff574a;
}

.ally-orange .footer-widgets a:hover {
	color: #ddd;
}

.ally-orange .site-footer a {
	color: #fff;
	font-weight: 600;
}

.ally-orange .site-footer a:hover {
	color: #aaa;
}


/* Ally Pink
--------------------------------------------- */
 
.ally-pink a {
	color: #ea5692;
}

.ally-pink h2 a, 
.ally-pink h2 a:visited {
	color: #333;
}

.ally-pink h2 a:hover {
	color: #ea5692;
}

.ally-pink .site-title a {
	color: #ea5692;
}

.ally-pink .site-title a:hover {
	color: #888;
}

.ally-pink .site-header .genesis-nav-menu .current-menu-item > a,
.ally-pink .site-header .genesis-nav-menu a:hover {
	color: #ea5692;
}

.ally-pink .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

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

.ally-pink .nav-secondary a:hover,
.ally-pink .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-pink .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-pink .genesis-nav-menu .sub-menu a:hover,
.ally-pink .nav-secondary .sub-menu a:hover,
.ally-pink .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #ea5692;
}

.ally-pink .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-pink .entry-title a:hover {
	color: #ea5692;
}

.ally-pink .archive-pagination li a:hover,
.ally-pink .archive-pagination li.active a {
	background: #ea5692;
}

.ally-pink a.button.small,
.ally-pink a.button.medium,
.ally-pink a.button.large {
	background: #ea5692;
} 

.ally-pink button,
.ally-pink input[type="button"],
.ally-pink input[type="reset"],
.ally-pink input[type="submit"] {
	background: #ea5692;
}	

.ally-pink button:hover,
.ally-pink input:hover[type="button"],
.ally-pink input:hover[type="reset"],
.ally-pink input:hover[type="submit"] {
	background: #ff5e9f;
}

.ally-pink span.circle {
	background: #ea5692;
}

.ally-pink .sidebar .enews-widget input[type="submit"] {
	background: #ea5692;
}

.ally-pink .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff5e9f;
}

.ally-pink .portfolio .more-link {
	background: #ea5692;
}

.ally-pink .content .portfolio .more-link:hover {
	background: #ff5e9f;
}

/* Ally Purple
--------------------------------------------- */
 
.ally-purple a {
	color: #7154c4;
}

.ally-purple h2 a, 
.ally-purple h2 a:visited {
	color: #333;
}

.ally-purple h2 a:hover {
	color: #7154c4;
}

.ally-purple .site-title a {
	color: #7154c4;
}

.ally-purple .site-title a:hover {
	color: #888;
}

.ally-purple .site-header .genesis-nav-menu .current-menu-item > a,
.ally-purple .site-header .genesis-nav-menu a:hover {
	color: #7154c4;
}

.ally-purple .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.ally-purple .nav-primary a:hover,
.ally-purple .nav-primary .current-menu-item > a {
	color: #7154c4;
}

.ally-purple .nav-secondary a:hover,
.ally-purple .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-purple .genesis-nav-menu .sub-menu a {
	color: #333;
}

.ally-purple .genesis-nav-menu .sub-menu a:hover,
.ally-purple .nav-secondary .sub-menu a:hover,
.ally-purple .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #7154c4;
}

.ally-purple .entry-title a, .sidebar .widgettitle a {
	color: #333;
}

.ally-purple .entry-title a:hover {
	color: #7154c4;
}

.ally-purple .archive-pagination li a:hover,
.ally-purple .archive-pagination li.active a {
	background: #7154c4;
}

.ally-purple a.button.small,
.ally-purple a.button.medium,
.ally-purple a.button.large {
	background: #7154c4;
} 

.ally-purple button,
.ally-purple input[type="button"],
.ally-purple input[type="reset"],
.ally-purple input[type="submit"] {
	background: #7154c4;
}	

.ally-purple button:hover,
.ally-purple input:hover[type="button"],
.ally-purple input:hover[type="reset"],
.ally-purple input:hover[type="submit"] {
	background: #8965eb;
}

.ally-purple span.circle {
	background: #7154c4;
}

.ally-purple .sidebar .enews-widget input[type="submit"] {
	background: #7154c4;
}

.ally-purple .sidebar .enews-widget input:hover[type="submit"] {
	background: #8965eb;
}

.ally-purple .portfolio .more-link {
	background: #7154c4;
}

.ally-purple .content .portfolio .more-link:hover {
	background: #8965eb;
}

/* Ally Red
--------------------------------------------- */
 
.ally-red a {
	color: #f5392a;
}

.ally-red a:hover {
	color: #555;
}

.ally-red h2 a, 
.ally-red h2 a:visited {
	color: #555;
}

.ally-red h2 a:hover {
	color: #f5392a;
}

.ally-red .site-title a {
	color: #333;
}

.ally-red .site-title a:hover {
	color: #f5392a;
}

.ally-red .site-header .genesis-nav-menu .current-menu-item > a,
.ally-red .site-header .genesis-nav-menu a:hover {
	color: #f5392a;
}

.ally-red .nav-secondary .genesis-nav-menu a {
	color: #fff;
}

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

.ally-red .nav-secondary a:hover,
.ally-red .nav-secondary .current-menu-item > a {
	color: #aaa;
}

.ally-red .genesis-nav-menu .sub-menu a {
	color: #555;
}

.ally-red .genesis-nav-menu .sub-menu a:hover,
.ally-red .nav-secondary .sub-menu a:hover,
.ally-red .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f5392a;
}

.ally-red .entry-title a, .sidebar .widgettitle a {
	color: #555;
}

.ally-red .entry-title a:hover {
	color: #f5392a;
}

/* added this */
.ally-red .image-cat-title:hover {
	color: #f5392a;
}

.ally-red .archive-pagination li.active a {
	background: #888;
	color: #fff; /* added this */
}

.ally-red .archive-pagination li a:hover {
	background: #f5392a;
	color: #fff; /* added this */
}

/* added this */
.ally-red .archive-pagination li a {
	background: #fff;
	color: #888;
}

.ally-red a.button.small,
.ally-red a.button.medium,
.ally-red a.button.large {
	background: #f5392a;
} 

.ally-red button,
.ally-red input[type="button"],
.ally-red input[type="reset"],
.ally-red input[type="submit"] {
	background: #f5392a;
}	

.ally-red button:hover,
.ally-red input:hover[type="button"],
.ally-red input:hover[type="reset"],
.ally-red input:hover[type="submit"] {
	background: #888;
	color: #fff;
}

.ally-red span.circle {
	background: #f5392a;
}

.ally-red .sidebar .enews-widget input[type="submit"] {
	background: #f5392a;
}

.ally-red .sidebar .enews-widget input:hover[type="submit"] {
	background: #ff574a;
}

.ally-red .portfolio .more-link {
	background: #f5392a;
}

.ally-red .content .portfolio .more-link:hover {
	background: #ff574a;
}


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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.wrap,
	.site-header {
		max-width: 960px;
	}

	.home-5 .wrap {
		padding: 100px 120px 80px 120px;
		padding: 10.0rem 12.0rem 8.0rem 12.0rem;
	}


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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

/* iPads (portrait)
--------------------------------------------- */

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

	.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,
	.home-1 .wrap,
	.home-2 .wrap,
	.home-3 .wrap,
	.home-4 .wrap,
	.home-5 .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1.6rem 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 { }

	/*added this */
	.site-header .genesis-nav-menu a {
		padding: 0 13px 13px 13px;
		padding: 0 1.3rem 1.3rem 1.3rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.home-1 .wrap,
	.home-1 .widgettitle {
		padding-left: 40px;
		padding-left: 4.0rem;
		padding-right: 40px;	
		padding-right: 4.0rem;
	}

	.home-5 .wrap {
		padding: 100px 0 80px 0;
		padding: 10.0rem 0 8.0rem 0;
	}


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

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4.0rem;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
		margin-bottom: 4.0rem;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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

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

	/* added this */
	.home-1 {
		background: #1a1a1a url(images/home-bg-1a.jpg);
	}

	/* added this */
	.home-1 .wrap,
	.home-1 .widgettitle {
		padding-left: 0;
		padding-right: 0;	
	}

	/* added this */
	.home-1 .wrap {
		padding-bottom: 60px;
		padding-bottom: 6.0rem;	
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.wp-caption {
		width: 100% !important;
	}

	/* added this */
	.icon4 {
		margin-top: 48px;
		margin-top: 4.8rem;
	}

	/* added this */
	.footer-widgets {		
		background: #2a2a2a url(images/home-bg-2a.jpg);
	}

}

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

	.site-header {
		width: 100%;
	}

	/* added these */
	.home-3:before,
	.home-3:after,
	.home-4:after {
		left: 45%;
	}

	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		margin: 2.0rem auto 0;
		padding: 6px;
		padding: 0.6rem;
		width: 60%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
		
	.feature-right {
		float: none;
		margin: 40px auto 0;
		margin: 4.0rem auto 0;
		text-align: center;
		width: 100%;
	}

	.cta-box { 
		padding: 30px 30px 10px 30px;
		padding: 3.0rem 3.0rem 1.0rem 3.0rem;
	}
	
}