/*************************************

Template Name: Lite - Ditital Agency HTML Template
Author: lu_theme
Version: 1.0
Design and Developed by: lu_theme

NOTE: This is responsive css of the template.

****************************************/

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  div.logo img{
    width: 158px !important ;
    margin-top: 3px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
  .mt--20px{
    margin-top: 0px ;
  }

  .mobile-toggle{display: block;}
  .mobile-menu{display: none ;}

  .header{
  	height: auto !important;
  }

  .height-50px{
    height: auto !important;
	}
}

/* Mobile Layout lower than: 320px. */
@media only screen and (max-width: 767px) { 
    .mt--20px{
    margin-top: 0px ;
  }  
  .mobile-toggle{display: block;}
  .mobile-menu{display: none ;}

  .height-50px{
    height: auto !important;
	}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    
  .mobile-toggle{display: block;}
  .mobile-menu{display: none ;}

}