/*
Theme Name: Oath
Author: Themetry
Author URI: https://themetry.com/
Description: An elegant theme for lawyers and other professionals.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oath
Tags: custom-background, custom-menu, threaded-comments, translation-ready

Oath theme for WordPress, Copyright 2017 Themetry

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.

Oath 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;
}

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-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 {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

}

.entry-title,
.site-title,
.comments-title,
.comment-reply-title {
	font-weight: 900;
}

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

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%;
}

.secondary-header,
.entry-meta,
.widget a,
#infinite-handle,
.comment-metadata,
.comment-reply-link,
.post-navigation .post-date,
.comment-form input[type=submit] {
	font-family: 'Montserrat', sans-serif;
}

#contact-menu .phone a:before,
#contact-menu .email a:before,
#contact-menu a[href^="mailto"]:before,
#contact-menu a[href^="tel"]:before,
.social-navigation a:before,
.posts-navigation a:before,
#infinite-handle button:after,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.menu-toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# 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: #f4f4f4; /* 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 1.5em;
	padding: 0 1em;
}

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

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

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

a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.main-navigation a,
.secondary-header a,
.widget ul a,
.site-footer a,
.footer-menus .social-navigation a:before,
.tagcloud a,
.comment-metadata a,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation a:before,
.flex-control-paging a:before {
	transition: .5s all;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	width: auto;
}

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

.menu-toggle {
	background: transparent;
	border: none;
	display: none;
	padding-right: 0;
	position: relative;
}

.menu-toggle:before {
	content: "\f0c9";
	padding-right: 5px;
}

.menu-toggle,
.menu-toggle:hover {
	box-shadow: none;
}

.main-navigation .menu {
	margin: 0 -25px 0 0;
}

.main-navigation .sub-menu {
	margin: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a,
.menu-toggle {
	color: #888;
	font-size: 13px;
    line-height: 1.5;
    padding-top: 31.5px;
    padding-bottom: 31.5px;
}

.main-navigation a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #000;
}

.main-navigation ul ul {
	background: #fcfcfc;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: auto;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
    padding: 31.5px 50px 31.5px 25px;
	position: relative;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
	position: absolute;
	right: 25px;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
	content: "\f107";
}

.main-navigation .sub-menu .menu-item-has-children > a:after,
.main-navigation .children .page_item_has_children > a:after {
	content: "\f105";
}

.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	float: left;
}

.post-navigation .nav-links {
	border-spacing: 2px 0;
	display: table;
	width: 100%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	background-color: #000;
	background-size: cover;
	display: table-cell;
	width: 50%;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	background-color: #666;
}

.post-navigation.previous-or-next .nav-links,
.post-navigation.previous-or-next .nav-previous,
.post-navigation.previous-or-next .nav-next {
	display: block;
}

.post-navigation.previous-or-next .nav-next {
	float: right;
}

.post-navigation a {
	display: block;
	padding: 76px 60px;
	position: relative;
	text-decoration: none;
}

.post-navigation a:before {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before {
	background-color: rgba(0, 0, 0, 0.65);	
}

.post-navigation .nav-previous {
	text-align: right;
}

.post-navigation .post-date,
.post-navigation .post-title {
	display: block;
	position: relative;
	z-index: 2;
}

.post-navigation .post-date {
	color: #a6a6a6;
	font-size: 10px;
	padding-bottom: 17px;
	text-transform: uppercase;
}

.post-navigation .post-title {
	color: #fff;
	font-size: 17px;
	font-style: italic;
}

.posts-navigation a:before {
	background: #bbad92;
	color: #ddd6c8;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 60px;
}

.posts-navigation.previous-and-next .nav-previous a:before {
	border-right: 1px solid #c4b9a4;
	width: 61px;
}

.posts-navigation .nav-previous a:before {
	content: "\f104";
}

.posts-navigation .nav-next a:before {
	content: "\f105";
}

#infinite-handle {
	text-align: center;
}

#infinite-handle span {
	background: transparent;
	padding: 0;
}

#infinite-handle button {
	background: #bbad92 !important;
	border-radius: 0;
	color: #ddd6c8 !important;
	box-shadow: none;
	padding: 10.5px 40px 10.5px 20px !important;
	position: relative !important;
	text-shadow: none;
	text-transform: uppercase;
}

#infinite-handle button:after {
	content: "\f107";
	position: absolute;
	right: 20px;
}

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

/*--------------------------------------------------------------
# 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,
.secondary-header ul:before,
.secondary-header ul:after,
.secondary-header:before,
.secondary-header:after,
.primary-header:before,
.primary-header:after,
.wrapper:before,
.wrapper:after,
.footer-menus ul:before,
.footer-menus ul:after,
.footer-menus div:before,
.footer-menus div:after,
.tagcloud:before,
.tagcloud:after,
.footer-widgets:before,
.footer-widgets:after,
.featured-posts:before,
.featured-posts:after,
.posts-navigation:before,
.posts-navigation:after,
.site-branding:before,
.site-branding:after,
.site-branding-text:before,
.site-branding-text:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.secondary-header ul:after,
.secondary-header:after,
.primary-header:after,
.wrapper:after,
.footer-menus ul:after,
.footer-menus div:after,
.tagcloud:after,
.footer-widgets:after,
.featured-posts:after,
.posts-navigation:after,
.site-branding:after,
.site-branding-text:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	border-bottom: 2px solid #dadada;
	font-size: 11px;
	padding: 60px 0;
}

.widget:last-child {
	border-bottom: 0;
}

.widget:first-child {
	padding: 0 0 60px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.widget-title {
	font-size: 15px;
	line-height: 1;
	margin: 0 0 40px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding-bottom: 17px; /* 28px - 11 line height */
}

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

.widget ul a {
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}

.widget ul a:hover {
	color: #000;
}

.tagcloud a {
	background: #222;
	color: #eee;
	display: inline-block;
	float: left;
	font-size: 10px !important;
	margin: 0 8px 8px 0;
	padding: 4.5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background: #666;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.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;
}

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

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

.bypostauthor {
	display: block;
}

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

.comment-author .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 21px;
}

.comment-author .fn {
	display: inline-block;
	padding-top: 7px;
}

.comment-meta {
	padding-bottom: 20px;
}

.comment-metadata {
	font-size: 10px;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #aaa;
	text-decoration: none;
}

.comment-metadata a:hover {
	color: #000;
}

.comment-metadata .edit-link {
	padding-left: 7px;
}

.comment-reply-link {
	background: #bbad92;
	color: #ddd6c8;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.reply {
	padding-bottom: 49px;
}

.comment-list li {
	list-style: none;
}

.comment-body {
	border-bottom: 2px solid #dadada;
	margin-bottom: 49px;
}


.comment-list > li:last-child .comment-body {
	border-bottom: none;
}

.comments-title,
.comment-reply-title {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond {
	border: 2px solid #dadada;
	padding: 50px 5%;
}

.comment-form input[type=text],
.comment-form input[type=url],
.comment-form input[type=email],
.comment-form textarea {
	border-radius: 0;
}

.comment-form input[type=text],
.comment-form input[type=url],
.comment-form input[type=email] {
	display: block;
	width: 100%;
}

.comment-form input[type=submit] {
	background: #aca087;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #fff;
	padding: 20px 30px;
	text-transform: uppercase;
	text-shadow: none;
}

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

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
	background: #fcfcfc;
	margin: 0 auto;
	max-width: 1600px;
}

.site,
.primary-header {
	box-shadow: 0px 3px 3px 0px rgba(228,228,228,1);
}

.content-area {
	float: left;
	width: 70%;
}

.single .content-area {
	float: none;
	width: 100%;
}

.widget-area {
	float: right;
	width: 21.7%
}

.secondary-header .wrapper > nav,
.primary-header,
.site-footer,
.blog .site-content,
.page .site-content,
.search-results .site-content,
.archive .site-content,
.single .hentry,
.single .comments-area {
	padding-left: 8.333333%;
	padding-right: 8.333333%;
}

.site-content {
	padding-bottom: 100px;
}

@media (min-width: 1200px) {
	.secondary-header .wrapper > nav,
	.primary-header,
	.site-footer,
	.blog .site-content,
	.page .site-content,
	.search-results .site-content,
	.archive .site-content,
	.single .hentry,
	.single .comments-area {
		padding-left: 100px;
		padding-right: 100px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	margin-bottom: 82px;
}

.secondary-header {
	background: #191919;
	line-height: 43px;
}

.secondary-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.secondary-header li {
	float: left;
}

.secondary-header,
.secondary-header a {
	color: #888;
}

.secondary-header a {
	display: inline-block;
	text-decoration: none;
}

.secondary-header a:hover {
	color: #fff;
}

#contact-menu {
	float: left;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 3px;
	margin-left: -29px;
	text-transform: uppercase;
}

#contact-menu li {
	border-right: 1px solid #333;
}

#contact-menu li:last-child {
	border-right: 0;
}

#contact-menu a {
	padding-left: 29px;
	padding-right: 29px;
}

#contact-menu .email a,
#contact-menu a[href^="mailto"] {
	padding-left: 58px;
}

#contact-menu .phone a,
#contact-menu a[href^="tel"] {
	padding-left: 52px;
}

#contact-menu .phone a,
#contact-menu a[href^="tel"],
#contact-menu .email a,
#contact-menu a[href^="mailto"] {
	position: relative;
}

#contact-menu .phone a:before,
#contact-menu a[href^="tel"]:before,
#contact-menu .email a:before,
#contact-menu a[href^="mailto"]:before {
	left: 29px;
	position: absolute;
}

#contact-menu .phone a:before,
#contact-menu a[href^="tel"]:before {
	content: "\f095";
	top: 1px;
}

#contact-menu .email a:before,
#contact-menu a[href^="mailto"]:before {
	content: "\f0e0";
	top: 0;
}

#contact-menu a:before {
	font-size: 14px;
}

#social-menu {
	float: right;
	margin-right: -15px;
}

#social-menu a {
	padding: 0 15px;
}

.social-navigation a:before {
	content: "\f1e0";
}

.social-navigation a[href*='wordpress.org']:before,
.social-navigation a[href*='wordpress.com']:before {
	content: '\f19a';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='dribbble.com']:before {
	content: '\f17d';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='pinterest.com']:before {
	content: '\f231';
}

.social-navigation a[href*='github.com']:before {
	content: '\f09b';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-navigation a[href*='vimeo.com']:before {
	content: '\f194';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='codepen.io']:before {
	content: '\f1cb';
}

.social-navigation a[href*='linkedin.com']:before {
	content: '\f0e1';
}

.social-navigation a[href*='foursquare.com']:before {
	content: '\f180';
}

.social-navigation a[href*='reddit.com']:before {
	content: '\f1a1';
}

.social-navigation a[href*='digg.com']:before {
	content: '\f1a6';
}

.social-navigation a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}

.social-navigation a[href*='spotify.com']:before {
	content: '\f1a4';
}

.social-navigation a[href*='twitch.tv']:before {
	content: '\f1e8';
}

.social-navigation a[href*='dropbox.com']:before {
	content: '\f16b';
}

.social-navigation a[href*='/feed']:before {
	content: '\f09e';
}

.social-navigation a[href*='skype']:before {
	content: '\f17e';
}

.site-branding {
	float: left;
	padding: 25px 0;
}

.site-title,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 22px;
}

.site-title a {
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
}

.site-description {
	color: #888;
	font-size: 12px;
	padding: 7px 0;
}

.site-header .site-title:nth-child(1):nth-last-child(2),
.site-description:nth-child(2):nth-last-child(1),
.site-logo:nth-child(1):nth-last-child(2),
.site-branding-text:nth-child(2):nth-last-child(1) {
	float: left;
}

.site-header .site-title:nth-child(1):nth-last-child(2) {
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.site-header .site-title:nth-child(1):nth-last-child(2),
.site-logo:nth-child(1):nth-last-child(2) {
	margin-right: 20px;
}

.custom-logo-link,
.custom-logo {
	display: block;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog .article-wrap {
	padding: 50px 20px 0;
}

.entry-title {
	font-size: 22px;
	text-transform: uppercase;
}

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

.entry-content {
	color: #888;
	font-size: 13px;
}

.entry-meta {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.cat-links,
.cat-links a {
	color: #000;
}

.posted-on,
.posted-on a {
	color: #888;
}

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

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

.site-footer {
	background: #191919;
	font-size: 13px;
	padding-top: 69px;
	padding-bottom: 69px;
}

.site-footer .site-title {
	font-size: 30px;
}

.site-footer .site-title a,
.footer-navigation a:hover {
	color: #fff;
}

.site-footer,
.site-footer a,
.site-footer .site-title a:hover {
	color: #888;
}

.site-footer a {
	text-decoration: none;
}

.site-info,
.footer-menus {
	float: left;
	width: 50%;
}

.site-credits a {
	border-bottom: 1px solid #666;
}

.site-credits a:hover {
	border-color: transparent;
}

.site-credits {
	margin-top: 27px;
}

.footer-menus ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menus li {
	float: left;
}

.footer-menus .social-navigation a {
	display: inline-block;
}

.footer-menus .social-navigation a:before {
	background: #555;
	border-radius: 50%;
	color: #191919;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}

.footer-menus .social-navigation a:hover:before {
	background: #888;
}

#social-footer li {
	padding-left: 26px;
}

#social-footer li:first-child {
	padding-left: 0;
}

#footer-menu li {
	border-left: 1px solid #444;
	margin-left: 30px;
	padding-left: 30px;
}

#footer-menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.footer-navigation {
	margin-top: 37px;
}

.site-footer .site-logo {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.footer-widgets {
	display: table;
	margin-bottom: 76px;
	margin-top: -69px;
	width: 100%;
}

.footer-widgets .widget-area {
	border: 1px solid #2e2e2e;
	display: table-cell;
	float: none;
	padding: 60px;
	width: auto;
}

.footer-widgets .widget-area:first-child {
	border-left: 0;
}

.footer-widgets .widget-area:last-child {
	border-right: 0;
}

.footer-widgets .widget {
	border-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget-title,
.footer-widgets .widget ul a:hover {
	color: #fff;
}

.footer-widgets .tagcloud a {
	background: transparent;
	border: 1px solid #2e2e2e;
}

.footer-widgets .tagcloud a:hover {
	background: #2e2e2e;
}

.footer-widgets .widget-area:nth-child(1):nth-last-child(1) {
	width: 100%;
}

.footer-widgets .widget-area:nth-child(1):nth-last-child(2),
.footer-widgets .widget-area:nth-child(2):nth-last-child(1) {
	width: 50%;
}

.footer-widgets .widget-area:nth-child(1):nth-last-child(3),
.footer-widgets .widget-area:nth-child(2):nth-last-child(2),
.footer-widgets .widget-area:nth-child(3):nth-last-child(1) {
	width: 33.3333%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.menu-toggle {
		float: right;
	}

	.main-navigation ul {
		clear: both;
		display: none;
	}

	.main-navigation,
	.main-navigation li,
	.main-navigation ul ul {
		float: none;
	}

	.main-navigation ul ul {
		border-left: 1px solid #ccc;
		box-shadow: none;
		position: static;
	}

	.main-navigation .sub-menu {
		margin: 0 5%;
	}

	.main-navigation ul ul a {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.content-area,
	.widget-area,
	.footer-widgets .widget-area:nth-child(1):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(1),
	.footer-widgets .widget-area:nth-child(1):nth-last-child(3),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(3):nth-last-child(1) {
		width: 100%;
	}

	.content-area,
	.widget-area {
		float: none;
	}

	.footer-widgets,
	.footer-widgets .widget-area {
		display: block;
	}

	.footer-widgets .widget-area {
		border: none;
		padding: 60px 0;
	}

	.widget {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	
	.widget-area {
		padding-top: 100px;
	}
}

@media (max-width: 760px) {
	.menu-toggle,
	.site-branding {
		float: none;
	}

	.main-navigation a,
	.menu-toggle {
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.menu-toggle {
		margin-top: -15px;
		margin-left: -13px;
	}
}

@media (max-width: 600px) {
	#social-menu,
	#contact-menu,
	.site-header .site-title:nth-child(1):nth-last-child(2),
	.site-description:nth-child(2):nth-last-child(1),
	.site-logo:nth-child(1):nth-last-child(2),
	.site-branding-text:nth-child(2):nth-last-child(1) {
		float: none;
	}

	.secondary-header .wrapper > nav:nth-child(1):nth-last-child(2) {
		border-bottom: 1px solid #333;
	}

	#social-menu {
		margin-left: -15px;
	}

	.site-header .site-title:nth-child(1):nth-last-child(2) {
		border-right: none;
		padding-right: 0;
	}

	.site-header .site-title:nth-child(1):nth-last-child(2),
	.site-logo:nth-child(1):nth-last-child(2) {
		margin-right: 0;
	}

	.site-logo:nth-child(1):nth-last-child(2) {
		margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	#contact-menu li {
		border-right: 0;
		float: none;
	}
}