/**
 * footer
 */
 /* Footer */
 .footer {
  position: relative;
  background-color: #2C3B52;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
 }
.footer ul {
  list-style: none;
  padding: 0;
}
.footer .block p:last-of-type {
  margin: 0;
}
/* Footer -> Footer Top */
.footer-top-container {
  position: relative;
  padding: 1rem 0;
}
.region-footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* Footer -> 4 Column blocks */
.footer-blocks-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0;
  gap: 1.5rem;
}
.footer-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
}

/* Footer -> Footer Bottom */
.footer-bottom-blocks-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  gap: 2rem;
}
.footer-bottom-block {
  flex: 1;
}
.footer-bottom-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
	gap: 2rem;
}
.footer-bottom-container p:last-child {
  margin: 0;
}
.footer-bottom-last-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom-last-menu li {
  display: inline-block;
  padding-left: 1rem;
}
.footer .site-branding{
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer .site-name a{
    color: #ffffff;
        font-size: 18px;
}
.footer .site-slogan {
  color: #ffffff;
  font-size: 14px;
}
.footer p{
  margin: 0;
  font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.footer .menu-item{
  color:#fff;
}
.website-copyright{
   font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.footer-bottom-container{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 16px 30px 16px 20px;
    gap: 10px;
    background: #435774;
}
.footer-bottom-last{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-bottom-last p, .footer-bottom-last a{
  font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.footer-bottom-last a:hover{
      color: #a9cbff;
}
.footer .site-logo img {
    display: block;
    max-width: 100px !important;
}
.footer .site-name {
    max-width: 300px;
}

.widget__container--h6aEb{
  border: 1px solid #eee;
  background: none!important;
      border-radius: 0px !important;
}
.widget__city_name--cjaTg {
  font-size: 1rem!important;
}
.widget__3_day_forecast__container--fIiek {
  font-size: 14px;
}
.widget__hour_forecast__title--d1jWV {
  display: none;
}
.widget__hour_forecast_wrapper--zuvNV {
  display: none;
}
.widget__6_hour_img--pZocY {
  width: 25px!important;
}
.widget__footer--DJPoo img{
  display: none;
  }
  .widget__center_text_div--NSGuY {
    font-size: 12px;
}
.widget__6_hour_temp--bDk3o {
  width: 55px!important;
  font-size: 14px;
}