/*
 Theme Name:   Findus Child
 Theme URI:    http://wordpress.com
 Description:  Findus Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     findus
 Version:      1.0.0
 Text Domain:  findus-child
*/


/* shortcode for mega menu to show all top search engine  */
.mega-menu-container {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 20px;
    flex-wrap: wrap;
}

.mega-menu-column {
    flex: 1;
    min-width: 200px;
}

.mega-menu-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.mega-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu-list li {
    margin-bottom: 5px;
}

.mega-menu-list li a {
    text-decoration: none;
    color: #333;
}

.mega-menu-list li a:hover {
    color: #0073aa;
}


/* message system footer remove  */
#fep-footer{
	display:none !important;
}


/* Hide listing logo image on mobile screens */
@media (max-width: 768px) {
  .header-top-job .listing-logo img {
    display: none !important;
  }
}
