.weather_name {
  color: #3D3D3D; }
  body.acc_font_small .weather_name {
    font-size: calc(14px * 1); }
    @media (min-width: 320px) {
      body.acc_font_small .weather_name {
        font-size: calc(14px * 1); } }
    @media (min-width: 767px) {
      body.acc_font_small .weather_name {
        font-size: calc((-600vw + 4616px) * 1); } }
    @media (min-width: 768px) {
      body.acc_font_small .weather_name {
        font-size: calc((0.64447vw + 3.05048px) * 1); } }
    @media (min-width: 1699px) {
      body.acc_font_small .weather_name {
        font-size: calc(14px * 1); } }
  body.acc_font_medium .weather_name {
    font-size: calc(14px * 1.12); }
    @media (min-width: 320px) {
      body.acc_font_medium .weather_name {
        font-size: calc(14px * 1.12); } }
    @media (min-width: 767px) {
      body.acc_font_medium .weather_name {
        font-size: calc((-600vw + 4616px) * 1.12); } }
    @media (min-width: 768px) {
      body.acc_font_medium .weather_name {
        font-size: calc((0.64447vw + 3.05048px) * 1.12); } }
    @media (min-width: 1699px) {
      body.acc_font_medium .weather_name {
        font-size: calc(14px * 1.12); } }
  body.acc_font_big .weather_name {
    font-size: calc(14px * 1.25); }
    @media (min-width: 320px) {
      body.acc_font_big .weather_name {
        font-size: calc(14px * 1.25); } }
    @media (min-width: 767px) {
      body.acc_font_big .weather_name {
        font-size: calc((-600vw + 4616px) * 1.25); } }
    @media (min-width: 768px) {
      body.acc_font_big .weather_name {
        font-size: calc((0.64447vw + 3.05048px) * 1.25); } }
    @media (min-width: 1699px) {
      body.acc_font_big .weather_name {
        font-size: calc(14px * 1.25); } }

.weather__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1.375rem;
  padding-left: 1.375rem;
  border-left: 1px solid #D6D8E0;
  font-size: .9em; }

.weather_img {
  margin-right: 0.9375rem;
  color: #000000; }
  .weather_img > i {
    font-size: 1.1em; }

.weather_name {
  margin-right: 0.3125rem;
  text-transform: capitalize; }

@media (max-width: 850px) {
  .weather__wrapper {
    border-left: none; } }

@media (max-width: 1300px) {
  .weather_name {
    display: none; } }
/*# sourceMappingURL=weather.css.map */
