/*
Theme Name: SABAW Custom
Theme URI: http://www.sublimearts.me
Author: Pratyush Pundir
Author URI: http://www.sublimearts.me
Description: A theme custom built for SABAW.org. Highly focused on readability.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SABAW Custom
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SABAW Custom is based on Underscores http://underscores.me/, (C) 2012-2015 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
# Bootstrap Grid System
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Other Navigation
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Global
    ## Posts and pages
    ## Indexes
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Images
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 0;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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 {
	border: 1px solid #999;
	padding: 0.5em;
}

/*--------------------------------------------------------------
# Bootstrap Grid System
--------------------------------------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5em;
}

.site-content {
	font-size: 1.125em;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fira Sans', sans-serif;
	clear: both;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }


p {
	margin-bottom: 1.5em;
}

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 { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

blockquote {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 1.5em 0 1.5em 2em;
    position: relative;
}

blockquote::before {
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    left: -2em;
    color: #D1C7B6;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-form .form-submit input[type="submit"] {
	border: 3px solid;
	border-color: #99002A;
	border-radius: 0;
	background: transparent;
	color: #99002A;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover {
	border-color: #99002A;
	color: #F4EBEA;
    background-color: #99002A;
}

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 {
	border-color: #99002A;
    color: #F4EBEA;
    background-color: #99002A;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.widget_search input[type="search"],
select,
textarea {
	color: #666;
	border-radius: 0;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px #666 solid;
    background-color: rgba(255, 255, 255, 0.0);
    transition: ease-in-out 100ms all;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus
.widget_search input[type="search"]:focus,
textarea:focus {
	color: #99002A;
    border: 2px solid #99002A;
    outline: none;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 1.125em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em 1em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #000;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a{
	padding-right: 48px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 27px;
	width: 27px;
	top: 8px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	font-family: 'FontAwesome';
	background-color: #000;
	border: 1px solid #fff;
	content: "";
	color: #fff;
	text-transform: lowercase; /* Stop screen readers from reading the text as capital letters */
}

.dropdown-toggle:after {
	content: "\f078";
	font-size: 14px;
	line-height: 27px;
	position: relative;
	top: 0;
	left: 0px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	color: #000;
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation ul.nav-menu {
        margin-bottom: 0;
    }
}

/* Hovering menu */

.main-navigation.toggled {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 1;
}

.nav-menu {
	padding: 1em;
	margin-bottom: 3em;
	background-color: #000;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {
	
	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: absolute;
        top: 200px;
        left: 0;
        z-index: 500000;
		min-height: 3.5em;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 3.5em;
		background-color: #000;
		background-color: hsla(0, 0%, 0%, .7);
	}
	
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
		text-align: center;
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #333;
	}
	
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}
	
	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
		outline: solid 1px #DBD1C4;
	}
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: #000;
	}
	
	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 8px;
		right: 12px;
		border: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}
	
}

/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/

.comment-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Fira Sans", sans-serif;
	text-align: left;
	overflow: hidden;
}

@media screen and (min-width: 50em) {
	.comment-navigation,
	.post-navigation,
.paging-navigation {
		padding: 2em 3em;
	}
}

.nav-links {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 .4em;
}

.comment-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #c3c3c3;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	border-color: #000;
}

.post-navigation .post-title {
	font-size: 1.2em;
	font-weight: 700;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	text-decoration: underline;
}

.nav-previous {
	padding-bottom: 1em;
}

@media screen and (min-width: 30em) {

	.nav-links {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.post-navigation .nav-previous {
		display: flex;
		align-items: stretch;
		float: left;
		width: 48%;
	}

	.nav-previous {
		padding-bottom: 0;
	}

	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		display: flex;
		align-items: stretch;
		float: right;
		text-align: right;
		width: 48%;
	}
}

.post-navigation .meta-nav {
	display: block;
}

@media screen and (min-width: 30em) {
	.post-navigation .meta-nav {
		padding-bottom: 1em;
	}
}

.paging-navigation {
	margin-top: -2em;
	text-align: center;
}

.paging-navigation ul {
	display: inline-block;
	padding: 0;
	list-style-type: none;

}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation li a {
	padding: .3em 1em;
	margin: .4em .2em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #000;
	background-size: cover;
}

@media screen and (min-width: 50em) {
	header#masthead {
		min-height: 4em;
	}
}

.site-logo {
	position: relative;
}

.site-logo a {
	position: absolute;
	z-index: 10;
	top: 1em;
	left: 1em;
	display: block;
  font-size: 1.5em;
	width: 2em;
	height: 2em;
	background: black;
	border: 2px solid white;
	color: white;
	text-decoration: none;
}

.site-logo a:hover,
.site-logo a:focus {
	outline: 2px solid white;
}

.site-first-letter {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	line-height: 1.3em;
}

.site-logo a:hover .site-first-letter,
.site-logo a:focus .site-first-letter {
	background: white;
	color: black;
}

.site-branding {
	text-align: center;
}

.site-title {
	margin: 1.7em 1em 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 5em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	word-break: break-word;
}

@media screen and (max-width: 30em) {
	.site-title {
		font-size: 2em;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-title::after {
	display: block;
	content: "";
	margin: .7em auto 0;
	width: 3em;
	/*border-bottom: solid 1px #fff;*/
	opacity: .5;
}

.site-description {
	margin: 2em 2em 3em;
	font-size: 110%;
	color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	position: relative;
	padding: 1.8em 1.4em 0;
	background-color: #ededed;
}

.widget {
	margin: 0 0 1.5em;
	padding: 1.8em;
	background: #fff;
}

@media screen and (min-width: 45em) {
	#secondary {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.8em;
	}

	.widget {
		float: left;
		width: 300px;
		margin: 0 .9em 1.8em;
	}
}

.widget-title {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	padding: .7em 0 0;
	margin: 0;
	font-family: "Fira Sans", sans-serif;
	list-style-type: none;
}

.site-content .widget li {
	display: block;
	padding: .3em 0;
}

.widget li ul,
.widget li ol {
	margin-left: .5em;
}

.widget li:last-child {
	padding-bottom: .35em;
}

@media screen and (min-width: 30em) {
	.widget li ul,
	.widget li ol {
		margin-left: 1em;
	}
}

.widget a {
	font-weight: 500;
	text-decoration: none;
	font-size: .9em;
}

.widget a:hover,
.widget a:focus {
	text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	padding: .5em;
}

/* Archive and Categories widgets */

.widget_archive li {
	color: #808080;
}

.widget_categories .children {
	padding-top: 0;
	padding-bottom: .5em;
}


/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */

.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a{
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #c3c3c3;
}

.site-content .widget_pages li,
.site-content .widget_nav_menu li{
	padding: 0;
}

.site-content .widget_pages li:last-child,
.site-content .widget_nav_menu li:last-child{
    margin-bottom: .5em;
}

/* Meta widget */
.site-content .widget_meta li {
	padding: .3em 0;
}

/* RSS widget */


.widget_rss li {
	margin-bottom: 1em;
}
.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-family: "Merriweather", serif;
	font-size: .8em;
    line-height: 1.4em;
}

/* Search widget */

.widget_search input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	border-radius: 0;
}

/* Calendar widget */

.widget_calendar {
	font-family: "Fira Sans", sans-serif;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 1em;
	font-weight: 700;
	text-align: left;
}

.widget_calendar thead {
	background: #333;
	color: #fff;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: .8em;
	text-align: center;
	background: #d6d6d6;
	border: 3px solid white;
}

.widget_calendar th {
	border: none;
}

.widget_calendar .pad {
	background: #eaeaea;
}

/* Text widget */

.textwidget {
	font-size: .8em;
	line-height: 1.6em;
}


/* Custom Recent Comments and Recent Posts widgets */

.widget_popper_recent_comments ul,
.widget_popper_recent_posts ul {
	margin-top: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.site-content .widget_popper_recent_comments li,
.site-content .widget_popper_recent_posts li {
	position: relative;
	padding: 0 0 1em 70px;
	margin-bottom: 2em;
	border-bottom: 1px solid #c3c3c3;
}

.widget_popper_recent_comments li:last-child,
.widget_popper_recent_posts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.widget_popper_recent_comments a,
.widget_popper_recent_posts a {
	display: block;
	font-size: 1em;
}

.widget_popper_recent_comments a:hover,
.widget_popper_recent_comments a:focus,
.widget_popper_recent_posts a:hover,
.widget_popper_recent_posts a:focus {
	text-decoration: none;
	border-bottom: none;
}
.widget_popper_recent_comments .post-icon,
.widget_popper_recent_posts .post-icon {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.widget_popper_recent_comments .post-icon img {
	border-radius: 50px;
}

.widget_popper_recent_comments .title,
.widget_popper_recent_comments .original-title{
	margin-top: 0;
	margin-bottom: .8em;
	font-size: .7em;
	line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt {
	margin-top: 0;
	margin-bottom: .8em;
	font-family: "Merriweather", serif;
	font-size: .8em;
	line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt::before {
	content: "“";
}

.widget_popper_recent_comments .excerpt::after {
	content: "”";
}

.widget_popper_recent_comments .original-title {
	color: #808080;
	font-weight: 500;
}

.widget_popper_recent_comments .original-title span {
	font-weight: normal;
	font-style: italic;
}

.widget_popper_recent_comments a:hover .original-title,
.widget_popper_recent_comments a:focus .original-title {
	color: #000;
	text-decoration: underline;
}

/* Custom Recent Posts widget */

.widget_popper_recent_posts .post-icon {
	width: 50px;
	height: 50px;
	font-size: 1.3em;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #333333;
}

.widget_popper_recent_posts .title {
	margin: 0;
	font-size: .9em;
	line-height: 1.4em;
}

.widget_popper_recent_posts .meta {
	margin: 0 0 .8em;
	font-size: .7em;
	text-transform: uppercase;
	color: #808080;
}

.widget_popper_recent_posts a:hover .title,
.widget_popper_recent_posts a:focus .title {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

.content-area {
	overflow-x: hidden;
}

/* Rules for sidebar left and sidebar right */
@media screen and (min-width: 65em) {
	
	/* Sidebar Right layouts */
	.sidebar-right .content-area {
		float: left;
		width: calc(100% - 306px);
	}

	.sidebar-right #secondary {
		margin: 0;
	}

	.sidebar-right .site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 17em;
		padding: 0 1.5em;
		border-left: 1px solid #ededed;
	}

	/* Sidebar Left layouts */
	.sidebar-left .content-area {
		float: right;
		width: calc(100% - 306px);
	}

	.sidebar-left #secondary {
		margin: 0;
	}

	.sidebar-left .site-content .widget-area {
		float: left;
		overflow: hidden;
		width: 17em;
		padding: 0 1.5em;
		border-right: 1px solid #ededed;
	}
	
	/* Unified styles */
	.sidebar-right #secondary,
	.sidebar-left #secondary {
		background-color: #fff;
		padding: 1.8em 0 0;
		margin: 0;
	}
	
	.sidebar-right .widget,
	.sidebar-left .widget {
		padding: 0 1.8em;
		margin-bottom: 0;
	}
	
	.sidebar-right .widget::after,
	.sidebar-left .widget::after {
		display: block;
		width: 33%;
		margin: 4em auto;
		content: "";
		border-bottom: 1px solid #c3c3c3;
	}
}

.site-main {
	margin: 1.4em;
	font-size: .8em;
	line-height: 1.6em;
}

@media screen and (min-width: 30em) {
	.site-main {
		margin: 1.8em;
	}
}

@media screen and (min-width: 40em) {
	.site-main {
		font-size: 1em;
	}
}

@media screen and (min-width: 57em) {
	.site-main {
		max-width: 60em;
		margin: 1.8em auto;
	}
}

/*--------------------------------------------------------------
## Indexes
--------------------------------------------------------------*/

.page-title {
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
}

.page-header::after {
	display: block;
	content: "";
	width: 3.5em;
	border-bottom: 1px solid #c3c3c3;
	margin: 2em auto;
}

.taxonomy-description {
	margin-top: 1.5em;
	border: 1px solid #c3c3c3;
	padding: .5em 1.8em 0;
	text-align: center;
	font-style: italic;
}

.entry-title.index-excerpt {
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 1.5em;
}

.entry-header .index-entry-meta {
	font-size: .9em;
}

.entry-content.index-excerpt {
	margin-top: .3em;
}

@media screen and (min-width: 30em) {
	.entry-title.index-excerpt {
		margin-top: 1.5em;
		font-size: 2em;
	}

	.index-entry-meta {
		font-size: 1em;
	}

	.index-entry-meta .byline,
	.index-entry-meta .posted-on,
	.index-entry-meta .comments-link {
		display: inline-block;
	}

	.index-entry-meta .byline::after,
	.index-entry-meta .comments-link::before {
		content: "|";
		padding: 0 1em;
	}
}

.continue-reading {
	text-align: center;
}

.continue-reading a,
.entry-content .continue-reading a {
	display: inline-block;
	margin: 1em auto;
	padding: 1em 2em;
	font-family: "Fira Sans", sans-serif;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.continue-reading a:hover,
.continue-reading a:focus,
.entry-content .continue-reading a:hover,
.entry-content .continue-reading a:focus {
	border-color: #000;
	border-width: 1px;
	box-shadow: none;
}

.continue-reading a::after {
	content: "…"
}
.continue-reading::after {
	display: block;
    content: "";
    width: 7em;
    border-bottom: 1px solid #c3c3c3;
    margin: 4em auto 0;
}

.entry-content .continue-reading::after {
	display: none;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.entry-content a,
.entry-summary a {
	text-decoration: none;
	border-bottom: 2px solid #c3c3c3;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus {
	border-bottom: 3px solid #c3c3c3;
	box-shadow: inset 0 -3px 0 #c3c3c3;
}

.entry-meta a,
.entry-footer a {
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	border-bottom: 2px solid #000;
}

.sticky {
	display: block;
	position: relative;
}

.sticky::before {
	position: absolute;
	top: -1.5em;
	right: 0;
	display: block;
	font-family: "FontAwesome";
	content: "\f08d";
}

.hentry {
	margin: 0 0 1.5em;
	padding-bottom: 2em;
}

.single .hentry,
.page .hentry {
	padding-bottom: 0;
}

.entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	color: #000;
	word-wrap: break-word; /* Catch and wrap very long words on small screens */
}

@media screen and (min-width: 40em) {
	.entry-title {
		margin-top: 1.5em;
		font-size: 2.8em;
		line-height: 1.3em;
	}
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: underline;
}


.deck {
	margin-bottom: 2.5em;
}

.deck p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
}

/* Post Meta */
.entry-meta {
	margin: 0 -1.473684210526316em;
	padding: 2em 1.473684210526316em;
	font-family: "Fira Sans", sans-serif;
	font-size: 95%;
	font-style: italic;
	text-align: center;
	background: #eee;
}

@media screen and (min-width: 30em) {
	.entry-meta {
		margin: 0 -1.894736842105263em;
	}
}

@media screen and (min-width: 57em) {
	.entry-meta {
		position: relative;
		width: 100%;
		width: 100vw;
		left: 0;
		left: calc((-100vw + 66.9em) / 2);
		overflow: hidden;
	}
}

/* Conditions for sidebar-right layout */
@media screen and (min-width: 65em) {
	.sidebar-right .entry-meta {
		width: 100%;
		width: calc(100vw - 306px);
		left: 0;
		margin: 0;
	}
}

@media screen and (min-width: 70.75em) {
	.sidebar-right .entry-meta {
		left: calc((-100vw + 66.2em) / 2);
	}
}

/* Conditions for sidebar-left layout */
@media screen and (min-width: 65em) {
	.sidebar-left .entry-meta {
		width: 100%;
		width: calc(100vw - 306px);
		left: 0;
		right: 0;
		margin: 0;
	}

}

@media screen and (min-width: 70.75em) {
	.sidebar-left .entry-meta {
		left: calc((-100vw + 66.2em) / 2);
	}
}

@media screen and (min-width: 65em) and (max-width: 70em) {
	.sidebar-right .entry-title,
	.sidebar-left .entry-title {
		padding-right: 1em;
		padding-left: 1em;
	}
}

.author-avatar {
	height: 50px;
	width: 50px;
	margin: 0 auto 1em;
}

.author-avatar img {
	border-radius: 50%;
}

@media screen and (min-width: 50em) {

	.has-avatar {
		display: inline-block;
		text-align: left;
		width: 20em;
	}
	
	.author-avatar {
		height: 70px;
		width: 70px;
		float: left;
		margin-right: 1.5em;
		margin-bottom: 0;
	}
	
}

.byline,
.posted-on,
.entry-meta .comments-link {
	display: block;
	padding:  0;
}

.entry-meta a,
.index-entry-meta a {
	font-weight: 700;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-content li {
	line-height: 1.6em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.site-content li > ul {
	margin-bottom: -1em;
}

.site-content li:last-child {
	margin-bottom: 0;
}

.deck,
.entry-content {
	margin: 1.5em 0 0;
}

@media screen and (min-width: 50em) {

	.deck,
	.entry-content {
    padding: 0 3em;
	}
}

.entry-footer::before,
.entry-footer::after {
	display: block;
	content: "";
	width: 7em;
	border-bottom: 1px solid #c3c3c3;
	margin: 2em auto;
}

.entry-footer::before {
	width: 3.5em;
}

.entry-footer,
.index-entry-meta {
	font-family: "Fira Sans", sans-serif;
	font-size: 95%;
	font-style: italic;
	text-align: center;
}

@media screen and (min-width: 40em) {
	.entry-footer {
		padding: 0 1.5em;
	}
}

.entry-footer span {
	margin: .5em 0;
}

.entry-footer span::after {
	content: "|";
	padding: 0 1em;
}

.entry-footer span:last-of-type::after {
	content: "";
	padding: 0;
}

.entry-footer span a {
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 4em 0;
}

@media screen and (min-width: 40em) {
	.comments-area {
		margin: 4em 1em;
	}
}

.comments-title {
	margin-bottom: 2em;
	font-size: 2em;
	text-align: center;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list,
.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 3em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Fira Sans", sans-serif;
	font-style: italic;
	font-size: 80%;
}

.comment .avatar {
	position: absolute;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

.comment .avatar {
	top: -5px;
}

@media screen and (min-width: 30em) {

	.children {
		margin-left: 2em;
	}

	.comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}

	.comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}

	.comment-content {
		margin-left: 80px;
	}

}
@media screen and (min-width: 50em) {

	.children {
		margin-left: 3em;
	}

	.comments-area {
		margin: 4em 3em;
		font-size: 1.1em;
	}

	.comment-meta {
		margin-left: 90px;
	}

	.comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}

	.comment-content {
		margin-left: 90px;
	}
}

.comment-meta a {
	text-decoration: none;
}

.comment-meta a:hover,
.comment-meta a:focus {
	border-bottom: 2px solid #000;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-author {
	font-size: 1.4em;
	line-height: 1.3em;
}

.says {
	font-size: 80%;
}

.comment-metadata {
    margin-top: .2em;
	padding-bottom: .5em;
	font-size: .8em;
	line-height: 1em;
}

.comment-metadata a {
	color: #808080;
}

.reply {
	margin-bottom: 1.5em;
	text-align: right;
}

.reply a {
	display: inline-block;
	padding: .5em 1.4em;
	font-family: "Fira Sans", sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.reply a:hover,
.reply a:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.comment-content ol {
	list-style-type: decimal;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #c3c3c3;
	margin-top: -5px;
	margin-left: -5px;
}

/* Comment Form */
.comment-respond::after {
	display: block;
	margin: 2em auto 4em;
	content: "";
	width: 5em;
	border-bottom: 1px solid #c3c3c3;
}

.comment-reply-title {
	margin-bottom: 1em;
	text-align: center;
}

.comment-list .comment-reply-title {
	text-align: left;
}

.comment-form {
	font-family: "Fira Sans", sans-serif;
	line-height: 1.3em;
}

.comment-form a {
	font-weight: 500;
}

.comment-form .form-submit {
	margin-top: 3em;
}

.comment-form .form-submit input {
	padding: .5em 1.4em;
	font-size: 85%;
    color: #333;
    line-height: 1.3em;
    text-decoration: none;
    border: 1px solid #c3c3c3;
}

.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
	border-color: #000;
	color: #fff;
	background-color: #000;
}

.comment-form label {
	width: 33%;
}
.comment-form .required {
	color: #D54E21;
}

.comment-form label {
	display: block;
	font-style: italic;
	padding-bottom: .4em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	font-family: "Fira Sans", sans-serif;
	font-style: italic;
	max-width: 100%;
}

.wp-caption .aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}

.wp-caption.alignright,
.wp-caption.alignleft {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.wp-caption em {
	font-style: normal; /* Inverse emphasis because of all italics */
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	display: block;
	position: relative;
	margin: 1.5em 0 2em 2em;
	padding: 0 1em .5em;
	font-size: 90%;
	color: #333;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.wp-caption-text::before {
	position: absolute;
	top: -3px;
	left: -1.4em;
	display: block;
	font-family: "FontAwesome";
	font-style: normal;
	color: #808080;
	content: "\f148";
	transform: rotate(90deg);
}

.aligncenter .wp-caption-text,
.alignnone .wp-caption-text {
	margin-left: 30%;
	margin-bottom: 2em;
}

.alignright .wp-caption-text,
.alignleft .wp-caption-text {
	margin-top: 1em;
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

img.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}

img.alignright,
img.alignleft {
	margin-bottom: 1.5em;
}

.centered-image,
.featured-image {
	max-width: calc(100% + 2.8em);
	margin: 1.5em -1.4em;
}

@media screen and (min-width: 30em) {
	
	.centered-image,
	.featured-image {
		max-width: calc(100% + 3.6em);
		margin: 1.5em -1.8em;
	}

}
@media screen and (min-width: 50em) {
	
	img.alignright,
	.wp-caption.alignright {
		margin-right: -1.5em;
	}
	
	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -1.5em;
	}
	
	.centered-image,
	.featured-image {
		max-width: calc(100% + 6em);
		margin-right: -3em;
		margin-left: -3em;
	}
	
}

@media screen and (min-width: 74em) {
	img.alignright,
	.wp-caption.alignright {
		margin-right: -3em;
	}
	img.alignleft,
	.wp-caption.alignleft {
		margin-left: -3em;
	}
}

.featured-image {
	margin-top: -1.4em;
	margin-bottom: -1.2em;
}

@media screen and (min-width: 30em) {
	.featured-image {
		margin-top: -1.8em;
	}
}

@media screen and (min-width: 50em) {
	.featured-image {
		margin-top: 3em;
	}	
}

.featured-image img {
	display: block;
	margin: 0 auto;
}

.featured-image a:hover img,
.featured-image a:focus img {
	outline: 2px dotted #A8A8A8;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 1.5em 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1em;
}

.gallery-item img {
	display: block;
}

.gallery-item a {
	display: inline-block;
	border-bottom: none;
}

.gallery-item a:hover,
.gallery-item a:focus {
	border-bottom: none;
	box-shadow: none;
}

.gallery-item a img {
	padding: .5em;
	margin: 0 auto;
	border: 1px solid #fff;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	border-color: #c3c3c3;
}

.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;
	margin: 0;
	font-family: "Fira Sans", sans-serif;
	border: none;
}

.gallery-caption::before {
	content: "";
}


/*--------------------------------------------------------------
# Legal Notice
--------------------------------------------------------------*/
#legal-notice p {
	font-size: .8em;
	font-style: italic;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

#legal-notice {
	background-color: #EEEEEE;
	margin-top: 1em;
	padding: 1em 0;
}

#legal-notice::before {
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
	content: "";
}

/*--------------------------------------------------------------
# Clinic Info
--------------------------------------------------------------*/
#clinic-info {
  background-color: #eee;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 1em 1em;
	font-family: 'Fira Sans', sans-serif;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.site-footer a {
	color: #fff;
}

.site-footer i.fa.fa-heart {
  color: #EFE3CC;
}

/********************* Change Required Colors *********************/

/*Buttons*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {border-color: #99002A;
  color: #F4EBEA;
  background-color: #99002A;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
  border: 3px solid;
  border-color: #99002A;
  border-radius: 0;
  background: transparent;
  color: #99002A;
}

/*Tables*/
.in-page-table table {
  font-size: 0.85em;
  line-height: 1.4em;
}

.in-page-table table th {
  text-align: center;
}

/*Colors*/
body {
  background-color: #F4EBEA;
}

h1, h2, h3, h4, h5, h6 {
  color: #99002A;
}

.entry-content a,
.entry-summary a {
  text-decoration: none;
  border-bottom: 2px solid #99002A;
}

.entry-content a:hover, 
.entry-summary a:hover,
.entry-content a:focus, 
.entry-summary a:focus {
  border-bottom: 2px solid #99002A;
  box-shadow: inset 0 -2px 0 #99002A;
}

.wp-caption-text {
  color: #99002A;
  border-right: 1px solid #99002A;
  border-bottom: 1px solid #99002A;
}

.wp-caption-text::before {
  color: #99002A;
}

hr {
  background-color: #DBD1C4;
}

#legal-notice {
  background-color: #DBD1C4;
  padding-top: 2em;
  padding-bottom: 1.7em;
}

.site-footer {
  background-color: #99002A;
  padding-top: 1.1em;
  padding-bottom: 0.5em;
  font-weight: normal;
  font-size: 0.8em;
}

#clinic-info {
  background-color: #EAE1E0;
  padding-top: 0.7em;
  padding-bottom: 1em;
}

#clinic-info hr {
  background-color: #E4D8C4;
}

dt {
  color: #99002A;
}

/*Navigation Colors*/
.main-navigation a {
  color: #F4EBEA;
}

.main-navigation a:hover,
.main-navigation a:focus {
  background: #F4EBEA;
  color: #99002A;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
  border-bottom: 1px solid #F4EBEA;
}

.main-navigation ul li:last-child a {
  border-bottom: none;
}

.main-navigation li {
  border-top: 1px solid #F4EBEA;
  border-top: 1px solid RGBA(239, 227, 204, .1);
}

.dropdown-toggle {
  height: 25px;
  width: 25px;
  top: 6px;
  right: 10px;
  background-color: #99002A;
  border: 1px solid #F4EBEA;
  border-radius: 2px;
  color: #F4EBEA;
}

.dropdown-toggle:after {
  font-size: 14px;
  top: 0;
  left: 0px;
  line-height: 25px;
  width: 25px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #F4EBEA;
  color: #99002A;
  border: 1px solid #99002A;
  border-radius: 2px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  position: fixed;
  z-index: 11000;
  bottom: 1em;
  left: 0.7em;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: #99002A;
  color: #F4EBEA;
  border: solid 2px #F4EBEA;
  transition: all ease-out 400ms;
}

.menu-toggle.hide {
  bottom: -2.5em;
}

/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide {
  bottom: 3em;
}

.menu-toggle:hover,
.menu-toggle:focus {
  text-decoration: underline;
  background-color: #99002A;
  color: #F4EBEA;
  border: 2px;
}

.nav-menu {
  background-color: #99002A;
}


/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }

  .main-navigation,
  .main-navigation.toggled {
    background-color: #99002A;
    background-color: hsla(347, 100%, 25%, .80);
    color: #F4EBEA;
  }

  .nav-menu {
    background-color: transparent;
  }
  
  /* Add an outline to the drop-down menus */
  .main-navigation ul ul {
    outline: 1px solid #99002A;
  }
  
  /* Add an outline on hovered and focused menu items */
  .main-navigation li a:hover,
  .main-navigation li a:focus
  .main-navigation li a:active {
    background: transparent;
    color: #F4EBEA;
    text-decoration: underline;
    outline: none;
  }

  .main-navigation li.unclickable a:hover,
  .main-navigation li.unclickable a:focus {
    text-decoration: none;
    cursor: default;
  }

  .main-navigation li {
    border-top: none;
  }
  
  /* Create hover and focus contrast on drop-down items */
  .main-navigation li li a:hover,
  .main-navigation li li a:focus {
    background: #F4EBEA;
    color: #99002A;
    text-decoration: none;
  }

  .main-navigation ul ul.toggled-on {
    background: #99002A;
    border: 1px solid #99002A;
  }
}

/*Site Branding Colors*/
.site-logo a {
  background: #99002A;
  border: 2px solid #F4EBEA;
  color: #F4EBEA;
  text-decoration: none;
}

.site-logo a:hover,
.site-logo a:focus {
  outline: 2px solid #F4EBEA;
}

.site-first-letter {
  font-family: 'Merriweather', serif;
}

.site-logo a:hover .site-first-letter,
.site-logo a:focus .site-first-letter {
  background: #F4EBEA;
  color: #99002A;
}

.site-title {
  font-family: 'Merriweather', serif;
  color: #F4EBEA;
  text-shadow: 0 1px 1px #99002A;
}

.site-description {
  text-shadow: 0 1px 1px #99002A;
  color: #F4EBEA;
}

@media screen and (min-width: 50em) {
  .site-title {
    font-size: 3.5em;
  }

  .site-description {
    font-size: 1.5em;
  }
}

/*Header Slider*/
header#masthead {
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.headerslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.site-logo, 
.site-branding {
  position: relative;
  z-index: 10000;
}

.site-logo {
  position: absolute;
  top: 1em;
  left: 1em;
}

@media screen and (max-width: 50em) {
  .site-logo {
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 15000;
  }
}

.site-title img {
  width: 300px;
  height: auto;
}