/*
Theme Name: Brow Buzz Birmingham
Theme URI: https://www.browbuzzbirmingham.co.uk/
Author: Brow Buzz Birmingham
Description: Custom WordPress theme converted from the original static Brow Buzz Birmingham site, keeping the same design and markup.
Version: 1.0
Text Domain: browbuzz
*/

/* All visual styling lives in the original stylesheet files enqueued from
   functions.php (css/bootstrap.min.css, css/style.css, css/responsive.css,
   etc). This file only needs to exist with the header above for WordPress
   to recognise the theme — do not remove it. */

/* Fallback styling for the inner-page title band (page.php / template-treatment.php).
   If the original theme CSS already styles .beautypress-breadcrumb-section this
   simply won't be needed - delete this block if it looks doubled up. */
.beautypress-breadcrumb-section {
	background-color: #222;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	text-align: center;
}
.beautypress-breadcrumb-section h1 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.beautypress-treatment-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.beautypress-treatment-content table td,
.beautypress-treatment-content table th {
	border: 1px solid #e5e5e5;
	padding: 12px 16px;
	text-align: left;
}
/* Owl Carousel slider arrows - font-independent fallback */
.beautypress-welcome-slider-wraper .owl-nav .owl-prev,
.beautypress-welcome-slider-wraper .owl-nav .owl-next,
.beautypress-welcome-slider-wraper .owl-nav .owl-prev *,
.beautypress-welcome-slider-wraper .owl-nav .owl-next * {
	font-family: Arial, sans-serif !important;
	font-size: 20px !important;
	color: #7a3b8a !important;
}

.beautypress-welcome-slider-wraper .owl-nav .owl-prev:before,
.beautypress-welcome-slider-wraper .owl-nav .owl-next:before,
.beautypress-welcome-slider-wraper .owl-nav .owl-prev:after,
.beautypress-welcome-slider-wraper .owl-nav .owl-next:after {
	content: none !important;
	display: none !important;
}