﻿

/*
Theme Name:     B0000545 - Texas Bar 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.3
*/


@import url("style.css");

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

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


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

.post-content, .sidebar .links li, .sidebar .feedburner-widget-title, .sidebar .feedburner input[type="email"], .sidebar .searchform input[type="text"], .footer-extras .textwidget {
	font-family: 'pt-serif', georgia, 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;
}

.post-social a {
	transition: none;
}


.hide-text, .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: #e3a750;
}

a:hover {
	color: #377996;
}

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

}

 .header-ads,
.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: 1060px;
}








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

 .whole-header-wrapper {
	 background: #303131;
 }
 .header-ads {
	 text-align: center;
	 padding-bottom: 25px;
 }

 .header-ads div,  .header-ads img {
	 margin: 0 auto;
	 display: block;
	 float: none;
 }

.super_header {
	background: #1b1b1b url(../image/header.jpg) no-repeat center bottom;
	overflow: hidden;
	clear: both;
	padding-bottom: 130px;
	font-size: 15px;
	line-height: 15px;
	border-top: 1px solid #464646;
	}

.super_header_inner_wrapper {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.super_header_first {
	border-bottom: 1px solid #464646;
}

.super_header a {
	color: #fff;
}

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


.super_header .widget.firmname {
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-bottom: 20px;
	height: 23px;
	width: 228px;
	background: url(../image/logo.png) no-repeat;
}

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



.super_header_second {
	padding: 15px 20px 25px 20px;
	}



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


.blog-header {
display: none;
}


.blog-title a {
	display: block;
	color: #fff;
	font-size: 65px;
	line-height: 1.1em;
	vertical-align: top;
	margin: 0 auto;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
}

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

.blog-description {
	color: #fff;
	font-size: 14px;
	text-align: center;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 10px;
}

.lxb_base_alternate_word {
	font-weight: 900;
	color: #377996;
}



/* main nav */

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

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


.main-navigation ul, body .main-navigation li, body .main-navigation li a  {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0;
	vertical-align: top;
}

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







/* mobile menu */

body .menu-toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 20px 15px 20px;
	margin: 0;
	font-size: 11px;
	color: #fff;
	line-height: 10px;
	border-left: 1px solid #464646;
}

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



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













/* main-wrapper */

.main-wrapper {
	padding-top: 0px;
	position: relative;
	background: #fff;
	clear: both;
	overflow: visible;
	border-left: 1px solid #eaeaea;
}

.home .main {
	padding: 0 0 60px 0;
}

.main {
	padding: 60px;
	width: 70%;
	border-top: 6px solid #e3a750;
}

.home .main article {
	padding: 0 60px 30px 60px;
}

.home .main article.first {
	padding-top: 60px;
}

.home .main article.sticky {
	background-color: #f6f6f6;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.sidebar {
	width: 30%;
	padding: 40px 20px;
}

.sidebar {
	border-top: 6px solid #377996;
	position: relative;
	padding: 0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}









/*sidebar*/

.sidebar .widget {
	padding: 40px;
	margin: 0;
	font-size: 13px;
	line-height: 1.45em;
	border-bottom: 1px solid #eaeaea;
}

.sidebar .widget.ad {
  padding: 10px 0;
  text-align: center;
}

.sidebar .widget.line-bg {
	background: url(../image/diagonal.png);
}
.sidebar .widget img {
	float: none;
	padding: 0;
	margin: 0;
}

.widget-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.1em;
	text-transform: uppercase;
}

.sidebar .button-links a {
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	padding: 15px 10px;
	min-height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	color: white;}


.sidebar .button-links a.txbartoday {
	background-image: url(../image/blue-button.png);
}

.sidebar .button-links a.txsbar {
	background-image: url(../image/black-button.png);
}

.sidebar .button-links a.txbarjournal {
	background-image: url(../image/orange-button.png);
}





/* links */

.links a {
	border-bottom: none;
}

.links a {
	padding: 6px 0;
}



/* stay connected */

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

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

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

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: #377996;
	font-size: 14px;
	line-height: 14px;
	border-radius: 3px;
	color: #fff;
	margin-top: 8px;
	padding: 13px 7px 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px
}


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

.post-title {
	font-size: 37px;
	line-height: 1.175em;
	padding-bottom: 10px;
	font-weight: 900;
	color: #363636;
}



.post-categories {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.post-categories .posted-in, .post-categories a {
  background: #377996;
  display: inline-block;
  padding: 3px 7px;
  color: white;
  	margin-right: 3px;
}

.post-categories a {
	background: #d7e4ea;
	color:#377996;
}

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

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

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


/* post footer / nascar area */

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

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

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

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

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

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

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

.post-content blockquote {
	font-family: 'lato', helvetica, serif;
	font-size: 20px;
	font-weight: 200;
	font-weight: bold;
	line-height: 1.4em;
	width: 100%;
	left: 0;
	padding: 40px 8% 40px 10%;
}

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

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

.post-content img {
	padding: 0 10px 10px 0;
}

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

}

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

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




/*blog footer*/


.footer_top {

}

a.footer-blog-title {
    font-size: 35px;
    color: #363636;
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 40px;
    line-height: 35px;
}

.footer-blog-title .lxb_base_alternate_word {
	color: 377996;
	font-weight: 900;

}

.blog-footer {
	border: none;
	background: #fff url(../image/texture.png);
	margin-top: 1px;
	border-top: 6px solid #e3a750;
}





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

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



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





/* footer-contact */

.footer-contact {
	padding: 0;
	width: 25%;
}


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

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


.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: #e3a750;
	font-size: 13px;
	margin: 0 3px;
}

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






/* footer-extras */

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 70%;
    padding-left: 0px;
    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: #303131;
	color: white;
	margin-top: 1px;
	overflow: visible;
}

.colophon:before {
	display: block;
	content: '';
	position: absolute;
	width: 86px;
	height: 83px;
	background: url(../image/seal.png) no-repeat;
	top: -40px;
	left: 50%;
	margin-left: -43px;
	z-index: 9999;
}

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

.widget.copyright {
	font-size: 13px;
	color: #969696;
	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: 37px;
	font-weight: 900;
	line-height: 1.3em;
}

.archive-header h1 strong {
	font-weight: 900;

}

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

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

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

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

	.main {
		padding: 40px;
	}

}

@media screen and (max-width: 950px ) {
		.sidebar .widget {
		padding: 25px;
	}
}

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

	.header-ads {
		display: none;
	}
	.super_header {
		background: #1b1b1b;
		padding-bottom: 10px;
	}
	.super_header_first {
		min-height: 70px;
	}

	.super_header_inner_wrapper {
	    padding: 0;
	}

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

	.super_header .widget.firmname {
  margin: 25px 0 16px 20px;
}

	.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 {
		margin-top: 6px;
	}

	body .main-navigation li:first-child a {

		margin-right: 73px;
	}

	body .main-navigation li a {
		margin: 0;
		padding: 18px 30px;
		border-top: 1px solid #323232;
		font-size: 17px;
	}

	body .main-navigation li.menu-item-search {
		padding-left: 15px;
		background: #1b1b1b;
		padding: 15px 30px;
		border-top: 1px solid #323232;
	}

	.menu-item-search .searchform input[type="text"] {
	  	padding: 10px;
	  	background: white;
	 }

	 .menu-item-search .searchform input[type="submit"] {
	 	margin: 13px 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: none;
	}

	.sidebar .widget {
		padding: 30px 20px;
	}

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

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

.blog-footer .connect li {
 	margin-right: 0;
}

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

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

	.colophon {
		padding-top: 30px !important;
	}

}


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

	.super_header .widget.firmname {
    margin: 25px 0 16px 10px;
}
}

@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,
	.header-ads{
		display: none;
	}

	.whole-header-wrapper,
	.main-wrapper,
	.main,
	.sidebar {
		border: none !important;
	}

}
