#content-left-inner ul#weather li{
	background:none;
	margin-bottom: 0;
	padding:0;
	width: 100%;
}
div.wp-forecast-curr {
	float:left;
	width:100%;
	margin-bottom:1.071em;
	padding:0 0 1.5em 0;
}
/* style for forecast data */
div.wp-forecast-curr-head {
	text-align:center;
	color:#886419;
	padding-top:1.5em;	
	background:url(../../themes/vivere/images/heading-divider.png) center top no-repeat;
	margin-bottom:1em;
}
/* style for forecast data details */
div.wp-forecast-curr-block {
	float:left;
	width:30%;
	padding-left:10%;
	padding-top:1em;
}
/* style for forecast data details left side */
div.wp-forecast-curr-left {
	float: left;
	width:27%;
	padding:0 4%;
}
div.wp-forecast-curr-left img{
	width:97%;
	height:auto;
}
/* style for forecast data details right side */
div.wp-forecast-curr-right {
	text-align:left;
	float: left;
	font-style:italic;
	width:65%;
}
/* style for current weather data details */
div.wp-forecast-curr-details {
	font-size: 0.929em;
	text-align:left;
	float:left;
	width:58%;
}
div.wp-forecast-curr-details > div{
	width:47%;
	float:left;
}
/* style for forecast data */
div.wp-forecast-fc {
	text-align:left;
	float:left;
	margin:-20px 0 0;
	width:100%;
}
div.wp-forecast-fc-head {
	font-size: 1.068em;
	text-align:center;
	color:#886419;
	padding:0.25em 0 0;
}
div.wp-forecast-fc-oneday {
	padding: 1em 0 0;
	margin:0 0 0.5em;
	float:left;
	width:33%;
	border-top:1px solid #e0e8e7;
	padding-top:1em;
}
div.wp-forecast-fc-oneday:nth-child(3n+1){
	clear:left;
}
div.wp-forecast-fc-block {
	float:left;
	width:100%;
}
div.wp-forecast-fc-left {
	text-align:center;
	float: left;
	width: 28%;
}
div.wp-forecast-fc-right {
	padding: 1em 0 1em 2%;
	text-align:left;
	width: 70%;
	float: right;
	font-size:0.929em;
}
img.wp-forecast-fc-left {
	width: 75%;
	height:auto;
	padding: 1em 0 0 10%;
}
@media only screen and (max-width: 1239px) {
	div.wp-forecast-curr-details > div{
		width:50%;
	}
	
}

@media only screen and (max-width: 994px) {
div.wp-forecast-fc-right{
	width:65%;
}
div.wp-forecast-fc-left{
	width:32%;
}
img.wp-forecast-fc-left{
	padding:1em 0 0 15%;
	width:80%;
}	
}


@media only screen and (max-width: 767px) {
div.wp-forecast-curr-details{
	width:64%;
}
div.wp-forecast-curr-block{
	padding:0 25%;
	width:50%;
}
div.wp-forecast-curr-details{
	width:85%;
	padding: 0 5% 0 10%;
}
div.wp-forecast-fc-oneday{
	width:50%;
}
div.wp-forecast-fc-right{
	width:72%;
}
div.wp-forecast-fc-left{
	width:25%;
}
div.wp-forecast-fc-oneday:nth-child(3n+1){
	clear:none;
}
div.wp-forecast-fc-oneday:nth-child(9){
	display:none;
}
div.wp-forecast-fc-oneday:nth-child(8), div.wp-forecast-fc-oneday:nth-child(7){
	border-bottom:1px solid #e0e8e7;
	padding-bottom:0.5em;
}
}
@media only screen and (max-width: 589px) {
div.wp-forecast-curr-details{
	width:96%;
	padding: 0 2%;
}
div.wp-forecast-fc-oneday{
	width:90%;
	padding:1em 5% 0;
}
img.wp-forecast-fc-left{
	width:72%;
	padding-right:2%;
}
div.wp-forecast-fc-oneday:nth-child(9){
	display:block;
}
div.wp-forecast-fc-oneday:nth-child(8), div.wp-forecast-fc-oneday:nth-child(7){
	border-bottom:none;
	padding-bottom:0;
}
div.wp-forecast-fc-right{
	width:63%;
}
div.wp-forecast-fc-left{
	width:30%;
	padding-left:5%;
}
}

@media only screen and (max-width:459px) {
div.wp-forecast-curr-block{
	width:70%;
	padding:0 5% 0 25%;
}
div.wp-forecast-curr-details > div{
	width:100%;
	text-align:center;
}
div.wp-forecast-fc-oneday{
	width:100%;
	padding:0;
	padding:1em 0 0;
}

}