/*
Theme Name: wsdg_responsive
Theme URI: http://underscores.me/
Author: Winter Street Design
Author URI: http://winterstreetdesign.com
Description: based on underscores
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wsdg_responsive
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wsdg_responsive is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.2em 0;
	line-height: 1.3;
	font-weight: 400;
	color: #5a5953;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
.entry-content h2,
.entry-content h4,
.entry-content h5 {
	margin:50px 0 30px 0
}
.entry-content h3 {
	margin:50px 0 30px 0
}
h1 {
	font-size: 36px;
	margin-bottom: 0;
}
h1.page-title {
	margin-bottom: 35px;
}
.page-id-12 h1 {
	text-align: center;
}
h2 {
	font-size: 30px;
}
h2.entry-title a:link,
h2.entry-title a:visited,
h2.entry-title a:hover {
	color: #9e6300;
}
.entry-content h2:first-child {
	margin-top: 0;
}
span.widget-title,
a.widget-title {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #ceac76;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}
a.widget-title:link,
a.widget-title:visited {
	color: #ceac76;
	text-decoration: none;
}
a.widget-title:hover {
	color: #ceac76 !important;
	text-decoration: underline;
}
.widget-strip .widget-title,
.footer-two .widget-title {
	color: #9e6300;
}
.footer-two .widget-title {
	text-align: center;
}
h3, strong.schema-faq-question {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #5a5953;
}
.has-headings strong.schema-faq-question {
	font-size: 18px !important;
	color: #5a5953;
}
h4 {
	font-size: 24px;
	font-size: 1.5rem;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5 {
	color: #ceac76;
}
.page-id-488 .entry-content h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

p {
	margin:0 0 1.5em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
h3.stk-block-posts__title a:link,
h3.stk-block-posts__title a:visited,
h3.stk-block-posts__title a:hover,
.metaslider h3 a:link,
.metaslider h3 a:visited,
.metaslider h3 a:hover {
	color: #9e6300;
}
.page-template-page-attorney .wp-block-stackable-posts {
	position: relative;
	left: -10px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #5a5953; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr, .wp-block-separator {
	border: 0;
	margin-bottom: 1.5em;
	clear: both;
	height: 90px;
	background-image: url(images/hr-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: left;
	border-collapse: collapse;
}

@media only screen and (max-width: 600px) {
.responsive table td {
display: block;
}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
div.wp-block-buttons {
	margin-bottom: 1.5em
}

.highlight a.button:link,
.highlight a.button:visited,
a.button:link,
a.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.wp-block-button__link:link,
.entry-content a.wp-block-button__link:visited,
.entry-content .wp-block-stackable-accordion a.wp-block-button__link,
.entry-content .wp-block-stackable-accordion a.wp-block-button__link:link,
.entry-content .wp-block-stackable-accordion a.wp-block-button__link:visited {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background-color: #45443E;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 14px !important;
	font-size: .875rem !important;
	color:#fff;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	display: table;
	margin: 0 auto 40px auto;
}

.highlight a.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.entry-content a.wp-block-button__link:hover,
.entry-content .wp-block-stackable-accordion a.wp-block-button__link:hover {
	color: #45443E;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #45443E;
}
.entry-content a.wp-block-button__link:link,
.entry-content a.wp-block-button__link:visited,
.entry-content a.wp-block-button__link:hover {
	margin-bottom: 0;
}

.site-footer a.button:link,
.site-footer a.button:visited,
.site-footer input[type="submit"] {
	margin: 0 0 40px 0;
}
.site-footer a.button:hover,
.site-footer input[type="submit"]:hover {
	margin: 0 0 40px 0;
	color: #45443E;
	text-decoration: none;
	background-color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.ginput_container_consent {
	font-size: 14px !important;
	font-size: .875rem !important;
	line-height: 1.4;
}
.footer-bar .gfield_required {
	color: #fbf8e1 !important;
}
.footer-bar .gform_fields {
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9e6300;
	text-decoration: none;
}

a:visited {
	color: #9e6300;
}

a:hover,
a:focus,
a:active {
	color: #9e6300;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-size: 14px;
	font-size: .875rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color:#5b5a54;
	line-height: 1.5;
	margin: 0 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.main-navigation li:last-child a {
	margin-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #5A5953;
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	padding:.8em 0;
	text-align: center;
	border-radius: 12px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: .5em 1em;
	color: #fbf8e1;
	text-transform: none;
	margin-left: 0;
	font-weight: 400;
	letter-spacing: 0;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
	color: #000;
}

.main-navigation ul ul :hover > a {
	color: #fff;
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 1049px) {
	.menu-toggle {
		display: block;
		cursor: pointer;
		color: #fff;
		width: 30px;
		height: 32px;
		margin: 0 auto;
		background-image: url(images/menu-dark.png);
		background-position:center center;
		background-repeat: no-repeat;
		background-color:#FBF8E1;
		font-weight: normal;
		text-transform: uppercase;
		border: none;
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 10px;
		float:none;
		letter-spacing: normal;
		border-radius: 5px;
	}
	.menu-toggle:hover {
		box-shadow: none;
		background-color: #FBF8E1;
	}
	.toggled .menu-toggle {
		display: block;
		margin-bottom: 20px;
	}
	.main-navigation {
		margin:0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled ul ul {
		display: block;
		left:inherit;
		top: inherit;
		position:inherit;
		float:none;
		box-shadow: none;
		background: none;
	}
	.main-navigation.toggled #primary-menu li {
		display: block;
		margin-bottom: 1.5em;
		text-align: center;
	}
	.main-navigation.toggled #primary-menu li.menu-item-has-children {
		margin-bottom: 0;
	}

	.main-navigation.toggled #primary-menu li a {
		margin-left: 0;
		margin-right: 0;
		color: #5b5a54;
	}
	.main-navigation.toggled #primary-menu .sub-menu li {
		margin-bottom: inherit;
	}
	
} /* End Toggle */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, .alignright, .alignnone {
	display: block;
	float: none;
	margin: 0 0 1.5em 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em auto;
}

/*--------------------------------------------------------------
# Clearings

--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.header-strip:before,
.header-strip:after,
.content-strip:before,
.content-strip:after,
.widget-strip:before,
.widget-strip:after,
.footer-strip:before,
.footer-strip:after,
#black-studio-tinymce-13:before,
#black-studio-tinymce-13:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.header-strip:after,
.content-strip:after,
.widget-strip:after,
.footer-strip:after,
#black-studio-tinymce-13:after {
	clear: both;
}

.clear {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondary input.search-field {
	max-width: 100%;
}
#secondary form {
	text-align: left;
}
#secondary .widget {
    font-family: 'PT Serif', serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}
#secondary .widget .gform_description {
	font-size: 18px;
	font-size: 1.125rem;
}
.page-id-41 .widget-strip,
.page-id-390 .widget-strip,
.page-id-389 .widget-strip {
	display: none;
}
.page-id-41 .hentry {
	padding-bottom: 40px;
}
.dpe-flexible-posts li {
	margin: 0 0 60px 0;
}
.dpe-flexible-posts img {
	display: block;
	margin: 0 0 20px 0;
}
.dpe-flexible-posts .title {
	margin: 0 0 20px 0;
}
.dpe-flexible-posts .byline {
	margin-bottom: 20px;
}
.widget-excerpt p {
	margin-bottom: 10px;
}
/*mobile contact floaty */
.contact-float {
	display: block;
	position: fixed;
	left:8px;
	top:8px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 auto;
	border-radius: 12px;
	z-index: 9999999999999;
}
.contact-float a:link,
.contact-float a:visited,
.contact-float a:hover {
	display: inline-block;
	text-decoration: none;
}
.page-id-488 .contact-float {
	display: none;
}
.footer-one .widget {
	font-size: 16px;
	font-size: 1rem;
	max-width: 300px;
	margin-bottom: 60px;
}
#gform_wrapper_4 .gfield_required {
	display: none !important;
}
.footer-two .widget {
	font-size: 16px;
	font-size: 1rem;
}
.footer-two #black-studio-tinymce-13 {
	max-width: 500px;
	margin: 0 auto 40px auto;
}
.footer-two a:link,
.footer-two a:visited,
.footer-two a:hover {
	color: #404040;
}
#gform_submit_button_4 {
	margin-left: 0;
	margin-right: 0;
}
span.sep {
	display: inline-block;
	margin: 0 10px;
}
.header-locations  {
	font-size: 21px;
	color: #000;
}
.header-locations a,
.header-locations a:link,
.header-locations a:visited {
	color: #000 !important;
	text-decoration: none;
}
.header-locations a:hover {
	text-decoration: underline;
	color: #000
}
.page-id-2515 #black-studio-tinymce-13 {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.home-practice {
	margin: 30px 0 40px 0;
}
.home-practice a {
	display: block;
	padding: 35px 0 25px 0;
	border: 1px solid #e3e3e3;
	text-align: center;
	margin-bottom: 25px;
}
.home-practice img {
	display: block;
}
.schema-faq-answer img {
	display: inline-block;
	margin-right: 12px;
}
.attorney-profiles {
	text-align: center;
}
.attorney-profiles a {
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}
.attorney-profiles img {
	display: block;
	margin-bottom: 10px;
	border-radius: 50%;
}

/* Base staff gallery (3 across) */
.staff-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px !important;
  row-gap: 20px !important;
  justify-content: center;
}
.staff-gallery.align-left {
  justify-content: left;
}

.staff-gallery .wp-block-image {
  /* 3 columns, subtracting 2 gaps */
  flex: 0 0 calc((100% - 2 * 20px) / 3);
  box-sizing: border-box;
}

.staff-gallery .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-gallery figcaption a:link,
.staff-gallery figcaption a:visited {
  font-size: 18px;
  color: #9e6300 !important;
}

/* Tablet: 2 across */
@media (max-width: 780px) {
  .staff-gallery .wp-block-image {
    flex: 0 0 calc((100% - 20px) / 2) !important;
  }
}

/* Phone: 1 across, centered */
@media (max-width: 480px) {
  .staff-gallery {
    justify-content: center;
  }
  .staff-gallery .wp-block-image {
    flex: 0 0 100% !important;
    margin-left: auto;
    margin-right: auto;
    float: none; /* kill any theme floats */
  }
  .staff-gallery .wp-block-image > a {
    display: block;
    width: 100%;
  }
  .staff-gallery .wp-block-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .staff-gallery .wp-block-image.alignleft,
  .staff-gallery .wp-block-image.alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* === Practice Areas variation (4 across desktop) === */
.staff-gallery.practice-areas .wp-block-image {
  /* 4 columns, subtracting 3 gaps */
  flex: 0 0 calc((100% - 3 * 20px) / 4);
}

/* Tablet: still drop to 2 across */
@media (max-width: 780px) {
  .staff-gallery.practice-areas .wp-block-image {
    flex: 0 0 calc((100% - 20px) / 2) !important;
  }
}

/* Phone: still 1 across */
@media (max-width: 480px) {
  .staff-gallery.practice-areas .wp-block-image {
    flex: 0 0 100% !important;
  }
}





.avvo-script {
	float: left;
}
.wp-block-latest-posts {
	margin-left: 0;
	padding-left: 0;
}
.wp-block-latest-posts li {
	margin-bottom: 5px;
}
.clearboth {
	clear: both;
}
#page .hotspots-interaction {
	margin-top: 0;
	margin-bottom: 0;
}
.postid-566 .author_bio_section {
	display: none;
}
.home .highlight ul {
	margin-left: 0;
}
.metaslider {
	margin-bottom: 20px !important;
	}
.metaslider .caption-wrap {
	bottom: auto !important;
	top: 0;
	position: relative !important;
	border: 1px solid #ccc !important;
	padding: 20px !important;
	color: #000 !important;
	background-color: #fff !important;
	opacity: 1 !important;
}
.metaslider img {
	visibility: hidden	!important;
	height: 0 !important;
}
.ml-slider ul.slides li.ms-postfeed {
	/*padding-right: 16px !important;*/
}
.metaslider h3 {
	margin:0 0 20px 0;
}
.metaslider .flex-prev {
	transition: none !important;
    opacity: 1!important;
}
.metaslider .flex-next {
	transition: none !important;
    opacity: 1!important;
}

.wp-block-quote {
    font-family: 'PT Serif', serif;
	font-weight: 400;
	padding: 0;
	font-size: 22px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.4;
	font-style: italic;
}
.wp-block-quote .indent-right {
	padding-right: 10%;
}
.wp-block-columns {
	column-gap: 60px;
}
.single-wpseo_locations .wp-block-columns {
	column-gap: 100px;
}
.entry-content h3.less-margin {
	margin-top: 0;
}
.page-id-488 h3 a:link,
.page-id-488 h3 a:visited,
.page-id-488 h3 a:hover  {
	color: #5a5953;
}
.single-wpseo_locations .entry-meta,
.single-wpseo_locations .author_bio_section,
.single-wpseo_locations .entry-footer,
.single-wpseo_locations .widget-strip {
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.hentry.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}
.byline {
	display: block;
}
.single .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog article {
	margin-bottom: 80px;
}
.continue-reading {
	display: block;
}
.results-nav a {
	float: left;
	width: 50%;
}
.results-nav a:nth-child(2) {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0 !important;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.header-strip,
.content-strip,
.widget-strip,
.footer-strip {
	width: 100%
}
.header-strip {
	background-color: #fbf8e1;
	padding-top: 30px;
}
.notice-strip {
	background-color: #5A5953;
	color: #fbf8e1;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	display: none;
}
.notice-strip a:link,
.notice-strip a:visited,
.notice-strip a:hover {
	color: #fbf8e1 !important;
	text-decoration: underline !important;
}
.page-id-350 .notice-strip {
	display: none;
}
.content-strip {
	background-color: #fff;
}
.widget-strip {
	background-color: #fbf8e1;
	padding: 60px 0 40px 0;

}
.footer-strip {
	background-color: #45443e;
}
.page-id-1765 .footer-strip,
.page-id-1765 .header-strip,
.page-id-1765 .widget-strip,
.page-id-1765 .page-banner,
.page-id-1765 .contact-float,
.page-id-1765 .gfs-popup-052018,
.page-id-1765 .notice-strip {
	display: none;
}
.contain-header {
	width:90%;
	max-width: 1550px;
	margin: 0 auto;
}
.contain-content,
.contain-widgets {
	width:90%;
	max-width: 850px;
	margin: 0 auto;
}
.contain-widgets {
	max-width: 750px;
}
/*.contain-content.wider {
	max-width:  1200px;
}*/
.single-wpseo_locations .contain-content,
.contain-content.slightly-wider {
	max-width:  1000px;
}
.contain-content.home-widgets {
	max-width: 950px;
	padding-top: 50px;
}
.contain-footer {
	width:90%;
	max-width: 1310px;
	margin: 0 auto;
}
.contain-footer-new {
	width:90%;
	max-width: 1550px;
	margin: 0 auto;
}
.reviews {
	width:90%;
	max-width: 1200px;
	margin: 0 auto;
}
.site-header {
	padding: 30px 0 20px 0;
}
.site-branding img {
	display: none;
	margin: 0 auto 25px auto;
	max-width: 250px;
}
.site-branding span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	line-height: 1.3;
	font-weight: 400;
	color: #5a5953;
	font-size: 36px;
	font-size: 2.25rem;
	text-decoration: none;
	text-transform: uppercase;
}
.header-widget {
	text-align: center;
	font-size: 28px;
	font-size: 1.75rem;
}
.header-widget a:link, .header-widget a:link:visited {
	color: #9e6300;
	display: inline-block;
}
.header-widget a:hover {
	color: #9e6300;
	text-decoration: underline;
}
.site-main {
	padding: 25px 0 0 0;
	width: 100%;
}
#secondary {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.site-footer {
	clear: both;
	padding-top: 40px;
	color: #fbf8e1;
	font-family: 'Lato', sans-serif;
}
.site-footer a {
	color: #fbf8e1;
	text-decoration: none;
}
.site-footer a:hover {
	color: #fbf8e1;
	text-decoration: underline;
}
.site-footer a.phone {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
}
.site-info {
	font-size:14px;
	font-size:.875rem;
	text-align: center;
	margin:1.5em 0;
	color:#6D6E70;
}
.site-info .widget h2 {
	display: none;
}
.site-info a {
	color: #6D6E70;
	text-decoration: none;
}
.site-info a:hover {
	color: #6D6E70;
	text-decoration: underline;
}
.banner-image {
	width: 100%;
	height: auto;
	display: block;
}
.footer-bar .widget {
	max-width: 400px;
}
.footer-bar .widget:last-child {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	color: #ceac76;
	font-family: 'Lato', sans-serif;
	max-width: none;
	font-size: 80%;
	padding: 0;
}
.footer-bar .widget:last-child a:link, .footer-bar .widget:last-child a:visited {
	color: #ceac76;
}
.highlight {
	  margin-left: calc(50% - 50vw);
	  width: 100vw;
	  color: #fbf8e1;
	  padding: 60px 0 40px 0;
	  background-image: url(images/dark-courthouse-with-clouds.jpg);
	  background-position: center top;
	  background-color: #45443e;
}
.highlight a,
.highlight a:visited,
.highlight a:hover {
	color: #ceac76;
}
.expanded {
	  margin-left: calc(50% - 50vw);
	  width: 100vw;
}
.wp-block-group.alignfull {
	margin-left: calc(50% - 50vw);
	width: 100vw;
	min-width: 100vw;
	max-width: 100vw;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
	width:90% !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}
.author_bio_section{
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 80px;
}
.author_details {
	font-style: italic;
}

.author_details img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 50%;
}

.page-banner {
	display: none
}
.page-banner-mobile {
	display: none;
}
.page-template-page-attorney .page-banner-mobile {
	display: block;
	margin-left: calc(50% - 50vw);
	width: 100vw;
	margin-bottom: 35px;
}
.post-type-archive-wins .continue-reading,
.tax-win_author .continue-reading {
	display: none;
}
.tax-win_author .alignright,
.tax-win_author .bio-link {
	display: none
}
.post-type-archive-wins .entry-content img.alignright,
.wins-grid img.alignright {
	border-radius: 50%;
}
.footer-strip-two {
	background-color: #FBF8E1;
	color: #404040;
	padding: 50px 0 5px 0;
}
/* move text us up */
#widget-q0qbzz2uM2um3DGegwpqjy {
	bottom: 10px !important;
}
html {
  scroll-padding-top: 75px !important;
}

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

@media screen and (min-width: 650px) {
	
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
.page-banner {
	display: block;
}
.page-template-page-attorney .page-banner-mobile {
	display: none;
}
.contact-float {
	display: none;
}
.notice-strip {
	display: block;
}
.header-strip {
	padding-top: 0;
}
.main-navigation .mobile-only-nav {
	display: none;
}

}

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

.entry-content {
	margin-top: 0;
}
.home h1.entry-title {
	display: block;
}
.entry-content {
	margin-top: 1.5em;
}

.attorney-profiles a {
	width: 32%;
	display: inline-block;
	margin-bottom: 3.5%;
}
.attorney-profiles a:nth-child(3n+2) {
	margin: 0 2%;
}

.site-branding span {
	display: none
}
.site-branding img {
	display: block;
}

.dpe-flexible-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dpe-flexible-posts li {
	flex-basis: 33.333%;
	padding: 0 25px;
}
.post-type-archive-wins .page-content,
.tax-win_author .page-content,
.wins-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-type-archive-wins article.wins,
.tax-win_author article.wins,
.wins-grid article {
	border: 1px solid #ccc;
	padding: 25px;
	flex-basis: 48%;
}
.wins h2.entry-title,
.tax-win_author h2.entry-title,
.wins-grid h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.metaslider .flex-prev {
	left: -40px !important;
}
.metaslider .flex-next {
	right: -40px !important;
}
.center-locations {
	max-width: 80%;
	margin: 0
}

}


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

html {
  scroll-padding-top: 180px !important;
}
	
.header-strip {
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 0;
	z-index: 999998;
}

.site-header {
	position: relative;
}
.site-branding img {
	float: left;
	margin: 0;
}
.header-widget {
	text-align: right;
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}
.header-widget .widget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.main-navigation {
	margin-left: 250px;
	padding: 0;
	clear: right;
	text-align: right;
	padding-top: 10px;
}
.main-navigation a {
	margin: 0 0 0 30px;
}

.site-main {
	padding: 60px 0 0 0;
}
.site-footer {
	padding: 60px 0 0 0;
}
.footer-bar {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.footer-bar .widget {
	float: left;
	width: 33.333%;
	padding-right: 40px;
}
.footer-bar .widget:nth-child(3) {
	float: right;
	max-width: 320px;
	padding: 0;
}
.alignleft {
	display: block;
	float: left;
	margin:0 1.5em 1.5em 0;
	max-width: 50%;
}
.alignright {
	display: block;
	float: right;
	margin:0 0 1.5em 1.5em;
	max-width: 50%;
}
.post-type-archive-wins .alignright,
.wins-grid .alignright {
	margin-bottom: 10px;
	width: 120px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em auto;
}
ul.three-column {
	column-count: 3;
	margin-bottom: 2.5em;
}

.home-practice a {
	width: 31%;
	display: inline-block;
	padding: 25px;
	margin-bottom: 2%;
}
.home-practice a:nth-child(3n+2) {
	margin: 0 3.5%;
}
.half-left {
	width: 50%;
	float: left;
	padding-right: 35px;
}
.half-right {
	width: 50%;
	float: right;
	padding-left: 35px;
}
.footer-one {
	display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: space-between;
	gap:40px;
	}
.footer-one .widget {
	width: 25%;
	margin-bottom: 35px;
}

}

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

/*.gt_switcher_wrapper {
	top: 8px !important;
	right: 8px !important;
}*/
.gfs-popup-052018.cleanslate.js-gfs-widget {
	max-width: 230px !important;
	bottom:50px !important
}
/*.site-header {
	padding-top: 70px;
}*/

}

