/**
Theme Name: Coiffure and Coffee
Text Domain: coiffure-and-coffee
Template: astra
*/
/* Define global color variables in the :root selector */
:root {
  --primary-color: #866C54; /* Brown */
  --secondary-color: #2A2A2A; /* Dark Gray */
  --accent-color: #28a745; /* Green */
  --background-light: #eaeaea; /* Light gray background */
  --background-dark: #2A2A2A; /* Dark gray background */
  --text-dark: #343a40; /* Dark text */
}
/* ========================================
   BASE & UTILITIES
   ======================================== */

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.spacer {
	padding: 15px 0;
}

.no-p {
	padding: 0;
}

.visible-sm-mobile {
	display: none;
}

.content-p-t {
	padding-top: 70px;
}

a {
	text-decoration: none !important;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

body {
	color:inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-weight: 700;
	font-family: Merriweather;
	font-size: 30px;
	line-height: 45px;
	text-transform: inherit;
	margin-top: 0;
}

h2 {
	font-weight: 700;
	font-family: Merriweather;
	font-size: 30px;
	line-height: 45px;
	text-transform: inherit;
	margin-top: 0;
}

h3 {
	font-weight: 700;
	font-family: Merriweather;
	font-size: 23px;
	margin: 0;
	line-height: 1.4;
	margin-top: 0;
	letter-spacing: -0.3px;
	text-transform: none;
}

p.pbig {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.entry-content p {
	margin-bottom:0.6rem;
}

/* ========================================
   LAYOUT & SECTIONS
   ======================================== */

section.content {
	padding: 60px 0;
	position: relative;
}

section.content.bg-gray {
	background-color: var(--background-light);
}

.content .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn-green {
	background: #00bfa5;
	color: #fff;
	padding: 20px 30px;
	font-size: 16px;
	float: right;
	border-radius: 0;
	text-decoration: none;
}

.btn-green:hover {
	background: #00bfa5;
	color: #fff;
	padding: 20px 30px;
	font-size: 16px;
	float: right;
	border-radius: 0;
}

.btn-brown {
	background: var(--primary-color);
	color: #fff;
	padding: 20px 30px;
	font-size: 16px;
	float: right;
	border-radius: 0;
	text-decoration: none;
}

.btn-brown:hover {
	background: var(--primary-color);
	color: #fff;
	padding: 20px 30px;
	font-size: 16px;
	float: right;
	border-radius: 0;
}

.btn-yelp {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background: #e6000e;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	border-radius: 0;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.btn-yelp .fa-yelp {
	margin-left: 5px;
}

.btn-yelp:hover {
	color: #fff;
	background: #bd000c;
}

/* ========================================
   NAVBAR
   ======================================== */

.navbar-brand img {
	max-height: 75px;
}

/* ========================================
   HERO SECTIONS
   ======================================== */

.hero-inner {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.hero-inner img {
	object-fit: cover;
	width: 100%;
}

.parallax-content {
	z-index: 999;
	position: absolute;
	height: 100%;
	text-align: center;
	color: #fff;
	padding-top: 150px;
	font-size: 40px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}

.home-hero {
	z-index: -1;
}

.home-hero h1 {
	color: #fff;
	font-size: 58px !important;
}

.home-hero p {
	font-size: 38px !important;
}

.home-hero span {
	display: block;
	margin-top: 24px;
	font-size: 34px;
	color: #00bfa5;
}

.ms-info {
	text-align: left;
	color: #fff;
	font-size: 58px;
}

.ms-info span {
	display: block;
	margin-top: 24px;
	font-size: 34px;
	color: #00bfa5;
}

/* ========================================
   SERVICE BOXES
   ======================================== */

.service-boxes {
	margin-top: -140px;
}

.service-boxes .container {
	display: grid;
	z-index: 999;
	grid-column: auto;
	align-content: center;
	justify-content: space-evenly;
	align-items: stretch;
	justify-items: stretch;
	grid-auto-flow: column;
}

.box {
	padding: 14px 30px 24px;
}

.box img {
	width: 60px;
	height: 60px;
}

.box p {
	font-size: 14px;
}

.box p.titlesquare {
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 16px;
	margin: 0;
	line-height: 38px;
	color: #fff;
}

.box.box-light-gray {
	background-color: var(--background-light);
	color: #0b1413;
}

.box.box-light-gray p.titlesquare {
	color: #0b1413;
}

.box.box-light-gray a {
/* 	color: #0b1413; */
	color:var(--background-dark);
	padding-top: 10px;
	display: inline-block;
	text-decoration: none;
}

.box.box-dark-gray {
	background-color: var(--background-dark);
/* 	background-color: #3b3738; */
	color: #fff;
}

.box.box-dark-blue {
	background-color: #181D23;
	color: #fff;
}

.box.box-green {
	background-color: #00bfa5;
	color: #fff;
}

.box.box-brown {
	background-color: var(--primary-color);
	color: #fff;
}

.box.box-dark-gray a,
.box.box-green a,
.box.box-dark-blue a,
.box.box-brown a {
	color: #fff !important;
	padding-top: 10px;
	display: inline-block;
	text-decoration: none;
}

/* ========================================
   PRICING SERVICES
   ======================================== */

.services-wrap {
	padding-bottom: 40px;
	width: 100%;
	display: grid;
	grid-column: auto;
	align-content: center;
	justify-content: space-evenly;
	align-items: stretch;
	justify-items: stretch;
	grid-template-columns: 50% 50%;
	gap:0rem 2rem;
}

.kd-price-block, .service-variant {
	width: 100%;
/* 	margin-bottom: 10px; */
	padding-right: 30px;
	margin-top: 10px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.kd-price-block h3, .kd-price-block h4, h4.service-variant-name {
	max-width: 70%;
	margin-top: 0;
	display: inline-block;
	line-height: 1;
	margin-bottom: 12px;
	font-size: 19px;
	white-space: nowrap;
	text-align: left;
	font-weight: 500;
}

.kd-price-block .pb-pricing-wrap, .service-variant-price {
	float: right;
	font-weight: 500;
	font-size: 18px;
	margin-right: 5px;
	white-space: nowrap;
}

.kd-price-block .kd-price-price-dots, .service-variant .kd-price-price-dots {
	display: block;
	margin: 0 20px;
	position: relative;
	z-index: 1;
	line-height: 1;
	width: 100%;
	min-width: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.kd-price-price-dots:after {
	content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
	display: block;
	font-size: 20px;
}

.kd-price-block-group {
	display:block;
	margin-bottom:1rem;
}
.kd-price-block-group ul.service-variants {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1rem;
}

.pb-desc-wrap {
	font-size:0.9rem;
/* 	color:#777777; */
}

/* ========================================
   BUSINESS INFO & MAP
   ======================================== */

.content-map {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.business-info-wrapper {
	color: #fff;
	background-color: var(--primary-color) !important;
	height: 100%;
	padding: 50px 40px;
	max-width: 500px;
}

.business-info-wrapper h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 25px;
	letter-spacing: 0;
}

.business-info-wrapper a {
	color: #fff;
}

.business-info-wrapper a:hover {
	color: #fff;
}

.business-info-header {
	margin-bottom: 50px;
}

.business-info-header address span {
	margin: 10px 0;
	display: block;
}

.business-info-header address span i {
	margin-right: 8px;
}

.business-info-day-hours {
	font-weight: bold;
	float: right;
}

.business-info-wrapper .business-info-day {
	border-top: 1px solid rgba(255, 255, 255, .15);
	color: #fff;
	line-height: 45px;
}

.map-hero {
	position: relative;
	overflow: hidden;
}

.map-hero .map-embed,
.map-hero iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	filter: saturate(0.9) brightness(0.9);
	z-index: 0;
}

.map-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom right,
		rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0.05)
	);
	pointer-events: none;
	z-index: 0;
}

.map-hero .container {
	max-width: 1280px;
	margin: auto;
	position: relative;
	z-index: 1;
}

/* ========================================
   YELP REVIEWS
   ======================================== */

.wp-yelp-list {
	display: flex !important;
	align-content: center;
	justify-content: space-around;
}

.wp-yelp-place {
	width: 25%;
	float: left !important;
	display: inline-block;
}

.wp-yelp-content-inner {
	width: 75%;
	float: left !important;
	display: inline-block;
}

.wp-yelp-reviews {
	display: flex !important;
	align-content: center;
	justify-content: space-around;
}

.wp-yelp-review {
	width: 33%;
	float: left !important;
	display: inline-block;
}

/* ========================================
   FOOTER
   ======================================== */

footer.bottom {
	text-align: left;
}

footer .widget_text {
	margin-bottom: 20px;
}

footer address i {
	margin-right: 10px;
}

footer .social a {
	margin-right: 10px;
	font-size: 20px;
}

footer ul#menu-services {
	padding-left: 0;
}

footer ul#menu-services li {
	list-style: none;
}

footer ul#menu-services a {
	font-size: 14px;
	text-transform:uppercase;
}

footer .widget-title {
	font-weight: 600;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 20px !important;
	line-height: 28px;
	text-transform: inherit;
	margin-top: 0;
}

footer, footer p, footer a, footer span, footer .widget-title, footer svg {
	color: #eaeaea !important;
}

footer a:hover {
	color: #fafafa;
}

footer .business-email-row {
	white-space: nowrap;
}

/* ========================================
   MEDIA QUERIES
   ======================================== */

/* Mobile - Yelp Reviews */
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
	.wp-yelp-place {
		width: 100% !important;
	}
	
	.wp-yelp-content-inner {
		width: 100% !important;
	}
	
	.wp-yelp-review {
		width: 100% !important;
	}
}

/* Tablet & Below - max-width: 1024px */
@media only screen and (max-device-width: 1024px) {
	.home-hero h1,
	.home-hero p {
		text-align: center;
	}
	
	.services-wrap {
		grid-template-columns: 100%;
	}
	
	.wp-yelp-list,
	.wp-yelp-reviews {
		flex-wrap: wrap;
	}
	
	.content .container {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	
	footer {
		text-align: center;
	}
	
	footer .widget-title {
		font-size: 22px !important;
	}
	
	.business-info-wrapper {
		margin: auto;
	}
}

/* Tablet Only - 768px to 1024px */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
	.kd-price-block {
		padding-right: 0;
	}
	
	.post-inner h2 {
		font-size: 26px;
	}
	
	.kd-price-block h4,
	.kd-price-block .pb-pricing-wrap {
		font-size: 16px;
	}
	
	.page-id-54 .page-section,
	.page-id-194 .page-section,
	.page-id-51 .page-section,
	.page-id-56 .page-section {
		padding: 0 0 70px;
	}
	
	.hero-inner,
	.px-mobile-container {
		display: none;
	}
	
	.visible-sm-mobile {
		display: block !important;
	}
	
	.hero-mobile {
		height: 300px;
		text-align: center;
		font-size: 26px !important;
		line-height: 34px !important;
		padding-top: 180px;
		color: #fff;
		text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
		background-position: center center;
		webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
}

/* Mobile - max-width: 767px */
@media only screen and (max-device-width: 767px) and (min-device-width: 200px) {
	.home-hero h1 {
		font-size: 32px !important;
		line-height: 1.5;
	}
	
	.home-hero p {
		font-size: 22px !important;
		line-height: 1.5;
	}
	
	h2 {
		font-size: 22px;
		line-height: 35px;
		text-align: center;
	}
	
	.navbar-brand img {
		max-height: 50px;
	}
	
	.content-map .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.business-info-wrapper {
		position: inherit;
		color: #fff;
		background-color: #00BFA9;
		height: 100%;
		padding: 50px 20px;
		min-width: 100%;
		width: 100%;
	}
	
	section.content {
		padding: 50px 0;
		position: relative;
	}
	
	.size-full {
		margin: 0;
	}
	
	.content-p-t {
		padding-top: 30px;
	}
	
	.kd-price-block {
		padding-right: 0;
	}
	
	.post-inner h2 {
		font-size: 26px;
	}
	
	.kd-price-block h4,
	.kd-price-block .pb-pricing-wrap {
		font-size: 16px;
	}
	
	.page-id-54 .page-section,
	.page-id-194 .page-section,
	.page-id-51 .page-section,
	.page-id-56 .page-section {
		padding: 0 0 70px;
	}
	
	.hero-inner,
	.px-mobile-container {
		display: none;
	}
	
	.hero-mobile {
		height: 300px;
		text-align: center;
		font-size: 26px !important;
		line-height: 34px !important;
		padding-top: 180px;
		color: #fff;
		text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
		background-position: center center;
		webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	
	.hero-mobile.hero-mobile-wone {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/w-one.jpg);
		margin-bottom: 30px;
	}
	
	.hero-mobile.hero-mobile-wtwo {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/w-two.jpg);
	}
	
	.hero-mobile.hero-mobile-none {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/n-one.jpg);
		margin-bottom: 30px;
	}
	
	.hero-mobile.hero-mobile-mone {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/m-one.jpg);
		margin-bottom: 30px;
	}
	
	.hero-mobile.hero-mobile-mtwo {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/m-two.jpg);
	}
	
	.hero-mobile.hero-mobile-cone {
		background-image: url(http://coiffureandcoffee.com/wp-content/uploads/2018/04/c-one.jpg);
		margin-bottom: 30px;
	}
	
	.service-boxes {
		margin-top: -30px;
	}
	
	.service-boxes .container {
		grid-auto-flow: row !important;
	}
	
	.home-hero {
		height: 300px;
		font-size: 36px !important;
		line-height: 6px !important;
		padding-top: 200px;
	}
	
	.home-hero span {
		display: block;
		margin-top: 24px;
		font-size: 34px;
		color: #00bfa5;
	}
	
	.ms-slide-info {
		top: 250px !important;
	}
	
	.ms-info {
		color: #fff;
		font-size: 36px;
		text-align: center;
		text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
	}
	
	.box {
		text-align: center;
	}
	
	.page-id-6 iframe {
		height: 300px;
	}
}

/* Map Hero - Responsive */
@media (max-width: 768px) {
	.map-hero {
		min-height: 50vh;
	}
}
