/*
Theme Name: LBG Realty Advisors
Description: A custom theme developed for the LBG coroporation. 
Author: Rafe Goldberg & Seth Quittner
Template: template
*/

/*
** Resets
*/

.wp-caption {
font-size: 11px;
}

a{
color:#274a68;
text-decoration: none;
font-weight: bold;
}

a:hover,
a:active {
    outline: 0;
    color:#294867;
}

h1 {
	margin:0px;
	padding:0px;
	line-height:1;
	font-size: 18px;
	font-weight: normal;
	color:#474747;
}
 h2 {
	margin:0px;
	padding:0px;
	line-height:1;
	font-size: 12.5px;
	font-weight: normal;
	color:#474747;
}

h4 {
	margin:0px;
	padding:0px;
	line-height:1;
	font-size: 12px;
	font-weight: normal;
	color:#474747;
}

h5 {
	margin:0 0 0 0 0px;
	padding:0px;
	line-height:12px;
	font-size: 11px;
	font-weight: bold;
	color:#474747;
}
h6 {
	margin: 20px 0 5px 0px;
	padding:0px;
	line-height:14px;
	font-size: 14px;
	font-weight: bold;
	color:#474747;
}
h3 {
	margin:0 0 0 0 0px;
	padding:0px;
	line-height:13px;
	font-size: 12px;
	font-weight: bold;
	color:#474747;
}
ul, ol {
	margin: 0px;
	padding: .5em;
}
ul {
	display:inline-block;
	padding:0px;
	list-style:disc;
	text-align:left;
}
ul ul {
	display:inline-block;
	padding:0px 0px 0px 1em;
}
p img {
	vertical-align:middle;
}
/*
** Basics
*/
.clfx:before, .clfx:after {
	content:"";
	display:table;
}
.clfx:after {
	clear:both;
}
.clfx {
	zoom:1;
}
/*
** Wrap
*/
.page-id-390 #wrap {
	width:960px;
}
#wrap {
	width:1000px;
	margin:0px auto 0px;
	background-color: #eff4f4;
	background: url(http://lbgfunds.com/wp-content/themes/LBG_realty/images/lbg_content_bg.png);
	background-repeat: repeat-y;
	box-shadow:0px 2px 6px -2px rgba(0,0,0,.75);
}
/*
** Header
*/
#head {
	display:block;
	position:relative;
	width:100%;
	background-image: url("http://www.lbgfunds.com/wp-content/themes/LBG_realty/images/lbg_header.png");
	background-repeat: no-repeat;
	background-position: left top;
	height:65px;
}

.home #head {
	background-image: url("http://www.lbgfunds.com/wp-content/themes/LBG_realty/images/home_header.png");
}

#head .branding {
	display:table;
	width:100%;
	height: 65px;
}
#head .branding.logo-left .text,
#head .branding.logo-left .logo {
	display:none;
	vertical-align:middle;
}
#head .branding.logo-left .logo {
	margin-right:15px;
}
#head .branding.logo-right .text,
#head .branding.logo-right .logo {
	/* display:table-cell; */
	display:none;
	vertical-align:middle;
	width:50%;
}
#head .branding.logo-right .logo {
	text-align:right;
}
#head .tagline {
	width:100%;
	margin:.1em 0px 0px;
	padding:.1em 0px 0px;
}
#head .site-link {
	color:inherit;
	text-decoration:none;
	
}

/*** Navigation***/

nav {	
	font-family: "Arial";
	text-transform: none;
	position:relative;
	top:-53px;
	left:7px;
	text-align: right;
	margin:0px 25px 0px 0px;
	z-index:1;
}

.home nav {
	text-align: center;
}

nav .menu {
	text-align: center;
}
	
nav:hover{
	z-index:50;
	
}

nav * {
	list-style:none;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 100;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	
}

nav .menu-item {
	position:relative;
	display:inline-block;
	color:#eee;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);	
}

nav .sub-menu .menu-item {
	min-width:150px;
}

nav .sub-menu * {
	font-size:12px;
	text-transform: none;
}

nav .menu-item:hover {
	/* background:rgba(0,0,0,.17); */
	color:#df9c3c;
	z-index: 1;
}

nav .sub-menu .menu-item:hover {
	color:#404040;
}

nav .menu-item a {
	display:block;
	padding:10px;
	color:inherit;
	
}

nav .menu-item > .sub-menu {
	display: none;
}

nav .menu-item:hover > .sub-menu {
	display: block;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: #F3F3F3;
	box-shadow:0px 2px 6px -2px rgba(0,0,0,.75);
}

nav .sub-menu .menu-item {
	display:block;
	position:relative;
}

.sub-menu .menu-item:hover > .sub-menu {
	top:0px;
	left:100%;
	border-left:1px solid rgba(0,0,0,.5);
}


/*
** Font Bundles
**  > Head / Main / Brand / Subbrand
*/
.font-brand a {
	color:inherit;
}


/*
** Font Bundles
**  > Head / Main / Brand / Subbrand
*/
.font-brand a {
	color:inherit;
	
}

/*
** Main
*/
#main {
	margin:20px 0px;
}

/*
** Content
*/
#content-wrap .content p {
	text-align:left;
	line-height:1.34;
	color:#454545;
}
#content-wrap .content p img,
#content-wrap .content img {
	max-width: 100%;
	margin:12px 0px;
}

#content-wrap .content p img.alignleft {
	float: left;
	margin: 0px .75em 0px 0px;
}

#content-wrap .content p img.alignright {
	float: right;
	margin: 0px 0px 0px .75em;
}

#content-wrap .content > ul {
	line-height: 1.34em;
	list-style-position:outside;
	margin-left:20px;
}

/*
** Sidebars
*/

.widget {
	margin:5px 0px;
	padding:5px 0px;
}

.sblayout-hzntl .widget {
	display:inline-block;
	vertical-align:middle;
}

.sblayout-vtcl > #content-wrap,
.sblayout-vtcl > .sidebar {
	display:inline-block;
	vertical-align: top;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.sblayout-vtcl #content-wrap {
	width:65%;
	position:relative;
	left:0px;
}

.sblayout-vtcl .sidebar {
	width:34%;
}

.sblayout-vtcl.sbpos-after #content-wrap {
	padding-right:2.75%;
	border-right:1px solid #CCC;
	margin:0 0 0 50px;
}

.sblayout-vtcl.sbpos-before #content-wrap {
	padding-left:2.75%;
	border-left:1px solid #CCC;
}

.sblayout-vtcl.sbpos-after .sidebar {
	float:right;
	padding-left:1.75%;
}

.sblayout-vtcl.sbpos-before .sidebar {
	float:left;
	padding-right:1.75%;
}


.sblayout-hzntl .sidebar {
	display:block;
	width:100%;
}

.sblayout-hzntl.sbpos-before .sidebar {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
}

.sblayout-hzntl.sbpos-after .sidebar {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #CCC;
}

.sblayout-hzntl .sidebar {
	text-align:justify;
}

.sblayout-hzntl .sidebar > li {
	display: inline-block;
	box-sizing:border-box;
	text-align:left;
}

/*
** Footer
*/
#footer {
	display:table;
	width:100%;
	padding:0px 0px 0px 0px;
	background: url(http://lbgfunds.com/wp-content/themes/LBG_realty/images/lbg_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 67px;
		/*
border-style:solid;
	border-width:1px 0px 0px;
	border-color:#444;
*/
	
}
#footer * {
	font-size: 11px;
	color:#fff;
	font-family: "Arial"	
	font-style: normal;
}

#footer a {
	color:#ddd;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
}


#footer .left,
#footer .center,
#footer .right {
	display:table-cell;
	width:100%;
	padding:9px 0px;
	
}

/*
** ARTWORKS PAGE STUFF
*/
#dir_content {
	display:block;
	width:45%;
	margin:0 auto;
	list-style: none;
}

#dir_content .page_item img {
	vertical-align:middle;
	max-height:75px;
	margin-right:8px;
}

#andicannotlie {
	position:absolute;
	z-index:9;
	right:-10px;
	top:120px;
}
#home_collage{
	position: relative;
	left: -24px;
	width: 1000px;
	height: 422px;
}

/*
** LBG-SPECIFIC
*/

#wrap {
	background:#eaf4f6;
}

#main {
	display:table-row;
	margin:0px;
}

#content-wrap,
#sb-l {
	display:table-cell;
	vertical-align: top;
	
}
/*.page-id-581 #sb-l,.page-id-581 #sb-r{
	display: none;
}
.page-id-581 #banner-image {
    text-align: right;
    float: right;

}
.page-id-581 .post {
    display: block;
}
.page-id-581 #banner-image img {
    width: 960px;
    height: auto;
}*/
iframe{
	/*margin-left: 40px;*/
	border: 1px solid #eee;
}
#banner-image {
	overflow:hidden;
}

#banner-image img {
	width:100%;
	height:auto;
}

.post {
	display:table;
}

#post-wrap, #sb-r {
	display: table-cell;
	
}

#post-wrap {
	width:500px;
	padding: 20px 37px 20px 30px;
	vertical-align: top;
	
}

#sb-r {
	min-width:230px;
	margin-right:-20px;
	background:#c0bbb3;
	
}

#sb-r ul{
	list-style-position:inside
	display:inline-block;
	padding:0 0 0px 0px;
	margin: 0 0 0 15px;
	list-style: disc;
	text-align:left;
	}
#sb-r li{
	font-size: 12px;
	margin: 0 0 5px 0;
}


.sct-head {
	position:relative;
	left:-1px;
	width:227px;
	margin:-1px -20px 10px 0px;
	padding:22px 10px 23px;
	background: url('images/sct-head-bg.png');
	line-height:0px;
	font-weight: bold;
	text-decoration: none;
	color: beige;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	text-transform:uppercase;
}


.sct-content {
	padding: 0 10px 20px 10px;
	
	
}

.sct-content img {
	display: block;
	width: auto;
	border: 1px solid gray;
	margin: 20px 0 0;
}

.sct-content img.aligncenter {
	margin: 25px auto -5px auto;
}

.sct-content img a:hover{
	border: 1px solid #df9c3c;
}

.sct-content wp-caption{
	font-size:11px;
	margin: 0px 0 0 0;
}

.sct-content > * {
	/* ONLY THE IMMEDIATE CHILDREN OF .sct-content */
	margin:0px;
	padding:0px;
}

.sct-content * {
	/* ALL DESCENDANTS OF .sct-content */
	font-size:13px;
	text-decoration:none;
	color:#454545;
}

.sct-content a {
color:#274A68;
}

.sct-content a:hover {
color:#fff;
}


.section .sct-content strong {
	display:inline-block;
}

.pdf_list .sct-content .pdf-dl {
	display:block;
	background: url('images/pdf-file-icon.png') 0px 0px no-repeat;
	background-position:0% 40%;
	padding: 10px 0px 15px 20px;
	height: 1px;
	line-height:1px;
	text-decoration:none;
	color:#274A68;
}
.pdf_list .sct-content .pdf-dl:hover{
color:#fff;
}

.section .sct-content > *:not(:first-child) strong,
.pdf_list .sct-content .pdf-dl:not(:first-of-type) {
	margin-top:13px;
}

.big-but {
	display: block;
	width: 188px;
	height: 1px;
	margin: 0px 0px 5px;
	line-height: 1px;
	background: url('images/seths-big-but-bg.png');
	padding: 29px 15px;
	font-weight: bold;
	text-decoration: none;
	color: beige;
	font-size: 24px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	text-transform:uppercase;
}

.thumb img {
	width: 60%;
	height: auto;
	margin: 0px auto 15px auto;
	display: block;
	padding: 4px;
	background: white;
	border: 1px solid #294867;
	box-shadow: 0px 0px 6px -2px black;
}

.thumb:last-child img {
	margin:0px auto;
}

.lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: black;
	background: rgba(0, 0, 0, .7);
}
.lightbox img {
	display: block;
	position: relative;
	top: 2.5%;
	height: 95%;
	width: auto;
	margin: 0px auto;
}

/*
**	FRONT/HOME PAGE
*/

/* START -> RESETS */
.front-page #main,
.front-page #content-wrap,
.front-page .post,
.front-page #post-wrap {
	display:block;
}
.front-page #post-wrap {
	width: 95%;
	margin: 0px auto 3%;
	padding:0px;
}
/* END -> RESETS*/

.front-page #home_collage {
	margin-bottom:3%;
}

.front-page #home_collage img {
	margin:0px;
	margin-left: -1px;
}

#menu-main .current-menu-item,
#menu-main .current-menu-item *,
#menu-main .current-page-ancestor,
#menu-main .current-page-ancestor * {
	color:#DF9C3C;
}

/*
**	LEFT SIDEBAR STYLES
*/

#sb-l {
	width:230px;
	background:#7599af;   /* old #80A3B8 */
}

#sb-l .menu-title,
#sb-l .widget strong {
	color:#EFAE35; /* old:ef9b24 */
	font-weight:normal;
	text-transform:capitalize;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .3); */
	font-size: 18px;
	margin:6px 0px 6px 0px !important;

}
#sb-l .menu-title{
	position: relative;
	top:203px;
	left:20px;
}
#sb-l .menu{
	width:185px;
	position: relative;
	left: 10px;
	top:-5px;
}
.widget strong {
	display:block;
}

#sb-l ul {
	list-style:none;
/*
	position: relative;
	top: 166px;
*/
	margin:203px 0 0 10px;
}

#sb-l li {
	margin:6px 0px 6px 10px;
	text-transform:capitalize;
}

#sb-l * > a,
#sb-l a > * {
	font-size:13px;
	color:#274A68;
	/* letter-spacing: 0.1em; */
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
}

#sb-l * > a:hover,
#sb-l a:hover > * {
	color: #fff;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
}

#sb-l * > a:active,
#sb-l a:active > * {
	color: #fff;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
}

#sb-l [class*="current-"]:hover *,
#sb-l [class*="current-"] * {
	color: #eaf4f6;
	font-weight: bold;
	/* text-shadow:0px 1px #A9C9DB; */
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
}

.wp-caption-text {
	font-size: 11px;
	margin:2px 0 15px 0;
	font-weight: bold;
}
html {
	height: 100% !important;
}

