@charset "utf-8";

/*
Theme Name:     Covington Burling 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.3
*/


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

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

body, 
input, 
select, 
[class^="icon-"] a, 
[class*=" icon-"] a,
.widget-title {
	font-size: 15px;
	line-height: 1.45em;
	font-family: georgia, times new roman, serif;
	color: #444444;
}

.firm-credit, .sidebar, .post-footer, .more-link, .pagination, .blog-footer, .topnav, input, .blog-footer .widget-title, .colophon, 
.archive-header .feed {
	font-family: arial, verdana, 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;
}


.hide-text, a.firm_logo {
	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: #007a96;
}

a:hover {
	color: #0f4859;
}

.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: #fff;
}

/*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,
.footer-top-inner-wrapper { 
	margin: 0 auto;
	padding: 24px 0 0 0;
	max-width: 1020px;
}








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

.super_header {
	overflow: hidden;
	clear: both;
	font-size: 16px;
	line-height: 16px;
	}
	
.super_header_inner_wrapper {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	
.super_header a {
	color: black;
}



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

.super_header .widget.firmname a, .blog-footer a.firm_logo {
	background: url(images/logo.png) no-repeat;
	width: 237px;
	height: 26px;
	background-size: 100%;
}


.super_header .widget.topnav {
    display: inline-block;
    float: right;
    vertical-align: top;
    padding-top: 5px;
}








/* main nav */

.main-navigation {
  width: auto;
  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: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0;
	vertical-align: top;
	color: #007a96;
}

.main-navigation li a:hover {
	color: #0f4859;
}

.main-navigation li.current-menu-item a {
	color: #0f4859;
}

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


.main-navigation li:first-child {
	margin-left: 0;
}




/* mobile menu */

body .menu-toggle {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #007a96;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

.menu-toggle i { 
display: block; 
font-size: 42px; 
color: #007a96; 
line-height: 42px; 
} 



body .main-navigation li.menu-item-search {
	background-color: white;
	padding: 13px 20px;
}

.menu-item-search .searchform,
.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: right 5px;
}

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

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






/**
 * ======================================================================================
 * Blog header
 * ======================================================================================
 */
 

.blog-header {
	background: #0f4859;
}

.blog-header-inner-wrapper {
  padding: 65px 40px 60px 0px;
}


.blog-title a {
	display: block;
	color: #fff;
	font-size: 66px;
	line-height: 1.1em;
	text-align: left;
	font-weight: normal;
}

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

.blog-description {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    font-family: 'pt-serif', georgia, serif;
}

h3.firm-credit {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    margin-top: 10px;
}

h3.firm-credit a {
	color: #8bd3f5;
}





/* main-wrapper */

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


.main {
	padding: 0px 50px 40px 0;
	width: 71.4%;
}

.sidebar {
	border-left: 1px solid #e4e4e4;
	width: 28.6%;
	padding: 0px 0 0 50px;
}











/*sidebar*/

.sidebar .widget {
	padding: 0px 0px 50px 0px;
	margin: 0;
	font-size: 15px;
	line-height: 1.45em;
}

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

.widget-title {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 1.3em;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

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

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


.sidebar .lxb_dga_users img {
	float: left;
	padding-right:10px;
	
}

.sidebar .lxb_dga_users a {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.sidebar .lxb_dga_users .authortitle {
	font-size: 13px;
	font-family: 'pt-serif';
}

.widget_lxb_author_feature {
    clear: left;
    overflow: hidden;
}

.sidebar .widget img {
    float: left;
    padding: 0;
    margin: 0 18px 0 0;

}
.widget_lxb_author_feature .widget-title  {
	clear: none;
    font-weight: 600;
    margin-bottom: 1px;
    padding-top: 9px;
    padding-bottom: 7px;

}

.sidebar .widget_lxb_author_feature.blog-authors {
	padding: 0px 0px 25px 0px;
}

.widget_lxb_author_feature .author-title {
   	margin: 0;
    clear: none;
    color: gray;
}


/* links */

.links a {
}

.links a {
	padding: 6px 0;
}



/* stay connected */

.sidebar .widget.connect {
	    text-align: center;
}

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

.connect li i {
    font-size: 36px;
    width: 36px;
    text-align: left;
    margin-right: 5px;
}

.feedburner-widget-title, .post-content .widget-title {
	margin-bottom: 8px;
	display: block;
	font-size: 15px;
	color: #444;
	line-height: 26px;
	vertical-align: middle;
}

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

.connect li .feedburner-widget-title i, 
.connect li .feedburner-widget-title span,
.post-content .widget_lxb_mct_subscribe_widget i {
	font-size: 26px;
	color: #444444;
	width: 1.1em;
	position: relative;
	padding-right: 0;
	line-height: 26px;
	vertical-align: middle;
}

.main .widget_lxb_mct_subscribe_widget input[type="email"] {
	padding-bottom: 6px;
	width: 50%;
	font-family: 'pt-serif';
}

.main .widget_lxb_mct_subscribe_widget input[type="submit"] {
    background: #6d2077;
    color: white;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 5px 10px 7px;

}





/* 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: #cbcbcb;
}

.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: #0f4859;
	font-size: 16px;
	line-height: 16px;
	border-radius: 3px;
	color: #fff;
	margin-top: 8px;
	padding: 11px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



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

#breadcrumbs i {
    font-size: 11px;
    }

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

.post-header {
}

.post-title a {

}

.post-title {
	font-size: 36px;
	line-height: 1.175em;
	padding-bottom: 5px;
	font-weight: normal;
}

.byline_wrap {
	font-size: 16px;
	line-height: 1.3em;
	font-style: italic;
}

.post-categories {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 5px;
}

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

.post-content {
	font-size: 18px;
	line-height: 30px;
}


/* post footer / nascar area */

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

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

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

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

.main .post-social.font-awesome a {
	padding-right: 8px;
}
.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 #e4e4e4;
	padding-right: 6px;
}


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


.post-content blockquote {
	font-size: 18px;
	line-height: 1.5em;
	border-top: 1px solid #e4e4e4;
	width: 100%;
	left: 0;
	margin: 40px 0;
	padding: 20px 8% 0 8%;
}

.post-content blockquote:before {
	font-size: 85px;
	left: 0;
	color: #0f4859;
	top: 45px;
	font-weight: 700;
}

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



/* pagination */
.pagination a {
	display: inline-block;
	background: #007a96;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 3px;
	padding: 10px 12px 8px;

}

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

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




/*blog footer*/


.blog-footer {
	border: none;
	color: #54585a;
	border-top: 1px solid #c4c5c5;
}


.blog-footer-inner-wrapper {
	padding: 40px 20px 40px 0px;
}

.blog-footer .widget {
	margin-bottom: 20px;
	clear: both;
	display: block;
	float: none;
	font-size: 15px;
	line-height: 1.5em;
}


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


.footer-blog-title a {
    font-size: 34px;
    color: #0f4859;
    font-weight: normal;
    font-family: georgia, times new roman, serif;
    position: absolute;
    top: 26px;
    left: 39.5%;
}

.footer-top {
	border-bottom: 1px solid #c4c5c5;
	padding-bottom: 24px;
	background: #f0f0f0;
}

.footer-top-inner-wrapper {
	position: relative;
}

.blog-footer .widget-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: none;
	text-align: left;
}




/* footer-contact */



.footer-contact{
    width: 39.5%;
}


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


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

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

.legal li:after {
	content: "|";
	display: inline-block;
	color: #007a96;
	font-size: 13px;
	margin: 0 3px;
}

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


.blog-footer .connect li a,
.blog-footer .connect li a i {
	padding: 0;
}

.blog-footer .connect li {
	font-size: 34px;
	line-height: 34px;
	
}
.blog-footer .connect li a {
	line-height: 34px;
}


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

.blog-footer .atty-ad {
	font-size: 12px;
}

/* footer-extras */

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 50%;
    font-size: 13px;
    line-height: 1.45em;
}

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



.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 {
	background: #0f4859;
	color: white;
	min-height: 60px;
}

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

.widget.copyright {
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}

a.lexblog_2014 {
    margin-top: 13px;
}


/* archives */

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

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

.archive-header h1 {
	font-size: 36px;
	color: 707070;
	font-weight: 400;
	line-height: 1.3em;
}

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

.archive-header .feed i {
	font-size: 15px;
	margin: 1px 3px 0 0;
	color: #007a96;
}

.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: 18px;
	line-height: 1.25em;
	display: block;
	color: #007a96;
}

.grid-row .post-byline {
	font-size: 13px;
	line-height: 1.2em;
}

.grid-row .post-categories {
	display: none;
}

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







/* about page */
.post-content .lxb_dga_users {
	border-top: 1px solid #e4e4ed;
	font-size: 13px;
}

.post-content .dga_link_to_email, .post-content .phone, .post-content .authortitle {
	font-size: 13px !important;
	display: block;
	margin-bottom: 5px !important;
}

.lxb_dga_user_social i {
	color: #54585a;
	font-size: 28px;
	line-height: 28px;
}

.post-content .dga_link_to_website,
.post-content .dga_display_name {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 3px;
	display: block;
}

.post-content .authortitle {
    margin-bottom: 5px !important;
}

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

.post-content .lxb_dga_user .lxb_dga_user_social a {
	margin-right: 10px;
}

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: 18px;
	line-height: 1.4em;
	display: block;
	clear: both;
}



/* contact page */

.post-content .wpcf7-form {
	background: #efefef;
	border: 1px solid #dfdfdf;
	padding: 50px;
	font-size: 16px;
	font-family: Oswald;
}

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

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

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


/* LXB TRACK FORM SUBMITS*/

.lxb_tfs_form, .lxb_tfs_form * {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

.left_inputs, .right_inputs {
    width: 47.9%;
}

.left_inputs {float: left;}
.right_inputs {float: right;}

.lxb_tfs_form {background: #efefef; padding: 15px 25px 20px; border: 1px solid #ccc;}

.lxb_tfs_form .instructions {margin-bottom: 15px; font-family: helvetica, arial, sans-serif; font-size: 11px; text-transform: uppercase; font-weight: 600;}
.lxb_tfs_form .instructions span {color: #0f4859; font-size: 16px; position: relative; top: 3px;}

.lxb_tfs_form label {display: block; font-size: 12px; }
.input_wrap {margin-bottom: 21px; height: 57px; }

.input_wrap input {
    display: block;
    margin-top: 1px;
    padding: 4px;
    width: 100%;
}

label.lxb_tfs_required:after {color: #0f4859; font-size: 16px; position: relative; top: 3px;}

.checkbox_wrap {position: relative; overflow: hidden;}

.checkbox_wrap label {
 	width: 90%;
    float: right;
    line-height: 17px;
}


.checkbox_wrap input {width: auto; }
.checkbox_wrap label,
.checkbox_wrap input {display: inline-block; position: relative; top: 23px; }

.lxb_tfs_form input[type="submit"] {
    background: none repeat scroll 0 0 #0f4859;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 24px 7px;
    text-transform: uppercase;
}

/* Author Archive */

.author .main img.photo {
    float: left;
    margin-right: 10px;
}

.author .main h1, .author .main h2 {
    clear: none;
}

.author .main .post-title {
    margin-bottom: 0;
}

.author-info .post-header {
    padding-bottom: 0;
}

.author .main .author-info {
    padding-bottom: 0;
    margin-bottom: 30px;
    
}

.author .main .author-bio {
        clear: both;
    padding-top: 5px;
}

.author article {
        border-bottom: 1px solid #d8d8d8;
}

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

@media screen and (max-width: 1650px) {
    
    .blog-description, .blog-title a {
        max-width: 640px;
    }
}

@media screen and (max-width: 1400px) {
	body .blog-header {
		background-position: 650px top;
	}
}

@media screen and (max-width: 1200px) {
	body .blog-header {
		background-position: 450px top;
	}
}

@media screen and (max-width: 1000px) {
	body .blog-header {
		background-position: 350px top;
	}
}

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

}

@media screen and (max-width: 1020px) {
#wpadminbar {
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
}

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

	.super_header_inner_wrapper {
	    padding: 20px 0px 0 0;
	}
	
	.blog-header {
		background-image: none !important;
	}

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

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

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

body .main-navigation ul {
    border-top: 1px solid #e4e4e4;
    margin-top: 5px;
}

	body .main-navigation li a {
		margin: 0;
		padding: 25px 20px;
		border-bottom: 1px solid #e4e4e4;
	}
	
	body .main-navigation li.menu-item-search {
		padding: 25px 20px;
	}
	
	.menu-item-search .searchform {
		border: 1px solid #cbcbcb;
	}
	
	.blog-title a {
    	font-size: 50px !important;
	}
	
	.blog-description {
    	font-size: 18px;
	}
	
.menu-item-search .searchform input[type="text"] {
    padding: 10px;
}
	 
.menu-item-search .searchform input[type="submit"] {
    margin: 13px 9px 0 0;
    background-position: right top;
    background-size: 17px;
    height: 17px;
}

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

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

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

	.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-bottom: 40px;
	}
	
	body .blog-footer-inner-wrapper {
	    padding: 40px 20px;
	}
	
	.footer-top {
		text-align: center;
		padding-bottom: 0;
	}
	
	.footer-top-inner-wrapper {
				padding: 30px 0 25px 0;
	}
	
	.blog-footer a.firm_logo {
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.footer-blog-title a {
	position: relative;
    text-align: center;
    left: 0;
    top: 0;
	}

	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;
	}
	
	body .footer-contact .widget {
		text-align: center;
	}

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

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

}


@media screen and (max-width: 500px ) {
	body .author_images_wrap {
	    clear: both;
	    display: block;
	    float: none;
	}
	
	.blog-title a {
		font-size: 46px;
	}
	
	.super_header .widget.firmname {
    padding: 0 0 15px 20px;
    margin-right: 0px;
}

.super_header .widget.firmname a {
	margin-left: 0;
    background-size: 75%;
    margin-top: 3px;
    }
}

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