@charset "utf-8";

/*
Theme Name:     B0000358 - D&O Diary - Kevin LaCroix
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-size: 15px;
	line-height: 1.45em;
	font-family: "jaf-bernino-sans-condensed", helvetica, sans-serif;
	color: #565656;
}

.blog-title, .footer_blogname, .firmname .firm {
	font-family: 'arno-pro', georgia, serif;
}

.post-content, .sidebar .widget .textwidget {
	font-family: georgia, serif;
}

.menu-toggle,
#wpadminbar, 
.main-navigation li:hover:before,
a, 
.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 {
	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: #082945;
}

.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 url(images/texture.png);
}

/*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 { 
	margin: 0 auto;
	padding: 24px 0 0 0;
	max-width: 980px;
}








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

.super_header {
	background: #294673;
	overflow: hidden;
	clear: both;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 6px solid #071334;
	}
	
.super_header_inner_wrapper {
	padding: 0;
	overflow: hidden;
}
	
.super_header a {
	color: #fff;
}

.super_header a:hover, body .main-navigation li.current-menu-item a:hover {
	color: #01a3a6;
}


.super_header .widget.firmname {
	display: inline-block;
	float: left;
	font-size: 17px;
	vertical-align: top;
	padding: 30px 0 24px 60px;
	background: url(images/header-portrait.png) no-repeat bottom left;
	overflow: visible;
}

.super_header .widget.firmname .firm {
	font-size: 22px;
	font-weight: 800;
}

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








/* 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: 17px;
	line-height: 17px;
	padding: 0;
	text-transform: uppercase;
	vertical-align: top;
	letter-spacing: 1px;
}

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

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

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

.main-navigation .sub-menu {
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: 10px 20px 0 14px;
position: absolute;
top: 48px;
z-index: 999;
transition: none;
left: 0;
}

#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;
    background: none;
    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: 11px;
    padding: 5px 5px;
    text-align: left;
    width: 165px;
    border: none;
    line-height: normal;
}


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







/* mobile menu */

body .menu-toggle {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}

.menu-toggle i {
  font-size: 35px;
  color: #fff;
  display: block;
  line-height: 20px;
}



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
 * ======================================================================================
 */
 
.whole-header-wrapper {
 }

.blog-header {
	background: url(images/header-bg.png) no-repeat top center;
}

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

.blog-title a {
	display: block;
	color: #294673;
	font-size: 100px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
}

.blog-description {
	color: #565656;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 750px;
	margin: 0 auto;
}

.lxb_base_alternate_word {
	font-weight: 300;
}






/* main-wrapper */

.main-wrapper {
	padding-top: 0px;
	position: relative;
	border: 1px solid #e8e8e8;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.2); 
	background: #fff;
	clear: both;
}


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

.footer-contact,
.sidebar {
	width: 28.6%;
	padding: 40px 20px;
}











/*sidebar*/

.sidebar {
	background: #f5f5f5;
	border-left: 1px solid #e2e2e2;
}

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

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

.sidebar .badges img {
	margin-bottom: 30px;
}

.widget-title {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
	text-transform: uppercase;
}

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

.sidebar .widget.nuts {
	background: #071334;
	border-radius: 3px;
	padding: 20px;
	margin: 0 15px 50px 15px;
	}
	
.sidebar .widget.nuts .widget-title {
	color: white;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

.widget.nuts a {
	color: #487bcb;
}

.widget.nuts .widget-title:before {
	content: '\f085';
	font-family: FontAwesome;
	font-size: 21px;
	color: #487bcb;
	position: absolute;
	left: 0;
	top: 6px;
}

.sidebar .widget.nuts .textwidget {
	font-family: "jaf-bernino-sans-condensed", helvetica, sans-serif;
	font-size: 14px;
	color: white;

}


/* links */

.links a {
}

.links a {
	padding: 6px 0;
}



/* stay connected */

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

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

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

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

.connect li .feedburner-widget-title i, 
.connect li .feedburner-widget-title span {
	font-size: 15px;
	color: #565656;
	width: 1.1em;
	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: #294673;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 3px;
	color: #fff;
	margin-top: 8px;
	padding: 13px 7px 11px;
	font-weight: 800;
	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;
}

.post-header {
}


.post-title a {
		color: #082945;
}
.post-title {
	font-size: 35px;
	line-height: 1.175em;
	padding-bottom: 10px;
	color: #082945;
}

.byline_wrap {
	font-size: 17px;
	line-height: 1.3em;
}

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

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

.post-content {
	font-size: 16px;
	line-height: 25px;
}

body.about .post-content img {
  margin-bottom: 10px;
  clear: both;
  padding-right: 27px;
}

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


/* post footer / nascar area */

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

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

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

.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 #e2e2e2;
	padding-right: 6px;
}

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

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

.post-tags a {
}

.post-content blockquote {
	font-size: 18px;
	line-height: 1.4em;
	width: 100%;
	font-family: "jaf-bernino-sans-condensed", helvetica, sans-serif;
	left: 0;
	margin: 40px 0;
	padding: 0 8% 0 10%;
}

.post-content blockquote:before {
	font-size: 90px;
	left: 0;
	font-family: georgia, serif;
	color: #336699;
	top: 30px;
}

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



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

}

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

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

.pagination {
	margin-bottom: 20px;
}



/*blog footer*/

.blog-footer {
	border: none;
	color: #333;
	margin-top: 1px;
}



.blog-footer-inner-wrapper {
	padding: 50px 40px 35px;
}

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

.blog-footer .widget-title {
	color: #333; 
	font-weight: bold;
	font-size: 14px;
}

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


.blog-footer .footer_blogname a {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
	display: block;
	display: block;
	margin-bottom: 15px;
}



/* footer-contact */

.footer-contact {
	padding: 0;
}


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

.blog-footer .widget.contact-info .org {
	font-weight: bold;
}



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

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

.legal li:after {
	content: "|";
	display: inline-block;
	color: #336699;
	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;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	width: 25px;
}






/* footer-extras */

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 70%;
    padding-left: 20px;
    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: #071334;
	color: white;
	border-bottom: 6px solid #294673;
}

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

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




/* 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 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3em;
	color: #082945;
}

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

.archive-header .feed i {
	font-size: 16px;
	margin: 1px 5px 0 0;
	color: #336699;
}

.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.25em;
	display: block;
}

.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 #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 */

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

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

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

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





/* =======================================================================================
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: 800px ) {

	.super_header_inner_wrapper {
	    padding: 0;
	}

	.blog-header-inner-wrapper {	
    	padding: 40px 20px;
	}
	
	.super_header .widget.topnav {
		float: none;
		display: block;
		padding: 0;
		line-height: 0px;
	}
	
	.super_header a.firm_logo {
		margin-left: 0 !important;
	}
	
	.super_header .widget.firmname {
		padding: 20px 0 10px 60px;
	}
	
	.firm_logo .firm {
		display: block;
		line-height: 25px;
	}

	.main-navigation {
		width: 100%;
		float: none;
		clear: both;	
		display: block;	
		background: #071334;
	}



	body .main-navigation li a {
		margin: 0;
		padding: 20px 30px;
		letter-spacing: 2px;
		font-size: 16px;
		border-bottom: 1px solid #162e71;
	}
	
	body .main-navigation li a.sub-menu-toggle.menu-open {
		border-bottom: none;
		padding-bottom: 6px;
	}
	
	.main-navigation ul.sub-menu {
display: block;
width: 100%;
position: static;
top: 0;
box-shadow: none;
background: #071334;
max-width: none;
border-bottom: 1px solid #162e71;
  padding-top: 0;
  	padding-left:50px;
}

.main-navigation li:hover .sub-menu {
	width: 100% !important;
}

.main-navigation ul.sub-menu li a {
	width: 100% !important;
	color: white;
	font-size: 15px;}
	
.main-navigation ul.sub-menu li a:hover {
	color: #6b93d1;
}

.blog-header .blog-description {
	font-size: 16px;
}
	
	body .main-navigation li.menu-item-search {
		  padding: 13px 20px 6px;
		background-color: #071334;
		
	}
	
	.menu-item-search .searchform input[type="text"] {
	  	padding: 5px;
	  	background: white;
	 }
	 
	 .menu-item-search .searchform input[type="submit"] {
	 	margin: 7px 5px 0 0;
	 	background-position: right top;
	 	background-size: 17px 16px;
	 }

	 body .main-wrapper {
		padding: 0;
	}

	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: 20px 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-bottom: 40px;
	}
	
	body .blog-footer-inner-wrapper {
	    padding: 40px 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;
	}

}


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

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