/* 
Theme Name: Sonik
Theme URI: http://qantumthemes.com/
Author: QantumThemes 
Author URI: http://qantumthemes.com
Description: Premium Music WordPress Theme.
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post
Text Domain: sonik
Domain Path: /languages/
*/


/*========= INFORMATIONS FOR DEVELOPERS ===============

*	The styles are in: assets/css/main.css
*  	The main css file is minified and compressed.
*   It has been created via SASS.
*   The original SASS files are in sonik/assets/scss
*	To add your own styles, please activate the child theme and add your CSS in Appearance->Editor

======================================================*/

.qw-radiolist a{ display: none !important;  }
.qw-radiolist a:first-child{ display: block !important;  }
.dropDownMenu li:hover ul {
    display: flex;
    margin-left: 10px;
    width: 600px;
    flex-wrap: wrap;
}
.dropDownMenu li ul li {
    width: 50%;
}