/*
	Theme Name: Carr Properties
	Theme URI: http://carrpropertiesmarshall.com/
	Description: A mobile responsive and HTML5 theme.
	Author: RV Tech Solutions
	Author URI: http://rvtechsolutions.com/
	Version: 1.0.0
	
	Tags: black, blue, brown, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents
	
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
  - Constant Contact
		- Gravity Forms
		- Jetpack
		- NextGen Gallery
		- Revolution Slider
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Social Menu
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/

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

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

@font-face {
	font-family: 'SinkinSans';
	src:url('fonts/SinkinSans-400Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SinkinSans Bold';
	src:url('fonts/SinkinSans-700Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SinkinSans Italic';
	src:url('fonts/SinkinSans-400Italic.otf');
	font-weight: normal;
	font-style: normal;
}

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

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

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

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


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

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

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

body {
	background: #E7E7E9 url(images/header.jpg);
	color: #333;
	font-family: 'SinkinSans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
}

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

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

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

a {
	color: #243c6a;
	text-decoration: none;
}

.home-top-left a {
    color: #8fcbd8;
    text-decoration: none;
}

.home-top-left a:last-child {
    color: #F7CE70;
    text-decoration: none;
    padding: 0px 0px ;
}

a:hover {
	color: #7590c4;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

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

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

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

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

.home-bottom-left h2 {
				margin: 0;
}

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

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

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

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

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

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

img {
	height: auto;
	border-radius: 10px;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
				background: #fffefa; /* Old browsers */
				background: -moz-linear-gradient(top,  #415d93 0%, #243c6a3 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#415d93), color-stop(100%,#243c6a)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #415d93 0%,#243c6a 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #415d93 0%,#243c6a 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #415d93 0%,#243c6a 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #415d93 0%,#243c6a 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415d93', endColorstr='#243c6a',GradientType=0 ); /* IE6-9 */
	border: none;
	color: #efc063;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	margin: 0 0 30px 0;
	font-family: 'Tenderness';
	border-radius: 10px;
}

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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

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


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

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

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

.site-inner {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	padding-top: 30px;
	padding-top: 3rem;
}

.cp-home .site-inner .wrap {
				max-width: 100%;
}

.cp-home .site-inner .content .wrap {
				max-width: 1200px;
}

.cp-home .site-inner {
	padding: 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: 930px;
}

.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;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 40px;
	padding: 4rem;
	width: 760px;
}

.cp-home .content {
	margin: 0;
}

.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: 550px;
}

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

/* Primary Sidebar */

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

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

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}

.archive-description {
	background-color: #ECE5D4;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
	padding: 30px;
	padding: 3rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.entry-content .search-form,
.site-header .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;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	padding: 0 0 20px 0;
	padding: 0 0 2.0rem 0;
}

.content .entry-title a {
	color: #F7CE70;
}

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

.widget-title {
	color: #3b2f20;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.home-top-left .widget-title {
				color: #333;
				font-size: 22px;
}

.home-bottom .widget-title {
				font-size: 32px;
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

img.alignnone,
.alignnone {
	display: block;
	margin: 16px 0;
	margin: 1.6rem 0;
}

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

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.cp-home .home-slider .widget,
.footer-widgets .widget {
				margin-bottom: 0;
}

.widget li {
	border-bottom: 1px dotted #494949;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	text-align: left;
}

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

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

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


.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}


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

/* Constant Contact
--------------------------------------------- */

.form input[type="text"] {
				border-radius: 3px;
				width: 80%;
}


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

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

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

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

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

#wpstats {
	display: none;
}

/* Revolution Slider
--------------------------------------------- */


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

.site-header {
	background: #E7E7E9 url(images/header.jpg);
	border-top: 3px solid #fff;
	color: #fff;
	min-height: 110px;
	position: relative;
}

.site-header .widget,
.header-bottom .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 15px 0 0;
	padding: 1.5rem 0 0;
}

.header-bottom {
				background: #243E67 url(images/header-bottom.jpg);
				border-bottom: 3px solid #fff;
				color: #fff;
				padding: 15px 0;
				text-align: right;
				width: 100%;
}


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

.title-area {
	float: left;
	margin-bottom: -25px;
	padding: 14px 0;
	padding: 1.4rem 0;
	position: relative;
	width: 265px;
	z-index: 999;
}

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

.site-title {
	font-size: 43px;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

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

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

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	margin-top: 20px;
	padding-top: 14px;
	padding-top: 1.4rem;
	text-align: right;
	width: 875px;
}

.site-header .widget-area li,
.site-header .widget-area li li {
				margin: 0;
				margin-bottom: 0;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
}

.genesis-nav-menu li {
				border-bottom: 0;
}

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

.genesis-nav-menu a {
				background: rgba(0,0,0,.25);
				border-radius: 3px;
				color: #222;
				display: block;
				letter-spacing: 1px;
				padding: 20px 15px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
				background: #fffefa; /* Old browsers */
				background: -moz-linear-gradient(top,  #fffefa 0%, #efc063 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffefa), color-stop(100%,#efc063)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #fffefa 0%,#efc063 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #fffefa 0%,#efc063 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #fffefa 0%,#efc063 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #fffefa 0%,#efc063 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefa', endColorstr='#efc063',GradientType=0 ); /* IE6-9 */
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #FAC970;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
				border-radius: 0;
				color: #222;
}

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

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

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

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

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

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

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
	padding: 1.8rem 2rem;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
	padding: 0.9rem 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}


/* Social Menu
--------------------------------------------- */

.header-bottom a,
.home-top-right .widget_text:last-child a.mail,
.home-top-right .widget_text:last-child a.facebook,
.home-top-right .widget_text:last-child a.twitter {
				background: url(images/icons-social.png);
				background-position: 0 0;
				display: inline-block;
				height: 24px;
				margin-left: 10px;
				text-indent: -9999px;
				vertical-align: middle;
				width: 25px;
}

.home-top-right .widget_text:last-child a.mail,
.home-top-right .widget_text:last-child a.facebook,
.home-top-right .widget_text:last-child a.twitter {
				margin-left: 0;
				margin-right: 10px;
				margin-top: 15px;
}

.header-bottom a.facebook,
.home-top-right .widget_text:last-child a.facebook {
				background-position: -25px 0;
}

.header-bottom a.twitter,
.home-top-right .widget_text:last-child a.twitter {
				background-position: -50px 0;
}


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

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

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


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

/* Home Page
--------------------------------------------- */

.home-slider {
				border-bottom: 3px solid #fff;
				overflow: hidden;
}

.home-bottom-left,
.home-top-left {
				float: left;
				width: 26%;
}

.home-bottom-right,
.home-top-right {
				float: right;
				width: 72%;
}

.home-top {
				background: #E7E7E9 url(images/header.jpg);
				padding: 30px 0 10px 0;
}

.home-top-left .widget {
				background: #ACC6E0;
				border: 2px solid #fff;
				padding: 15px;
}

.home-top-left .widget:first-child {
				background: #ACC6E0;
				color: #333;
}	

.home-top-left .widget:last-child {
				background: #707070;
				color: #fff;
				overflow: hidden;
				text-align: left;
}

.home-top-left .widget:last-child .widget-title {
				color: #fff;
}

.home-top-right {
				clear: right;
				margin-bottom: 35px;
}

.home-top-right .widget {
				float: left;
				margin: 0 1.666%;
				min-height: 370px;
				width: 43%;
}

.home-top-right img {
				border: 2px solid #fff;
				border-bottom: 0;
				margin-bottom: -13px;
}

.home-top-right p {
				margin: 0;
}

.home-top-right .form {
				background: #38517A url(images/header-bottom.jpg);
				border: 2px solid #fff;
				color: #fff;
				margin-bottom: 20px;
				padding: 15px;
}

.home-top-right .alignnone {
				margin-bottom: 0;
}

.home-top-right .widget-title {
				background: #38517A url(images/header-bottom.jpg);
				border: 2px solid #fff;
				border-top: 0;
				box-shadow: 0px 15px 5px -8px rgba(50, 50, 50, 0.75);
				padding: 20px 10px 10px;
}

.home-top-right .widget-title a {
				color: #fff;
}

.home-top-right .widget-title a::after {
				color: #F5CE70;
				content: "\f345";
				display: none;
				float: right;
				font: normal 28px/1 'dashicons';
				margin-right: 5px;
				margin-top: -5px;
				padding-left: 3px;
				text-align: center;
				vertical-align: top;
				-webkit-font-smoothing: antialiased;
}

.home-top-right .widget_text .widget-title {
				background: none;
				border: 0;
				box-shadow: none;
				color: #28426B;
				font-size: 22px;
				padding: 0;
}

.home-top-right .widget.widget_text {
				background: #ACC5E0;
				border: 5px solid #fff;
				box-shadow: 0px 15px 5px -8px rgba(50, 50, 50, 0.75);
				min-height: 0;
				padding: 20px;
}

.home-top-right .widget_text:last-child .widget-title {
				background: none;
				border: 0;
				box-shadow: none;
				color: #fff;
				font-size: 22px;
				padding: 0;
}

.home-top-right .widget.widget_text:last-child {
				background: url(images/header-bottom.jpg);
				border: 5px solid #fff;
				color: #fff;
				min-height: 0;
				padding: 20px;
}

.cp-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #fff;
	padding: 0px 0;
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

.home-bottom-left .widget {
				background: #707070;
				color: #fff !important;
				padding: 15px;
}

.home-bottom-left .widget-title {
				color: #fff;
}

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

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

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

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

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

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}

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

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

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

.after-entry {
	background-color: #ECE5D4;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
}

.after-entry p:last-child {
	margin: 0;
}

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

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

.pagination {
	margin: 40px 0 0;
	margin: 4rem 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #ECE5D4;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #202020;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #fff;
	padding: 20px;
}

.sidebar .widget {
}

.sidebar li a {
	color: #243c6a;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #cecece;
}


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

.footer-widgets {
	background: #243E67 url(images/header-bottom.jpg);
	color: #fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
}

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

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets .widget li {
				border-bottom: 0;
	margin-bottom: 6px;
	padding-bottom: 0;
	text-align: left;
}

.footer-widgets li.email a,
.footer-widgets li.facebook a,
.footer-widgets li.twitter a {
				background: url(images/icons-social.png);
				background-position: 0 0;
				display: inline-block;
				float: left;
				height: 24px;
				margin: 10px 10px 0 0;
				text-indent: -9999px;
				width: 25px;
}

.footer-widgets li.facebook a {
				background-position: -25px 0;
}

.footer-widgets li.twitter a {
				background-position: -50px 0;
}


.footer-widgets-1 {
				background: url("http://www.aspireddesign.com/carr/wp-content/uploads/2014/12/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
				float: left;
				padding: 0 0 80px 280px;
				width: 500px;
}

.footer-widgets-2{
	float: right;
				width: 650px;
}


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

.site-footer {
	color: #666;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #666;
}

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

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


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


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

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}

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

	.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.content {
		width: 630px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1 {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
				33%;
	}
	
	.cp-home .site-inner .wrap {
		max-width: none;
	}

}

@media only screen and (max-width: 1023px) {
	
	.wrap {
		max-width: 768px;
	}
	
	.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 {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 20px 5% 16px;
		padding: 2rem 5% 1.6rem;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
		padding: 1.8rem 1.2rem;
	}
	
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.cp-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 4px 12px;
		padding: 0.4rem 1.2rem;
	}
	
	.nav-primary {
		padding: 14px 0;
		padding: 1.4rem 0;
	}

	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	
		.cp-home .site-inner .content .wrap {
				max-width: 96%;
}
	
	.home-bottom-left,
	.home-bottom-right,
	.home-top-left,
	.home-top-right,
	.home-top-right .widget {
				float: none;
				width: 100%;
	}
	
	.home-top-right .widget {
				margin: 0;
	}
			
}

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

	.content {
		padding: 30px;
		padding: 3rem;
	}
	
	.cp-home .site-container {
				margin-top: 0;
	}
	
	.cp-home .site-header {
				margin-bottom: 0;
	}
	
	.home-slider {
				display: none;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.footer-widgets .wrap {
				padding-left: 20px;
				padding-right: 20px;
				text-align: center;
	}
	
	.footer-widgets-1 {
				background-position: center top;
				margin-bottom: 20px;
				padding: 120px 0 0;
				width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
				width: 30%;
	}
	
	.footer-widgets-3 {
				width: 39%;
	}

}

.ngg-gallery-thumbnail span {
    color: #F7CE70;
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding-left: 5px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 23px!important;
}