/*
	Leading Edge Barber Co - Classic Barbershop Theme
	Loaded AFTER original Iridium stylesheets so these rules win.
*/

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

body {
	background: #f3ede4;
}

body, input, textarea, select {
	font-family: 'Roboto', 'Arimo', sans-serif;
	color: #2c2620;
	font-size: 11pt;
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1a1410;
}

strong, b {
	color: #1a1410;
	font-weight: 700;
}

a {
	color: #b81a1a;
	text-decoration: none;
	border-bottom: 1px solid rgba(184, 26, 26, 0.3);
	transition: color 0.2s ease, border-color 0.2s ease;
}

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

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

blockquote {
	border-left: 4px solid #b81a1a;
	color: #4a3e34;
}

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

#header {
	background:
		linear-gradient(rgba(15, 12, 10, 0.78), rgba(15, 12, 10, 0.88)),
		repeating-linear-gradient(
			45deg,
			#1a1410 0px,
			#1a1410 30px,
			#221b16 30px,
			#221b16 60px
		);
	color: #fff;
	border-bottom: 4px solid #b81a1a;
}

#header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, #b81a1a 0%, #b81a1a 33%, #fff 33%, #fff 66%, #1e4d8c 66%, #1e4d8c 100%);
	z-index: 2;
}

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

#logo h1 a {
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	font-size: 4.2em;
	text-shadow: 0 2px 16px rgba(0,0,0,0.6);
	border-bottom: none;
}

#logo h1 a::before {
	content: "\2014  ";
	color: #b81a1a;
	letter-spacing: 0;
}

#logo h1 a::after {
	content: "  \2014";
	color: #b81a1a;
	letter-spacing: 0;
}

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

/* Nav */

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

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

#nav li.active a {
	border: 2px solid #b81a1a;
	border-radius: 0;
	color: #fff;
	background: rgba(184, 26, 26, 0.15);
}

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

#main {
	background: #f3ede4;
}

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

#content header .byline {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	color: #6b5e51;
	font-size: 1.15em;
	letter-spacing: 0.02em;
	text-transform: none;
}

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

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

ul.style .posted {
	color: #b81a1a;
	letter-spacing: 0.18em;
	font-size: 0.7em;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

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: #ffb3b3;
	text-decoration: none;
}

/* Buttons */

.button {
	background: #b81a1a;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	text-transform: uppercase;
	border-radius: 0;
	padding: 1em 2em;
	border-bottom: none;
	border: 2px solid #b81a1a;
	box-shadow: 0 3px 0 rgba(0,0,0,0.15);
}

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

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

#featured {
	background: #e8dec9;
	border-top: 1px solid #d4c8b4;
	border-bottom: 1px solid #d4c8b4;
}

#featured h2 {
	font-size: 1.4em;
	color: #1a1410;
}

#featured a {
	border-bottom: none;
}

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

#footer {
	background: #1a1410;
	color: rgba(255,255,255,0.7);
	border-top: 4px solid #b81a1a;
}

#footer h2 {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.15em;
	border-bottom: 1px solid rgba(184, 26, 26, 0.4);
	padding-bottom: 0.75em;
}

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

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

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

#copyright {
	background: #0d0a08;
	color: rgba(255,255,255,0.4);
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.12em;
	font-size: 0.8em;
}

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

/*********************************************************************************/
/* Barber-specific helpers                                                       */
/*********************************************************************************/

.tagline {
	display: block;
	margin-top: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 1.3em;
	color: rgba(255,255,255,0.85);
	letter-spacing: 0.05em;
	text-transform: none;
}

.walkin-badge {
	display: inline-block;
	margin-top: 1.5em;
	padding: 0.5em 1.25em;
	background: #b81a1a;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.8em;
	border: 2px solid #fff;
}

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

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

.service-row .name {
	font-family: 'Oswald', sans-serif;
	font-size: 1.15em;
	color: #1a1410;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.service-row .desc {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: #6b5e51;
	font-style: italic;
	margin-top: 0.25em;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}

.service-row .price {
	font-family: 'Oswald', sans-serif;
	color: #b81a1a;
	letter-spacing: 0.05em;
	white-space: nowrap;
	padding-left: 1em;
	font-weight: 500;
	font-size: 1.1em;
}

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

.contact-block h3 {
	margin-top: 0;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	color: #b81a1a;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.contact-form label {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6b5e51;
	margin: 1em 0 0.4em 0;
	font-family: 'Oswald', sans-serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 0.75em 1em;
	background: #f3ede4;
	border: 1px solid #d4c8b4;
	font-family: 'Roboto', sans-serif;
	color: #1a1410;
	border-radius: 0;
}

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