/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2022 | 19:22:00 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out https://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media (max-width:1200px) and (min-width:1000px) {
   
  .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a{
  	padding: 16px 25px;
    font-size: 15px !important;
  }
  
  
  
  
}

@media (max-width: 1000px){
  .login-container, body.single:not(.single-format-video) #boxed-wrapper #wrapper .avada-page-titlebar-wrapper {
      display: none !important;
  }
}