/*

	Theme Name: eleven40 Pro Theme

	Theme URI: https://my.studiopress.com/themes/eleven40/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: StudioPress

	Author URI: https://www.studiopress.com/



	Version: 2.2



	Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page



	Template: genesis

	Template Version: 2.0



	License: GPL-2.0+

	License URI: https://www.opensource.org/licenses/gpl-license.php 

*/



 

/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Page Title

		- Column Widths and Positions

		- Genesis Grid Loop

		- Column Classes

	- Common Classes

		- WordPress

		- Genesis

		- Headings

	- Widgets

		- Featured Page and Featured Post

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Jetpack

		- Gravity Forms

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Responsive Menu

		- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Color Styles

		- eleven40 Pro Blue

		- eleven40 Pro Green

		- eleven40 Pro Red

	- Media Queries

		- max-width: 1139px

		- max-width: 1023px

		- max-width: 767px



*/





/*

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

--------------------------------------------- */



.author-box:before,  .clearfix:before,  .entry-comments:before,  .entry: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-comments:after,  .entry: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

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



body {
	background: url("images/bg.png") repeat-x scroll center top #143561;
	color: #000;
	/*font-family: 'Lora',serif;*/

	font-family: 'Open Sans', sans-serif;
	font-size: /*13px;*/ 14px;
	line-height: 1.625;
}
/*body.eleven40-landing {

	background-color: #000;

}*/



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



::-moz-selection {
 background-color: #000;
 color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color: #c1af38;
	text-decoration: none;
	transition: all 0.3s ease-in 0s;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #143561;
	transition: all 0.3s ease-in 0s;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,  ul {
	margin: 0;
	padding: 0;
}
blockquote,  blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px 40px 24px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #000;
	color: #ddd;
}
cite {
	font-style: normal;
}
/* Headings

--------------------------------------------- */



h1,  h2,  h3,  h4,  h5,  h6 {
	color: #000;
	/*font-family: 'Oswald', sans-serif;*/

	font-family: 'Open Sans', ​sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: /*13px;*/18px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
/* Objects

--------------------------------------------- */



embed,  iframe,  img,  object,  video,  .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img,  .gallery img {
	width: auto; /* IE8 */
}
/* Forms

--------------------------------------------- */



input,  select,  textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Open Sans', ​sans-serif;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}
input[type="checkbox"],  input[type="image"],  input[type="radio"] {
	width: auto;
}
input:focus,  textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}
button,  input[type="button"],  input[type="reset"],  input[type="submit"],  .button {
	background-color: #8b7e2e;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', ​sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-font-smoothing: antialiased;
}
button:hover,  input:hover[type="button"],  input:hover[type="reset"],  input:hover[type="submit"],  .button:hover {
 background-color:  #8b7e2e/*#ed702b;*/
 color: #fff;
}
.button,  .button:hover {
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
 input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* Tables

--------------------------------------------- */



table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,  td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.eleven40-landing .wrap {
	max-width: 800px;
}
.home .site-inner {
	clear: both;
	margin: 20px 0 40px;
}
.site-inner .wrap {
	/*border-bottom: double #ddd;*/

	background: #fff;
	padding: 0 20px;
}
.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}
.eleven40-landing .site-inner .wrap {
	border: none;
}
/* 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: 950px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-sidebar-content .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}
/* Content */



.content {
	border-left: 1px solid #ddd;
	/*border-right: 1px solid #ddd;*/

	float: right;
	padding: 32px 40px 24px;
	width: /*850px;*/820px;
}
.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
	width: 660px;
}
.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}
.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}
.sidebar-content-sidebar .content {
	float: left;
}
.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}
.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}
.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	width: 100%;
}
/* Primary Sidebar */



.sidebar-primary {
	float: right;
	width: /*250px;*/ 280px;
}
.sidebar-content .sidebar-primary,  .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* Secondary Sidebar */



.sidebar-secondary {
	float: left;
	width: 150px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* Genesis Grid Loop

--------------------------------------------- */



.genesis-grid-even,  .genesis-grid-odd {
	margin-bottom: 20px;
	width: 48%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}
.genesis-grid .entry-title,  .genesis-grid .entry-title a {
	font-size: 24px;
	line-height: 1.2;
}
/* Column Classes

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

Common Classes

---------------------------------------------------------------------------------------------------- */



/* WordPress

--------------------------------------------- */



.avatar {
	float: left;
}
.alignleft .avatar,  .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.author-box .avatar {
	height: 64px;
	width: 64px;
}
.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}
.sticky {
}
.search-form {
	overflow: hidden;
	width: 50%;
}
.search-form input[type="submit"] {
	border: 0;
	/*clip: rect(0, 0, 0, 0);*/

	padding: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	text-indent: -999999px;
	background: url(images/bg-form-submit.jpg) no-repeat;
	right: 135px; /*210px;*/
	float: left;
	margin-top: 10px;
}
img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft,  .featured-content .alignleft img,  .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
img.alignright,  .featured-content .alignright img,  .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td {
	text-align: center;
}
/* Genesis

--------------------------------------------- */



.breadcrumb {
	background-color: #f5f5f5;
	font-size: 16px;
	margin-bottom: 32px;
	padding: 12px 16px;
}
.archive-description,  .author-box {
	background-color: #000;
	color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}
.sidebar-content-sidebar .archive-description,  .sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}
.archive-description h1,  .author-box h1 {
	color: #fff;
	font-family: 'Open Sans', ​sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}
.archive-description p,  .author-box p {
	font-size: 15px;
	margin-bottom: 0;
}
/* Headings

--------------------------------------------- */



.entry-title {
	font-size: 24px;
	line-height: 1;
}
.entry-title a,  .sidebar .widgettitle a {
	color: #000;
}
.entry-title a:hover {
	/*color: #ed702b;*/

	text-decoration: underline;
}
.widgettitle {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.widget-title.widgettitle {
	background: url(images/bg-widgettitle.png) repeat-x;
	height: 40px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	text-shadow: 1px -1px 0 #8f824b;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px #fff solid;
}
.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}
.sidebar .widgettitle a {
	border: none;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Page and Featured Post

--------------------------------------------- */



.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}
.featured-content .entry-title {
	font-size: 24px;
}
/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Jetpack

--------------------------------------------- */



img#wpstats {
	display: none;
}
/* Gravity Forms

--------------------------------------------- */



div.gform_wrapper input[type="text"],  div.gform_wrapper textarea,  div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,  div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {
	/*background-color: #000;*/

	left: 0;
	min-height: 65px;
	/*position: fixed;*/

	top: 0;
	width: 100%;
	z-index: 999;
}
.site-header .wrap {
	position: relative;
}
.admin-bar .site-header {
/*top: 32px;*/

}
.header-image .site-header {
	padding: 0;
}
/* Title Area

--------------------------------------------- */



.title-area {
	float: left;
	width: /*320px;*/230px;
	text-indent: -9999999999px;
}
.header-image .title-area {
	padding: 0;
	text-indent: -9999999999px;
}
.title-area h1 a {
	background: url(https://nydivorcefirm.com/wp-content/uploads/2017/01/nyestatelawfirm_logo.png) no-repeat 50% 50%;
	width: 230px;
	height: 92px;
	float: left;
	text-indent: -9999999999px;
}
.title-area p a {
    background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png);
    width: 390px;
    height: 92px;
    float: left;
    float: left;
    text-indent: -999999999px;
    background-repeat: no-repeat;
    background-position: center left;
	background-size:100% auto;
}
.site-title {
	font-family: 'Open Sans', ​sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
	text-indent: -9999999999px;
}
.header-image .site-title {
	padding: 0;
}
.site-title a,  .site-title a:hover {
	color: #fff;
	text-decoration: none;
}
.header-image .site-title a {
	display: block;
	float: left;
	min-height: 65px;
	text-indent: -9999px;
	width: 100%;
}
.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Open Sans', ​sans-serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 24px 0;
	text-align: center;
}
/* Widget Area

--------------------------------------------- */



.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}
.site-header .search-form {
	float: right;
	margin-top: 6px;
}
.site-header .widget_text {
	margin-top: 20px;
}
.site-header .widget_text p {
	margin-bottom: 0;
}
/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {
	background: #897d2b url(images/bg-menubar.png) repeat-x;
	/*height: 60px;*/

	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	border-width: 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	width: 102px;
}
li#menu-item-32 {
	/*background: url(images/bg-home-icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    height: 60px;

    position: relative;

    text-indent: -999999px;

    top: -18px;

    width: 71px;*/

	background: url(images/bg-home-icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	padding-bottom: 18px;
	text-indent: -999999px;
	width: 71px;
}
li#menu-item-807, li#menu-item-809 {
	position: relative;
	top: -10px;
}
.genesis-nav-menu a {
	border: medium none;
	color: #fff;
	display: block;
	line-height: 18px;
	padding: 11px 18px 11px;
	position: relative;
}
.genesis-nav-menu a:hover,  .genesis-nav-menu .current-menu-item > a {
	color: #ed702b;
	text-decoration: none;
}
.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: 190px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 190px;
}
.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 189px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
/* Primary Navigation

--------------------------------------------- */



.nav-primary {
	float: right;
	width: 100%;
	margin-top: 20px;
}
.nav-primary .genesis-nav-menu a {
	/*font-family: 'Oswald', sans-serif;*/

	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s ease-in 0s;
}
.nav-primary .genesis-nav-menu > .menu-item > a {
/*letter-spacing: 1px;

	text-transform: uppercase;*/

}
.nav-primary a:hover,  .nav-primary .current-menu-item > a,  .nav-primary .sub-menu .current-menu-item > a:hover {
	color: #143561;
	transition: all 0.3s ease-in 0s;
}
.nav-primary .sub-menu {
	background-color: #000;
}
.nav-primary .sub-menu a {
	padding: 16px 20px;
}
.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}
/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {
	margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
	line-height: 1.625
}
.nav-secondary a {
	font-family: 'Open Sans', ​sans-serif;
	margin: 0 10px;
	padding: 0;
}
.nav-secondary a:hover,  .nav-secondary .current-menu-item > a {
	color: #ed702b;
}
.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}
/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}
/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Entries

--------------------------------------------- */



.entry {
	margin-bottom: 40px;
}
.single .entry {
	margin-bottom: 16px;
}
.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}
.genesis-grid {
	font-size: 16px;
}
.entry-content ol,  .entry-content p,  .entry-content ul {
	margin-bottom: 26px;
}
.entry-content ol,  .entry-content ul {
	margin-left: 40px;
}
.entry-content ul li {/*font-weight: bold;*/
	margin-bottom: 4px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,  .entry-content ul ul,  .entry-content .wp-caption p {
	margin-bottom: 0;
}
.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
}
.genesis-grid .entry-meta {
	font-size: 14px;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top: double #ddd;
	padding-top: 12px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories,  .entry-tags {
	display: block;
}
/* After Entry

--------------------------------------------- */



.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry .widget:last-child,  .after-entry p:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination

--------------------------------------------- */



.archive-pagination,  .entry-pagination {
	clear: both;
	font-family: 'Open Sans', ​sans-serif;
	margin: 40px 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	/*background-color: #000;*/

	border-radius: 100%;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 8px 17px;
	border: 2px solid #dae2e4;
}
.archive-pagination a:hover,  .archive-pagination li.active a {
	background-color: /*#ed702b;*/ #858049;
	border-radius: 100%;
	border: 2px #fff solid;
	color: #fff;
	text-decoration: none;
}
/* Comments

--------------------------------------------- */



.entry-comments,  .ping-list {
	margin-bottom: 40px;
}
.comment-header {
	font-size: 16px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],  .comment-respond input[type="text"],  .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-list li,  .ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.bypostauthor {
}
/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {
	display: inline;
	font-size: 16px;
	padding-top: 32px;
}
.sidebar img {
	margin-bottom: 10px;
}
.sidebar p:last-child,  .sidebar ul {
	margin-bottom: 0;
}
.widget li {
	border-bottom: 1px solid #baaf79;
	list-style-type: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	word-wrap: break-word;
	padding-left: 20px;
}
.widget li a {
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in 0s;
}
.widget li a:hover {
	text-decoration: none;
	color: #143561;
	transition: all 0.3s ease-in 0s;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget ul ol > li {
	list-style-position: outside;
	text-indent: 0;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget ol > li:last-child,  .widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.sidebar .widget {
	margin-bottom: 10px;
	clear: both;
}
.sidebar .search-form {
	width: 100%;
}
/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {
	background-color: #000;
	color: #999;
	clear: both;
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 40px
}
.footer-widgets-1,  .footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 40px;
}
.footer-widgets-1,  .footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-widgets .entry-title a,  .footer-widgets .widgettitle {
	color: #fff;
}
.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}
.footer-widgets .search-form {
	width: 100%;
}
.footer-widgets .latest-tweets li span a {
	color: #ccc;
}
/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {
	font-size: 16px;
	padding: 40px 20px;
	text-align: center;
	display: none;
}
.site-footer,  .site-footer a {
	color: #000;
}
.site-footer a:hover {
	color: #ed702b;
	text-decoration: none;
}
.site-footer p {
	margin-bottom: 0;
}
/*

Color Styles

---------------------------------------------------------------------------------------------------- */



.eleven40-pro-blue .archive-pagination a,  .eleven40-pro-blue .button,  .eleven40-pro-blue .footer-widgets .entry-title a,  .eleven40-pro-blue .genesis-nav-menu a,  .eleven40-pro-blue .site-title a,  .eleven40-pro-blue .site-title a:hover,  .eleven40-pro-green .archive-pagination a,  .eleven40-pro-green .button,  .eleven40-pro-green .footer-widgets .entry-title a,  .eleven40-pro-green .genesis-nav-menu a,  .eleven40-pro-green .site-title a,  .eleven40-pro-green .site-title a:hover,  .eleven40-pro-red .archive-pagination a,  .eleven40-pro-red .button,  .eleven40-pro-red .footer-widgets .entry-title a,  .eleven40-pro-red .genesis-nav-menu a,  .eleven40-pro-red .site-title a,  .eleven40-pro-red .site-title a:hover {
	color: #fff;
}
.eleven40-pro-blue .entry-title a,  .eleven40-pro-green .entry-title a,  .eleven40-pro-red .entry-title a {
	color: #333;
}
.eleven40-pro-blue .nav-secondary a,  .eleven40-pro-green .nav-secondary a,  .eleven40-pro-red .nav-secondary a {
	color: #000;
}
/* eleven40 Pro Blue

--------------------------------------------- */



.eleven40-pro-blue a,  .eleven40-pro-blue .entry-title a:hover,  .eleven40-pro-blue .genesis-nav-menu a:hover,  .eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,  .eleven40-pro-blue .nav-primary .sub-menu a:hover,  .eleven40-pro-blue .nav-secondary .sub-menu a:hover,  .eleven40-pro-blue .site-footer a:hover,  .eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}
.eleven40-pro-blue button:hover,  .eleven40-pro-blue input:hover[type="button"],  .eleven40-pro-blue input:hover[type="reset"],  .eleven40-pro-blue input:hover[type="submit"],  .eleven40-pro-blue .archive-pagination a:hover,  .eleven40-pro-blue .archive-pagination li.active a,  .eleven40-pro-blue .button:hover {
	background-color: #2aa4cf;
}
/* eleven40 Pro Green

--------------------------------------------- */



.eleven40-pro-green a,  .eleven40-pro-green .entry-title a:hover,  .eleven40-pro-green .genesis-nav-menu a:hover,  .eleven40-pro-green .genesis-nav-menu .current-menu-item > a,  .eleven40-pro-green .nav-primary .sub-menu a:hover,  .eleven40-pro-green .nav-secondary .sub-menu a:hover,  .eleven40-pro-green .site-footer a:hover,  .eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}
.eleven40-pro-green button:hover,  .eleven40-pro-green input:hover[type="button"],  .eleven40-pro-green input:hover[type="reset"],  .eleven40-pro-green input:hover[type="submit"],  .eleven40-pro-green .archive-pagination a:hover,  .eleven40-pro-green .archive-pagination li.active a,  .eleven40-pro-green .button:hover {
	background-color: #6ca741;
}
/* eleven40 Pro Red

--------------------------------------------- */



.eleven40-pro-red a,  .eleven40-pro-red .entry-title a:hover,  .eleven40-pro-red .genesis-nav-menu a:hover,  .eleven40-pro-red .genesis-nav-menu .current-menu-item > a,  .eleven40-pro-red .nav-primary .sub-menu a:hover,  .eleven40-pro-red .nav-secondary .sub-menu a:hover,  .eleven40-pro-red .site-footer a:hover,  .eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}
.eleven40-pro-red button:hover,  .eleven40-pro-red input:hover[type="button"],  .eleven40-pro-red input:hover[type="reset"],  .eleven40-pro-red input:hover[type="submit"],  .eleven40-pro-red .archive-pagination a:hover,  .eleven40-pro-red .archive-pagination li.active a,  .eleven40-pro-red .button:hover {
	background-color: #cf4344;
}


.content, .sidebar { padding-top:15px;}
/*cumb*/

.crumbs:after { clear:both; content:""; display:block;}
.crumbs { margin-top: 15px; padding: 10px 0;}
.crumbs > div { float:left; margin-right:7px;}
.crumbs > div a { margin-right:7px;}
.crumbs div .current { border:none; background:none; cursor:default; color:#143561; padding:0px; border-radius:0px;}
.crumbs .non-click:hover { text-decoration:none;}
.crumbs .non-click {
  pointer-events: none;
}
.sticky_menu{
	display: none;
    width: 100%;
    background-color: #897d2b;
    position: fixed;
    z-index: 9999999;
    height: 45px;
    padding-top: 6px;
}
.sticky_menu.sticky_scroll {
    top: 0;
}
button.navbar-toggle.menu-bar {
    background-color: #ffffff;
    padding: 10px 10px 19px 9px;
    margin: 0 0 0 5px;
}
.menu-bar .bars {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #c8b429;
    box-shadow: 0 5px 0 #c8b429, 0 10px 0 #c8b429;
}
div#mobile_menu {
    width: 100%;
    text-align: center;
    background-color: #897d2b;
    position: absolute;
    top: 78px;
    z-index: 9999;
    padding: 13px 1px;
    display: none;
    margin-top: 25px;
}
li#menu-item-32 {
    background-position: 4% !important;
    /*margin-bottom: 5px;*/
}
.navbar-collapse.collapse.in {
    display: block !important;
}
ul#main-nav-mobile li a {
    color: #ffffff;
    padding: 0 !important;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
ul#main-nav-mobile li{
	padding: 8px 12px !important;
	text-align: left;
}
.stick_inner.menu {
    width: 10%;
    float: left;
    padding-top: 0px;
}
.stick_inner.text {
    padding-top: 5px;
    color: #fff;
    text-align: right;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding-right: 25px;
}
.stick_inner.request {
    padding: 5px 0 0;
    width: 35%;
    float: right;
}
.stick_inner.logo{
	float: left;
    padding: 0 0 0 20px;
}
.stick_inner.text img {
    vertical-align: middle;
}
.stick_inner.request span,.stick_inner.text a {
    color: #ffffff;
}
#stick_main{
	width: 100%;
    display: inline-block;

}

ul#main-nav-mobile {
    list-style: none;
}

.fixed11 {
    position: fixed;
    top: 10%;
    z-index: 999999;
    width: 280px;
}

/*

Media Queries



---------------------------------------------------------------------------------------------------- */



@media only screen and (max-width: 1140px) {
.wrap {
	max-width: 960px;
}
.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 740px;
}
.content,  .site-header .widget-area {
	width: 620px;
}
.content-sidebar-sidebar .content,  .sidebar-content-sidebar .content,  .sidebar-sidebar-content .content {
	width: 400px;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-primary,  .title-area {
	width: 300px;
}

.title-area p a {
    background-size: 100% auto;
    width: 320px;
}
}
 @media only screen and (max-width: 1024px) {
.title-area p a {
    width: 260px;
}
}
 @media only screen and (max-width: 960px) {
.header-image .site-header .title-area {
	background-position: center center !important;
}
.wrap {
	max-width: 768px;
}
.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-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
	width: 100%;
}
.site-header {
	position: static;
}
.site-inner {
	margin-top: 0;
	padding-left: 5%;
	padding-right: 5%;
}
.comment-respond,  .entry,  .entry-comments,  .entry-footer .entry-meta,  .sidebar .widget {
	padding: 0;
}
/*.nav-primary {float: left; background: #ccff00;}*/

.genesis-nav-menu li, .nav-primary {
	float: none;
}
.genesis-nav-menu,  .site-header .title-area,  .site-title {
	text-align: center;
}
/*.genesis-nav-menu.responsive-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}*/

	

.genesis-nav-menu.responsive-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu.responsive-menu li.current-menu-item > a,  .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,  .genesis-nav-menu.responsive-menu li a,  .genesis-nav-menu.responsive-menu li a:hover {
	display: block;
	padding: 20px;
	border: none;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	margin-right: 60px;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 20px/1 'dashicons';
	height: 20px;
	padding: 15px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
	display: none;
}
.genesis-nav-menu.responsive-menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.05);
	left: auto;
	opacity: 1;
	position: relative;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}
.genesis-nav-menu.responsive-menu .sub-menu li a,  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	padding: 20px;
	position: relative;
	width: 100%;
}
.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu,  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,  .nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
	color: #fff;
}
.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
	background-color: rgba(255, 255, 255, 0.05);
}
.content {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.entry-footer .entry-meta {
	margin: 0;
	padding-top: 12px;
}
.author-box {
	padding: 20px;
}
.sidebar-content-sidebar .author-box {
	margin-left: 0;
	margin-right: 0;
}
.footer-widgets {
	padding-left: 5%;
	padding-right: 5%;
}
.footer-widgets .widget:last-child {
	margin-bottom: 40px;
}
.footer-widgets-1 {
	margin: 0;
}
/*new and others-----*/

.logotext {
	display: none
}
.custom-banner-cont {
	width: 100% !important;
}
.genesis-nav-menu .menu-item {
	width: auto;
}
li#menu-item-32 {
	top: 0;
	width: auto;
	background: url(images/home-icon-no-border.jpg) no-repeat 50% 50%;
	padding-bottom: 0;
	text-indent: -999999px;
	float: none;
}
.w45cent, .fr, .fl {
	width: 100% !important;
}
.fromblog {
	margin-left: 0 !important;
	width: 100% !important;
}
}
 @media only screen and (max-width: 1024px) {
.genesis-nav-menu.responsive-menu {
	display: none;
}
#hellobar-container {
	display: none;
}
.genesis-nav-menu.responsive-menu .menu-item,  .responsive-menu-icon {
	display: block;
}
.genesis-nav-menu .menu-item {
	width: auto;
}
.custom-banner-cont {
	width: 100% !important;
}
li#menu-item-32 {
	top: 0;
	width: auto;
	background: url(images/home-icon-no-border.jpg) no-repeat 50% 50%;
	padding-bottom: 0;
	text-indent: -999999px;
	float: none;
}
.genesis-nav-menu a {
	padding: 21px 18px !important;
}
li#menu-item-927 {
	top: 0 !important;
}
.site-container .logotext {
	left: 280px !important;
}
.site-container .consultation {
	width: 15% !important;
	float: left;
	right: 15px !important;
	font-size: 18px !important;
	top: 35px !important;
}
.site-container .consultation .free {
	margin-right: 0 !important;
}
.logos {
	width: auto;
}
.logos ul li {
	width: 122px !important;
	margin-bottom: 15px;
}
/*.logos ul li:nth-child(3n+0) {margin-right: 0 !important;}*/

.logos img {
	width: 100%;
}
#postcontent {
	width: 60% !important;
}
.post_loop .thumb {
	margin-right: 15px;
	width: 24% !important;
}
}
 @media only screen and (max-width: 768px) {
.title-area p a, .title-area h1 a {
	margin-left: 10px;
}
.site-container .logotext {
	display: block;
	left: 260px !important;
}
.site-container .consultation {
	width: 20% !important;
	float: left;
	right: 15px !important;
	font-size: 18px !important;
}
.site-container .consultation .free {
	margin-right: 0 !important;
}
.logos {
	width: auto;
}
.logos ul li {
	width: 202px !important;
	margin-bottom: 15px;
}
.logos ul li:nth-child(3n+0) {
	margin-right: 0 !important;
}
.logos img {
	width: 100%;
}
#postcontent {
	width: auto !important;
}
#hellobar-container {
	display: none;
}
.title-area p a {
    width: 230px;
}
}
 @media all and (max-width: 699px) and (min-width: 480px) {
/*.site-container .logotext {display: none;}*/

.title-area h1 a {
	background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png) no-repeat 50% 50%;
	width: /*230px;*/ 95%;
	height: 92px;
	float: left;
	margin-top: 10px;
}
.title-area p a {
	background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png) no-repeat 50% 50%;
	width:/*230px;*/ 95%;
	height: 92px;
	float: left;
	margin-top: 10px;
}

.site-container .consultation {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	width: 100% !important;
	color: #fff;
	font-size: 12px !important;
	background: #000;
}
.site-container .consultation .free {
	float: left;
	line-height: 26px;
	margin-left: 30px;
}
.site-container .consultation .number {
	float: left;
	margin-left: 10px;
	color: #fff !important;
}
.site-container .consultation .number li {
	line-height: 30px;
	float: left;
	line-height: 26px;
}
.site-container .consultation .number li:first-child {
	background: url(images/seperater.png) no-repeat center right;
	margin-right: 7px;
	padding-right: 7px;
}
.site-container .logotext {
	top: 146px !important;
	left: 15px !important;
	font-size: 11px !important;
	border-left: none !important;
	padding-left: 0 !important;
	line-height: 14px !important;
	width: auto !important;
}
.nav-primary {
	float: left !important;
	background: #897d2b;
	min-height: 50px;
}
.genesis-nav-menu {
	background: #897d2b !important;
}
li#menu-item-32 {
	background: url(images/homeicon-480.png) no-repeat 50% 50%;
	padding-bottom: 18px;
	text-indent: -999999px;
}
.responsive-menu-icon {
	float: right;
	margin: 15px;
	background: #584f16;
	border-radius: 2px;
}
.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: /*0 auto;*/ 0;
	float: right;
}
.site-container .logotext {
	top: 146px !important;
	left: 15px !important;
	font-size: 11px !important;
	border-left: none !important;
	padding-left: 0 !important;
	line-height: 14px !important;
	width: auto !important;
}
.custom-banner-cont {
	width: /*417px*/ 432px !important;
}
#hellobar-container {
	display: none;
}
}

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

}
 @media only screen and (max-width: 480px) {
.title-area p a {
    background-size: 100% auto !important;
 }
.site-description {
	font-size: 24px;
}
.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%;
}
.genesis-grid-even,  .genesis-grid-odd {
	width: 100%;
}
/*new and others----------*/

	/*.logotext {display: none !important;}*/

.site-container .consultation {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	width: 100% !important;
	color: #fff;
	font-size: 12px !important;
	background: #000;
}
.site-container .consultation .free {
	float: left;
	line-height: 26px;
	margin-left: 30px;
}
.site-container .consultation .number {
	float: left;
	margin-left: 10px;
	color: #fff !important;
}
.site-container .consultation .number li {
	line-height: 30px;
	float: left;
	line-height: 26px;
}
.site-container .consultation .number li:first-child {
	background: url(images/seperater.png) no-repeat center right;
	margin-right: 7px;
	padding-right: 7px;
}
li#menu-item-32 {
	top: 0;
	width: auto;
	background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png) no-repeat 50% 50%;
}
.title-area h1 a {
	background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png) no-repeat 50% 50%;
	width: /*230px;*/ 95%;
	height: 92px;
	float: left;
	margin-top: 10px;
}
.title-area p a {
	background: url(https://www.nydivorcefirm.com/wp-content/uploads/2023/03/header_logo1.png) no-repeat 50% 50%;
	width:/*230px;*/ 95%;
	height: 92px;
	float: left;
	/*margin-top: 10px;*/
}
.nav-primary {
	float: left !important;
	min-height: 50px;
	width: auto;
	margin-top: 0px; 
}
div#tel_header {
    padding-top: 10px;
    display: inline-block;
    float: right;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    
}
header.site-header > .wrap:first-child{
 	background-color: #897d2b;
}
.site-container .logotext{
	width: 100% !important;
    float: left;
    position: initial !important;
}
.genesis-nav-menu {
	background: #897d2b !important;
	margin-top: 50px;
}
li#menu-item-32 {
	background: url(images/homeicon-480.png) no-repeat 50% 50%;
	padding-bottom: 18px;
	text-indent: -999999px;
}
.responsive-menu-icon {
	float: left;
	margin: 7px 15px;
	background: #ffffff;
	border-radius: 0px;
}
.responsive-menu-icon::before {
	color: #897d2b;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: /*0 auto;*/ 0;
	float: right;
	font-size: 35px;
}
.site-container .logotext {
	/*top: 146px !important;
	left: 15px !important;
	font-size: 11px !important;
	border-left: none !important;
	padding-left: 0 !important;
	line-height: 14px !important;*/
	/*width: auto !important;*/
	font-size: 14px !important;
    border-left: 0 !important;
    text-align: center;
    padding: 5px 0;
    line-height: 22px !important;
}
div#tel_header span {
    color: #fff;
}
.homemap {
	padding: 10px 0 !important;
}
div.thumbnail a img {
	border: 1px solid #d0b319;
	height: 100% !important;
	width: 100% !important;
}
.custom-banner-cont {/*width: 417px 288px !important;*/
	/*background: url(images/banner320.jpg) no-repeat;*/
	/*height: 157px !important;*/
	width: 320px;
	margin-bottom: 0 !important;
	padding-left: 5% !important;
    padding-right: 5% !important;
}
.custom-banner-cont img {
	min-height: 100%;
}
#hellobar-container {
	display: none;
}
}
 @media only screen and (max-width: 320px) {
.header-image .site-header .title-area {
	background-size: contain !important;
}
body.single .post-thumbnail img {
	max-width: 230px !important;
}
/*new & others------------*/

	

div.thumbnail a > img {
	border: 1px solid #d0b319;
	height: 100%;
	width: 100%;
}
#hellobar-container {
	display: none;
}
}

/*[slposts number_posts=3 title_only=FALSE auto_excerpt=TRUE]*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------
custoe style
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
 @import url(https://fonts.googleapis.com/css?family=Lato:100);
.w100cent {
	width: 100%;
}
.w45cent {
	width: 45%;
}
.flotlft {
	float: left;
}
.flotrght {
	float: right;
}
.entry-header {
}
.site-container .consultation {
	position: absolute;
	top: 20px;
	right: 0;
	width: 35%;
	color: #fff;
	font-size: 24px;
}
.site-container .consultation .free {
	float: left;
	margin-right: 40px;
}
.site-container .consultation .number {
	list-style: none;
	color: #a89c62;
	float: left;
}
.site-container .consultation .number li {
	line-height: 30px;
}
.custom-banner-cont {
	width: 1140px;
	margin: 0 auto -26px auto;
	padding: 0;
}
.site-container .logotext {
	position: absolute;
	top: 60px;
	left: 400px;
	color: #fff;
	font-style: italic;
	font-size: 13px;
	border-left: 1px #42547a solid;
	padding-left: 26px;
	line-height: 17px;
}
#inner {
	float: left;
	width: 100%;
}
.wrapper {/*width: 100%;*/
	margin: 0 auto;
}
ul.slposts-ulist-excerpt li {
	list-style: none !important;
	margin: 0 !important;
	font-size: 12px;
	line-height: 15px;
}
.widget_nav_menu {
	background: #a79d62;
	border-radius: 5px 5px 5px 5px;
}
.quote {
	width: 100%;
	float: left;
	margin: 20ox 0 0 0;
	border: 1px #f1f1f1 solid;
	border-radius: 10px;
	position: relative;
	padding: 2px;
}
.quote .inner {
	width: 100%;
	float: left;
	background: #e2e2e2 url(images/bg-quote.png) repeat-x;
	border-radius: 10px;
	position: relative;
	text-align: center;
	padding: 0 60px;
	font-size: 17px;
	font-style: italic;
	color: #787878;
	min-height: 110px;
}
.quote .inner .opening-quote {
	width: 40px;
	height: 29px;
	background: url(images/opening-quote.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
}
.quote .inner .closing-quote {
	width: 40px;
	height: 29px;
	background: url(images/closing-quote.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.slposts-container.slposts-ulist-container.slp-instance-default {
	float: left;
	width: 100%;
}
ul.slposts-wrapper.slposts-ulist.nav.nav-tabs.nav-stacked {
	width: 100%;
	float: left;
}
li.slposts-ulist-litem {
	list-style: none;
	float: left;
}
ul.slposts-ulist-thumbnail.slp-thumbnails {
	float: left;
}
li.slposts-ulist-thumbnail-litem.slp-span3 {
	float: left;
}
div.thumbnail {
	float: left;
}
/*div.thumbnail a {float: left;}*/ 

div.thumbnail a img {
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}
h5.slposts-ulist-title {
	float: left;
	margin-bottom: 0;
}
ul.slposts-ulist-excerpt {
	float: left;
	width: 80%;
}
.slposts-ulist-title a {
	color: #948947;
	font-size: 14px;
	font-weight: bold;
}
.slposts-ulist-title {
	font-size: 10px;
}
.fromblog {
	width: 50%;
	float: left;
	margin-left: 40px;
}
.homemap {
	padding: 10px 50px;
}
.innercontact {
	background: none repeat scroll 0 0 #d1cead;
	border-radius: 5px;
	color: #848049;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.innercontact p {
	font-size: 13px;
	margin: 0 0 10px;
}
.innercontacttitle {
	font-size: 30px;
	letter-spacing: -1px;
	padding: 10px 10px 10px 10px;
	font-weight: 800;
	line-height: 35px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}
.innercontacttitle span {
	font-weight: 300;
	font-size: 30px;
}
.innercontact input[type='text'], .innercontact input[type='email'], .innercontact input[type='tel'], .innercontact textarea {
	border: 1px #848049 solid;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	color: #51460b;
}
.innercontact textarea {
	height: 100px;
}
.innercontact input.wpcf7-form-control.wpcf7-captchar {
	float: left;
	margin-left: 20px;
	margin-top: -2px;
	width: 120px;
}
.innercontact input[type="submit"] {
	background: #848049;
	color: #fff;
	font-weight: bold;
	padding: 7px 20px;
	text-transform: none;
	width: 100%;
}
.innercontact input[type="submit"]:hover {
	background: #143561;
	color: #fff;
}
.innercontact span.wpcf7-not-valid-tip {
	float: left;
	text-align: left;
}
.innercontact div.wpcf7-validation-errors {
	font-size: 14px;
	background: #fffcd7;
}
/*.innercontact img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-158 {float: left;}*/



div.mr_social_sharing_wrapper {
	margin: 0 0 15px !important;
}
/*custome footer----------*/

.footer {
	width: 99%;
	float: left;
	margin-top: -30px;
	padding-bottom: 15px;
}
.foott {
	color: #fff;
	padding: 10px;
	font-size: 12px;
}
.foott a {
	color: #fff;
	margin: 5px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.foott a:hover {
	color: #D9D2AD;
}
.fl {
	float: left;
	width: 50%;
}
.t1 {
	margin: 10px 0px;
}
.fl small {
	color: #A1A08A;
}
.fr {
	float: right;
	width: 50%;
	text-align: right;
}
.logos {
	width: 100%;
	float: left;
	background: #e5e5e5 url(images/bg-logos.jpg) repeat-x;
	margin-left: 7px;
	padding: 30px 40px 25px 40px;
	margin-bottom: 15px;
}
.logos ul {
	width: 100%;
	float: left;
}
.logos ul li {
	width: 152px;
	float: left;
	list-style: none;
	margin-right: 28px;
}
.logos ul li:last-child {
	margin-right: 0;
}
.provdalaw {
	width: 100%;
	text-align: center;
}
.provdalaw iframe {
	border: 1px #d2b627 solid;
	margin-bottom: 15px;
	margin-top: 15px;
}
.provdalaw p {
	font-size: 14px;
}
.foriframe {
	float: left;
	width: 100%;
}
.foriframe iframe {
	width: 100%;
}
.contactform {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	border-top: 1px dashed #d2d2d2;
	padding-top: 20px;
}
.post-headline img {
	width: 200px;
	height: 200px;
	margin-right: 15px;
}
/*.post {padding: 20px 0 35px 0; margin-bottom: 15px;  border-bottom: 1px #dde2e5 solid;}

.post:last-child {border-bottom: none;}

.post-bodycopy {position: relative; padding-bottom: 20px;}

.post-bodycopy .more-link {display: none; }

.post-bodycopy .blogreadmore { left: 230px; position: absolute; bottom: 0; background: url(images/bg-readmore.jpg) repeat-x; border-radius: 5px; height: 32px; padding: 0 15px; line-height: 32px; font-weight: bold; color: #838148;}*/



.search-form {
	float: none;
}
.search-form input[type="search"] {
	float: left;
	border: 1px #858049 solid;
	padding: 8px;
	font-size: 14px;
}
#categories-2 h4.widget-title.widgettitle, #recent-posts-2 h4.widget-title.widgettitle, #archives-2 h4.widget-title.widgettitle, #execphp-2 h4.widget-title.widgettitle {
	background: none;
	height: 40px;
	border-radius: none;
	color: /*#000;*/#c1af38;
	text-shadow: none;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: none;
}
#categories-2 li, #archives-2 li {
	border-bottom: none;
	list-style: url(images/new-arrow.jpg);
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	word-wrap: break-word;
	margin-left: 20px;
}
#categories-2 li a, #archives-2 li a, #recent-posts-2 li a {
	color: #000;
}
#categories-2 li a:hover {
	color: #143561;
	transition: all 0.3s ease-in 0s;
}
#recent-posts-2 li {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-left: 0;
	text-align: left;
	word-wrap: break-word;
	margin-left: 0;
}
#recent-posts-2 li a {
	float: left;
	width: 100%;
}
#recent-posts-2 li span {
	font-size: 13px;
}
/*blog--------------*/

#postcontent {
	width: 790px;
	float: left;
	padding: 40px 0;
}
.post_loop:last-child {
	border-bottom: none !important;
}
.post_loop {
	float: left;
	border-bottom: 1px #dde2e5 solid;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.post_loop .thumb {
	float: left;
	width: 28%;
}
.post_loop .thumb img {
	width: 200px;
}
.post_loop .postcontent {
	float: left;
	width: 72%;
}
.blogreadmore {
	background: url(images/bg-readmore.jpg) repeat-x;
	border-radius: 5px;
	height: 32px;
	padding: 0 15px;
	line-height: 32px;
	font-weight: bold;
	color: #838148;
	float: left;
}
.blogreadmore:hover {
	text-decoration: none;
}
.post_loop .posthead {
	font-size: 24px;
}
.post_loop a[title="Read more"] { /*pointer-events: none;*/
	color: #000;
}
.post_loop .postdate {
	float: left;
	color: #555;
	background: url(images/bg-date-icone.jpg) no-repeat 0 5px;
	padding-left: 25px;
}
time.entry-time {
	float: left;
	color: #555;
	background: url(images/bg-date-icone.jpg) no-repeat 0 5px;
	padding-left: 25px;
}
.post_loop .count-comment {
	float: left;
	margin-left: 25px;
	background: url(images/bg-comments-icon.jpg) no-repeat 0 5px;
	padding-left: 28px;
}
.post_loop .posttext {
	float: left;
	width: 100%;
}
.pagination {
	float: left;
	font-size: 18px;
	width: 100%;
}
.page-numbers {
	padding: 8px 15px;
	border-radius: 100%;
	border: 2px #dae2e4 solid;
	color: #000;
}
.current, .page-numbers:hover {
	background: #858049;
	color: #fff;
	padding: 8px 15px;
	border-radius: 100%;
	border: 2px #fff solid;
	text-decoration: none;
}
.pagination .prev, .pagination .next, li.pagination-next, li.pagination-previous {
	display: none;
}
.post-thumbnail {
	margin: 20px 0;
}
img.ajax-loader {
	display: none;
}
center a {
	pointer-events: none;
}
.featured img {
	width: 100%;
	border: 1px solid /*#8a7d2b*/ #c1af38;
}
.content strong {
	color: #9f9e88;
	font-size: 18px;
	font-weight: normal;
}
#wp_rp_first {
	width: 100%;
	float: left;
}
ul.zemanta-article-ul {
	width: 100%;
	float: left;
}
ul.zemanta-article-ul li a {
	height: auto !important;
}
.localseo {
	width: 100%;
	float: left;
	margin: 0;
}
.localseo .seorow {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.localseo .seorow .onethird {
	width: 33%;
	float: left;
}
.localseo .seorow .onethird img {
	float: left;
	width: 75%;
}
.localseo .seorow .onethird h3 {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.localseo .seorow .onethird p {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.returntoblog {
	float: left;
	margin: 12px 0 0 0;
}
.return {
	background: none repeat scroll 0 0 /*#f79124*/ #8b7e2e;
	border: medium none;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px !important;
	line-height: 23px;
	margin: 0;
	padding: 6px 20px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	font-weight: bold;
}
#recent-posts-2 span.post-date {
	display: none;
}
div.wp_rp_footer.a.wp_rp_edit {
	background: #8b7e2e !important;
}
div.wp_rp_footer a.wp_rp_edit {
	background: #8b7e2e !important;
}
/*-------------------------hide sidebar items---------------------------------*/



/*Home----------*/

body.page-id-19 #nav_menu-10, body.page-id-19 #recent-posts-2, body.page-id-19 #categories-2, body.page-id-19 #text-3, body.page-id-19 #search-2, body.page-id-19 #archives-2, body.page-id-19 #execphp-2 {
	display: none;
}
/*Divorce---------*/

body.page-id-16 #nav_menu-4, body.page-id-16 #nav_menu-3, body.page-id-16 #nav_menu-5, body.page-id-16 #nav_menu-6, body.page-id-16 #nav_menu-7, body.page-id-16 #nav_menu-8, body.page-id-16 #nav_menu-10, body.page-id-16 #search-2, body.page-id-16 #recent-posts-2, body.page-id-16 #categories-2, body.page-id-16 #archives-2, body.page-id-16 #execphp-2 {
	display: none;
}
body.page-id-49 #nav_menu-4, body.page-id-49 #nav_menu-3, body.page-id-49 #nav_menu-5, body.page-id-49 #nav_menu-6, body.page-id-49 #nav_menu-7, body.page-id-49 #nav_menu-8, body.page-id-49 #nav_menu-10, body.page-id-49 #search-2, body.page-id-49 #recent-posts-2, body.page-id-49 #categories-2, body.page-id-49 #archives-2, body.page-id-49 #execphp-2 {
	display: none;
}
body.page-id-63 #nav_menu-4, body.page-id-63 #nav_menu-3, body.page-id-63 #nav_menu-5, body.page-id-63 #nav_menu-6, body.page-id-63 #nav_menu-7, body.page-id-63 #nav_menu-8, body.page-id-63 #nav_menu-10, body.page-id-63 #search-2, body.page-id-63 #recent-posts-2, body.page-id-63 #categories-2, body.page-id-63 #archives-2, body.page-id-63 #execphp-2 {
	display: none;
}
body.page-id-82 #nav_menu-4, body.page-id-82 #nav_menu-3, body.page-id-82 #nav_menu-5, body.page-id-82 #nav_menu-6, body.page-id-82 #nav_menu-7, body.page-id-82 #nav_menu-8, body.page-id-82 #nav_menu-10, body.page-id-82 #search-2, body.page-id-82 #recent-posts-2, body.page-id-82 #categories-2, body.page-id-82 #archives-2, body.page-id-82 #execphp-2 {
	display: none;
}
body.page-id-100 #nav_menu-4, body.page-id-100 #nav_menu-3, body.page-id-100 #nav_menu-5, body.page-id-100 #nav_menu-6, body.page-id-100 #nav_menu-7, body.page-id-100 #nav_menu-8, body.page-id-100 #nav_menu-10, body.page-id-100 #search-2, body.page-id-100 #recent-posts-2, body.page-id-100 #categories-2, body.page-id-100 #archives-2, body.page-id-100 #execphp-2 {
	display: none;
}
body.page-id-106 #nav_menu-4, body.page-id-106 #nav_menu-3, body.page-id-106 #nav_menu-5, body.page-id-106 #nav_menu-6, body.page-id-106 #nav_menu-7, body.page-id-106 #nav_menu-8, body.page-id-106 #nav_menu-10, body.page-id-106 #search-2, body.page-id-106 #recent-posts-2, body.page-id-106 #categories-2, body.page-id-106 #archives-2, body.page-id-106 #execphp-2 {
	display: none;
}
body.page-id-109 #nav_menu-4, body.page-id-109 #nav_menu-3, body.page-id-109 #nav_menu-5, body.page-id-109 #nav_menu-6, body.page-id-109 #nav_menu-7, body.page-id-109 #nav_menu-8, body.page-id-109 #nav_menu-10, body.page-id-109 #search-2, body.page-id-109 #recent-posts-2, body.page-id-109 #categories-2, body.page-id-109 #archives-2, body.page-id-109 #execphp-2 {
	display: none;
}
body.page-id-129 #nav_menu-4, body.page-id-129 #nav_menu-3, body.page-id-129 #nav_menu-5, body.page-id-129 #nav_menu-6, body.page-id-129 #nav_menu-7, body.page-id-129 #nav_menu-8, body.page-id-129 #nav_menu-10, body.page-id-129 #search-2, body.page-id-129 #recent-posts-2, body.page-id-129 #categories-2, body.page-id-129 #archives-2, body.page-id-129 #execphp-2 {
	display: none;
}
body.page-id-138 #nav_menu-4, body.page-id-138 #nav_menu-3, body.page-id-138 #nav_menu-5, body.page-id-138 #nav_menu-6, body.page-id-138 #nav_menu-7, body.page-id-138 #nav_menu-8, body.page-id-138 #nav_menu-10, body.page-id-138 #search-2, body.page-id-138 #recent-posts-2, body.page-id-138 #categories-2, body.page-id-138 #archives-2, body.page-id-138 #execphp-2 {
	display: none;
}
body.page-id-145 #nav_menu-4, body.page-id-145 #nav_menu-3, body.page-id-145 #nav_menu-5, body.page-id-145 #nav_menu-6, body.page-id-145 #nav_menu-7, body.page-id-145 #nav_menu-8, body.page-id-145 #nav_menu-10, body.page-id-145 #search-2, body.page-id-145 #recent-posts-2, body.page-id-145 #categories-2, body.page-id-145 #archives-2 body.page-id-145 #execphp-2 {
	display: none;
}
body.page-id-151 #nav_menu-4, body.page-id-151 #nav_menu-3, body.page-id-151 #nav_menu-5, body.page-id-151 #nav_menu-6, body.page-id-151 #nav_menu-7, body.page-id-151 #nav_menu-8, body.page-id-151 #nav_menu-10, body.page-id-151 #search-2, body.page-id-151 #recent-posts-2, body.page-id-151 #categories-2, body.page-id-151 #archives-2, body.page-id-151 #execphp-2 {
	display: none;
}
body.page-id-508 #nav_menu-4, body.page-id-508 #nav_menu-3, body.page-id-508 #nav_menu-5, body.page-id-508 #nav_menu-6, body.page-id-508 #nav_menu-7, body.page-id-508 #nav_menu-8, body.page-id-508 #nav_menu-10, body.page-id-508 #search-2, body.page-id-508 #recent-posts-2, body.page-id-508 #categories-2, body.page-id-508 #archives-2, body.page-id-508 #execphp-2 {
	display: none;
}
body.page-id-165 #nav_menu-4, body.page-id-165 #nav_menu-3, body.page-id-165 #nav_menu-5, body.page-id-165 #nav_menu-6, body.page-id-165 #nav_menu-7, body.page-id-165 #nav_menu-8, body.page-id-165 #nav_menu-10, body.page-id-165 #search-2, body.page-id-165 #recent-posts-2, body.page-id-165 #categories-2, body.page-id-165 #archives-2 body.page-id-165 #execphp-2 {
	display: none;
}
body.page-id-165 .execphpwidget, body.page-id-135 .execphpwidget, body.page-id-145 .execphpwidget, body.page-id-165 .widget_archive, body.page-id-145 .widget_archive, body.page-id-135 .widget_archive {
	display: none;
}
/*Marital Agreements---------*/

body.page-id-120 #nav_menu-2, body.page-id-120 #nav_menu-4, body.page-id-120 #nav_menu-5, body.page-id-120 #nav_menu-6, body.page-id-120 #nav_menu-7, body.page-id-120 #nav_menu-8, body.page-id-120 #nav_menu-10, body.page-id-120 #search-2, body.page-id-120 #recent-posts-2, body.page-id-120 #categories-2, body.page-id-120 #archives-2, body.page-id-120 #execphp-2 {
	display: none;
}
body.page-id-17 #nav_menu-2, body.page-id-17 #nav_menu-4, body.page-id-17 #nav_menu-5, body.page-id-17 #nav_menu-6, body.page-id-17 #nav_menu-7, body.page-id-17 #nav_menu-8, body.page-id-17 #nav_menu-10, body.page-id-17 #search-2, body.page-id-17 #recent-posts-2, body.page-id-17 #categories-2, body.page-id-17 #archives-2, body.page-id-17 #execphp-2 {
	display: none;
}
body.page-id-305 #nav_menu-2, body.page-id-305 #nav_menu-4, body.page-id-305 #nav_menu-5, body.page-id-305 #nav_menu-6, body.page-id-305 #nav_menu-7, body.page-id-305 #nav_menu-8, body.page-id-305 #nav_menu-10, body.page-id-305 #search-2, body.page-id-305 #recent-posts-2, body.page-id-305 #categories-2, body.page-id-305 #archives-2, body.page-id-305 #execphp-2 {
	display: none;
}
body.page-id-148 #nav_menu-2, body.page-id-148 #nav_menu-4, body.page-id-148 #nav_menu-5, body.page-id-148 #nav_menu-6, body.page-id-148 #nav_menu-7, body.page-id-148 #nav_menu-8, body.page-id-148 #nav_menu-10, body.page-id-148 #search-2, body.page-id-148 #recent-posts-2, body.page-id-148 #categories-2, body.page-id-148 #archives-2, body.page-id-148 #execphp-2 {
	display: none;
}
/*Property Division---------*/

body.page-id-122 #nav_menu-2, body.page-id-122 #nav_menu-3, body.page-id-122 #nav_menu-4, body.page-id-122 #nav_menu-5, body.page-id-122 #nav_menu-6, body.page-id-122 #nav_menu-7, body.page-id-122 #nav_menu-10, body.page-id-122 #search-2, body.page-id-122 #recent-posts-2, body.page-id-122 #categories-2, body.page-id-122 #archives-2, body.page-id-122 #execphp-2 {
	display: none;
}
body.page-id-70 #nav_menu-2, body.page-id-70 #nav_menu-3, body.page-id-70 #nav_menu-4, body.page-id-70 #nav_menu-5, body.page-id-70 #nav_menu-6, body.page-id-70 #nav_menu-7, body.page-id-70 #nav_menu-10, body.page-id-70 #search-2, body.page-id-70 #recent-posts-2, body.page-id-70 #categories-2, body.page-id-70 #archives-2, body.page-id-70 #execphp-2 {
	display: none;
}
body.page-id-87 #nav_menu-2, body.page-id-87 #nav_menu-3, body.page-id-87 #nav_menu-4, body.page-id-87 #nav_menu-5, body.page-id-87 #nav_menu-6, body.page-id-87 #nav_menu-7, body.page-id-87 #nav_menu-10, body.page-id-87 #search-2, body.page-id-87 #recent-posts-2, body.page-id-87 #categories-2, body.page-id-87 #archives-2, body.page-id-87 #execphp-2 {
	display: none;
}
body.page-id-94 #nav_menu-2, body.page-id-94 #nav_menu-3, body.page-id-94 #nav_menu-4, body.page-id-94 #nav_menu-5, body.page-id-94 #nav_menu-6, body.page-id-94 #nav_menu-7, body.page-id-94 #nav_menu-10, body.page-id-94 #search-2, body.page-id-94 #recent-posts-2, body.page-id-94 #categories-2, body.page-id-94 #archives-2, body.page-id-94 #execphp-2 {
	display: none;
}
/*Child Custody---------*/

body.page-id-75 #nav_menu-2, body.page-id-75 #nav_menu-3, body.page-id-75 #nav_menu-5, body.page-id-75 #nav_menu-6, body.page-id-75 #nav_menu-7, body.page-id-75 #nav_menu-8, body.page-id-75 #nav_menu-10, body.page-id-75 #search-2, body.page-id-75 #recent-posts-2, body.page-id-75 #categories-2, body.page-id-75 #archives-2, body.page-id-75 #execphp-2 {
	display: none;
}
body.page-id-59 #nav_menu-2, body.page-id-59 #nav_menu-3, body.page-id-59 #nav_menu-5, body.page-id-59 #nav_menu-6, body.page-id-59 #nav_menu-7, body.page-id-59 #nav_menu-8, body.page-id-59 #nav_menu-10, body.page-id-59 #search-2, body.page-id-59 #recent-posts-2, body.page-id-59 #categories-2, body.page-id-59 #archives-2, body.page-id-59 #execphp-2 {
	display: none;
}
body.page-id-153 #nav_menu-2, body.page-id-153 #nav_menu-3, body.page-id-153 #nav_menu-5, body.page-id-153 #nav_menu-6, body.page-id-153 #nav_menu-7, body.page-id-153 #nav_menu-8, body.page-id-153 #nav_menu-10, body.page-id-153 #search-2, body.page-id-153 #recent-posts-2, body.page-id-153 #categories-2, body.page-id-153 #archives-2, body.page-id-153 #execphp-2 {
	display: none;
}
body.page-id-112 #nav_menu-2, body.page-id-112 #nav_menu-3, body.page-id-112 #nav_menu-5, body.page-id-112 #nav_menu-6, body.page-id-112 #nav_menu-7, body.page-id-112 #nav_menu-8, body.page-id-112 #nav_menu-10, body.page-id-112 #search-2, body.page-id-112 #recent-posts-2, body.page-id-112 #categories-2, body.page-id-112 #archives-2, body.page-id-112 #execphp-2 {
	display: none;
}
body.page-id-132 #nav_menu-2, body.page-id-132 #nav_menu-3, body.page-id-132 #nav_menu-5, body.page-id-132 #nav_menu-6, body.page-id-132 #nav_menu-7, body.page-id-132 #nav_menu-8, body.page-id-132 #nav_menu-10, body.page-id-132 #search-2, body.page-id-132 #recent-posts-2, body.page-id-132 #categories-2, body.page-id-132 #archives-2, body.page-id-132 #execphp-2 {
	display: none;
}
body.page-id-116 #nav_menu-2, body.page-id-116 #nav_menu-3, body.page-id-116 #nav_menu-5, body.page-id-116 #nav_menu-6, body.page-id-116 #nav_menu-7, body.page-id-116 #nav_menu-8, body.page-id-116 #nav_menu-10, body.page-id-116 #search-2, body.page-id-116 #recent-posts-2, body.page-id-116 #categories-2, body.page-id-116 #archives-2, body.page-id-116 #execphp-2 {
	display: none;
}
body.page-id-158 #nav_menu-2, body.page-id-158 #nav_menu-3, body.page-id-158 #nav_menu-5, body.page-id-158 #nav_menu-6, body.page-id-158 #nav_menu-7, body.page-id-158 #nav_menu-8, body.page-id-158 #nav_menu-10, body.page-id-158 #search-2, body.page-id-158 #recent-posts-2, body.page-id-158 #categories-2, body.page-id-158 #archives-2, body.page-id-158 #execphp-2 {
	display: none;
}
/*Child Support---------*/

body.page-id-78 #nav_menu-2, body.page-id-78 #nav_menu-3, body.page-id-78 #nav_menu-4, body.page-id-78 #nav_menu-6, body.page-id-78 #nav_menu-7, body.page-id-78 #nav_menu-8, body.page-id-78 #nav_menu-10, body.page-id-78 #search-2, body.page-id-78 #recent-posts-2, body.page-id-78 #categories-2, body.page-id-78 #archives-2, body.page-id-78 #execphp-2 {
	display: none;
}
body.page-id-67 #nav_menu-2, body.page-id-67 #nav_menu-3, body.page-id-67 #nav_menu-4, body.page-id-67 #nav_menu-6, body.page-id-67 #nav_menu-7, body.page-id-67 #nav_menu-8, body.page-id-67 #nav_menu-10, body.page-id-67 #search-2, body.page-id-67 #recent-posts-2, body.page-id-67 #categories-2, body.page-id-67 #archives-2, body.page-id-67 #execphp-2 {
	display: none;
}
body.page-id-155 #nav_menu-2, body.page-id-155 #nav_menu-3, body.page-id-155 #nav_menu-4, body.page-id-155 #nav_menu-6, body.page-id-155 #nav_menu-7, body.page-id-155 #nav_menu-8, body.page-id-155 #nav_menu-10, body.page-id-155 #search-2, body.page-id-155 #recent-posts-2, body.page-id-155 #categories-2, body.page-id-155 #archives-2, body.page-id-155 #execphp-2 {
	display: none;
}
/*Child Visitation---------*/

body.page-id-160 #nav_menu-2, body.page-id-160 #nav_menu-3, body.page-id-160 #nav_menu-4, body.page-id-160 #nav_menu-5, body.page-id-160 #nav_menu-7, body.page-id-160 #nav_menu-8, body.page-id-160 #nav_menu-10, body.page-id-160 #search-2, body.page-id-160 #recent-posts-2, body.page-id-160 #categories-2, body.page-id-160 #archives-2, body.page-id-160 #execphp-2 {
	display: none;
}
body.page-id-96 #nav_menu-2, body.page-id-96 #nav_menu-3, body.page-id-96 #nav_menu-4, body.page-id-96 #nav_menu-5, body.page-id-96 #nav_menu-7, body.page-id-96 #nav_menu-8, body.page-id-96 #nav_menu-10, body.page-id-96 #search-2, body.page-id-96 #recent-posts-2, body.page-id-96 #categories-2, body.page-id-96 #archives-2, body.page-id-96 #execphp-2 {
	display: none;
}
body.page-id-103 #nav_menu-2, body.page-id-103 #nav_menu-3, body.page-id-103 #nav_menu-4, body.page-id-103 #nav_menu-5, body.page-id-103 #nav_menu-7, body.page-id-103 #nav_menu-8, body.page-id-103 #nav_menu-10, body.page-id-103 #search-2, body.page-id-103 #recent-posts-2, body.page-id-103 #categories-2, body.page-id-103 #archives-2, body.page-id-103 #execphp-2 {
	display: none;
}
body.page-id-135 #nav_menu-2, body.page-id-135 #nav_menu-3, body.page-id-135 #nav_menu-4, body.page-id-135 #nav_menu-5, body.page-id-135 #nav_menu-7, body.page-id-135 #nav_menu-8, body.page-id-135 #nav_menu-10, body.page-id-135 #search-2, body.page-id-135 #recent-posts-2, body.page-id-135 #categories-2, body.page-id-135 #archives-2 body.page-id-135 #execphp-2 {
	display: none;
}
/*Domestic Violence---------*/

body.page-id-89 #nav_menu-2, body.page-id-89 #nav_menu-3, body.page-id-89 #nav_menu-4, body.page-id-89 #nav_menu-5, body.page-id-89 #nav_menu-6, body.page-id-89 #nav_menu-8, body.page-id-89 #nav_menu-10, body.page-id-89 #search-2, body.page-id-89 #recent-posts-2, body.page-id-89 #categories-2, body.page-id-89 #archives-2, body.page-id-89 #execphp-2 {
	display: none;
}
body.page-id-72 #nav_menu-2, body.page-id-72 #nav_menu-3, body.page-id-72 #nav_menu-4, body.page-id-72 #nav_menu-5, body.page-id-72 #nav_menu-6, body.page-id-72 #nav_menu-8, body.page-id-72 #nav_menu-10, body.page-id-72 #search-2, body.page-id-72 #recent-posts-2, body.page-id-72 #categories-2, body.page-id-72 #archives-2, body.page-id-72 #execphp-2 {
	display: none;
}
body.page-id-143 #nav_menu-2, body.page-id-143 #nav_menu-3, body.page-id-143 #nav_menu-4, body.page-id-143 #nav_menu-5, body.page-id-143 #nav_menu-6, body.page-id-143 #nav_menu-8, body.page-id-143 #nav_menu-10, body.page-id-143 #search-2, body.page-id-143 #recent-posts-2, body.page-id-143 #categories-2, body.page-id-143 #archives-2, body.page-id-143 #execphp-2 {
	display: none;
}
/*Firm Overview---------*/

body.page-id-313 #nav_menu-2, body.page-id-313 #nav_menu-3, body.page-id-313 #nav_menu-4, body.page-id-313 #nav_menu-5, body.page-id-313 #nav_menu-6, body.page-id-313 #nav_menu-7, body.page-id-313 #nav_menu-8, body.page-id-313 #search-2, body.page-id-313 #recent-posts-2, body.page-id-313 #categories-2, body.page-id-313 #archives-2, body.page-id-313 #execphp-2 {
	display: none;
}
/*Attorneys---------*/

body.page-id-339 #nav_menu-2, body.page-id-339 #nav_menu-3, body.page-id-339 #nav_menu-4, body.page-id-339 #nav_menu-5, body.page-id-339 #nav_menu-6, body.page-id-339 #nav_menu-7, body.page-id-339 #nav_menu-8, body.page-id-339 #search-2, body.page-id-339 #recent-posts-2, body.page-id-339 #categories-2, body.page-id-339 #archives-2, body.page-id-339 #execphp-2 {
	display: none;
}
/*Contact Us---------*/

body.page-id-12 #nav_menu-2, body.page-id-12 #nav_menu-3, body.page-id-12 #nav_menu-4, body.page-id-12 #nav_menu-5, body.page-id-12 #nav_menu-6, body.page-id-12 #nav_menu-7, body.page-id-12 #nav_menu-8, body.page-id-12 #search-2, body.page-id-12 #recent-posts-2, body.page-id-12 #categories-2, body.page-id-12 #archives-2, body.page-id-12 #execphp-2 {
	display: none;
}
body.page-id-319 #nav_menu-2, body.page-id-319 #nav_menu-3, body.page-id-319 #nav_menu-4, body.page-id-319 #nav_menu-5, body.page-id-319 #nav_menu-6, body.page-id-319 #nav_menu-7, body.page-id-319 #nav_menu-8, body.page-id-339 #search-2, body.page-id-339 #recent-posts-2, body.page-id-339 #categories-2, body.page-id-339 #archives-2, body.page-id-339 #execphp-2 {
	display: none;
}
/*Disclaimer---------*/

body.page-id-319 #nav_menu-2, body.page-id-319 #nav_menu-3, body.page-id-319 #nav_menu-4, body.page-id-319 #nav_menu-5, body.page-id-319 #nav_menu-6, body.page-id-319 #nav_menu-7, body.page-id-319 #nav_menu-8, body.page-id-319 #search-2, body.page-id-319 #recent-posts-2, body.page-id-319 #categories-2, body.page-id-319 #archives-2, body.page-id-319 #execphp-2 {
	display: none;
}
/*About Us---------*/

body.page-id-5 #nav_menu-2, body.page-id-5 #nav_menu-3, body.page-id-5 #nav_menu-4, body.page-id-5 #nav_menu-5, body.page-id-5 #nav_menu-6, body.page-id-5 #nav_menu-7, body.page-id-5 #nav_menu-8, body.page-id-5 #search-2, body.page-id-5 #recent-posts-2, body.page-id-5 #categories-2, body.page-id-5 #archives-2, body.page-id-5 #execphp-2 {
	display: none;
}
/*Blog---------*/

/*body.page-id-616 #nav_menu-2, body.page-id-616 #nav_menu-3, body.page-id-616 #nav_menu-4, body.page-id-616 #nav_menu-5, body.page-id-616 #nav_menu-6, body.page-id-616 #nav_menu-7, body.page-id-616 #nav_menu-8, body.page-id-616 #nav_menu-10 {display: none;}*/

body.blog #nav_menu-2, body.blog #nav_menu-3, body.blog #nav_menu-4, body.blog #nav_menu-5, body.blog #nav_menu-6, body.blog #nav_menu-7, body.blog #nav_menu-8, body.blog #nav_menu-10, body.blog #text-2, body.blog #text-3, body.blog #nav_menu-9, body.blog .mr_social_sharing_wrapper {
	display: none;
}
body.single #nav_menu-2, body.single #nav_menu-3, body.single #nav_menu-4, body.single #nav_menu-5, body.single #nav_menu-6, body.single #nav_menu-7, body.single #nav_menu-8, body.single #nav_menu-10, body.single #text-2, body.single #text-3, body.single #nav_menu-9 {
	display: none;
}
body.postid-748 .attachment-0.wp-post-image {
	display: none;
}
.page-id-3958 #search-2, .page-id-3958 #execphp-2, .page-id-3958 #recent-posts-2, .page-id-3958 #archives-2, .page-id-3958 #categories-2, .page-id-3958 #nav_menu-2, .page-id-3958 #nav_menu-3, .page-id-3958 #nav_menu-4, .page-id-3958 #nav_menu-5, .page-id-3958 #nav_menu-6, .page-id-3958 #nav_menu-8, .page-id-3958 #nav_menu-10, .parent-pageid-3958 #search-2, .parent-pageid-3958 #execphp-2, .parent-pageid-3958 #recent-posts-2, .parent-pageid-3958 #archives-2, .parent-pageid-3958 #categories-2, .parent-pageid-3958 #nav_menu-2, .parent-pageid-3958 #nav_menu-3, .parent-pageid-3958 #nav_menu-4, .parent-pageid-3958 #nav_menu-5, .parent-pageid-3958 #nav_menu-6, .parent-pageid-3958 #nav_menu-8, .parent-pageid-3958 #nav_menu-10{ display:none !important;}

/*h3.zemanta-related-title:before {content: 'Return to main blog'; float: left; padding: 15px; background-color: #990; color: #fff; clear: left;}*/

body.single .post-thumbnail img {
	float: left;
	margin: 10px 10px 10px 0;
	max-width: 300px;
}
body.archive .mr_social_sharing_wrapper, body.category .mr_social_sharing_wrapper {
	display: none;
}
body.archive .entry-content img, body.category .entry-content img {
	width: 200px;
}
body.archive .entry-author-name, body.category .entry-author-name {
	display: none;
}
body.archive .entry-meta, body.category .entry-meta {
	color: #fff;
}
body.archive .entry-footer, body.category .entry-footer {
	display: none;
}
body.archive .content article, body.category .content article {
	border-bottom: 1px solid #dde2e5;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.innercontact input.wpcf7-form-control.wpcf7-captchar {
	float: left;
	margin-left: 0 !important;
	margin-top: -2px;
	width: 120px;
}
.widget_archive select, .widget_categories select {
	border: 1px solid #858049 !important;
	padding: 7px 16px !important;
}
.widget.widget_execphp .widget-wrap.fixed {
	 background: #a79d62;
     border-radius: 5px; }

a#cal_menu:hover{
	    color: #c1af38;
}
#nav_menu-9{ display:none !important;}

/*New_Css*/
@media only screen and (max-width: 1140px){
.site-container .logotext {
    left: 340px;
}
}
@media (max-width:960px) {
	.fixed11 { position:static; }
	.sidebar { margin-bottom:50px; }
	
	}