/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.whats_in_bloom_flowers {
	width:100%;
	position:relative;
}

.whats_in_bloom_month,
.entry-content a.whats_in_bloom_month {
	color:#265630;
	background:#aacf4a;
	width:85px;
	height:25px;
	text-decoration: none;
	border-bottom:0px;
	font-size:12px;
	text-align:center;
	display:inline-block;
	padding: 4px;
	position:relative;
	margin-bottom:30px;
	font-family: 'Trajan Pro', 'Cinzel', serif;
	font-weight:bold;
}

.entry-content a.whats_in_bloom_month:hover {
	text-decoration: underline;
}

.whats_in_bloom_active {
	background:#265630 !important;
	color:white !important;
	height:33px !important;
}

.whats_in_bloom_active:after {
	content:" ";
	display:block;
	position:absolute;
	top:33px;
	width:100%;
	height:24px;
	left:0px;
	background-size:100%;
	background-repeat: no-repeat;
}

.whats_in_bloom_active span {
	position: relative;
	top: 3px;	
}

.whats_in_bloom_loading {
	min-height:300px;
	background-size:100px 100px;
	background-position:50%;
	background-repeat:no-repeat;
}

.whats_in_bloom_flower {
	display:inline-block;
	position:relative;
	margin-bottom: 13px;
}

.whats_in_bloom_flower .whats_in_bloom_hover {
	opacity:0;
	text-align:center;
	color:white;
	position:absolute;
	top:0px;
	bottom:7px;
	left:0px;
	right:0px;
	background: rgba(79,29,99,0.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(79,29,99,0.8) 0%, rgba(46,7,59,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(79,29,99,0.8)), color-stop(100%, rgba(46,7,59,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(79,29,99,0.8) 0%, rgba(46,7,59,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(79,29,99,0.8) 0%, rgba(46,7,59,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(79,29,99,0.8) 0%, rgba(46,7,59,1) 100%);
	background: radial-gradient(ellipse at center, rgba(79,29,99,0.8) 0%, rgba(46,7,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f1d63', endColorstr='#2e073b', GradientType=1 );
}

.whats_in_bloom_flower, .whats_in_bloom_flower img {
	max-width:340px;
}

.whats_in_bloom_flower .whats_in_bloom_text {
	position:relative;
}

.whats_in_bloom_flower .whats_in_bloom_text span {
	display:block;
}

.whats_in_bloom_flower .whats_in_bloom_title {
	font-family: 'Economica', sans-serif;
	font-size:34px;
	margin-bottom: -15px;
}

.whats_in_bloom_flower .whats_in_bloom_description {
	font-family: 'Myriad Pro', 'Droid Sans', sans-serif;
	font-size:12px;
	padding: 0px 10px;
}

.whats_in_bloom_message {
	width:100%;
	font-family: 'Myriad Pro', 'Droid Sans', sans-serif;
	font-size:20px;
	text-align: center;
	padding:40px;
}

.whats_in_bloom_column {
	max-width:340px;
	margin-right:20px;
	display:inline-block;
	vertical-align: top;
}

.whats_in_bloom_column:last-child {
	margin-right:0px;
}

@media only screen and (max-width: 660px) {
	.whats_in_bloom_months {
		text-align:center;
	}	
}
