@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .header-bar .selected-filter {
    display: none;
  }

  .toggle-drawer {
    display: none;
  }

  drawer {
    display: none;
  }

  drawer ion-content.scroll-content.ionic-scroll.has-header {
    top: 63px;
  }

  ion-content .media-boxes-no-more-entries {
    width: 25%;
  }
  .search-bar .search-input-container {

    flex: 3;
  }


  .no-desktop {
    display: none;
  }
}




@media (min-width: 1919px) {
  /* big landscape tablets, laptops, and desktops */
  .modal {
    /* top: 0; */
    right: 0;
    /* bottom: 0; */
    left: 0;
    min-height: 55%;}
  .close__bar {

    height: 50%;
    transition: all 0.4s ease;
  }
  .close__bar.sticky {
    transition: all 0.4s ease;
    height: 70px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.16);
  }
  .sticky .titleEmail {
    position: absolute;
    top: 20px;
    transition: all 0.4s ease;
    left: 20px;
    font-size: 1.8em;
  }
  ion-content.confirm.has-header {
    top: 50%;
    transition: all 0.4s ease;
  }
  ion-content.confirm.has-header.sticky {
    top: 60px;
    transition: all 0.4s ease;
  }
  .search-bar .search-input-container {

    flex: 5;
  }

}


@media (min-width: 769px) {

  ion-content.has-header.sticky {
    top: 195px;
    transition: all 0.3s ease;
  }

  .sticky .header-white {
    height: 0px;
    margin: -2px;
    transition: all 0.4s ease;
    opacity: 0;
  }

  .sticky .search-bar {
    height: 0px;
    margin: -2px;
    transition: all 0.4s ease;
    opacity: 0;
  }

}

@media (max-width: 992px) {

  ion-content.has-header-mobile.sticky {
    top: 110px !important;
    transition: all 0.3s ease;
  }

  .sticky .header-white {
    height: 0px;
    margin: -2px;
    transition: all 0.4s ease;
    opacity: 0;
  }

  .sticky .search-bar {
    height: 0px;
    margin: -2px;
    transition: all 0.4s ease;
    opacity: 0;
  }

}

@media (max-width: 1025px){
  .social-container {
    display: none;
  }
}