/*
Theme Name: Gentlecut Child Theme
Theme URI: https://themeforest.net/user/dropletthemes
Author: Ajmal Khan
Author URI: https://dropletthemes.com
Description: Child Theme for Gentlecut - Barbershop and Hairdressers WordPress Theme
Template: gentlecut
Version: 6.4
*/

@font-face {
    font-family: 'BodinSmall';
    src: url('font/BodinSmallBold.woff2') format('woff2'),
        url('font/BodinSmallBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BodinSmall' !important;
}

.service-menu h3, .service-menu h4 {
	text-transform: none;
}

#header.header-v3 #navigation > ul > li > a {
	color: #fff !important;
}
#header a:hover {
	color: #BF9456 !important;
}

@media only screen and (max-width: 470px) {
	h1.main-heading {
		font-size: 24px !important;
	}
	.opening-hours h3 {
		font-size: 18px;
	}
}

#footer .widget-area {
	margin: 0;
	padding: 0;
	text-align:center;
}
#footer .widget_nav_menu {
	margin: 0 !important;
	text-align:center;
}
#footer .multi-col-widget .widget {
	width: 100%;
}
#menu-footer {
	padding: 5px 0px 5px 0px;
	display: inline-block;
}
#menu-footer li {
	display: block; 
	float:left;
    list-style-type: none; 
	padding-right: 30px;
	border: none !important;
}
#menu-footer li a {
	border: none;
}
#menu-footer li a::before {
	content: "";
}
