/**
* Theme Name: Immidox Child
* Description: This is a child theme of Immidox, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/tonatheme/portfolio">tonatheme</a>
* Template: immidox
* Version: 1.0.0
*/

.main-header .logo-box .logo {
	max-width: 115px !important;
}
.header-lower .logo-box {
	padding: 10px 0px !important;
}
.header-top .info li {
	font-size: 16px !important;
	line-height: 21px !important;
	padding-top: 12px !important;
	padding-bottom: 15px !important;
}
.header-top .info li i {
	top: 12px !important;
}
.main-header.fixed-header .logo-box .logo {
	max-width: 85px !important;
}
#google_language_translator .goog-te-gadget-simple span a span {
    color: #121212;
}
.header-top .top-right .info {
	display: flex;
	align-items: center;
}
.hide-contact-us {
	display: none !important;
}

@media only screen and (max-width: 767px) {
.header-top .top-right .info {
	display: block;
}
.hide-contact-us {
	display: block !important;
}
}