/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

.mobile-home-banner {
  display: none;
}
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .header-middle .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-middle .header-contact-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .header-middle .header-contact-row > [class*="col-"] {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-middle .header-contact-spacer {
    display: none;
  }

  .header-middle .header-contact-block {
    width: 50%;
  }

  .header-middle .header-contact-block .widget {
    position: relative;
    min-height: 56px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-middle .header-contact-block--phone .widget {
    text-align: left;
    padding-left: 44px;
    padding-right: 6px;
  }

  .header-middle .header-contact-block--location .widget {
    text-align: right;
    padding-left: 6px;
    padding-right: 44px;
  }

  .header-middle .header-contact-block .widget i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: block !important;
    float: none !important;
    font-size: 34px;
    line-height: 1;
  }

  .header-middle .header-contact-block--phone .widget i {
    left: 0;
  }

  .header-middle .header-contact-block--location .widget i {
    right: 0;
  }

  .header-middle .header-contact-block .widget a,
  .header-middle .header-contact-block .widget h5 {
    line-height: 1.2;
  }

  .header-middle .header-contact-block .widget h5 {
    font-size: 11px;
    margin-top: 2px;
  }

  #rev_slider_home_forcefullwidth,
  #rev_slider_home_wrapper,
  #rev_slider_home {
    display: none !important;
  }

  .mobile-home-banner {
    display: block;
    background-color: #fff;
    margin-top: 0;
  }

  .mobile-home-banner img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}
