/*
	Evolve Salon by Amanda - Soft Feminine Theme Overrides
	Loaded AFTER the original Iridium stylesheets so these rules win.
*/

/*********************************************************************************/
/* Palette & Typography                                                          */
/*********************************************************************************/

body {
	background: #faf6f1;
}

body, input, textarea, select {
	font-family: 'Lato', 'Arimo', sans-serif;
	color: #5a4a44;
	font-size: 11pt;
	line-height: 1.85em;
	letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.01em;
	color: #3d2f2a;
}

strong, b {
	color: #3d2f2a;
}

a {
	color: #b8896b;
	text-decoration: none;
	border-bottom: 1px solid rgba(184, 137, 107, 0.3);
	transition: color 0.25s ease, border-color 0.25s ease;
}

a:hover {
	color: #8a6347;
	border-bottom-color: #8a6347;
	text-decoration: none;
}

hr {
	border-top: 1px solid #e8d9d0;
}

blockquote {
	border-left: 3px solid #d4a896;
	color: #6b5a54;
}

/*********************************************************************************/
/* Header (Hero)                                                                 */
/*********************************************************************************/

#header {
	background: linear-gradient(135deg, #f3dfd6 0%, #e8c9bd 45%, #d4a896 100%);
	color: #fff;
}

#header::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 20% 20%, rgba(255,255,255,0.4) 0%, transparent 50%),
		radial-gradient(ellipse at 80% 80%, rgba(184,137,107,0.25) 0%, transparent 60%);
	pointer-events: none;
}

#header .container {
	position: relative;
	z-index: 1;
}

#logo h1 a {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #fff;
	font-size: 4.5em;
	text-shadow: 0 2px 12px rgba(122, 80, 60, 0.25);
	border-bottom: none;
}

#logo span {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-size: 0.85em;
	color: rgba(255,255,255,0.85);
}

/* Nav */

#nav > ul > li > a,
#nav > ul > li > span {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0.25em;
	font-size: 0.85em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	border-bottom: none;
}

#nav > ul > li > a:hover {
	color: #fff;
}

#nav li.active a {
	border: 1px solid rgba(255,255,255,0.95);
	border-radius: 40px;
	color: #fff;
}

/*********************************************************************************/
/* Main content                                                                  */
/*********************************************************************************/

#main {
	background: #faf6f1;
}

#content header h2 {
	font-size: 2.6em;
	font-weight: 500;
}

#content header .byline {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	color: #b8896b;
	font-size: 1.25em;
	letter-spacing: 0.01em;
}

#sidebar h2 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #e8d9d0;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

ul.style li {
	border-top: 1px solid #ecdfd7;
}

ul.style .posted {
	color: #b8896b;
	letter-spacing: 0.2em;
	font-size: 0.7em;
}

ul.default li {
	border-top: 1px solid rgba(255,255,255,0.08);
}

ul.default a {
	color: rgba(255,255,255,0.7);
	border-bottom: none;
}

ul.default a:hover {
	color: #f3dfd6;
	text-decoration: none;
}

/* Buttons */

.button {
	background: #b8896b;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: 0.85em;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 1em 2em;
	border-bottom: none;
	box-shadow: 0 4px 14px rgba(184, 137, 107, 0.25);
}

.button:hover {
	background: #8a6347;
	color: #fff !important;
	border-bottom: none;
}

/*********************************************************************************/
/* Featured strip                                                                */
/*********************************************************************************/

#featured {
	background: #f3ebe4;
}

#featured h2 {
	font-size: 1.4em;
	color: #3d2f2a;
}

#featured a {
	border-bottom: none;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	background: #3d2f2a;
	color: rgba(255,255,255,0.7);
}

#footer h2 {
	color: #f3dfd6;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

#footer a {
	color: rgba(255,255,255,0.7);
}

#footer a:hover {
	color: #f3dfd6;
}

#footer p {
	color: rgba(255,255,255,0.7);
}

#copyright {
	background: #2a1f1c;
	color: rgba(255,255,255,0.4);
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.15em;
	font-size: 0.8em;
}

#copyright a {
	color: rgba(255,255,255,0.55);
	border-bottom: none;
}

/*********************************************************************************/
/* Salon-specific helpers                                                        */
/*********************************************************************************/

.tagline {
	display: block;
	margin-top: 1.5em;
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-size: 1.4em;
	color: rgba(255,255,255,0.95);
	letter-spacing: 0.02em;
}

.service-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 1em 0;
	border-bottom: 1px dashed #e8d9d0;
}

.service-row:last-child {
	border-bottom: none;
}

.service-row .name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.1em;
	color: #3d2f2a;
}

.service-row .desc {
	display: block;
	font-size: 0.9em;
	color: #8a7a74;
	font-style: italic;
	margin-top: 0.25em;
}

.service-row .price {
	font-family: 'Lato', sans-serif;
	color: #b8896b;
	letter-spacing: 0.05em;
	white-space: nowrap;
	padding-left: 1em;
}

.contact-block {
	background: #fff;
	border: 1px solid #ecdfd7;
	padding: 2em;
	margin-bottom: 2em;
}

.contact-block h3 {
	margin-top: 0;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	color: #b8896b;
	text-transform: uppercase;
}

.contact-form label {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #8a7a74;
	margin: 1em 0 0.4em 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 0.75em 1em;
	background: #faf6f1;
	border: 1px solid #ecdfd7;
	font-family: 'Lato', sans-serif;
	color: #3d2f2a;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #b8896b;
}
