/*!
Theme Name:   HybridBooking

**/

/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
2.0 Header
	2.1 Navigation
3.0 Pages
	3.1 Homepage
4.0	WooCommerce
	4.1	Product Pages
7.0	Footer
8.0	Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

/** Fix Box around active links **/

a:focus,
.focus a {
	outline: none !important;
}
button:focus,
button.menu-toggle,
button.menu-toggle:hover {
	outline: none !important;
	border: 1px solid rgba(255, 255, 255, .25);
}
.handheld-navigation .dropdown-toggle {
	outline: none !important;
	border: none!important;
	margin-bottom: 0;
	padding: 16px;
}
.handheld-navigation .toggled-on {
	outline: none !important;
	border: none!important;
}
.handheld-navigation ul.menu li button::after {
	content: \f107;
}

/** END Fix Box around active links **/
