/*
Theme Name: Westlynn Bakery
Theme URI: http://glaciermediadigital.ca/
Author: Glacier Media Digital
Author URI: http://glaciermediadigital.ca/
Description: A modern, professional, responsive Wordpress website theme by Glacier Media Digital - optimized for Cafés & Bars.
Version: 1.0.0
License: Copyright Glacier Media Digital
License URI: http://glaciermediadigital.ca/
Text Domain: westlynn-bakery
Tags:

Westlynn Bakery is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgb(57,54,54);
	font: 400 normal 1em/1 'Roboto Slab', Times, serif;
}

h1 {
	font: 400 normal 3em/1.25 'Special Elite', cursive;
	color: rgb(57,54,54);
	letter-spacing: -0.01em;
	margin: 0 auto 0.5em;
}
h2 {
	font: 700 normal 2em/1.1 'Roboto Slab', cursive;
	color: rgb(155,28,32);
	margin: 0 auto 0.5em;
}
h3 {
	font: 400 normal 1.5em/1.1 'Roboto Slab', Times, serif;
	color: rgb(155,28,32);
	margin: 0 auto 0.5em;
}
h4 {
	font: 700 normal 1em/1.1 'Roboto Slab', Times, serif;
	color: rgb(187,136,87);
	text-transform: uppercase;
	margin: 0 auto 0.25em;
}
h5 {
	font: 700 normal 1em/1.2 'Roboto Slab', Times, serif;
	color: rgb(155,28,32);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 auto 0.25em;
}
h6 {
	font: 700 normal 1em/1.2 'Roboto Slab', Times, serif;
	color: rgb(57,54,54);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 auto 0.25em;
}
.rule {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.rule span {
	padding: 0 25px;
	background: inherit;
}
.rule:before, 
.rule:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
}
.rule:before {
    margin-left: -50%;
    margin-right: 25px;
    text-align: right;
}

p, ul, ol {
	font: 300 normal 1em/1.5 'Roboto Slab', Times, serif;
	color: rgb(57,54,54);
	margin: 0 auto 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #fff; 
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; 
	max-width: 100%;
	vertical-align: middle;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
	margin: 25px auto;
	text-align: left;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
}
table thead {
	border-bottom: 1px solid #ddd;
	background: #eee;
}
table thead th {
	font-weight: 300;
	color: rgb(155,28,32);
	padding: 10px 25px;
}
table tr td {
	padding: 10px 25px;
	border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Global
--------------------------------------------------------------*/
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}

/* Layout
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
.site-content {
	margin: 3px auto 0;
	padding: 0;
	border-top: 3px solid rgb(57,54,54);
}
#primary {
	width: 100%;
	margin: 0;
	padding: 0;
}
.site-main {
	margin: 0 auto;
	padding: 0;
}
#secondary {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font: 700 normal 1em/1 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	padding: 11px 15px;
	border: none;
	border-radius: 0;
	background: rgb(155,28,32);
	transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: rgb(57,54,54);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	appearance: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 10px 40px 10px 15px;
	max-width: 300px;
	color: #444;
	line-height: 16px;
	border-radius: 0;
	border: 1px solid #444;
	background: url('images/dropdown-arrow.png') #fff right center no-repeat;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px;
}

textarea {
	padding-left: 8px;
	width: 100%;
}

/* Ninja Forms */
.ninja-forms-form-wrap {
	clear: both;
	margin: 2em 0;
	padding: 0;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.1);
}
.ninja-forms-form-title {
	margin: 0;
	padding: 15px 25px;
	font: 300 normal 1.5em/1.1 'Roboto Slab', Times, serif;
	color: rgb(155,28,32);
	font-size: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05);
}
.ninja-forms-response-msg p {
	margin: 0;
	padding: 10px 25px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ninja-forms-form-wrap form {
	margin: 0;
	padding: 0;
}
.ninja-forms-required-items {
	margin: 0 0 1em;
	padding: 10px 25px;
	color: #888;
}
.ninja-forms-req-symbol {
    color: rgb(155,28,32) !important;
}
.field-wrap {
	text-align: left;
    font-weight: 300;
	margin-bottom: 10px !important;
	padding: 3px 25px;
}
.field-wrap input[type=text],
.field-wrap textarea {
	border: none;
	background: rgba(255,255,255,0.05);
}
.ninja-forms-form-wrap label {
    font-weight: 300 !important;
}
#ui-datepicker-div {
	padding: 15px;
	background: rgb(19,18,24) !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.75);
}
input.ninja-forms-datepicker {
}
.ninja-forms-field-description {
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(155,28,32);
}
a:visited {
	color: rgb(155,28,32);
}
a:hover,
a:focus,
a:active {
	color: rgb(57,54,54);
}
a:focus,
a:hover,
a:active {
	outline: 0;
}

/* Styled Links */
a.btn {
	display: inline-block;
	font: 700 normal 16px/1 Georgia, serif;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 0;
	background: rgb(155,28,32);
	transition: all 0.5s ease;
}
.more::after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 8px;
	color: inherit;
	opacity: 0.5;
}
.less::before {
	font-family: FontAwesome;
	content: "\f104";
	margin-right: 8px;
	color: inherit;
	opacity: 0.5;
}
.btn .fa {
	margin-left: 8px;
}
a.btn.small {
	font-size: 75%;
}
a.btn.large {
	font-size: 125%;
}
a.btn.light {
	color: rgb(19,18,24);
	background: rgb(178,177,177);
}
a.btn.dark {
	color: #fff;
	background: rgb(94,44,0);
}
a.btn.white {
	color: rgb(155,28,32);
	background: #fff;
}
a.btn.transparent {
	color: rgb(79,76,77);
	border: 1px solid rgb(79,76,77);
	background: none;
}
a.btn.transparent.white {
	color: #fff;
	border: 1px solid #fff;
	background: none;
}
a.btn:hover {
	opacity: 0.75;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Primary Menu */
.main-navigation {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid rgb(57,54,54);
	border-bottom: 1px solid rgb(57,54,54);
}
.menu {
	display: inline-block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.menu li {
	position: relative;
	display: inline-block;
	padding: 0;
}
.menu li a {
	display: block;
	color: rgb(57,54,54);
	font: 400 normal 20px/1 'Special Elite', serif;
	padding: 23px 10px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}
.menu li.menu-item-has-children > a::after {
	float: right;
	content: "\f107";
	font-family: 'FontAwesome';
	text-decoration: none;
	color: inherit;
	opacity: 0.5;
	font-size: 20px;
	padding-left: 8px;
	border: none;
	vertical-align: baseline;
}
.menu ul li.menu-item-has-children > a::after {
	content: "\f105";
}
.menu li:hover > a {
	color: rgb(155,28,32);
}

/* Submenu */
.menu ul {
	display: none;
}
.menu li:hover > ul {
	display: block;
	position: absolute;
	top: 66px;
	left: auto;
	margin: 0 0 0 -15px;
	padding: 10px 0;
	text-align: left;
	z-index: 9999;
	background: rgb(155,28,32);
}
.menu ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	color: #fff;
	line-height: 1;
	padding: 12px 20px;
	white-space: nowrap;
}
.menu ul li:hover > a {
	color: rgb(57,54,54);
}

/* Sub-Submenu */
.menu ul ul {
	display: none;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: calc(100% + 10px);
	min-width: 250px;
	border-left: 5px solid rgba(0,0,0,0.05);
	background: rgb(230,218,200);
}

/* Current Page */
.menu .current_page_item > a,
.menu .current_page_ancestor > a,
.menu .current-menu-item > a,
.menu .current-menu-parent > a,
.menu .current-menu-ancestor > a {
	color: rgb(155,28,32);
}
.sub-menu .current-menu-item > a {
	color: rgb(57,54,54);
}

/* Footer Menu */
#footer-navigation {
	margin: 3px auto 0;
	text-align: center;
	border-top: 3px solid rgb(57,54,54);
	border-bottom: 1px solid rgb(57,54,54);
}
#footer-navigation ul {
	margin: 0 auto;
	padding: 25px;
	list-style-type: none;
	text-align: center;
}
#footer-navigation li {
	display: inline-block;
	margin: 0;
}
#footer-navigation li a {
	display: inline-block;
	color: rgb(57,54,54);
	font: 400 normal 1em/1 'Special Elite', Times, serif;
	padding: 5px 10px;
	text-decoration: none;
}
#footer-navigation li a:hover {
	color: rgb(155,28,32);
}
#footer-navigation .current_page_item > a,
#footer-navigation .current_page_parent > a,
#footer-navigation .current_page_ancestor > a,
#footer-navigation .current-menu-item > a,
#footer-navigation .current-menu-parent > a,
#footer-navigation .current-menu-ancestor > a {
	color: rgb(155,28,32);
}

/*--------------------------------------------------------------
# Social Media Lists
--------------------------------------------------------------*/
.social-links {
	display: inline-block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
.social-links li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.social-links li:last-of-type {
	margin: 0;
}
.social-links li a {
	color: #fff;
}
.social-links .fa {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 2px;
	font-size: 16px;
	line-height: 16px;
	color: rgb(155,28,32);
	text-align: center;
	transition: all 0.5s ease;
}
.social-links .fa:hover {
	color: rgb(155,28,32);
}

/*--------------------------------------------------------
##	Accordion
--------------------------------------------------------*/
.accordion .accordion-toggle {
	width: 100%;
	margin: 0;
	cursor: pointer;
}
.accordion .accordion-toggle::before {
	content: '\f067';
	font-family: FontAwesome;
	font-size: 75%;
	color: rgb(155,28,32);
	margin-right: 0.75em;
}
.accordion .accordion-toggle.active::before {
	content: '\f068';
}
.accordion .toggle:first-of-type {
	border: none;
}
.accordion .accordion-toggle:focus,
.accordion .accordion-toggle:active {
	outline: none;
}
.accordion .accordion-content {
	display: none;
	padding: 1em 0 0;
}

/*--------------------------------------------------------------
## Numeric Pagination
--------------------------------------------------------------*/
.custom-pagination {
	margin: 25px auto;
	padding: 0;
	text-align: center;
}
.custom-pagination * {
	display: inline-block;
	vertical-align: middle;
}
.custom-pagination .fa {
	margin: 0;
	padding: 0;
}
.custom-pagination a {
	color: #ccc;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	width: 40px;
	height: 40px;
	padding: 12px;
	text-decoration: none;
	border: 2px solid #ccc;
	transition: all 0.5s ease;
}
.custom-pagination a:hover {
	color: rgb(155,28,32);
	border-color: rgb(155,28,32);
}
.custom-pagination .dots {
	color: #ccc;
	margin: 0;
	padding: 0.25em 0.8125em;
}
.custom-pagination .current {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	border: none;
	background: rgb(155,28,32);
}

/*--------------------------------------------------------------
## Posts/Comments Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
	border: 1px solid #ddd;
}
.nav-links {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.nav-previous,
.nav-next {
	width: 50%;
	max-width: 50%;
	padding: 1.5em;
}
.nav-previous a,
.nav-next a {
	font-size: 1em;
	font-weight: 400;
	color: #777;
}
.nav-previous::before {
	content: '\f104';
	font-family: FontAwesome;
	color: rgb(34,34,34);
	margin-right: 1em;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: rgb(34,34,34);
}
.nav-next::after {
	content: '\f105';
	font-family: FontAwesome;
	color: rgb(34,34,34);
	margin-left: 1em;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	border-right: 1px solid #ddd;
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

/* Custom Prev/Next Navigation */
.custom-post-navigation {
	width: auto;
	margin: 0 auto 25px;
	padding: 0;
	line-height: 1;
	text-align: center;
}
.custom-post-navigation .nav-links {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
}
.custom-post-navigation a {
	float: left;
	width: 40px;
	height: 40px;
	padding: 10px;
	font-size: 20px;
	color: #777;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	transition: all 0.5s ease;
}
.custom-post-navigation a:hover {
	color: rgb(155,28,32);
	background: rgb(237,238,236);
}
.custom-post-navigation a:last-of-type {
	width: 39px;
	border-left: 1px solid #ddd;
}

/*--------------------------------------------------------------
## Back To Top
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: none;
}
.back-to-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	padding: 20px;
	vertical-align: middle;
	background: rgb(57,54,54);
	transition: all 0.5s ease;
}
.back-to-top .fa {
	vertical-align: middle;
}
.back-to-top a:hover {
	background: rgb(155,28,32);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Site Header */
.site-header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
h1.site-title {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
h1.site-title a,
h1.site-title img {
	display: block;
	vertical-align: middle;
}
.site-branding {
	padding: 25px;
}
.site-logo {
	width: 250px;
	margin: 0;
}
.header-social {
	width: 100%;
	padding: 25px;
}
.header-phone {
	width: 100%;
	padding: 25px;
}
.header-phone a {
	color: rgb(155,28,32);
	text-decoration: none;
}
.header-phone a:hover {
	color: rgb(57,54,54);
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
#front-hero {
	position: relative;
	width: 100%;
	margin: 3px auto 25px;
}
#front-hero .entry-thumbnail {
	padding-bottom: 55%;
}
#front-hero .cta-block {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
  	width: 90%;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}
h1.hero-title {
	color: #fff;
	font-size: 5.5vw;
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0,0,0,0.75);
}
#front-hero .cta-block .btn {
	color: #fff;
	text-transform: uppercase;
	margin: 5px auto;
}
.home .page-content {
	text-align: center;
}
.awards {
	padding-top: 25px;
}
.awards img {
	width: auto;
	height: 150px;
}
#instagram {
	width: 100%;
	margin: 3px auto 0;
	padding: 25px 0;
	text-align: center;
}
#home-latest {
	width: 100%;
	margin: 3px auto 0;
	padding: 25px;
	text-align: center;
	background: url('images/brown-wood-texture.jpg') center center repeat-y;
}
#home-latest h1,
.blog .site-main h1 {
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0,0,0,0.75);
}
.latest-news {
	margin: 15px auto;
}
.latest-news article.archive.blog {
	box-shadow: 0 4px 8px rgba(0,0,0,0.75);
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
#products {
	margin: 25px auto;
}
#products h2 {
	margin: 0 auto 15px;
	padding: 25px;
	text-align: center;
	background: #eee;
}
.product-list {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
article.archive.product {
	margin: 0 5px 10px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}
.archive.product .entry-thumbnail {
	padding-bottom: 70%;
}
.archive.product h3 {
	color: rgb(57,54,54);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
}

/*--------------------------------------------------------------
## Photo Gallery
--------------------------------------------------------------*/
#site-gallery {
	max-width: 1100px;
	margin: 0 auto 25px;
}
#site-gallery .slider {
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
article.testimonial {
	padding-bottom: 25px;
}
.testimonial h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: rgb(155,28,32);
}
.testimonial-customer {
}
.testimonial-location {
	display: inline-block;
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	margin-left: 6px;
}

/*--------------------------------------------------------------
## FAQs
--------------------------------------------------------------*/
.faqs {
	max-width: 800px;
	margin: 10px auto 25px;
	padding: 0;
	text-align: left;
	border: 1px solid rgba(255,255,255,0.1);
}
.faqs article {
	margin: 0;
	padding: 1em;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.faqs article:first-of-type {
	border-top: none;
}
.faqs article:last-of-type {
}
.faqs .accordion-toggle {
	font-size: 16px;
}
.faqs .accordion-content p {
	color: #aaa;
	margin: 0;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
ul.contact-info {
	margin: 10px auto 25px;
	padding: 0;
}
ul.contact-info li {
	display: block;
	margin-right: 5px;
}
ul.contact-info li .fa {
	margin-right: 12px;
}

/* Location */
.map-wrapper {
	width: 100%;
	margin: 0 auto 25px;
}
#location-map {
	position: relative;
	margin: 0;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
}
.google-map {
	width: 100%;
	height: 100%;
	border: none;
}
#marker-content {
	padding: 15px;
	font-size: 14px;
	text-align: left;
}
#marker-content p {
	margin: 0 auto 5px;
}
#marker-content a:not(.btn) {
	color: rgb(57,54,54);
}
.map-logo {
	max-width: 250px;
	margin: 0 auto 15px;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.blog .site-main {
	padding: 25px;
	background: url('images/brown-wood-texture.jpg') center center repeat-y;
}

/* Archives */
article.archive {
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0 0 25px;
	padding: 0;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
article.archive.blog {
	padding: 25px;
	text-align: center;
}
img.staple {
	width: 60px;
	margin: 0 auto 5px;
}
article.archive .entry-header {
	width: 100%;
	margin: 0;
	padding: 0 25px;
}
article.archive .entry-content {
	width: 100%;
	margin: auto 0 0;
	padding: 0;
}
h4.category {
	float: left;
	max-width: 40%;
	color: rgb(178,177,177);
	text-align: left;
}
h4.category a {
	font-size: 14px;
	color: rgb(155,28,32);
	text-decoration: none;
}
h4.category a:hover {
	color: rgb(57,54,54);
}
span.entry-date {
	color: rgb(178,177,177);
}

/* Single Posts */
.sticky {
	display: block;
}
.hentry {
	margin: 0 auto;
}
.entry-meta {
	max-width: 800px;
	margin: 0 auto 25px;
	text-align: center;
}
.posted-on {
	color: rgb(155,28,32);
}
.posted-on .fa {
	margin-right: 5px;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-title {
	text-align: center;	
}
.entry-content,
.entry-summary {
	max-width: 800px;
	margin: 0 auto 10px;
	padding: 25px;
}
.thumb-wrapper {
	width: 100%;
	margin: 0 auto 25px;
}
.entry-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.entry-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-thumbnail a {
	display: block;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header {
	margin: 25px auto;
}
.page-title {
	text-align: center;
}
.page-content {
	max-width: 750px;
	margin: 0 auto 25px;
	padding: 25px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.not-found {
	text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-cta {
	margin: 0 auto;
	padding: 50px 25px;
	text-align: center;
	background: rgb(57,54,54);
}
#footer-cta * {
	vertical-align: middle;
}
#footer-cta h2 {
	color: #fff;
	margin: 0 auto;
}
#footer-cta .btn {
	margin: 25px 0 0;
}

.site-footer {
	width: 100%;
	margin: 3px auto 0;
	padding: 0;
	border-top: 1px solid rgb(57,54,54);
	border-bottom: 1px solid rgb(57,54,54);
}

/* Footer Widgets */
#footer-widget-area {
	width: 100%;
	margin: 3px auto 0;
	padding: 0;
	border-top: 3px solid rgb(57,54,54);
}
#footer-widget-area .widget {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}
#footer-widget-area .widget h2 {
	color: rgb(155,28,32);
	margin: 0 auto 25px;
}
#footer-widget-area .widget input {
	margin: 0 auto 10px;
}

/* Footer Contact */
.schema-address > span {
	font-weight: 700;
}
.footer-contact a {
}
.footer-contact a:hover {
	text-decoration: none;
}
.footer-contact .social-links {
	margin: 15px auto 0;
}

.site-info {
	margin: 3px auto 0;
	padding: 23px;
	border-top: 3px solid rgb(57,54,54);
}
.site-info p {
	margin: 0 auto;
	font-size: 12px;
	color: rgb(178,177,177);
	line-height: 1;
}
.webdev,
.webdev a {
	color: rgb(178,177,177);
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
#secondary .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
#secondary .widget ul li {
	padding: 10px 25px;
	border-top: 1px solid #ddd;
}
#secondary .widget ul li:first-of-type {
	border-top: none;
}
#secondary .widget ul li .post-date {
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(178,177,177);
}
#secondary .thumb-wrapper {
	box-shadow: 0 5px 10px rgba(0,0,0,0.85);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Responsive Embeds */
.embed-container {
	position: relative;
	margin: 0;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* 	480px Breakpoint	*/
@media only screen and (min-width: 480px) {

#front-hero .entry-thumbnail {
	padding-bottom: 50%;
}
#front-hero .cta-block {
	width: 80%;
}
#front-hero .cta-block .btn {
	margin: 10px 15px;
}
#location-map {
	padding-bottom: 50%;
}

}

/* 	600px Breakpoint	*/
@media only screen and (min-width: 600px) {

#front-hero .entry-thumbnail {
	padding-bottom: 45%;
}
#front-hero .cta-block .btn {
	padding: 20px 30px;
}
article.archive {
	-ms-flex: 0 1 48%;
	-webkit-flex: 0 1 48%;
	flex: 0 1 48%;
	max-width: 48%;
	margin: 0 1% 25px;
}
#location-map {
	padding-bottom: 45%;
}
.responsive-wrap {
	float: left;
	display: inline-block;
	width: 50%;
}
.responsive-wrap:nth-child(even) {
	max-width: calc(50% - 11px);
	margin-right: 10px;
}
.site-info br {
	display: none;
}
.webdev {
	float: right;
}

}

/* 	800px Breakpoint	*/
@media only screen and (min-width: 800px) {

.header-social {
	float: left;
	width: 200px;
}
.header-phone {
	float: right;
	text-align: right;
	width: 200px;
}
.main-navigation {
	display: inline-block;
}
h1.hero-title {
	font-size: 54px;
}
#home-latest,
#blog-list {
	padding: 50px;
}
#location-map {
	padding-bottom: 40%;
}
#footer-cta br {
	display: none;
}
#footer-cta .btn {
	margin: 0 0 0 25px;
}

}

/* 	1000px Breakpoint	*/
@media only screen and (min-width: 1000px) {

#front-hero .cta-block {
	width: 70%;
}
#front-hero .entry-thumbnail {
	padding-bottom: 40%;
}
article.archive {
	-ms-flex: 0 1 31%;
	-webkit-flex: 0 1 31%;
	flex: 0 1 31%;
	max-width: 31%;
	margin: 0 1% 25px;
}
#location-map {
	padding-bottom: 35%;
}

}

/* 	1200px Breakpoint	*/
@media only screen and (min-width: 1200px) {

article.archive.product {
	-ms-flex: 0 1 23%;
	-webkit-flex: 0 1 23%;
	flex: 0 1 23%;
	max-width: 23%;
}

}
