/**
 * Theme Name: Blue Diamond Child
 * Description: Blue Diamond Child Theme
 * Theme URI: https://labs.ahmadawais.com/_child/
 * Author: Alexander Herrmann
 * Author URI: http://www.smashing-websites.de
 * Template: bluediamond-v1_05
 * Version: 1.0.0
 * @package aa
 */

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

@import url(../bluediamond-v1_05/style-custom.css);

.header-wrapper {
	position: relative;
}

.header-wrapper .logo-wrapper {
	position: relative;
	z-index: 1;
}

#header-language {
    display: block;
    position: absolute;
    top: 55px;
    right: 35px;
    z-index: 2;
}

#header-language ul li {
	list-style-type: none;
}

@media (min-width: 768px) {
	#header-language {
		display: none;
	}
}