/*
    Theme Name: Miami DDA v2
    Author: Pacific54 Corp.
    Author URI: http://www.pacific54.com/
    Description: Fully Responsive WordPress Theme for Miami DDA extended from the v1 one.
    Version: 2.0
*/

@media screen and (min-width: 1024px) {
  .headerMenu-item.--active .headerMenu-link br {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .headerMenu-item .headerMenu-link br {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  div.textwidget.custom-html-widget .banner-downloadLink {
    display: block;
  }

  div.textwidget.custom-html-widget
    .banner-downloadLink
    + .banner-downloadLink {
    margin-top: 10px;
  }
}
