@media (min-width: 1200px) {
  .btLogoArea .logo img {
    height: 60px !important;
  }

  .btLogoArea.menuHolder.btClear .port {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .btLogoArea.menuHolder.btClear {
    padding: 15px 0 !important;
  }
}

@media (max-width: 1199px) {
  .btMenuVertical .btVerticalHeaderTop {
    padding: 15px !important;
  }

  .btMenuVertical .mainHeader .logo {
    padding: 1em 2em 1em !important;
  }

  .btMainLogo:not(.btMenuVertical .mainHeader .logo .btMainLogo) {
    height: 40px !important;
    position: relative !important;
    top: 11px !important;
  }
}

@media (max-width: 991px) {
  #request-a-lawn-sign .bt_bb_row {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }

  #footer .bt_bb_row {
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #request-a-lawn-sign .bt_bb_column,
  #footer .bt_bb_column:nth-child(1),
  #footer .bt_bb_column:nth-child(2) {
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  #footer .bt_bb_column:nth-child(1) {
    margin: 0 0 30px !important;
  }

  #footer .bt_bb_column:nth-child(2) {
    margin: 0 0 50px !important;
  }

  #footer .bt_bb_column:nth-child(3),
  #footer .bt_bb_column:nth-child(4),
  #footer .bt_bb_headline_tag,
  #footer .bt_bb_separator {
    display: none !important;
  }

  #request-a-lawn-sign .bt_bb_headline_content {
    text-align: center;
  }

  #lawn-sign {
    margin: 20px 0 0 !important;
    width: 100% !important;
  }

  #lawn-sign a {
    width: max-content !important;
    margin: 0 auto !important;
  }

  #footer .bt_bb_column:nth-child(2) .bt_bb_column_content_inner {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #footer .bt_bb_column:nth-child(2) .bt_bb_icon:nth-child(3),
  #footer .bt_bb_column:nth-child(2) .bt_bb_icon:nth-child(5),
  #footer .bt_bb_column:nth-child(2) .bt_bb_icon:nth-child(7),
  #footer .bt_bb_column:nth-child(2) .bt_bb_text {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-bottom: 0 !important;
  }

  #designed-by p {
    font-size: 13px;
    text-align: center;
    margin: 30px 0 0;
  }

  #footer .bt_bb_column:nth-child(2) .bt_bb_icon .bt_bb_icon_holder {
    align-items: center !important;
    justify-content: center !important;
    line-height: 21px !important;
    margin: 10px 0 !important;
  }

  #footer .bt_bb_column:nth-child(2) .bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 21px !important;
  }

  #footer .bt_bb_column:nth-child(2) .bt_bb_icon .bt_bb_icon_holder>span {
    font-size: 15px !important;
    margin: 0 !important;
    position: relative !important;
    top: 2px !important;
  }

  .closeThis {
    top: -45px !important;
    right: -70px !important;
  }
}