

/* tab section */
.tabs-section .tabs-box .tab-buttons > li .tab-btn {
	pointer-events: none;
}
.tabs-section .tabs-box .tab-buttons > li .tab-btn:hover h4,
.tabs-section .tabs-box .tab-buttons > li .tab-btn.active-btn h4 {
	color: #fff;
}

.topbar-mobile {
	display: none;
}

.navbar-toggle {
	border-color: #36404b;
	margin-top: 25px;
}
.navbar-toggle > .icon-bar {
	background-color: #36404b;
}

@media only screen and (max-width: 575px) {

	body {
		padding-top: 34px;
	}
	body.admin-bar #wpadminbar {
		position: fixed;
		top: 0;
	}
	body.admin-bar .topbar-mobile {
		top: 46px;
	}

	.contact-options,
	.header-top-infos {
		display: none;
	}

	.topbar-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		background-color: #36404b;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		z-index: 9999;
	}
	.topbar-mobile > a {
		display: block;
		text-align: center;
		width: 100%;
		padding: 7px 15px;
		color: #fff;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.topbar-mobile > a:last-child {
		border-right: 0;
	}

}