/*
	Theme Name: warnerlawyers2014
	Author: Rowboat Media
	Author URI: http://www.rowboatmedia.com/	
	
	Template: genesis
	Template Version: 2.0.2
	Author: Studiopress


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #17909a;
	text-decoration: none;
}

a:hover {
	color: #7c0000;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #7c0000;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1,
h2 {
	font-size: 36px;
}

h3	{
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 0 !important;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px;
	padding: 0.8rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #17909a;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 4px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #7c0000;
	text-decoration: none;
}

.entry-content .button a {
	color: #fff;
}

.entry-content .button a:hover {
	text-decoration: none;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 30px;
	padding-top: 3rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

/* Content */

.content {
	float: right;
	max-width: 744px;
}

.content-sidebar .content {
	float: left;
	width: 65.263157894%;
}

.full-width-content .content {
	max-width: 1140px;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 354px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3.4210526315789%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.289473684211%;
}
 
.one-third,
.two-sixths {
	width: 31.052631578947%;
}
 
.four-sixths,
.two-thirds {
	width: 65.526315789474%;
}
 
.one-fourth {
	width: 22.434210526316%;
}
 
.three-fourths {
	width: 74.144736842105%;
}
 
.one-fifth {
	width: 17.263157894737%;
}
 
.two-fifths {
	width: 37.947368421053%;
}
 
.three-fifths {
	width: 58.631578947368%;
}
 
.four-fifths {
	width: 79.315789473684%;
}
 
.one-sixth {
	width: 13.815789473684%;
}
 
.five-sixths {
	width: 82.763157894737%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #7c0000;
}

.entry-title a:hover {
	color: #7c0000;
	text-decoration: none;
}

.widget-title {
	font-size: 30px;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 36px;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms Customization */

div.gform_wrapper li {
	background: none;
	padding: 0;
}


div.gform_wrapper ul li.gfield {
	margin-top: 8px !important;
	overflow: hidden;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	padding: 0.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0;
}

div.gform_wrapper ul.right_label li,
div.gform_wrapper form ul.right_label li,
div.gform_wrapper ul.left_label li,
div.gform_wrapper form ul.left_label li {
	margin-bottom: 0 !important;
}

div.gform_wrapper .gform_footer {
	margin: 0;
	padding-bottom: 14px;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
}

div.gform_wrapper .left_label ul.gfield_checkbox,
div.gform_wrapper .right_label ul.gfield_checkbox,
div.gform_wrapper .left_label ul.gfield_radio,
div.gform_wrapper .right_label ul.gfield_radio {
	margin-left: 0 !important;
}

div.gform_wrapper form .left_label li.gfield_html_formatted,
div.gform_wrapper form .right_label li.gfield_html_formatted {
	margin-left: 0 !important;
	width: 100%;
}

/* Gravity Forms Customization */

#gform_widget-2,
#gform_widget-3 {
	background: #2b241c;
	border: none;
	clear: both;
    margin: 0 0 32px;
    padding: 20px 0 0;
	max-width: 600px;
    width: 100%;
}

#gform_widget-2 .gform_wrapper ul.gform_fields li.gfield,
#gform_widget-3 .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

#gform_widget-2 #gform_wrapper_1,
#gform_widget-3 #gform_wrapper_3 {
    margin: 0;
    max-width: 100%;
}

#gform_widget-2 .gform_body,
#gform_widget-3 .gform_body {
	margin: 0 auto;
	width: 85%;
}

#gform_widget-2 .gform_header,
#gform_widget-3 .gform_header {
	width: 100%;
}

#gform_widget-2 .gform_heading,
#gform_widget-3 .gform_heading {
	margin: 0 auto;
}

#gform_widget-2 .widget-title,
#gform_widget-3 .widget-title {
    color: #fff;
	display: block;
	font-family: arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	margin: -15px auto 0px;
	line-height: 1.3;
    text-align: center !important;
	width: 98%;
}

#gform_wrapper_1 .gform_description,
#gform_wrapper_3 .gform_description {
	color: #fff;
	display: block;
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

#gform_widget-2 input.medium,
#gform_widget-2 textarea.medium,
#gform_widget-3 input.medium,
#gform_widget-3 textarea.medium {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #000;
	float: right;
	font-size: 14px;
    margin: 6px auto;
    padding: 6px;
    display: block;
    width: 100%;
}


#gform_widget-2 textarea.medium, 
#gform_widget-3 textarea.medium{
	height: 110px;
}

#gform_widget-2 .gform_footer input.button,
#gform_widget-2 .gform_footer input[type=submit],
#gform_widget-3 .gform_footer input.button,
#gform_widget-3 .gform_footer input[type=submit] {
    display: block;
	font-family: arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto 10px;
    padding: 10px 0px;
	width: 100%;
}

#gform_widget-2 .gform_footer.left_label,
#gform_widget-3 .gform_footer.left_label {
    clear: both;
    display: block;
    margin: 0;
	padding: 30px 0 0 0px;
	width: 100%;
}

#gform_widget-2 label,
#gform_widget-3 label {
    color: #fff;
    font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin: 6px 0 0;
	width: 20%;
}

#gform_widget-2 .rm_top_label label,
#gform_widget-3 .rm_top_label label {
	margin-top: 10px;
}

#gform_widget-2 .gfield_required,
#gform_widget-3 .gfield_required {
	display: none;
}

#gform_widget-2 .gf_wide_label label,
#gform_widget-3 .gf_wide_label label {
	width: 27%
}

#gform_widget-2 .gf_left_half,
#gform_widget-3 .gf_left_half {
	clear: none;
	float: left;
	width: 52%;
}

#gform_widget-2 .gf_right_half,
#gform_widget-3 .gf_right_half {
	clear: none;
	float: right;
	width: 45%;
}

#gform_widget-2 .gf_left_half label,
#gform_widget-2 .gf_right_half label,
#gform_widget-3 .gf_left_half label,
#gform_widget-3 .gf_right_half label {
	display: block;
	float: none;
	/* margin-bottom: 3px; */
	width: 100%;
}

#gform_widget-2 .rm_list_inline ul li {
	display: inline-block;
	margin-right: 10%;
	width: 50%;
}

#gform_widget-2 .rm_list_inline ul li label,
#gform_widget-3 .rm_list_inline ul li label {
	margin-top: 3px;
}

#gform_widget-2 .rm_list_inline ul li input[type="checkbox"] {
	float: right !important;
}

#gform_widget-2 .gf_right_half.rm_list_inline .gfield_label {
	text-align: right;
}

#gform_widget-2 .gf_right_half .gfield_checkbox li {
	margin-left: 28px !important;
	margin-right: 0px !important;
}

#gform_widget-2 .rm_top_label label,
#gform_widget-3 .rm_top_label label {
	display: block;
	float: none;
	width: 100%;
}

#gform_widget-3 .rm_top_label .gfield_checkbox li {
	float: left;
	margin-top: 8px;
	width: 60px;
}

#gform_widget-2 .ginput_container_textarea,
#gform_widget-3 .ginput_container_textarea {
	margin: 0;
	width: 100%;
}

#gform_widget-2 .rm_top_label textarea.textarea,
#gform_widget-3 .rm_top_label textarea.textarea {
	width: 100%;
}

#gform_widget-2 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted,
#gform_widget-3 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
	width: 100% !important;
	margin-left: 0 !important;
}

#gform_widget-2 .gfield_html,
#gform_widget-2 .gfield_html a,
#gform_widget-3 .gfield_html,
#gform_widget-3 .gfield_html a  {
	color: #fff;
	font-size: 14px;
}

#gform_widget-2 .gfield_html a,
#gform_widget-3 .gfield_html a {
	text-decoration: underline;
}

#gform_widget-2 .gfield_html .gf_left,
#gform_widget-3 .gfield_html .gf_left {
	float: left;
}

#gform_widget-2 .gfield_html .gf_right,
#gform_widget-3 .gfield_html .gf_right {
	float: right;
}

#gform_widget-2 .gfield.gf_left_half,
#gform_widget-3 .gfield.gf_left_half,
li.gfield.gf_right_half.rm_list_inline {
	margin-bottom: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	display: block;
	float: left;
	max-width: 169px;
	overflow: hidden;
	width: 100%;
}

.header-image .site-title > a {
	background: url(images/logo.jpg) no-repeat left;
	background-size: 100%;
	float: left;
	max-width: 169px;
	min-height: 107px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #000;
	float: right;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.8;
	padding-top: 10px;
	text-align: center;
	width: 765px;
}

.site-header .widget-area a {
	color: #7c0000;
}

.site-header .widget-area a:hover {
	color: #17909a;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-family: 'Roboto slab', serif;
	padding: 10px 15px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #7c0000;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
}

.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,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #7c0000;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #7c0000;
}

.nav-primary a {
	color: #fff;
}

.nav-primary li:first-child > a {
	margin-left: -20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background: url(images/bottom-arrow.png) no-repeat bottom center;
}

.nav-primary .sub-menu li:first-child a {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	border: none;
	float: left;
	width: 34%;
}

.nav-secondary li:first-child a {
	padding: 16px 20px 00px 0;
	padding: 1.6rem 2.0rem 0.0rem 0;
}

.nav-secondary .genesis-nav-menu {
	border:  none;
}

/* Header Right Navigation
--------------------------------------------- */

.nav-header .genesis-nav-menu {
	border: none;
	text-align: right;
}

.nav-header .genesis-nav-menu a:after {
	content: " | "
}

.nav-header .genesis-nav-menu li:last-child a:after {
	content: "";
}

.nav-header .genesis-nav-menu a {
	padding: 16px 0px;
	padding: 1.6rem 0rem;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.blog .entry-content {
	border-bottom: 1px solid #000;
}

.blog .entry-content img {
	float: left;
	margin: 0 20px 10px 0;
}

.post-meta .share-buttons {
	float: left;
	line-height: 1;
}

.share-buttons .sm-button {
	float: left;
	margin: 3px 30px 20px 0;
}

.alpha-list ol li {
	list-style-type: lower-alpha;
}

.more-link {
	display: block;
	text-align: right;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #17909a;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #7c0000;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	clear: both;
	max-width: 744px;
	margin: 40px 0;
	margin: 4rem 0;
	overflow: hidden;
}

.entry-comments h3 {
    display: none;
}

.comment-respond h3 {
    font-size: 20px;
}

.comment-respond p {
    margin-bottom: 5px;
}

.comment-respond label {
	color: #7c0000;
	display: block;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-respond,
.entry-pings {
}

.comment-respond a,
.entry-comments a {
}

.comment-respond a:hover,
.entry-comments a:hover {
    text-decoration: none;
}

.required {
    color: #17909a;
    font-size: 16px;
    font-weight: bold;
    margin: -3px 8px 0 0;
}

.required_text_note {
    color: #7c0000;
	font-family: arial, sans-serif;
    font-size: 14px;
    margin-top: -75px;
    max-width: 744px;
	text-align: right;
	width: 100%;
}

.required_text_note .required {
    float: right;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
    color: #7c0000;
    float: left;
	margin-bottom: 0;
    margin-right: 10px;
}

.entry-comments .thread-odd .comment-author {
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label[for="comment"] {
    visibility: hidden;
}

.comment-respond input[type="submit"] {
	font-weight: 700;
    margin-top: 15px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	
}

.comment-list li li {
}

li.comment {
	border: none;
    padding: 10px;
}

.thread-odd,
.thread-alt {
    background-color: #ececec;
}

.thread-even {
    background-color: #fff;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.comment-reply a {
    
}

.comment-reply a:hover {
}

.comments-pagination {
	margin: 15px 0;
}

.comments-pagination a {
	background: #17909a;
	color: #fff;
	padding: 5px 15px;
}

.comment-meta,
.comment-meta a {
	color: #7c0000;
}

.comment-reply a {
	background: #17909a;
	color: #fff;
	font-size: 14px;
	padding: 5px 16px;
}

.comment-reply a:hover {
	background: #7c0000;
}

.comments-number {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	color: #7c0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	max-width: 744px;
	padding: 5px 0;
}

/* Post Previous and Next Buttons -------------*/

#prev-next {
	clear: both;
}

.prev-link a,
.next-link a {	
	color: #17909a;
    float: left;
   	margin-bottom: 25px;
}

.prev-link a:hover,
.next-link a:hover {
	color: #7c0000;
}

.next-link a {
    float: right;
}

.prev-link a {
    float: left;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.rm-expertise {
	display: block;
	width: 200px;
	margin: 30px auto 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- 

.footer-widgets {
	background-color: #fff;
	color: #000;
	clear: both;
	font-size: 16px;
	padding: 20px 0 16px;
	padding: 2rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31.228070175%;
}

.footer-widgets-2,
.footer-widgets-3 {
	margin-left: 3.157894736%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

*/


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	padding: 2rem 0;
}

.site-footer .wrap {
	border-top: 1px solid #979797;
	padding: 15px 0;
}

.copyright {
	float: left;
}

.creds {
	float: right;
}

.site-footer p {
	margin-bottom: 5px;
}

/* Responsive iframes */

.responsive-container-outer {
	margin: 0 auto 30px;
	min-width: 260px;
	width: 70%;
}

.responsive-container-inner {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.responsive-container-inner iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	width: 100% !important;
}

/* Sidebar customization */

/* Bio box */

#text-3 {
	background: #2b241c;
	color: #fff;
	height: 150px;
	line-height: 1.2;
	text-align: center;
}

.bio-img {
	float: left;
}

.bio-right {
	float: right;
	padding: 15px 10px 0;
	position: relative;
	width: 154px;
}

.bio-button {
	background: #17909a;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 41px;
	margin-top: 10px;
	width: 45px;
}

.bio-button:hover {
	color: #fff;
	background: #7c0000;
}

/* Recent Posts and Custom Menu in Sidebar */

.sidebar .menu li a:before,
.sidebar .widget_recent_entries li a:before {
	content: "\25BA";
	color: #17909a;
	margin-right: 10px;
}

.sidebar .menu li a:hover:before,
.sidebar .widget_recent_entries li a:hover:before {
	color# 7c0000;
}

/* Social Proof in sidebar */ 
#text-4 .textwidget {
    margin: 0 auto;
    width: 160px;
}

/* Super Lawyers Badge */

.slbadge  {
    margin: 0 auto;
}

/* Hide any mobile items */
#mobile,
#mobile-2 {
	display: none;
}

/* WPSEO */

.wpseo-location {
	margin-bottom: 25px;
}

div[itemprop="address"] {
	margin-bottom: -20px;
}

/* Avvo badge style */
.avvo-badge .st0{fill:#153860 !important}.avvo-badge .st1{fill:#010101 !important}.avvo-badge .st2{fill:#15467A !important}.avvo-badge .st3{fill:#FFFFFF !important}.avvo-badge .st4{fill:none !important}.avvo-badge .st5{fill:#F89838 !important}.avvo-badge .st6{fill:#ED514C !important}.avvo-badge .st7{font-family:'Circular-Bold', Avenir Next, Avenir, Century Gothic, sans-serif !important;font-weight:bold !important}.avvo-badge .st8{font-size:20px !important}.avvo-badge .st9{letter-spacing:-1px !important}.avvo-badge .st10{font-family:'Circular-Bold', Avenir Next, Avenir, Century Gothic, sans-serif !important;font-size:14px}.avvo-badge .st11{font-size:65px !important}.avvo-badge .st12{text-anchor:middle !important}.avvo-badge .st13{fill:#969696 !important}.avvo-badge .st14{display:none !important}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		width: 95%;
	}
	
	.site-header .widget-area {
		font-size: 26px;
		width: 75%;
	}
	
	.content-sidebar .content {
		width: 60%;		
	}
	
	.genesis-nav-menu a {
		font-size: 16px;
		padding: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.site-header .widget-area {
		font-size: 24px;
		width: 75%;
	}
	
	.copyright,
	.creds {
		float: none;
	}
}

@media only screen and (max-width: 959px) {

	.site-header .widget-area {
		font-size: 22px;
		width: 75%;
	}

	.content,
	.sidebar-primary {
		float: none;
		width: 100%;
	}
	
	.content-sidebar .content,
	.content{
		max-width: 100%;
		width: 100%;
	}
	
	.sidebar {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 354px;
	}
	
	#sdrn_bar .sdrn_ic {
		display: none;
	}
	
	#sdrn_bar .menu_title {
		border: 2px solid #fff;
		padding: 1px 3px;
	}
	
	.site-header {
		border-bottom: 1px solid #7c0000;
		padding-top: 10px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 855px) {

	#non-mobile {
		display: none;
	}

	#mobile {
		display: block;
	}

	.site-header .widget-area,
	.title-area {
		float: none;
		line-height: 1.4;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}	
	
}

@media only screen and (max-width: 600px) {

	#mobile {
		display: none;
	}
	
	#mobile-2 {
		display: block;
	}

	h1,
	h2,
	.entry-title {
		font-size: 30px;
	}

	h3,
	.widget-title {
		font-size: 22px;
	}

	body {
		font-size: 16px;
	}

	.sidebar {
		max-width: 275px;
	}

	#gform_widget-2 .gf_left_half,
	#gform_widget-2 .gf_right_half {
		clear: both;
		margin: 0 auto;
		padding-top: 2px;
		float: none;
		width: 100%;
	}

	#gform_widget-2 .gf_right_half.rm_list_inline .gfield_label {
		text-align: left;
	}

	#gform_widget-2 .gf_left_half:first-child {
		margin-top: 15px !important;
	}
	
	#gform_widget-2 .rm_top_label label {
		margin-top: 0;
	}

	#gform_widget-2 #field_1_4 .gfield_label  {
		margin-top: 20px;;
	}
	
	#gform_widget-2 .gf_right_half .gfield_checkbox li {
		margin-left: auto !important;
		margin-right: 10% !important;
	}
	
	#gform_widget-2 .gfield_html .gf_right,
	#gform_widget-2 .gfield_html .gf_left {
		float: none;
	}

	#text-3 {
		font-size: 14px;
		height: 112px;
	}

	.bio-img {
		width: 150px;
	}

	.bio-right {
		padding: 10px 5px;
		width: 115px;
	}

	.bio-button {
		height: 40px;
		line-height: 36px;
		margin-top: 8px;
		width: 40px;
	}
	
	.copyright,
	.creds {
		float: none;
		text-align: center;
	}
}
@media only screen and (max-width: 320px) {

	.site-header .widget-area {
		font-size: 18px;
	}

}


