/* 
Theme Name:		 matthys-test
Theme URI:		 http://childtheme-generator.com/
Description:	 matthys-test is a test copy of the matthys child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 dbe
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 matthys-test
*/


/*
    Add your custom styles here
*/
.custom-language ul.sub-menu li a {
    border-left: 0!important;
}
.custom-language li {
    border: 1px solid #d7d7d7!important;
    padding: 0!important;
}
.custom-language li a {
    padding: 10px!important;
}
.custom-language ul.sub-menu {
    min-width: auto!important;
    width: 100%!important;
}
.custom-language ul.sub-menu li {
    background: #fff!important;
}
.custom-language li a img {
    display: none!important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .custom-language li a img {
        display: none;
    }
    .custom-language ul.sub-menu li {
        background: #fff!important;
        border-width: 0!important;
        border-top-width: 1px!important;
    }
    .custom-language ul.sub-menu li a {
        border-left: 0!important;
    }
}   
    @media all and (max-width: 1024px) and (min-width: 768px) and (orientation:landscape){
        .custom-language li a img {
            display: none;  
        }
        .custom-language ul.sub-menu li {
            background: #fff!important;
            border-width: 0!important;
            border-top-width: 1px!important;
        }
        .custom-language ul.sub-menu li a {
            border-left: 0!important;
        }
             
}
@media only screen and (max-width : 1024px) {
    .custom-language li a img {
        display: none;
    }
}