/*
Theme Name: McGahren Law
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework, based on Genesis Sample child theme
Author: SEO Advantage
Author URI: https://www.seoadvantage.com.com/

Version: 3.4.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* the full supported range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* the full supported range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/LibreBaskerville-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* the full supported range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PLibre Baskerville';
  src: url('/wp-content/themes/McGarhen%20Law%20Theme/fonts/LibreBaskerville-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy-deep: #0e1c2e;
  --navy:      #1b2d45;
  --navy-mid:  #253d58;
  --white:     #ffffff;
  --off-white: #f2f5f8;
  --pale:      #e4eaf0;
  --charcoal:  #2a3340;
  --mid-gray:  #596472;
  --light-gray:#8895a2;
  --rule:      rgba(27,45,69,0.12);
  --gold:      #9e7624;
  --google-blue: #4285f4;
  --avvo-green:  #2b7d3b;
  --sl-navy:     #1b2d45;
}
/*body { font-family:'Cormorant Garamond',Georgia,serif; background:var(--off-white); color:var(--charcoal); -webkit-font-smoothing:antialiased; }*/

body { font-family:'Libre Baskerville', serif; background:var(--off-white); color:var(--charcoal); -webkit-font-smoothing:antialiased; }



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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::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
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6, .h6 {
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 1em;
	font-family: 'Playfair Display', serif;
}

h1, .h1 {
	font-size: 30px;
}

.home h2, .home .h2 {
	font-size: 40px;
}

h2, .h2 {
	font-size: 31px;
}


h1 em, .h1 em, h2 em, .h2 em { font-style: italic; font-weight: 700;
    color: var(--gold); }

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.site-inner p.h4 {font-size: 1.3em; font-family: 'Libre Baskerville', serif; font-weight: 400; line-height: 1.7em;}

.entry-content h3,
.entry-content h4 {
	font-weight: 700;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-weight: 400;
	padding: 15px;
	width: 100%; font-size: 0.8em;
}

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

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

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	width: 92%; max-width: 1300px;
	padding: 0;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

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

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

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb, .yoast-breadcrumbs {
	font-family: 'Libre Baskerville', serif;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
	padding-bottom: 10px;
}


.breadcrumb a, .yoast-breadcrumbs a  { 
    color: rgba(255, 255, 255, 0.35);	text-decoration: none;}



.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	/*color: #333;
	text-decoration: none;*/
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p{line-height: 2em;}


.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

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

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


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

.site-header {
	background-color: #0e1c2e;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #FFF;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%; font-family: "Libre Baskerville", serif;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: rgba(255, 255, 255, 0.7); line-height: 1.55em;
	display: block;
	font-size: 12px;
	font-weight: 700;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;text-transform: uppercase; letter-spacing: 0.15em;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #253d58;
	position: relative;
	word-wrap: break-word;
}

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

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

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff; text-transform: uppercase;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right; min-width: 80px;white-space: nowrap; 
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px;
	position: relative;
	z-index: 1000;
}

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

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	/*margin-bottom: 40px;*/
}

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

.entry-content ol {
	margin-left: 20px;
}


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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

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

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	clear: both;
	padding: 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}



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

.site-footer {
	background-color: #0e1c2e;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 13px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	color: #f2f5f8;
}

.site-footer p, .site-footer a {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5)
}



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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top:  1px solid rgba(255, 255, 255, 0.06);
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid rgba(255, 255, 255, 0.06);
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

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

	.js .nav-primary {display: block;padding-top: 15px;width: 100%; text-align: center;}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {}

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

	.content {
		/*float: left;
		width: 65%;*/
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

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

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		/*margin-bottom: 60px;*/
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		/*float: left;
		margin-bottom: 0;
		width: calc(100% / 3);*/
	}
	.footer-widgets a {color:#0073e5; border-bottom: solid 1px rgba(255,255,255,0.25); text-decoration: none }
	
	.footer-widgets p.btn a {border: none !important;  }
	.footer-widgets a:hover {color:var(--gold);   }
	

}

/* SEOA misc
---------------------------------------------------------------------------- */
.sm-caps, p.sm-caps, figcaption { font-size: 0.9rem; color: var(--light-gray);letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 0.5rem; display: block; font-weight: 700!important}
figcaption {line-height: 1.3em; font-size: .8rem}
.full-width {width: 100vw; max-width: 100vw; margin: 0 calc(-50vw + 50%);min-height: 50px; }
.social-icons a {text-decoration: none; margin: 0 10px; border: none;}
.social-icons svg {fill: rgba(255, 255, 255, .5) }
.social-icons a:hover {opacity: 0.5}
.ftr-office-bg {background-image:url(/wp-content/uploads/2026/07/office-photo-800-v2.jpg); background-size: cover}
small {line-height: 1.6em; display: inline-block;}
.mb-0 {margin-bottom: 0 !important}
.mt-0 {margin-top: 0 !important}
.block {display: block; clear: both}
.text-center {text-align: center}


/* SEOA color blocks
---------------------------------------------------------------------------- */
.bg-navy-deep {background-color: #0e1c2e !important;}
.bg-navy {background-color: var(--navy) !important;}
.bg-navy-deep h1, .bg-navy-deep .h1,
.bg-navy-deep h2, .bg-navy-deep .h2,
.bg-navy-deep h3, .bg-navy-deep .h3, 
.bg-navy h1, .bg-navy .h1,
.bg-navy h2, .bg-navy .h2,
.bg-navy h3, .bg-navy .h3 
{color: rgba(255, 255, 255, 1); font-weight: 800;}
.bg-navy-deep p, .bg-navy p {color: rgba(255, 255, 255, 0.7);}
.bg-navy-deep a, .bg-navy a{color: #fff}
.bg-navy-deep .sm-caps, .bg-navy .sm-caps {color: rgba(255, 255, 255, 0.5);}

.bg-white {background-color: #fff !important;}



.gold {color: var(--gold);}
	
/* SEOA Layout
---------------------------------------------------------------------------- */
.gb-block-container .gb-container-content {width: 92%}
.hero {background-color: var(--navy-deep)!important;
  padding: 50px 0; margin-bottom: 90px;
  background-image: linear-gradient(to right, rgba(14,28,46,1) 0%, rgba(14,28,46,0.8) 50%, rgba(158,118,36,0.7) 100%), var(--hero-image);
  background-size: cover;}
.hero .yoast-breadcrumbs{margin-bottom: 25px}
.hero p {font-size: clamp(1.05rem, 1.6vw, 1.22rem);font-weight: 500; font-style: italic; color: rgba(255, 255, 255, 0.48); line-height: 1.75; max-width: 780px; font-size: 1.3rem; font-family: 'Playfair Display', serif; text-shadow: 2px 2px 0 var(--navy-deep);}
.hero .h1, .hero h1{font-size: 2.7rem; font-family: 'Playfair Display', serif; font-weight: 700; font-style: normal; color: var(--white); line-height: 1.05; margin-bottom: 20px;line-height: 1.35; text-shadow: 3px 2px 0 var(--navy-deep)}
.testim-inner {text-align: center}
.testim-inner blockquote {font-size: 1.5em; line-height: 1.8em; font-style: italic; margin: 30px 30px 15px;     font-family: "Playfair Display", serif; }
.testim-inner cite {font-size: 0.8rem;letter-spacing: 0.22em; text-transform: uppercase; font-style: normal;}
.bg-navy-deep blockquote {color: #fff}
.bg-navy-deep cite {color: rgba(255, 255, 255, 0.5);}

#badges { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; align-items: center; justify-items: center; padding: 60px 0;}
#badges > div { width: 100%; max-width: 200px; display: flex;justify-content: center; align-items: center;}
#badges img { width: 100%; height: auto; max-width: 200px;  max-height: 70px; object-fit: contain;}

a.link-arrow, p.link-arrow a { display:inline-block; margin-top:16px; font-family:'Libre Baskerville',serif; font-size:0.85rem; letter-spacing:0.16em; line-height: 1.4em; text-transform:uppercase; color:#0073e5; text-decoration:none; border-bottom:1px solid #0073e5; padding-bottom:2px; transition:color 0.2s,border-color 0.2s; }
a.link-arrow:hover, p.link-arrow a:hover { color:var(--gold); border-color:var(--gold); border-bottom:3px solid var(--gold); }


@media only screen and (min-width : 782px) {
/* adds divider line to columns */	
.wp-block-columns.dividers .wp-block-column + .wp-block-column {
  border-left: 1px solid  rgba(255,255,255,0.1);
  padding-left: 2em;
}	
}

/* Home Hero
---------------------------------------------------------------------------- */
.cta-actions {justify-content: left;}
.hero-left { display:flex; flex-direction:column; justify-content:center; padding:80px 60px 80px 80px; position:relative; z-index:2; }
.hero-eyebrow { font-family:'Libre Baskerville',serif; font-size:0.9rem; font-weight:700; letter-spacing:0.28em; text-transform:uppercase; color:rgba(255,255,255,0.72); margin-bottom:6px; display:block; line-height: 1.5em; margin-bottom: 20px }
body:not(.home) .hero-eyebrow {color:var(--gold) !important; font-weight:500; text-shadow: 2px 2px 0 var(--navy-deep) }
.hero-eyebrow-sub { font-family:'Libre Baskerville',serif;  color:rgba(255,255,255,0.5); margin-bottom:30px; display:block; line-height:2em}
.hero-headline { font-family:'Playfair Display',serif; font-size:clamp(2.6rem,4.5vw,4.2rem); font-weight:800; line-height:1.05; color:var(--white); margin-bottom:10px; }
.hero-headline em { font-style:italic; color:var(--gold); display:inline; }
.hero-subhead { font-family:'Cormorant Garamond',serif; font-size:clamp(1.05rem,1.7vw,1.28rem); font-weight:300; font-style:italic; color:rgba(255,255,255,0.48); margin-bottom:40px; line-height:1.75; }
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:56px; }

@media (max-width: 900px) {
	.hero { grid-template-columns:1fr;}
	.hero-right {min-height: 300px}
}

@keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
.hero-eyebrow   { animation:fadeUp 0.6s ease 0.1s both; }
.hero-eyebrow-sub { animation:fadeUp 0.6s ease 0.18s both; }
.hero-headline  { animation:fadeUp 0.6s ease 0.26s both; }
.hero-subhead   { animation:fadeUp 0.6s ease 0.38s both; }
.hero-actions   { animation:fadeUp 0.6s ease 0.50s both; }
.hero-trust     { animation:fadeUp 0.6s ease 0.60s both; }

/* Home Practice Areas
---------------------------------------------------------------------------- */
.pas-list {}
.pas-inner {margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); }
.pas-cell { position: relative; min-height: 400px; padding:44px 28px;  border:10px solid #f2f5f8; display: flex; justify-content: center; align-items: center;} /*.pas-cell:last-child { border-right:none; }*/	
.pas-cell .overlay { position: absolute;bottom: 0; left: 0; right: 0; transition: all .5s; overflow: hidden; height: 0; background: #0e1c2e; font-size: 16px; display:flex; align-items: center; color: #fff;}
.pas-cell .overlay p {font-size: 1rem;padding: 20px;line-height: 1.7em;}
.pas-cell .overlay a.link-arrow {padding-top: 15px; color: #9e7624; border-color: #9e7624; font-weight:600;}	
.pas-cell .overlay a.link-arrow:hover {border-bottom-width: 1px; color: #fff; border-color: #fff}		
.pas-cell:hover .overlay, .pas-cell.overlay:hover { height: 100%; background:rgba(14,28,46,0.9);}		
.pas-cell h3 {text-align: center; font-weight: 500; font-family: 'Libre Baskerville', serif;font-size: 1.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white) ;background-color: var(--gold); padding: 11px 20px; transition: background 0.2s, color 0.2s, border-color 0.2s; /*white-space: nowrap;*/ display: block; /*border: solid 1px rgba(27, 45, 69, 0.2);*/ opacity: 1;}
.pas-cell h3:hover {}	
.pas-car, .pas-truck, .pas-catastrophic, .pas-premises, .pas-product, .pas-death {background: #1b2d45; }
.pas-car::before {content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/07/licensed-yay102239600_car-accident-800grey.jpg') center/cover no-repeat; opacity: 0.2; }
.pas-truck::before { content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/06/licensed-AdobeStock_84005582-grey-800.jpg') center/cover no-repeat; opacity: 0.2; }
.pas-catastrophic::before { content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/06/licensed-AdobeStock_237289612-grey-800.jpg') center/cover no-repeat; opacity: 0.2; }
.pas-premises::before { content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/06/licensed-yay-81724800_slip-fall-accident-floor-sign-caution-grey-800.jpg') center/cover no-repeat; opacity: 0.2; }
.pas-product::before { content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/07/licensed-adobestock_206159828-800-grey.jpg') center/cover no-repeat; opacity: 0.2; }
.pas-death::before { content: ''; position: absolute; inset: 0; background: url('/wp-content/uploads/2026/06/licensed-AdobeStock_50582218-grey-800.jpg') center/cover no-repeat; opacity: 0.2; }	
@media (max-width: 900px) {
.pas-inner  {grid-template-columns: repeat(1, 1fr);}
.pas-cell { min-height: 560px; padding: 30px 10px;}	
}





/* Ninja form
---------------------------------------------------------------------------- */
.nf-form-cont {background-color: var(--off-white); padding: 30px;}
.nf-form-cont .nf-field-label {font-size: 0.9rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--mid-gray);}
.nf-form-cont .label-above .nf-field-label {margin-bottom: 0;}
.nf-field-element input::placeholder {color: var(--charcoal);}
.ninja-forms-req-symbol, .nf-form-fields-required {display: none}
#nf-field-9-wrap h3 {text-transform: uppercase; letter-spacing: 0.16em; text-align: center; margin-bottom: 0; margin-top: 30px}
input[type="submit"] {letter-spacing: 0.16em;text-transform: uppercase;color: var(--white);background: var(--gold); border: none;padding: 16px 28px;/*width: 100% !important;*/ display: block; border-radius: 0;transition: background 0.2s;font-weight: 700; margin: 4px auto !important;}
input[type="submit"]:hover {background: var(--navy)}


/* ── STATS BAR ── */
.stats-bar { background:var(--navy); }
.stats-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.stat-cell { padding:44px 28px; text-align:center; border-right:1px solid rgba(255,255,255,0.07); }
.stat-cell:last-child { border-right:none; }
.stat-number { font-family:'Playfair Display',serif; font-size:clamp(1.9rem,3vw,2.8rem); font-weight:900; color:var(--white); line-height:1; display:block; }
.stat-cell.gold-stat .stat-number { color:var(--gold); }
.stat-label { font-family:'Libre Baskerville',serif; font-size:0.7rem; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.36); margin-top:10px; display:block; line-height:1.7; }

@media (max-width: 900px) {
.stats-inner  {grid-template-columns: repeat(2, 1fr);}
.stat-cell { padding:20px;  }	
}


/* ── ATTORNEYS  homepage and our attorneys── */
.attorneys-wrap {  padding:88px 48px; }
.attorneys-inner { max-width:1300px; margin:0 auto; }
.attorneys-header { text-align:center; margin-bottom:56px; }
.attorneys-header .div-row { display:flex; align-items:center; gap:20px; justify-content:center; margin-bottom:10px; }
.attorneys-header .line { flex:1; max-width:120px; height:1px; background:var(--rule); }
.attorneys-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width: 1100px; margin: auto }
.attorney-card { background:var(--white); display:flex; flex-direction:column; }
.attorney-photo { width:100%; aspect-ratio:3/4; overflow:hidden; }
.attorney-photo img { width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }
.photo-note { font-family:'Libre Baskerville',serif; font-size:0.56rem; letter-spacing:0.16em; text-transform:uppercase; }
.attorney-info { padding:24px 28px 28px; border-top:3px solid var(--gold); }
.attorney-name { font-family:'Playfair Display',serif; font-size:1.4rem !important; font-weight:700; color:var(--navy-deep); line-height:1.2; margin-bottom:6px; }
.attorney-title { font-family:'Libre Baskerville',serif; font-size:0.7rem; letter-spacing:0.2em; text-transform:uppercase; color:var(--light-gray); line-height: 1.5em }
.attorney-bio { color:var(--mid-gray); margin-top:12px;}
/* ── RESPONSIVE ── */
@media (max-width:960px) {
  .attorneys-wrap { padding:60px 24px; }
  .attorneys-grid { grid-template-columns:1fr 1fr; }
}



/* ── MID CTA ── */
.midcta-wrap { background:var(--navy-deep); padding:60px 40px 40px; text-align:center; }
.midcta-label { font-family:'Libre Baskerville',serif; font-size:1rem; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0.5); margin-bottom:16px; display:block; font-weight: 700; }
.midcta-wrap div.cta-main { font-family:'Playfair Display',serif; font-size:clamp(1.7rem,3vw,2.6rem); font-weight:700; color:var(--white); line-height:1.4; margin-bottom:32px; }
.midcta-wrap div.cta-main em { font-style:italic; color:var(--gold); }
.midcta-footnote { font-family:'Cormorant Garamond',serif; font-size:1.35rem; line-height: 1.3em; font-style:italic; color:rgba(255,255,255,0.5); font-weight: 700; }

.cta-actions { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:20px; }
.cta-actions a {font-family: 'Libre Baskerville', serif;text-transform: uppercase;font-size: 0.8rem;letter-spacing: 0.14em; text-decoration: none;padding: 10px 30px; display: inline-block; text-align: center; line-height: 1.5;}
/*.btn-primary {
 color: var(--navy-deep);
    background: var(--white);
    transition: background 0.2s;
    font-weight: 900; text-align: center;  
}
.btn-primary:hover { background: var(--gold); color: #fff}
.btn-secondary {
    color: var(--white); font-weight: 900; text-align: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--gold); background-color: var(--gold); color: #fff;}*/




.btn-primary, ol.large-numbers li a.btn {
 color: var(--white);
    background: var(--gold);
    transition: background 0.2s;
    font-weight: 900; text-align: center; border: none;
}
.btn-primary:hover, ol.large-numbers li a.btn:hover { background: var(--navy);color: #fff }
.btn-secondary {
    color: var(--navy-deep);
    background: var(--white);
    transition: background 0.2s;
    font-weight: 900; text-align: center;  
    transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { background: var(--navy-mid); color: #fff}






a.btn, p.btn a {
    font-family: 'Libre Baskerville', serif; text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.16em;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;  color: var(--white);
    background: var(--gold);
    transition: background 0.2s;
    font-weight: 700; ;
}
a.btn:hover, p.btn a:hover {background-color: var(--navy); color: #fff}




.site-header .wrap {
  display: flex;
  align-items: center;
}
.site-title { order: 1; }
.nav-primary { order: 2; margin-left: auto; }
.header-phone { order: 3; }
.header-phone a { font-family: 'Libre Baskerville', serif; font-size: 0.9rem;letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); text-decoration: none; /*border: 1px solid rgba(255, 255, 255, 0.28);*/; background-color: var(--gold); padding: 10px 20px; transition: background 0.2s; white-space: nowrap; font-weight: 700}
.header-phone a:hover {background-color: var(--navy)!important; }


ol.large-numbers {}
ol.large-numbers li::marker {font-size: 2.6rem;font-weight: 900; color: var(--gold); line-height: 1;}
ol.large-numbers strong {font-size: 1.2rem}
ol.large-numbers li {margin-bottom: 30px;}

/* Misc 
---------------------------------------------------------------------------- */


@media (max-width:900px) {
.full-width.gb-block-container {padding-bottom: 50px !important; padding-top: 70px !important;}
.genesis-nav-menu .sub-menu a { background-color: transparent !important;}
.header-phone {display: block; }
.genesis-nav-menu a { text-align: left;}		
}

@media (max-width: 700px) {
.site-header .wrap { flex-wrap: wrap;justify-content: center; }
.title-area { width: 100%; text-align: center; }
.site-title { order: 1; }
.menu-toggle,  .header-phone  { order: 2; flex: 0 0 auto;   padding-left: 16px; padding-right: 16px; margin: 0; }
 button.menu-toggle { width: auto;}
.nav-primary { order: 3; width: 100%; /* do NOT set display:flex here — let Genesis control show/hide */ }
.wp-custom-logo .title-area { max-width: 700px; }
.wp-custom-logo .title-area a { max-width: 300px; margin: auto; }	
#badges { display: grid; grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); gap: 15px;}	
}


.wp-block-accordion { border-bottom: 1px solid var(--pale);}
h3.wp-block-accordion-heading {background-color: #fff !important; margin: 0; padding: 6px 20px 2px 5px !important;  }
.wp-block-accordion h3 button {background-color: transparent!important; color: var(--gold)!important; margin-left: 20px; font-size: 22px; font-family: "Libre Baskerville", serif; font-weight: 400!important}
.wp-block-accordion h3 button strong {font-weight: 400!important}

.wp-block-accordion h3 button:hover {background-color: transparent!important; }
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration: none !important;
font-weight: 600 !important;}
.wp-block-accordion h3.wp-block-accordion-heading {font-weight:400; font-family: 'Cormorant Garamond', serif;}
.wp-block-accordion-heading__toggle-icon { font-size: 0; width: 40px !important; background-color: antiquewhite !important;}
.wp-block-accordion-heading__toggle-icon::before { content: '→'; font-size: 1.5rem; display: inline-block; transition: transform 0.3s;}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon { transform: rotate(45deg);border: none; text-indent: 0; background-color: transparent!important; }
.wp-block-accordion-item.is-open> .wp-block-accordion-heading {font-weight: 600 !important;}
.wp-block-accordion-panel {background-color: #fff; padding: 20px 40px}

/* Stars */
.stars { display: block;background-image: url(/wp-content/uploads/2026/06/5-stars-gold.png);background-size: contain; background-repeat: no-repeat; height: 25px; width: 150px;}
.stars.sm  {height: 20px; }	
/* Rating summary bar */
.rating-bar { background:var(--navy); border-bottom:1px solid rgba(255,255,255,0.05); }
.rating-bar-inner { max-width:1160px; margin:0 auto; padding:32px 48px; display:flex; align-items:center; gap:48px; flex-wrap:wrap; }
.rating-block { display:flex; flex-direction:column; align-items:center; gap:6px; }
.rating-num { font-family:'Playfair Display',serif; font-size:2.4rem; font-weight:900; color:var(--white); line-height:1; }
.rating-platform { font-family:'Libre Baskerville',serif; font-size:0.7rem; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.36); margin-top:4px; }
.rating-div { width:1px; height:52px; background:rgba(255,255,255,0.1); flex-shrink:0; }
.rating-badge { display:flex; align-items:center; gap:12px; }
.platform-pill { line-height: 1.1rem;font-family:'Libre Baskerville',serif; font-size:0.54rem; letter-spacing:0.14em; text-transform:uppercase; padding:4px 12px; border-radius:2px; font-weight:700; }
.pill-g { background:var(--google-blue); color:var(--white); }
.pill-a { background:var(--avvo-green); color:var(--white); }
.pill-sl { background:rgba(255,255,255,0.12); color:var(--white); }
/* ── FEATURED QUOTE ── */
.featured-quote { background:var(--white); border-bottom:1px solid var(--rule); padding:72px 48px; }
.featured-quote-inner { max-width:860px; margin:0 auto; text-align:center; }
.featured-quote blockquote { font-family:'Playfair Display',serif; font-size:clamp(1.3rem,2.2vw,1.7rem); font-style:italic; color:var(--navy-deep); line-height:1.65; margin-bottom:24px; }
.featured-quote cite { font-family:'Libre Baskerville',serif; font-size:0.6rem; letter-spacing:0.2em; text-transform:uppercase; color:var(--light-gray); font-style:normal; }
/* ── REVIEW SECTIONS ── */
.reviews-wrap { background:var(--off-white); padding:72px 48px; }
.reviews-inner { max-width:1160px; margin:0 auto; }
.reviews-section { margin-bottom:72px; }
.reviews-section:last-of-type { margin-bottom:0; }
.reviews-section-header { display:flex; align-items:center; gap:20px; margin-bottom:36px; padding-bottom:20px; border-bottom:1px solid var(--rule); }
.reviews-section-header h2 { font-family:'Playfair Display',serif; font-size:1.4rem; font-weight:700; color:var(--navy-deep); }
.review-count { font-family:'Libre Baskerville',serif; font-size:0.56rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--light-gray); margin-left:auto; }
/* Review grid */
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--pale); }
.review-card { background:var(--white); padding:28px 28px 24px; display:flex; flex-direction:column; gap:14px; }
.review-header { display:flex; align-items:center; justify-content:space-between; }
.review-badge {  line-height: 1.2rem; font-family:'Libre Baskerville',serif; font-size:0.5rem; letter-spacing:0.14em; text-transform:uppercase; padding:3px 10px; font-weight:700; color:var(--white); }
.badge-g { background:var(--google-blue); }
.badge-a { background:var(--avvo-green); }
.badge-sl { background:var(--sl-navy); }
.review-title { font-family:'Playfair Display',serif; font-size:1.2rem; font-weight:700; color:var(--navy-deep); line-height:1.3; }
.review-text { line-height: 1.7; color:var(--mid-gray); flex:1; }
.review-footer { border-top:1px solid var(--rule); padding-top:12px; display:flex; justify-content:space-between; align-items:flex-end; }
.review-author { font-family:'Libre Baskerville',serif; font-size:0.7rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--charcoal); }
.review-date { font-family:'Libre Baskerville',serif; font-size:0.5rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--light-gray); }
/* Wide card for featured review */
.review-card.wide { grid-column:span 2; background:var(--navy-deep); }
.review-card.wide .review-title { color:var(--white); }
.review-card.wide .review-text { color:rgba(255,255,255,0.6); }
.review-card.wide .review-footer { border-top-color:rgba(255,255,255,0.1); }
.review-card.wide .review-author { color:rgba(255,255,255,0.8); }
.review-card.wide .review-date { color:rgba(255,255,255,0.3); }

.review-card.wide.light { grid-column:span 2; background:var(--white); }

.review-card.wide.light .review-title { color:var(--navy-deep); }
.review-card.wide.light .review-text { color:var(--mid-gray); }
.review-card.wide.light .review-footer { border-top-color:var(--rule); }
.review-card.wide.light .review-author { color:var(--charcoal); }
.review-card.wide.light .review-date { color:var(--light-gray); }



/* ── PEER ENDORSEMENTS ── */
.endorsements-wrap { background:var(--navy-deep); padding:72px 48px; }
.endorsements-inner { max-width:1160px; margin:0 auto; }
.endorsements-inner h2 { font-family:'Playfair Display',serif; font-size:clamp(1.5rem,2.5vw,2.1rem); font-weight:700; color:var(--white); margin-bottom:36px; }
.endorsements-inner h2 em { font-style:italic; color:var(--gold); }
.endorsement-grid { display:grid; grid-template-columns:1fr 1fr; gap:2px; background:rgba(255,255,255,0.06); }
.endorsement-card { background:var(--navy-deep); padding:36px 32px; }
.endorser-name { font-family:'Playfair Display',serif; font-size:1rem; font-weight:700; color:var(--white); margin-bottom:4px; }
.endorser-title { font-family:'Libre Baskerville',serif; font-size:0.9rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; display:block; }
.endorsement-text { font-size:1.2rem; line-height:1.85; color:rgba(255,255,255,0.58); font-style:italic; }
.endorsement-rel { font-family:'Libre Baskerville',serif; font-size:0.52rem; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.28); margin-top:16px; display:block; }

/* ── PLAN ── */
.plan-wrap { background:var(--white); }
.plan-inner { max-width:1160px; margin:0 auto; padding:80px 48px; }
.plan-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--pale); margin-bottom:36px; }
.plan-step { background:var(--white); padding:28px 36px; }
.plan-step a.btn {margin-top: 15px}
.plan-num { font-family:'Playfair Display',serif; font-size:3rem; font-weight:900; /*color:rgba(27,45,69,0.3);*/ color: var(--gold); line-height:1; margin-bottom:8px; }
.plan-title { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700; color:var(--navy-deep); margin-bottom:11px; line-height:1.5; }
.plan-body { font-size:1.1rem; line-height:1.6; color:#2e3a48; font-weight:400; }
.plan-footer { font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-style:italic; color:var(--mid-gray); text-align:center; }


/* ── AWARDS GRID ── */
.awards-wrap { background:var(--white); padding:80px 48px; }
.awards-inner { max-width:1160px; margin:0 auto; }
.awards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--pale); margin-top:36px; }
.award-card { background:var(--white); padding:40px 36px; display:flex; flex-direction:column; gap:10px; transition:background 0.2s; }
.award-card:hover { background:var(--off-white); }
.award-card.featured { background:var(--navy-deep); }
.award-card.featured:hover { background:var(--navy); }
.award-year { font-family:'Libre Baskerville',serif; font-size:.7rem; letter-spacing:0.28em; text-transform:uppercase; color:var(--gold); font-weight:700 }
.award-card.featured .award-year { color:var(--gold); }
.award-name { font-family:'Playfair Display',serif; font-size:1.25rem; font-weight:700; color:var(--navy-deep); line-height:1.3; }
.award-card.featured .award-name { color:var(--white); }
.award-body { font-size:.95rem; line-height:1.8; color:var(--mid-gray); }
.award-card.featured .award-body { color:rgba(255,255,255,0.52); }
.award-logo-slot { margin-top:12px; height:36px; display:flex; align-items:center; }
.award-logo-slot img { height:100%; width:auto; opacity:0.6; }

/* ── RECOGNITION TABLE ── */
.recognition-wrap { background:var(--off-white); padding:80px 48px; }
.recognition-inner { max-width:1160px; margin:0 auto; }
.recognition-inner h2 { font-family:'Playfair Display',serif; font-size:clamp(1.6rem,2.5vw,2.2rem); font-weight:700; color:var(--navy-deep); line-height:1.2; margin-bottom:8px; }
.recognition-inner h2 em { font-style:italic; color:var(--gold); }
.recognition-inner > p { /*font-size:clamp(1rem,1.4vw,1.08rem); line-height:1.9;*/ color:var(--mid-gray); margin-bottom:48px; max-width:800px; }
.recognition-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--pale); }
.rec-group { background:var(--white); padding:36px 32px; }
.rec-group h3 { font-family:'Libre Baskerville',serif; font-size:1.1rem; letter-spacing:0.26em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; }
.rec-list { /*list-style:none;*/ display:flex; flex-direction:column; gap:10px; }
.rec-list, .bio-list li { line-height:1.75; color:var(--mid-gray); padding-left:16px; position:relative; }
/*.rec-list li::before { content:'—'; position:absolute; left:0; color:rgba(27,45,69,0.25); font-size:0.8rem; top:2px; }*/
.rec-list li::marker, ::marker { color:#9e7624!important;}
.bio-group h4 { font-family: 'Libre Baskerville', serif; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px;}
.rec-list li strong { color:var(--charcoal); font-weight:700; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: rgba(255, 255, 255, 0.4);}


/* ── TESTIMONIALS BRIDGE ── */
.bridge-wrap { background:var(--navy-deep); padding:72px 48px; }
.bridge-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.bridge-copy h2 { font-family:'Playfair Display',serif; font-size:clamp(1.6rem,2.5vw,2.2rem); font-weight:700; color:var(--white); line-height:1.2; margin-bottom:16px; }
.bridge-copy h2 em { font-style:italic; color:var(--gold); }
.bridge-copy p { font-size:clamp(1rem,1.4vw,1.08rem); line-height:1.9; color:rgba(255,255,255,0.5); margin-bottom:28px; }
.btn-white { font-family:'Libre Baskerville',serif; font-size:0.68rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--navy-deep); background:var(--white); text-decoration:none; padding:15px 30px; font-weight:700; display:inline-block; transition:background 0.2s; }
.btn-white:hover { background:var(--pale); }
.bridge-quote { border-left:2px solid var(--gold); padding-left:28px; }
.bridge-quote blockquote { font-family:'Playfair Display',serif; font-size:clamp(1.1rem,1.6vw,1.35rem); font-style:italic; color:rgba(255,255,255,0.85); line-height:1.65; margin-bottom:16px; }
.bridge-quote cite { font-family:'Libre Baskerville',serif; font-size:0.56rem; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.3); font-style:normal; }

/* ── PEER QUOTE ── */
.peer-quote-band { background:var(--navy); border-top:1px solid rgba(255,255,255,0.05); padding:72px 48px; }
.peer-quote-inner { max-width:860px; margin:0 auto; text-align:center; }
.peer-quote-inner blockquote { font-family:'Playfair Display',serif; font-size:clamp(1.2rem,2vw,1.55rem); font-style:italic; color:var(--white); line-height:1.68; margin-bottom:24px; opacity:0.92; }
.peer-quote-inner cite { font-family:'Libre Baskerville',serif; font-size:0.85rem; letter-spacing:0.22em; text-transform:uppercase; color:rgba(255,255,255,0.32); font-style:normal; }
.page-id-11 .wp-block-table td,.page-id-11 .wp-block-table th { padding: .4em 5px .2em 15px;}
.page-id-11 .wp-block-table { max-width: 350px; margin: auto;}


/* ── SERVING STATES ── */
#serving {background: linear-gradient(to bottom, rgba(242, 245, 248,0.01) 0%, rgba(242, 245, 248,0.8) 50%,  rgba(242, 245, 248,0.8) 100% ),url("/wp-content/uploads/2026/07/google-map-v4.png") center top / 100% no-repeat; padding-top: 120px}	
#serving h2 {text-align: center; padding-bottom: 130px; width: 94%; max-width: 1120px; margin: auto; }	
#states {display: flex;flex-wrap: wrap;justify-content: center; align-items: center; gap: 40px;}	
#states a {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* bottom-align text */
  text-align: center;
  line-height: 1.3em;
  width: 250px;
  height: 150px;
  padding-bottom: 15px;
margin-bottom:20px;	
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2em;
  text-shadow: 2px 2px 2px rgba(14, 28, 46, 0.5);
  box-shadow: 4px 4px 4px rgba(136, 149, 162, 0.4);
}
#states {display: flex;flex-wrap: wrap;justify-content: center; align-items: center; gap: 40px;}		
#states a#ga { --bg-img: url("/wp-content/uploads/2026/07/licensed0adobestock_103676669-ga-300.jpg"); }
#states a#fl { --bg-img: url("/wp-content/uploads/2026/07/licensed-adobestock_566568720-fl-300.jpg"); }
#states a#nc { --bg-img: url("/wp-content/uploads/2026/07/licensed-adobestock_205600096-nc-300.jpg"); }
#states a#az { --bg-img: url("/wp-content/uploads/2026/07/licensed-adobestock_102086668-az-300.jpg"); }
#states a { background: linear-gradient(to bottom, transparent, rgba(14, 28, 46, 0.5)), var(--bg-img) center / cover; }
#states a:hover { background: linear-gradient(to bottom, rgba(37, 61, 88, 0.5), rgba(14, 28, 46, 0.8)), var(--bg-img) center / cover; }	
@media (max-width:1200px) {
#serving {padding-top: 80px; background: linear-gradient(to bottom, rgba(242, 245, 248,0.01) 0%, rgba(242, 245, 248,0.8) 50%,  rgba(242, 245, 248,0.8) 100% ),url("/wp-content/uploads/2026/07/google-map-v4.png") center top / 100% no-repeat; }	
#serving h2 {padding-bottom: 80px; }		
}
@media (max-width:960px) {
#serving { padding-top: 60px; background-image: none; }	
#serving h2 {padding-bottom: 60px; }		
}	




/* ── RESPONSIVE ── */
@media (max-width:960px) {
  .rating-bar-inner { padding:24px; gap:28px; }
  .rating-div { display:none; }
  .featured-quote { padding:56px 24px; }
  .reviews-wrap { padding:56px 24px; }
  .review-grid { grid-template-columns:1fr; }
  .review-card.wide { grid-column:span 1; }
  .endorsements-wrap { padding:56px 24px; }
  .endorsement-grid { grid-template-columns:1fr; }
  .midcta-wrap { padding:60px 24px; }
  .contact-inner { grid-template-columns:1fr; gap:40px; padding:56px 24px; }
  .form-row { grid-template-columns:1fr; }
  .awards-wrap { padding:56px 24px; }
  .awards-grid { grid-template-columns:1fr 1fr; }
  .recognition-wrap { padding:56px 24px; }
  .recognition-grid { grid-template-columns:1fr; }
  .bridge-wrap { padding:56px 24px; }
  .bridge-inner { grid-template-columns:1fr; gap:40px; }
  .peer-quote-band { padding:56px 24px; }	

}

@media (max-width: 781px) { /*////// COLUMNS STACK ////////// */
	.ftr-office-bg, .footer-widget-area iframe {min-height: 400px}
	.footer-widget-area p, .footer-widget-area h3,  .footer-widget-area h4, .social-icons {text-align: center}
	.site-container .wp-block-columns.alignfull {
    padding: 0 30px;
}
}



@media (max-width:560px) {
.home .hero,.review-grid,.plan-steps,.awards-grid, .attorneys-grid  { grid-template-columns:1fr; }
 .plan-inner { padding:64px 24px; }
.hero-left {padding: 40px;}	
}




/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		position: relative;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}







