@charset "utf-8";

/*
Theme Name:     B0000567 - Real Estate Advisor Law Blog
Theme URI:      http://www.realestateadvisorlawblog.com/
Description:    Child theme for the LXB Parent Theme 1.2
Author:         Kai "Cowboy" Kurtis, Angelo Carosio and Scott Fennell
Template:       lxb-parent-theme-1.2
Version:        1.2.2
*/

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




/*UNIVERSALS==============================================================================*/
body, button, input, select, textarea {
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

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

a {color: #37668c;}

button, .feedburner input[type='submit'], input [type="submit"], .searchform .searchsubmit, .wpcf7-submit {
	background-color: #336699;
	color: #fff;
}

a:hover {color: #cc6600;}

button:hover, .feedburner input[type='submit']:hover, .searchform .searchsubmit:hover, submit:hover, .wpcf7-submit:hover {
	background-color:#333;
	color: #fff;
}

button, input, select, textarea {border: 1px solid #ccc;}

.clear_div {clear: both;}

.clear_div,
.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.connect i {
-webkit-transition: color .35s ease-in-out;
-moz-transition: color .35s ease-in-out;
-ms-transition: color .35s ease-in-out;
-o-transition: color .35s ease-in-out;
transition: color .35s ease-in-out;
}




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

/*basic 960px box, centered, w/shadow*/
/*remember that blog wrapper is getting css3 pie for drop shadow, so it needs a background at all times.*/
body {
	margin: 0 auto;
	background: url(images/bodybg.png) repeat-x 0 0 scroll transparent;
}

.blog-wrapper {
  margin: 0 auto 30px;
  width: 1154px;
}

#ie8 .blog-wrapper, #ie7 .blog-wrapper {box-shadow: 0 0 12px 0 rgba(150,150,150,.15);}

/*full-width header & footer w/960 box for content*/
/*
body, .blog-wrapper, .blog-footer, .blog-header {
	box-shadow: none;
	margin: 0 auto;
	min-width: 1020px;
	width: 100%;
}

#main_hgroup, .header-widgets, .main-wrapper, .blog-footer-inner-wrapper, .colophon {
	margin: 0 auto;
	width: 960px;
}
*/










/*TOP===================================================================================*/
.blog-header {
  background: url(images/header.jpg) no-repeat left top;
  min-height: 370px;
  position: relative;
}

#blog-title {
	margin: 0;
}

.blog-header #blog-title a {
	position: absolute;
	left: 108px;
	top: 159px;
	height: 75px;
	width: 680px;
	z-index: 100;
	display: block;
}

.blog-header .header-widgets .blog-title {
	position: absolute;
	top: 159px;
	left: 108px;
}

.blog-header .header-widgets .blog-title .word_1,
.blog-header .header-widgets .blog-title .word_2,
.blog-header .header-widgets .blog-title .word_3 {
	font-size: 54px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #37668C;
}

.blog-header .header-widgets .blog-title .word_3 {
	border-right: 2px solid #172b32;
	padding-right: 20px;
	margin-right: 20px;
}

.blog-header .header-widgets .blog-title .word_4,
.blog-header .header-widgets .blog-title .word_5 {
	text-transform: uppercase;
	color: #03102a;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 38px;
}

.blog-header .blog-description {
	left: 30px;
	position: absolute;
	top: 60px;
}

.blog-header .search-box {
    bottom: 31px;
	position: absolute;
	right: 115px;
	z-index: 999;
}

.blog-header .logo a {
	position: absolute;
	right: 111px;
	top: 18px;
	background: url(images/logo.png) no-repeat 0 0 scroll transparent;
	width: 214px;
	height: 68px;
	text-indent: -999em;
	overflow: hidden;
	background-size: 100%;
}

.blog-header .widget_nav_menu.global {
    top: 0;
    left: 0;
    width: 100%;
}










/*SEARCH=================================================================================*/
.searchform {
	height: 25px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.searchform input {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.searchform .s {
	border: 1px solid #ccc;
	height: 26px;
	left: 0;
	padding: 0 0 0 3px;
	width: 100%;
}

.searchform .searchsubmit {
	background-image: url(/wp-content/themes/lxb-parent-theme-1.2/images/search-button-dark.png);
	background-position:  center center;
	background-repeat: no-repeat;
	height: 26px;
	right: 0;
	width: 30px;
	z-index: 999;
	position: absolute;
	background-color: transparent;
}

.searchform .searchsubmit:hover {
	background-color: transparent;
}

#ie7 .searchform .s {
	height: 20px;
	width: 161px;
}









/*GLOBAL MENU===========================================================================*/
.header-widgets {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.widget_nav_menu.global ul {
	margin: 22px 0 0 5px;
}

/*horizontal nav menu with drop-down*/
.header-widgets .menu li {
	float: left;
	position: relative;
	z-index: 1;
}

/*simple 1px border between items*/
.header-widgets .menu li a {
	text-transform: uppercase;
	border-right: 1px solid #c8d9ea;
}

.header-widgets .menu li.current-menu-item {
	border-bottom: 3px solid #cc6600;
	padding-bottom: 13px;
}


.header-widgets .menu li:last-child a {border-right: none;}

/*trickier  2px 2-color border between items
.header-widgets .menu li a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child a {border-left: none; }

.header-widgets .menu li {border-left: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: none; }

*/

/*trickiest 2px 2-color border between items and bookending menu itself
.header-widgets .menu li a {border-right: 1px solid #fff; }

.header-widgets .menu li {border-right: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child  {border-left: 1px solid #eee; }

*/

.header-widgets .menu li a {
    display: block;
    float: left;
    font-size: 11px;
    padding: 20px 20px;
    font-weight: bold;
    font-family: Helvetica;
}

.header-widgets .menu li a:hover {
	color: #cc6600;
}

.header-widgets .widget_nav_menu.global .sub-menu {
    background: none repeat scroll 0 0 #CCCCCC;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    border-left: none;
    border-right: none;
    height: 0;
    left: 1px;
    margin-left: 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 43px;
    width: 0;
    z-index: 999;
}

.header-widgets .menu li:hover .sub-menu {
	height: auto;
	opacity: 1;
	width: auto;
}

.header-widgets .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#ie7 .header-widgets li:hover .sub-menu li {width: 200px; }

.header-widgets .menu .sub-menu li:first-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:first-child  {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child  {border-left: none; border-right: none;}

.header-widgets .menu .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    padding: 8px 0;
    text-align: left;
    width: 100%;
}

.header-widgets .menu .sub-menu li:last-child a {
	border-bottom: none;
	padding-bottom:10px;
	white-space: nowrap;
}

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

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none;}

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

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none}

.header-widgets .menu .sub-menu li:first-child a {border-top: none}

*/










/*main-wrapper*/
.main-wrapper {
  padding: 0 0 30px;
  margin: 0 auto;
  width: 980px;
  background: url(images/sidebarbg.png) repeat-y right top scroll transparent;
}

.main {
	float: left;
	margin-top: -40px;
	padding-left: 50px;
	position: relative;
	width: 620px;
	z-index: 5;
}

.sidebar {
	float: right;
	padding: 30px 20px 0;
	width: 240px;
	position: relative;
	z-index: 5;
}









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

.widget-title {
	font-size: 13px;
	line-height: 1em;
}


.sidebar .widget {
	font-size: 12px;
	line-height: 15px;
	padding: 0 30px;
	width: 200px;
}

.sidebar .widget .widget-title {
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
}


.sidebar .widget img {max-width: 100%;}


.sidebar .orange-header h3 {
	height: 24px;
	background: #cc6600;
	margin-left: -50px;
	padding-left: 50px;
	line-height: 24px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.58);
}





/*stay connected*/

/*font awesome connect*/
.sidebar .connect
{
	margin-bottom: 20px;
}

.sidebar ul.above_the_fold {
	margin-top: 10px;
}
.connect ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: static;
}

.connect  li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.connect  li i {
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 1.1em;
}


.sidebar  .connect  li i {
    display: inline-block;
	font-size: 43px;
	height: 24px;
	line-height: 36px;
	width: 36px;
	margin-right: 14px;
}

.connect .icon-facebook-sign,
.connect .icon-facebook {color: #3b5998}

.connect .icon-twitter-sign,
.connect .icon-twitter {color: #3bb1f3}

.connect .icon-rss-sign,
.connect .icon-rss {color: #f18120}

.connect .icon-google-plus-sign,
.connect .icon-google-plus {color: #a93930}

.connect .icon-linkedin-sign,
.connect .icon-linkedin {color: #007bb6}

.connect .icon-envelope,
.connect .icon-envelope-alt {color: #aaaaaa}

.feedburner .widget-title span {
	display: none;
}







/*feedburner*/

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {padding-top: 1px;} /* this is a post-release fix that somehow I missed pre-release.  This should be handled in the parent theme more gracefully next time around */

.feedburner .widget-title span {
	position: relative;
	top: -1px;
}





/* mailchimp with font awesome */


.sidebar .widget.feedburner h3.widget-title {
	line-height: 24px;
	letter-spacing: 0;
	white-space: nowrap;
	font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    padding: 0;
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.feedburner .widget-title span {display: none;}

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {
	line-height: 34px;
	height: 36px;
	position: static;
	width: 100%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.feedburner input[type='email'] {
	text-indent: 5px;
	position: static;
	width: 100%;
	display: block;
	border: 1px solid #aaaaaa;
}

.feedburner .widget-title span.icon-envelope {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding-right: 5px;
	color: black;
	font-size: 15px;
	background: none;
}




/*subscribe_2 -- from Andrew Hefter*/
/* Styles for Subscribe2 sidebar widget */

/*

.feedburner {
    height:120px;
    overflow:visible;
}

.feedburner form{
    overflow:visible;
}

.feedburner table{
    width:100%;
}

.feedburner tr:first-child{
    display:none;
}

.feedburner input{
    position:relative;
}

.feedburner input[type="text"] {
    margin-top: 4px;
}

.feedburner input[type="radio"]{
    width:12px;
    top:6px;
    margin-right:3px;
}

.feedburner input[type="submit"]{
    margin-top:-50px;
    float:right;
}

*/




/*links*/
/*simple 1-color border*/
.links li {border-bottom: 1px solid #b1b1b1;}

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

/*trickier 2-color border*/
/*the 'link_parent' class is added via a jQuery snippet in the parent theme*/
/*
.links li {border-bottom: 1px solid red;}

.links a {border-bottom: 1px solid green;}

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

.links li.links_parent a{border-bottom: none;}

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

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

.links ul ul {border-bottom: 1px solid red;}

.links ul ul li:last-child a {border-bottom: 1px solid green;}

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

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

*/











/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

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

.post-content {
	font-size: 14px;
	line-height: 19px;
}

.post-content img {max-width: 100%;}

.post-categories, .post-byline, .post-social, .post-tools, .post-tags {}

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

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

.post-content blockquote {
	color: #666666;
	left: 7%;
}
.post-content blockquote:before {
	color: #cc6600;
}

/* blockquotes with top and bottom border

.post-content blockquote:before {top: 45px;}

.post-content blockquote {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    left: 0;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    width: 590px;
}

*/








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

.pagination {border-top: 1px solid #ccc; width: 100%; height: 30px;}

.pagination a {font-weight: 200;
	color: #fff;}

.pagination > span > a {
	display: block;
	background: #cc6600;
	color: #fff;
	padding: 12px 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.blog-footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(images/footerbgtop.png) no-repeat 20px 0 scroll transparent;

}

.blog-footer-inner-wrapper {
	overflow: hidden;
	padding: 95px 50px 30px;
}

.blog-footer .widget {
	font-size: 11px;
	line-height: 15px;
}










/*footer-extras*/
.footer-extras {float: right;}

.footer-extras .widget {
	float: left;
	margin-left: 30px;
	width: 190px;
}

.footer-extras .widget:first-child {margin-left: 0;}











/*footer-contact*/
.footer-contact {
	float: left;
	padding-bottom: 20px;
}

.footer-contact .contact-info .blog-title {
	display: block;
	margin-bottom: 15px;
	height: 38px;
	line-height: 38px;
}

.footer-contact .contact-info .locations {
	text-transform: uppercase;
}

.footer-contact .contact-info .locations a {
	color: #37668c;
}

.footer-contact .contact-info .blog-title .word_1,
.footer-contact .contact-info .blog-title .word_2,
.footer-contact .contact-info .blog-title .word_3 {
	font-size: 26px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #37668C;
	line-height: 38px;
}

.footer-contact .contact-info .blog-title .word_3 {
	border-right: 1px solid #172b32;
	padding-right: 10px;
	margin-right: 10px;
}


.footer-contact .contact-info .blog-title .word_4,
.footer-contact .contact-info .blog-title .word_5{
	font-size: 18.5px;
	text-transform: uppercase;
	color: #56626d;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
}

.footer-contact .contact-info .firm-name {
	color: #455463;
	text-transform: uppercase;
	font-size: 15px;
}

.contact-info {
	margin-top: 40px;
	padding-bottom: 20px;
}

.contact-info .org {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-info .adr {margin-bottom: 5px;}

.blog-footer .stay-connected ul {
    overflow: hidden;
    padding-bottom: 20px;
}

.post-content div.wpcf7 {
	clear:  both;
	margin-top: 30px;
}

.vcard_wrap.primary {
	display: table;
	width: 100%;
}

.vcard_wrap.primary .vcard {
	display: table-cell;
	width: 25%
}

.vcard .org a {
	text-transform: uppercase;
}




/*colophon*/
.colophon {
	background: #37668c;
	clear: both;
	height: 55px;
	position: absolute;
	top: 40px;
	right: 0;
	width: 960px;
}

.copyright {
	bottom: 20px;
	font-size: 10px;
	left: 30px;
	position: absolute;
	color: #fff;
}

/*the default lxb logo is gray, you can call white by adding a widget class of white to the text widget that calls the shortcode [lxb_base_shortcode_lexblog]*/
/*let's continue to extend that pattern as we encounter designs that call for other colors*/
a.lexblog {
	top: 15px;
	position: absolute;
	right: 30px;
}

/*legal*/
.legal {
	bottom: 0px;
	position: absolute;
	left: 50px;
}

.legal ul li:first-child a {
	border-right: 1px solid #37668c;
	padding-right: 5px;
}










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

.archive-header {}

.archive-header h1 {}

.archive-header h1 strong {}

.archive-header a.feed {}

.grid-row {}

.grid-row a.read_more {font-weight: 600;}










/*CONTACT PAGE===========================================================================*/

.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #ccc;
}

.wpcf7-form input[type="submit"]{padding: 3px 10px;}
