/*

	Weathersite layout SASS file. 

	Change the variables at the beginning of the document to change the look of the site.

	To compile the .scss run <sass compiler command>

*/
/* Temp and rain colors and sizes */
/* Row, column and headerbox sizes */
/* 

	_map.scss 

	Variables defined in alma.scss
 
 */
#disclaimer {
	font-size:16px;
}
.map-wrapper {
  position: relative; }
  .map-wrapper .headertime {
    line-height: 50px;
    width: 93px;
    font-weight: bold;
    font-size: 32px; }
  .map-wrapper .map-time-link-wrapper {
    width: 93px;
    height: 296px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(248, 248, 248, 0.85); }
    .map-wrapper .map-time-link-wrapper .map-time-link {
      width: 80px;
      line-height: 19px;
      text-align: center;
      background: #f8f8f8;
      color: #484848;
      border: 1px solid #eeeeee;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3px;
      border-radius: 1px;
      transition: all 0.2s;
      cursor: pointer; }
    .map-wrapper .map-time-link-wrapper .selected-time {
      background: #484848;
      color: #f8f8f8;
      border: 1px solid #484848; }
  .map-wrapper .map-time-controls-wrapper {
    width: 93px;
    text-align: center;
    position: absolute;
    bottom: 12px; }
    .map-wrapper .map-time-controls-wrapper .button {
      margin-left: auto;
      margin-right: auto; }

ul#mapmenu {
  list-style: none;
  padding: 0px; }
  ul#mapmenu li {
    text-transform: uppercase;
    display: inline;
    margin-right: 20px;
    color: #bbbbbb;
    cursor: pointer; }
  ul#mapmenu .selected {
    color: #484848; }

/* 

	_star.scss 

	Variables defined in alma.scss
 
 */
.star-unlit,
.star-unlit-highlighted,
.star-lit {
  width: 16px;
  height: 16px;
  background-image: url("./images/star-sheet.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block; }

.star-unlit {
  background-position: -16px 0px; }

.star-unlit-highlighted {
  background-position: -32px 0px; }

.star-lit {
  background-position: 0px 0px; }

/* 

	_favorites.scss

	Variables defined in alma.scss
 
 */
.favorites-wrap ul {
  list-style: none;
  margin-left: 14px; }
  .favorites-wrap ul li, .favorites-wrap ul li a {
    line-height: 28px;
    display: inline;
    display: inline-block;
    color: #008abc;
    margin-right: 6px;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none; }

/* 

	_variousplaces.scss 

	Variables defined in alma.scss

*/
.placenav ul {
  padding: 0px 0px 0px 0px;
  list-style: none; }
  .placenav ul li {
    position: relative;
    line-height: 33px;
    border-bottom: 1px solid #bbbbbb; }
    .placenav ul li a {
      color: #3986cb;
      text-decoration: none;
      font-weight: normal;
      -webkit-text-stroke: 0.4px; }
    .placenav ul li .symbol-sprite {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      right: 5px;
      top: 0px; }
    .placenav ul li .temp {
      line-height: 33px;
      vertical-align: middle;
      position: absolute;
      right: 50px;
      top: 0px;
      font-weight: bold; }
      .placenav ul li .temp .night {
        color: #bbbbbb; }

.reset, h1, .weather-table,
body,
div,
p,
ul,
li {
  margin: 0px;
  padding: 0px; }



h1 {
  font: 32px "Arial", Helvetica, sans-serif;
  font-weight: bold;
  border-bottom: 4px solid #eeeeee;
  padding-bottom: 5px;
  padding-left:10px; }
  h1 #addplace-button {
    position: relative;
    top: -10px;
    left: -3px; }

h2, ul#mapmenu {
  font: 16px "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #484848;
  margin-bottom: 3px;
  font-weight: bold;
  padding-left: 10px; }
h3, h4, h5 {
  font: 16px "Arial", Helvetica, sans-serif;
  text-decoration: none;
  border-bottom: 2px solid #484848;
  margin-bottom: 3px;
  font-weight: bold; }

.shaded {
  font-size: 11px;
  color: #bbbbbb;
  margin: 3px, 0px, 3px, 0px;
  line-height: 20px; }

.content-separator {
  width: 36px;
  height: 36px; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix {
  clear: both; }

.rounded {
  border-radius: 1.2em; }

.padded-content {
  padding: 10px; }

#searchbox {
  width: 280px;
  height: 34px;
  background: #f8f8f8;
  border: 1px solid #bbbbbb;
  font-size: 13px;
  padding: 0px 0px 0px 14px;
  margin-right: 12px; }

textarea:focus, input:focus {
  outline: 0; }

.autocompleteopen {
  border-top-left-radius: 1.2em !important;
  border-top-right-radius: 1.2em !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom: none !important; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* Autocomplete */
ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  background: #f8f8f8;
  font-size: 100%;
  text-align: left;
  line-height: 21px;
  border: 1px solid #bbbbbb;
  padding: 7px 0px 7px 14px;
  margin: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.2em;
  border-bottom-left-radius: 1.2em; }

  ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li {
    list-style: none; }

    ul.ui-autocomplete .ui-menu-item .ui-state-focus {
      width:100%;
      background-color: #f8f8f8;
      color:white;
      padding-left: 5px;
      padding-right:10px;
      padding-top: 2px;
      padding-bottom: 2px;
      -moz-box-shadow:    inset 0 0 5px #000000;
      -webkit-box-shadow: inset 0 0 5px #000000;
      box-shadow:         inset 0 0 5px #000000;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
}
     
    ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li span.country_name {
      font-size: 12px;
      word-wrap: pre;
      -webkit-text-stroke: 0px; }

  ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    width: 230px;
    font-weight: normal;
    -webkit-text-stroke: 0.3px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #01adeb; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #01adeb; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #01adeb; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #01adeb; }

.button {
  background: #01adeb;
  line-height: 34px;
  width: 34px;
  color: #f8f8f8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-right: 14px;
  cursor: pointer; }
  .button img, .button .search-button, .button .locate-button {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .button .search-button {
    top: 1px;
    left: -1px; }
  .button .locate-button {
    top: 3px;
    left: 1px; }
  #submitbutton {
    margin-right: 4px;
    margin-left: 3px;
    cursor: auto;
  }
.single-column, .column-1 {
  width: 46px; }

.double-column, .column-2 {
  width: 93px; }

.triple-column, .column-3 {
  width: 140px; }

.quad-column, .column-4 {
  width: 187px; }

.five-column, .column-5 {
  width: 234px; }

.six-column, .column-6 {
  width: 281px; }

.seven-column, .column-7 {
  width: 328px; }

.eight-column, .column-8 {
  width: 375px; }

.nine-column, .column-9 {
  width: 422px; }

.ten-column, .column-10 {
  width: 469px; }

.warm {
  color: #e3303d; }

.cold {
  color: #01b2eb; }

.cc-time {
  padding-left:10px;
  text-transform: capitalize; }

.weather-table {
  position: relative;
  display: inline-block;
  float: left; }
  .weather-table div {
    padding: 0px;
    margin: 0px; }
  .weather-table .column {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: relative;
    float: left;
    border-right: 1px solid #f0f0f0; }
    .weather-table .column :last-child {
      border: none; }
    .weather-table .column .time {
      background: #f8f8f8;
      color: #5f5f5f;
      position: relative;
      line-height: 22px;
      margin: 4px 0px 4px 0px; }
    .weather-table .column .symb, .weather-table .column .symbol-sprite {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    .weather-table .column .rain {
      position: absolute;
      color: #62b6da;
      width: 100%;
      top: 100px; }
    .weather-table .column .temp {
      font-size: 19px;
      background: #f8f8f8;
      margin-bottom: 16px; }
    .weather-table .column .temp.big {
      font-size: 38px;
      font-weight: bold; }
    .weather-table .column .feelslike {
      line-height: 20px; }
    .weather-table .column .wind {
      line-height: 20px; }
    .weather-table .column .wind img, .weather-table .column .wind .button .search-button, .button .weather-table .column .wind .search-button, .weather-table .column .wind .button .locate-button, .button .weather-table .column .wind .locate-button {
      vertical-align: middle; }
  .weather-table .big-column {
    height: 216px; }
    .weather-table .big-column .symbol-wrapper {
      height: 129px;
      position: relative; }
    .weather-table .big-column .wind {
      position: relative;
      top: 0px;
      right: -5px; }
    .weather-table .big-column .temp {
      background: none;
      position: relative;
      top: -2px;
      margin-bottom: 10px; }
  .weather-table .threehour-column {
    height: 203px; }
    .weather-table .threehour-column .symb {
      height: 50px;
      top: 6px; }
    .weather-table .threehour-column .temp {
      margin-top: 27px;
      line-height: 32px; }
    .weather-table .threehour-column .rain {
      top: 78px; }
  .weather-table .day-column {
    height: 216px; }
    .weather-table .day-column .symbol-wrapper {
      height: 98px; }
    .weather-table .day-column .temp {
      line-height: 32px; }
    .weather-table .day-column .symb {
      position: relative;
      top: 12px; }
    .weather-table .day-column .rain {
      top: 92px; }
  .weather-table .bold-header {
    background: #484848 url(images/shine.png) no-repeat top left;
    color: #ffffff;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center; }

/* Remove borders from widget weather symbols for clients using IE9 */




.Forecalogo.width-80 a img {
  border: 0;
}

.mobi-only {
  display:none;
}

.full-only {
  display:block;
}

/* DESKTOP */

@media only screen and (min-width: 769px) {
#topwrapper {
  width:100%;
}
#midwrapper {
  width:100%;
}
body {
  width:100%;
}
h3 {
  font-size: 18px;
}
#sitewrapper {
  width:59%;
  display:inline-block;
}
.max-hide {
  display:none !important;
}
#chart {
  position:relative;
  float:left;
  width:50%;
}
#mapwrapper {
  width:50%;
  float:left;
}
#mapimg-symb {
  width:100%;
  max-width:470px;
}
#search-wrapper {
    width:100%;
    padding-left:10px; 
  }
  #search-wrapper #searchbox {
    width:60%;
    max-width: 340px;
    position:relative;
    float:left;
  }
  #cc-wrapper {
    width:35%;
  }
  #hour-wrapper {
    display: inline-block;
    width:65%;
  }
  #locationwrapper {
    width:100%;
  }
.column.big-column.quad-column {
      width: 100%;
}
.single-column, .column-1 {
  width: 16%; }

.double-column, .column-2 {
  width: 32.4%; }

.triple-column, .column-3 {
  width: 48.5%; }

.quad-column, .column-4 {
  width: 64.8%; }

.five-column, .column-5 {
  width: 81%; }

.six-column, .column-6 {
  width: 97.2%; }
      .weather-table .day-column .temp {
      position: relative;
      top: 9px;
      line-height: 32px; }
#days-wrapper {
  width:39%;
  display: inline;
}

#days-wrapper .double-column {
    width:24.6%;
  }
#days-wrapper .wind {
  position:relative;
  top:8px;
}
.map-wrapper {
  width:100%;
  max-width: 476px;
 }
 .map-time-link-wrapper {
  border: 1px solid #222222;
 }
 #mapimg-symb {
  border: 1px solid #222222;
  margin-left: 10px;
 }
 #mg {
  padding-left: 15px;
 }
 #mg-hover-info {
  margin-left:15px !important;
 }
 #mg-hover-info .temp {
  font-size: 28px !important;
  width:90px !important;
  }
  #locationwrapper {
  width:100%;
}
 .snippets {
  width:50%;
  min-width: 210px;
  margin:auto;
 }
 #leftsnippet {
  max-width: 570px;
 }
 #rightsnippet {
  max-width: 570px;
 }
 .padded-content {
  padding-right: 30%;
 }
}

/* DESKTOP */

@media only screen and (min-width: 769px) and (max-width: 950px) {
  #days-wrapper .column .temp { font-size: 14px; }
}
@media only screen and (min-width: 951px) {
  #days-wrapper .column .temp { font-size: 19px; }
  .weather-table .column .time { font-size:14px; }
  .weather-table .column .rain { font-size:14px; }
  .weather-table .column .wind { font-size:14px; }
  .weather-table .bold-header { font-size:14px; }
  #days-wrapper .column .temp { font-size: 18px; }
  #mapwrapper {max-width: 570px;}
}

/* PHONES AND TABLETS */
@media only screen and (min-width: 481px) and (max-width: 768px) {

body {
  width:100%;
  max-width: 720px;
}
#topwrapper {
  width:100%
}
#sitewrapper {
  width:100%;
  max-width:720px;
}
#search-wrapper {
    width:100%;
    padding-left: 10px;
  }
  #search-wrapper #searchbox {
    width:60%;
    max-width: 340px;
    position:relative;
    float:left;
  }
  #cc-wrapper {
    width:35%;
  }
  #hour-wrapper {
    display: inline-block;
    width:65%;
  }
.column.big-column.quad-column {
      width: 100%;
}
.single-column, .column-1 {
  width: 16%; }

.double-column, .column-2 {
  width: 32.4%; }

.triple-column, .column-3 {
  width: 48.5%; }

.quad-column, .column-4 {
  width: 64.8%; }

.five-column, .column-5 {
  width: 81%; }

.six-column, .column-6 {
  width: 97.2%; }
#days-wrapper {
  width:100%;
}

#days-wrapper .double-column {
    width:24.7%;
  }
.map-wrapper {
  width:100%;
 }
 .map-time-link-wrapper {
  border: 1px solid #222222;
 }
 #mapimg-symb {
  border: 1px solid #222222;
  width:100%;
 }
#locationwrapper {
  width:100%;
}
 .snippets {
  width:50%;
  min-width: 210px;
  max-width:400px;
  margin:auto;
 }
}

/* SMALL PHONES */
@media only screen and (max-width: 480px) {

  body {
    width:100%;
  }
  #topwrapper {
    width:100%;
  }
  #sitewrapper {
    width:100%;
  }
  #cc-wrapper {
    width:100%;
    border-bottom:solid 4px #eeeeee;
  }
  #cc-wrapper .big-column {
    height:130px;
    width:100%;
  }
  .symbwind-wrapper .symbol-wrapper {
    position:relative;
    float:left;
    width:50%;
  }
  .symbwind-wrapper .symboldata-wrapper {
    position:relative;
    float:left;
    width:50%;
    top:20px;
    right:0px;
  }
  .map-wrapper img{
    width:100%;
  }
  #mapmenu {
  padding-left: 10px !important;
  }
  #hour-wrapper .single-column {
    width:100%;
    height:35px;
    border-bottom: solid 2px #eeeeee;
  }
  #hour-wrapper .single-column .time {
    width:20%;
    position:relative;
    float:left;
    line-height: 40px;
    margin:0px;
    height:100%;
  }

   #hour-wrapper .single-column .symb {
    margin:0px;
    height:100%;
    width:20%;
    top:3px;
    float:left;
    position:relative;
  }

     #hour-wrapper .single-column .rain {
    height:30px;
    width:20%;
    float:left;
    position:relative;
    top:13px;
    text-align:left;
  }
     #hour-wrapper .single-column .temp {
    height:100%;
    width:20%;
    float:left;
    position:relative;
    margin-top:0px;
    line-height: 40px;
  }
       #hour-wrapper .single-column .wind {
    height:100%;
    width:20%;
    float:left;
    position:relative;
    top:9px;
  }

  #hour-wrapper .single-column .wind img {
    position:relative;
    margin-left: 5px;
    line-height:0px;
  }

  #search-wrapper {
    padding-left: 10px;
    width:100%;
  }
  #search-wrapper #searchbox {
    width:70%;
    max-width:280px;
    position:relative;
    float:left;
  }

  #search-button {
    margin-right:0px;
  }

  #hour-wrapper .bold-header {
    display:none;
  }

  .full-only {
    display:none;
  }
  .mobi-only {
    display:block;
  }
  #days-wrapper {
    width:100%;
  }
  #days-wrapper .double-column {
    width:100%;
    height:120px;
  }
  #days-wrapper .double-column .bold-header {
    
  }
  #days-wrapper .double-column .symbol-wrapper {
    width:40%;
    float:left;
  }
  #days-wrapper .double-column .rain {
    width:40%;
  }
  #days-wrapper .double-column .temp {
    width:30%;
    float:left;
    font-size:1.2rem;
    line-height: 100px;
  }
  #days-wrapper .double-column .wind {
    width:30%;
    float:left;
    position:relative;
    top:30px;
  }
  #mg-hover-info .temp {
    font-size:24px !important;
    width:80px !important;
  }
  #mg-hover-info .symbol-sprite {
    margin-left:0px !important;
  }
  #mg-hover-info .right-half {
    font-size:11px;
  }
  #mg-hover-info .half-block .text-item {
    line-height: 16px !important;
  }

}


