/*
Theme Name:   Magia - Child theme
Theme URI:    https://webdesign-finder.com/magia-v2
Description:  Extra Small child theme of Magia theme
Author:       the MWTemplates team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     magia
Version:      1.0.0
License:      Commercial
License URI:  https://themeforest.net/licenses/regular_extended
Text Domain:  magia
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/

.mwt-posts-title{
	overflow: unset!important;
}

.wcml-dropdown li,.wcml-dropdown .wcml-cs-submenu{
	background: #12172d;
}

.wcml-dropdown .wcml-cs-submenu{
	background: #0B0F20;
}

.wcml-dropdown li:hover, .wcml-dropdown li:focus{
	background: #12172d;
}

.wcml-cs-submenu{
	    height: 206px;
    overflow-y: scroll;
	    z-index: 9999999;
}

.wcml-cs-active-currency{
	border:none!important;
}

.wcml-dropdown a.wcml-cs-item-toggle:after{
	position: relative;
    right: -5px;
}

.wcml-dropdown {
    width: 10.5em;
    margin-left: 15px;
    font-size: 16px;
    margin-top: -2px;
}

@media (min-width: 600px) {
	.wcml-dropdown {
		margin-left: 0;
		margin-top: 0;
	}
	
}