/*
	Theme Name: Agency Pro
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: Represent your professional services with confidence and clarity by harnessing the streamlined professionalism of the Agency theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.4

	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets - n/a jlr
		- Featured Content
	- Plugins
		- Genesis eNews Extended - n/a - deleted jlr
		- Genesis Latest Tweets - n/a deleted jlr
		- Gravity Forms - n/a deleted jlr
		- Jetpack - n/a deleted jlr
		- Display Post Types -- jlr added to replace WP Tiles - this customizes the CSS to mimic WP Tiles
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Cookie Notice - jlr fcd
	- Theme Colors - n/a jlr
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 768px jlr
		- max-width: 680px
		- max-width: 568px jlr
		- max-width: 480px
		- max-width: 414px jlr		
		- max-width: 320px jlr
*/


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

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

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


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

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

body {
	background-color:#fff;/* #d7c603;jlr*/
	color: #282a2b;/*#666;jlr*/
	font-family: Spinnaker, sans-serif;/*'EB Garamond', serif;jlr*/
	font-size: 16px;
	font-weight: 300;/*400;jlr*/
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.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: #bb9d53;/*#d7c603;jlr*/
	text-decoration: none;
}

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

a:hover {
	color:  #987e57;/*#333;jlr*/
}

p {
	margin: 0 0 24px;
	padding: 0;
	color:#666;/*jlr*/
}

strong {
	font-weight: 700;
}

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

/*blockquote,
blockquote::before {
	color: #999;
}jlr*/

blockquote {
	margin: 40px 40px 24px;
	/*jlr:*/
	color:#282a2b;
	font-family: 'sorts mills goudy', serif;
	font-style: italic;
	font-size: 18px;/*jlr*/
}

blockquote::before {
	content: "\201C";/*"\201C";jlr */
	display: block;
	font-size: 68px;/*30px; jlr*/
	height: 0;
	left: -42px;/*-20px;jlr*/
	position: relative;
	top: -30px;/*-10px;jlr*/
	color:#c1b283;/*jlr*/
}

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

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #bfb185;/*#f5f5f5;jlr*/
	clear: both;
	margin: 26px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sorts Mill Goudy', serif;/*'Spinnaker', sans-serif;jlr*/
	font-weight: 300;/*400;*/
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	/*font-size: 16px;jlr*/
	/*jlr: to match About Us bottom widget h4 */
	font-family: Spinnaker, sans-serif;
	text-transform:uppercase;
	color: #c0b183!important;/*#515151;*//*important rule needed for BB editor on Our Process page jlr*/
	letter-spacing: .05em;
	font-size: 18px;
}

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

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

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

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

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

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

.gallery-columns-1 .gallery-item {
	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;
	margin-bottom: 0;
}

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

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

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

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

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #c0b183;/*#222;jlr*/
	/*border-radius: 3px;jlr*/
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;/*'Spinnaker', sans-serif;jlr*/
	padding: 12px 22px;/*16px 24px;jlr*/
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.agency-pro-home .content .featured-content a.button:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #caa961;/*#d7c603;*/
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	color: #777;
	cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

th,
td {
	text-align: left;
}

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

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

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

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

.header-full-width .site-container,
.site-container {
	padding-top:0;/*82px; 61px;jlr*/
}

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

.site-inner {
	clear: both;
	padding: 10% 0 3%;/*5% 0;jlr*/
}

.agency-pro-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: 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 {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

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

.breadcrumb {
	color: #585b5d;/*#fff;jlr*/
	font-family:Spinnaker,sans-serif;/* 'Spinnaker', sans-serif;jlr*/
	font-size: 12px;/*14px;jlr*/
	/*margin-bottom: 20px;*/
	/*text-transform: uppercase;*/
	margin-top:40px;/*jlr*/
	text-align: right;/*jlr*/
	width: 50%;/*jlr*/
	float: right;/*jlr*/
}

.breadcrumb a {
	color:  #585b5d;/*#fff;jlr*/
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 0px;/*40px 40px 24px;*//*jlr*/
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

/* Titles
--------------------------------------------- */
/*added .archive-title to match .entry-title for Gallery cat page jlr */
.entry-title,
.archive-title {
	color: #c0b185;/*#333;jlr*/
	font-size: 46px!important;/*36px;jlr*/
	line-height: 1;
	margin: 0 0 40px;/*jlr*/
}

.entry-title a,
.archive-title a {
	color: #bb9d53;/*#333;jlr*/
}

.widget-title {
	color: #c0b185;/*#333;jlr*/
	font-size: 16px;
	margin-bottom: 16px;
	/*text-transform: uppercase;jlr*/
}

.archive-title {
	/*font-size: 20px;
	margin-bottom: 24px;jlr*/
}


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

.widget {
	word-wrap: break-word;
}

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

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

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

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

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

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

a.more-link {
	font-family: Spinnaker, sans-serif;/*'Spinnaker', sans-serif;*/
	text-transform: uppercase;
}

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

/* Genesis eNews Extended - deleted jlr
--------------------------------------------- */

/* Genesis Latest Tweets - deleted jlr
--------------------------------------------- */


/* Gravity Forms - ugh! That jerk - deleted jlr
--------------------------------------------- */

/* Jetpack - deleted - Jetpack is crap - jlr
---------------------------------------------- */

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

.site-header {
	background: rgba(255,255,255,0.8);/*#333;jlr*/
	left: 0;
	min-height: 86px;/*61px; 82+1+3px for border jlr*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	/*text-align: center;jlr*/
	border-top: 3px solid #c0b183;/*jlr*/
	padding: 15px 0;/*jlr*/
	border-bottom: 1px solid rgba(192, 177, 131, 0.3);/*jlr*/
}

.admin-bar .site-header {
	top: 32px;
}


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

.title-area {
	float: none;/*left;jlr*/
	padding: 16px 0;
	width: 305px;/*300px;jlr*/
	margin:0 auto;/*jlr*/

}

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

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #bb9d53;/*#fff;jlr*/
}

.site-title a:hover {
	color: #987e57;/*#d7c603;jlr*/
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	background-position: center !important;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0 15px;/*0;jlr*/
	max-width: 100%;/*widen header to full screen width*/
}

.header-image .site-title a {
	float: left;
	min-height: 82px;/*60px;jlr*/
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	/*text-align: right;*//*jlr*/
	width: 32%;/*800px;*/
}

/* to hold social media icons - vmf */
.site-header .header-left.widget-area{
    float: left;
    width: 30%;
    overflow: hidden;
}

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

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

/* Shrink - vmf
--------------------------------------------- */

.site-header.shrink,
.site-header.shrink .wrap {
	/*background-color: rgba(255, 255, 255, 1.0);jlr*/
	min-height: 60px;
	padding: 5px 0;/*0; jlr*/
}


.site-header.shrink .wrap > .header-left.widget-area > #lsi_widget-2 {
    margin-top: 9px !important;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 223px 60px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

.site-header.shrink .genesis-nav-menu {
    /*background-color: rgba(255, 255, 255, 1.0);jlr*/
    top: 70px;/*60px;added 10px because I added 5px padding top and bottom of .site-header.shrink jlr*/
}

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

.genesis-nav-menu {
	clear: both;
	color: #535759;/*#fff;jlr*/
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	/*border-top: 2px solid #c0b183; jlr*/
	color:  #9d8345;/*#c0b183; #fff; jlr */
	display: block;
	padding: 18px 8px 10px;/*18px 16px 20px;jlr*/
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	/*background-color: #282828;
	border-color: #d7c603;*/
	color:#9d8345;/* #d7c603;jlr*/
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #9d8345;/*#999;jlr*/
}

.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: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: none;
	font-size: 12px;
	padding: 16px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

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

nav.nav-header {
    position: relative;
}

.site-header .genesis-nav-menu {
	/* float: right;
	width: auto;
	above removed 07/26/16 - vmf
	below added 07/26/16 - vmf */
	width: 175px;/*200px;jlr*/
    margin: 0 25px 0 0;/*0 auto;jlr*//*to make nav flush right*/
    position: absolute;
    z-index: 200;
    background: rgba(255,255,255,0.8);
    /*left: 0;jlr to make nav flush right*/
    right: 0;
    top: 97px;
}

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

.nav-primary {
	background-color: #383838;
}

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

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	position: relative; /* vmf */
}

.responsive-menu-icon::before {
	color: #757575;/*#fff; jlr*/
	content: "\f333";
	display: block;
	font: normal 32px/1 'dashicons'; /* original size 20px/1 - vmf */
	margin: 0 25px 0 0;/*0 auto;jlr*//*to make hamburger menu flush right jlr*/
	padding: 10px;
	text-align: right;/*center;jlr*/
}

/* added 7/26/2016 - vmf */
.responsive-menu-icon::after {
    color: #757575;
	display: inline-block;
    content: "MENU";
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 36px;
    /*left: 0;jlr*/
    right: 0;
    line-height: 1;
	margin: 0 30px 0 0;/*0 auto;jlr*//*to make hamburger menu flush right jlr*/
    /*text-align: center;jlr*/
}

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

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

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	padding: 40px;
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 40px;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
	padding: 15% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-middle {
	padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost a:focus img,
.home-middle .featuredpost a.hover img,
.home-middle .featuredpost img:hover,
.home-middle .featuredpost .entry.focused img {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
	background: #333;
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

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

.entry {
	background-color: #fff;
	/*border-radius: 3px;jlr*/
	margin-bottom: 40px;
	padding:40px 40px 24px;
}

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

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

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

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

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

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

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

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

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

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

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

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

.archive-pagination {
	clear: both;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

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

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

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

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

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

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

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

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

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

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

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
	font-family: 'Spinnaker', sans-serif;
}

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

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
}

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

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


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

.sidebar {
	color: #999;
}

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

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

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

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

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

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


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

.footer-widgets {
	background-color: #1d2937;/*#fff;jlr*/
	border-top: 5px solid #c0b183;/*1px solid #ececec; jlr*/
	color: #bfbfbf;/*#999;jlr*/
	clear: both;
	padding: 60px 0 36px;
}
/* commented out because I went from 3 footer widgets to 2 - see customizations jlr */
/*
.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

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

.footer-widgets-3 {
	float: right;

}
*/


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

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

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


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

.site-footer {
	background-color: #1a2532;/*#f5f5f5;jlr*/
	color: #8c8989;/*#999;jlr*/
	font-family: 'PT Sans', sans-serif;/*'Spinnaker', sans-serif;jlr*/
	font-size: 13px;/*10px; jlr*/
	/*letter-spacing: 2px;jlr*/
	padding: 30px 0;/*40px 0;jlr*/
	text-align: center;
	/*text-transform: uppercase;jlr*/
	border-top: 2px solid rgba(255,255,255,0.2);/*jlr*/
}
/*added jlr so I could break it content in media query */
.site-footer span:before {
	content: '\a0\b7\a0';
}
.site-footer a {
	color: #666;/*#999;jlr*/
}

.site-footer a:hover {
	color: #666!important;/*#333;jlr*/
	text-decoration: underline;/*jlr*/
}

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

/*
Theme Colors - removed jlr
---------------------------------------------------------------------------------------------------- */

/**
------------customizations jlr---------------**/
/*---#social-icons - global - see also font awesome---*/
#social-icons i {margin:0;}

/*---#social-icons - header ---*/
.header-left #social-icons {
	padding-top: 20px;
	padding-left: 25px; /*to mirror placement of hamburger menu on right*/
}
.header-left #social-icons i {padding: 0 4px 0;}

/**social icons - footer **/
.footer-widgets #social-icons {margin-top:10px;}
.footer-widgets #social-icons i {padding: 0 0 0 4px;}

/*----header---*/
.agency-pro-home .content .widget {background-color: transparent;}
blockquote p {font-size: 20px;}


/*---footer widgets---*/
/*decreased 3 footer widgets to 2 jlr*/
.footer-widgets-1,
.footer-widgets-2 {
	/*width: 50%;jlr*/
	padding: 1%;
}
.footer-widgets-1 {width: 52%;}
.footer-widgets-2 {width: 45%;}
.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
	text-align: right;
	margin-top: 0!important;/* 46px;*//*to align top of content with .footer-widgets-1. Remove if heading added to .footer-widgets-2*/
}
.footer-widgets,
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6  {font-family: 'PT Sans', sans-serif;}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {text-transform: uppercase;margin: 0 0 6px; color: #bfbfbf!important; font-size: 14px;
}
.footer-widgets h4.widget-title {font-family: 'Sorts Mill Goudy', serif; text-transform: none; color: #fff!important; font-size: 22px; margin: 0 0 22px;
}
.footer-widgets a,
.footer-widgets a:hover {color: #bfbfbf;}
.footer-widgets a:hover {text-decoration:underline;}
.leftfoot1,
.leftfoot2 {float: left; width: 40%;}
.leftfoot3 {clear: left; padding: 18px 0 0;}
.leftfoot1,
.leftfoot2,
.leftfoot3 {font-size: 14px;}




/****#top-section widget, #bottom-section widget*****/
div#top-section,
div#bottom-section {width: 100%;}
div#top-section {
	height: 450px;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	
	/*added to vertically align text*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* reduce vertical spacing between partial height top image and contentfrom 5% */
div#top-section + .site-inner {padding: 2% 2% 3%;} /*for non-#top-section widgetized pages*/

/*****#top-section widget****/

/* background images for #top-section*/
body.inquiries-page div#top-section {background: url(images/widget-bg6-feb-2021-02.jpg) 50% no-repeat;}/*{background: url(images/widget-bg6.jpg) 50% no-repeat;}*/
body.aboutus-page div#top-section {background: url(images/widget-bg2.jpg) 50% no-repeat;}/*not used but widget is programmed*/
body.ourprocess-page div#top-section {background: url(images/widget-bg3-feb-2021-2.jpg) 50% no-repeat;}/*{background: url(images/widget-bg3.jpg) 50% no-repeat;}*/
body.services-page div#top-section {background: url(images/widget-bg5-nov-2021-1.jpg) 50% no-repeat;/*widget-bg5.jpg*/


}


div#top-section .wrap {
	padding: 15% 0 5%;
	width:100%;/*for stupid IE 11 in Windows 10*/
	/*to vertically align text*/
	margin:auto;
	text-align: center;
}

div#top-section .wrap h4.widget-title.widgettitle,
div#top-section .wrap .textwidget p {
	display: inline-block;/*for background*/
	background-color:rgba(0,0,0,0.3);
    -webkit-animation-name: gmi; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 8s; /* Chrome, Safari, Opera */
    animation-name: gmi;
    animation-duration: 8s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes gmi {
    from {background-color: rgba(0,0,0,0.0);}
    to {background-color: rgba(0,0,0,0.3);}
}

/* Standard syntax */
@keyframes gmi {
    from {background-color: rgba(0,0,0,0.0);}
    to {background-color:rgba(0,0,0,0.3);}
}
div#top-section .wrap h4.widget-title.widgettitle {
	color: #fff;
	font-size: 62px;
	font-weight: bold;
	padding: 10px 10px 5px!important;
	margin-bottom:40px;
	
	}

div#top-section .wrap .textwidget p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 5px;
	
	}


/***#bottom-section widget***/
div#bottom-section {background: url(images/gmi-bg1.jpg);
}
div#bottom-section .wrap {
	padding: 4% 0 5%;
}

/*Inquiries page content and bottom-section on Inquiries page*/
/*About Us page h3*/
body.inquiries-page .entry {margin-bottom: 0;padding-bottom:0;}/*too much space between content and bottom widget*/
body.inquiries-page h2,
body.inquiries-page div#bottom-section h2,
body.aboutus-page h3 {text-align: center;} 
body.inquiries-page h2 {font-size: 36px;}
body.inquiries-page div#bottom-section h2 {font-size: 22px;}
body.inquiries-page h2:after,
body.aboutus-page h3:after {
  content: "";
  position: relative;
  width: 120px;
  left: 0;
  display: block;
  border-top: 2px solid #c0b183;		 
}
body.inquiries-page h2:after {
	margin: 15px auto;
}
body.aboutus-page h3:after  {
	margin: 15px auto 30px;
}


body.inquiries-page div#bottom-section h2:after {
	  content: "";
  position: relative;
  width: 60px;
  left: 0;
  display: block;
  border-top: 2px solid #c0b183;
  margin: 15px auto;		
}
body.inquiries-page div#bottom-section {text-align: center;}
body.inquiries-page div#bottom-section .wrap {
	padding:0;/*so center image can be flush to top and bottom of widget*/
	}
body.inquiries-page div#bottom-section .padding {padding: 35px 0 15px;}
body.inquiries-page div#bottom-section .middle {
	min-height: 425px; 
	background-image: url(images/gale-michaud-interiors-cottage-profile-3.jpg);/* url(images/middle.jpg);*/
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	}
body.inquiries-page i {margin-bottom: 16px;}	

/*#bottom-section on About Us page*/
body.aboutus-page .entry {margin-bottom:0;}/*too much space between content and bottom widget*/
div#bottom-section h4.widget-title.widgettitle {
	font-family: Spinnaker, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#757575;
	letter-spacing: .05em;
	font-size: 18px;
	}
div#bottom-section h4.widget-title.widgettitle:after {
  content: "";
  position: relative;
  width: 120px;
  left: 0;
  display: block;
  border-top: 2px solid #c0b183;
  margin: 20px auto;		 
 }
 
/***** Gallery category page - not used but kept in case redirect fails - redirected via Page/Post Redirect Plugin to Gallery page, which uses WP-Tiles *****/ 
.entry.category-gallery {padding-top:0;}
article header h2.entry-title {font-family: Spinnaker, sans-serif; font-size: 18px!important; text-transform: uppercase; text-align: center; margin-bottom: 10px;}
 
/****Genesis SSIcons - code removed from here****/


/*content boxes - Beaver Builder for Client*/
.fl-col.fl-col-small.content-box-column .fl-col.content.fl-node-content{
	background: #f4f6f8; /*some browsers not showing bg color*/
	}

.content-box-text div.fl-module-content.fl-node-content {
	background: #fff;
	text-align: center;
	padding: 25px 25px 5px;	
	color: #747474;
	position: relative;
	margin: -20px 20px 20px;
}

.content-box-text div.fl-module-content.fl-node-content h3:after {
  content: "";
  position: relative;
  width: 33%;
  left: 0;
  display: block;
  border-top: 2px solid #c0b183;
  margin: 20px auto;	
	}
	
.content-box-text div.fl-module-content.fl-node-content a.button {
	padding: 5px 20px;
	color: #fff;	
}

/***Services page ***/
body.services-page .entry-content h6 {text-align: center; }
body.services-page .entry-content h6:after {
  content: "";
  position: relative;
  width: 120px;
  left: 0;
  display: block;
  border-top: 2px solid #c0b183;
  margin: 15px auto;		 
}

/***individual Gallery category post pages***/
body.single.single-post header.entry-header {margin: 40px 40px 0 0;}


/*** WP Tiles - jlr ***/
body.full-height .content,
body.single.single-post .content {min-height: 100vh!important;}
h4.wp-tiles-byline-title {font-family: Spinnaker, sans-serif; text-transform: uppercase; text-align: center; font-size: 16px; letter-spacing: .05em;}
/*hide img name in swipebox lightbox*/
#swipebox-title {display:none!important;}

/*------------------------ begin Display Post Type plugin styles s -----------------------*/


/*------------------------ end Display Post Type -----------------------*/

/****font awesome colors****/
/*global*/
i {color: #c0b183;}

/*header - font awesome social icons colors*/
.site-header i {color:#987e5a;}
.site-header i:hover {color: #757575;}

/*footer - font awesome social icons colors*/
.footer-widgets i {color: #bfbfbf;}
.footer-widgets i:hover {color: #e1e1e1;}

/***misc****/


div.break {
	clear: both;
	margin: 60px auto;
	width:85%;
	height: 1px;
	background: #bfb185;
}

img.h-space.alignleft{margin-right: 44px;}
img.h-space.alignright{margin-left: 44px;}

/*for anchor tags that are hidden by static/sticky header*/
.anchor{
  display: block;
  height: 83px; /*same height as sticky header*/
  margin-top: -83px; /*same height as sticky header*/
  visibility: hidden;
}

.img-border {
	padding: 3px;
	margin: 0 0 0 5px;
	border: 1px solid #999;
}


/*using font awesome leaf icon for bullets */

ul.icon li
{
	list-style-type: none!important;
}

ul.icon li
{
	/*text-indent: -1.4em;*/
	font-size: 18px;
	line-height: 2;
}

ul.icon li:before
{
	font-family: fontAwesome;
	content: "\f06c";
	float: left;
	width: 2em;
	color: #c0b183;
	font-size: 14px;
	margin-top: 4px;
}


/**** negative text indent seo ****/

.none {text-indent: -9999em;}

/**** Cookie Notice And privacy policy fcd jlr ****/

/**** Cookie Notice ****/
.cn-button.button {padding:6px 12px;}

/**** privacy policy ****/
.page-template-page_landing .site-inner {padding-top:5%;}
.page-template-page_landing .entry-header .entry-title {text-align:center;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/* dislay responsive menu icon full time */
@media only screen {

    /* code copied from max-width: 680px */
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
    .genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 12px 20px;/*18px 20px;jlr*/
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #535759;/*#fff;jlr*/
	}

}

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

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

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

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 30%;/*660px;jlr*/
	}

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

	/*commented out - only 2 widgets, keep 1 at 52% and 2 at 45% jlr */
	/*.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}*/

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}

	.agency-pro-home .home-bottom .featuredpost .entry {
		min-height: 360px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 760px;
	}

	/* removed
	,
	.site-header .widget-area,
	.title-area 
	from below rule so we could continue to have nav right and icons left  - move to next media query - jlr */
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap{
		width: 100%;
	}

	.site-container {
		/*padding-top: 105px;jlr - moved to next media query*/
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

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

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

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

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

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}

	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
	
	/*added - slight overlap of drop-down menu jlr */
	.site-header .genesis-nav-menu {
		top:103px;
	}
	.site-header.shrink .genesis-nav-menu {
		top:76px;
	}

	
	/*Beaver Builder CTA sections on Our Process page */
	.fl-col.content-box-column div.fl-col-content.fl-node-content {
		margin-left: 10px; 
		margin-right: 10px;
	}
	.content-box-text div.fl-module-content.fl-node-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/*Inquiries page bottom widget */
	body.inquiries-page div#bottom-section .padding {padding-top: 25px;}
	body.inquiries-page div#bottom-section p {font-size: 14px;}
	body.inquiries-page div#bottom-section .middle {min-height: 395px;}
	
	/*footer widgets - jlr*/
	.footer-widgets-1,
	.footer-widgets-2 {
		text-align: center;
	}
	.footer-widgets-2 {margin-top:0;}/*remove if title is added to .footer-widgets-2*/
	
	.leftfoot1,
	.leftfoot2 {
		width: 48%;
	}
	
	

}

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

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

	.agency-pro-home .wrap {
		max-width: 640px;
	}

	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	/*added .archive-title to match .entry title for Gallery cat page jlr*/
	.entry-title,
	.archive-title {
		font-size: 30px;
	}

	.site-inner {
		padding:5% 2%;/* 5%;jlr*/
	}

	/*moved from max-width 1023px media query jlr*/
	.site-container {
		padding-top: 105px;
	}

	/*padding-top: 105px messing up #top-image - add for any additional pages that have custom #top-section widget - jlr*/
	body.ourprocess-page .site-container,
	body.inquiries-page .site-container,
	body.services-page .site-container {
		padding-top:0;
	}
	
	/*Inquiries page widget - jlr*/
	body.inquiries-page div#bottom-section p {font-size: 16px;}
	body.inquiries-page div#bottom-section .middle {
		min-height: 325px;
	}

}

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

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }
	
	/*added jlr:*/
	.site-header .header-left.widget-area,
	.site-header .widget-area {
		width: 25%;
	}
}

/*added jlr*/
@media only screen and (max-width: 768px) {
	.fl-col.content-box-column {
		margin-bottom: 25px;
	}
}

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

	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.site-header {
		position: static;
	}

	.wrap {
		width: 90%;
	}

	.agency-pro-home .content .wrap {
		max-width: 380px;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}

	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}

	.home-top .widget-title {
		font-size: 48px;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
	}
	
	.responsive-menu-icon::before {
		margin-right:0;
	}
	
	.responsive-menu-icon::after {
		margin-right: 5px;
	}
	
	.site-header .genesis-nav-menu {
		margin-right:0;
		top:97px;/*adjusted from 103px because I removed 6px bottom margin from .site-title a */
	}
	
	.title-area {
		width: 45%;/*left and right widget areas are at 25%*/
	}
	
	.header-image .site-title a{
		background-size: contain!important;
		margin-bottom:0;
	}
	
	div#top-section {
		height: 350px;
	}
	
	div#top-section .wrap {
		padding:0;
	}
	
	div#top-section .wrap h4.widget-title.widgettitle {
		font-size: 52px;
	}
	
	body.inquiries-page div#bottom-section .middle {
		min-height: 225px;
	}
	
	/*added jlr*/
	.header-left #social-icons {
		padding-left:0;
	}

	
}

/*added jlr */
@media only screen and (max-width: 568px) {
	.header-image .site-header .wrap {padding: 0;}
	.header-left #social-icons i {
		padding: 0 1px 0;
	}
	div#top-section {
		height: 250px;
	}
	div#top-section .wrap h4.widget-title.widgettitle {
		font-size: 40px;
	}
}

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

	.home-middle .featuredpost img.entry-image {
		position: relative;
	}

	.home-middle .featuredpost .entry a:focus img,
	.home-middle .featuredpost .entry a.hover img,
	.home-middle .featuredpost .entry img:hover,
	.home-middle .featuredpost .entry.focused img {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}
	
	/*added jlr:*/
	div#top-section .wrap h4.widget-title.widgettitle {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.breadcrumb {
		margin-top:15px;
		margin-bottom: 5px;
		width:100%;
	}
	.alignleft, a.alignleft, img.alignleft, .wp-caption.alignleft,
	.alignright, a.alignright, img.alignright, .wp-caption.alignright {
		float:none;
		display:block;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	
	.entry-content ul.icon
	{
		margin-left:10px;
	}
	
	.site-footer span:before {
		content: '';
		display:block;
	}
}

/*added jlr */
@media only screen and (max-width: 414px) {
	/*hide font awesome #social-icons for horizontal real estate*/
	.header-left #social-icons {
		display:none;
	}
	
	div#top-section .wrap h4.widget-title.widgettitle {
		font-size: 32px;
	}
	
	.breadcrumb {
		text-align: left; 
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.leftfoot1, .leftfoot2 {
		width:100%;
		margin-bottom: 20px;
	}
	
}
/*added jlr */
@media only screen and (max-width: 320px) {
	div#top-section .wrap h4.widget-title.widgettitle {
		font-size: 26px;
	}
	
	div#top-section .wrap .textwidget p {
		font-size: 14px;
	}
}
