/* 
 Theme Name:   skt-fse-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     skt-fse
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/


@media (max-width: 1024px) {
    /* Hide the regular menu */
    .wp-block-navigation__container:only-child {
       display: none; 
    }
   
    


}
@media (min-width: 600px) and (max-width:1024px){
    .wp-block-navigation__responsive-container-open:not(.always-shown){
        display: block !important;
        margin-top: 15px;

      }
      

}