/*
Theme Name: FederalCharges.com Iconic One
Theme URI: http://themonic.com/iconic-one/
Author: Themonic
Author URI: http://themonic.com
Description: Iconic One is a premium quality theme with pixel perfect typography and responsiveness and is built for speed with pagespeed score of 95+, Iconic One implements proper SEO so that your content will rank high and is compatible with AIOSEO and Yoast SEO, It makes proper use of Live customizer that allows you to setup the theme in minutes, you can easily upload the logo, modify the background color, footer text, social media urls without touching any line of code. It utilizes latest HTML 5, CSS3 and wordpress native functions for creating the awesomeness that looks good on every browser. Support is free, access the support here http://themonic.com/support/, Report issues and feedback at http://themonic.com/feedback/.
Version: 1.4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blue, White, Black, one-column, two-columns, right-sidebar, custom-background, fluid-layout, responsive-layout, custom-menu, full-width-template, post-formats, rtl-language-support, theme-options, custom-colors
Text Domain: Themonic

Note: Iconic One theme supports child themes and custom.css for extensive customization without breaking the theme.
It is recommended to use those instead of modifying core files. - http://codex.wordpress.org/Child_Themes

©2013 Shashank Singh, Themonic.com
Happy 10th Anniversary to WordPress.
*/
/*Imports custom css file for easy customization.
Edit the file here http://yoursite.com/wordpress/wp-admin/theme-editor.php?file=custom.css&theme=iconic-one
Replace yoursite with your domain name.
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1.3;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

hgroup {
    display: inline-block;
    margin: 17px 0;
	padding: 14px 0;
   	float:none;
	}
hgroup a {
    font-size: 34px;
    font-weight: normal;
    text-decoration: none;
	padding-left:15px;
	color:#444444;
	text-shadow: 0.1px 1px 2px #888888;
}
hgroup a:hover{
	color:#111111;
	text-decoration: none;
}
hgroup .site-description:hover{
	color:#111111;
	text-decoration: none;
}
hgroup .site-description {
    font-weight: normal;
	padding-left: 18px;
	line-height: 2;
	font-size:12px;
	text-shadow: 0.1px 1px 2px #CCCCCC;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: none;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Add rounded corners to social media icons */
.socialmedia img {
 border-radius: 4px;
}
/* Logo responsiveness in case of big logos */
.themonic-logo img {
max-width: 100%;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.wrapper{border: 1px solid #e9e9e9;}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: inherit;
	margin-right:0%;
	margin-bottom: 7px;
	padding: 8px 10px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

#searchsubmit {
    background: #00A1E0;
    border: 0;
    color: #FFFFFF;
    min-width: 24%;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Fixed Header */

.fixedHeader {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0 96px;
    z-index: 999;
    transition: all 0.5s ease;
    opacity: 1;
    right: 0;
    display: block;
}
.fixedHeader-off {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0 24px;
    z-index: 999;
    transition: all 0.5s ease;
    opacity: 0;
    right: 0;
    display: block;
}

.fixedHeader-margin {
	margin-top: 275px;
}

@media screen and (max-width: 1300px) {
	
	.fixedHeader, .fixedHeader-off {
		margin: 0 24px;
	}
	
}

/* Header Collapsable Search */

.sb-search {
	position: absolute;
	right: 0px;
    top: 40px;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 30px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 14px;
	font-style: italic;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #C0C0C0;
}

.sb-search-input:-moz-placeholder {
	color: #C0C0C0;
}

.sb-search-input::-moz-placeholder {
	color: #C0C0C0;
}

.sb-search-input:-ms-input-placeholder {
	color: #C0C0C0;
}

.sb-icon-search,
.sb-search-submit  {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #02465b;
	z-index: 90;
	font-size: 16px;
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #3093E7;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* Buttons */

li.bypostauthor cite span {
	color: #fff;
	background-color: #00A1E0;
	background-image: none;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images - Iconic One*/
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* This makes sure that images scales properly on all browsers*/
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* This makes sure that images scales properly on all browsers*/
}

/* Make sure videos fit max width of parent container */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/
.site-content nav {
	border: 1px solid #EDEDED;
	background:#f9f9f9;
	clear: both;
	line-height: 2;
	margin-bottom:28px;
	overflow: hidden;
	padding:2%;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

.nav-previous a, .nav-next > a {
	color: #444444;
    text-decoration: none;
}
.nav-previous,
.previous-image {
	float: left;
	padding-bottom: 7px;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;

	
}
body {
	font-size: 16px; 
	font-family: Arial,"Ubuntu", Helvetica,  sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background:url(img/bg.jpg) left 560px #e6e6e6;
}

a {
	outline: none;
	color: #0B91EA;
	text-decoration:none;
}
a:hover {
	color: #0C87D3;
	text-decoration:underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.themonic-nav .assistive-text:hover,
.themonic-nav .assistive-text:active,
.themonic-nav .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	background-color: #fff;
}
.site-content {
	margin: 0 14px;
}
.widget-area {
	margin-top:10px;
}

/* Header */
.site-header {
	border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    height: auto;
    text-align: left;
    background-color:#02465b;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}

.site-header h1 {
    margin:20px;
    padding:0;
}

.site-header h1 a {
	text-indent:-1000em;
	display:block;
    width:310px;
    height:64px;
    background-image:url('img/id.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

/* Navigation Menu and icons*/
.themonic-nav {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-right:20px;
    height:110px;
}

.themonic-nav #menu-top{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    height:110px;
    margin-right: 40px;
}

.themonic-nav #menu-top li {
	height:55px;
    width:auto;
    padding:15px 15px 90px;
    position:relative;
    border-bottom:solid 5px #02465b;
}

.themonic-nav #menu-top li:hover {
	border-bottom:solid 5px #0B91EA;
}

.themonic-nav #menu-top li ul.sub-menu{
	display:none;
    position:absolute;
    top:calc(100% + 5px);
    left:0;
    background-color:#02465b;
    padding:15px;
    width:220px;
    z-index:1000;
}

.themonic-nav #menu-top > li:hover ul.sub-menu{
	display:block;
}
	
.themonic-nav  #menu-top > li a{
    display:block;
    color:#fff;
    font-weight:normal;
    font-size: 14px;
    line-height:1;
	height:70px;
    padding-top:33px;
}

.themonic-nav  #menu-top > li:hover a{
    text-decoration:none;
    color:#0B91EA;
}

.themonic-nav #menu-top > li:hover ul.sub-menu li{
	padding:5px;
    height:auto;
    border:none;
}

.themonic-nav #menu-top > li:hover ul.sub-menu li:hover{
	border:none;
}

.themonic-nav #menu-top > li:hover ul.sub-menu li a{
	font-size:14px;
    line-height:1.5;
    height:auto;
    padding:0;
    color:#fff;
}

.themonic-nav #menu-top > li:hover ul.sub-menu li a:hover{
    color:#0B91EA;
}

/* These are used for Themonic Main Nav Bar li background colors - for colorful menu */

.bluem{ background-color:#00A1E0; padding:5px; }
.orangem{ background-color:#FF811A;  }
.greenm{ background-color:#8AC327; }
.redm{ background-color:#F96234; padding:10px;}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget-title {
	background: #F2F2F2;
	font-size: 16px;
}

.widget.widget_search {
    margin-bottom: 14px;
}

.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.646153846;
	border-bottom: 1px solid #E9E9E9;
	padding: 5px 0;
}
.widget-area .widget p {
	margin-bottom: 12px;
	padding: 10px;
}
	
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
	font-size: 98%;
}
.widget-area .widget a:hover {
	color: #4F5254;
}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Footer box-shadow: 4px 1px 10px 1px #F1F1F1;*/
footer[role="contentinfo"] {
background: #f2f2f2;
width: 100%;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #E9E9E9;
	clear: both;
	font-size: 14px;
	height: auto;
	line-height: 2;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 24px 0;
	}
footer[role="contentinfo"] a {
	color: #686868;
	margin-left:5px;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #333333;
}


/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 20px;
	}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-header .entry-title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom:20px;
}
.entry-header .entry-title a {
	color: #444444;
	text-decoration: none;
}
.entry-header .entry-title a:hover{
	color: #111111;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.site-content article.sticky  {
    background: #F8F8F8;
    border-color: #DDDDDD;
    border-style: solid solid double;
    border-width: 1px 1px 1px 7px;
    box-shadow: 0.01em 0.1em 0.1em 0.1em #EEEEEE;
	clear: both;
    font-size: 13px;
    line-height: 1.19231;
    margin-bottom: 24px;
    padding: 17px;
    text-align: left;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: square outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #FAFAFA;
    border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	border-radius: 20px;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.514285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.5;
	margin: 0 0 24px;
}
img.alignleft {
	margin: 8px 24px 12px 0;
}
img.alignright {
	width:100%;
	margin: 12px 0 12px 24px;
}
@media screen and (min-width:1024px){
	img.alignright {
	width:auto;
	}
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 2px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 7px 14px;
}
.site-content article {
	border-bottom: 2px double #F3F3F3;
	margin-bottom: 28px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	background: #F3F3F3;
    border-top: 16px solid #16A1E7;
    padding: 24px 24px 0;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

#nav_menu-14 {
	padding: 15px;
	border: solid 1px #ccc;
}
#nav_menu-14 > p {
	width: calc(100% - 50px);
	font-size: 13px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    line-height: 1.3;
    color: #666;
    background-color: transparent;
    padding-left: 0;
    margin-left: 45px;
    padding-bottom: 30px;
}
#nav_menu-14 > p:before {
	font-family: FontAwesome;
	content: "\f0e0";
	font-weight: normal;
	margin-right: 10px;
	margin-left: -45px;
	padding: 10px;
    color: #fff;
    background: #191b28;
    border-radius: 50%;
}
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/*Below title meta styling - added May 05 */
.below-title-meta{
	background: #F7F7F7;
	padding-bottom:26px;
	color:#a2a2a2; 
	line-height:1.7;
	width:106.3%;
	margin-left:-3.1%;
	}

.below-title-meta a{
		color:#666666; text-decoration:none;
		}

.below-title-meta a:hover{
	color:#444444;
	}

.adt{float:left;padding-left:22px;}
.adt-comment{float:right;padding-right:16px;}

    .articletags a{background-color: #555;
		margin: 2px;
		padding: 3px;
		text-decoration: none;
		text-shadow: 0 0px 0 #FFFFFF;
		color:#fff;}
	.articletags a:hover{color:#f2f2f2;}
	
.footercopy {
    padding-left: 20px;
	float: left;
	}
	
.footercredit {
    float: right;
    padding-right: 20px;
	margin-left:20px;
}
.site-wordpress{
	color: #888888;
    padding: 10px 2px;
	float: right;
	font-size:13px;
	}
.site-wordpress a{
	color: #666666;
    text-decoration:none;
	}

/* =User Custom
	----------------------------------------------- */
	/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	}
.socialmedia{
    float: right;
     padding: 7px 10px;
	text-align: right;
    width: 25%;
	margin-top:30px;
	}
.socialmedia a{
    padding: 0 5px;
	}
.widgets-list-layout-links {
    float: right;
    width: 82.4043%;
}

/* new responsive selectnav.js css */
	.selectnav { display: none; }
	select.selectnav {
	border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 4px;
	padding: 10px 0 10px 10px;
    width: 96%;
    text-indent: 6px;
	} /* mobile menu styling */
 
/* when to trigger the select menu.js #menu-top { 
		display: inline!important; 
	}*/


/* Print styles
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
		}
		
		/* hide top social icons */
	.socialmedia img {
	    display:none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}

	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.themonic-nav {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
		}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}



.this-is-just-a-wrapper{
       width:300px;
       margin:60px auto;   
   }
   .widget-area .widget .ad-block p {
	   padding:0px;
   }

   .clearfix{}
   .clearfix:before, .clearfix:after{
      content: " ";
      display: table; 
   }
   
   .clearfix:after{
      clear: both; 
   }
   
   .ad-block{
      border:solid 1px #ccc;
      padding:15px;
      box-sizing:border-box;
      position:relative;
      width:100%;
      max-width:300px;  
  }
  
  .ad-block .ad-block-disclaimer{
      margin:0 0 10px 0;
      padding:0;
      font-size:10px;
      text-transform:uppercase;
      color:#666;
      font-family:Arial,sans-serif; 
  }
  
  .ad-block .ad-block-img-wrap{
      display:block;
      margin:0 15px 15px 0;
      padding:2px;
      background:#fff;
      width:72px;
      height:72px;
      float:left;
      border:solid 1px #ccc; 
  }
  
  .ad-block .ad-block-img-wrap img{
      display:block;
      margin:0;
      padding:0;
      width:100%;
      height:auto; 
  }
  
  .ad-block h1{
      margin:0 0 5px 0;
      padding:0;
      font-size:18px;
      font-family:Georgia, serif;
      font-weight:bold;
      line-height:1.3;
      color:#191b28; 
   clear:none;
  }
  
  .ad-block h2{
      margin:0;
      padding:0;
      font-size:13px;
      font-family:Arial,sans-serif;
      font-weight:bold; 
      line-height:1.3;
      color:#666;
      margin-bottom:5px;
   clear:none;
  }
  
  .ad-block h3{
      margin:0;
      padding:0;
      font-size:10px;
      font-family:Arial,sans-serif;
      font-weight:normal;
      line-height:1.3;
      margin-bottom:5px;
      text-transform:uppercase;
      color:#000; 
   clear:none;
  }
  
 
  .ad-block p.ad-block-text{
      clear:left;
      margin:0;
      padding:0;
      font-size:10px;
	  text-transform:uppercase;
      font-family:Arial,sans-serif;
      font-weight:normal;
      text-align:center;
      line-height:1.3;
      margin-bottom:5px;
      color:#000; 
  }
  
  .ad-block p.ad-block-cta{
      margin:0;
      padding:0;
      font-size:12px;
      font-family:Georgia, serif;
      font-weight:normal;
      text-align:center;
      line-height:1.3;
      font-weight:bold; 
  }
  
  .ad-block p.ad-block-cta a{
      display:block;
      width:calc(100% - 40px);
      text-align:center;
      padding:15px 20px;
      background-color:#3ba344;
      color:#fff;
      text-decoration:none;
      margin-top:5px;
      border-radius:6px;
      font-family:Arial,sans-serif;
      font-weight:bold; 
  }
  
  .ad-block p.ad-block-cta a:hover{
      text-decoration:none; 
   color:#FFF;
  }
  
  .ad-block .ad-block-form-wrapper{
      margin-top:20px;
      padding-top:20px;
      border-top:solid 1px #ccc;
  }
  
  .ad-block .ad-block-form-wrapper .get-help-icon{
      float:left;
      width:50px;
  }
  
  .ad-block .ad-block-form-wrapper .get-help-text{
      float:left;
      width:calc(100% - 50px);
  }
  
  .ad-block .ad-block-form-wrapper i.fa{
      padding:10px;
      color:#fff;
      background:#191b28;
      border-radius:50%;
  }
  
  .ad-block .ad-block-form-wrapper form{
      padding:20px 0;
  }
  
  button,
   input,
   optgroup,
   select,
   textarea {
     color: inherit;
     font: inherit;
     margin: 0;
   }
  
  .ad-block .ad-block-form-wrapper form .form-group{
      width:100%;
      margin-bottom:10px;
  }
  
  .ad-block .ad-block-form-wrapper form .form-group label{
      display:none;
  }
  
  .form-control {
     display: block;
     width: 100%;
     width:calc(100% - 26px);
     height: 34px;
     padding: 3px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #ABABAB;
     background-color: #ffffff;
     background-image: none;
     border: 1px solid #cccccc;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   }
   
   .form-control:focus {
     border-color: #66afe9;
     color: #555555;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
   }
   .form-control::-moz-placeholder {
     color: #ABABAB !important;

   }
   .form-control::-ms-input-placeholder {
     color: #ABABAB !important;
   }
   .form-control::-webkit-input-placeholder {
     color: #ABABAB !important;
   }
   .form-control::-ms-expand {
     border: 0;
     background-color: transparent;
   }
   select.form-control {
	   width: 100% !important;
	   height: 26px !important;
   }
   .widget_case_description {
	   width: 100%;
   }
  
  .ad-block .ad-block-form-wrapper form .form-group input[type="text"]{
      
  }
  
  .ad-block .ad-block-form-wrapper form .form-group .checkbox {
     position: relative;
     display: block;
     margin-top: 10px;
     margin-bottom: 10px;
   }
  
  .ad-block .ad-block-form-wrapper form .form-group .checkbox input[type="checkbox"]{
     position: absolute;
     margin-left: -20px;
     margin-top: 4px \9;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0;
   }
   
   .ad-block .ad-block-form-wrapper form .form-group .checkbox label{
     display:block;
     min-height: 20px;
     padding-left: 20px;
     margin-bottom: 0;
     font-weight: normal;
     cursor: pointer;
     font-size:10px;
     font-family:Arial,sans-serif;
     font-weight:normal;
     line-height:1.3;
     margin-bottom:5px;
     text-transform:uppercase;
     color:#000; 
     clear:none;
   }
  
  .ad-block .ad-block-form-wrapper form .form-group textarea{
      height:150px;
  }
  
  .ad-block .ad-block-form-wrapper form button[type="submit"]{
      width: 100%;
      -webkit-appearance: button;
      cursor: pointer;
      display:block;
      text-align:center;
      padding:15px 20px;
      background-color:#3ba344;
      color:#fff;
      text-decoration:none;
      margin-top:5px;
      border-radius:6px;
      font-family:Arial,sans-serif;
      font-weight:bold;
  }
  
  .btn {
     display: inline-block;
     margin-bottom: 0;
     font-weight: normal;
     text-align: center;
     vertical-align: middle;
     -ms-touch-action: manipulation;
         touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     border-radius: 4px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
   }
   .btn:focus,
   .btn:active:focus,
   .btn.active:focus,
   .btn.focus,
   .btn:active.focus,
   .btn.active.focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
   }
   .btn:hover,
   .btn:focus,
   .btn.focus {
     color: #333333;
     text-decoration: none;
   }
   .btn:active,
   .btn.active {
     outline: 0;
     background-image: none;
     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   }
   .btn.disabled,
   .btn[disabled],
   fieldset[disabled] .btn {
     cursor: not-allowed;
     opacity: 0.65;
     filter: alpha(opacity=65);
     -webkit-box-shadow: none;
     box-shadow: none;
   }
   
/* ----------------------------------------
    LAWYERS
   ---------------------------------------- */
	.lawyers-state-nav{
	margin-bottom:40px;
	padding:20px 0 30px;
	border-top:solid 1px #e9e9e9; 
	border-bottom:solid 1px #e9e9e9;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	}
	
	.lawyers-state-nav h2{
	font-size:18px;
	margin-bottom:10px;
	width:100%;
	}
	
	.lawyers-state-nav .btn{
	display:inline-block;
	text-align:left;
	padding: 5px 0;
	margin:0;
	min-width:190px;
	}
	
	.lawyers-state{
	margin-bottom:40px;
	position:relative;   
	}
	
	.lawyers-state-name{
	font-size:18px;
	line-height:24px;
	color: #0B91EA;  
	}
	
	.back-to-top{
	display:block;
	position:absolute;
	right:0;
	top:0;  
	}
	
	.lawyer{
	position:relative;
	margin:5px 0;
	padding:20px;
	border:solid 1px #e9e9e9;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap; 
	}
  
	.lawyer-img > img {
		margin: 0;
		/* height: 145px; */
		width: 220px;
		margin-right: 30px;
	    padding: 5px;
	    background-color: #F0F0F1;
	}
  
	.lawyer-img a img.alignleft{
		margin-top:0;  
	}
  
	.lawyer-details{
	  width:calc(80% - 40px);
	}
	
	.lawyer-details-header{
	  
	}
	
	.lawyer-details-header h3{
	font-size:24px;
	color: #0B91EA;
	margin-bottom:8px;   
	}
	
	.lawyer-details-header .lawyer-firm-info{
	color:#666;
	font-size:14px;   
	}
	
	.lawyer-details-content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	}
	
	.lawyer-info{
	width:30%;
	padding:20px 20px 20px 0;  
	}
	
	.lawyer-info .fa{
	display:block;
	width: 20px;
	height:20px;
	line-height:20px;
	text-align:center; 
	font-size:20px;
	position:absolute;
	top:0;
	left:0; 
	}
	
	.lawyer-info .lawyer-phone{
	margin-bottom:10px;
	position:relative;
	padding-left: 30px;
	}
	
	.lawyer-info .lawyer-phone .fa{
	top:3px;
	}
	
	.lawyer-info .lawyer-address{
	position:relative;
	padding-left: 30px;
	}
	
	.lawyer-features{
	width:70%;
	padding:20px;  
	}
	
	.lawyer-features ul li{
	position:relative;
	line-height:18px;
	margin-bottom:8px;
	padding-left:20px;  
	}
	
	.lawyer-features ul li:before{
	content:'';
	display:block;
	width:10px;
	height:10px;
	background: #0B91EA;
	position:absolute;
	top:4px;
	left:0; 
	}
	
	.lawyer-contact{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0;
	padding:0;  
	}
	
	.lawyer-contact li{
	display:block;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	margin:0; 
	}
	
	.lawyer-contact li a{
	display:block;
	width:calc(100% - 24px);
	margin:2px;
	padding:10px;
	font-size:16px;
	line-height:16px;
	color: #0B91EA;
	text-align:center;
	}
	
	div.lawyer-details-header > a.lawyer-firm:link, 
	div.lawyer-details-header > a.lawyer-firm:active, 
	div.lawyer-details-header > a.lawyer-firm:visited {
		text-decoration: none !important;
		-webkit-transition:color .3s ease-in-out !important;
		transition: color .3s ease-in-out !important;
	}

	div.lawyer-details-header > h3.lawyer-firm > a:link {
		-webkit-transition:color .3s ease-in-out !important;
		transition: color .3s ease-in-out !important;
	}
	
	div.lawyer-details-header > h3.lawyer-firm > a:hover, .lawyer-contact li a:hover{
	text-decoration:none !important;
	color: #444 !important;
	-webkit-transition:color .3s ease-in-out !important;
	transition: color .3s ease-in-out !important;
	}
	
	.lawyer-contact .fa{
	display:inline-block;
	margin-right:10px;
	}
	
	.lawyer-contact .website a{
	margin-left:0; 
	}
	
	.lawyer-contact .email a{ 
	}
	
	.lawyer-contact .profile a{
	margin-right:0; 
	}
  
  @media (max-width:800px){
    .lawyer-details-content{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column; 
    }
    
    .lawyer-info{
        width:100%;
        padding:10px;  
      }
      
    .lawyer-features{
        width:100%;
        padding:10px;  
      }
  }
  
  @media (max-width:600px){
    .lawyer{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;

            -ms-flex-direction:column;
                flex-direction:column; 
    }
    
    .lawyer-img{
        width:100%;
        padding:0px;  
      }
      
    .lawyer-details{
        width:100%;
        padding:10px;  
      }
      
    .lawyer-contact{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;  
      }
      
    .lawyer-contact li a{
        text-align:left;  
      }
  }
  
/* ----------------------------------------
    LAWYERS PROFILE - SIDEBAR LAYOUT
   ---------------------------------------- */
   
.profile-columnsContainer { 
	position: relative; 
	margin: .5em; 
}

.profile-leftColumn, .profile-rightColumn {  
	border: 0px solid  #ccc; 
	padding: 1.25em; 
	line-height: 1.714285714;
}

.leftColumn { 
	margin-bottom: .5em; 
}
   
   
/* MEDIA QUERIES */
@media screen and (min-width: 960px ) {
	.profile-leftColumn { 
		margin-right: 19.5em; 
	}

	.profile-rightColumn { 
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 18.75em; 
	}   
}

/* ----------------------------------------
    LAWYERS PROFILE - CONTACT LAYOUT
   ---------------------------------------- */
   
.contact-columnsContainer { 
    position: relative;
    margin: .5em;
	display: inline-block;
	width: 100%;
	/* min-height: 650px; */
}
.contact-rightColumn, .contact-leftColumn {  
	border: 0px solid  #ccc; 
	/*padding: 1.25em;*/
	padding: 0;
}
.contact-rightColumn { 
	margin-bottom: .5em; 
}
.contact-leftColumn > .entry-content > .lawyer {
	border: 0;
	padding: 0;
}
div.contact-leftColumn > div > div > div.lawyer-img.excerpt-thumb {
	margin: 0 auto;
	width: 100%;
}
div.contact-leftColumn > div > div > div.lawyer-img.excerpt-thumb > img {
	margin-right: 0;
	padding: 5px;
	background-color: #F0F0F1;
	width: 100%;
}
div.contact-leftColumn > div > div > div.lawyer-details > div.lawyer-details-header > h3 {
	margin-top: 25px !important;
	font-size: 20px !important;
}
div.contact-leftColumn div.lawyer-details {
	width: 100%;
}
div.contact-leftColumn div.lawyer {
	margin-top: 0;
}
div.contact-leftColumn div.lawyer-details-content {
	display: block;
}
div.contact-leftColumn div.lawyer-info {
	padding-bottom: 0;
}
div.contact-leftColumn div.lawyer-info, div.contact-leftColumn div.lawyer-features {
	width: 100%;
}
div.contact-leftColumn div.lawyer-features ul li {
	margin-left: 0;
	margin-bottom: 25px;
}
div.contact-rightColumn > #nav_menu-14 {
	max-width: 100% !important;
	width: 100%;
	border: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .contact-rightColumn { 
	  margin-left: 19.5em; 
	}

	.contact-leftColumn { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 18.75em; 
	}   
}
   
  
/* ----------------------------------------
    LAWYERS PROFILE
   ---------------------------------------- */
   
   .lawyer-profile-header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        /* -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center; */
        overflow: visible;
        background-color: #F0F0F1;
        padding: 10px;
   }
  
  .lawyer-profile-consult {
	text-align: center;
	float: none;
	clear: both;
	padding: 10px 0;
	max-width: 760px;
	font-size: 14px;
	margin: 50px 0 -50px;
  }
  
  div.lawyer-desc > div.lawyer-profile-consult {
	  margin: 50px 0 0 !important;
  }
  
  .lawyer-profile-consult > p > a {
	  font-size: 14px;
  }

  .lawyer-profile-consult > p > a.btn-primary:link,
  .lawyer-profile-consult > p > a.btn-primary:visited,
  .lawyer-profile-consult > p > a.btn-primary:active {
	  background-color: #308945 !important;
	  border-color: #277339 !important;
		-webkit-transition:all .3s ease-in-out;
		transition: all .3s ease-in-out; 
		font-weight: 700;
		font-size: 16px;
  }
  
	.lawyer-profile-consult > p > a.btn-primary:hover {
		background-color: #277339 !important;
		-webkit-transition:all .3s ease-in-out;
		transition: all .3s ease-in-out;  
	}
  
  .lawyer-profile-info {
    -webkit-box-flex:2;
        -ms-flex:2;
            flex:2;
    padding: 0px 20px;
    font-size: 13px;
    margin-right: 30px;
  }

  .lawyer-profile-header > .lawyer-img.excerpt-thumb > img {
    margin-right: 0;
    padding: 5px;
    background-color: white;
  }
  
  .lawyer-profile-info > p {
	  margin-bottom: 0;
  }
  
   .lawyer-profile-info .lawyer-img{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    padding:20px 20px 20px 0;
  }
  
  .lawyer-map {
    position:relative; 
  }
  
  .lawyer-map iframe {
    width:100%;
    height:300px;
    position: relative;
  }
  
  .lawer-profile-info {
	  font-size: 14px !important;
	  padding-left: 0 !important;
  }

  .lawyer-profile-info .fa {
    display:block;
    width: 20px;
    height:20px;
    line-height:20px;
    text-align:center; 
    font-size:20px;
    position:absolute;
    top:0;
    left:0; 
  }
  
  .lawyer-profile-info .lawyer-phone {
    margin-bottom:10px;
    position:relative;
  }
  
  .lawyer-profile-info .lawyer-phone .fa {
    top:10px;
  }
  
  .lawyer-profile-info .lawyer-address {
    line-height:18px;
    position:relative;
  }
  
  .lawyer-profile-header > .lawyer-profile-info > p > span {
		display: none;
	}
  
  .entry-content .lawyer-profile-header .website {
	  font-size: 14px;
	  padding-left: 0 !important;
  }
  
  .lawyer-profile-features {
    width:100%;
    padding:0;  
  }
  
  .lawyer-profile-features ul {
    list-style:none; 
  }
  
  .lawyer-profile-features ul li {
    position:relative;
    line-height:18px;
    margin-bottom:8px;
    padding-left:20px;  
  }
  
  .lawyer-profile-features ul li:before {
    content:'';
    display:block;
    width:10px;
    height:10px;
    background: #0B91EA;
    position:absolute;
    top:4px;
    left:0; 
  }
  
  .lawyer-desc > h1.profile-heading {
	  border-bottom: 5px solid #F0F0F1;
	  margin-top: 50px;
	  color: #19465B;
  }
  
  .lawyer-section {
	  margin-top: 15px;
  }
  
  .mobile-profile {
	  display: none;
  }
   
/* ----------------------------------------
    LAWYERS CONTACT FORM
   ---------------------------------------- */
  
.frmContactSidebar .form-group {
    margin-bottom:10px;
}
  
.frmContactSidebar label {
    display:block;
}

.frmContactSidebar textarea {
    min-height:200px;
}

.frmContactSidebar .required {
    color:red;
}
   

/* ----------------------------------------
    LAWYERS PROFILE - SECTION COLUMN LAYOUTS
   ---------------------------------------- */

/* 1 column: 320px */
.lawyer-autowide {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.lawyer-autowide p {
	margin: 0 0 10px;
}
.lawyer-heading-row {
	background-color: #F0F0F1;
	height: 28px;
	text-indent: 10px;
}
.lawyer-autowide img {
	float: left;
	margin: 0 .75rem 0 0;
}
.lawyer-autowide .lawyer-module, .lawyer-autowide .lawyer-module-two {
	border-radius: .25rem;
	margin-bottom: 1rem;
	font-style: italic;
}
.lawyer-autowide .lawyer-module p {
	padding: .25rem .75rem;
}
.mobile-divide {
	background-color: #F0F0F1;
	width: 75%;
	margin: 15px auto;
}
.lawyer-section .lawyer-autowide:last-child hr {
	display:none
}

/* 2 columns: 480px */
@media screen and (min-width: 480px) {
  .lawyer-autowide .lawyer-module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.lawyer-autowide .lawyer-module:nth-child(2n+0) {
		margin-right: 0 !important;
	}
}

/* 3 columns: 600px */
@media screen and (min-width: 600px) {

	.lawyer-autowide .lawyer-module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
}

/* 4 columns: 768px and up */
@media screen and (min-width: 768px) {
	.lawyer-autowide {
		font-size: inherit;
	}
	.lawyer-autowide .lawyer-module {
		width: 23.076923076923077%;
	}
	.lawyer-autowide .lawyer-module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.lawyer-autowide .lawyer-module:nth-child(2n+0) {
		margin-right: 2.564102564102564% !important;
	}
	.lawyer-autowide .lawyer-module:nth-child(4n+0) {
		margin-right: 0 !important;
	}
	
    .lawyer-autowide .lawyer-module-two {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.lawyer-autowide .lawyer-module-two:nth-child(2n+0) {
		margin-right: 0 !important;
	}
	.mobile-divide {
		display: none;
	}
}

/* ----------------------------------------
    LAWYER PROFILE - LEARN MORE
   ---------------------------------------- */
   
.learnmore-items {
	overflow: hidden; /* simple clearfix */
}
.learnmore-items .learnmore-item {
	float: left;
	width: 33%;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
}

@media screen and (max-width: 420px) {
	.learnmore-items .learnmore-item {
		width: 100%;
	}
}

@media screen and (max-width: 940px) {
	.learnmore-items .learnmore-item {
		width: 50%;
	}
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


/* for 700px or less */
@media screen and (max-width: 600px) {

	#learn-more-col1 {
		width: auto;
		float: none;
	}
	
	#learn-more-col2 {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#learn-more-col3 {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#learn-more-col3 {
		display: none;
	}

}

/* ----------------------------------------
    JUMP AD
   ---------------------------------------- */
.lawyer-jump {
  padding: 25px;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
  background: #0B91EA;
  box-shadow: inset 0 0 0 5px #fff;
  overflow: hidden;
  display: flex;
  min-height: 150px;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  text-align: center;
}
.lawyer-jump > * {
  padding: 0;
  margin: 0;
  flex-basis: 100%;
  text-align: center;
}
.lawyer-jump p {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.lawyer-jump h1, .lawyer-jump h2, .lawyer-jump h3, .lawyer-jump h4, .lawyer-jump h5, .lawyer-jump h6 {
  color: #fff;
}
.lawyer-jump h3 {
  position: relative;
  display: block;
  width: auto;
  float: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  background: url(img/chat.png) no-repeat top left;
  text-align: left;
  background-size: 50px;
  padding: 3px 0 0 65px;
  margin-bottom: 20px;
}
.lawyer-jump h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 670px) {
  article .lawyer-jump h3 {
    background: url(img/chat.png) no-repeat top center;
    text-align: left;
    background-size: 50px;
    padding: 55px 0 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1170px) {
  article .lawyer-jump h3 {
    background: url(img/chat.png) no-repeat top left;
    text-align: left;
    background-size: 50px;
    padding: 3px 0 0 65px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1170px) {
  article .lawyer-jump {
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  article .lawyer-jump > * {
    flex-basis: 50%;
  }
  article .lawyer-jump > *:first-of-type {
    padding-right: 15px;
  }
  article .lawyer-jump > *:last-of-type {
    padding-left: 15px;
  }
}
.lawyer-jump a.btn.primary {
  background-color: #444;
  color: #fff;
}


.widget-area .widget .lawyer-jump a.btn-primary:link,
.widget-area .widget .lawyer-jump a.btn-primary:visited,
.widget-area .widget .lawyer-jump a.btn-primary:active,
.lawyer-jump a.btn-primary{
    background-color:#444;
    color: #fff; 
}

.widget-area .widget .lawyer-jump a.btn-primary:hover,
.lawyer-jump a.btn-primary:hover{
    
    background-color:#fff;
    color: #0B91EA;
}

.lawyer-jump.mobile{
    display:none;
    width:calc(100% - 28px);
    margin:0 14px;
}
   
   

/* ----------------------------------------
    BUTTONS
   ---------------------------------------- */

.btn-lg{
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;   
}

.widget-area .widget a.btn-primary,
.btn-primary{
    color: #fff;
    background-color: #0B91EA;
    border-color: #0B91EA;  
}

.widget-area .widget a.btn-primary:link, .btn-primary:link, 
.widget-area .widget a.btn-primary:visited, .btn-primary:visited, 
.widget-area .widget a.btn-primary:active, .btn-primary:active{
    color: #fff;
    background-color: #0B91EA;
    border-color: #0B91EA;  
}

.widget-area .widget a.btn-primary:hover,
.btn-primary:hover{
    color: #fff;
    background-color: #444;
    border-color: #444;
    -webkit-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;  
}
.author-avatar img {
	max-width:100%;
	border-radius:50%;
}

.lawyers-state h2 {
	margin-top:12px;
}

.lawyers-state-nav .btn {
	font-size:16px;
}
@media screen and (max-width: 1040px) {
	
	#searchsubmit {
    margin-left: 0px;
	}
}

@media screen and (max-width: 960px) {
	.site-header h1 a {
		width: 250px;
	}
	.themonic-nav #menu-top li {
		padding: 15px 5px 90px;
	}
	.themonic-nav  #menu-top > li a {
		font-size: 12px;
	}
	#site-navigation {
		margin-right: 10px !important;
	}
	#nav_menu-14 > p:before {
		position: relative;
	    top: 10px;
	}
	.lawyer-profile-header > .lawyer-map {
		display: none;
	}
	.lawyer-profile-header > .lawyer-profile-info > p > span {
		display: block;
	}
	.lawyer-profile-info {
		/* min-width: 100% !important;
		max-width: auto !important;
		height: 215px;
		padding: 0 !important;
		margin-right: 0 !important;
		font-size: 12px; */
	}
	.lawyer-profile-info > p {
		/* padding: 20px; */
	}
	.lawyer-profile-header {
		/* display: block; */
		height: auto;
	}
	.lawyer-profile-header > .lawyer-img.excerpt-thumb > img {
		/* height: 215px !important;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
		padding-right: 30px; */
	}
}

@media screen and (max-width: 768px) {
  
    .js .selectnav { 
		display: inline-block; 
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul, .nav-menu li {
		display: none;
	}
	.themonic-nav ul {
		display: none;
    }
	.themonic-nav li a, .themonic-nav li {
		display: none;
    }
    .themonic-nav {
	    height: auto;
    }
	.menu-topnavbar-container {
		width: 250px;
	}
    select.selectnav {
	    width: 180px;
	    margin-right: 50px;
	    float: right;
	    padding: 3px 0 5px 3px;
	    text-indent: 10px;
	    margin-top: 9px;
    }
	.themonic-nav #menu-top {
		height: auto;
	}
	.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
		display: none;
	}
	.socialmedia {
	    display:none;
	}
	.site-header {
	  text-align: center;
	  height: auto;
	  border:none;
  	}
	.link-comments{display:none;}
	.entry-header .entry-title {
	    margin-top: 20px;
	}
	.wrapper {
	    border: none;
	}
	#trending-nav {
		display: none;
	}
	#nav_menu-14 > p:before {
		margin-left: -43px;
		top: 0;
	}
	#nav_menu-14 > p {
		padding-top: 20px;
		margin-left: 50px;
	}
	.lawyer-heading-row {
		display: none;
	}
	
}

@media screen and (max-width: 640px) {
	
	.site-header {
		height: 120px;
	}
	.site-header h1 {
		margin: 0 auto;
	}
	#site-navigation {
		width: 100%;
		margin: 0 auto;
		margin-left: 20px;
		margin-right: 20px !important;
		top: -10px;
	}
	.menu-topnavbar-container {
		width: 100%;
	}
	select.selectnav {
		margin-right: 0px;
		width: 100%;
	}
	.sb-search {
	    width: 100%;
	    margin-top: 15px;
	    display: none;
	}
	.sb-icon-search {
		background: #3093E7;
	}
	.breadcrumb {
		display: none;
	}
	.lawyer-profile-header {
		height: auto;
	}
	.lawyer-profile-header > .lawyer-img.excerpt-thumb > img {
		display: none;
	}
	.lawyer-profile-header > .lawyer-img.excerpt-thumb > img {
		
	}
	.lawyer-profile-info {
		height: auto;
	}
	.lawyer-profile-info > p {
		
	}
	.lawyer-profile-consult {
		padding-top: 30px;
	}
	.mobile-profile {
		display: block;
		height: 170px;
		text-align: center;
		background-color: #F0F0F1;
		padding: 20px;
	}
	.mobile-profile > img {
		margin: 0;
		float: none;
		padding: 5px;
		background-color: white;
	}
	.mobile-profile > .lawyer-map {
		display: block;
	}
	.mobile-profile > .lawyer-map iframe {
		display: block;
		width: 50%;
		height: 250px;
		float: right;
		top: 0;
	}
}

@media screen and (max-width: 480px) {

	.site-header {
		border:none;
	}
	.entry-header .entry-title {
	    font-size: 18px;
	}
}

/* =Media queries

-------------------------------------------------------------- */
/* ---------------------------------------------------------------
 * MOBILE CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */
/* Minimum width of 768pixels. */
@media screen and (min-width: 768px) {

	.author-avatar {
		float: left;
		margin-top: 8px;
		width:25%;
	}
	.author-avatar img {
		max-width:100%;
		border-radius:50%;
	}
	.author-description {
		float: right;
		width: 75%;
	}
	.site {
		margin: 0 auto;
		max-width: 1280px;
		overflow: hidden;
	}
	.site-content {
	border-right: 0px solid #F1F1F1;
    float: left;
    margin: 0px 1%;
    padding: 30px 1% 0 1%;
    width: 98% !important
	}
	.home-content {
		width: calc(100% - 364px)!important;
		border-right: 1px solid #F1F1F1 !important;
		padding: 30px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content,
    body.post-type-archive-tw_lawyers .site-content,
    body.single-tw_lawyers .site-content{
		width: 96%;
	}
		
	.widget-area {
    float: left;
    margin: 24px 0;
    width: 328px;
		
	}

	.themonic-nav ul.nav-menu,
	.themonic-nav div.nav-menu > ul {
	
	}
	.themonic-nav ul {
		
	}
	.themonic-nav li a, 
	.themonic-nav li {
		
	}
	.themonic-nav li a {
		
	}
	.themonic-nav li a:hover {
		
	}
	.themonic-nav li {
		
	}

	.themonic-nav li ul {
		
	}
	.themonic-nav li ul ul {
		
	}
	.themonic-nav ul li:hover > ul {
		
	}
	.themonic-nav li ul li a {
		
	}
	
	.themonic-nav li ul li a:hover {
		
	}
	
	.themonic-nav .current-menu-item > a,
	.themonic-nav .current-menu-ancestor > a,
	.themonic-nav .current_page_item > a,
	.themonic-nav .current_page_ancestor > a {
		    
	}
	
	.entry-header .entry-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		padding-left: 10px;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
		background:url(img/bg.jpg) left 560px #e6e6e6;
	}
	body .site {
		padding: 24px 24px 0;
		margin-bottom: 24px;
		}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 10px;
		margin-bottom: 0;
		box-shadow: none;
	}
	
}
/* iPad fix*/
@media screen and (max-width: 768px) {

.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul, .themonic-nav li {
    background: none;
    border-bottom: none;
    border-top: none;
    display: none;
    }
}