@charset "utf-8";

/*
Theme Name:     b0000471 - Comm Law Blog
Theme URI:      http://lexblog.com
Description:    Child theme for the LXB Parent Theme 1.3
Author:         Angelo Carosio
Template:       lxb-parent-theme-1.3
Version:        1.3.1
*/


@import url("../lxb-parent-theme-1.3/style.css");

/*========================================================================================
UNIVERSALS
========================================================================================*/

body, 
input, 
select, 
[class^="icon-"] a, 
[class*=" icon-"] a {
	font-size: 15px;
	line-height: 1.45em;
	font-family: helvetica, arial, sans-serif;
	color: #373737;
}

* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

.menu-toggle,
#wpadminbar, 
.main-navigation li:hover:before,
a, 
a span,
.sub-menu,
input {
	transition-property: opacity, left, top, height, width, padding, color, background-color;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

*:focus {
	outline: 0px;
}

.hide-text {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	padding: 0;
}

.clear_div {clear: both;}

body {
	font-size: 14px;
	line-height: 1.4em;
}

.arrow { font-family: 'lucida-sans-unicode;' }

a {
	color: #336699;
}

a:hover {
	color: #a8263a;
}

.sidebar .widget a {}
.sidebar .widget a:hover {}

button,
input,
select,
textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #2f2833;	
}

input [type="submit"] {
	background-color: #336699;
	color: #fff;
}

#ie7 * {zoom: 1}


/*========================================================================================
FRAME
========================================================================================*/

body {
	background: #d5d5d5;
}

/*full-width header & footer w/980 box for content*/

body,
.blog-wrapper,
.blog-footer,
.blog-header,
.colophon {
	box-shadow: none;
	margin: 0 auto; 
	width: 100%;
	max-width: 100%; 
	clear: both;
}

.blog-header-inner-wrapper,
.super_header_inner_wrapper,
.main-wrapper, .blog-footer-inner-wrapper, 
.colophon-inner-wrapper, 
.sub-colophon-inner-wrapper,
.blog-footer { 
	margin: 0 auto;
	padding: 24px 0 0 0;
	max-width: 980px;
}








/**
 * =======================================================================================
 * super header
 */

.super_header {
	background: #003b5f;
	clear: both;
	font-size: 15px;
	line-height: 15px;
}

.super_header_first {
	position: relative;
}
	
.super_header_inner_wrapper {
	padding: 20px 0 0 0;
}
	
.super_header a {
	color: #fff;
}

.super_header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.super_header .widget.firmname {
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-bottom: 20px;
}

.super_header .widget.topnav {
	vertical-align: middle;
	padding-bottom: 20px;
	width: 100%;
}








/* main nav */

.main-navigation {
  text-align: right;
  display: inline-block;
}

.main-navigation ul {
	padding: 0;
	text-align: right;
	display: inline-block;
}


.main-navigation ul, body .main-navigation li, body .main-navigation li a  {
	font-size: 15px;
	line-height: 31px;
	padding: 0;
	vertical-align: middle;
}

body .main-navigation li a:hover {
	color: #009ad1;
}


.main-navigation li {
	margin: 0px 40px 0 0;
	float: left;
}







/* mobile menu */

body .menu-toggle {
	color: #fff;
	padding: 0;
	font-size: 21px;
	vertical-align: top;
	display: inline-block;
	line-height: 21px;
	text-transform: none;
}

.menu-toggle i {
	font-size: 21px;
	color: #fff;
	display: inline-block;
	margin-right: 13px;
}



body .main-navigation li.menu-item-search {
	padding: 0px;
	float: right;
	position: static;
	margin: 0px;
	border: 1px solid #002841;
}

.menu-item-search .searchform {
	background: #fff;
}

.menu-item-search .searchform input[type="text"],
.menu-item-search .searchform input[type="search"], 
.menu-item-search .searchform input[type="submit"] {
	background-color: transparent;
	border: none;
	text-indent: 0;
}

.menu-item-search .searchform input[type="submit"] {
    background-position: center center;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#ie8 .menu-item-search {
	display: none;
}

#ie8 .searchform input[type="text"],
#ie8 .searchform input[type="search"] {
	padding: 4px 30px 4px 5px;
}



/*drop-down-----------------------------------------------------------------------------*/

.main-navigation .sub-menu {
background: none repeat scroll 0 0 #003B5F;
border-left: medium none;
border-right: medium none;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
height: auto;
width: auto;
margin-left: 0;
max-width: 240px;
overflow: hidden;
opacity: 1;
padding: 0 20px 0 14px;
position: absolute;
top: 32px;
z-index: 999;
transition: none;
left: 0px;
}

#ie8 .main-navigation .sub-menu {
	    overflow: hidden;
}

.main-navigation li:hover .sub-menu, .main-navigation .sub-menu li  {
	width: auto;
	height: auto;
	opacity: 1;
}

.main-navigation .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
        border: none;
    display: block;
}

.main-navigation  .sub-menu li:first-child a {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:first-child  {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:last-child a {border-left: none; border-right: none;}
.main-navigation  .sub-menu li:last-child  {border-left: none; border-right: none;}

.main-navigation  .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    font-size: 13px;
    padding: 5px 5px;
    color: #fff;
    text-align: left;
    width: 165px;
    border: none;
    line-height: normal;
}



/**
 * ======================================================================================
 * Blog header
 * ======================================================================================
 */
 
.whole-header-wrapper {
 }

.blog-header {
	background: #0086b6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwODZiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0086b6 1%, #006e9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0086b6), color-stop(100%,#006e9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0086b6 1%,#006e9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0086b6 1%,#006e9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0086b6 1%,#006e9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0086b6 1%,#006e9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086b6', endColorstr='#006e9d',GradientType=0 ); /* IE6-8 */

	font-size: 77px;
	line-height: 1;
	border-bottom: 3px solid #001825;
}

.blog-header a,
.blog-header a:hover {
	color: #fff;
}

.blog-header-inner-wrapper {
  	padding: 75px 0px 30px;
  	overflow: hidden;
}

.blog-title	{
	float: left;
}

.sameline {
	display: inline-block;
}

.blog-title a {
	display: block;
	color: #fff;
	font-size: 77px;
	line-height: 1.1em;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -9px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.blog-title a span.word_3:after {
	content:'\00AE';
	font-size: 24px;
	vertical-align: top;
	margin-left: 5px;
	line-height: 56px;
}

.blog-title a span {
  margin-right: 3px;
  position: relative;
  display: inline-block;
}


.blog-title a:hover {
	color: #fff;
}

.blog-description {
	color: #fff;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 400;
}

.lxb_base_anternate_word {
	position: relative;
	margin-left: 53px;
}

.blog-header .blog-title a .lxb_base_alternate_word {
	width: 230px;
	text-align: right;
}

.lxb_base_alternate_word:before {
	background: url(images/waves.png) no-repeat 0 0 scroll transparent;
	padding: 0px;
	display: inline-block;
	content: " ";
	position: absolute;
	height: 84px;
	width: 88px;
	top: -48px;
	left: 0;
	background-size: 100%;
}



.blog-header .firm_logo {
	float: right;
}

.blog-header .firm_logo a {
	display: block;
	background: url(images/firm-logo.png) no-repeat 0 0 scroll transparent;
	width: 349px;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
}



/* main-wrapper */

.main-wrapper {
	padding-top: 0px;
	position: relative;
	background: #fff;
	clear: both;
	margin-top: 40px;
}


.main {
	padding: 40px 60px 0px 40px;
	width: 71.223%;
}


.sidebar {
	width: 28.777%;
	padding: 40px 0px;
}











/*sidebar*/
.sidebar {
	background: #eaeaea;
}

.sidebar .widget {
	padding: 0px 40px 38px 40px;
	margin: 0;
	font-size: 13px;
	line-height: 1.45em;
}

.sidebar .widget img {
	float: none;
	padding: 0;
	margin: 0;
}

.sidebar .widget-title {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.widget-title {
	font-size: 18px;
	line-height: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.sidebar .widget:first-child {
	padding-top: 0;
}

.husch_blackwell_blogroll {
	color: #fff;
}

.sidebar .editor.widget_lxb_author_feature .photo {
	float: left;
	margin: 0 10px 10px 0;
}

.sidebar .editor.widget_lxb_author_feature .widget-title {
	margin-left: 0px;
	border: 0px;
	display: block;
	font-size: 14px;
	line-height: 1;
	text-transform: none;
	font-family: helvetica;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	clear: none;
}

.sidebar .editor-title {
	padding-bottom: 0px;
}

.sidebar .editor.widget_lxb_author_feature .author-title {
	margin-left: 0px;
	border: 0px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-family: helvetica;
	font-weight: 400;
	clear: none;
}

.husch_blackwell_blogroll #blogroll-toggle {
	overflow: hidden;
	display: block;
	background: url(images/white-firm-logo.png) no-repeat center 16px scroll #000;
	padding: 40px 0 23px;
	position: relative;
	background-size: 85.5% 12%;
}

.husch_blackwell_blogroll #blogroll-toggle span {
	display: block;
	width: 100%;
	background: #0039a6;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 9px 0;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4.2px;
	font-size: 14px;
}

.husch_blackwell_blogroll #blogroll-toggle i {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 20px;
	display: block;
	border-radius: 50%;
	background: #0039a6;
	height: 30px;
	width: 30px;
	line-height: 33px;
	text-align: center;
	color: #fff;
}

.husch_blackwell_blogroll .blogroll {
	background: #000;
	padding: 13px 12px 17px;
}

.husch_blackwell_blogroll .blogroll a {
	color: #fff;
}


/* links */

.links a {
	border-bottom: 1px solid #ddd;
}

.links a {
	padding: 6px 0;
}

.links li:first-child a {
	padding-top: 6px;
}

.links > li:first-child a {
	padding-top: 0px;
}

.links ul ul a {
	padding-top: 6px;
}



/* stay connected */

.sidebar .connect.just-icons {
	/*padding-bottom: 10px;*/
}

.connect.just-icons li.feedburner-li {
	padding-top: 15px;
}

.connect li i {
    font-size: 28px;
    width: 23px;
    text-align: left;
    margin-right: 4px;
}

.feedburner-widget-title {
	margin-bottom: 8px;
	color: #2f2833;
	display: block;
	font-size: 13px;
}

a.feedburner-widget-title:hover {
	color: #2f2833;
}

.connect li .feedburner-widget-title i, 
.connect li .feedburner-widget-title span {
	font-size: 15px;
	color: #2f2833;
	width: 1.1em;
	margin-right: 0px;
	position: relative;
}




/* sidebar input boxes */

.sidebar input[type="text"],
.feedburner input[type="email"], 
.feedburner input[type="text"], 
.searchform input[type="text"],
.feedburner input[ type="submit"] {
	position: static;
	float: none;
	width: 100%;
	text-indent: 0;
	margin: 0;
	padding: 4px 5px;
	height: auto;
	border-color: #e0e0e0;
}

.searchform input[type="text"] {
	padding-right: 30px;
}


.searchform input[type="submit"] {
  background-color: transparent;
  border: none;
  height: 15px;
  margin: 8px 10px 0 0;
  background-size: 15px 15px;
  background-position: top right;
}


.feedburner input[ type="submit"] {
	display: block;
	border: none;
	background: #c50000;
	font-size: 13px;
	line-height: 13px;
	border-radius: 3px;
	color: #fff;
	margin-top: 8px;
	padding: 13px 7px 11px;
	font-weight: 400;
	text-transform: uppercase;
}


#ie9 .feedburner input[ type="text"],
#ie9 .feedburner input[ type="email"],
#ie8 .feedburner input[ type="text"],
#ie8 .feedburner input[ type="email"] {
	text-align: 0;
	left: 0;
	padding: 2px 5px 8px;
}

#ie8 .feedburner .feedburner-widget-title span,
#ie8 .feedburner .feedburner-widget-title i {
	padding-right: 5px;
	display: inline-block;
}





/* breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}


/* post content */
article.first {
    margin-top: 0px;
}

.main .post-header {
	padding-bottom: 11px;
}

.post-title {
	font-size: 28px;
	line-height: 1.175em;
	padding-bottom: 10px;
	font-weight: 700;
}

.byline_wrap {
	font-size: 15px;
	line-height: 1.2em;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 700;
}

.post-byline {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
}

.post-categories {
	font-size: 11px;
}

.byline_wrap img {
	width: 40px;
	height: 40px;
}

.post-content {
	font-size: 15px;
	line-height: 22px;
}

.post-content img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.more-link {
	font-weight: 600;
}


/* post footer / nascar area */

.post-footer {
	padding-bottom: 8px;
	border-bottom: 1px solid #eaecec;
}

.post-tools {
	margin-bottom: 20px;
}

.post-tools a,
.post-tools i,
.post-social a,
.post-social i {
	color: #373737;
}

.post-social a, .post-social a span {
	transition: none !important;
}

.comment_link_wrap,
.post-print,
.post-social {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.comment_link_wrap i,
.post-print i,
.post-social i {
	font-size: 25px;
	line-height: 25px;
}

.comment_link_wrap,
.post-print {
	margin-right: 6px;
	border-right: 1px solid #ccc;
	padding-right: 6px;
}

.comment_link_wrap {
	margin-top: -2px;
}

.post-tags {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.post-tags a {
	text-transform: none;
}

.post-content blockquote {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	width: 100%;
	left: 0;
	margin: 40px 0;
	padding: 40px 8% 0 10%;
	border-top: 1px solid #cccccc;
}

.post-content blockquote:before {
	font-size: 90px;
	left: 0;
	top: 65px;
}

.post-content blockquote:after {
	display: none;
}



/* pagination */

.pagination {
	margin-bottom: 35px;
}

.pagination a {
	display: inline-block;
	background: #c50000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	white-space: nowrap;
	padding: 10px 12px 8px;
	border-radius: 4px;
}

.pagination i {
	font-size: 15px;
}

.pagination .prev, 
.pagination .next {
    width: auto;
}


.footer-top {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 40px;
	margin-bottom: 30px;
	font-size: 50px;
	padding: 0 40px 40px;
}

.blog-footer .footer-top a {
	color: #003b5f;
	font-size: 50px;
	letter-spacing: -6px;
	display: inline-block;
}

.blog-footer .footer-top .blog-title a span.word_3:after {
	font-size: 15px;
	vertical-align: top;
	margin-left: 2px;
	line-height: 44px;
}

.blog-footer .footer-top .blog-title a span.lxb_base_alternate_word {
	padding-left: 30px;
}

.blog-footer .footer-top .blog-title a span.lxb_base_alternate_word:before {
	display: inline-block;
	content: " ";
	position: absolute;
	height: 56px;
	width: 56px;
	top: -26px;
	left: 0;
	background-size: 100%;
	padding: 0px;
}

/*blog footer*/

.blog-footer {
	color: #373737;
	border-top: 0px;
	position: relative;
	padding-top: 0px;
}

.blog-footer .widget-title {
	font-weight: 700;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

.blog-footer-inner-wrapper {
	padding: 56px 0px 35px;
}

.blog-footer .widget {
	margin-bottom: 30px;
	clear: both;
	display: block;
	float: none;
}

.blog-footer .widget:last-child {
	margin-bottom: 0;
}


.blog-footer a.footer_blogname {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	display: block;
	color: #fff;
	display: block;
	margin-bottom: 28px;
}



/* footer-contact */

.footer-contact {
	padding: 0 0 0 40px;
	width: 30%;
	float: left;
}

.footer-contact .widget {
	max-width: 220px;
	float: left;
	clear: none;
	margin-left: 50px;
}

.footer-contact .widget:first-child {
	margin-left: 0px;
}

.blog-footer .connect li a {
	padding: 0 1px;
}

.blog-footer .widget.contact-info {
	font-size: 13px;
	line-height: 1.3em;
	display: inline-block;
}

.blog-footer .widget.contact-info .widget-title {
	color: white;
	margin-bottom: 5px;
}

.contact-info .org, .contact-info .adr {
	margin-bottom: 0px;
}


.legal {
	float: none;
	padding: 0;
}

.legal a {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 13px;
}

.legal li:after {
	content: "|";
	display: inline-block;
	color: #0039a6;
	font-size: 10px;
	margin: 0 3px;
}

.legal li:last-child:after {
	display: none;
}



/* footer-extras */

.footer-extras {
    /*overflow: hidden;
	text-align: left;
	width: 69%;
	font-size: 13px;
	line-height: 1.45em;*/
	overflow: hidden;
	text-align: left;
	width: auto;
	font-size: 13px;
	line-height: 1.45em;
	margin-right: 40px;
	display: block;
}

.footer-extras .widget {
	float: left;
}

.footer-extras .widget.about {
	float: right;
	width: 59%;
	clear: none;
}

section.widget.widget_nav_menu.legal {
	margin-left: 0px;
	position: absolute;
	bottom: 42px;
}

.footer-extras p {
	margin-bottom: 15px;
}

.footer-extras p:last-child {
	margin-bottom: 0;
}

.footer-read-more {
	text-transform: uppercase;
	display: block;
	clear: both;
}

.footer-read-more i {
	position: relative;
	top: 1px;
}


/*colophon*/

.colophon {
	font-family: Helvetica, sans-serif;
	background: #006e9d;
	height: 50px;
	color: #fff;
	padding: 0 12px 0 20px;
}

.blog-footer .colophon  .widget {
	clear: none;
}

.colophon .lexblog {
	float: right;
}

.colophon-inner-wrapper {
	overflow: hidden;
	padding: 4px 0px;
}

.widget.copyright {
	font-size: 11px;
	margin-top: 13px;
	margin-bottom: 0;
	float: left;
}




/* archives */

.grid-row {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0;
	margin: 40px auto 0;
}

.archive-header {
	border-bottom: 1px solid #dfdfdf;
	 padding-bottom: 20px;
	 margin-bottom: 40px;
}

.archive-header h1,
.archive-header h1 strong {
	font-size: 35px;
	line-height: 1.3em;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.archive-header .feed {
    display: block;
    float: none;
    font-size: 12px;
    margin-top: 12px;
    padding: 4px 0 1px 4px;
}

.archive-header .feed i {
	font-size: 15px;
	margin: 1px 5px 0 0;
	color: #0039a6;
}

.grid-row .post-header {
	padding-bottom: 10px;
}

.main .grid-row article {
	margin-bottom: 16px; 
}

.grid-row .post-title {
	padding-bottom: 0;
}

.grid-row .post-title a {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
}

.grid-row .byline_wrap {
	font-size: 10px;
	line-height: 16px;
}

.grid-row .post-byline {
}

.grid-row .post-categories {
}

.grid-row .post-content {
	font-size: 12px;
	line-height: 1.333em;
	margin-bottom: 0;
}







/* about page */
.post-content .lxb_dga_users {
	border-top: 1px solid #ccc;
}

.lxb_dga_user_social i {
	color: #2f2833;
}

.dga_link_to_website,
.dga_display_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 3px;
	display: block;
}

.post-content .authortitle {
	font-size: 13px !important;
}



body .post-content .lxb_dga_user .lxb_dga_user_social {
    margin-top: 0px;
}

body .post-content .lxb_dga_user img.photo {
    padding-bottom: 6px;
    margin: 0 0 5px 0;
}

body .post-content .lxb_dga_user  .description {
	font-size: 16px;
	line-height: 1.4em;
}



/* contact page */

.vcard_wrap div.vcard {
	font-size: 12px;
	line-height: 18px;
	margin-right: 1.5%;
}

.wpcf7-form {
	background: #efefef;
	border: 1px solid #dfdfdf;
}

body .wpcf7-form [type='submit'] {
	background: #6f87be;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 7px 40px;
	width: auto;
	font-size: 13px;
	border: 0;
}

.wpcf7-form [type='text'],
.wpcf7-form [type='email'] {
	border: 1px solid #cdcdcd;
}

.wpcf7-form textarea {
	padding: 10px;
}


article.post-9177 .post-content select {
	width: 212px;
}


/* =======================================================================================
MEDIA QUERIES
======================================================================================= */




@media screen and (max-width: 1020px ) {
	
	body .blog-footer-inner-wrapper,
	body .super_header,
	body .main-wrapper,
	body .blog-header-inner-wrapper {
	    padding-left: 20px;
	    padding-right: 20px;
	}

}

@media screen and (max-width: 1020px ) {
	body .main-wrapper {
		margin-top: 0px;
	}
}

@media screen and (max-width: 960px ) {
	body .main-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 878px ) {
	.blog-title {
		float: none;
		text-align: center;
	}

	.blog-header .blog-title a {
		display: inline-block;
	}

	.blog-header .firm_logo {
		float: none;
	}

	.blog-header .firm_logo a {
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px ) {
	html body.logged-in #wpadminbar {
		opacity: 1;
	}

	html body.logged-in #page {
		margin-top: 46px;
	}

	.super_header .logo {
		position: absolute;
		left: 20px;
		top: 22px;
	}

	.super_header a.firm_logo {
		margin-left: 0px;
	}

	.super_header_inner_wrapper {
	    padding: 12px 0 0;
		min-height: 45px;
	}

	.blog-header-inner-wrapper {	
    	padding: 80px 20px 33px 20px;
	}

	.super_header .widget.firmname {
		padding: 0 0 20px 20px;
	}
	
	.super_header .widget.topnav {
		float: none;
		display: block;
		padding-bottom: 0;
		line-height: 0px;
	}

	.blog-header .blog-title a .lxb_base_alternate_word {
		width: 234px;
	}

	.blog-title {
		float: none;
		margin-left: 0px;
	}

	.blog-title a {
		text-align: center;
		letter-spacing: -7px;
	}

	.blog-header .firm_logo {
		float: none;
	}

	.blog-header .firm_logo a {
		margin: 0 auto;
	}

	.main-navigation {
		width: 100%;
		float: none;
		clear: both;		
	}

	body .main-navigation ul {
		padding-top: 20px;
	}

	body .main-navigation li a {
		margin: 0;
  		padding: 15px 20px;
		border-bottom: 1px solid #044b77;
	}

	body .main-navigation li a.menu-open {
		border-bottom: 0px;
	}

	body .main-navigation > li:first-child a {
		border-top: 1px solid #044b77;
	}
	
	body .main-navigation li.menu-item-search {
		padding: 0px;
		display: list-item;
		border: 0px;
	}
	
	.menu-item-search .searchform input[type="text"] {
	  	padding: 6px;
	  	font-size: 15px;
	}

	.menu-item-search .searchform input[type="text"]:focus {
		outline: 0px;
	}
	
	.menu-item-search .searchform input[type="text"] {
	  	padding: 13px 5px 13px 26px;
	}
	 
	 .menu-item-search .searchform input[type="submit"] {
		margin: 0;
		background-position: center center;
		background-size: 17px 16px;
		height: 100%;
	}

	.main-navigation ul.sub-menu {
		display: block;
		width: 100%;
		position: static;
		top: 0;
		box-shadow: none;
		background: #003b5f !important;
		max-width: 100%;
		padding-left: 30px;
		padding-bottom: 8px;
	}

	.main-navigation ul.sub-menu .sub-menu-toggle {
		border-bottom: 0px;
	}

	.main-navigation ul.sub-menu li a {
		width: 100%;
		color: white;
	}

	.main-navigation ul.sub-menu li a:hover	{
		color: #009ad1;
	}

	 body .main-wrapper {
		padding: 0;
		margin-top: 0px;
	}

	body .main-wrapper .main,
	body .main-wrapper .sidebar {
		padding: 0px 0;
		border-right: none;
		border-left: none;
	}

	body .main-wrapper .sidebar {
		padding-top: 40px;
	}

	body .main-wrapper .main {
		padding: 30px 20px 40px 20px;
		margin-bottom: 40px;
	}

	.pagination {
	    margin-top: 0;
	}
	
	.main article {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.main .post-header {
	    padding-bottom: 16px;
	}
	
	.post-content blockquote {
		padding-left: 15%;
		padding-right: 0;
	}

	body .author_images_wrap {
		clear: none;
		display: inline-block;
		float: left;
		margin-top: 0;
	}


	.sidebar .widget {
		padding: 0px 20px 38px 20px
	}
	
	body .blog-footer-inner-wrapper {
	    padding: 52px 20px;
	}

	body .footer-extras,
	body .footer-contact,
	body .footer-extras .widget,
	body .footer-contact .widget {
		text-align: left;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-extras {
		padding-top: 30px;
	}

	.search .post-content .wp-post-image {
		float: left;
		margin: 0 10px 10px 0;
		clear: none;
	}

	.colophon {
		height: auto;
	}

	.blog-footer .footer-top a {
		text-align: center;
		font-size: 43px;
	}

	.blog-footer .footer-top .blog-title a span.lxb_base_alternate_word {
		padding: 0;
		background-size: 47px 47px;
	}

	.blog-footer .footer-top .blog-title a span.lxb_base_alternate_word:before {
		top: -28px;
		left: -30px;
	}

	.footer-extras .widget.about {
		float: none;
		width: 100%;
	}

	section.widget.widget_nav_menu.legal {
		position: static;
	}

}
@media screen and (max-width: 530px ) {
	.blog-title a span.word_3 {
		position: relative;
		left: 20px;
	}
}


@media screen and (max-width: 500px ) {
	body .author_images_wrap {
	    clear: both;
	    display: block;
	    float: none;
	}

	.blog-title a span.word_3 {
		position: relative;
		left: 5px;
	}

	div.blog-header-inner-wrapper {
	  padding: 60px 20px 33px 20px;
	}

	.blog-title a span {
		display: block;
	}

	.blog-header .blog-title a .lxb_base_alternate_word {
		line-height: 1;
		margin-bottom: -10px;
		text-align: center;
	}

	.blog-header .blog-title a .lxb_base_alternate_word:before {
  		left: -25px;
	}

	.blog-header .blog-title a {
		line-height: 0.8;
	}
}

@media screen and (max-width: 400px ) { 
	.blog-title a span {
		margin-right: 3px;
	}

	.blog-title a span.lxb_base_alternate_word {
		margin-bottom: -13px;
	}
}

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

	.blog-header .firm_logo a {
		width: 100%;
		background-size: 100%;
	}

	.sameline {
		display: block;
		white-space: nowrap;
	}

	.blog-title a {
		font-size: 65px;
	}

	.blog-header .blog-title a .lxb_base_alternate_word {
		width: 195px;
	}

	.lxb_base_alternate_word:before {
		background: url(images/waves.png) no-repeat 0 0 scroll transparent;
		padding: 0;
		display: inline-block;
		content: " ";
		position: absolute;
		height: 76px;
		width: 81px;
		top: -43px;
		left: -23px;
		background-size: 100%
	}
}

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

}

/* print overrides */

@media print {

	.byline_wrap .post-byline, .byline_wrap .post-categories {
		line-height: 12px;
		font-size: 12px;
		padding-bottom: 0;
		margin-bottom: 0 !important;
		text-transform: none;
	}
	
	.footer-extras,
	.footer-contact,
	.footer-top {
		display: none;
	}
	
	.whole-header-wrapper,
	.main-wrapper,
	.main,
	.sidebar {
		border: none !important;
	}
	
}
