/* =====================================
   TABLET
   ===================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section-title {
    padding: 0 25px; 
  }

  #header .header-inner {
    height: auto;
    padding: 10px 0;
  }

  #header .logo {
    padding-top: 10px;
  }

  #header .nav li a {
    padding: 18px 6px;
    font-size: 13px;
  }

  #slider .single-slider {
    height: 480px;
  }

  #slider .single-slider .text {
    margin-top: 120px;
    padding: 0 20px;
  }

  #slider .single-slider h1 {
    font-size: 36px;
    line-height: 46px;
  }

  #slider .single-slider .button {
    margin-top: 25px;
  }

  #blog .single-news .news-body .date {
    top: -20px; 
  }

  .fun-facts .single-fun {
    margin-top: 25px;
  }

  #contact .contact-left .p1::before {
    display: none; 
  }

  .footer .single-footer .mail input {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .single-footer .mail i {
    display: none;
  }
}


/* =====================================
   MOBILE 
   ===================================== */
@media only screen and (max-width: 767px) {

  html, body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 20px 0px;
  }

  .section-title {
    padding: 0 15px; 
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
    margin-top: 10px;
  }

  .slicknav_menu .slicknav_btn {
    margin: 0;
    border-radius: 4px;
    background: #ED1C24; 
    top: 0;
  }

  .slicknav_menu .slicknav_nav {
    background: #111;
  }

  #header .header-inner {
    height: auto;
    padding: 10px 0;
  }

  #header .logo {
    padding-top: 5px;
  }

  #header .logo img {
    height: 60px !important;
    width: auto;
  }

  #slider .single-slider {
    height: 420px;
    background-position: center center;
  }

  #slider .single-slider .text {
    margin-top: 120px;
    padding: 0 15px;
  }

  #slider .single-slider h1 {
    font-size: 26px;
    line-height: 34px;
  }

  #slider .single-slider p {
    font-size: 14px;
  }

  #slider .button {
    margin-top: 20px;
  }

  /* Blog Fix */
  #blog .single-news {
    margin-bottom: 25px;
  }

  #blog .single-news .news-body .date {
    top: -18px; /* instead of 230px */
    left: 15px;
  }

  #blog .single-news .news-body .title .comment {
    margin-bottom: 8px;
  }

  .col-md-4,
  .col-sm-6,
  .col-xs-12 {
    width: 100%;
    float: none;
  }

  #contact .contact-left {
    left: 0;
    top: 0;
    margin-bottom: 30px;
    box-shadow: none;
  }

  #contact .contact-right {
    padding: 40px 20px;
  }

  .contact .form input,
  .contact .form textarea {
    width: 100%;
    font-size: 16px;
  }

  .contact .form textarea {
    height: 160px;
  }

  .contact .form .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  /* Footer Fix */
  .footer .single-footer {
    margin-top: 25px;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
  }

  .footer .single-footer .mail input {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .single-footer .mail i {
    display: none;
  }

  .footer .copyright .social {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}


/* =====================================
   VERY SMALL DEVICES (≤320px)
   ===================================== */
@media only screen and (max-width: 320px) {

  .section-title {
    padding: 0 10px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  #slider .single-slider h1 {
    font-size: 22px;
    line-height: 30px;
  }

  #slider .single-slider {
    height: 380px;
  }

  .button .btn {
    padding: 0 25px;
    font-size: 13px;
  }
}