/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 280px) 
and (max-device-width : 480px) {
    #views-exposed-form-site-wide-search-page-1 .form-item-search-api-fulltext {
        min-width: 95%;
        float: none;
        margin-right: 0px;
}
    #edit-actions--2,
    #edit-actions {
        display: block;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    #edit-submit-site-wide-search--2,
    #edit-submit-site-wide-search {
        width: 100%;
        font-size: 24px;
        font-weight: 200;
        padding: 19px 25px;
    }
    .social-media-sharing ul {
        padding-left: initial;
        display: block;
        text-align: center;
    }
    .social-media-sharing {
      display: block;
      min-width: 280px;
   }
    #block-jclclass-cart {
       font-size: 20px;
       padding-right:20px;
        max-width: 200px;
   }
    #block-jclclass-useraccountmenu {
      display: inline-block;
      max-width: 100px;
      float: right;
   }
   #superfish-directory-services,
   #superfish-free-listings,
   #superfish-footer,
   #superfish-shop-policy {
       margin-right: auto;
       margin-left: auto;
   }
   .to-top {
   }
  /* Styles */
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 481px)
and (max-device-width : 583px) {
     #views-exposed-form-site-wide-search-page-1 .form-item-search-api-fulltext {
    min-width: 75%;
}
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    #views-exposed-form-site-wide-search-page-1 .form-item-search-api-fulltext {
      min-width: 75%;
  }
    .social-media-sharing {
      display: block;
      min-width: 280px;
      margin-left: -100px;
  }
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  /* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  #block-jclclass-cart {
    display: inline-block;
    font-size: 20px;
    padding-right:20px;
  }
  #block-jclclass-useraccountmenu {
    display: inline-block;
    position: absolute;
    max-width: 100px;
    top: 0;
    padding: 0 0 0 0px;
  }
  .region-header-top-highlighted-second {
    position: relative;
  }
  #block-jclclass-socialsharingblock {
    padding-top: 30px;
  }
}

/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  /* Styles */
}

/* iPhone 6 ----------- */
@media
only screen and (max-device-width: 667px) 
only screen and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px) 
only screen and (-webkit-device-pixel-ratio: 3) {
  /*** You've spent way too much on a phone ***/
}

/* Samsung Galaxy S7 Edge ----------- */
@media only screen
and (-webkit-min-device-pixel-ratio: 3),
and (min-resolution: 192dpi)and (max-width:640px) {
 /* Styles */
}