@charset "utf-8";

/*
Theme Name:     Perkins Coie Base Theme
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 {font-family: arial ,sans-serif;}

.blog-title, .blog-description, .widget-title, .post-title, .archive-title, .main-navigation li a, .footer-blog-title {
	font-family: arial narrow, arial, 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;
}


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

.clear_div {clear: both;}

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

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


a { color: #d6001c; }


a:hover { color: #000000; }

.post-title a {
	color: black;
}

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

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

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

#ie7 * {zoom: 1}

#ie8 .hide-gt-700px {display: none;}


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

/*full-width header & footer w/980 box for content*/
body {	background-color: #d7d3c8;}

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

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

body .main-wrapper {
	padding: 0px;
	background: #fff;
}



















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

body .super_header {
padding: 0;
margin-top: 40px;
}






.super_header a {
	color: #fff;
}




.super_header a:hover { color: #4891dc; }

.colophon-inner-wrapper,
.super_header_inner_wrapper {
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}


.super_header_inner_wrapper {
	background-color: #fff;
	padding-left: 40px;
}



.super_header_second {
	position: relative;
}







/*super header first*/
.widget.logo {
float: left;
}

.firm_logo {
background: url(images/logo.png) no-repeat left top;
width: 204px;
text-align: left;
display: inline-block;
margin-top: -5px;
position: relative;
padding-bottom: 14px !important;
}


@media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
  	.firm_logo {
    	background-image: url(images/logo-retina.png);
    	background-size: 204px 29px
	}
  	
}



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


.main-navigation {
width: auto;
float: right;
}

.global ul {
	padding-right: 25px;
}

.main-navigation li a,
.main-navigation li {line-height: 17px;	font-size: 14px;}

.main-navigation li a {
padding: 6px 15px;
font-size: 14px;
font-weight: 400;
color: #75787b;
text-transform: uppercase;
}

.main-navigation li a:hover, .main-navigation li.current-menu-item a  {
	color: #d6001c;
}



.menu-toggle {
position: absolute !important;
right: 20px;
top: 15px;
white-space: nowrap;
padding: 0;
font-size: 25px;
color: #75787b;
line-height: 16px !important;
vertical-align: middle;
}

.menu-toggle i {
font-size: 25px;
vertical-align: middle;
font-size: 25px;
}

body .main-navigation li.menu-item-search form {
	background-color: #fff;
}

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





/*========================================================================================
HEADER
========================================================================================*/
.blog_header_inner_wrapper {
padding: 0 40px;
background-repeat: no-repeat;
background-position: top right;
position: relative;
height: 189px;
}

.blog_header_inner_wrapper:after {
content: '';
width: 28px;
height: 14px;
display: block;
position: absolute;
top: 0px;
left: 40px;
background: url(images/logo-tick.png) no-repeat;
}

.blog_header_inner_wrapper:before {
	content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
}

.sub-header {
	padding: 15px 20px 15px 40px;
}
.blog_header_inner_wrapper > * {
	display: inline-block;
	vertical-align: middle;

}

.blog_header_inner_wrapper > img {
	margin-right: 30px
}

.blog-title {
	font-size: 45px;
	line-height: 1.1em;
	font-weight: 400;
	color: white;
	padding-top: 3px;
	  display: inline-block;
  vertical-align: middle;
}

.blog-header .blog-title a {
line-height: 1em;
padding-bottom: 12px;
position: relative;
color: white;
display: inline-block;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
max-width: 890px;
padding: 20px 0;
}

.blog-title .copyright {
font-size: 30px;
}

.blog-title a .lxb_base_alternate_word {
	color: #00aadd;
}

.sub-header {
	background-color: #8c8279;
}

.blog-description {
	font-size: 15px;
	text-transform: uppercase;
	color:white;
	line-height: 1.2em;
	font-weight: 800;
}

.firm-byline {
	color: #a1a1a1;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}













/*main-wrapper*/
.sidebar {
border: none;
background: none;
float: left;
padding: 40px 40px 0;
width: 28.1%;
}

.main {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	float: right;
}




.sidebar a.sidebar_button, .sidebar .stoel-blogroll {
	width: 100%;
	display: block;
	background-color: #005581;
	border-radius: 5px;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 5px;
	text-transform: uppercase;
}


.sidebar .stoel-blogroll a.blogroll-button, .sidebar .stoel-blogroll li a {
	color: white;
}

.stoel-blogroll .blogroll-button i {
	color: #01aaff;
}

.sidebar .stoel-blogroll ul {
	padding-top: 5px;
}


.sidebar .stoel-blogroll li {
	font-size: 12px;
	text-align: left;	
	text-transform: none;
	font-weight: 400;
	padding: 5px 5px 5px 15px;
}

.sidebar .stoel-blogroll li a:hover {
	color: #00aadd;
}

/*Twitter Widget*/

.lxb_tweet .text {
	margin-bottom: 2px;
}

.lxb_tweet {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}

.lxb_tweet .ago {
	color: #75787b;
}



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

.sidebar .widget {
padding: 0;
font-size: 12px;
line-height: 1.5em;
margin-bottom: 40px;
}

.widget-title {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 7px;
	font-weight: 400;
}

.sidebar a:hover {color: #7bb7eb;}


.feedburner input[type="email"], .feedburner input[type="text"], .searchform input[type="text"] {
	padding-left: 0;
	right: 0;
}


.sidebar .connect li { margin-right: 7px; }

.sidebar .connect li i {
	font-size: 28px; 
	line-height: 28px;
	height: 28px;
	width: 28px;
}

.connect.just-icons li.feedburner-li {
	padding-top: 0px;
	margin-top: 9px;
}

.feedburner-widget-title {
	font-size: 12px;
	color: #000;
font-weight: 400;
}


.feedburner-widget-title:hover {
	color: black;
}

.sidebar .connect .feedburner-widget-title .icon-envelope {
	font-size: 15px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	color: black;
}

.feedburner-li form { padding-top: 4px; }

.feedburner-li input[type='text'],
.feedburner-li input[type='email'],
.feedburner-li input[type='submit'],
.searchform input[type="text"],
.alt-search .searchform input[type="submit"]{
	width: 100%;
	display: block;
	position: relative;
	float: none;
	left: auto;
	right: auto;
	top: auto;
	padding: 5px;
	margin-bottom: 5px;
	text-indent: 0;
}

.feedburner-li input[type='submit'], .alt-search .searchform input[type="submit"] {
margin-bottom: 0;
background: #75787b;
color: #fff;
font-weight: 400;
border-radius: 5px;
font-size: 13px;
border: none;
padding: 11px 0;
height: auto;
line-height: 13px;
}

#ie8 .feedburner-li input, #ie8 .alt-search .searchform input {
	width: 100%;
	position: static;
}

#ie8 .feedburner-li input[type='email'],
#ie8 .feedburner-li input[type='text'],
#ie8 .alt-search .searchform input[type="text"] {
	text-indent: 0 !important;
	padding-left: 5px !important;
}

#ie8 .sidebar .connect .feedburner-widget-title i {
	display: inline-block; 
	margin-right: 5px; 
	padding-right: 5px;
	position: relative;
	top: -2px;
}







.events a {display: block; margin-bottom: 15px;}

.events p:first-child {color: #000;}





.links li a {
padding: 4px 0;
margin: 0;
font-size: 12px;
border-bottom: 1px solid #eeeeee;
}


/*-- ADDED BY DAVE --*/
.sidebar .authors p {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}
/*-- ADDED BY DAVE:END --*/



/*post content*/

article.first {
margin-top: 30px;
}

#breadcrumbs { font-size: 9px; border-bottom: 1px solid #ccc; padding-top: 20px; padding-bottom: 8px; line-height: 1.3em; color: #75787b;}

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

.post-title, .archive-title {
	font-size:30px;
	font-weight: 400;
	line-height: 1.2em;
}



.post-byline,
.post-categories {
	font-size: 11px;
	line-height: 1.2em;
	color: #75787b;
}

.post-byline {
	margin-bottom: 5px;
}

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


.post-content .more-link { 
	margin-top: 10px; 
	display: block; 
	clear: both; 
	font-size: 15px;
	text-decoration: none;
}

.post-content blockquote {
left: 0;
font-family: arial narrow, arial, sans-serif;
padding-left: 10%;
padding-top: 20px;
width: 100%;
padding-right: 5%;
font-size: 20px;
color: #75787b;
line-height: 1.4em;
padding: 20px 5% 20px 9%;
}

.post-content blockquote:before {
left: 0;
top: 20px;
line-height: 90px;
color: #d6001b;
font-size: 110px;
font-weight: 400;
font-family: helvetica;
}


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

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

.post-print,
.post-comments,
.post-social {
    border-bottom: medium none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    vertical-align: middle;
}

.post-print i,
.post-comments i {
	border-right: 1px solid #dddddd; 
	font-size: 25px; 
	line-height: 25px; 
	padding-right: 12px; 
	margin-right: 10px;
    background: none;
    color: #75787b;
    padding-left: 0;
}

.main .post-social a {color: #75787b;}

.main .post-social.font-awesome a {
    padding: 0 8px 0 1px;
    font-size: 25px;
}

.post-social .icon-envelope-alt:before {
	content: '\f0e0';
}

.post-tags {
	font-size: 11px;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #75787b;
}


.post-content .widget_lxb_mct_subscribe_widget input[type="email"] {
    padding: 8px;
    width: 250px;
}

.post-content .widget_lxb_mct_subscribe_widget input[type="submit"] {
    background: #75787b;
    color: white;
}

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

.pagination {
	margin-top: 20px;

}

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


.pagination .prev,
.pagination .next {
	width: 45%;
}

.pagination a {
	border-radius: 5px;
	background-color: #75787b;
	color: white;
	padding: 10px 13px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	
}

.blog-footer {
border-top: none;
max-width: 980px;
margin: 0 auto;
}

.blog-footer-inner-wrapper {
padding: 35px 20px;

}










/*footer_top*/


.footer_top_inner_wrapper {
	margin: 0 auto;
	padding: 30px 40px;
	border-bottom: 1px solid #646769;
	background: #75787b;
}

.blog-footer-inner-wrapper {
		background: #75787b;
		padding: 40px;
}

.footer_top .widget {
	margin: 0;
}

.footer-blog-title a {
	font-size: 25px;
	line-height: 1em;
	font-weight: 400;
	color:  white;
}

.footer-blog-title .copyright {
	font-size: 15px;
}

.footer-blog-title .lxb_base_alternate_word {
	color: #00aadd;
}
.footer-firm-name {
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 400;
}

.footer-firm-name a {
	color: #000;
}








/*footer-contact*/
.footer-contact {
	width: 36%;
}

.footer-contact .widget {
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.blog-footer .widget-title {
	margin-bottom: 10px;
	font-size: 20px;
	color: white;
}

.contact-info {
	font-size: 9px;
	line-height: 1.5em;
	margin-top: 10px;
	text-transform: uppercase;
	color: white;
}

.contact-info .firm {
	margin-bottom: 10px;
}

.contact-info .phone {
	margin-top: 10px;
}

.blog-footer .connect li i {
	font-size: 28px;
	line-height: 28px;
}

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

.legal a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	color: white;
}

.legal {
	padding: 0;
}


.blog-footer .connect i.icon-youtube {
color: #d7d3c8;
font-size: 25px;
line-height: 25px;
}





/*footer-extras*/

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 45%;
}

.footer-extras .widget {
width: 100%;
font-size: 12px;
line-height: 1.5em;
}


/*colophon*/

.colophon {
	padding: 0;
}

.colophon-inner-wrapper {
overflow: hidden;
color: #fff;
padding: 5px 0;
background: black;
position: relative;
}

a.lexblog_2014 span.lexblog_slogan {
color: #999999;
}
.widget.copyright {
float: left;
margin: 10px 30px 10px 20px;
font-size: 11px;
color: #999999;
}



.blog-footer .about{
	color: white;
	font-size: 12px;
}



.widget.lexblog {
	float: right;
	padding: 0 10px;
}



/*ARCHIVE PAGE===========================================================================*/
.archive-header {
	padding-top: 30px;
	padding-bottom:5px; 
}

.archive-header h1 {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2em;
}

.archive-header .feed {
	float: none;
	padding-left: 0;
	font-size: 12px;
	line-height: 1.2px;
	font-weight: 400;
}

.archive-header .feed i {
	color: #d6001c;
	font-size: 15px;
}

.grid-row {
	border-top: 1px solid #dfdfdf;
	padding: 20px 0 0;
}

.grid-row .post-title {
	font-size: 16px;
}

.grid-row .post-title a {
	color: #d6001c;
}

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

.grid-row .post-byline,
.grid-row .post-categories {
	font-size: 11px;
}

.grid-row .post-content {
	font-size: 12px;
	line-height: 1.45em;
}

a.read_more { text-decoration: none; }






/*pages*/





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

.wpcf7-form input[type="text"] {
	width: 50%:
}

.wpcf7-form input[type='submit'] {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	background: #000;
	text-transform: uppercase;
	border: none;
	padding: 6px;
	width: 30%;
	font-family: helvetica, sans-serif;
}




















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

.main .searchform {
	border: 1px solid #ccc;
}

.main .searchform input {
	border: none;
		margin-bottom: 0;
}

#ie8 .searchform, #ie9 .searchform {
	right: 0 !important;
}

#ie8 .searchform input[type="text"] {
	padding-left: 5px;
}

.error404 .main {
	padding-top: 40px;
}








/*AUTHOR PAGE============================================================================*/

.main .lxb_dga_users {
	border-top: 1px solid #e7e1da;
		font-family: 'proxima-nova', sans-serif;
}

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

.post-content .lxb_dga_user .lxb_dga_user_social {
margin-top: 10px !important;
}

.post-content .lxb_dga_user .lxb_dga_user_social a i {
	color: #c8c3bd;
}

.main .lxb_dga_users a {
	text-decoration: none;
}

.main .lxb_dga_users .dga_link_to_website {
	display: block;
	font-size: 14px;
	font-weight: 600;
}


.main .lxb_dga_users span {
	display: block;
}

body .main .lxb_dga_users .lxb_dga_user img {
	margin-top: 0;
	float: left;
}

.post-content .lxb_dga_user .description, .post-content .lxb_dga_user .authorshortbio, a.dga_link_to_archive {
	font-family: 'pt-serif', serif;
	font-size: 15px;
	clear: both;
	
}





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




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

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



.colophon {
	padding: 0;
}

.footer_top_inner_wrapper {
	padding: 30px 3.2%;
}

.sidebar {
border-right: none;
padding: 40px 3.2% 0;
}

}




@media screen and (max-width: 700px ) {
body .super_header a.firm_logo {
width: 200px;
background-size: 100%;
height: 35px;
margin-top: -2px;
margin-left: 0 !important;
}

.colophon {
	padding: 0 !important;
}

.blog-header .blog-title a {
	text-align: left;
	font-size: 39px;
	line-height: 1.2em;
	padding-bottom: 0;
}

.blog_header_inner_wrapper {
padding: 0px 3.2% 30px 3.2%;
background-position: top center;
height: auto;
min-height: 150px;
}

	.menu-toggle {

	}
	

	.super_header_inner_wrapper, .sub-header {
		padding: 10px 3.2% 10px 3.2%;
	}
	
	.blog-description {
		font-size: 13px;
	}

	.super_header_second {
		clear: both;
		width: 100%;
		position: static;
		float: none;
		padding: 0px;
	}

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

	body .main-navigation li:first-child {
		padding-top: 30px;
	}

	body .main-navigation li {
		padding: 13px 3.2%;
		margin: 0px;
		display: block;
		border-bottom: 1px solid #eeeeee;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 400;
	}

	body .main-navigation li a {
		display: inline-block;
		padding: 5px 0px;
		margin-left: 0;
		font-size: 18px;
		margin-right: 0;
		font-weight: 400;
	}

body .main-navigation li.menu-item-search {
max-width: 100%;
width: 100%;
position: static;
padding: 20px 3.2% 10px;
border-bottom: 0;
}

    body .main-navigation li.menu-item-search form {

    }

   body .main-navigation li.menu-item-search form input {
   color: #888888;
   }
   
   .menu-item-search .searchform, .main .searchform {
	   border: 1px solid #ccc !important;
   }
   
   .menu-item-search .searchform input, .main .searchform input {
	   margin-bottom: 0 !important;
	   border: 0 !important
   }
   
   .searchform input[type="submit"] {
border-left: 0;
}

   	
   	.blog_header_inner_wrapper:after {
	   	left:3.2%;
   	}

	body .blog_header_inner_wrapper > * {
	    display: block;
		margin: 0 auto;
		text-align: left;
	}

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

	.sidebar {
		padding-top: 20px;
		height: auto !important;
	}

	.sidebar .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.pagination {
		padding-top: 0;
		margin-top: 0;
	}

	body .footer-contact {
		text-align: left;
	}

	body .footer-extras {
		padding-bottom: 30px;
	}

	.lxb_dga_users_table .odd.row td, 
	.post-content table.lxb_dga_users_table td {
		display: block !important;
		width: 100% !important;
	}


	.main .author_images_wrap {
		display: none;
	}

a.lexblog_2014, a.lexblog_2014 span.lexblog_logo, a.lexblog_2014 span.lexblog_slogan {
	display: inline-block !important;
}

.page img {
	float: left !important;
	margin-top: 0 !important;
}

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



}

@media (max-width: 320px) {
  .blog-title {
    font-size: 49px;
  }
}

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

}

@media print {
	
	body .main-wrapper .main {
		max-width: 90% !important;

	}

}