/*
Theme Name: floridahometeam.net
Author: Click Theory
Author URI: https://clicktheory.com/
Version: 2.0
Template: genesis
Template Version: 2.0
*/

/***************************************************************
	
	Responsive Breakpoints
	
	- Default: 		    (1170px wrap - lg - Desktop)
	- Max-width: 1199px ( 940px wrap - md - Small Desktop)
	- Max-width:  979px ( 724px wrap - sm - Tablet)
	- Max-width:  767px ( Fluid - xs - Phone)
	- Max-width:  479px ( Fluid - xxs - Small Phone)
	
	Table of Contents

	- General Helpers
		- Visibility
		- Border Box
		- Max Width 100% 
		- Clearfix
		- Clear Floats
		- Floats
		- Block Center
		- Vertical Align Middle
		- Selection
		- Transition
		- Font Smoothing
	- Structure
		- Site Width & Background
		- Content Sidebar Layout
		- Content Sidebar Grid
		- Footer Widgets Grid
	- Elements
		- Fonts & Colors
		- Links
		- Headings
		- Common Elements
		- Form Elements
		- Images
		- Responsive Videos
	- Entry Content Elements
	- Gallery
	- WordPress Widgets
	- Plugins
	- Sections
		- Before Site Header
		- Site Header
		- Primary Nav
		- After Site Header
		- Breadcrumb
		- Site Inner
			- Content Sidebar Wrap
				- Content
					- Archive Description
					- Entry
						- Entry Header
						- Entry Content
						- Entry Footer
					- Pagination
					- Author Box
					- Entry Comments
					- Comment Form
				- Sidebars
		- Footer Widgets
		- Before Site Footer
		- Site Footer
	- Special Pages
		- 404 Error
		- Search Results	
	- Archive
	- [Custom Archive]
	- Single
	- [Custom Single]
	- Custom Pages
		- Homepage
		- Services
		- About
		- Contact
	- Media Queries
		- Max-width: 1199px ( 940px wrap - md - Small Desktop)
		- Max-width:  979px ( 724px wrap - sm - Tablet)
		- Max-width:  767px ( Fluid - xs - Phone)
		- Max-width:  479px ( Fluid - xxs - Small Phone)
		
***************************************************************/

/***************************************************************

	Set Theme Colors
 
	- Replace all instances of 2c2825 with your main text color
		- body
		- headings
	
	- Replace all instances of f28458 with your main link color
		- a
		- button (background-color)
		- tag cloud widget a (background-color)
		- search button (background-color)
		- pagination a (background-color)
	
	- Replace all instances of dd6738 with your main link hover color
		- a:hover
		- button:hover (background-color)
		- tag cloud widget a:hover (background-color)
		- search button:hover (background-color)
		- pagination a:hover (background-color)

	- Replace all instances of 3f3b38 with your selection color (text highlight)
		- selection
		
	- Replace all instances of 2c2825 with your footer background color
		- site-footer (background-color)

***************************************************************/

/********** VISIBILITY **********/

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

/********** BORDER BOX **********/

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

/********** MAX WIDTH **********/

embed,
iframe,
canvas,
object,
video,
audio,
svg,
img,
.wp-caption,
.featuredpost a {
	max-width: 100%;
}

/********** CLEARFIX **********/

.clearfix:before,
.wrap:before,
.site-container:before,
.site-header:before,
.nav-primary:before,
.nav-secondary:before,
.page-header:before,
.site-inner:before,
.content-sidebar-wrap:before,
.content:before,
.sidebar:before,
.archive-description:before,
.entry:before,
.entry-header:before,
.entry-content:before,
.entry-footer:before,
.pagination:before,
.entry-comments:before,
.entry-pings:before,
.comment-respond:before,
.footer-widgets:before,
.site-footer:before,
.widget:before,
.author-box:before {
	content: " ";
	display: table;
}

.clearfix:after,
.wrap:after,
.site-container:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.page-header:after,
.site-inner:after,
.content-sidebar-wrap:after,
.content:after,
.sidebar:after,
.archive-description:after,
.entry:after,
.entry-header:after,
.entry-content:after,
.entry-footer:after,
.pagination:after,
.entry-comments:after,
.entry-pings:after,
.comment-respond:after,
.footer-widgets:after,
.site-footer:after,
.widget:after,
.author-box:after {
	clear: both;
	content: " ";
	display: table;
}

/********** CLEAR FLOATS **********/

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/********** FLOATS **********/

.pull-right,
.push-right,
.float-right {
	float: right;
}

.pull-left,
.push-left,
.float-left {
	float: left;
}

/********** CENTER BLOCK **********/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/********** VERTICAL ALIGN MIDDLE **********/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/********** SELECTION **********/

::-moz-selection {
	background: #3f3b38;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #3f3b38;
	color: #fff;
	text-shadow: none;
}

/********** SITE WIDTH AND BACKGROUND **********/

body {
	background-color: #fff;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
}

.wrap-narrow {
	margin-left: auto;
	margin-right: auto;
	width: 724px;
}

.full-width-site-inner .site-inner > .wrap {
	width: 100%;
}

/********** CONTENT SIDEBAR LAYOUT **********/

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

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

/********** CONTENT SIDEBAR GRID (1170px) **********/
	
.full-width-content .content-sidebar-wrap,
.full-width-content .content,
.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap  {
    width: 100%; /* 100% necessary for .full-width-site-inner */
}

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

.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary {
    width: 320px;
}

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

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

.sidebar-content-sidebar .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    width: 280px;
}

.sidebar-secondary {
    width: 180px;
}

/****************************************************

	Available Fonts
	
	GOOGLE FONTS
	font-family: 'Raleway', sans-serif;
	300-800
	
****************************************************/

/********** DEFAULT FONTS & COLORS **********/

html {
	font-size: 100%; 
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5625;
	color: #201f1e;
}

strong,
b,
.bold {
	font-weight: 700;
}

em,
i,
.italic {
	font-style: italic;
}

/* THEME COLORS */

.orange {
	color: #f28458;
}

.sage {
	color: #628a64;
}

.brown {
	color: #2c2825;
}

/********** LINKS **********/

a {
	color: #f28458;
	text-decoration: none;
}

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

a img {
	border: none;
}

/********** HEADINGS **********/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #201f1e;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/********** COMMON ELEMENTS **********/

p {
	margin: 0 0 25px;
}

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

li {
	list-style-type: none;
}

cite {
	font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0;
}

/********** FORM ELEMENTS ***********/

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

textarea {
    resize: vertical;
}

input,
select,
textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 4px 6px;
}

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

input[type="number"] {
	width: 100px;
	max-width: 100%;
}
/*
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
*/
::-moz-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
}

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

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

/********** BUTTONS **********/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	padding: 13px 12px 11px;
	background-color: #f28458;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	border: none;
	text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #dd6738;
	color: #fff;
	text-decoration: none;
}

/********** IMAGES **********/

img {
	height: auto;
}

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

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

a.alignnone {
    display: inline-block;
}

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

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

.wp-caption-text {
	text-align: center;
}

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

/********** RESPONSIVE VIDEOS **********/

.responsive-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.responsive-video-container iframe,  
.responsive-video-container object,  
.responsive-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********** ENTRY CONTENT ELEMENTS **********/

/* HEADINGS */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}

/* PARAGRAPH */
.entry-content p {
	margin-bottom: 25px;
}

/* LISTS */

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	padding-left: 15px;
	margin-left: 15px;
}

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

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

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

/* LINKS */

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

.entry-content a:hover {
	text-decoration: underline;
}

/* BUTTONS */

.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.entry-content .button {
	text-decoration: none;
}

.entry-content button:hover,
.entry-content input:hover[type="button"],
.entry-content input:hover[type="reset"],
.entry-content input:hover[type="submit"],
.entry-content .button:hover {
	text-decoration: none;
}

/* OBJECTS */
.entry-content embed,
.entry-content iframe,
.entry-content canvas,
.entry-content object,
.entry-content video,
.entry-content audio {
	margin-bottom: 20px;
}

/* BLOCK QUOTE */

.entry-content blockquote {
	margin: 0;
	padding: 25px 60px;
}

.entry-content blockquote::after {
	content: "\201C";
	display: block;
	font-size: 50px;
	height: 0;
	left: -35px;
	position: relative;
	top: -10px;
}

.entry-content blockquote,
.entry-content blockquote::after {
	color: #999;
}

/* PRE FORMATTED */

.entry-content pre {
	background: #121212;
	color: #ccc;
	overflow: scroll;
	padding: 20px;
	white-space: pre;
}

/********** GALLERY **********/

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

.gallery-caption {
	margin: 0 0 10px;
}

/********** WORDPRESS WIDGETS **********/

/* CATEGORY WIDGET */

.widget_categories ul {
	border-top: 1px solid #ddd;
}

.widget_categories ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

/* TAG WIDGET */

.widget_tag_cloud {
	float: left;
}

.widget_tag_cloud .tagcloud {
	margin-left: -6px;
}

.widget_tag_cloud a {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	padding: 4px 5px 4px;
	font-size: 12px !important;
	line-height: 1;
	background-color: #f28458; 
	color: #fff;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
}

.widget_tag_cloud a:hover {
	background-color: #dd6738; 
	color: #fff;
}

/* CALENDAR WIDGET */

.widget_calendar table {
	width: 100%;
}

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

/* SEARCH FORM */

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	width: 100%;
	height: 36px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 0 46px 0 10px;
}

.search-form input[type="submit"] {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #f28458;
	background-image: url(images/search-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	text-indent: -9999px;
}

.search-form input[type="submit"]:hover {
	background-color: #dd6738;
}

.search-form ::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}

.search-form ::-webkit-input-placeholder {
	color: #aaa;
}

/********** GRAVITY FORMS **********/

body .gform_wrapper {
	width: 600px;
	max-width: 100%;
	padding: 30px 20px 20px;
	background-color: #eee;
}

body .gform_wrapper div {
	line-height: 16px;
}

/* .gform_heading */

body  .gform_heading  .gform_description {
	margin-bottom: 20px;
	display: block;
}

/* .gform_body */

body .gform_wrapper .ginput_container {
	margin-top: 0 !important;
}

body .gform_wrapper ul {
	padding: 0;
	margin: 0;
}

body .gform_wrapper li {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 0 10px !important;
}

body .gform_wrapper label {
	font-size: 14px;
}

body .gform_wrapper .gfield_label {
	margin: 0 !important;
	padding: 0 !important;
}

body .gform_wrapper .ginput_complex label,
body .gform_wrapper .gfield_description {
	font-size: 10px;
}

body .gform_wrapper .gfield_required {
	color: #BD0104;
	margin-left: 3px;
}

body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
	margin: 5px 0 0;
}

/* RADIO */

body .gform_wrapper input[type="radio"] {
	width: auto;
	margin: 0 5px 0 0;
}

body .gform_wrapper .gfield_radio {
	margin: 10px 0 15px;
}

body .gform_wrapper .gfield_radio input[value="Other"] {
	width: 260px;
}

/* CHECKBOX */

body .gform_wrapper input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}

body .gform_wrapper .gfield_checkbox {
	margin-top: 10px;
}

body .gform_wrapper .gfield_checkbox label {
	font-size: 12px;
}

/* SPECIAL */

body .gform_wrapper .ginput_counter {
	padding-top: 4px;
	font-size: 12px;
}

/* FOOTER */

body .gform_wrapper input[type="submit"] {

}

body .gform_wrapper input[type="submit"]:hover {
	
}

body .gform_wrapper .gform_ajax_spinner {
	display: none;
}

/* ERRORS */

body .gform_wrapper .validation_error {
	color: #BD0104;
	background-color: #FDDADB;
	border: 1px solid #BD0104; 
	padding: 20px;
	margin: 0 0 20px;
	line-height: 1.4;
}

body .gform_wrapper .gfield_error input, 
body .gform_wrapper .gfield_error textarea {
	border: 1px solid #BD0104; 
}

body .gform_wrapper .validation_message {
	color: #BD0104;
	font-size: 12px;
	line-height: 1.4;
}

/* HONEYPOT */

body .gform_validation_container {
	display: none;
}

/* ADMIN ONLY FIELDS */

body .field_admin_only {
	display: none;
}

/* CONFIRMATION MESSAGE */

body .gform_confirmation_message {
	background-color: #C3E8BB;
	border: 1px solid #7BB06E;
	padding: 20px;
	margin-bottom: 20px;
}

/********** ENVIRA GALLERY **********/

.entry-content .envira-gallery-wrap {
	padding-top: 20px;
}

body .envirabox-nav span {
	visibility: visible;
}

/********** SITE HEADER **********/

.site-header .wrap {
	position: relative;
}

.header-left {
	float: left;	
	min-height: 1px;
	width: 33.333333333333333333%;
}

.title-area {
	float: left;
	width: 33.333333333333333333%;
}

.header-right {
	float: right;
	width: 33.333333333333333333%;
}

.title-area a {
	display: block;
	text-indent: -9999px;
	background: url(images/florida-home-team-215-130.png) no-repeat;
	background-size: 100% auto;
	width: 215px;
	height: 130px;
	margin: 10px auto 20px;
}

/********** HEADER LEFT **********/

.header-address {
	margin: 20px 0 0;
	font-weight: 600;
}

.header-address p {
	margin-bottom: 0;
}

/********** HEADER RIGHT **********/

.header-phone {
	margin: 20px 0 0;
	font-weight: 600;
	text-align: right;
	float: right;
}

.header-phone p {
	margin-bottom: 0;
}

.header-phone a {
	margin-bottom: 0;
}

/* SOCIAL ICONS */

.header-right .social-icons {
	float: right;
	text-align: center;
	margin-top: 10px;
}

.header-right .social-icons ul li {
	display: block;
	float: left;
	margin-left: 1px;
}

.header-right .social-icons ul li.first {
	margin-left: 0;
}

.header-right .social-icons a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 18px;
	color: #fff;
	background-color: #f28458;
	text-align: center;
}

.header-right .social-icons a.icon-common-twitter:hover {
	background-color: #5ea9dd;
}

.header-right .social-icons a.icon-common-facebook:hover {
	background-color: #3b5998;
}

.header-right .social-icons a.icon-common-googleplus:hover {
	background-color: #dd4b39;
}

.header-right .social-icons a.icon-common-pinterest:hover {
	background-color: #bd081c;
}

.header-right .social-icons a.icon-common-yelp:hover {
	background-color: #AF1101;
}

/********** PRIMARY NAV (AFTER HEADER) **********/


.nav-primary {
	display: block;
	margin: 0;
	text-align: center;
	background-color: #2c2825;
}

.home .nav-primary {
	margin: 0;
}

.nav-primary .wrap {
	padding: 0;
}

.nav-primary .menu {
	display: block;
	margin: 0;	
}

.nav-primary .menu-item {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.nav-primary .menu-item a {
	display: block;
	position: relative;
	padding: 14px 18px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #988e89;
	text-transform: uppercase;
}

.nav-primary .menu-item.first-menu-item > a {

}

.nav-primary .menu-item.current-menu-item > a {
	color: #f28458;
}

.nav-primary .menu-item a:hover {
	color: #f28458;
}

.nav-primary .menu-item.menu-item-has-children > a:after {
	content: '\e612';
	font-family: 'icon-common';
	font-size: 13px;
	line-height: 1;
	padding-left: 2px;
	vertical-align: bottom;
}

/* SUB MENUS */

.nav-primary .sub-menu {
	z-index: 9999;	
	position: absolute;
	width: 200px;
	left: -9999px;
	opacity: 0;
	margin-left: 5px;
	text-align: left;
	background-color: #1f1c1a;
	padding: 15px 0 13px;
}

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

.nav-primary .sub-menu a {
	position: relative;	
	width: 200px;
	padding: 12px 15px 12px;
	font-size: 13px;
}

/********** PAGE HEADER **********/

.pageheader {
	background-color: #393533;
	padding: 60px 0;
	margin-bottom: 60px;
	text-align: center;
}

.pageheader .breadcrumb {
	font-size: 13px;
	font-weight: 500;
	color: #988e89;
	margin-bottom: 10px;
}

.pageheader .breadcrumb a {
	color: #988e89;
	text-decoration: underline;
}

.pageheader .breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

.pageheader .breadcrumb .breadcrumb_last {
	display: none;
}

.page-id-4084 .pageheader .breadcrumb .breadcrumb_last {
	display: inline;
}

.pageheader .pageheader-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 0;
	letter-spacing: 1px;
}

/********** SITE INNER **********/

.site-inner {	
	padding: 0 0 80px;
	min-height: 500px;
}

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

/********** ARCHIVE DESCRIPTION **********/

.archive-description {	
	margin-bottom: 35px;
	text-align: center;
}

.archive-title {

}

/********** ENTRY HEADER **********/

.entry-header {

}

.entry-header .entry-meta {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.single .entry-header .entry-meta {
	font-weight: 700;
	margin-bottom: 40px;
}

.entry-author,
.entry-comments-link,
.entry-time {
	
}

/********** ENTRY FOOTER **********/

.entry-footer {
	margin: 20px 0 0;
}

.entry-footer .entry-meta {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}

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

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

/********** PAGINATION **********/

/* GENESIS PAGINATION */

.archive-pagination,
.entry-pagination {
	padding-top: 60px;
	text-align: center;
	font-size: 16px;
}

.archive-pagination li,
.entry-pagination li {
	display: inline-block;
}

.archive-pagination li a,
.entry-pagination li a {
	display: block;
	cursor: pointer;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f28458;
	color: #fff;
}

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

/* WP PAGINATION */

.wp-pagination {
	margin-top: 60px;
	text-align: center;
}

.wp-pagination a,
.wp-pagination .current {
	display: block;
	cursor: pointer;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagination a {	
	background-color: #f28458;
	color: #fff;
}

.wp-pagination .current,
.wp-pagination a:hover {
	background-color: #dd6738;
	color: #fff;
}

/********** AUTHOR BOX **********/

.author-box {
	background-color: #f5f5f5;
	margin: 80px 0 0;
	padding: 30px;
}

.author-box p {
	margin: 0;
	font-size: 14px;
}

.author-box a {
	text-decoration: underline;
}

.author-box .avatar {
	float: left;
	width: 90px;
	margin-right: 25px;
}

/********** COMMENTS AND TRACKBACKS **********/

.entry-comments,
.entry-pings {
	margin: 60px 0 0;
}

.entry-comments h3,
.entry-pings h3 {
	font-size: 32px;
}

.entry-comments a,
.entry-pings a {

}

.comment-content {
	clear: both;
}

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

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

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

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

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

.comment .avatar {
	float: left;
	margin: 0 15px 20px 0;
}

.comment-meta {
	font-size: 13px;
}

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

.bypostauthor {
}

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

/********** COMMENT FORM **********/

.comment-respond {
	margin: 80px 0 0;
}

.comment-respond h3 {
	font-size: 32px;
}

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

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

.comment-form input[type="submit"] {

}

.comment-form input[type="submit"]:hover {

}

/********** PRIMARY SIDEBAR **********/

.sidebar-primary {
	font-size: 14px;
	padding: 20px;
	background-color: #eee;
}

.sidebar-primary .widget {
	margin-bottom: 30px;
}

.sidebar-primary .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar-primary .widget p:last-of-type {
	margin-bottom: 0;
}

.sidebar-primary .widget-title {
	text-transform: uppercase;
}

/********** SECONDARY SIDEBAR **********/

.sidebar-secondary {
	font-size: 14px;
}

.sidebar-secondary .widget {
	margin-bottom: 30px;
}

.sidebar-secondary .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar-secondary .widget p:last-of-type {
	margin-bottom: 0;
}

/********** BEFORE FOOTER **********/

.before-footer {
	padding: 46px 0 40px;
	background-color: #393533;
	color: #fff;
	font-size: 14px;
}

.before-footer h4 {
	color: #988e89;
}

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

.before-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.before-footer ul li {
	margin-bottom: 2px;
}

/********** SITE FOOTER **********/

.site-footer {
	background-color: #2c2825;
	color: #988e89;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.site-footer .wrap {
	padding: 30px 0 30px;
	position: relative;
}

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

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

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

.site-copyright {
	margin-bottom: 20px;
}

.site-footer .dmca {
	font-size: 12px;
	padding: 20px 0 5px;
	margin: 0;
}

.footer-logos {
	width: 220px;
}

/* SITE CREDIT */

.site-credit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 11px;
}

.site-credit a {
	color: #635d58;
}

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

/********** BLOG ARCHIVES **********/

.blog .content .entry,
.archive.tag .content .entry,
.archive.category .content .entry,
.archive.author .content .entry,
.archive.date .content .entry {
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.blog .content .entry:first-of-type,
.archive.tag .content .entry:first-of-type,
.archive.category .content .entry:first-of-type,
.archive.author .content .entry:first-of-type,
.archive.date .content .entry:first-of-type {
	border-top: 1px solid #ddd;
}

.blog .content .entry-header:before,
.archive.tag .content .entry-header:before,
.archive.category .content .entry-header:before,
.archive.author .content .entry-header:before,
.archive.date .content .entry-header:before,
.blog .content .entry-content:before,
.archive.tag .content .entry-content:before,
.archive.category .content .entry-content:before,
.archive.author .content .entry-content:before,
.archive.date .content .entry-content:before {
	content: "";
}

.blog .content .entry-header:after,
.archive.tag .content .entry-header:after,
.archive.category .content .entry-header:after,
.archive.author .content .entry-header:after,
.archive.date .content .entry-header:after,
.blog .content .entry-content:after,
.archive.tag .content .entry-content:after,
.archive.category .content .entry-content:after,
.archive.author .content .entry-content:after,
.archive.date .content .entry-content:after {
	clear: none;
	content: "";
}

.blog .content .entry-image,
.archive.tag .content .entry-image,
.archive.category .content .entry-image,
.archive.author .content .entry-image,
.archive.date .content .entry-image {
	display: block;
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 8px;
	border: 1px solid #ddd;
}

.blog .content .entry-title,
.archive.tag .content .entry-title,
.archive.category .content .entry-title,
.archive.author .content .entry-title,
.archive.date .content .entry-title {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.3;
}

.blog .content .entry-title a,
.archive.tag .content .entry-title a,
.archive.category .content .entry-title a,
.archive.author .content .entry-title a,
.archive.date .content .entry-title a {

}

.blog .content .entry-title a:hover,
.archive.tag .content .entry-title a:hover,
.archive.category .content .entry-title a:hover,
.archive.author .content .entry-title a:hover,
.archive.date .content .entry-title a:hover {

}

.blog .content .entry-meta,
.archive.tag .content .entry-meta,
.archive.category .content .entry-meta,
.archive.author .content .entry-meta,
.archive.date .content .entry-meta {
	
}

.blog .content .sharedaddy,
.archive.tag .content .sharedaddy,
.archive.category .content .sharedaddy,
.archive.author .content .sharedaddy,
.archive.date .content .sharedaddy {
	clear: none;
}

.blog .content .entry-content,
.archive.tag .content .entry-content,
.archive.category .content .entry-content,
.archive.author .content .entry-content,
.archive.date .content .entry-content {

}

.blog .content .entry-content p,
.archive.tag .content .entry-content p,
.archive.category .content .entry-content p,
.archive.author .content .entry-content p,
.archive.date .content .entry-content p {

}

.blog .content .entry-footer .entry-meta,
.archive.tag .content .entry-footer .entry-meta,
.archive.category .content .entry-footer .entry-meta,
.archive.author .content .entry-footer .entry-meta,
.archive.date .content .entry-footer .entry-meta {

}

/********** HOMEPAGE **********/


/* HOME SLIDER */

.home-slider {
	position: relative;
	background-color: #2c2825;
	border-bottom: 5px solid #2c2825;
}

.home-slider .home-welcome {
	top: auto;
	right: auto;
	bottom: 110px;
	left: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: auto;
}

.home-slider h1 {
	text-align: center;
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 2px #171513;
	margin-bottom: 0;
}

/* SOLILOQUY */

#soliloquy-container-123 {
	max-height: none !important;
	max-width: 100% !important;
	opacity: 1 !important;
}

#soliloquy-container-123 .soliloquy-viewport,
#soliloquy-container-123 .soliloquy-html-sentinel {
	height: 500px !important;
}

#soliloquy-container-123 .layer {
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: 99;
	/*background: url(images/overlay-stripe-4.png);*/
	background: #2c2825;
	opacity: .2;
}

#soliloquy-container-123 .html-slide-container {
	height: 500px;
	position: relative;
	background-position: center center;
	background-size: cover;
}

#soliloquy-container-123 .soliloquy-html-content .wrap {
	width: 1170px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

#soliloquy-container-123 .soliloquy-html-content .html-slide-content {
	position: absolute;
	width: auto;
	bottom: 80px;
	color: #fff;
	right: 0;
	left: auto;
	text-shadow: none !important;
	border-right: 3px solid #EC2C2D;
}

#soliloquy-container-123 .soliloquy-html-content .html-slide-description {
	display: inline-block;
	float: right;
	clear: both;
	background: url(images/bg-white-80.png);
	padding: 10px 28px 12px;
	margin-bottom: 0;
	color: #111;
	font-family: 'Tungsten A', 'Tungsten B', sans-serif;	
	font-size: 42px;
	line-height: 1.3;
	font-weight: 500;
}

/* ARROW CONTROLS */

#soliloquy-container-123 .soliloquy-prev {
	opacity: 1 !important;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 10px;
	background: url(images/bg-black-40.png) !important;
	border: none;
}

#soliloquy-container-123 .soliloquy-prev:before {
	content: '\e697';
	font-family: 'icon-common';
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	float: left;
	margin: 8px 0 0 7px;
	color: #fff;
}

#soliloquy-container-123 .soliloquy-next {
	opacity: 1 !important;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
	background: url(images/bg-black-40.png) !important;
	border: none;
}

#soliloquy-container-123 .soliloquy-next:before {
	content: '\e699';
	font-family: 'icon-common';
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	float: right;
	margin: 8px 7px 0 0;
	color: #fff;
}

/* HOME FEATURED */

.home-featured {
	z-index: 999;
	position: relative;
	padding: 0 0 60px;
}

.home-featured .wrap {
	width: 1000px;
	margin: -80px auto 0;
	background-color: #2c2825;
	padding: 55px 30px;
	color: #fff;
	border: 10px solid #fff;
}

.home-featured .column {
	float: left;
	width: 33.333333333333333333333333333333333333333333%;
	margin: 0;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
}

.home-featured .column .icon {
	display: inline-block;
	color: #988e89;
	font-size: 58px;
	line-height: 58px;
	margin: 0 0 25px;
}

.home-featured .column h3 {
	color: #988e89;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-featured .column a {
	display: inline-block;
	border-bottom: 1px dotted #f28458;
	font-size: 14px;
	font-weight: 500;
}

.home-featured .column a:hover {
	color: #dd6738;
	border-bottom: 1px dotted #dd6738;
}

/********** CONTACT PAGE ***********/

.page-id-81 .contact-map {
	float: right;
	width: 47%;
}

.page-id-81 .entry-content {
	float: left;
	width: 47%;
}
	
/*========================================================================================================================
	Mobile bar
========================================================================================================================*/	

.mobile-bar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 40px; /* DEFINE BAR HEIGHT */
	z-index: 9999999 !important;
}

/* MOBILE NAV */
.nav-mobile {
	float: right;
	height: 40px; /* MATCH BAR HEIGHT */
}

/* RESPONSIVE MENU BUTTON */
#responsive-menu-button {
	position: static !important;
	display: block !important;
	float: right !important;
	width: auto !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}	
#responsive-menu-button .responsive-menu-label {
    font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
    margin: 2px 6px 0 0 !important;
}

/* MOBILE MENU BAR EXTRAS */

.mobile-bar-extras {
	float: left;
}

/* QUICKLINKS */
.mobile-bar-quicklinks {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #444;
}

.mobile-bar-quicklinks li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #444;
}

.mobile-bar-quicklinks li a {
	display: block;
	height: 40px; /* MATCH BAR HEIGHT */
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	padding: 13px 10px 0 8px;
	text-decoration: none;
}

.mobile-bar-quicklinks li a .icon {
	color: #999;
	padding-right: 2px;
}

/* RESPONSIVE MENU */
#responsive-menu {
	padding-top: 20px !important;
}

/* PUSH MOBILE MENU BAR DOWN TO ACCOMMODATE WP ADMIN BAR */
@media only screen and (max-width: 600px) { /* MATCH WORDPRESS BREAKPOINT */
	#wpadminbar {
		position: fixed !important;
	}
}
body.admin-bar .mobile-bar {
	top: 32px;
}
@media only screen and (max-width: 782px) { /* MATCH WORDPRESS BREAKPOINT */
	body.admin-bar .mobile-bar {
		top: 46px;
	}
}

/* SMALL PHONE */
@media only screen and (max-width: 22.4375em) { /* 359px */
	#responsive-menu-button .responsive-menu-label {
		font-size: 13px !important;
		margin: 3px 4px 0 0 !important;
	}
	.mobile-bar-quicklinks li a {
		font-size: 13px;
		padding: 14px 8px 0 6px;
	} 
}	
	
/******************************************************************************************
									BEGIN MEDIA QUERIES														
******************************************************************************************/

/********** Small Desktop - (md) - 940px **********/
 
@media only screen and (max-width: 1199px) { 

/* SITE WIDTH */

.wrap {
    width: 940px;
}

.wrap-narrow {
    width: 724px;
}
 
.full-width-site-inner .site-inner > .wrap {
    width: 100%;
}

/* CONTENT SIDEBAR GRID (940px) */
	
.full-width-content .content-sidebar-wrap,
.full-width-content .content,
.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap  {
    width: 100%; /*100% necessary for .full-width-site-inner*/
}

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

.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary {
    width: 260px;
}

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

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

.sidebar-content-sidebar .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    width: 220px;
}

.sidebar-secondary {
    width: 120px;
}

/* NAV PRIMARY */

.nav-primary .menu-item a {
	padding: 15px 11px 14px;
	font-size: 13px;
}

.nav-primary .sub-menu {
	margin-left: 4px;
}

.nav-primary .sub-menu a {
	padding: 13px 14px 12px;
}

/* HOME SLIDER */

#soliloquy-container-123 .soliloquy-html-content .wrap {
	width: 940px;
}

/* HOME WELCOME */

.home-slider h1 {
	font-size: 48px;
}

/* HOME FEATURED */

.home-featured .wrap {
	width: 940px;
	padding: 55px 20px;
}

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

} /* END QUERY */
 
/********** Tablet - (sm) - 724px **********/
 
@media only screen and (max-width: 979px) {

/* SITE WIDTH */

.wrap,
.wrap-narrow {
    width: 724px;
}
 
.full-width-site-inner .site-inner > .wrap {
    width: 100%;
}

/* CONTENT SIDEBAR GRID (724px) */

.content-sidebar-wrap {
    width: 100% !important;
    float: none !important;
}

.content {
    width: 100% !important;
    float: none !important;
	margin-bottom: 80px;
}
 
.sidebar-primary {
    width: 440px !important;
	max-width: 100%;
    float: none !important;
	margin: 0 auto 80px;
}
 
.sidebar-secondary {
    width: 440px !important;
	max-width: 100%;
    float: none !important;
	margin: 0 auto 80px;
}


/* HOME SLIDER */

#soliloquy-container-123 .soliloquy-viewport,
#soliloquy-container-123 .soliloquy-html-sentinel {
	height: 400px !important;
}

#soliloquy-container-123 .layer {
	height: 400px;
}

#soliloquy-container-123 .html-slide-container {
	height: 400px;
}

#soliloquy-container-123 .soliloquy-html-content .wrap {
	width: 724px;
	height: 400px;
}

/* SITE HEADER */

.site-header {
	padding-top: 47px; /* MATCH HEIGHT OF MOBILE MENU */
}

/* HOME SLIDER */

.home-slider {
	border-top: 5px solid #2c2825;
}

.home-slider h1 {
	font-size: 42px;
}

/* HOME FEATURED */

.home-featured .wrap {
	width: 724px;
	padding: 50px 20px;
}

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

.home-featured .column h3 {
	font-size: 18px;
}

.home-featured .column p {
	font-size: 13px;
}

/********** CONTACT PAGE ***********/

.page-id-81 .contact-map {
	float: none;
	width: 100%;
	margin-bottom: 60px;
}

.page-id-81 .entry-content {
	float: none;
	width: 100%;
}

} /* END QUERY */
 
/********** Phone - (xs) - Fluid **********/
 
@media only screen and (max-width: 767px) {

/* SITE WIDTH */

.wrap,
.wrap-narrow {
    width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
 
.full-width-site-inner .site-inner > .wrap {
    width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.mobile-bar {
	display: block;
}

/* SITE HEADER */

.site-header {
	padding: 43px 0 0;
}

.site-header .title-area {
	width: 100%;
	float: none;
}

.site-header .title-area a {
	margin: 13px auto 20px;
}

.site-header .header-right {
	width: 100%;
	float: none;
}

.site-header .header-right .social-icons {
	width: 143px;
	float: none;
	margin: 0 auto;
}


/* HOME SLIDER */

.home-slider {
	height: 400px;
	background: url(images/skyline-2000-600-5.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 5px solid #2c2825;
}

.home-slider .home-welcome {
	top: auto;
	right: auto;
	bottom: 110px;
	left: 0;
}

.home-slider h1 {
	font-size: 42px;
	line-height: 1.2;
}

/* SOLILOQUY */

#soliloquy-container-123 {
	display: none !important;
}

/* HOME FEATURED */

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

.home-featured .wrap {
	width: 440px;
	margin: -80px auto 0;
	padding: 55px 30px 0;
}

.home-featured .column {
	float: none;
	width: 100%;
	padding: 0 30px;
	font-size: 16px;
	margin: 0 0 55px;
}

.home-featured .column .icon {
	font-size: 58px;
	line-height: 58px;
	margin: 0 0 25px;
}

.home-featured .column h3 {
	font-size: 22px;
}

.home-featured .column p {
	font-size: 16px;
}

.home-featured .column a {
	font-size: 16px;
}

} /* END QUERY */
 
/********** Small Phone - (xxs) - Fluid **********/
 
@media only screen and (max-width: 479px) {

/* SITE WIDTH */

.wrap,
.wrap-narrow {
    width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
 
.full-width-site-inner .site-inner > .wrap {
    width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* HOME SLIDER */

.home-slider .home-welcome {
	bottom: 100px;
}

.home-slider h1 {
	font-size: 32px;
}

/* HOME FEATURED */

.home-featured .wrap {
	width: 280px;
	padding: 55px 20px 0;
}

.home-featured .column {
	padding: 0 10px;
	font-size: 15px;
	margin: 0 0 75px;
}

.home-featured .column:last-of-type {
	margin: 0 0 55px;
}

.home-featured .column .icon {
	font-size: 58px;
	line-height: 58px;
	margin: 0 0 25px;
}

.home-featured .column h3 {
	font-size: 22px;
}

.home-featured .column p {
	font-size: 15px;
}

.home-featured .column a {
	font-size: 15px;
}
 
} /* END QUERY */