/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/

.featured-boxes .featured-box {height: auto !important;}

@media (max-width: 1199px) {
   #header .logo img {
     height: auto !important;
     width: 500px !important;
   }
}

@media (max-width: 991px) {
  #header .logo img {
     height: auto !important;
     width: 370px !important;
   }
}

@media (max-width: 767px) {
  #header .logo img {
     height: auto !important;
     width: 300px !important;
   }
}
