/*
Theme Name: TownPressChild
Author: AI MEDIA INTERACTIVE GROUP SRL
Author URI: https://aimedia.ro
Description: TownPress by AI MEDIA
Version: 1.0.0
License: An AIM Extension
Template: townpress
*/


.home-btn-full, .home-btn-full div {
	height: 100%;
}

.home-btn-full a {
	display: flex;
    align-items: center;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.header-menu__item-link--level-0 {
	height: 20px !important;
	padding: 0 10px !important;
	font-size: 0.7em !important;
}

.header-navbar {
	background-color: #2d2d2d !important;
	border-color: transparent !important;
	box-shadow: 0px 0px 15px 1px #2d2d2dcc;
}

.header-toolbar-toggle {
	position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
	margin: 0 !important;
	z-index: 9999 !important;
}

.header-toolbar-toggle button {
	height: 60px !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

#header-mobile-menu {
	position: fixed !important;
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
    top: 60px !important;
	padding: 0;
}

#header-mobile-menu li {
	padding: 0 15px !important;
}

/* Mut buton meniu in dreapta si adaug logo */
.header-toolbar-toggle {
	background: white;
	box-shadow: 0 0 15px 1px #ffffffb5;
}

.header-toolbar-toggle button {
	width: unset;
	float: right;
	margin-right: 10px;
}

.header-toolbar-toggle img {
	margin-left: 15px;
    height: 55px;
	float: left;
}

/* END OF Mut buton meniu in dreapta si adaug logo */

.header-toolbar-toggle__menu-button--active {
	background: #FFF !important;
	color: #565656 !important;
}

.header-toolbar-toggle {
	width: 100%;
}

.header-toolbar-toggle button:focus {
	outline:0;
}

.header-toolbar-toggle__menu-button:hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 990px) {
	.header-logo {
		display: none !important;
	}
}

html, body {
	overflow-x: hidden;
}