@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#weather-caption button {
  color: #333333;
  font-size: 14px; }
  #weather-caption button:before {
    content: "\EA2D";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: #333333; }
  #weather-caption button:hover {
    color: #db0084; }

#weather-caption-modal .modal-body .list-weather_caption {
  margin-left: -30px;
  margin-right: -30px; }
  #weather-caption-modal .modal-body .list-weather_caption > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    padding-right: 30px; }
    #weather-caption-modal .modal-body .list-weather_caption > li figure {
      margin-left: 40px;
      display: flex; }
      #weather-caption-modal .modal-body .list-weather_caption > li figure img,
      #weather-caption-modal .modal-body .list-weather_caption > li figure svg {
        width: 40px;
        height: 40px;
        display: block; }
        #weather-caption-modal .modal-body .list-weather_caption > li figure img:not(:last-child),
        #weather-caption-modal .modal-body .list-weather_caption > li figure svg:not(:last-child) {
          margin-right: 10px; }
    #weather-caption-modal .modal-body .list-weather_caption > li p {
      font-weight: bold;
      margin-bottom: 0 !important; }
    #weather-caption-modal .modal-body .list-weather_caption > li:not(:last-child) {
      border-bottom: solid 1px rgba(222, 222, 222, 0.8); }
    #weather-caption-modal .modal-body .list-weather_caption > li:hover {
      background: rgba(222, 222, 222, 0.8); }
