/*
 Theme Name:   Hostim Child
 Theme URI:    https://hostim.themetags.com/
 Description: Hostim is a modern and clean WordPress theme suitable for any kind of Domain-Hosting provider and Digital Agency.
 Author:       ThemeTags
 Author URI:   https://themetags.com/
 Template:     hostim
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hostim
*/

.nav-wrapper ul.navbar-nav .current-menu-item a {
    color: #ffb91f;
}

.mobile-menu .contact-info {
    display: none;
}

.header-section .logo-wrapper img {
    width: 180px;
}

.topbar .topbar-right a+a::before {
    background-color:#FFB800;
}

@media only screen and (max-width: 600px) {
	.hostim-domain-search #hostim-search {
		border-radius: 20px;
	}
	form#hostim_domain_search_form {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}