/*
	Theme Name: FatCat Theme
	Description: A cool theme based on PDCD's swank, versatile WordPress Theme
	Author: Jamie Lyn Ross
	Author URI: https://www.fcdesign.net
	Version: 1.0.0
 
	Tags: swank, chic, feminine, sleek, versatile, wordpress theme
 
	Template: genesis
	Template Version: 2.0.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Home Page Widgets
		- Featured Circles
		- Featured Slider
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Top Bar Widgets
		- After Header Widget - jlr	
		- Featured Content
		- Home Top - jlr
	- Plugins
		- Pricing Tables jlr
		- Genesis eNews Extended - deleted jlr
		- Genesis Latest Tweets - deleted jlr
		- Gravity Forms - deleted jlr
		- Jetpack - deleted jlr
		- Simple Social Icons - deleted jlr
		- MetaBox/Metabox/MB - jlr fcd 2804 --> deleted sucks with this theme
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Top Right - jlr
	- Content Area
		- Drop Cap
		- Entries
		- Pagination
		- Comments
		- Boxed areas - jlr
		- Horizontal shadow separator - jlr
	- Sidebars
	- Footer Widgets
	- Site Footer
	- JetPack Sharing - deleted jlr
	- Portfolio Page
	- Writing Page - jlr
	- Blank Page - jlr
	- Color Options
	- ACF Pro Reviews per Claude and Grok 
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 980px - jlr
		- max-width: 767px
		- max-width: 694px - jlr
		- max-width: 668px - jlr
		- max-width: 650px
		- max-width: 520px
		- max-width: 479px - jlr
		- max-width: 414px - jlr
		- max-width: 320px
	- Mobile Navigation

*/


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

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

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

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


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

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

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

body {
	color:#7c7c7c;
	font-family: 'Spinnaker', sans-serif; /*jlr*/
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
}

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

::-moz-selection {
/*	background-color: #c0b183;*//*jlr*/
	color: #fff;
}

::selection {
	background-color: #d3d3d3;/* #c0b183;*/
	color: #414141;/*#fff;*/
}

a {
	color: #829fa4;/*#977e5c;*/
	text-decoration: none;
/*	background: #F2F2F2;*/
	padding: 3px 0px;
}
	

a img {
	margin-bottom: -4px;

}


a:hover {
	color: #414141;/*#999;*/
}

/*-----------jlr-----------*/
/*offset anchor links from going too far*/
a.anchor {
    display: block;
    position: relative;
    top: -63px;
    visibility: hidden;
}

/*custom buttons*/

.site-inner a.fatcat-button {
    background-color:#96B4BA!important;
	border: none!important;
	color: #fff!important;
	cursor: pointer;
	padding: 6px 22px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .05em;
    display: inline-block;
    margin: 10px auto 20px;
	text-decoration:none!important;
}

.top-bar a.fatcat-button {
	padding: 10px;
	margin:5px 0 0 10px;
	background-color: #96B4BA;
	color:#fff;
	
}

a.fatcat-button:hover {
    background-color: #DDE7E9!important;  
    color: #414141!important;
    text-decoration:none;
}

.top-bar a.fatcat-button:hover {

}

.site-inner a.fatcat-button.btn-outline {
    background-color: #DDE7E9!important;  
    color: #414141!important;
/*	border: none!important;
	cursor: pointer;
	padding: 6px 22px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .05em;
    display: inline-block;
    margin: 10px auto 20px;*/
}
	
/*******************/

p {
	margin: 0 0 20px;/*0 0 24px;jlr*/
	padding: 0;
}

strong {
	font-weight: 700;
	color:#636363;
}

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

blockquote {
	margin: 0 0 24px 0;
	padding: 40px 40px 30px;
	color:#999;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: 'Spinnaker', sans-serif; /*'Old Standard TT', serif;jlr*/
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	color:#DDE7E9;
}

/***********jlr*********/
.fatcat-shadow blockquote {
	background:#fafafa;
}

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

cite {
	font-style: normal;
}


/***********jlr*********/
hr {
	margin: 40px auto;
}

hr.partial {
	width: 85%!important;
}

hr.min {width: 30%; border-color:#96B4BA;}

hr.subtle {
	border-color:rgba(192, 177, 131, 0.3);
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#414141;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	color:rgba(65, 65, 65, 0.85);
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
/***********jlr*********/
/*centered h5 with hline left and right*/
h3.fatcat-fancy {
	font-size: 22px!important;
	text-transform:none;
}
h3.fatcat-fancy,
h5.fatcat-fancy {
	overflow: hidden;
	font-size: 1em;
	width: 75%;
	text-align: center;
	margin: 40px auto 20px;
}
h5.fatcat-fancy a {
	font-weight: normal;
}

h3.fatcat-fancy:before,
h3.fatcat-fancy:after,
h5.fatcat-fancy:before,
h5.fatcat-fancy:after {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
   	content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
h3.fatcat-fancy:before,
h5.fatcat-fancy:before {
    right: 0.5em;
    margin-left: -50%;
}
h3.fatcat-fancy:after,
h5.fatcat-fancy:after {
    left: 0.5em;
    margin-right: -50%;
}


h3.fatcat-fancy + p.upper {
	text-transform:uppercase;
	text-align:center;
	font-size: 18px;
	color:#7c7c7c;
}

/*jlr - h3 or h5 with hline below */
h3.fatcat-underlined,
h5.fatcat-underlined {
text-transform: uppercase;
text-align: center;
letter-spacing: .05em;
margin:20px auto;
}
h3.fatcat-underlined {
	font-size: 24px;
}
h5.fatcat-underlined {
	font-size: 2rem;/*16px;*/
}

h5.fatcat-underlined a {
	font-weight:normal;
}

h5.fatcat-underlined span{
	display:block;
	font-size: 12px;
	color: #8d8d8d;
	margin: 5px auto 0 auto;
}

h3.fatcat-underlined:after,
h5.fatcat-underlined:after {
    content: "";
	position: relative;
	width: 120px;
	left: 0;
	display: block;
	border-top: 1px solid #e6e6e6;
    margin: 20px auto;
}

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

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

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
/*added :not rule per accessiBe so button is visible and 2 additional rules - FCD*/

img:not(.acsb-widget img,.acsb-language-flag img) {
	background: #fff;
	border: 1px solid #ddd;/*jlr*/
	padding: 7px;/*jlr*/
	height: auto;
	width: auto; /* IE8 */
}
.acsb-widget img:not(.acsb-language-flag img) {padding: 7px;}
.acsb-widget img:hover {
	background: #6e5982;/*#7A6777;*/
}
.acsb-language-flag img {padding:0;}

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

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #bbb;
	font-family: 'Spinnaker', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 15px;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #96B4BA;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DDE7E9;
}

.entry-content .button:hover {
	color: #010102;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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;
}


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

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

.site-container  {
	margin: 0 auto;
	max-width: 1140px;
	background-size:contain;
}

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

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


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

/*
Home Top Widget - jlr
--------------------------------------------- */
.home-top.widget-area {
	float: none;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top:5px;
	text-align: center;
}
.home-top.widget-area h3,
.home-top.widget-area h4,
.home-top.widget-area h5,
.home-top.widget-area h6,
.home-top.widget-area p {
	line-height: 1.5;
}

.home-top.widget-area .widget-title {
	text-transform: none; 
	font-size: 24px;
	margin: auto;
}

.home-top h6 {
	text-transform:none;
}
.home-top.widget-area .widget-title,
.home-top.widget-area p {
	width: 85%;
}
.home-top.widget-area p {
	margin-left: auto;
	margin-right: auto;
}

.home-top.widget-area .widget-title span {margin-left:10px;}


/*
Home Slider Widget
--------------------------------------------- */
.home-slider {
	border-bottom: 1px solid #ddd;
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}


/* Direction Nav */
.flex-direction-nav li a {
	width: 52px !important; 
	height: 52px !important; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0 !important; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important; 
	right: -60px !important; 
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important; 
}

.flex-direction-nav li .prev {
	left: -60px !important; 
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important; 
}

/*
Featured Circles
--------------------------------------------- */

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

.featured-circles {
	border-bottom: 0 solid #ddd;
	text-align: center;
}

/***********jlr*********/
.featured-circles a {
	background:none;
}

.featured-circles img {
	border: 1px solid #ddd;
	padding: 7px;
	border-radius: 50%;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px; 

}

.featured-circles img:hover {
	background-color: #DDE7E9; 
	border: 1px solid #DDE7E9;
}

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

.featured-circles .widget {
	display: inline-block;
	padding: 20px 25px;
	text-align: center;
	width: 20%;
}

.featured-circles .widget-title {
	margin-bottom: 15px;/*7px;jlr*/
	margin-top: 10px;
	font-size: 15px;/*jlr*/
	font-weight:normal;/*jlr*/
}

.featured-circles .featured-content .entry {
	border-bottom: 0;
}



/*
Home Featured Widget Area
--------------------------------------------- */

.home-featured-area .widget {
	float: left;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-featured-area .featured-content .entry-title {
	margin-bottom: 40px;
	margin-top: -70px;
	margin: -70px auto 40px auto;
	max-width: 300px;
}

.home-featured-area h2.entry-title {
	background-color: transparent;
	opacity: 0.5;
}

.home-featured-area h2.entry-title a {
	width: 100%;
}

.home-featured-area .post .entry-content p:first-child:first-letter { 
	color: #999; 
	float: none;
	font-size: 16px; 
	line-height: 1;
	margin: 0;
	padding: 0;
}

.home-featured-area .featured-content .entry {
	border: none;
}

.home article .img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px;
}

.home-featured-area {
	margin: 0 auto !important;
	padding: 20px 0;
	text-align: center;
}

.featured-slider {
	margin: 0 auto !important;
	text-align: center;
}

#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#genesis-responsive-slider img {
	border: none !important;
}

.slide-image img {
	padding: 0 !important;
}

.flex-direction-nav li .prev {
	left: 20px !important;
}

.flex-direction-nav li .next {
	right: 20px !important;
}

.flex-direction-nav li a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* 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%;
}

.full-width-content .entry {
	padding-right: 0;
}

/* Primary Sidebar */

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

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

.sidebar ul li {
	background-color: transparent;
	text-align: center;
}

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

/***********jlr*********/

/* fatcat-quoted, fatcat-small - jlr
-------------------------------------------- */
.fatcat-quoted:before {
	font-family: fontAwesome;
	content: "\f06c";
	padding-right: 5px;
}
.fatcat-quoted,
.fatcat-small {
	display: block;
	text-align: right;
	font-size: 11px;
	line-height: 1;
	padding-right: 20px;
}
.fatcat-small,
a.fatcat-small {
}
a.fatcat-quoted,
a.fatcat-small {
	font-weight:normal!important;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100px;
	float: left;
	padding: 7px;
	width: 100px;
}

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

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

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

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

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

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

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

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

.wp-caption-text {
	color: #bbb;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text p {
	margin: 0 0 0 0 !important;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	font-size: 12px;
}

.archive-description,
.author-box {
	background-color: transparent;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
	display:none;
}

.author-box {
	padding: 40px;
}

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

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

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

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

.entry-title {
	font-size:26px;/* 32px;*//*edited from 32px bc it was huge on archive-review page*//*40px;*//*edited after Claude fixing randomize blog posts on blog page*/
	/*line-height: 1;*//*removed after Claude fixing randomize blog posts on /blog page */
	text-align:center;
}
/*jlr - Blog Archive page */
.page-template-page_archive.page h1.entry-title {
	font-family: 'Spinnaker', sans-serif;
}

.page-template-page_archive h1.entry-title,
.page-template-page_blog h2.entry-title, 
.single-post h1.entry-title,
.archive.category h2.entry-title, 
.archive.tag h2.entry-title, 
.archive.date h2.entry-title,
.error404 h1.entry-title {
	line-height: 1.5; 
	text-transform:none;
}

.page-template-page_archive.page h1.entry-title,
.page-template-page_blog h2.entry-title,
.single-post h1.entry-title,
.archive.date h2.entry-title,
.archive.category h2.entry-title, 
.archive.tag h2.entry-title, 
.error404 h1.entry-title {
	font-size: 32px;
}

.page-template-page_archive.page h1.entry-title::after {
	content: "";
    border-bottom: 1px solid #ddd;
	margin:20px auto;
    display:block;
}
.page-template-page_archive.page h4 {
	color:#bbb;
}

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

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*jlr*/
.page h1.entry-title,
.single-post h1.entry-title {
	color: #414141;
	text-transform: none;
	text-align:center;
}

.single-post h1.entry-title,
.simple-page-title h1.entry-title {
}

.single-post h5 {
	margin-top:40px;
	border-bottom: 1px solid #ddd;
	text-transform: none;
	font-size: 24px;
	font-weight: bold;
}


.post-type-archive-portfolio h1.entry-title,
.post-type-archive-writing h1.entry-title {
	color: #414141;
	text-transform: none;
	padding-top:40px;
	margin-bottom:20px;
}

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

/* Top Bar Widget Areas
--------------------------------------------- */

.top-bar {
	background-color:transparent;
	color: #999;
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-top: 15px;
	text-transform: uppercase;
}
/***********top bar*********/

/*added for faded horizontal line - jlr*/
.top-bar:after {content: '';
    display:block;
  	position: relative;
  	top: 10px;
  	right: 0;
  	left: 0;
  	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.2));}

.top-bar a {
	color: #747778;
	font-size: 11px;
	letter-spacing: 0;
}

.top-bar a:hover,
.top-bar a:active {
	color: #49384B;
}

.top-bar-left,
.top-bar-right {
	width: 50%;
}

.top-bar-left p,
.top-bar-right p {
	margin-bottom: 0;
}

.top-bar-left {
	float: left;
}

.top-bar-left .widgetwrap {
	float: left;
}

.top-bar-right {
	float: right;
	text-align: right;
}

.top-bar .widgettitle {
	color: rgba(153,153,153,0.7);
	line-height: 1;
	font-weight: normal;
	font-size: 11px;
	display: inline;
	text-transform:none;
}

.top-bar-left .widgettitle {
	text-align: left;
}

.top-bar-right .widgettitle {
	text-align: right;
}

.top-bar .simple-social-icons {
	margin-bottom: -10px;
}

/***********jlr*********/

.top-bar-left span.pretext {
	color: rgba(190, 181, 153, 1);
	text-transform: none;
	padding-right: 5px;
}
.top-bar-left span.dot:before,
.top-bar-right span.dot:before {
	content:"\00b7";
	margin: auto 7px;
}

/*jlr*/
.top-bar-full {
	width:100%;
	clear: both;
	text-align:center;
	display:none;
}

.top-bar-full p {
	margin-bottom:0;
}

/***********jlr*********/
/* After Header Widget Area - jlr
--------------------------------------------- */

.after-hdr-tagline {
	width:100%;
}
.after-hdr-tagline .wrap.after-hdr {
	padding:0;
	margin-top:-10px;
	margin-left: auto;
	margin-right: auto;
}
.after-hdr .widget-title {
	color: #8D8D8D;
	font-size: 12px;
	text-transform:none;
	font-weight: normal;
	/*margin-left:30%;*/
	margin-left:auto;
	margin-right: auto;
}

.after-hdr .widget-title span#first::before,
.after-hdr .widget-title span#second::before {
	content:"\00b7";
	padding-left: 3px;
	padding-right:3px;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

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


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

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


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


/* Gravity Forms - deleted jlr
--------------------------------------------- */


/* Jetpack - deleted jlr
--------------------------------------------- */

/* Pricing Tables jlr
--------------------------------------------- */
.cp2-price-duration {
   font-family: 'Spinnaker', sans-serif!important;
}


/* Portfolio Page
--------------------------------------------- */
/* edited per Grok; Claude failed me - jlr - fingers crossed */
/* https://grok.com/share/c2hhcmQtMg_42ca38eb-4fdb-4d79-a94e-911596549da4 */

.post-type-archive-portfolio .entry-header {display:inline-block;/* wasn't centered; was offset by margin jlr */}

.portfolio h2.entry-title { /*added h2 jlr*/
	text-align: center;
	font-size: 14px;
}

.post-type-archive-portfolio .navigation {
	clear: both;
	text-transform: uppercase;
}

.portfolio-featured-image a img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.portfolio.type-portfolio.entry {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	margin-bottom: 40px;
}

.portfolio.type-portfolio.entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}


.single-portfolio .type-portfolio.entry {
	float: none;
	width: 100%;
	padding: 0;
	margin-left: 0;
}

.portfolio-featured-image a img:hover,
a img:hover {
	background-color: #ddd;
}

.single-portfolio #content,
.archive-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	background: #fff;
}

.single-portfolio img.aligncenter.size-full {
	margin: 40px auto;
}

.portfolioblurb {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.portfolioblurb .textwidget {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 40px;
}

.portfolioblurb h4 {
	font-size: 36px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
}

.single-portfolio h1 {
	padding-top: 10px;
}

.single-portfolio h1:before,
.single-portfolio h1:after {
    border-bottom: 1px solid #e6e6e6;
   	content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}

.single-portfolio h1:before {
    right: 0.5em;
    margin-left: -50%;
}

.single-portfolio h1:after {
    left: 0.5em;
    margin-right: -50%;
}

.post-type-archive-portfolio .portfolio .entry-content {
	display: none;
}

.pagination,
.archive-pagination { 
	clear: both;
}

h2.entry-title {
    text-align: center;
}


/***********jlr*********/
/* Writing Page - jlr
--------------------------------------------- */
.writing .entry-title {
	font-size: 16px;
}

.post-type-archive-writing .writing.entry {
	padding-top:0;
	padding-bottom:0;
}

.single-writing header.entry-header {
	text-align:center;/*so custom fields are centered also jlr*/
}
.single-writing .type-writing.entry {
	padding: 0;
}

.single-writing .entry-content {
	margin-top:30px;
}

.single-writing h1 {
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 20px!important;
	overflow: hidden;
	width: 75%;
	margin: 20px auto 5px;
}
.single-writing h1:before,
.single-writing h1:after {
    border-bottom: 1px solid rgba(192, 177, 131, 0.6);
   content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
.single-writing h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.single-writing h1:after {
    left: 0.5em;
    margin-right: -50%;
}

.writing h2.entry-title {
	overflow: hidden;
	font-size: 1em;
	width: 75%;
	text-align: center;
	margin: 20px auto;
}


.writing h2.entry-title:before,
.writing h2.entry-title:after {
    border-bottom: 1px solid rgba(192, 177, 131, 0.6);
	content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
.writing h2.entry-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.writing h2.entry-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.single-writing h5 {
	margin: 0 0 4px;
	font-weight: bold;
}

div.fatcat-published,
div.fatcat-collaborator,
div.fatcat-published p,
div.fatcat-collaborator p {display: inline; font-size: 12px;}
div.fatcat-published + div.fatcat-collaborator:before {content: "\00B7"; margin: auto 5px;}

.single-writing p > strong {
	color:#525252;
}
/***********jlr*********/

/* Blank Page Template - jlr
--------------------------------------------- */
.page-template-blank-template header.site-header {
	margin-top:50px;
}
.page-template-blank-template header.site-header .wrap {
	padding-bottom:0;
}
.page-template-blank-template h1.entry-title {
	text-align:center;
}
.page-template-blank-template header.site-header h1.entry-title{
	font-size: 20px;
} 
.page-template-blank-template h1.entry-title {
	font-size: 26px;
}

.page-template-blank-template .site-inner,
.page-template-blank-template .entry {
	padding-top:0;
}


/* Simple Social Icons Custom Styling for swank
--------------------------------------------- */

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	padding: 0 !important;
}

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

.site-header {
	background-color: transparent;
}

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

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

.title-area {
	display: inline-block;
	font-weight: 400;
	margin: 0;
	padding: 18px 0 25px 0;
	text-align: center;
	width: 320px;
}

.header-image .site-description {
	line-height: 0;
}

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

.site-title {
	font-size: 58px;
	line-height: 0.8;
	margin: 30px 0 15px;
	text-transform: none;
}

.site-title a {
	color: #555;
}

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

.site-description {
	color: #bbb;
	font-size: 12px;
	font-weight: 300;
	line-height: 0.5;
	margin: 0 10px;
	text-transform: uppercase;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 104px;
	margin: 10px auto;
	text-indent: -9999px;
	max-width: 401px;
}

.header-image .site-title a {
	width: 100%;
}



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

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

.site-header .widget-area {
	display: inline-block;
	float: right;
	text-align: right;
	width: 700px;
}

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

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'source sans pro', sans-serif; 
	font-weight: 400;
	line-height: 1;/*1.5;jlr*/
	text-align: center;
	width: 100%;
}



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

.genesis-nav-menu a {
	border: none;
	color:#8d8d8d; 
	display: block;
	font-size: 12px;
	padding: 18px 20px;
	position: relative;
}

.nav-secondary .genesis-nav-menu a {
	padding:18px 0 7px 15px;
}

.nav-primary li a::after {
}

.genesis-nav-menu .sub-menu a::after {
	color: #fff !important;
	content: "";
	padding-left: 0 !important;
}

.genesis-nav-menu > .last > a::after {
	color: #fff;
}
 .genesis-nav-menu .current-menu-item > a {
	color:#96B4BA;!important;	
	background: #dde7e9!important;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
/*	color:#96B4BA!important;*//*#c0b183*/
   background: #96B4BA!important;
	color: #fff!important;
}


.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #96B4BA;!important;/*#c0b183*/
}

/***********jlr*********/
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	background: none;
}

/***********jlr*********/
/*button*/
.genesis-nav-menu > .button-nav.menu-item {
/*	background: #DDE7E9;*/
}

.genesis-nav-menu > .button-nav.menu-item > a:hover{
	background: #96B4BA;
	color: #fff;
}


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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 12px;
	padding: 10px 20px;
	position: relative;
	width: 220px;
}

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

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

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

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

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

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

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

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

.genesis-nav-menu > .search input {
	color: #ddd;
	padding: 10px;
	
}
.genesis-nav-menu > .right.search {
	padding: 8px;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: transparent;
	border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}

.nav-primary .current-menu-item > a,
.nav-primary .current-menu-ancestor > a {
	color: rgba(1, 1, 3, 0.8);
}

.nav-primary a:hover {
	color: #49384B;
}

.nav-primary .sub-menu a:hover {
	color: #49384B;
}

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

.nav-secondary {
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.nav-secondary li a::after{
	color: #ddd;
	content: "|";
	padding-left: 20px;
}

/*target subnav items for portfolio, writing, single blog, blog cat archives and blog tag archives - jlr	 */
.post-type-archive-portfolio .menu-item-155 a,
.post-type-archive-writing .menu-item-155 a,
.single-writing .menu-item-155 a,
.single-portfolio .menu-item-155 a,
.post-type-archive-portfolio a.portfolio-menu-item,
.post-type-archive-writing a.writing-menu-item,
.single-writing a.writing-menu-item,
.single-portfolio a.portfolio-menu-item,
.single-post .menu-item-2210 a,
.single-post .menu-item-2210 a,
.archive.category .menu-item-2210 a,
.archive.tag .menu-item-2210 a {
color:#8d8d8d;
}


/*nav menu items fontawesome - jlr*/
li.accent-paw a:before{
    content: "\f1b0";
    font-family: fontawesome;
	padding-right: .25em;
	color: rgba(201, 189, 152, 0.9);
}


/*
Top Right - jlr
--------------------------------------------- */
#menu-top-right .menu-item {
	display: inline-block;
	text-align: left;
}

#menu-top-right a {
	display:block;
	padding-left: 5px;
}

#menu-top-right li a::after {
	color: #ddd;
	content: "|";
	padding-left: 6px;
}

#menu-top-right > .last > a::after {
	color: #fff;
	content: "";
	padding-left: 0;
}


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

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

.entry {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 20px 24px 0;
}

.entry-content a {

	font-weight:bold;
	background: #EBF1F2;
	display: inline-block;
	padding: 1px 10px;
	color: #636363;/*#747778;*/
}



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

/*blog toc block*/
.entry-content #resources a,
.entry-content #resources-toc a,
.entry-content #resources-list a{
	background: none;
	font-weight:normal;
}

.entry-content #resources a:hover,
.entry-content #resources-toc a:hover,
.entry-content #resources-list a:hover{
	background: #EBF1F2;
}




.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

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

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

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

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

/*jlr adding space for bullets and numbering*/
.entry-content ol li,
.entry-content > ul > li {margin-bottom:20px;}

/*jlr ul using fontawesome leaf icon:*/

ul.fatcat-icon li {
    list-style-type: none !important;
	line-height: 2;
}

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

ul.fatcat-icon ul {
 	margin-left:10px;
}

ul.fatcat-icon li li {
    color: rgba(117,117,117,0.7);   
}

ul.fatcat-icon li li:before {
content: "";
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	font-family: 'Spinnaker', sans-serif; 
	font-size: 12px;
	/*font-style: italic;*/
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 0 7px 0;
	text-transform: lowercase;
}

.entry-time, .entry-author {
	font-family: 'Spinnaker', sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.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, .entry-categories::before {
	/*content: "|";
	margin: 0 6px 0 2px;*/
}

.entry-categories a {
	font-family: 'Spinnaker', sans-serif;/*jlr*/
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-comments-link {
	text-transform: none;
}

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

.archive-pagination,
.entry-pagination {
	font-family: 'Spinnaker', sans-serif; 
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ddd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

#respond textarea {
	color: #999;
	font-family: 'Spinnaker', sans-serif;
	font-size: 16px;
	text-transform: none;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: transparent;
	margin-bottom: 40px;
}

.comment-respond {
	border: 1px solid #ddd;
}

.entry-comments {
	padding: 0;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	font-family: 'Spinnaker', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.comment-meta {
	font-family: 'Spinnaker', sans-serif; 
}

.says {
	font-family: 'Spinnaker', sans-serif;
	font-style: italic;
	text-transform: lowercase;
}

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

.comment-respond label {
	display: block;
	font-family: 'Spinnaker', sans-serif;
	margin-right: 12px;
	text-transform: uppercase;
}

.comment-subscription-form .subscribe-label {
	font-size: 12px;
	margin: 0;
}

p.comment-subscription-form {
	margin: 0 0 4px 0;
}

p.logged-in-as {
	margin: 0 0 2px 0;
}

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

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

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

li.comment {
	background-color: #fff;
	border: 1px solid #ddd;
}

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

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

.bypostauthor {
	background-color: #f5f5f5 !important;
	border-right: none;
}

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

.commentnumber {
	float: right;
	font-family: 'Spinnaker', sans-serif; 
	font-size: 40px;
}

/*
jlr - Boxed areas - box with corner shadows
--------------------------------------------------- */ 
.fatcat-box {
	width:70%;
	min-height:100px;
	background:#fafafa;
	margin:40px auto;
    text-align:center;
    padding: 15px 30px 30px;/*30px;*/
	border-top: 1px solid rgba(117, 117, 117, 0.1);
	border-left: 1px solid rgba(117, 117, 117, 0.05);
}

/* with centered content box we have to kill the bullets*/
/*.fatcat-box ul li {list-style-type:none;}*/

/* with centered content box with ul, make left-aligned*/
.fatcat-box ul  {text-align:left;}


.fatcat-box a.fatcat-button {
	margin-bottom:10px;
	text-decoration:none;
}


.fatcat-shadow {
  position: relative;
}

.fatcat-shadow:before,
.fatcat-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.fatcat-shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*
jlr - Horizontal shadow separator
-------------------------------------------------*/
.fatcat-spacer {
  	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	position:relative; 
}
  
.fatcat-mask { 
     overflow:hidden; 
    height:20px; 
}

.fatcat-mask:after { 
    content:''; 
    display:block; 
    margin:-25px auto 0;
    width:100%;
    height:25px;  
    border-radius:125px / 12px;  
    box-shadow:0 0 8px rgba(0, 0, 0, 0.51);
  }

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

.sidebar {
	color: #999;
}

.sidebar a {
	color: rgba(51, 51, 51, 0.70);/*#977e5c;#c0b183; jlr*/
}

.sidebar a:hover {
	color:#333;/* #999;*/
}

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

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

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

.sidebar .widget {
	background-color: #fafafa;/*#f8f7f0; #f5f5f5;*/
	border:1px solid rgba(117, 117, 117, 0.1);/* 7px solid #eee;*/
	margin-bottom: 40px;
	padding: 40px;
}

.sidebar #nav_menu-2.widget {
	padding: 20px 40px;
}

/*jlr*/
.sidebar .widget.widget_recent_entries li {
	margin-bottom:20px; 
	line-height:1.75; 
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.sidebar h4.widget-title.widgettitle {color:#bbb;}

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

.footer-widgets {
	background-color:transparent;
	border-top: 0 solid #ddd;
	color: #999;
	clear: both;
	margin-top:40px;/*jlr*/
	}
/*jlr*/
.footer-widgets:before {
	content: '';
	display: block;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	border: 0;
	height: 1px;
  	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.2));
}

.footer-widgets p {
	font-family: 'Spinnaker', sans-serif; 
	font-size: 14px;
}

.footer-widgets-1 {
	padding: 40px 20px 20px 0;
	width: 50%;
}

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

.footer-widgets-1:after {
	border-right: 1px solid #ddd;
}

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

.footer-widgets-2 {
	float: right;
	padding: 40px 0 20px 60px;
	width: 50%;
}

.footer-widgets a {
	color: #999;
	font-family: 'Spinnaker', sans-serif; 
	text-transform: lowercase;
}

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

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

.footer-widgets .widgettitle {
	color: #414141;
	font-size: 30px;
	text-transform: none;
}

.footer-widgets-1 .widget-title {
	text-align: left !important;
}

.footer-widgets-2 .widget-title {
	text-align: right !important;
}

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

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

/*jlr:--------------------------*/
/*for h4 hyperlinks and read-more in textwidget */

.footer-widgets p.fatcat-quote a.read-more {
	text-align: right;
	font-style: normal;
	text-decoration: none;
	font-size: .9em;
	border-bottom: none;
	padding-left:5px
}

.footer-widgets h4,
.footer-widgets h4 a{
	font-size: 30px;
	font-style:normal;
    text-transform:none;
}
.footer-widgets h4 a,
.footer-widgets p.fatcat-quote a.read-more {
	color: #829fa4;
	background: none;
}

.footer-widgets h4 a:hover,
.footer-widgets p.fatcat-quote a.read-more:hover {color: #414141!important;}

/*native html testimonials in textwidget */
.footer-widgets p.fatcat-quote {
	margin-left:20px;
	font-size: 16px;
}

.footer-widgets-2 p.fatcat-quote {
	margin-top:46px;
}


/*same as blockquote*/
.fatcat-quote:before {
	content: "\201C";
	display: block;
	font-family: 'Spinnaker', sans-serif; 
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	color:#DDE7E9;
}

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

.site-footer {
	background-color: transparent;
	color: #bbb;/*jlr*/
	font-size: 11px;
	padding: 30px 0;
	text-align: center;
	clear:both;
	margin-top:20px;
}
/* added for horizontal gradient above - jlr*/

.site-footer:before { 
	content: '';
    display:block;
  	position: relative;
  	top: -30px;
  	right: 0;
  	left: 0;
  	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.site-footer a {
	color: #bbb;
	background:none;
}

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

.site-footer p {
	font-family: 'Source Sans Pro', sans-serif;/*jlr*/
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform:none;/*jlr*/
	line-height:1.5;/*jlr*/
}

/*jlr*/
.site-footer span:before {
	content:"\00b7";
	margin: auto 5px;
}

/*social media using fontawesome jlr*/
.site-footer span#social {display:block; margin: 0 auto 10px;}
.site-footer span#social a {color:#96B4BA; }
.site-footer span#social a:hover > i {color:#414141;}
.site-footer span#social a > i {margin: 0 3px 0;}

hr.clear {
	clear: both;
}


/*home page Welcome UVM message jlr*/

.home .fatcat-box {
	padding:40px;
}

.home .fatcat-box h5.welcome {
	text-transform:none;
	line-height:2;
}

.home .fatcat-box hr {
	width: 30%;
	color: #e6e6e6;
}
/***********jlr*********/
/*blog page jlr*/

.single-post .fatcat-shadow blockquote p {
	font-weight: bold;
}
.single-post .fatcat-shadow blockquote a {
	font-weight: normal;
}

.single-post a {
	/*font-weight:normal;*/
}

.single-post h6 {
	font-size: 22px;/*16px;*/
	color: #666;
	font-weight: bold;
	text-transform: none;
	margin:8px 0 10px;/*8px 0;*/
}


/*
Font Awesome - jlr
---------------------------------------------------------------------------------------------------- */
/*nav drop-down font awesome icon ::before settings and color*/
li.popular a span::before,
li.attention a span::before {
	color: rgba(150,180,186,0.8);
	font-size: 22px;
	font-size:2.2rem;
	line-height:1;
	padding: 10px 10px 10px 0;
    font: var(--fa-font-solid);
}
li.popular a span::before {
    content: "\f005";
}
li.attention a span::before {
    content: "\f005";
}
/*hover color of icon*/
li.popular a:hover span::before,
li.attention a:hover span::before
{
	color:#fff;/* #96B4BA;*/
}


Miscellaneous - jlr
---------------------------------------------------------------------------------------------------- */
.clear,
img.clear,
img.clear.alignright {clear: both;}

a.more-link {
	font-size: 12px;
    font-weight: normal;
}

/*Cookie Notice*/
#cookie-notice .cn-button.button {
	background-color: transparent;
	color: #888;	
	padding: 6px 10px;
    border: 1px solid #888;
}

#cookie-notice .button:hover {
	background-color: transparent;
	color: #888;	
	padding: 6px 10px;
}



/**custom hr jlr ***/
hr.minimal {
    color: #ddd;
	Width: 30%;
	}

.border-left {
	border-left: 5px solid #96B4BA;
    padding-left: 15px;
}

.border-left.tip::before {
	content: "Tip: ";
    font-weight: bold;
    text-transform:uppercase;
}

/** custom jlr - Supsystic Pricing Table **/
.ptsBlock > .ptsPreDisplayStyle {display:visible;}/*stupid code was hiding the fucking table. I hate this plugin. */

.ptsSwitchWrapper,
.ptsSwitchWrapper .ptsSwitchHeader {margin-bottom: 30px!important;}
.ptsSwitchContent .ptsSwitchButton {font-family: "Open Sans", Arial;}
.ptsEl.mce-content-body.signup a {color: #fff; font-weight: bold!important;}
.ptsEl.mce-content-body.signup a:hover {color: #dfe3e4!important; text-transform: underline!important;}

/** CSS for ACF Pro Reviews cpt per Claude - jlr
	https://claude.ai/chat/c9b1782c-eb4f-4bb6-bcf9-b112271973dd
-------------------------------------------------------------------- */
/*
Client Reviews Styling - jlr
---------------------------------------------------------------------------------------------------- */

/** stars for review rating **/

.review-rating {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #96B4BA;
}

.review-rating .star.filled {
    color: #96B4BA;
}

.review-rating .star {
    color: #ddd;
}


/* Review Archive Page */
.post-type-archive-review .entry {
    background: #fafafa;
    border: 1px solid rgba(117, 117, 117, 0.1);
    padding: 40px;
    margin-bottom: 40px;
}


.review-meta {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.review-meta p {
    margin-bottom: 5px;
}

.review-company {
    color: #636363;/*#829fa4;*/
}

.review-project {
    font-style: italic;
}


/* Optional: add a bit more space below the whole meta block before the link */
.post-type-archive-review .review-meta {
    margin-bottom: 28px;    /* ← increases breathing room before "Project Details →" */
}

/* Center the "Project Details →" link on the Reviews archive page
   per Grok - more reliable centering */
/* per Grok https://grok.com/project/d9e44c7d-76b0-40a7-a233-43bc2754030e?tab=sources&chat=f47ecc8c-83e9-46a4-bc8b-2a67ff56dba0&rid=10f461e8-ff70-4fba-96c8-49cdc965811f */

.post-type-archive-review .review-excerpt + .more-link,
.post-type-archive-review .more-link {
    display: block;
    text-align: center;
    margin: 16px auto 32px;   /* a bit more breathing room — tweak as needed */
    width: fit-content;
}

/* Tighten and balance spacing between client name and company name on Reviews archive */
/* per Grok https://grok.com/project/d9e44c7d-76b0-40a7-a233-43bc2754030e?tab=sources&chat=f47ecc8c-83e9-46a4-bc8b-2a67ff56dba0&rid=10f461e8-ff70-4fba-96c8-49cdc965811f */
.post-type-archive-review .review-meta {
    margin-top: 16px;      /* space above the whole meta block if needed */
    margin-bottom: 24px;   /* space below before the Project Details link */
    text-align: center;    /* keeps everything neatly centered */
}

.post-type-archive-review .review-client {
    margin-bottom: 4px;    /* this controls the gap BETWEEN client name and company name */
    margin-top: 0;
}

.post-type-archive-review .review-company {
    margin-top: 0;
    margin-bottom: 0;
}

/* Subtle clickable ellipsis inside the excerpt text — inline, no block behavior */
/* per Grok https://grok.com/project/d9e44c7d-76b0-40a7-a233-43bc2754030e?tab=sources&chat=f47ecc8c-83e9-46a4-bc8b-2a67ff56dba0&rid=10f461e8-ff70-4fba-96c8-49cdc965811f
*/
.post-type-archive-review .review-excerpt .more-link {
    display: inline !important;          /* forces it to stay in the flow of text */
    text-align: left;                    /* cancels any centering inheritance */
    background-color: transparent !important;  /* removes any bg color */
    padding: 0 !important;               /* strips padding that might create a "button" look */
    border: none !important;             /* in case there's a border */
    color: #999 !important;              /* matches your muted excerpt color */
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.post-type-archive-review .review-excerpt .more-link:hover,
.post-type-archive-review .review-excerpt .more-link:focus {
    color: #636363 !important;           /* your darker gray hover — or swap to brand blue */
    text-decoration: underline;
}

/* Single Review Page */
.single-review .entry-title {
    text-align: center;
    margin-bottom: 30px;
	font-size: 32px;/*added jlr */
	text-transform: capitalize; /*added jlr - to match blog single entry */
}


.review-project-image {
    text-align: center;
    margin: 30px 0;
}

.review-project-image img {
    max-width: 100%;
    height: auto;
}

.review-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}


/* Opening quote mark on single review text using Dashicons */
/* per Grok
 https://grok.com/project/d9e44c7d-76b0-40a7-a233-43bc2754030e?tab=sources&chat=03e3280f-27a8-4d56-9ea6-0200d0d1ce78&rid=a1077c27-aa85-4c4a-a5dc-b42fda4d6bd2
*/
.single-review-content .review-text {
    position: relative;          /* Allows absolute positioning of ::before if needed */
    padding-left: 35px;          /* Creates space for the large quote icon on the left */
    margin-top: 15px;            /* Optional: breathing room above the review text */
}

.single-review-content .review-text::before {
    content: "\f205";            /* Unicode for dashicons-editor-quote (opening quote) */
    font-family: "dashicons";    /* Required to load the icon font */
    font-size: 40px;             /* Make it prominent but not overwhelming — adjust as desired 60px to 40px; */
    color: #DDE7E9;              /* Your requested soft blue-gray */
    line-height: 1;              /* Keeps it tight vertically */
    position: absolute;
    left: 0;
    top: -5px;                   /* Slight upward nudge to align nicely with first line */
    opacity: 0.8;                /* Optional: make it a bit softer/faded for elegance */
    pointer-events: none;        /* Prevents clicking the pseudo-element */
}

/* Optional: closing quote mark at the end (using format-quote or same icon rotated/flipped) */
/* removed, was weird - jlr */


/* Widget Styling */
.widget-reviews .review-item {
    background: #fafafa;
    border: 1px solid rgba(117, 117, 117, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.widget-reviews .review-rating {
    font-size: 16px;
    margin-bottom: 10px;
}

.widget-reviews .review-excerpt {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.widget-reviews .review-client-name {
    font-weight: bold;
    color: #829fa4;
}
/* === Fix unwanted background & double-border on linked images only === 
   Targets ONLY links that contain images (portfolio singles, review project images) */

/* 1. Remove background/padding/border from the <a> wrapper when it contains an image */
.entry-content a:has(img),
.single-review .review-project-image a,
.single-portfolio .entry-content a:has(img) {
    background-color: transparent !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;           /* prevents double-border from <a> */
}

/* 2. Apply the clean framed look DIRECTLY to the image (or its container) */
.portfolio-featured-image img,
.single-portfolio .entry-content img,
.single-review .review-project-image img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

/* 3. Hover: change the image's border/background (not the <a>) */
.portfolio-featured-image img:hover,
.single-portfolio .entry-content img:hover,
.single-review .review-project-image img:hover {
    background-color: #ddd;
    border-color: #ccc;                /* optional slight change — adjust to match live if different */
}

/* 4. Safety net: prevent text links from being affected */
.entry-content a:not(:has(img)) {
    /* Leave this empty or add back your original text link styles if needed */
    /* e.g. background-color: #your-light-blue !important; padding: 4px 8px; */
}

/* Alternative: Move display + padding from <a> to <img> for linked images only
   Prevents padded box around images (fixes lightbox double-border shadow)
   while keeping text links with their inline-block + padding intact */

.entry-content a:has(img) {
    display: inline !important;          /* reverts <a> to normal inline flow (no box) */
    padding: 0 !important;
    background: transparent !important;  /* safety net if any bg bleed */
    border: none !important;
}

.entry-content a:has(img) img,
.single-review .review-project-image img,
.single-portfolio .entry-content img,
.portfolio-featured-image img {
    display: inline-block !important;    /* puts the "framed box" on the image */
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    transition: all 0.2s ease-in-out !important;
}

/* Hover: apply to the image itself (cleaner lightbox behavior) */
.entry-content a:has(img) img:hover,
.single-review .review-project-image img:hover,
.single-portfolio .entry-content img:hover,
.portfolio-featured-image img:hover {
    background-color: #ddd !important;
    border-color: #ccc !important;       /* adjust to your preferred hover shift */
}

/* Home Review Teaser Widget - match live widget title & style */
/* ======================================================== */
/* per Grok https://grok.com/project/d9e44c7d-76b0-40a7-a233-43bc2754030e?tab=sources&chat=f47ecc8c-83e9-46a4-bc8b-2a67ff56dba0&rid=ee0123ea-756f-41c5-a6c3-33bbc268c788 */

/* Widget title - match existing live style */
.home-review-teaser .widget-title {
    font-size: 1.4em;               /* adjust if your live titles are larger/smaller */
    font-weight: 600;               /* or 700 if bold */
    color: #333;                    /* or whatever your live titles use */
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;      /* if your live titles are uppercase */
    letter-spacing: 1px;
}

/* Wrap the review content in a light box */
.random-review-home .review-content-wrap {
    background-color: rgb(248, 248, 248);
    padding: 24px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 6px;             /* soft corners — adjust or remove */
    margin-bottom: 20px;
}

/* Center & color the stars */
.random-review-home .review-stars {
    text-align: center;
/*    font-size: 1.8em; */              /* larger for impact */
    color: #97b5bb;                 /* your brand teal */
    margin-bottom: 16px;
}

/* Excerpt text inside the wrap */
.random-review-home .review-excerpt {
 /*   font-style: italic;*/
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: center;
}

/* Client meta inside the wrap */
.random-review-home .review-meta {
    text-align: center;
    font-size: 1em;
   /* color: #666;*/
    margin-bottom: 0;
}

/* Bottom breathing room for the whole widget area */
.home-review-teaser {
    margin-bottom: 48px;            /* adjust 48px → 32px or 60px to taste */
}
/* ==========================================================================
   Single Review Page Layout Tweaks
   ========================================================================== */

/* Target only single review pages */
.single.post-type-review .single-review-content {
    width: 85%;
    max-width: 1000px;          /* safety cap — bump to 1100px if too narrow on big screens */
    margin: 0 auto;             /* centers the content block */
}

/* Client info block inside it — merged old styles like font-size/color */
.single.post-type-review .review-client-info {
    width: 80%;
    margin: 40px auto 20px;     /* top/bottom spacing */
    text-align: center;         /* from old rule — change to 'left' if preferred */
    font-size: 14px;            /* from old rule */
}

.single.post-type-review .review-client-info h5,
.single.post-type-review .review-client-info p {
    margin-top: 0;
    color: #999;                /* from old rule */
}

.single.post-type-review .review-client-info p {
    margin-bottom: 5px;         /* from old rule */
}

/* Mobile adjustments */
@media only screen and (max-width: 768px) {
    .single.post-type-review .single-review-content {
        width: 95%;
        max-width: none;
    }
    
    .single.post-type-review .review-client-info {
        width: 95%;/*90%;*/
        margin: 30px auto 15px;
    }
}

@media only screen and (max-width: 480px) {
    .single.post-type-review .review-client-info {
        width: 100%;
        padding: 20px;          /* prevents text hugging edges */
		margin: 20px auto 15px; /*added jlr fcd*/
    }
}



/* Responsive */
@media only screen and (max-width: 768px) {
    .post-type-archive-review .entry {
        padding: 20px;
    }
    
    .review-text {
        font-size: 16px;
    }
}
/* ==========================================================================
   Review Archive Cleanup: Hide empty Genesis entry-footer & meta wrappers
   Keeps blog footer meta intact
   ========================================================================== */

.archive.post-type-review .entry-footer {
   /* display: none !important;*/    /* Completely removes the empty footer element */
}

/* Safety fallback: if any meta still sneaks through */
.archive.post-type-archive-review footer.entry-footer .entry-meta {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;    /* Extra insurance */
}

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

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

	.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,
	.site-header .widget-area {
		width: 620px;
	}

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

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

	/*jlr*/

	.featured-circles .widget{
		padding: 20px 15px;
	}
	.portfolio.type-portfolio.entry {
		text-align: center;
	}
	.single-portfolio .type-portfolio.entry {
		width:100%;
	}


}

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

	body {
		background-color: transparent;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.top-bar-left,
	.top-bar-right {
		display: block;
		margin: 10px auto;
	}

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

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	/*added .post-type-archive-portfolio h1.entry-title jlr*/
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header,
	.post-type-archive-portfolio h1.entry-title {
		padding: 0;
	}

	.comment-respond {
		padding: 10px;
	}

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

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

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

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

	.alignleft .avatar, .alignright .avatar {
		float: left;
		max-width: 100px !important;
	}
	/*jlr*/
	.featured-circles .widget-title{
		font-size:12px;
	}
	.breadcrumb {
		margin-bottom: 20px;/*because .entry padding is zeroed out jlr*/
	}
	.site-footer {
		background-position: -20% bottom, center bottom;
	}

}
/*jlr*/
@media only screen and (max-width: 980px) {
	.top-bar {
		padding: 10px 20px 0 20px;/*moved from 769px jlr*/
	}
	.site-header .wrap {
		/*padding: 0 0 10px;*/
	}
	h3.fatcat-fancy + p.upper {
		margin-bottom:40px;
	}
	.portfolio .entry-title {
		font-size: 12px;
	}
	.footer .entry-footer {
		margin-bottom: 20px;
	}
	.footer-widgets {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-footer {
		background-position: -30% bottom, center bottom;
	}

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

	/*added per Lindsey's/PDC portfolio fix - jlr*/
	.portfolio.type-portfolio.entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.featured-circles .widget {
		margin: 20px 0 0 0 !important;
		padding: 0 0 10px 0 !important;
		width: 20%;
	}

	.featured-circles .featured-content .entry {
		padding: 0 !important;
	}

	.featured-circles .entry-title a, .featured-circles .widgettitle {
		font-size: 13px;
	}

	.enews-widget input, .enews-widget input[type="submit"] {
		width: 100%;
	}

	.enews-widget input {
		margin-bottom: 7px;
	}

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

	.comment-respond {
		border: 0 solid #ddd;
	}

	.footer-widgets {
		padding-left: 30px;
		padding-right:30px;
	}

	.home-featured-area .widget {
		display: block;
		margin-bottom: 0;
		margin-top: 20px;
		width: 100%;
	}

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

	.footer-widgets-2 {
		border-left: 0;
		padding-left:40px;

	}
	/*jlr*/
	.top-bar .top-bar-right a.fatcat-button {
		display:none;
	}

	.header-image .site-title > a{
		/*height: too much space around*/ /*121px;/*67% of original logo size jlr*/
		/*max-width: 268px; too much space around *//*67% of original logo size jlr*/
	}
	.after-hdr .widget-title {
		/*margin-left:auto;
		margin-right:auto;*/
		margin-bottom:12px;
	}

	.home-top.widget-area .widget-title {
		margin-bottom:0;
	}

	.portfolio.type-portfolio.entry {
		padding: 0 20px;
	}

	.portfolio .entry-title {
		font-size:14px;
	}

	div.fatcat-published,
	div.fatcat-collaborator,
	div.fatcat-published p,
	div.fatcat-collaborator p {display: block;}
	div.fatcat-published + div.fatcat-collaborator:before {content: ""; margin: auto 0;}
	
	.site-footer {
		background-position: -70% bottom, center bottom;
	}

	/*added jlr*/
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-bottom: 4em;
		border-bottom: 1px solid #ccc;
	}
	/*added jlr*/
	.single-portfolio .five-sixths,
	.single-portfolio .four-sixths,
	.single-portfolio .one-fourth,
	.single-portfolio .one-half,
	.single-portfolio .one-sixth,
	.single-portfolio .one-third,
	.single-portfolio .three-fourths,
	.single-portfolio .three-sixths,
	.single-portfolio .two-fourths,
	.single-portfolio .two-sixths,
	.single-portfolio .two-thirds
	 {
	 	border-bottom-width:0;
	}


	hr.clear {
		display:none;
	}
	.top-bar-full {
		display:block;
	}

}
/*jlr*/
@media only screen and (max-width: 768px) {
	#social-block {margin-top:45px;}
	#social-block .five-sixths, 
	#social-block .four-sixths, 
	#social-block .one-fourth, 
	#social-block .one-half, 
	#social-block .one-sixth, 
	#social-block .one-third, 
	#social-block .three-fourths, 
	#social-block .three-sixths, 
	#social-block .two-fourths, 
	#social-block .two-sixths, 
	#social-block .two-thirds {
		margin-bottom: 2em;
		border-bottom-width: 0px;
	}
}

/*jlr*/
@media only screen and (max-width: 694px) {
	.top-bar-left span.dot:before,
	.top-bar-right span.dot:before,
	.site-footer span:before  {
		content: "";
		margin: 0;
		display:block;
	}
	.top-bar-left span.pretext {
		display: block;
		padding-right:0;
	}

	.home .fatcat-box {
		padding:20px;
		margin:40px auto 20px;
	}
	.after-hdr .widget-title span#second::before {
		display:block;
		content:"";
		padding-left:0;
		padding-right:0;
	}

}

/*jlr*/
@media only screen and (max-width: 668px) {


	.featured-circles .entry-title a, .featured-circles .widgettitle {
		font-size: 12px;
	}
	.entry-title {
		font-size: 30px;
	}
	.portfolio .entry-title {
		font-size: 12px;
	}
	
	.single-portfolio .five-sixths, 
	.single-portfolio .four-sixths, 
	.single-portfolio .one-fourth, 
	.single-portfolio .one-half, 
	.single-portfolio .one-sixth, 
	.single-portfolio .one-third, 
	.single-portfolio .three-fourths, 
	.single-portfolio .three-sixths, 
	.single-portfolio .two-fourths, 
	.single-portfolio .two-sixths, 
	.single-portfolio .two-thirds {
		margin-bottom:2em;
		border-bottom-width:0;
	}

	.site-footer {
		background-position: -90% bottom, center bottom;
	}


}



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

	.footer-widgets {
		border: none;
	}

	.footer-widgets-1, .footer-widgets-2 {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.footer-widgets-1 {
		/*border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;*/
		padding-top: 20px;
	}

	.footer-widgets-2 {
		border-left: 0;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}

	.footer-widgets-1 .widgettitle, .footer-widgets-2 .widgettitle, .footer-widgets .enews .widgettitle {
		float: none;
		text-align: center !important;
	}

	.site-footer p {
		padding: 0 20px;
	}

	.footer-widgets .widget_nav_menu {
		float: none;
	}
	/*moved from 520px - jlr*/
	.featured-circles .entry-title a, .featured-circles .widgettitle {
		display: none;
	}

	/*jlr*/
	.fatcat-quote:before {
		display: inline;
		left: -10px;
		top:0;
	}

	.footer-widgets-2 p.fatcat-quote {
		margin-top:0;
	}
	/*jlr*/
	.site-footer {
		background-position: -9999px -9999px, center bottom;
	}

	.home .fatcat-box {
		width:80%;
	}

	h3.fatcat-fancy:before,
	h3.fatcat-fancy:after,
	h5.fatcat-fancy:before,
	h5.fatcat-fancy:after {
    border-bottom-width: 0;
	}
	
}

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

	.site-inner {
		padding-top:30px;
	}
	.home-top.widget-area .widget-title {
		font-size: 40px;
	}
	img.alignright,
	img.alignleft, 
	.wp-caption.alignright,
	.wp-caption.alignleft {
		display:block;
		margin:5px auto;
		float:none;
	}
	.page h1.entry-title, .single-post h1.entry-title,
	.post-type-archive-portfolio h1.entry-title {
		text-align:center;
	}
	.portfolio.type-portfolio.entry {
		width:100%;
	}
	.portfolio .entry-title {
		font-size: 14px;
	}
	div.pagination-previous.alignleft,
	div.pagination-next.alignright {
		float:none;
		text-align:center;
		line-height:1.25;
	}
	
}
/*jlr*/
@media only screen and (max-width: 479px) {
	.fatcat-box {
		margin: -45px auto 45px!important;
	}
}

/*jlr*/
@media only screen and (max-width: 414px) {
	.top-bar .top-bar-left {
		text-transform: capitalize;
	}

	.top-bar .top-bar-right {
		text-transform: none;
	}

	.after-hdr .widget-title {
		font-size: 10px;
		margin-bottom:0;
		line-height: 1.25;
	}
	.home-top.widget-area .widget-title span {
		margin:0; display: block; 
	}


	.page-template-page_archive.page h1.entry-title,
	.page-template-page_blog h2.entry-title,
	.single-post h1.entry-title,
	.archive.date h2.entry-title,
	.archive.category h2.entry-title, 
	.archive.tag h2.entry-title, 
	.error404 h1.entry-title {font-size: 26px;
	}
	
	body.page-id-93 .post-93 h1.entry-title .entry-content h6 {
		padding-top: 45px!important;
	} 
}



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

	header.entry-header {margin-bottom: 40px;}/*added jlr fcd*/
	
	.featured-circles .widget {
		padding: 5px 5px;
	}

	.featured-circles {
		border: none;
	}

	.footer-widgets {
		border: none;
	}

	.site-container {
		overflow: hidden;
	}

	.site-footer p {
		padding: 0 20px;
	}

	/*jlr*/
	.after-hdr .widget-title span#first::before {
		display:block;
		content:"";
		padding-left:0;
		padding-right:0;
	}

}


/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;	
}

/* Navigation toggles
--------------------------------------------- */

@media only screen and (min-width: 769px) {

	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile
--------------------------------------------- */

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

	.nav-primary li a::after,
	.nav-secondary li a::after {
		content: "";
	}
	
	.menu-toggle {
		border: 1px solid #ddd;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 25px;
		font-weight: 400;
		margin: 0 auto !important;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle {
		width: 100%;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}

	.sub-menu-toggle {
		padding: 4px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.sub-menu-toggle.activated:before {
		content: "-";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

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

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

}