/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

.mvp-nav-menu ul li ul.sub-menu li {
    display: block !important;
}

.mvp-nav-menu .mvp-mega-dropdown {
    display: none;
}

div.select2-drop,
div.ui-timepicker-wrapper {
    z-index: 1888888888 !important;
}


/* 06-03-2022 */

img.tiktok_img {
    width: 14px;
}

nav.mvp-fly-nav-menu ul li.menu-item-has-children:after {
    right: 0px;
    padding: 0 17px;
}

nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus:after {
    right: 14px;
}


/*10-04-2023*/

ul.mvp-fly-soc-list {
    display: flex;
    justify-content: center;
}

/* Show all More News thumbnails, even the 4th, 8th, etc. */
.more-news li:nth-child(4n) .post-thumbnail {
  display: block !important;
}

/*10-04-2023*/

ul.mvp-fly-soc-list {
    display: flex;
    justify-content: center;
}

/* Show all More News thumbnails, even the 4th, 8th, etc. */
.more-news li:nth-child(4n) .post-thumbnail {
  display: block !important;
}