/******************     Weather section        *********************/
#mapWrapper{
    position: relative;
    max-width: 100%;
    float: left;
    padding-top: 20px;
}

#map {
       height: 345px;
      position: relative;
      overflow: hidden;
     width: 100%;
box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)-mox-box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
      }
.btn-map {
    color: #fff;
    background-color: #005288;
    border: 1px solid #014a79;
    width: 100px;
    padding: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
.btn-map:hover {
    color: #fff !important;
    background-color: #014a79 !important;
    border: 1px solid #005288 !important;
}

.mapBtnWrap {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
.mapBtnWrap .btn{margin:0 15px;}

.weatherWrapper
{
    width: 100%;
    height:364px;
    background-image: url(/TheParishCouncilThemeV1/img/weatherIcons/weather_bg.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 0;
     /* aa removed  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  border-radius:5px;*/
    float: left;
    font-size:100%;
    top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}
.weatherWrapper:before {
    
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.weatherWrapper:before{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,5f8460+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(109,0,25,0) 0%, #5f8460 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,0,25,0) 0%, #5f8460 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,0,25,0) 0%, #5f8460 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d0019', endColorstr='#5f8460',GradientType=0 ); /* IE6-9 */
}

.forecast {
    display: block;
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.3);  
  width:100%;
  float:left;
}
.forecast div {
    display: inline-block;
	max-width:20%;
    font-size: 100%;
    text-align: center;
    color: #fff;
	border-right:1px solid rgb(200,200,200,0.5);
  width:20%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  float:left;
}
.forecast div:last-child{border-right:0;}

.forecast img {
    display: block;
  max-width:100%;
    margin: 0 auto;
}

#weatherWidget{
	padding-top:20px;
}

.weather-app {
               margin: auto;
               max-width: 100%;
               height: 260px;
               overflow: hidden;
               text-align: center;
               position:relative;
			   z-index:2;
			   text-shadow: 1px 1px #000;
  width:100%;
  float:left;
              
}

.weatherDetails{
	display:inline-block;
	padding:8px;
}
.weather-app .left {
    float: left;
    width: 50%;
    color:white;
    display: inline-block;
}

.weather-app .temperature {
    margin-top:30px;
    margin-left: 20px;
    font-size: 400%;
    font-weight: bold;
    width: 85%;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
   
}

.weather-app .location {
    font-size: 135%;
    width: 100%;
    margin:10px 0;
    position: relative;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
   
}

.weather-app .right {
    width: 100%;
}

.weather-app .top {
    width: 100%;
    margin: 0 auto;
}

.weather-app .top img {
    width: 100%;
}

.weather-app .bottom {
    color: white;
    font-weight: bold;
    width: 100%;
    font-size: 115%;
    margin-right: 10px;
}

.weather-app .humidity {
    padding-bottom: 8px;
}

.wind {
}

.weather-app .center {
    display: inline-block;
    width: 50%;
  max-width:120px;
}

.weather-app .description {
    font-size: 130%;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    text-align: center;

}
.date {
    font-size: 100%;
    width: 50%;
    margin: 0 auto;
    padding: 5px;
}

#map_canvas 
{ 
    height: 345px;
    width: 100%;
   /*aa removed border-radius:5px;*/
    margin-top:20px;
    /*aa removed box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)-mox-box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)*/
}

div#map_canvas_button {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

div#map_canvas_button .btn{
  
  margin:0 15px;
}

@media only screen and (max-width: 1024px) {
    .weatherWrapper {
        font-size:75%;
    }
.weather-app .description{
      padding-top: 20px;
}
}