/*
Theme Name: Currents
Version: 1.0
Author: Overhaul Media
*/


body,html{
	height:100%;
}

body{
	background:url('images/background.jpg') #fff no-repeat top center;
}

.mobile, .hidden{
	display:none;
}

.clear:before,.clear:after{
	content:" ";
	display:table;
}

.clear:after{
	clear:both;
}

.ie7 .clear{
	*zoom:1;
}

h1{
	font-size:30px;
	color:#8ebb5f;
}

h2{
	color:#b86742;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.headingheader{
	text-transform:capitalize;
	color:#8ebb5f;
	font-size:30px;
	padding:190px 0 15px 30px;
}

a{
	color:#d37921;
	text-decoration:none;
}

a:hover{
	color:#8EBB5F;
}

a:focus{
	color:#8EBB5F;
}

p{
	color:#706760;
	line-height:20px;
}

table tr td{
	vertical-align:top;
}

.trade{
	font-family:'TradeGothicNextW01-Cond';
	font-weight:normal;
}

.altAnchor{
	text-decoration:none;
	color:#dc9800;
	font-size:12px;
	text-transform:uppercase;
	font-family:'TradeGothicNextW01-Bold_693232';
	font-weight:normal;
}

.altAnchor:hover{
	color:#a3c884;
}

.browseCTA{
	margin-top:-20px;
	float:right;
	background:url('images/browseCTA.jpg') no-repeat top center;
	width:143px;
	height:96px;
}

.browseCTA:hover{
	background:url('images/browseCTAHover.jpg') no-repeat top center;
}

.fancyInput{
	background:url('images/inputBoxBg.jpg') no-repeat top left;
	width:153px;
	height:20px;
	padding:7px 13px 6px;
	margin: 8px 0;
	color:#c1c1c1;
}

.social{
	float: left;
	margin-left: 5px;
}

.social.social-facebook{
	margin-left: 15px;
}

#header{
	z-index:20;
	width:100%;
	height:99px;
	position:absolute;
	top:0;
	left:0;
	background:url('images/headerBG.jpg') no-repeat top center;
}

#bottomBG{
	z-index:21;
	width:100%;
	height:94px;
	position:absolute;
	top:84px;
	left:0;
	background:url('images/headerBGBottom.png') no-repeat top center;
}

#navContainer{
	z-index:22;
	width:100%;
	height:27px;
	background:#000;
	position:absolute;
	top:75px;
	left:0;
}

#logo{
	margin:-59px 0 0 20px;
	position:absolute;
}

.nav{
	float:right;
	margin:1px 0;
	padding:0;
	padding-top:4px;
}

.nav li{
	margin-left:24px;
	float:left;
	display:block;
}

.nav li a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-family:'TradeGothicNextW01-Cond';
	font-weight:normal;
	color:#fff;
	letter-spacing: 1px;
}

.nav li a:hover{
	color:#7EC366;
}

.nav li:hover ul{
	display:block;
}

.nav li ul{
	padding:10px;
	position:absolute;
	background:#000;
	display:none;
}

.nav li ul li{
	margin-left:0;
	float:none;
}

.nav li ul li a{
	text-transform:capitalize;
	text-decoration:none;
	font-size:14px;
	color:#fff;
}

.nav li ul li a:hover{
}

#container{
	position:relative;
	z-index:10;
	background:#fff;
	min-height:100%;
}

#slider{
	margin-top:105px !important;
}

#slider ul{
	margin:0;
	padding:0;
}

#slider ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#bottomCurrent{
	position:relative;
	z-index:10;
	margin-top:-15px;
	height:31px;
	background:url('images/bottomCurrent.png') no-repeat top center;
}

#content{
	position:relative;
	z-index:100;
	padding-bottom:107px;
}

#split{
	width:520px;
	padding:30px 0 30px 30px;
}

#split p{
	float:none;
}

#full{
	width:890px;
	padding:30px;
	margin:0;
}

#full .article{
	float:left;
	width:400px;
}

/* Shopping Map */

.stores-a-z {
	margin-top: 10px; 
	font-size: 11px; 
	border-bottom: 1px solid #ccc; 
	line-height:1.25; 
	padding: 50px; 
	padding-bottom:10px; 
	padding-top: 190px;
}

.map-container {
	position: relative; 
	overflow: hidden;
}

.shopping-map {
	max-width: 100%; 
	height: auto; 
	vertical-align: top;
}

#store-overlay {
	top: 0; 
	left: 0; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-size: 100% 100%;
}

.stores-a-z .col {
	float: left;
	padding-right: 2.5%;
	width: 17.5%;
}

.stores-a-z .col a {
	display: block;
}

.stores-a-z {
	padding-bottom: 10px;
}

.stores-a-z .column-5 {
	padding-right: 0;
}

/* Homepage */

.secondary {
	float: left;
	padding-left: 25px;
	display: block;
}

.secondary-content {
	float: right;
	width: 450px;
	padding-left: 25px;
}

.video{
	float:right;
	width:452px;
	margin-bottom:25px;
	padding:10px;
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}

/* Home Columns */

.column{
	float:left;
	width:250px;
	min-height:210px;
	padding:15px 20px;
	background-color:#b36746;
	background-image:url(images/bg-column.png);
	background-repeat:no-repeat;
	background-position:0 30px;
}
.column.middle{
	background-color:#8fb371;
	background-position:-305px 30px;
}
.column.right{
	margin-right:0;
	background-color:#5facce;
	background-position:-610px 30px;
}
.column h2{
	color:#fff;
}

.column h3{
	color:#fff;
	font-size:13px;
}

.column h4{
	color:#fff;
	font-size:14px;
}

.column p{
	color:#fff;
	margin-bottom:0;
}
.column a{
	color:#fff;
	text-decoration:underline;
}

.column .now-open{
	text-align:center;
}

.column .shop {
	height: 120px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#buttons {
	text-align: center;
	font-size: 32px;
}

#buttons a {
	opacity: 0.4;
	padding: 0 3px;
	text-decoration: none;
}

#buttons a.active, #buttons a:hover {
	opacity: 1;
}

.column .shop img {
	max-height: 100px;
	max-width: 80%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.column .now-open-cont {
	height: 120px;
	background: #fff;
	width: 100%;
	border: 1px #709A58 solid;
	position: relative;
}

h2.now-open {
	text-align: center;
}

#sidebar{
	padding-bottom:30px;
}

#sidebarShadow{
	float:left;
	position:relative;
	width:347px;
	margin-left:-7px;
	padding-left:7px;
	background:url('images/sidebarLeftShadow.jpg') top left repeat-y;
}

#sidebartopshadow{
	background:url("images/sidebarTopShadow.jpg") no-repeat scroll center top transparent;
	float:left;
	height:30px;
	margin-bottom:-23px;
	margin-left:-7px;
	width:354px;
}

#sidebarbottomshadow{
	background:url("images/sidebarBottomShadow.jpg") no-repeat scroll center top transparent;
	float:left;
	height:30px;
	margin-bottom:-30px;
	margin-left:-7px;
	margin-top:-20px;
	width:354px;
	position:relative;
	z-index:1;
}

#redBox{
	position:relative;
	z-index:2;
	margin-top:1px;
	width:287px;
	padding:25px 30px;
	background:#b66945 url('images/redbox.jpg') no-repeat top center;
}

#redBox a{
	color:#fff;
	text-decoration:underline;
}

#redBox h3{
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

#redBox p{
	margin:0;
	color:#fff;
	font-size:12px;
}

#orangeBox{
	position:relative;
	z-index:2;
	margin-top:1px;
	width:287px;
	height:80px;
	padding:16px 30px 0;
	background:url('images/orangebox.jpg') no-repeat top center;
}

#orangeBox a{
	color:#fff;
	text-decoration:none;
}

#footer{
	z-index:30;
	position:absolute;
	margin-top:-107px;
	width:100%;
	height:107px;
	background:url('images/footerBG.jpg') #90B568 no-repeat top center;
}
#footerNav{
	width:920px;
	float:left;
	margin:35px 0 0 30px;
	padding:0;
}

#footerNav li{
	float:left;
	list-style:none;
	margin-right:20px;
}

#footerNav li a{
	font-family:'TradeGothicNextW01-Bold_693232';
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}

#footerNav li a:hover{
	color:#B4F099;
}

#footerLogos{
	float:right;
	margin-top:-30px;
}

/* Breadcrumbs */

.breadcrumbs{
	margin:-20px 0 20px;
	color:#9d9d9d;
	font-size:11px;
}

.breadcrumbs a{
	text-decoration:none;
	color:#9d9d9d;
}

.breadcrumbs a:hover{
	color:#d37921;
}

/* Events Page Styles */

.event{
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #b36746;
	position:relative;
	overflow:hidden;
}

.eventDateBox{
	float:left;
	width:37px;
	height:45px;
	padding-top:3px;
	text-align:center;
	background:url('images/eventDateBg.png') no-repeat top center;
}

.eventDetails{
	float:left;
	width:600px;
	padding:0 20px;
}

.eventImage{
	float:right;
}

.event p{
	color:#606060;
	font-size:12px;
	font-family:helvetica nueu,arial,helvetica;
}

.event h3{
	color:#d27821;
	font-size:24px;
	font-family:helvetica nueu,arial,helvetica;
	margin-bottom:5px;
}
.event .more{
	display: block;
	width: 620px;
	height: 30px;
	padding-top: 15px;
	position: absolute;
	bottom: 0;
	left: 58px;
	background:#fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.topEventDate{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.bottomEventDate{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height:13px;
}


/* Splash Page Styles */
#spashContainer{
	min-height:950px;
	height:100%;
}

#spashContainer .push{
	height:566px;
}

#lolitas{
	margin:-566px auto 0;
	height:566px;
	width:788px;
	background:url("images/lolitas.png") no-repeat scroll center top;
}

.spalshBG{
	background:url("images/splashBG.jpg") no-repeat scroll center top #FFFFFF;
}

#shopping{
	float:left;
	margin:300px 0 0 200px;
	width:231px;
	height:67px;
	background:url('images/shoppingSplash.png');
}

#shopping:hover{
	background:url('images/shoppingSplashHover.png');
}

#leasing{
	float:right;
	margin:300px 200px 0 0;
	width:186px;
	height:66px;
	background:url('images/leasingSplash.png');
}

#leasing:hover{
	background:url('images/leasingSplashHover.png');
}


/* Store Directory */
.sidebar{
	width:230px;
	background:#b36746;
	color:#fff;
	float:left;
	padding:15px;
	margin-left:30px;
	margin-top:30px;
}

.sidebar a{
	color:#fff;
}

.sidebar .button:first-child{
	margin-right:8px;
}

.sidebar .button{
	background:#e1c2b5;
	color:#b36746;
	width:110px;
	display:inline-block;
	padding:5px 0;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
}

.sidebar .button.active{
	background:#000;
	color:#fff;
}

.sidebar a:hover{
	opacity:0.75;
}

.sidebar ul{
	margin-top:5px;
	margin-bottom:10px;
	list-style:none;
	display:none;
}

.sidebar .alphabet{
	color:#fff;
	font-size:12px;
	font-weight:600;
	margin-bottom:2px;
	display:block;
}

.store{
	float:left;
	width:575px;
	margin-left:10px;
	border-top:2px #b36746 solid;
	margin-top:30px;
	padding:20px;
	color:#706760;
}

.top-spacer{
	margin-top:50px;
}

.hours tr td{
	padding:0 10px 0 0px;
}

.hours tbody tr:nth-child(even) td{
	background:none;
}

.print{
	clear:both;
	padding:30px;
}


/* Begin Images */
p img{
	padding:0;
	max-width:100%;
	padding-bottom:10px;
}

img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft{
	padding:4px;
	margin:0 17px 2px 0;
	display:inline;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}


/* Contact */
.contact-col h2{
	margin-bottom:0;
	text-transform:capitalize;
	font-weight:normal;
	color:#414042;
}


/* Tag Updates */
#upcomingeventsTab{
	display:none;
}

.browseCTA{
	display:none;
}

.tag_office{
	position:relative;
	top:-3px;
	padding-top:15px;
}

.tag_feedback{
	background-color:#a6c87d;
	padding:25px;
	font-size:14px;
}

.tag_feedback h3{
	color:#fff;
}

.tag_feedback label{
	font-weight:normal;
}

.tag_print{
	font-size:15px;
	position:absolute;
	top:212px;
	right:50px;
}


/* Location */
.address{
	float:right;
	margin-right:20px;
	color:#B86742;
	margin-top: -55px;
}

.location-white{
	width: 246px;
	height: 96px;
	background-position:0 0;
	background-repeat:repeat;
	margin:166px 0 0 12px;
	position: absolute;
	padding: 17px 17px;
	color: #706760;
}

/* Contact Form 7 */
.wpcf7-text{
	display:block;
	width:100%;
	padding:8px;
	box-sizing: border-box;
	border:0;
	background-color:#fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.wpcf7-textarea{
	display:block;
	width:100%;
	padding:8px;
	box-sizing: border-box;
	border:0;
	background-color:#fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.mailinglist{
	padding-top:25px;
}

.wpcf7-submit{
	text-transform:uppercase;
	background:#cc7a2d;
	color:#fff;
	cursor: pointer;
	font-weight:bold;
	padding:13px 25px;
	border:0;
}

div.wpcf7-validation-errors{
	border:2px solid red!important;
}

/* Mailchimp */

#mc-embedded-subscribe-form input[type="submit"]{
	display:inline;
	border:0;
	background:transparent;
	cursor:pointer;
}

/* Leap Year Promotions */

.promotion {
	font-size: 0;
    border-bottom: 1px #ccc solid;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.promotion.header {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.promotion.header h3 {
    text-align: center;
}

.promotions {
    margin-top: 35px;
}

.promo-column ol, .promo-column ul {
    color: #706760;
    line-height: 20px;
    list-style: inside disc;
    margin-bottom: 15px;
}

.promo-column p:last-child, .promo-column ol:last-child, .promo-column ul:last-child {
    margin-bottom: 0;
}

.promotion ol {
    list-style: inside decimal;
    margin-bottom: 15px;
}

.promo-column {
	width: 45%;
	display: inline-block;
	font-size: 14px;
    box-sizing: border-box;
    padding-right: 25px;
    vertical-align: middle;
}

.promo-column.last {
    padding-right: 0;
    width: 25%;
    text-align: center;
}

.promo-column.first {
    text-align: center;
    padding-right: 50px;
    width: 30%;
}

.promo-column img {
    width: auto;
	max-width: 100%;
	height: auto;
    max-height: 100px;
}

/* Banner Page */
.banner-page {
	font-size: 24px;
}

.banner-page p {
	line-height: 120%;
}

.banner-page strong {
	font-style: normal;
	font-weight: normal;
	color: #8ebb5f;
}

.banner-page input {
	padding: 10px;
	border: 1px #eceae1 solid;
}

.banner-page label {
	font-size: 18px;
	font-weight: normal;
}

.banner-page label span {
	margin-top: 5px;
	display: block;
}

.banner-page label.checkbox {
	font-size: 16px;
}

.banner-page label.checkbox .wpcf7-list-item-label {
	margin-left: 10px;
	display: inline;
}

.banner-page .wpcf7-recaptcha {
	margin-bottom: 15px;
}

.banner-page .wpcf7-submit {
	background: #8ebb5f;
	padding: 10px 48px;
	border: none;
}

.banner-page .wpcf7-submit:hover {
	background: #cc7a2d;
}

.banner-page em {
	font-size: 16px;
}

.banner-page .wpcf7-response-output {
	font-size: 14px;
	padding: 15px;
}

.banner-page .wpcf7-not-valid-tip {
	color: red;
}

.banner-page .screen-reader-response {
	font-size: 14px;
}

/* IE7 */

.ie7 .home .nav{
	position:relative;
	float:right;
	width:560px;
	margin:1px -370px 1px 0;
}

.ie7 .nav{
	margin:1px 0;
}

.ie7 #footer{
	left:0;
}
