/*
Theme Name: Nex Child
Author: VamTam
Author URI: https://vamtam.com
Template: nex
*/



/*

put your child theme styles here


you don't need any @import rules

*/
#x-dropdown-menu
{
    padding-left:20px !important;
    padding-right:20px !important;
}

#x-dropdown-menu select {     
	margin-bottom: 25px;
    margin-top: 25px; 
    width: 100%;
    background-color: rgb(242, 242, 242) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    border-radius:4.5px !important;
}

@media(min-width: 980px) {
	#x-dropdown-menu {
		display: none !important;
	}
}
