/* CSS Document */
/* Header Elements */
.header-block {
	float:right;
}
.header-slogan {
	color:#000;
	font-size:20px;
	font-weight:bold;
}
.header-text {
	padding:10px;
	font-size:18px;
}
.header-splash {
	float:left;
	background:#0a3b63;
	border:2px solid #FFF500;
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:#FFFFFF;
	font-size:17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 2px 2px 0px #000;
	line-height:25px;
	box-shadow: 3px 3px 5px #CCC;
	margin-top:10px;
	width:275px;
}
/* Header CSS for Park Model Sites */
.header-block-pm {
	float:right;
	margin-top: 10px;
}
.header-slogan-pm {
	color:#000;
	font-size:30px;
	font-weight:bold;
}
.header-text-pm {
	padding-top:8px;
	padding-bottom:8px;
	font-size:16px;
	line-height: 35px;
}
.header-phone-pm {
	font-weight: bold;
	font-size: 36px;
	color: #000;
}
.header-splash-pm {
	position: relative;
	float:left;
	background: #FFF;
	border:2px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
	line-height:25px;
	box-shadow: 3px 3px 5px #CCC;
	margin-top:10px;
	width:400px;
}
.header-splash-text-pm {
	text-align: center;
    top: 50%;
    left: 50%;
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	float: left;
	width: 150px;
	margin-top: 5px;
	padding-top:10px;
		
}
.header-splash-text-more-pm {
	position: absolute; 
	background: #000;
	margin-top: 70px;
	text-align: right;
	padding-left: 3px; 
	padding-right: 3px;
	text-shadow: 1px 1px 1px #000;
	right:0px;
}
.header-splash-pm, .header-splash-text-more-pm a {
	color:#FFF500 !important;
}
/* Delivery Zone Map */
.deliveryzone {
	margin:0 0 10px 0 !important;
	padding:0 !important;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	color:#FFFFFF;
}
.deliveryzone a {
	color:#FFF500 !important;
}
.deliveryzone a:hover {
	color:#CCC !important;
}
/* Product Block */
.product-grid {
	border: 1px solid #CCC;
	margin:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-grid h3 {
	padding:3px 6px;
	margin:0;
	font-size:19px;
}
.product-grid-more {
	float:right;
	font-size:14px;
	background:#EDEDED;
	padding:3px 6px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.product-grid-meta {
	font-weight:bold;
	padding:3px 6px;
	margin:5px;
	color:#666;
}
.product-grid-details {
	font-size:12px;
}
.product-available {
		background: url(../images/alert.png) no-repeat 10px 50%;
		color:#555;
		font-size:11px;
		padding:5px 5px 5px 30px;
		text-align:left;
		width:100%;
		margin:10px 0px;
		line-height:15px;
}
.product-grid-img {
	text-align:center;
	height:200px;
	margin-bottom:5px;
	overflow:hidden;
	position: relative;
}
.product-grid-img-sm {
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
	position: relative;
}
.product-grid-img img {
	max-width:100%;
	max-height:100%;
}
.product-contact {
	margin-top:10px;
	border:1px solid #CCC;
	padding:10px;
	background: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Footer Elements */
.footer-widgets .menu-item-1541 {
	background: none;
}
.footer-widgets .menu-item-1541 {
	background: none !important;
}
.footerlogos {
	float:right;
	padding:5px;
	border-left: 1px solid #CCC;
}
/* Overstock CPT Elements */
.overstock {
	border-top: 4px solid #FFF500;
	margin-bottom:10px;
}
.product-grid .overstock img {
	border:1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.product-grid .overstock .overlay {
	color:#3B9C2F;
	font-weight:bold;
	min-height:20px;
	overflow:hidden;
	font-size:18px;
	margin-bottom:10px;
}
.overstock-prices {
	margin-top:5px;
}
.overstock-price {
	font-size:15px;
	color:#0083ad;
	font-weight:bold;
}
/* Move-In Ready Elements */
.ready-list-block {
	background:#f2f2f2;
	border: 1px solid #CCC;
	border-top: 4px solid #D11A1D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}
.ready-list-block .overlay {
	color:#3B9C2F;
	font-weight:bold;
	min-height:20px;
	overflow:hidden;
	font-size:18px;
	margin-bottom:10px;
}
/* Status Elements */
.oimage {
	position:relative;
}
.status {
   position: absolute; 
   top: 15px; 
   left: 0; 
   width: 100px;
   text-align:center;
   color:#FFFFFF;
   font-weight:bold;
   -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
}
.status .active {
	background:#59B13A;
}
.status .pending {
	background:#ef870d;
}
.status .sold {
	background:#FF0004;
}
.status .soon {
	background:#2E84F9;
}
.attachment-featured-thumb, .attachment-featured-medium, .attachment-featured-large {
	border:1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*Link Float Over*/
.omore {
	position:relative;
}
.omorelink {
   position: absolute; 
   bottom: 10px; 
   right: 0; 
   text-align:center;
   color:#FFFFFF;
   font-weight:bold;
   -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.50);
	letter-spacing:0;
}
/* Product Elements */
.product-single-meta {
	
	background:#f7f7f7;
	border: 1px solid #CCC;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.entry-title .smtxt {
	font-size:20px;
}
.floorplan-single-meta label {
  display: inline-block;
  margin-bottom: 5px;
  font-size:11px;
  color:#7E7E7E;
  width:30%;
}
.floorplan-single-desc {
	padding:10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.floorplan-single-desc p {
	padding:10px 0;
	margin:0;
}
.floorplan-epricing {
	font-size:21px;
	text-align:center;
	color:#FFF;
	line-height:18px;
	font-weight:bold;	
	padding:5px;
}
.floorplan-epricing-model {
	text-align:center;
	font-size:12px;
	color:black;
	padding:3px;
}
/* Features */
.stdfeatures ul li {
	list-style: none;
	background: url(../include/shortcodes/shortcode_icons/ico-style1.png) no-repeat scroll 0 center transparent;
	line-height: 20px;
	padding-left: 25px;
}
/* Sidebar Ads */
.sidebar-ad {
	background: #0a3b63 ;
}
.gss-info {
	background:#E7E5E5;
}
.sidebarmulti {
	background: url(../images/expo-sidebar-multi-bg.png) right no-repeat #9E7F5D;
	border:1px solid #FFF500;
	text-align:left;
	font-weight:bold;
	padding:10px;
	color:#FFF;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.sidebarmulti span a {
	color:#FFF;
	
    
}
.sidebarmulti a {
	color:#FFF500;
    text-align:center;
}
/* Sidebar Newsletter Signup  */
.sidebarnewsletter {
	background:url(../images/expo-sidebar-bg.png) #467609;
	padding:5px;
	border:1px solid #666;
	margin:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
}
.sidebarnewsletter .gform_title {
	margin:0  !important;
	padding:0  !important;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	
	font-size:19px !important;
}
.sidebarnewsletter .gform_heading {
	margin:0  !important;
	padding:0  !important;
}
.sidebarnewsletter label {
	font-size:11px;
	margin:0  !important;
	padding:0  !important;
	color:#CCC;
}
.sidebarnewsletter .gfield_description {
	font-size:10px !important;
	margin:0  !important;
	padding:0  !important;
	color:#E7E7E7;
}
.sidebarnewsletter .validation_error {
	display: none;
}
.sidebarnewsletter .gfield_error {
	background-color:#FF0004;
	
}
.sidebarnewsletter .gfield label {
	display:none !important;
}
/* Page Elements */
.pagesubmenu {
	padding: 5px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eaeaea;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Grvaity Forms */
.gss-container .gss-info {
	background:#d8d8d8;
	font-size:18px;
	color:#666;
	font-weight:bold;
}
/* Map Plugin */
#mkgd-map-canvas {
	border: 1px solid #666 !important;
}
#directions {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important;
}
/* Options Table */
.tableoptions tr {
	border-bottom: 1px solid #CCC;
	padding-left:10px;
	font-size:14px;
}
.tableoptionstitle {
	background:#f7f7f7;
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:bold;
	
}
.tableoptions a {
	width:100%;
	display: block;
	background:url(../images/camera.png) no-repeat right;
}
.gfield_required {
	display:none;
}
.wp-caption-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:5px;
  padding-right:5px;
}
/* Video & Photo Icons */
.iconcontainer{
	margin: 0 auto;
	display:inline-block;
	margin-left:5px;
}
.iconcontainer img.left{
	display:block;
	float:left;
	padding-top:4px;
}
 .iconcontainer img.right{
	display:block;
	float:right;
	padding-top:4px;
	padding-left:3px;
}
/* Notification */
.notification {
	border: 1px solid #dec175;
	background: url(/wp-content/themes/factoryexpo/images/notice.png)  no-repeat 10px 50% #ffe9ad;
	padding:5px;
	margin-bottom:5px;
	color: #B90003;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.featherlight .featherlight-content {
	background: #FFF !important;
}
/* Content Menu */
.content-menu {
	margin-top: 5px;
	margin-bottom: 5px;
}
.content-menu  a {
	border: 1px solid #CCC;
	background: #666;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:  #FFF;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
	float: left;
}
.inline-field {}
.inline-field input,
.inline-field label {
  	display: inline-block;
  	margin-bottom: 0; /* I added this after I posted my reply */
  	vertical-align: middle; /* Fixes any weird issues in Firefox and IE */
	margin-left: 10px;
	padding: 5px;
	float: left;
}
.inline-field input {
	margin: 5px !important;
}
.product-single-meta .two-third {
	width: 75%;
}
.product-single-meta .one-third {
	width: 18%;
}

/* Testimonials */

.testimonial-block {
	border:1px solid #CCC;
	background: #f8f8f8;
	padding:10px;
	padding-bottom:15px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.testimonial-block p {
	font-size:14px;
}

.testimonial-block-name {
	float:right;
	font-size:12px;
	font-weight:100px;
	padding:10px;
	padding-right:35px;
}

.testimonial-block img {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}