/*
Global Menu (whoahbar) Styles
*/
.woahbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 40px; 
	height:40px;
	overflow:hidden;
	z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
	text-align: center;
	font-size: 16px;  
	color: #1c1c1c;  
	background-color: #ffffff;  
	border-bottom: 0px solid #e3e3e3;  
	-webkit-box-shadow: 0 0 3px #e3e3e3;  
	-moz-box-shadow: 0 0 3px #e3e3e3;  
	box-shadow: 0 0 3px #e3e3e3;  
}
 
.woahbar-stub {
	position: fixed;
	top: -10px;
	left: 0px;
	width: 100%;
	height: 19px;
	z-index: 200;
	padding: 5px 0 5px 0;
}
 
.woahbar span {
	float: left;
	width: 100%;
	margin:0 auto;
}
.woahbar .container{
	padding:5px 0;
}
#woahleft{
	float:left;
	left:0;
}
#woahright{
	float:right;
	right:5%;
}
#woahleft a,
#woahright a{
	display:block;
	height:30px;
	text-indent:-9999px!important;
	}
#woahright a{
	float:right;
}
#woahleft a{
	float:left;
	margin-right:10px;
	}
#woahright a:hover,
#woahleft a:hover{
	opacity:1;
}
/*GROWNetwork*/
.woahbar a.grow-network, 
.woahbar a.growtalks,
.woahbar a.utrconf{
	margin-top:3px;
	}
.woahbar a.grow-network{
	width:31px;
	height:25px;
	background:url(../img/grow-network.png) no-repeat 0 0;	
	background-size:31px 25px;
}

/*GROWConf*/
.woahbar a.growconf{
  margin-top: 3px;
  width:68px;
  height:25px;
  background:url(http://utrconf.com/wp-content/themes/utrconf/img/growconf.png) no-repeat 0 0;
  background-size:68px 25px;
 }
/*GROWTalks*/
.woahbar a.growtalks{
	width:110px;
	height:25px;
	background:url(../img/growtalks.png) no-repeat 0 0;
	background-size:110px 25px;	
}
/*GROWConf*/
.woahbar a.utrconf{
	width:42px;
	height:25px;
	background:url(../img/utrconf.png) no-repeat 0 0;	
	background-size:42px 25px;
}
/*Twitter*/
.woahbar a.twitter{
	width:30px;
	background:url(../img/twitter.png) no-repeat 0 0;	
}
/*Facebook*/
.woahbar a.facebook{
	width:30px;
	background:url(../img/facebook.png) no-repeat 0 0;	
}
/*RSS*/
.woahbar a.rss{
	width:30px;
	background:url(../img/rss.png) no-repeat 0 0;	
}
/*Social Hover States*/
.woahbar a:hover.facebook,
.woahbar a:hover.twitter,
.woahbar a:hover.rss{
	width:30px;
	background-position:0 -30px;	
}

	
.show-notify {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 3px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 35px;
padding-top:5px;
text-decoration: none;
background-color: #88b028;
cursor:pointer;
}

.show-notify:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 35px;
text-decoration: none;
background-color: #acce1b;
cursor:pointer;
}

.woahbar-up-arrow:hover {
background: url(../img/woahbar-up-arrow-hover.png);
}

.close-notify {
float: right;
margin-top:-40px;
margin-right: 22px;
width: 17px;
height: 19px;
padding-top:5px;
text-decoration: none;
cursor:pointer;
}
 
.woahbar-link {
background:#88b028;
}
 
.woahbar-link:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1c1c1c; /* Old browsers */
color: white;
padding: 1px 8px 3px 8px;
text-decoration: none;
}

@media (min-width: 1px) and (max-width: 803px) {
#woahright,
#woahleft{
	float:none;
	display:inline-block;
	clear:both;
	margin:0 auto;
}
#mc_embed_signup{
	display:none;
	}
.woahbar {
	min-height: 40px; 
	height:40px;
	text-align: center;
}
	}
@media (min-width: 321px) and (max-width: 480px) {
.woahbar {
	min-height: 40px; 
	height:40px;
	text-align: center;
}
	}

@media (min-width: 1px) and (max-width: 320px) {
.woahbar {
	min-height: 40px; 
	height:40px;
	text-align: center;
}
	}
/*woahbar ends */

/*Mailchimp Subscription*/
#mc_embed_signup{
	float:left;
	min-width:250px;
	margin-right:10px;
	}
#mc_embed_signup input{
	margin-left: 0;
    box-shadow: 0;
    transition: none;
	border: 1px solid #ccc;
	border-radius:0!important;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin: 2px 0;
	padding:5px 10px 5px;
    vertical-align: middle;
}
#mce-EMAIL{
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	}
#mc_embed_signup input.email{
	width:215px!important;
	text-indent:5px;
	float:left;
	}
#mc_embed_signup input#mc-embedded-subscribe{
	color:#fff;
	width:27px!important;
	height: 26px!important;
	border:none;
	float:left;
	background-image:url(../img/mailing-list-submit.jpg)!important;
	}
#mc_embed_signup input.button:hover{
	background-position:0 -27px;
	}

/*flickr Feed*/	
li.picture-item{
	display:block;
	float:left;
	list-style-type:none;
	margin:0 7px 7px 0;
	padding:0!important;
	border:4px solid #fff;
	-webkit-box-shadow: 0 0 3px #e7e7e7;  
	-moz-box-shadow: 0 0 3px #e7e7e7;  
	box-shadow: 0 0 3px #e7e7e7; 
	}
	
li.picture-item a,
li.picture-item a img{
	margin:0;
	padding:0;
	}
li.picture-item a:hover{
	background:none!important;
	}
	
/* Rapid Twitter Widget*/
#rapid-twitter-2 h2 a{
	color: #fff!important;
}
#rapid-twitter-2 h2 a:hover{
	text-decoration: none;
}