

.clearfix{clear: both}
#main h2.entry-title.site-title {font-size: 1.5em}
.blockhead{
		font-weight: bold;
		text-transform: uppercase
}

.homepost-list{
		margin-left: 0
}

.homepost-list li{
	list-style-type: none;
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	margin-bottom: 50px;
	
}

.homepost-list li img{
	/*transition: width 1s, height 1s, left 1s, top 1s;*/
	position: relative;
	transition: all 0.5s ease 0s;
	width: 100%;
	top:0;
	left: 0
}


.homepost-list li aside{
	position: absolute;
	bottom: 30px;
    left: 0;
    right: 0
}


.homepost-list li img:hover{

	transform:scale(1.05);
/*
	max-width: 110%;
	width: 105%; */
	

}

.homepost-list .social-rocket-inline-buttons{
	display:none
}

#weather-select{
    display: block;
    padding: 20px;
    border: solid 1px #007bb4;
    background: #007bb4;
    margin: 30px 0;
    color: #fff;
    font-size: 1.2em;
}

#weather-locales{
	margin-left: 30px;
	font-size: 18px;
}


.homepost.feature{
	display:block;
	clear:both;
	max-width: 100%;

	margin: 20px 0;
}

.homepost.feature h3{
		font-size: 1.5em
}

.homepost.next{
	max-width: 45%;
	margin: 2%
}

.threeup .homepost.next{
	max-width: 28%;
	margin: 2%
}

.homepost.rest{
	display:block;
	clear:both;
	max-width: 100%;
	text-align: left;
	margin: 10px 0;
}

.feature-thumbwrap{
	margin-bottom: 40px
}

.feature-caption{
	font-size: 13px
}

/*
 Weather Stuff
*/


.data{

    font-size: .9em;
 margin-top: 20px	
}

.flowbox{
	float: left
}

.report-container {
    border: #E0E0E0 1px solid;
    max-width: 1750px;

}

.current{
	background: #f8f8f8;
	 padding: 20px 40px 40px 40px;
}

.report-container h2{
	display:inline-block
}

.current-date{
		margin-left: 50px; 
		display:inline-block
		
}

.forecast{
	padding: 20px 40px 40px 40px;	
}


.weather-icon {
    vertical-align: middle;
    margin-right: 20px;
	float: left;
	width: 80px;
}

.weather-forecast {
    color: #212121;

    margin: 20px 0px;
}

.weather-forecast .main-wrap{
	margin-left: 100px
}

.current-temp{
	  font-size: 3em;  
	  font-weight: bold;
}

.conditions{
		font-size: 1.4em
}

.main-wrap .min{
	padding-right: 10px; 
	

}

.main-wrap .max{
	padding-left: 10px
}

.min, 
.max{
	font-weight: bold;
	display: inline-block;
	font-size: .95em;
}

div.feels-like {
    margin-left: 15px;
    color: #929292;
	font-size: 20px;
	display: inline-block;
	line-height: 1.1em
    
}

.time {
    line-height: 25px;
}

.forecast ul{
	margin: 0
	
}

.forecast li{
	list-style-type: none;
	display: inline-block;
	margin: 5px;
	width: 18%;
	border-right: solid 1px #222;
	vertical-align: top;
	margin-bottom: 50px;
	
}

.forecast_item .date div{
	text-transform: uppercase;
	font-size: 1.2em
}

.forecast_item  .max{
	font-weight: bold;
	font-size: 1.6em
}


.dataone{
	padding-left: 20px
}

.highlight-container {
	display:inline-block;
	padding: 10px 20px;
	background: #007bb4;
	text-align: left;
	color: #fff
}

.highlight-container li a{
	color: #fff
}

.highlight-container ul{
	list-style-type: none;
	margin: 0;
	font-size: .9em;
}

.widget .highlight-container ul li{
	padding-bottom: 0
}



.highlight-container li:last-child{
	border-top: solid 1px #007bb4;
    margin-top: 5px;
}


.highlight-container h3{
	margin-bottom: 5px
}

/*
 Winery Stuff
*/

.winery-info{
	font-weight: bold;
	margin: 30px 0;
}


.winery-section{
    margin-bottom: 3em;
}
#googleMap{
	height: 300px
}


/*
 Collections
 */
 ul.collection{
	 
	 list-style-type: none;
 }
 
.collection-item{
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 1px #007bb4;
}

.collection h3{
	font-size: 22px
}

@media screen and (max-width: 1100px){
	.highlight-container ul {
		font-size: .7em;
	}
}


@media screen and (max-width: 768px){
	#weather-select{
		font-size: 1em;
	}

	#weather-locales{
		margin-left: 0px;
		margin-top: 10px
	}
	
	.homepost.next,	
	.threeup .homepost.next{
		max-width: 100%;
		margin: 0%
	}
	
}
