@charset "utf-8";

/*
Theme Name:     proskauer-base
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.6
*/



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

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


body,
input,
select,
[class^="icon-"] a,
[class*=" icon-"] a {
	color: #464e58;
	font-family: arial, helvetica, sans-serif;
}

.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;
}

.searchform label,
.connect .lxb_lal_link_name,
a.logo,
.hide-text,
a.capital-logo {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	padding: 0;

}
a:hover {
	text-decoration: underline;
}

.clear_div {clear: both;}

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

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

.icon-comment,
.post-print i,
.comment_link_wrap i,
.post-social a,
.blog-footer .vcard,
a {color: #007fac;}

a:hover {color: #D14900;}

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

a:focus,
a:active {
	outline: 1px #666 dotted;
}

button,
input,
select,
textarea {
	border: 1px solid #e3e7eb;
	background: #fff;
	color: #333;
}

select {border: 1px solid #CAD1D9;}

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

#ie7 * {zoom: 1}

.main,
.home_column,
.home_slider,
.super_header {box-shadow: 0 0 6px -1px rgba(0,0,0,.3);}

body, .searchform {background: #e3e7eb;}

/* vertical spacing */
.main,
.home_column,
.home_slider {
	background: #fff;
	margin-bottom: 20px;
}

.main,
.home_column,
.home_slider,
.archive.author .author-info,
.author_loop {padding: 20px;}

.page-template-page-home-columns-php .main, .page-template-page-home-category-columns-php .main {

	background: none;
	margin-bottom: 0px;
	box-shadow: none;
}

.archive.author .main,
.page-template-page-home-columns-php .main,
.page-template-page-home-category-columns-php .main {
	padding: 0px;
}

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

body { border-top: 10px solid #626469;}

/*full-width header & footer w/970 box for content*/
body, .blog-wrapper, .blog-footer, .colophon {
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;

}

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

.mobile-header,
.blog-description {
	max-width: 970px;
}

.mobile-header,
#ie8 .blog-description {
	width: 970px;
}

.main-wrapper {
	padding-top: 0px;
	margin-top: 20px;
	overflow: visible;
	padding-bottom: 20px;
}

















/* skip link */
.skip-link {
	position: fixed;
	display: block;
	opacity: 0;
	left: 0;
	top: 0;
	color: #fff;
	background: #007fac;
}

#ie8 .skip-link {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;

}

.admin-bar .skip-link {
	top: 45px;
}

.skip-link:focus,
.skip-link:active {
	opacity: 1;
}

/* =======================================================================================
SUPER HEADER
======================================================================================= */

/*GLOBAL MENU===========================================================================*/

body .super_header {
	padding: 14px 0px;
	background: #fff;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.super_header_inner_wrapper {padding: 0 20px; }

.super_header_first {float: none; width: 100%; padding: 0;}

.super_header a.logo {
    background: url("images/logo.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    height: 34px;
    margin: 0px 5px 0px 0;
    position: relative;
    width: 190px;
    z-index: 999;
}

.super_header a.capital-logo {
    background: url("images/logo-capitalmarkets.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    height: 33px;
    margin: 0px 5px 0px 0;
    position: relative;
    width: 388px;
    z-index: 999;
}




.main-navigation {
	padding: 5px 0;
    display: inline-block;
    float: right;
    width: auto;
}

.main-navigation ul {padding-right: 0;}

.main-navigation li,
.main-navigation li a {
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}

.main-navigation li a {
	padding: 2px 17px 1px;
}

.main-navigation li a:hover {}

.menu-item[class^="icon-"]:before,
.menu-item[class*=" icon-"]:before {}

.main-navigation li ul.sub-menu li a,
.main-navigation li.current-menu-item .sub-menu li a,
.main-navigation li.lxb-base-menu-parent-item .sub-menu li.current-menu-item a {background: none;}


.main-navigation li.menu-item-search {
	width: 196px;
	max-width: auto;
	position: relative;
	border:	none;
	top: auto;
	margin-left: 17px;

}

.main-navigation li.menu-item-search:hover {background: none;}

.menu-toggle {
    border-radius: 3px;
    font-size: 23px;
    font-weight: 700;
    position: absolute !important;
    right: 2%;
    top: 24px;
}

.menu-toggle i {font-size: 25px}


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

.main-navigation .sub-menu {
    background: none repeat scroll 0 0 #e3e7eb;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    height: 0;
    left: 0px;
    margin-left: 0;
    max-width: 240px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 999;
}

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

.main-navigation .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    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;
    padding: 8px 5px;
    text-align: left;
    width: 100%;
}

.sub-menu li.current-menu-item a,
.sub-menu li a:hover {color: #000;}


.main-navigation  .sub-menu li:last-child a {
	border-bottom: none;
	padding-bottom: 10px;
}

/*simple 1px border on dropdown items
.main-navigation  .sub-menu li a {border-bottom: 1px dotted #fff;}

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

*/

/*trickier 2px 2-color border on dropdown items*/
.main-navigation  .sub-menu li a {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #aaa;
}

.main-navigation  .sub-menu li:last-child a {border-bottom: none}

.main-navigation  .sub-menu li:first-child a {border-top: none}



.main-navigation ul {
}


















/*========================================================================================
HEADER
========================================================================================*/

.blog-header,
.blog-header:after,
.blog-header .blog-title {
	min-height: 140px;
	background-repeat: no-repeat;
}

.blog-header {
	position: relative;
	vertical-align: middle;
	padding: 0;
	line-height: 1em;

}

.blog-header:after {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
	width: 200px;
	display: block;
	content: "";
}

.blog-header .blog-title  {
	min-height: 140px;
	background-color: none;
}

.blog-header .blog-title a {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
	vertical-align: middle;
	padding: 0;
	display: inline-block;
	position: absolute;
	left: 20px;

}


.feedburner form,
.searchform {
	border: 1px solid #d8dae0
}

.searchform label {
	position: absolute;
}

.feedburner input,
.searchform input {border: none; background: none;font-weight: 600;}


#ie8 .feedburner input[type='text'],
#ie8 .feedburner input[type='email'],
#ie8 .searchform input[type='text'] {padding-top: 4px;}

#ie8 .feedburner input[type='submit'] {right: 5px;}







/* Blog description */
.super_header_second_inner_wrapper {}

.blog-description {
	font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 15px;
    background-color: #464e58;
    color: #fff;
    margin-top: 1px;
    font-style: italic;
}

.mobile-header { display: none; }



/*slider*/
.home_slider {
	border-bottom: 10px solid #007fac;
}

.home_slider .bxslider li img {
	width: 44.2%;
	height: auto;
	float: right;
}

.home_slider .slide_text {
	width: 50%;
	float: left;
	padding-left: 30px;
}

.home_slider h2 {
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.home_slider .slide_byline {margin-bottom: 6px;}

.home_slider .slide_byline {font-weight: 600;}

#LatestfromLawandtheWorkplace .home_column_excerpt > a:last-child,
#PracticeAreaFocusedBlogs .home_column_excerpt > :last-child,
a.more,
a.read_more { font-size: 11px; display: block; font-weight: 600; margin-top: 10px; text-decoration: none !important; }

.bx-pager {display: none;}

body .bx-wrapper .bx-controls-direction a {
	background: #007fac;
	color: #fff;
	height: auto;
	width: auto;
	padding: 20px 6px 20px 7px;
}

.bx-controls-direction a i {
	font-size: 28px;
	font-weight: 400;
	display: block;
	line-height: 1em;
}

.bx-controls-direction a.bx-prev {left: -20px;}

.bx-controls-direction a.bx-next {right: -20px;}

.bx-controls-direction a:hover i,
.bx-controls-direction a:focus i,
.bx-controls-direction a:active i {color: #D14900;}













/*home columns*/

.home_columns:after {content: ""; clear: both;}

.home_column.half {width: 48.6%;}

.home_column.half {float: left;}

.home_column.half:nth-child(2) {float: right;}

.home_column.full {width: 100%; clear: both;}

.home_column.full:last-child {margin-bottom: 0; }

.home_column h3 {
	font-size: 16px;
	margin-bottom:20px;
	border-bottom: 3px solid #e3e7eb;
	padding-bottom: 10px;
}

.home_column h3 i {padding-right: 5px; font-size: 18px;}

.home_post {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e7eb;
}

.home_post:last-child	{margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

.home_column h4 {
	font-size: 14px;
	margin-bottom: 10px;
}



.home_column_excerpt {

}


.home_column_byline .post-byline {
	font-size: 10px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 8px;

}

h4.home_column_sub_title {margin: 0 0 4px;}

.home_column_sub_title a {color: #72777B; font-size: 10px; font-weight: 600;}

.trending-news-more-link {
	display: block;
	text-align: center;
	margin: 20px auto 0;
	padding: 20px 0 0;
	border-top: 1px solid #72777B;
	font-weight: 600;
}















/*main-wrapper*/
.sidebar {
    float: left;
    padding: 0px 0 0px;
    width: 21.79%;
    min-height: 0 !important
}

.main { width: 74.2%; float: right;}

.TweetAuthor-name {
	margin-left: 1px;
}
















/*SIDEBAR===============================================================================*/


.widget-title {
    font-weight: 600;
    line-height: 1em;
    font-size: 15px;
    margin-bottom: 13px;
}

.widget-title span.notes {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

.sidebar .widget {
	line-height: 1.36em;
	overflow: hidden;
	padding: 0 0 30px;
	margin: 0 0 30px 0;
	border-bottom: 3px solid #cad1d9;
}

.sidebar .widget:first-child {

}

.sidebar .connect li {
	display: inline;
	margin-right: 10px;
}

.sidebar .connect li i {font-size: 36px;}

.sidebar .disclaimer {
	font-size: 12px;
}



/*links*/
/*simple 1-color border*/

.links li {border-bottom: 1px dotted #c4cad0; }

.links ul ul li {border-bottom: none;}

.links li a {
	color: #464E58;
	font-size: 12px;
}

.sidebar .links li a:hover {
	color: #B64000;
}

.sidebar .connect li,
.sidebar .connect li  i {
	font-size: 24px;
	width: 24px;
	padding: 0;
	margin: 0;
}

.vertical-align a {
	line-height: 49px;
}

.connect i,
.connect .icon-rss-sign {
	color: #464e58;
}








/*feedburner*/

.feedburner .widget-title,
.feedburner-widget-title {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
}

.prosk-mailchimp {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
}

.mailchimp-disclaimer {
	font-size: 12px !important;
}

.sidebar .widget.connect {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.connect .lxb_lal_link_name {
	width: 0;
	height: 0;
	position: absolute;
}

body .feedburner,
body .feedburner form {
	margin-top: 0px;
	height: auto !important;
	min-height: auto !important;
	white-space: normal;
	border: none;
}

.feedburner form input[type='email'],
.feedburner form input[type='submit'] {
	position: static !important;
	width: 100% !important;
	clear: both;
	float: : none;
	text-indent: 0 !important;
	padding-left: 5px !important;
}

.feedburner form input[type='email'] {
	background: #fff;
	border: 1px solid #caced2;
	margin-bottom: 5px;


}

.feedburner form input[type='submit'] {

	background: rgb(80,89,100); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,89,100,1) 0%, rgba(70,77,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,89,100,1)), color-stop(100%,rgba(70,77,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,89,100,1) 0%,rgba(70,77,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,89,100,1) 0%,rgba(70,77,87,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,89,100,1) 0%,rgba(70,77,87,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,89,100,1) 0%,rgba(70,77,87,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505964', endColorstr='#464d57',GradientType=0 ); /* IE6-9 */

	color: #fff;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.2);

	line-height: 1em;
}

.prosk-feedburner {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}














/*authors widget*/

.lxb_lwp_authors_dropdown {position: relative;border: 1px solid rgba(0,0,0,.2); border-radius: 5px; padding: 12px; color: #fff;}
.lxb_lwp_authors_dropdown h3 {cursor: pointer;display: inline-block;}

.lxb_lwp_authors_dropdown i {
	position: absolute;
	right: 10px;
	top: 15px;

}

.lxb_lwp_authors_dropdown h3 a,
.lxb_lwp_authors_dropdown h3 a:hover,
.lxb_lwp_authors_dropdown ul li a,
.lxb_lwp_authors_dropdown ul li a:hover {color: #fff;}

.lxb_lwp_authors_dropdown ul {padding-top: 20px}

.lxb_lwp_authors_dropdown li {}

.lxb_lwp_authors_dropdown li {border-bottom: 1px dotted #CED5DC;}

.lxb_lwp_authors_dropdown li:last-child a {border-bottom: none;}








/* Editors Widget */
.editors img {
display: block;
margin-bottom: 10px;
}

.editors .lxb_dga_user {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.editors .lxb_dga_user:last-child {
	margin-bottom: 0;
}


.lxb_dga_user .secondaryauthorblogjobtitle,
.lxb_dga_user .authortitle,
.lxb_dga_user .authorblogjobtitle,
.lxb_dga_user .dga_link_to_website {
	display: block;
}

.lxb_dga_users .authorblogjobtitle,
.lxb_dga_users .office_location,
.lxb_dga_users .authortitle {
        font-size: 12px !important;
        line-height: 15px !important;
        margin-bottom: 5px;
}

.lxb_dga_users .dga_link_to_website {
    margin-bottom: 5px;
}




/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #e3e7eb;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.main article {padding-bottom: 20px;}

.main article.first {margin-top: 0; padding-top: 0;}

.main .post-header {padding-bottom: 20px}

.main .post-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.main .post-title a {
	color: #000;
	hyphens: none;
}

/*post header*/
.post-byline, .post-categories {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2em;
}

a.author-image-link {vertical-align: top;}

.post-categories, .post-byline, .post-social, .post-tools, .post-tags {font-weight: normal; color: #4c4e51;}

.post-categories a, .post-byline a {font-weight: 600;}

.featured-image-wrap {
	max-width: 66%;
}

.post-content {color: #4c4e51;}

.print-share {
	padding: 0 0 20px 0;
	font-size: 14.5px;
}

.post-footer {
	font-size: 11px;
	font-weight: 600;
}

.post-tools {border-bottom: 1px solid #e3e7eb;}

.post-tools a,
.post-tools i {
	color: #9e9fa2;
}

.post-tags {
	font-size: 10px;
	text-transform: uppercase;
	ine-height: 1.4em;
}

.post-tags a {
	text-transform: uppercase;
	font-size: 11px;
}

.post-content ul.no-clear {
	clear: none;
}

.post-content blockquote:before {left: 0; top: 25px;}

blockquote:before {color: #D14900;}
.orange blockquote:before {color: #D14900;}
.blue blockquote:before {color: #007fac;}

.post-content blockquote {
    left: 0;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-top: 0px;
    width: 100%;
    color: #000;
    font-size: 19px;
}


.post-content table th {
	border-bottom: 2px solid #e3e7eb;
	font-weight: 600;
}

.post-content table td {border-bottom: 1px solid #e3e7eb;}

.odd.row td {background: #efefef;}

.more-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.pad-div {
	display: none;
}

/*comments stack*/

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

.post-print .hide-text {
	height: 0;
	width: 0;
}

.post-print,
.comment_link_wrap {padding-right: 10px; margin-right: 8px; border-right: 1px solid #ccc; width: 36px; height: 24px; display: inline-block; position: relative;}

.post-print i,
.comment_link_wrap a, body .comment_link_wrap i {padding: 0; font-size: 24px;  position: absolute; left: 0; top: 0;}
.comment_link_wrap a {font-size: 12px; color: #fff; text-align: center; width: 24px;top: -1px;}

.post-tools {border-bottom: none;}

.post-footer {
border-bottom: 1px solid #ccc;
}





















/*BOTTOM==================================================================================*/

.pagination {}

.pagination a {display: inline-block; font-weight: 600; background: #ebebeb; color: #808285; padding: 10px; border-radius: 5px;}

.pagination a span {
	font-size: 18px;
	font-weight: 600;
}

.blog-footer {
	border-top: 3px solid #cad1d9;
	background: #fff;
}

.blog-footer .links li {border-bottom: 1px solid #e3e7eb}





/*footer-contact*/

.footer-contact {
	width: 21.5%;
}

.footer.blog-title {margin-right: 80px;}

.footer.blog-title .word_1 {
	margin-left: 6px;
}

.footer.blog-title .word_1, .footer.blog-title .word_2 {
	color: black;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 5px;
	display: inline-block;
}

.footer.blog-title .word_3, .footer.blog-title .word_4 {
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 900;
}

.footer_blogname a {
    font-size:15px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.footer_firmname a {
color: #464e58;
font-size: 12px;
margin-bottom: 5px;
display: block;
}


body .blog-footer .vcard_wrap {line-height: 16px;}

body .blog-footer .vcard_wrap div.vcard {
	font-size: 10px;
	margin-bottom: 0;
	text-transform: uppercase;

	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-footer .vcard:after {content: " | "; color: #ccc;}
.blog-footer .vcard:last-child:after {content: none;}

.blog-footer .connect i,
.blog-footer .connect li,
.blog-footer .connect a {padding-right: 0; padding-left: 0; margin-right: 0; margin-left: 0; width: 24px;}

.blog-footer .widget.legal {
	text-align: left;
	float: none;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
}

.blog-footer .legal a {

}









/*footer-extras*/

.footer-extras {
	width: 74%;
	float: right;
	text-align: left;
}

.contact-info .org {font-weight: 600;}

.footer-extras .widget {
    margin: 0;
    vertical-align: top;
    text-align: left;
    width: 55%;
    display: inline-block;
    padding-right: 5%;
    font-size: 11px;
    line-height: 1.4em;
    padding-bottom: 30px;
}

.footer-extras .widget:last-child {width: 45%; padding-right: 0;}


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


.footer-extras .connect li i {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.blog-footer .connect li:first-child a {
    padding-left: 0;
}

.blog-footer .connect {margin-bottom: 10px; }












/*colophon*/
.colophon-inner-wrapper {padding: 0;}
.colophon {
	background-color: #626469;
	color: #fff;
}

.colophon a {

}

.widget.copyright {
float: left;
margin: 12px 30px 10px 0px;
color: white;
font-size: 11px;
}





/* sub colophon */
a.lexblog_2014,
a.lexblog {
    margin: 10px 0 8px 30px;
    color: #fff;
}

body a.lexblog_2014 .lexblog_slogan {color: #fff;}





















/*ARCHIVE PAGE===========================================================================*/

.archive-header {border-bottom: 1px solid #e3e7eb;}

.archive-header a.feed{float: none; margin-left:0; padding-left: 0;}

.archive-header h1 strong {}

.archive-header a.feed i {font-size: 13px;}

.archive-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    padding-top: 0px;
    color: #007fac;
}

.grid-row {border-bottom: 1px solid #e3e7eb;}

.main .grid-row .post-content{
	font-size: 11px;
	line-height: 1.36em;
}

.main .grid-row {padding-bottom: 0;}

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

.main .grid-row .post-title {
	font-size: 15px;
	line-height: 16px;
}

.main .grid-row .post-title a {color: #007fac;}

.cat_description {
	font-size: 11px;
	line-height: 1.4em;
	font-style: italic;
}

.cat_description {margin-top: 12px;}

.cat_description p {margin-bottom: 12px;}

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


















/*cat icons*/

.category.archive #archive-title:before {
	content:  '\f0f6';
	font-family: "fontAwesome";
	padding-right: 5px;
	padding-left: 2px;
}








/*pages*/
body.page .main article {margin-bottom: 0; padding: 0;}













/*CONTACT PAGE===========================================================================*/
.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #e3e7eb;
}









/*SUBSCRIBE PAGE===========================================================================*/

.post-content .feedburner form {margin-bottom: 20px; padding-bottom: 5px;}

.post-content .feedburner input[type="email"] {
    padding-left: 5px !important;
}

.post-content .feedburner input {
    clear: both;
    position: static;
    text-indent: 0 !important;
    width: 100%;
}

.post-content .feedburner input[type='submit']{
	text-transform: uppercase;
}

.post-content aside .lxb_mct_subscribe_result {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-bottom: 20px !important;
    margin-top: -10px !important;
}


/*SEARCH PAGE============================================================================*/
.search .main article {
	border-bottom: 1px solid #e3e7eb;
}
















/*AUTHOR PAGE============================================================================*/
.author .main .author-info {
	border-bottom: 1px solid #e3e7eb;
	background: #007fac;
	color: #fff;
	margin-bottom: 0;
}

.author .main .author-info .post-content {
	color: #fff;
}

.author .main .author-info img {margin-right: 15px}

.author .main .author-info h2 {clear: none; font-size: 25px; margin-bottom: 18px}

.author .main .author-info a {
	color: #8ed2e6;
}

.archive.author .main article {
	border-bottom: 1px solid #e3e7eb;
}

.author-bio img {border: 5px solid #fff;}

.author_loop a.feed {
	font-weight: 600;
	font-size: 12px;
}

.author-bio .description {
margin-top: 10px;
}

.byline_wrap img {
	width: 68px;
	height: 68px;
}
.taxonomy-images-the-terms:before, .taxonomy-images-the-terms:after {
	clear: none;
}

.byline_wrap .taxonomy-images-the-terms li {
	margin: 0;
}

.byline_wrap .post-categories .category-images .taxonomy-images-the-terms img{
	width: 16px;
	height: 11px;
}



.lxb_dga_users_table .odd.row td, .post-content table.lxb_dga_users_table td {
	padding: 15px 15px 15px 0 !important;
}

.post-content .dga_link_to_email, .post-content .phone, .post-content .authortitle {
  margin-bottom: 0 !important;
}








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






@media screen and (max-width: 1000px ) {
	.admin-bar .skip-link {
		top: 0px;
	}
}

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



	body .super_header a.logo {float: none;}

	body .super_header a.capital-logo {float: none; width: 60%; background-size: 100%;}


	body .blog-header { background-image: none; }

	body .main-navigation {
		width: 100%;
		float: none;
		display: block;
		padding: 0;
	}

	body .main-navigation ul {margin-top: 15px;}

	body .main-navigation li.menu-item-search,
	body .main-navigation li {padding: 0; margin: 0;}

	.main-navigation li a {padding: 10px 0;}

	body .main-navigation li.menu-item-search {margin-top: 15px; margin-bottom: 10px;}

	.blog-header .blog-title {height: auto;}

	.blog-header, .blog-header:after {background: none; height: auto;}

	.blog-header .blog-title a {position: static; padding: 20px; font-size: 25px}

	.blog-header,
	.blog-header:after,
	.blog-header .blog-title,
	.image-below-title.blog-header,
	.image-below-title.blog-header:after,
	.image-below-title.blog-header .blog-title {
		min-height: 95px;
	}

	.mobile-header { height: auto; display: block; width: 100%; padding: 0;}

	body.page-template-page-home-columns-php .main,
	body .main-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	body .home_slider {padding: 20px 10px;}

	body .home_slider .bxslider li img {float: none; width: 100%; display: none !important;}

	.bx-wrapper {}

	.bx-wrapper .bx-controls-direction a {top: 30%;}

	.bx-controls-direction a.bx-prev {
	    left: -10px;
	}

	.bx-controls-direction a.bx-next {
	    right: -10px;
	}

	body .bx-wrapper .bx-controls-direction a {
		border-radius: 0 30px 30px 0;
		padding: 10px 12px 10px 6px;
		opacity: .4;
	}

	body .bx-wrapper .bx-controls-direction a.bx-next {
		border-radius: 30px 0px 0px 30px;
		padding: 10px 6px 10px 12px;
	}

	body .bx-wrapper .bx-controls-direction a i {
		font-size: 19px; line-height: 19px;
	}

	.home_slider .slide_text {
	    float: none;
	    padding: 20px 10px 0;
	    width: 100%;
	}

	.home_column.half {float: none; width: 100%;min-height: 0 !important;}

	body .main-wrapper .sidebar {padding-top: 20px; padding-left: 20px; padding-right: 20px;}

	.blog-footer {padding-bottom: 30px;}

	.blog-footer * {text-align: left;}


	.blog-footer .widget {display: block; width: 100%; padding-right: 0; padding-bottom: 0;}

	.footer-extras .widget,
	.footer-extras .widget:last-child {display: block; width: 100%; padding-right: 0; padding-bottom: 0;}

	body.author.archive .author-info .post-content img {float: left; margin: 0 15px 10px 0; }

	.featured-image-wrap {
		float: none;
		margin: 0 auto 20px;
		clear: both;
		text-align: center;
		max-width: 100%;
	}

	.post-content .featured-image-wrap img { margin-top: 0; }

	.post-content .lxb_dga_user img.photo {
	padding: 0;
	border: none;
	padding: 0;
	clear: both;
	float: none !important;
	margin: 0 !important;
	}

	.blog-header .blog-title a {
		background-size: 70%;
	}
}
