/* # Genesis Child Theme  
Theme Name: Genesis Child Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the theme created for the LCHB site.   
Author: John Gersten
Author URI: http://lieffcabraser.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 978px
	- Max-width: 800px
*/


/* # HTML5 Reset
--------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic};margin:.67em 0}mark{background:#ff0;color:#2e2e2e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults ------------------- */

.home .entry-title {
    display: none;
}
.redBold {
	color:#c22b31;
	font-weight:bold;
}

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2e2e2e;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

.site-container {
	max-width:978px;
	margin:0 auto;
}
.entry-content {
	margin-bottom:1rem;
}
.textRed {
	color:#c22b31;
}
.textRedBold {
	color:#c22b31;
	font-weight:bold;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #198BB3;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px auto;
	font-size:1rem;
	width:80%;
	line-height:1.4rem;
}

blockquote p::before {
	content: "\201C";
    display: block;
    font-size: 1rem;
    height: 0;
    left: -12px;
	position: relative;
	font-weight:bold;
}

blockquote p::after {
    content: "\201D";
    display: inline;
    font-size: 1rem;
	font-weight:bold;
}

/* ## Headings
--------------------------------------------- */

h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-weight:bold;
	color:#c22b31;
	font-size:22px;
	margin:.5rem 0;
	padding:0;
	line-height:1.2;
}
.entry-title h1 {
	font-weight:bold;
	color:#c22b31;
	font-size:22px;
	line-height:12px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-weight:bold;
}

h3 {
	font-size: 15px;
	font-weight:bold;
}

h4 {
	font-size: 13px;
	font-weight:bold;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

/* ## Objects ------------------------------------------ */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.cta-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.cta-button:hover,
.cta-button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.cta-button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	color: #333;
	font-size: 10pt;
	font-weight: 300;
	padding: 2px 0 2px 6px;
	width: 100%;
}
input#submit {
	height: 40px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 0 24px;
	text-transform: uppercase;
	width: auto;
	height:60px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: green;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.gform_wrapper .ginput_complex .ginput_right {
	margin-left:0 !important;
}

.ginput_complex label {
	visibility:hidden;
}

.gform_body label.gfield_label {
	visibility:visible;
}

#field_1_12 label {
	float:left;
	width:90%;
}

#field_1_12 .ginput_container_checkbox {
	float:right;
	background: #ddd;
	height: 30px;
	width: 30px;
}
#field_1_12 .ginput_container_checkbox input {
	float:right;
	margin:8px;
}

.gform_body li {
	margin:0 !important;
	padding:0 !important;
}

.gform_body .ginput_left, .gform_body .ginput_right, .gform_body .medium, .gform_body input, #input_1_4_1, #input_1_15_6 {
	width:100% !important;
}

.wpcf7 {
	border: 1px solid #e1e1e1;
	padding:1% !important;
	background:#efefef;
}

.wpcf7-form .city {
	float:none;
	width:100%;
}

.wpcf7-form .wpcf7-form-control {
	margin-bottom:.3rem;
}

.wpcf7-form input {
	font-weight:normal;
}

div.wpcf7-response-output {
    margin: 1em 0 !important;
    padding: 1em !important;
	background:#fff;
}

div.wpcf7-validation-errors {
	text-align:center;
}

.wpcf7-date {
	padding:0 !important;
}


/* ## Tables
--------------------------------------------- */

.tableHovers {
	position:relative;
	color:#2e2e2e;
	width:100%;
}
.tableHovers table {
	width:100%;
}
.tableHovers thead {
	text-align:left;
	font-size:11pt;
}
.tableHovers thead tr {
	border:0;
}
.tableHovers th {
	text-align:left;
}
.tableHovers p {
	margin:0 0 10px;
}
.tableHovers .spacer {
	padding:0 0 10px;
	display:block;
}
.tableHovers tr {
	border-top:1px solid #000;
}
.tableHovers tr.show {
	display:table-row !important;
}
.tableHovers tr.hide {
	display:none
}
.tableHovers td {
	vertical-align:top;
	padding:6px 16px 0 0;
}
.tableHovers td.last {
	text-align:right;
}
.tableHovers td.col1 {
	width:40%;
}
.tableHovers td.col2 {
	width:60%;
}
.tableHovers td.col2of3, .tableHovers td.col3of3 {
	width:30%;
}
.tableHovers td:hover {
	color:#c22b31;
}
.tableHovers ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tableHovers ul li {
	padding:0 0 8px;
	border-top:1px solid #000;
}
.tableHovers ul li:first-child {
	border:0;
}
.tableHovers a {
	text-decoration:none;
}
.tableHovers a:hover,.tableHovers a:focus {
	color:#c22b31;
	text-decoration:underline;
}
.tableHovers .hover {
	color:#000;
	display:none;
	position:absolute;
	right:-220px;
	margin-top:-82px;
	width:200px;
	padding:16px;
	background:#FFBD00;
}
.tableHovers .hover:before {
	position:absolute;
	top:20px;
	left:-20px;
	content:'\25C0';
	color:#FFBD00;
	font-size:46px;
}
.tableHovers li:hover .hover {
	display:block;
}

.tablepress {
	margin-bottom:0 !important;
}

.tablepress .sorting:hover {
	background-color: #5e78a4 !important;
	}
	
/* toggle table */

.page-id-50 .omsc-toggle {
	border:0;
}

.omsc-toggle-inner {
	padding: 0 !important;
}

.sidebar .omsc-toggle-inner {
	padding: 1em 1em 0.6em 1em !important;
}	

/* Various Fixes */

.top1rem {
	margin-top:1rem;
}
.top2rem {
	margin-top:2rem;
}

/* homepage tablepress table */

.home .omsc-tabs-tabs, .page .omsc-tabs-tabs {
	padding:0;
}

.home .omsc-tabs-tabs p, .page .omsc-tabs-tabs p {
	display:none;
}

.home .omsc-tabs-control li, .page .omsc-tabs-control li {
	background-color: #C2C5D4;
    color: #000;
	font-weight:bold;
	}

.three-tabs .omsc-tabs-control li {
	width:33%;
}
	
.omsc-tabs-tabs {
    margin-top: -20px !important;
	/*margin-bottom: -20px !important;*/
}

.omsc-tabs-control li {
    width: 50%;
	}

.home .omsc-tabs-control li.omsc-active, .home .omsc-tabs-control li:hover, .page .omsc-tabs-control li.omsc-active, .page .omsc-tabs-control li:hover {
	background-color: #5e78a4;
    color: #fff;
}

.home .tablepress .column-1,.home .tablepress .column-2, .home .tablepress .column-3 {
	width:33.333333333333%;
}

#tablepress-40 .column-1, #tablepress-40 .column-3, #tablepress-40 .column-3 {
	width:inherit;
}

.dataTables_wrapper {
	margin-bottom:0 !important;
}



/* # Structure and Layout
--------------------------------------------- */


/* ## Utility Classes ------------------------------------------ */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.noTopMargin {
	margin-top:0;
	padding-top:0;
}

.noBottomMargin {
	margin-bottom:0;
	padding-bottom:0;
}

.clearFix {
	clear:both;
	height:1rem;
}

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top:.5rem;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 768px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 515px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar WITH FINDLAW CODE AT PRESENT */

.side-feature {
	font-size:12px
}
a.side-feature-btn {
	display:block;color:#787878;font-size:13px;text-decoration:none;border-bottom:1px solid #000;padding:6px 0;margin:0 0 6px
}
a.side-feature-btn:after {
	color:#c22b31;float:right;content:'\25B6';font-size:14px
}
a.side-feature-btn.open:after {
	content:'\25BC'
}
.side-feature-content {
	display:none
}
.side-feature-content ul {
	list-style:none;padding:0;margin:10px 0 0
}
.side-feature-content ul li {
	padding:0 0 10px
}
.side-feature-content ul ul {
	padding:0;margin:0
}
.side-feature-content ul ul li {
	padding:0;margin:0
}
.side-feature-content.open {
	display:block
}
.side-feature-content p {
	margin:0 0 10px
}
.side-feature-content a {
	text-decoration:none
}
.side-feature-content a:hover,.side-feature-content a:focus,.side-feature-content a.current {
	text-decoration:underline
}
.side-feature-content .attorneyProfileSection h3 {
	display:none
}
.side-feature-btn-all {
	display:block;text-align:right;margin:0 0 12px;text-decoration:none
}
.side-feature-btn-all:hover,.side-feature-btn-all:focus,.side-feature-btn-all.current {
	text-decoration:underline
}
.column-main-left .side-feature-btn-all {
	padding-right:16px;font-weight:700;font-size:13px
}
.no-js .side-feature-content {
	display:block
}
.sidebar-primary {
	float: right;
	width: 222px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 163px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Both sidebars */

.sidebar a {
	color:#000;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.content .row {
	clear:both;
}


/* # Common Classes
--------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ################## Search Container ######################################## */

.pre-head {
	height:43px;
	width:100%;
	background-color:#243756;
	text-align:right;
	padding-top:2px;
}

.pre-head section {
	display: inline-block;
	z-index: 99;
	position: relative;
	float:right;
}

/* ## Search Form
--------------------------------------------- */

.widget.widget_search {
	margin-top:6px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	line-height: 1.3rem;
}

.site-header .search-form {
	float: right;
	 width: 50%;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.tools li {
	display:inline;
	margin:4px 20px 8px 0;
	padding:4px 0 4px 0;
}
.tools a {
	margin:4px 0 6px 30px;
}
.tools-print {
	background:url(/wp-content/uploads/bg-tools-print.png) no-repeat;
}
.tools-email {
	background:url(/wp-content/uploads/bg-tools-email.png) no-repeat;
}

/* icons next to search form */

.textwidget .icons {
	margin:0 10px;	
}

.textwidget .icons i {
	font-size:2.3rem;
	color:#fff;
	margin:0 5px;
}

/* Search Results Page */

.search-everything-highlight-color {
	background-color:#198BB3 !important;
	color:#fff;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 22px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}
.geography {
	clear:both;
	padding-top:10px;
}
.geography p {
	font-size: 8pt;
}
.contact-info {
	margin-top: 8px;
	font-size:8pt;
}
.city {
	float:left;
	width: 50%;
}

/* ## 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 {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
----------------------------------------------- */

.widget {
	word-wrap: normal;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	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 #d3d3d3;
	margin-bottom: 0;
	padding: 0;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
--------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------- */
a.practice-group-header {
	color: #2e2e2e;
	font-size: 13pt;
	display: block;
	border-bottom: 1px solid #2e2e2e;
	margin:.5rem 0 1rem 0;
}
#header {
	margin-top:13px;
}
.h-wrap li {
	line-height:1.3;
}
.h-wrap {
	height:191px;
}
.practicemenu {
	font-family:arial,sans-serif;
	background-color:#fff;
	margin-top:-16px;
}
.practicemenu h4 {
	margin-bottom: 2px;
	font-size:12pt;
	font-weight:bold;
}
.practicemenu h4 a {
	color:#c22b31;
}
.practicemenu ul {
	
}
.practicemenu li {
	font-size:9pt;
	list-style:none;
}
.practicemenu li a {
	color:#464646;
}
.practicemenu li a:hover {
	text-decoration:underline;
}
.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 20px 0 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/lchblogo.png) no-repeat left;
	float: left;
	min-height: 127px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: .9rem;
	line-height: 1rem;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Other Styling (Legacy?)
--------------------------------------------- */
.nav-main {
	width:390px;
	float:left;
	display:inline;
	min-height:1px;
	margin:.5rem 0 .5rem 3%;
	}
.nav-main ul {
	z-index:100;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.nav-main a {
	color:#000;
}
.nav-main ul a {
	display:block;text-decoration:none;padding:2px 0
}
.nav-main ul a:hover,.nav-main ul a:focus,.nav-main ul a.current {
	color:#c22b31;background:url(../../../images/menu-triangle.png) 90px center no-repeat
}
.nav-main li.nav-main-item-mbl {
	display:none
}
.nav-main li.show-menu>a {
	color:#c22b31;background:url(../../../images/menu-triangle.png) 90px center no-repeat
}
.nav-main ul ul {
	z-index:200;
	display:none;
	position:absolute;
	top:-12px;
	right:0;
	width:67%;
	padding:8px 12px 6px 12px;
	background:#f0f0f0;
}
.nav-main ul ul a:hover,.nav-main ul ul a:focus,.nav-main ul ul a.current {
	background:none
}
.nav-main ul .sub-menu-short ul {
	top:30px
}
.nav-main ul ul ul {
	display:none !important
}
.nav-main .no-child a {
	background:none !important
}
.nav-main .no-child a:hover,.nav-main .no-child a:focus,.nav-main .no-child a.current {
	background:none !important
}
.nav-main a.current+ul,.nav-main li.show-menu ul,.nav-main .show-menu .current.hide-menu+ul {
	display:block;z-index:200
}
.nav-main .current.hide-menu+ul {
	display:none
}
.nav-main .current.hide-menu {
	background:none;color:#000
}
.nav-main .show-menu .current.hide-menu {
	color:#c22b31;background:url(../../../images/menu-triangle.png) 90px center no-repeat
}




/* # Content Area
--------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.shadowed {
    -webkit-filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
}
.entry {
	margin-bottom: 0;
	padding: 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding: 3px 0 3px 7px;
	margin: 0 45px 0 25px;
}

.entry-content ul > li {
	list-style-type: disc;
	padding: 3px 0 3px 7px;
	margin: 0 45px 0 25px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.omsc-tabs {
	margin:0 !important;
}

.omsc-tabs ol,
.omsc-tabs ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.omsc-tabs ol > li {
	list-style-type: none;
	padding: 3px 0 3px 7px;
	margin: 0;
}

.omsc-tabs ul > li {
	list-style-type: none;
	padding: 3px 0 3px 7px;
	margin: 0;
}

.omsc-tabs ol ol,
.omsc-tabs ul ul {
	margin-bottom: 0;
}

.omsc-tabs-control li {
display: table-cell !important;
border:1px solid #e1e1e1 !important;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
.author {
	margin-bottom:12px;
}
p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 6px;
}

.entry-footer .entry-meta {
	border-bottom: 2px solid #d3d3d3;
	padding-top: 0;
	padding-bottom:4px;
	margin-bottom:18px;
}

.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link {
	display:none;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 0;
}

.comment-respond,
.entry-pings {
	padding: 10px 15px 8px 0;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
-------------------------------------------- */

.sidebar {
	font-size: 12px;
}

.sidebar li {
	border-bottom: none;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
}
.home .testimonials {
	margin-top:0;
	margin-bottom:18px;
}
.testimonials {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size:10pt;
	line-height:18px;
	color:#2e2e2e;
}
.testimonials em {
	color:#c22b31;
	display:block;
	text-align:right;
}

.accolades {
	text-align:center;
}

.accolades img {
	display:block;
	margin:0 auto 1rem;
	border:1px solid #2e2e2e;
}

.second-primary.widget-area {
	display:none;
}

/* blog right sidebar */

#text-183 {
	display:none;
	}

.single-post #text-183, .blog #text-183 {
	display:block;
}

.single-post .wpcf7, .blog .wpcf7 {
	background:#C9CDDB;
	border: 1px solid #aaa;
}
.single-post .wpcf7 form, .blog .wpcf7 form {
	margin:5%;
}	 
.single-post .wpcf7-form-control-wrap iframe, .blog .wpcf7-form-control-wrap iframe {
    border-right: 1px solid #d3d3d3;
	width:194px;
}
.single-post .wpcf7-form input[type="submit"], .blog .wpcf7-form input[type="submit"] {
    padding: 0 12px;
    width: auto;
    height: 30px;
    margin: .5rem 0 0;
}

.blog .sidebar-primary, .blog .sidebar-secondary {
	margin-top:.5rem;
}

.single-post .sidebar-primary {
	margin-top:1rem;
}

/* blog left (secondary) sidebar */

.sidebar-secondary #recent-posts-2, .sidebar-secondary #categories-3, .sidebar-secondary #archives-2, .cat-item-8, .cat-item-5,  .cat-item-16, .cat-item-6, .cat-item-4, .cat-item-9, .cat-item-10, .cat-item-14, .cat-item-15, .cat-item-383, .cat-item-7, .cat-item-11, .cat-item-12, .cat-item.cat-item-704, .cat-item.cat-item-399, .cat-item.cat-item-383, .cat-item-152 {
	display:none;
}

.blog .sidebar-secondary #recent-posts-2, .blog .sidebar-secondary #categories-3, .blog .sidebar-secondary #archives-2, .category .sidebar-secondary #recent-posts-2, .category .sidebar-secondary #categories-3, .category .sidebar-secondary #archives-2 {
	display:block;
}

.blog .sidebar-secondary h4.widget-title, .category .sidebar-secondary h4.widget-title {
	margin-bottom:.5rem;	
}

.category #text-160, .category #text-6 {
	display:none;
}

/* # Footer Widgets
------------------------------------------- */

.footer-widgets {
	background-color: #f0f0f0;
	clear: both;
	padding-top: 15px;
	border-top:1px solid #000;
}

.footer-widgets,
.footer-widgets a {
	color: #2e2e2e;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #bb3627;
}

.footer-widgets li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 4px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 120px;
	margin-right: 60px;
	font-size:8pt;
}
.footer-widgets-2 {
	width: 175px;
	font-size:8pt;
}
.footer-widgets-3 {
	width: 540px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	margin-top:-17px;
	float: right;
}
.footer-widgets-3 h4 {
	float:left;
	margin-right:12px;
}
.footer-social {
	margin-top:1rem;
}
.footer-social img {
	margin-top: -6px;
	margin-right: 7px;
}

/* # Site Footer
--------------------------------------- */

.site-footer {
	background-color: #f0f0f0;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
	display:none;
}

.footer-widgets .row {
	margin-top:1.5rem;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets {
	width:100%;
	background-color:#f0f0f0;
}

.textwidget {
	clear:both;
}

.subfooter {
	text-align:center;
	padding:2rem 5%;
	background:#f0f0f0;
}

.subfooter p {
	max-width:978px;
	margin:0 auto;
}

.subfooter #disclaimer {
	text-align:justify;
}


/* Blog left sidebar CSS */
#execphp-2 h3 {
	margin-top:16px;
	margin-bottom:4px;
}
#execphp-2 .cat-item {
	margin-left:1px;
	font-size:12px;
	font-weight:normal;
}
.pageBox {
	border:1px solid black;
	padding: 9px;
	margin-bottom:12px;
	background-color:#f9dbe5;
}
.injuryBox {
	color:black;
	background-color:#ffc7a1;
	padding:9px 9px 0 9px;
	border:1px solid black;
	margin-bottom:12px;
}
.attyTeam {
	height:250px;
	border-bottom: 1px solid #000;
	padding:0;
}
.attyTeamQuote {
	float:left;
	margin-top:30px;
	width: 240px;
	padding:0;
}
.attyTeamQuote p {
	font-size:9pt;
	padding:0;
}
.attyTeamImg {
	float:right;
	padding:0;
	margin-top:18px;
	vertical-align:bottom;
}
.clearFloat {
	clear:both;
}
.wrap {
	max-width:978px;
	margin: 0 auto;
}
#execphp-3 {
	margin: 0 0 12px 0;
	padding:0;
}
.copyright p {
	font-size: 8pt;
}
.page-id-8 #text-20 {
	margin-top:-12px;
}
	
/* Social Signals */
.social-widgets ul {
	list-style:none;margin:0; float:right;
}
.social-widgets ul li {
	max-width:108px;
	padding:3px 0;
	text-align:left;
}
.social-widgets iframe, .social-widgets table {
	width:auto !important;max-width:100px
}
/* Iframe mobile display half-fix - rest is in each page */
.iframeContainer iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.omsc-toggle-title {
	background-color: #ECEDF1 !important;
}
.omsc-toggle-title:hover,
.omsc-toggle.omsc-expanded .omsc-toggle-title {
  background:#C9CDDB !important;
}

/* # Individual Pages CSS
----------------------------------------- */

/* ABOUT US STYLES */
.page.category-page-about h1.entry-title {
	display:none;
}

/* ATTORNEY BIO HEADER */
.page.category-page-attorney h1.entry-title {
	display:none;
}

/* Attorney Contact Page */

.contact-attorney .entry-title {
	display:none;
}

.dataTables_filter {
	background-color: #C2C5D4;
    width: 100%;
}

.dataTables_filter label {
	float: right;
    margin: .3rem 1.5%;
	font-weight:bold;
}
#tablepress-44 .column-1, #tablepress-45 .column-1 {
	width:50%;
}
#tablepress-44 .column-2, #tablepress-44 .column-3, #tablepress-45 .column-2, #tablepress-45 .column-3 {
	width:20%;
}
#tablepress-44 .column-4, #tablepress-45 .column-4 {
	width:10%;
}
/* PI Landing Page Header Menu - personal injury */
.pi-banner {
	margin: 0;
	line-height: 0;
	padding: 0;
}
.pi-header {
	line-height: 0;
	padding: 0;
}
.pi-box {
	color: black; 
	background-color: #e2f3fc;
	padding: 6px 6px 0 9px; 
	margin-bottom: 9px;
	border: 1px solid black;
}
.pi-menu {
	 margin: 0 auto;
	 height: 2rem;
    background: black;
}
.leftInjuryMostVisited {
	margin-top:5px;
}
.leftInjuryMostVisited h5 {
	text-decoration:underline;
}
.leftInjuryTestimonials {
	margin-top:20px;
	border: 1px solid #d0d0d0;
	padding: 6px;
}
.leftInjuryTeam a {
	font-weight:bold;
	color:#b22c31;
}

/* SECONDARY NAV; ONLY ON THIS PAGE */

.nav-secondary {
	display:none;
}
.page-id-11 .gch-header {
	display:none;
}
.page-id-11 .nav-secondary {
	display:block;
	background:#000;
	text-align:center;
}
.page-id-11 .nav-secondary ul.genesis-nav-menu li a {
	padding:0;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:.5rem 14px;
}
.page-id-11 .nav-secondary ul.genesis-nav-menu li a:hover {
	color:red;
}
.pi-menu {
	display:none;
}

/* Case Center Page */

.caseCenter {
	color: #fff;
	background-color:#5278b2;
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
	font-weight:bold;
}

.caseCenter td {
	color:#fff;
	border:1px solid #fff;
	text-align:center;
}

.caseCenter th {
	padding:.5rem 0;
}

.caseCenter td {
	color:#fff;
	border:1px solid #fff;
	padding:.5rem 0 0 0;
}

.caseCenter a  {
	color:#fff;
}

.caseCenter td:hover {
	background-color:#37609D;
}

.caseCenter a:hover {
	text-decoration:none;
}

/* Drug Name Highlights Table */

.drugTable {
	color: #fff;
	background-color:#5278b2;
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
	font-weight:bold;
	text-transform:uppercase;
}

.drugTable td {
	color:#fff;
	border:1px solid #fff;
	text-align:center;
}

.drugTable th {
	padding: .5rem 0 .3rem 0;
}

.drugTable td {
	color:#fff;
	border:1px solid #fff;
	padding:.4rem 0 .3rem 0;
}

/*##################### securities pages ############################*/

.parent-pageid-16 iframe {
	border:none;
}


/*############################# homepage ############################### */

.home .aboutLieffCabraser {
	margin:1.5rem 0;
}

.home .site-inner {
	margin-top:4.55rem;
}

.VW-Settlement {
	background: url(/images/WV-settlement-header.jpg);
	height:200px;
	width:inherit;
	text-align:center;
	padding-top:1rem;
	margin-bottom:1rem;
	display:none;
}

.VW-Settlement > div {
	background: rgba(0, 0, 0, 0.6);
	max-width:80%;
	margin:auto;
	padding:.5rem .5rem .25rem .5rem;
}

.VW-Settlement p {
	font-size:1.55rem;
	line-height: 2.2rem;
	font-weight:bold;
	color:rgba(255, 255, 255, 1)
}

.VW-Settlement p a {
	color:#fff;
}

.VW-Settlement p a.cta-button, .VW-Header a.cta-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: .5rem;
    border: 1px solid #000;
    border-radius: 8px;
    background: rgba(39, 232, 52,1.00);
    background: -webkit-gradient(linear, left top, left bottom, from(#4EED58), to(#00BF0C));
    background: -moz-linear-gradient(top, #4EED58, #00BF0C);
    background: linear-gradient(to bottom, #4EED58, #00BF0C);
    text-shadow: #000 1px 1px 1px;
    font: normal normal bold 1rem;
    color: #ffffff;
    text-decoration: none;
	margin-top:.5rem;
}

.VW-Header {
	background:#d7d7d7;
	width: 60%;
    float: right;
	margin:.55rem 6% .5rem 0;
    text-align: center;
    padding: .5rem .25rem;
	font-size:1rem;
	line-height: 1.4rem;
	border:1px solid #000;
	box-shadow: 5px 5px 3px #888888;
}

.VW-Header a {
	color:#000;
}

.VW-Header a.cta-button {
	padding: .3rem;
    font-size: 1rem;
	text-transform:uppercase;
	margin-top:.2rem;
}


/*############################# individual attorney pages ############################### */

.attyBio {
	clear:both;
	width: 75%;
	height: 282px;
	border: 1px solid black;
	font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: left;
}
.attyBioQuote, .selbinQuote {
	float: left;
	line-height: 1.3;
	margin:1.5rem 0 0 3%;
	width: 21%;
	font-size: 9.2pt;
}
.selbinQuote {
	width: 41%;
}
.attyBioQuoteText {
	margin-bottom:8px;
}
.attBioQuoteName {
}
.attyBioInfo {
	float: left;
	margin:1.5rem 0 0 3%;
}
.attyBioPhoto {
	float: right;
	display: inline-block;
}
.attyBioPhoto img {
}
.attyBioName {
	color: #c22b31;
	font: bold 16pt Arial,sans-serif;
}
.attyBioRole {
	font: normal 13pt Arial,sans-serif;
}
.bioIcon {
	width:160px;
}
.bioIcon img {
	float: left;
	margin-right:6px;
}
.bioIcon2 {
	width:160px;
	margin-top:-5px;
}
.bioIcon2 img {
	float:left;
	margin-right:6px;
	margin-top:-2px;
}
.parent-pageid-49 .sidebar-primary {
	margin-top:-308px;
}
.page-id-2185.parent-pageid-49 .sidebar-primary {
	margin-top:0;
}

/*############################# contact attorney page ############################### */

.page-id-2185 h1 {
	border-bottom:1px solid #000;
	margin-bottom:1rem;
}

/*############################# video pages ############################### */

.video {
	text-align: center;
	margin: 1rem 0;
}

.home .video {
	margin:0;
}

.video iframe {
	width:100%;
	max-width:508px;
	height:286px;
}

/*############################# offices page ############################### */

.offices img {
	margin:0 30% 2rem 0;
	float:left;
}

/*############################# case pages ############################### */

.attyBioClass .sidebar-primary {
	margin-top:-339px;
}

.gch-header {
	margin-top:.5rem;
}

.whitelinks a:link, .whitelinks a:visited, .whitelinks a:active {
	color:#fff;
}
.whitelinks a:hover {
	color:#fff;
	text-decoration:underline;
}

/*############################# blog homepage ############################### */

.blog a.practice-group-header {
	margin-top:0;
}

/*#################### /defect/front-load-washers/ ####################### */

.displayResponsive {
	display:none;
}

/* # Media Queries
----------------------------------------- */


/* Mobile home page */
.mobileCategory {
	height: 30px;
	padding-top:7px;
	color: #fff;
	text-transform: uppercase;
	font-size:9pt;
	white-space:nowrap;
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
}
.mobileCategory:hover {
	text-decoration: none;
	color:#fff;
}
.ourAttorneys {
	background-color: #5e78a4;
}
.ourAttorneys:hover {
	background-color: #3E5A8B;
}
.ourOffices {
	background-color: #848996;
}
.ourOffices:hover {
	background-color: #656D7F;
}
.caseHighlights {
	background-color: #8092b1;
}
.caseHighlights:hover {
	background-color: #576E95;
}
.newsBlog {
	background-color: #a7a4a3;
}
.newsBlog:hover {
	background-color: #7E7A79;
}
#caseMobile {
	width: 47%;
	float: left;
	margin: 0 7px 0 0;
}
.caseHighlightsList a, .newsBlogList a {
	color:#000;
}
.caseHighlightsList ul {
	margin-top: 5px !important;
}
.entry-content .caseHighlightsList ul > li {
	padding: 3px 0 6px 0;
	margin: 0 5px 0 25px;
	line-height:1.2;
}
#newsMobile {
	margin: 0;
}
.caseHighlightsList, .newsBlogList {
	padding: 0 6px;
}
.newsBlogList ul {
	padding: 0;
	margin: 5px 0 0 0 !important;
}
.entry-content .newsBlogList ul > li {
	padding: 6px 0 6px 0;
	margin: 0 5px 0 25px;
	line-height:1.2;
}
.connect, .homeFooter {
	display:none;
}
.more {
	font-style:italic;
	float:right;
	clear:both;
	margin-top:.5rem;
}


/* ################### Hide elements on desktop ##########################*/

	#lchbLogo {
		float:left;
		width: 184px;
	}
	#mobilePractice, .phoneIcon, .attytel img, toggle.closed,#text-161, #text-162,.pi-mobile,.pi-mobile-images,.hideDesktop, hr.iPadOnly, .VW-Header {
		display:none;
	}

@media only screen and (max-width: 1200px) {
	#mobileContent {
		display:none;
	}
	#cssmenu-118 {
	    font-size: 10pt;
	    font-family: arial,sans-serif;
	}
	#lchbMenuMain {
		float:left;
		padding-left: 13px;
		width: 50%;
	}
	.practicemenu {
		margin-top: 1px;
		float: left;
		width: 213px;
	}
	.widget_search {
		margin:0;
		width: 136px;
		padding-right: 0;
	}

	.site-inner {
		max-width: 978px;
	}

	.wrap {
		max-width: 978px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	.pre-head {
	width: 100%;
	}
}

@media only screen and (max-width: 1080px) {
	.footer-widgets .wrap {
		margin: 0 5%;
	}
		.attyBioInfo {
		width:194px;
	}

}

@media only screen and (max-width: 978px) {
	
	#header {
		margin-left: 5%;
		margin-right: 0;
	}

	.site-inner,
	.wrap {
		margin:0 5%;
	}
		
	.widget_search {
		margin:0;
		width: 136px;
		padding-right: 0;
	}

	.pre-head {
	width:100%;
	}
	
	.phoneIcon {
		display:inline;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.home .sidebar-primary {
		width: 100%;
	}
	
	#text-20, #text-21 {
		display:none;
	}
	
	#text-161, #text-162 {
		display:block;
	}
	
	.blog .sidebar-primary, .single .sidebar-primary {
		width:30%;
	}
	
	.blog .content-sidebar-wrap .content, .single .content-sidebar-wrap .content {
		width:65%;
		float:left;
	}
	
	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.entry-content {
		margin-top:2rem;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	accolades {
		text-align:center;
	}
	.accolades img {
		display: inherit;
		margin:0 2.5%;
	}
	
	.attyBio {
		width:100%;
	}
	
	.attyBioInfo {
		width:auto;
	}

	.attytel span {
		display:none;
	}
	
	.attytel img {
		display:inline;
	}

	.tablepress-id-40 .column-3 {
		width:10% !important;
	}
	
	.tablepress-id-40 .column-5 {
		display:none;
	}
	
	.parent-pageid-49 .sidebar-primary {
		margin-top: 0;
	}
	
	.pi-header {
		margin:2.5rem 5% 0 5%;
	}
	
	.nav-secondary {
		margin:0 5%;
	}
	
	.page .sidebar-primary {
		width:100%;
	}
	
	.blog-categories, .blog-archives {
		width:49.5%;
		float:left;
	}
	.selbinQuote {
	width: 31%;
	}
	.home .site-inner {
		margin-top: 2.5rem;
	}	
}

@media only screen and (max-width: 800px) {
	.widget_search {
		margin:0;
		width:136px;
		padding-right:0;
	}
	.pre-head {
		width:100%;
	}

	body {
		background-color: #fff;
		color:#2e2e2e;
	}

	.site-inner,
	.wrap {
		margin:0 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.one-half {
		width: 48.717948717948715%;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.practicemenu {
		display: none;
	}
	.nav-main a.current+ul {
    font-size: .75rem;
	}
	.social-widgets {
		text-align:center;
	}
	.attyBioQuote {
		display:none;	
	}
	.single-post .wpcf7-form-control-wrap iframe {
		width:155px;
	}
	.displayDesktop {
	display:none;
	}
	.displayResponsive {
	display:block;
	}
	.VW-Settlement {
		display:block;
		padding-top:2rem;
	}
	hr.hideDesktop {
		display:block;
		margin-bottom:1rem;
	}
	hr.iPadOnly {
		display:block;
		margin-bottom:1rem;
	}

}
@media only screen 
and (max-width: 735px) {
	.social-widgets {
		display:none;
	}
}
@media only screen 
and (max-width: 667px) {
body.admin-bar #wprmenu_bar {
	padding-bottom:0;
}
	.footer-widgets {
		border:none;
	}
	.footer-widgets .row {
		margin-top:0;
	}
	#disclaimer {
		display:none;
	}
	.subfooter {
		padding-top:0;
	}
	#lchbLogo, #header, .site-inner {
		margin-top:0;
	}
	.socialWhirl {
		display:none;
	}
	.entry-content {
		margin:0;
		padding-top:0;
	}
	.gch-header, .gch-header-image {
		padding: 0;
		margin: .5rem 0;
	}
	.gch-header-image img {
		width: 100%;
		max-width: 640px;
		float: left;
	}
	#lchbMenuMain {
		display:none;
	}
	.sidebar {
		/*display:none;*/
	}
	.parent-pageid-49 .sidebar, .parent-pageid-10 .sidebar, .parent-pageid-11 .sidebar, .parent-pageid-12 .sidebar, .parent-pageid-13 .sidebar, .parent-pageid-14 .sidebar, .parent-pageid-15 .sidebar, .parent-pageid-16 .sidebar, .parent-pageid-17 .sidebar, .parent-pageid-18 .sidebar {
		display:block;
		border-top:1px solid #2e2e2e;
		margin-top:2rem;
		padding-top:2rem;
	}
	#mobilePractice {
		display:inline;
	}
	#mobilePractice ul {
		margin:-10px 0 0 0;
		padding:0;
	}
	#mobilePractice li {
		list-style-type:none;
		margin:0;
		padding:0;
		margin-bottom: .3rem;
	}
	.h-wrap {
		margin: -40px 0 0 10px;
		height: 60px;
	}
	.widget_search {
		margin:0;
		width: 116px;
		padding-right:0;
	}
	.pre-head {
		width:100%;
	}
	#lchbLogo {
		float: left;
		width: 30%;
	}
	#lchbLogo img {
		margin:.7rem 0 .2rem;
		/*height: 80px;*/
		width: inherit;
	}
	.practicemenu {
		display:none;
	}
	.attyBioQuote {
		display:none;
	}
	.testimonials, .accolades, .home .omsc-tabs {
		display:none;
	}
	.footer-widgets section:nth-child(2), .footer-widgets-2 {
		display:none;
	}
	.attyBioInfo {
		width:170px;
	}
	.blog .content-sidebar-wrap .content, .single .content-sidebar-wrap .content {
		width:100%;
		float:none;
	}
	.blog .entry-content p {
		clear:both;
	}
	.home .site-inner {
    margin-top: .5rem;
	}
	.VW-Settlement {
		display:none;
	}
	hr.iPadOnly {
		display:none;
	}
	.home .VW-Header {
		display:block;
	}
}

@media only screen 
and (max-width: 570px) {
	.attyBioInfo {
		width:100px;
	}
}
@media only screen 
and (max-width: 485px) {
	.attyBioInfo {
		width:100%;
	}
	.attyBio {
		height:auto;
		padding-bottom:0;
	}
	.attyBioPhoto {
		text-align:center;
		float:none;
		display:inherit;
	}
	.attyBioPhoto img {
		margin:0 auto -6px auto;
	}
	.video iframe {
		height:250px;
	}
	#wprmenu_bar .menu_title {
		display:none;
	}
	.selbinQuote {
		width: 90%;
	}
	.pi-header {
		margin-top:0;
	}
	.pi-header h2 {
		color: #fff;
		font-family: Arial, sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		margin-bottom:0;
	}
	.pi-header h2 span {
		border-bottom:2px solid;
	}
	.pi-banner, .pi-phone {
		display:none;
	}
	.pi-mobile {
		text-align:center;
		background:#8193b2;
		padding:1rem 0;
	}
	.pi-mobile, .pi-mobile-images {
		display:block;
	}
	 .pi-mobile-images {
		float:left;
		text-align:center;
		width:40%;
		height: 17rem;
		background: #8193b2;
	 }
	 .page-id-11 .nav-secondary {
		background: #8193b2;
	 }
	 .page-id-11 .nav-secondary ul {
		 clear:none;
		 width:auto;
	 }
	 .page-id-11 .nav-secondary ul li {
		 margin:.6rem 0;
	 }
	 .pi-mobile-images img {
		width:100px;
		margin:15px 0 0;
	 }
	 .menu-mobile-menu-container {
		background:#8193b2;
	 }
	 #menu-mobile-menu-container li {
		color: #fff;
		font-family: Arial, sans-serif;
		font-weight: 400 !important;
		font-size: 1rem;
		line-height: 1.2rem;
		margin-bottom: .5rem !important;
	 }
	 #menu-item-284 a {
		 margin-left:0;
	 }
	.offices img {
    margin: 0 5% 2rem 0;
	}
	#tablepress-44 .column-1, #tablepress-45 .column-1 {
		width:50%;
	}
	#tablepress-44 .column-2, #tablepress-45 .column-2 {
		width:30%;
	}
	#tablepress-44 .column-3, #tablepress-44 .column-4, #tablepress-45 .column-3, #tablepress-45 .column-4 {
		width:10%;
	}
	.more a {
		color:#198BB3;
	}
	.fax, .vcard {
		display:none;
	}

}

/* Nexus 6P phones */
@media only screen 
and (max-width: 435px) {
	.VW-Settlement {
		background-position:left;
		padding-top:2rem;
	}
	.VW-Settlement p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	}
}

@media only screen 
and (max-width: 423px) {
	.page-id-11 .nav-secondary ul li {
    font-size: .8rem;
	}
}

@media only screen 
and (max-width: 375px) {
	.bioIcon {
		width:160px;
	}
	.bioIcon img {
		float:left;
		margin-right:6px;
	}
	.bioIcon2 {
		width:160px;
		margin-top:-5px;
	}
	.bioIcon2 img {
		float:left;
		margin-right:6px;
		margin-top:-2px;
	}
	.bioIcon2 p {
	}
	#lchbMenuMain {
		display:none;
	}
	.sidebar {
		/*display:none;*/
	}
	#mobilePractice {
		display:inline;
	}
	#mobilePractice ul {
		margin:-10px 0 0 0;
		padding:0;
	}
	#text-18 {
		width:345px;
		margin:0 0 0 10px;
	}
	.h-wrap {
		margin: -40px 0 0 10px;
		height: 60px;
	}
	.widget_search {
		margin:0;
		width: 116px;
		padding-right:0;
	}
	.pre-head {
		width:100%;
	}
	#lchbHeader {
		/*width: 375px;*/
	}
	#lchbLogo {
		float: left;
	}
	.practicemenu {
		display: none;
	}
	.testimonials, .accolades, .tablepress-id-1 {
		display: none;
	}
	.one-half {
		width:100%;
		margin-left:0;
	}
	.ourAttorneys {
		margin-bottom:1rem;
	}
	.VW-Header {
    font-size: .8rem;
    line-height: 1rem;
	}
}

@media only screen 
and (max-width: 360px) {
	.VW-Settlement {
		padding-top:1rem;
	}
}
@media only screen 
and (max-width: 350px) {
	.page-id-11 .nav-secondary ul li {
    font-size: .7rem;
	margin: .75rem 0;
	}
}

/*########################### print view ###################################*/
@media print {
	aside, .footer-widgets, .pre-head, #lchbMenuMain, .socialWhirl, #disclaimer, .video {
		display:none;
	}
	main, .content-sidebar-wrap, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
		width:100%;
		float:none;
		margin:0;
		padding:0 5% 0 10%;
	}
	.site-inner {
		margin-top:0;
	}
	#header {
		margin-bottom:-300px;
	}
	
	.attyBio {
		width:100%;
		height:inherit;
		padding-top:.5rem;
	}
	.attyBioPhoto {
		float:none;
		margin:0;
		padding:0;
	}
	.attyBioPhoto img {
		margin:0;
		padding:0;
		padding-bottom:-5px;
	}
}