/*
Theme Name:     Zillah
Theme URI:      https://themeisle.com/themes/zillah/
Author:         ThemeIsle
Author URI:     http://themeisle.com
Description:    Zillah is a free minimal blogging WordPress theme from ThemeIsle. Is responsive and compatible with a wide range of plugins like : Nivo Slider, Siteorigin Page Builder, WooCoomerce, Photo Gallery Grid and Contact Form 7.
Version:        1.1.8
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    zillah
Tags:           right-sidebar, one-column, custom-background, custom-colors, featured-image-header, featured-images, sticky-post, translation-ready, threaded-comments, rtl-language-support, theme-options
WordPress Available:  yes
Requires License:     no

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.

zillah 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
# 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;
	max-width: 100%;
}

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, h2, h3 {
	font-family: 'Cabin', Helvetica, sans-serif;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 25px 0;
	color: #575756;
}

h1 {
	font-size: 35px;
	font-size: 2.1875em;
	line-height: 45px;
	color: #373735;
}

h2 {
	font-size: 23px;
	font-size: 1.4375em;
	line-height: 35px;
}

h3 {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 36px;
}

h4, h5, h6 {
	font-family: 'Merriweather', Georgia, serif;
	line-height: 27px;
	line-height: 1.6875;
	margin: 25px 0;
	color: #575756;
}

h4 {
	font-size: 24px;
	font-size: 1.5em;
}

h5 {
	font-size: 20px;
	font-size: 1.25em;
}

h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	font-size: 0.9375em;
}


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 {
	-webkit-box-sizing: content-box;
			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"] {
	-webkit-box-sizing: border-box;
			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;
	border: 1px solid #d1d1d1;
}

td,
th {
	padding: 0;
	border: 1px solid #d1d1d1;
	padding: 0.4375em;
}

*:focus {
	outline: none;
}

.highlight {
	background: #fff198;
}

.wp-caption figcaption.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 13px;
	font-size: 0.8125em;
	background: #F6F6F6;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #6f6e6b;
	font-family: 'Merriweather', Georgia, serif;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 2em;
}

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

blockquote {
	border-left: solid 5px #7fcaad;
	margin-left: 0;
	font-size: 20px;
	font-size: 1.25em;
	line-height: 29px;
	color: #373735;
	padding: 0 20px;
	margin: 50px 0;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	margin: 50px 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 16px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius: 0;
	border: none;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
	font-size: 1em;
}

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

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

big {
	font-size: 125%;
}

dd,
dt {
	line-height: 1.8;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
			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/ */
	-webkit-box-sizing: inherit;
			box-sizing: inherit;
}

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

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 2.5em 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; /* 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"],
.btn {
	border-bottom: 0px;
	border-radius: 0px;
	padding: 12px 40px;
	text-transform: uppercase;
	font-family: 'Cabin', Helvetica, sans-serif;
	letter-spacing: 2.5px;
	width: auto;
	background: #575756;
	color: #fff;
	border: none;
	font-size: 14px;
	font-size: 0.875em;
	line-height: 18px;
}

.btn {
	padding: 20px 50px;
	border: 1px solid #7fcaad;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	opacity: 0.8;
	-webkit-box-shadow: none;
			box-shadow: none;
}

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 {
	background: #628d7c;
	border-color: #628d7c;
	-webkit-box-shadow: none;
			box-shadow: none;
}

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 {
	font-size: 14px;
	font-size: 0.875em;
	line-height: 18px;
	font-weight: normal;
	color: #aaaaaa;
	letter-spacing: 1px;
	border: solid 1px #dfdfdf;
	background: #fff;
	padding: 15px;
	position: relative;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	height: auto;
}

select {
	font-size: 14px;
	font-size: 0.875em;
	line-height: 18px;
	font-weight: normal;
	color: #aaaaaa;
	letter-spacing: 1px;
	border: solid 1px #dfdfdf;
	background: #fff;
	padding: 15px;
	position: relative;
}

select:focus {
	border: 1px solid #2d2d2b;
}

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 {
	border: 1px solid #2d2d2b;
	-webkit-box-shadow: none;
			box-shadow: none;
}

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"] {
	font-size: 14px;
	font-size: 0.975em;
	line-height: 18px;
	font-weight: normal;
	color: #aaaaaa;
	letter-spacing: 1px;
	border: solid 1px #dfdfdf;
	background: #fff;
	padding: 14px;
	position: relative;
}

textarea {
	padding: 22px;
	width: 100%;
}

textarea.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	min-height: 220px;
	border: solid 1px #dfdfdf;
}

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

a:visited {
	color: #7fcaad;
}

a:hover,
a:focus,
a:active {
	color: #628d7c;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	background: #7FCAAD;
}

.main-navigation ul {
	display: none;