/*
Theme Name: Sonsa
Theme URI: https://theme.wordpress.com/themes/sonsa/
Author: Foxland
Author URI: http://foxland.fi/
Description: Sonsa is a modern and clean photo centric blog theme. It's perfect for sharing your stories with images, video and audio. 
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: sonsa
Tags: accessibility-ready, art, artwork, black, blog, clean, custom-background, custom-menu, design, editor-style, fashion, featured-images, fixed-menu, fluid-layout, infinite-scroll, light, light, minimal, multiple-menus, one-column, photoblogging, photography, responsive-layout, rtl-language-support, simple, site-logo, theme-options, translation-ready, travel, white
Status: inactive

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.

Sonsa 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:
----------------------------------------------------------------
1.  Normalize
2.  Typography
3.  Elements
      3.1 Genericons
4.  Forms
5.  Navigation
	  5.1 Links
      5.2 Menus
6.  Accessibility
7.  Alignments
8.  Clearings
9.  Widgets
10. Layout
11. Content
      11.1 Posts and pages
      11.2 Comments
12. Infinite scroll
13. Media
      12.1 Captions
      12.2 Galleries
14. Animations
15. Plugins
--------------------------------------------------------------*/


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

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


/*--------------------------------------------------------------
2. Preloader
--------------------------------------------------------------*/

.js .preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

.js .status {
	position: fixed;
	left: 50%;
	top: 50%;
	margin:-60px 0 0 -60px; /* Is width and height divided by two. */
	width: 120px;
	height: 120px;
}

@media screen and (min-width: 960px) {
	
	.js .status {
		position: absolute;
	}
	
}


/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #444;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-title a,
.site-title a:visited {
	clear: both;
	color: #000;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 3%;
	margin-top: 0;
}
.site-title {
	margin-bottom: 54px;
}

h1,
.site-title {
	font-size: 1.6875rem; /* 1.6875 = 27 / 16 */
	line-height: 1.25;
}

@media screen and (min-width: 600px) {

	.site-title {
		font-size: 3rem;
	}
	
}
	
.site-title,
.site-title a {
	font-weight: 700;
	line-height: 1;
}
.site-title a {
	text-decoration: none;
}

h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.3249999125rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}

.widget-title,
.widgettitle {
	font-size: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.js .sonsa-secondary .widget-title,
.js .sonsa-secondary .widgettitle {
	color: #fff;
}
.sonsa-secondary .widget-title,
.sonsa-secondary .widgettitle {
	margin-bottom: 1.5rem;
}
.sidebar-header .widget-title,
.sidebar-header .widgettitle {
	margin-bottom: 3px;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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

blockquote {
	border-left: 1px solid #e5e5e5;
	font-size: 1.25rem;
	padding: 0 5%;
	margin: 0;
}

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;
	word-wrap: normal;
}

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 #717171;
	cursor: help;
}

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
3. 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: "" "";
}

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

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

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

.site-logo {
	max-width: 96px;
	max-height: 96px;
}

/* Tables. */

table {
	margin: 0 0 1.5em;
	width: 100%;
}
th,
td {
	padding: 6px 2%;
}
caption,
th,
td {
	text-align: left;
}
caption {
	margin: 1em 0;
}
th {
	font-weight: bold;
}

/* wp-calendar <table> */

#wp-calendar th,
#wp-calendar td {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 4px 1%;
	text-align: center;
}
#wp-calendar tr:hover td,
#wp-calendar td.pad,
#wp-calendar #prev,
#wp-calendar #next {
	background: transparent;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/* === 3.1 Genericons === */

a[href^="mailto:"]::before,
a[href^="tel:"]::before,
.genericon,
.sidebar-nav-toggle:before,
.header-social-toggle:before,
.search-submit:before,
.byline .entry-author a::before,
.entry-date a::before,
.comments-link a::before,
.entry-permalink a::before,
.post-format-link::before,
.terms-title::before,
.image-sizes::before,
.pagination .prev::before,
.pagination .next::before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a::before,
.chat-author cite::before,
.comment-edit-link::before,
.comment-reply-link::before,
.comment-reply-login::before,
.loop-nav a[rel="prev"]::before,
.loop-nav a[rel="next"]::after,
.menu-social li a::before,
.widget li::before,
.bypostauthor  > .comment-body > .comment-content > .comment-avatar-wrapper:before,
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-button button:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: text-bottom;
}

.sidebar-nav-toggle:before {
	content: '\f419';
	font-size: 32px;
}
.header-social-toggle:before {
	content: '\f505';
	font-size: 32px;
}
.main-navigation-open .sidebar-nav-toggle:before,
.header-social-open .header-social-toggle:before {
	content: '\f406';
	font-size: 32px;
}

.search-submit:before {
	content: '\f400';
	font-size: 24px;
	left: 2px;
	line-height: 1;
	position: relative;
	width: 48px;
}

.entry-date a,
.byline .entry-author a,
.entry-permalink a,
.comments-link a,
.comment-edit-link {
	display: inline-block;
	margin-right: 8px;
}

a[href^="mailto:"]::before,
a[href^="tel:"]::before,
.entry-date a::before,
.byline .entry-author a::before,
.comment-edit-link::before,
.comments-link a::before,
.comment-reply-link::before,
.entry-permalink a::before {	
	content: '\f307';
	padding-right: 4px;
	position: relative;
	bottom: 0;
}

a[href^="mailto:"]::before {
	content: '\f410';
}
a[href^="tel:"]::before {
	content: '\f437';
	bottom: 3px;
}

.byline .entry-author a::before {
	content: '\f304';
}
.entry-permalink a::before {
	content: '\f107';
}
.comments-link a::before {
	content: '\f300';
}
.comment-reply-link::before {
	content: '\f412';
}
.comment-edit-link::before {
	content: '\f411';
}
.terms-title::before {
	content: '\f301';
}
.tags-title.terms-title::before {
	content: '\f302';
}

.terms-title::before {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	color: #717171;
	line-height: 30px;
	width: 32px;
	height: 32px;
}


/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body #infinite-handle span button {
	background-color: #333;
	border: none;
	color: #fff;
	line-height: 1;
	padding: .6rem 1rem;
	margin-bottom: 1.5em;
	transition: all 0.25s ease-in-out;
}

body #infinite-handle span button {
	margin-bottom: 36px;
}

input[type="search"].search-field {
	padding-right: 50px;
	margin-bottom: 1.8em;
}
.search-form {
	position: relative;
}
.search-submit {
	background-color: transparent;
	color: #000;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 100%;
}

.sidebar-nav-open,
.header-social-toggle {
	background-color: transparent;
	color: #000;
}
.button-toggle {
	padding: 0.5em;
}

@media screen and (max-width: 599px) {
	
	.sidebar-nav-open {
		margin-top: -0.5em;
	}
	
}

.comment-form .submit {
	margin-bottom: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body #infinite-handle span button:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
body #infinite-handle span button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
body #infinite-handle span button:active {
	background: #000;
	color: #fff;
}
.sonsa-secondary .search-submit:hover,
.sonsa-secondary .search-submit:focus,
.sonsa-secondary .search-submit:active {
	background-color: #aaa;
}
body #infinite-handle span button:hover,
body #infinite-handle span button:focus,
body #infinite-handle span button:active {
	font-size: 1rem;
	line-height: 1;
	padding: .6rem 1rem;
	margin-bottom: 36px;
}
body #infinite-handle span button:focus {
	outline: #000 thin dotted;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	background-color: #eee;
	border: 1px solid #fff;
	color: #555;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-bottom: 12px;
	transition: all 0.25s ease-in-out;
}

input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #555;
}
.sonsa-secondary input[type="search"].search-field:focus {
	outline: #fff thin dotted;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	width: 100%;
}

/* Do not show the outline on input, textarea and the skip link target. */
input:focus,
textarea:focus,
#content[tabindex="-1"]:focus {
	outline: 0;
}

.comment-form p {
	margin-bottom: 0;
}

/* Reset round borders and shadows from iOS devices. */
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}


/*--------------------------------------------------------------
5. Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a,
a:visited {
	color: #000;
	transition: all 0.25s ease-in-out;
}
.page-template-featured .entry-content a,
.page-template-featured .entry-content a:visited {
	color: #fff;
}

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


a:focus,
.sonsa-secondary.open .sidebar-nav-close:focus {
	outline: thin dotted;
}

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

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


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.js .sonsa-secondary .main-navigation  ul li.current_page_item > a,
.js .sonsa-secondary .main-navigation ul li.current-menu-item > a {
	color: #fff;
}


/* === ## Comment, post navigation and pagination === */

.site-main .pagination,
.site-main .post-navigation {
	margin-bottom: 48px;
	overflow: hidden;
}
.site-main .pagination {
	margin-bottom: 0;
}

.post-navigation {
	background: #fafafa;
	font-size: 0.875em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

.nav-links a {
	text-decoration: none;
}

.previous-post,
.next-post {
	color: #717171;
	display: block;
	text-decoration: none;
}

.post-navigation a {
	display: block;
	padding-top: 48px;
	padding-bottom: 48px;
}

.post-navigation .nav-links .nav-previous:not(:empty) + .nav-next:not(:empty) {
	border-top: 1px solid #e5e5e5;
}

@media screen and (min-width: 960px) {

	.post-navigation {
		margin-left: 4px;
	}
	
	.post-navigation .nav-links {
		position: relative;
	}
	
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		z-index: 10;
	}

}

@media screen and (min-width: 1440px) {

	.post-navigation .nav-links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 50%;
	}
	.post-navigation .nav-links > div:only-child {
		width: 100%;
	}
	.post-navigation .nav-links .nav-previous:not(:empty) + .nav-next:not(:empty) {
		border-left: 1px solid #e5e5e5;
		border-top: none;
	}
	

}

.comment-navigation {
	margin-bottom: 72px;
	text-align: center;
	
}
.comments-title {
	margin-bottom: 48px;
}

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.comment-navigation a {
	border: 1px solid #e5e5e5;
}
.comment-navigation .nav-previous a {
	padding: 10px 10px 10px 2px;
}
.comment-navigation .nav-next a {
	padding: 10px 2px 10px 10px;
}

.comment-navigation .nav-next a:after {
	content: '\f501';
	margin-left: 8px;
}
.comment-navigation .nav-previous a::before {
	content: '\f503';
	margin-right: 8px;
}

.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a::before {
	font-size: 14px;
	position: relative;
	bottom: 2px;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .page-numbers,
.page-links a,
.page-links > span {
	border: 1px solid #e5e5e5;
	font-size: 0.875em;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	padding: 18px 21px;
	position: relative;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.pagination .page-numbers.current,
.page-links > span {
	background-color: #fafafa;
}
.pagination .page-numbers.dots {
	border: none;
	padding-left: 6px;
	padding-right: 6px;
}

/* Social menu. */

.site-header .menu-social {
	display: none;
}

.menu-social > .wrap {
	padding-bottom: 90px;
}
.menu-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-social ul li {
	border: 1px solid #333;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
.menu-social ul li:last-child {
	margin-right: 0;
}

.menu-social li a::before {
	font: 16px/1 'Genericons';
	display: inline-block;
	text-decoration: none;
}

/* Social icons. */
.menu-social li a {
	background-color: transparent;
	display: block;
	padding: 16px 22px;
	text-decoration: none;
}

.menu-social li a[href]::before,
.menu-social li a[href*="codepen.io"]::before,
.menu-social li a[href*="digg.com"]::before,
.menu-social li a[href*="dribbble.com"]::before,
.menu-social li a[href*="dropbox.com"]::before,
.menu-social li a[href*="facebook.com"]::before,
.menu-social li a[href*="flickr.com"]::before,
.menu-social li a[href*="foursquare.com"]::before,
.menu-social li a[href*="plus.google.com"]::before,
.menu-social li a[href*="github.com"]::before,
.menu-social li a[href*="instagram.com"]::before,
.menu-social li a[href*="linkedin.com"]::before,
.menu-social li a[href*="mailto:"]::before,
.menu-social li a[href*="pinterest.com"]::before,
.menu-social li a[href*="getpocket.com"]::before,
.menu-social li a[href*="polldaddy.com"]::before,
.menu-social li a[href*="reddit.com"]::before,
.menu-social li a[href$="/feed/"]::before,
.menu-social li a[href*="skype.com"]::before,
.menu-social li a[href*="skype:"]::before,
.menu-social li a[href*="soundcloud.com"]::before,
.menu-social li a[href*="spotify.com"]::before,
.menu-social li a[href*="stumbleupon.com"]::before,
.menu-social li a[href*="tumblr.com"]::before,
.menu-social li a[href*="twitch.tv"]::before,
.menu-social li a[href*="twitter.com"]::before,
.menu-social li a[href*="vimeo.com"]::before,
.menu-social li a[href*="wordpress.org"]::before,
.menu-social li a[href*="wordpress.com"]::before,
.menu-social li a[href*="youtube.com"]::before {
	display: inline-block;
	content: '\f408';
	-webkit-font-smoothing: antialiased;
	transition: all 0.1s ease-out;
	vertical-align: middle;
}
.menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
}
.menu-social li a[href*="digg.com"]::before {
	content: '\f221';
}
.menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
}
.menu-social li a[href*="dropbox.com"]::before {
	content: '\f225';
}
.menu-social li a[href*="facebook.com"]::before {
	content: '\f204';
}
.menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
}
.menu-social li a[href*="foursquare.com"]::before {
	content: '\f226';
}
.menu-social li a[href*="plus.google.com"]::before {
	content: '\f206';
}
.menu-social li a[href*="github.com"]::before {
	content: '\f200';
}
.menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
}
.menu-social li a[href*="linkedin.com"]::before {
	content: '\f208';
}
.menu-social li a[href*="mailto:"]::before {
	content: '\f410';
}
.menu-social li a[href*="pinterest.com"]::before {
	content: '\f210';
}
.menu-social li a[href*="getpocket.com"]::before {
	content: '\f224';
}
.menu-social li a[href*="polldaddy.com"]::before {
	content: '\f217';
}
.menu-social li a[href*="reddit.com"]::before {
	content: '\f222';
}
.menu-social li a[href$="/feed/"]::before {
	content: '\f413';
}
.menu-social li a[href*="skype.com"]::before,
.menu-social li a[href*="skype:"]::before {
	content: '\f220';
}
.menu-social li a[href*="soundcloud.com"]::before {
	content: '\f426';
}
.menu-social li a[href*="spotify.com"]::before {
	content: '\f515';
}
.menu-social li a[href*="stumbleupon.com"]::before {
	content: '\f223';
}
.menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
}
.menu-social li a[href*="twitch.tv"]::before {
	content: '\f516';
}
.menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
}
.menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
}
.menu-social li a[href*="wordpress.org"]::before,
.menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
}
.menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
}

.menu-social li a[href]:hover,
.menu-social li a[href]:focus,
.menu-social li a[href]:active {
	color: #ffcc00;
	text-decoration: none;
}
.menu-social li a[href]:focus,
.menu-social li a[href]:active {
	outline: #000 dotted thin;
}
.menu-social li a[href*="digg.com"]:hover::before,
.menu-social li a[href*="digg.com"]:focus::before,
.menu-social li a[href*="digg.com"]:active::before {
	color: #fff;
}
.menu-social li a[href*="dribbble.com"]:hover::before,
.menu-social li a[href*="dribbble.com"]:focus::before,
.menu-social li a[href*="dribbble.com"]:active::before {
	color: #ea4c89;
}
.menu-social li a[href*="dropbox.com"]:hover::before,
.menu-social li a[href*="dropbox.com"]:focus::before,
.menu-social li a[href*="dropbox.com"]:active::before {
	color: #007ee5;
}
.menu-social li a[href*="facebook.com"]:hover::before,
.menu-social li a[href*="facebook.com"]:focus::before,
.menu-social li a[href*="facebook.com"]:active::before {
	color: #3b5998;
}
.menu-social li a[href*="flickr.com"]:hover::before,
.menu-social li a[href*="flickr.com"]:focus::before,
.menu-social li a[href*="flickr.com"]:active::before {
	color: #ff0084;
}
.menu-social li a[href*="foursquare.com"]:hover::before,
.menu-social li a[href*="foursquare.com"]:focus::before,
.menu-social li a[href*="foursquare.com"]:active::before {
	color: #f94877;
}
.menu-social li a[href*="plus.google.com"]:hover::before,
.menu-social li a[href*="plus.google.com"]:focus::before,
.menu-social li a[href*="plus.google.com"]:active::before {
	color: #dd4b39;
}
.menu-social li a[href*="github.com"]:hover::before,
.menu-social li a[href*="github.com"]:focus::before,
.menu-social li a[href*="github.com"]:active::before {
	color: #4183c4;
	}
.menu-social li a[href*="instagram.com"]:hover::before,
.menu-social li a[href*="instagram.com"]:focus::before,
.menu-social li a[href*="instagram.com"]:active::before {
	color: #3f729b;
}
.menu-social li a[href*="linkedin.com"]:hover::before,
.menu-social li a[href*="linkedin.com"]:focus::before,
.menu-social li a[href*="linkedin.com"]:active::before {
	color: #0e76a8;
}
.menu-social li a[href*="pinterest.com"]:hover::before,
.menu-social li a[href*="pinterest.com"]:focus::before,
.menu-social li a[href*="pinterest.com"]:active::before {
	color: #c8232c;
}
.menu-social li a[href*="getpocket.com"]:hover::before,
.menu-social li a[href*="getpocket.com"]:focus::before,
.menu-social li a[href*="getpocket.com"]:active::before {
	color: #ee4056;
}
.menu-social li a[href*="polldaddy.com"]:hover::before,
.menu-social li a[href*="polldaddy.com"]:focus::before,
.menu-social li a[href*="polldaddy.com"]:active::before {
	color: #bc0b0b;
}
.menu-social li a[href*="reddit.com"]:hover::before,
.menu-social li a[href*="reddit.com"]:focus::before,
.menu-social li a[href*="reddit.com"]:active::before { 
	color: #336699;
}
.menu-social li a[href$="/feed/"]:hover::before,
.menu-social li a[href$="/feed/"]:focus::before,
.menu-social li a[href$="/feed/"]:active::before { 
	color: #ff6600;
}
.menu-social li a[href*="skype.com"]:hover::before,
.menu-social li a[href*="skype.com"]:focus::before,
.menu-social li a[href*="skype.com"]:active::before,
.menu-social li a[href*="skype:"]:hover::before,
.menu-social li a[href*="skype:"]:focus::before,
.menu-social li a[href*="skype:"]:active::before {
	color: #00aff0;
}
.menu-social li a[href*="soundcloud.com"]:hover::before,
.menu-social li a[href*="soundcloud.com"]:focus::before,
.menu-social li a[href*="soundcloud.com"]:active::before  {
	color: #ff5000;
}
.menu-social li a[href*="spotify.com"]:hover::before,
.menu-social li a[href*="spotify.com"]:focus::before,
.menu-social li a[href*="spotify.com"]:active::before {
	color: #1ed760;
}
.menu-social li a[href*="stumbleupon.com"]:hover::before,
.menu-social li a[href*="stumbleupon.com"]:focus::before,
.menu-social li a[href*="stumbleupon.com"]:active::before {
	color: #ff2618;
}
.menu-social li a[href*="tumblr.com"]:hover::before,
.menu-social li a[href*="tumblr.com"]:focus::before,
.menu-social li a[href*="tumblr.com"]:active::before {
	color: #34526f;
}
.menu-social li a[href*="twitch.tv"]:hover::before,
.menu-social li a[href*="twitch.tv"]:focus::before,
.menu-social li a[href*="twitch.tv"]:active::before {
	color: #6441A5;
}
.menu-social li a[href*="twitter.com"]:hover::before,
.menu-social li a[href*="twitter.com"]:focus::before,
.menu-social li a[href*="twitter.com"]:active::before {
	color: #33ccff;
}
.menu-social li a[href*="vimeo.com"]:hover::before,
.menu-social li a[href*="vimeo.com"]:focus::before,
.menu-social li a[href*="vimeo.com"]:active::before {
	color: #1ab7ea;
}
.menu-social li a[href*="wordpress.org"]:hover::before,
.menu-social li a[href*="wordpress.org"]:focus::before,
.menu-social li a[href*="wordpress.org"]:active::before,
.menu-social li a[href*="wordpress.com"]:hover::before,
.menu-social li a[href*="wordpress.com"]:focus::before,
.menu-social li a[href*="wordpress.com"]:active::before {
	color: #21759b;
}
.menu-social li a[href*="youtube.com"]:hover::before,
.menu-social li a[href*="youtube.com"]:focus::before,
.menu-social li a[href*="youtube.com"]:active::before {
	color: #c4302b;
}

@media screen and (min-width: 960px) {
	
	.site-header .menu-social {
		display: block;
	}
	.sonsa-secondary .menu-social {
		display: none;
	}
	
	.menu-social > .wrap {
		padding-top: 54px;
		padding-bottom: 54px;
	}
	
	.menu-social ul li {
		border: 1px solid #e5e5e5;
	}

	.menu-social li a {
		background-color: #fff;
	}
	
}


/*--------------------------------------------------------------
6. 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: #000;
	clip: auto !important;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 32px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
7. Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.wp-caption.alignleft {
	margin-left: 0;
	margin-top: 0.25em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.wp-caption.alignright {
	margin-right: 0;
	margin-top: 0.25em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.portfolio-wrapper:before,
.portfolio-wrapper:after,
.infinite-wrap:before,
.infinite-wrap:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.portfolio-wrapper:after,
.infinite-wrap:after {
	clear: both;
}


/*--------------------------------------------------------------
9. Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

.main-navigation ul,
.widget_nav_menu ul,
.menu-portfolio-items {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.menu-portfolio-items {
	margin-bottom: 0;
}
.main-navigation .sub-menu,
.widget_nav_menu ul ul {
	padding-left: 1em;
} 
.main-navigation li {
	padding-bottom: 6px;
}
.main-navigation .sub-menu li {
	padding-bottom: 0;
}

.main-navigation ul a,
.main-navigation ul a:visited,
.widget ul a,
.widget ul a:visited {
	color: #717171;
	font-size: 0.875em;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-portfolio-items a,
.menu-portfolio-items a:visited {
	color: #717171;
	text-decoration: none;
}
.js .sonsa-secondary .main-navigation ul a,
.js .sonsa-secondary .main-navigation ul a:visited,
.js .sonsa-secondary .widget ul a,
.js .sonsa-secondary .widget ul a:visited {
	color: #aaa;
}
.js .sonsa-secondary .main-navigation ul a:hover,
.js .sonsa-secondary .main-navigation ul a:focus,
.js .sonsa-secondary .main-navigation ul a:active,
.js .sonsa-secondary .widget ul a:hover,
.js .sonsa-secondary .widget ul a:focus,
.js .sonsa-secondary .widget ul a:active,
.js .sonsa-secondary a:hover,
.js .sonsa-secondary a:focus,
.js .sonsa-secondary a:active {
	color: #fff;
}
.widget ul a:hover,
.widget ul a:focus,
.widget ul a:active,
.menu-portfolio-items a:hover,
.menu-portfolio-items a:focus,
.menu-portfolio-items a:active,
.menu-portfolio-items .current-menu-item > a,
.menu-portfolio-items .current-cat > a {
	color: #000;
}

.main-navigation,
.sonsa-secondary .widget {
	margin-bottom: 90px;
	color: #aaa;
}

.menu-portfolio-items li {
	display: inline-block;
	padding-right: 21px;
}
.menu-portfolio-items li:last-child {
	padding-right: 0;
}

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

.widget_tag_cloud a,
.widget_tag_cloud a:visited,
.wp_widget_tag_cloud a,
.wp_widget_tag_cloud a:visited,
.entry-terms.nova_menu_item_label a,
.entry-terms.nova_menu_item_label a:visited {
	background-color: #717171;
	color: #fff;
	font-size: 1em !important;
	display: inline-block;
	line-height: 32px;
	padding: 0 8px !important;
	margin: 0 2px 6px 0;
	text-decoration: none;
}
.entry-terms.nova_menu_item_label a,
.entry-terms.nova_menu_item_label a:visited {
	background-color: #fafafa;
	color: #000;
}
.sonsa-secondary .widget_tag_cloud a,
.sonsa-secondary .widget_tag_cloud a:visited,
.sonsa-secondary .wp_widget_tag_cloud a,
.sonsa-secondary .wp_widget_tag_cloud a:visited {
	color: #fff;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:active,
.entry-terms.nova_menu_item_label a:hover,
.entry-terms.nova_menu_item_label a:focus,
.entry-terms.nova_menu_item_label a:active {
	background-color: #333;
}
.entry-terms.nova_menu_item_label a:hover,
.entry-terms.nova_menu_item_label a:focus,
.entry-terms.nova_menu_item_label a:active {
	color: #fff;
}


/*--------------------------------------------------------------
10. Layout
--------------------------------------------------------------*/

.site {
	position: relative;
	overflow: hidden;
}

.site > .site-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	min-height: 100vh;
	position: relative;
}

.site-header,
.page-header,
.entry-footer,
.comments-area,
.site-footer,
.pagination,
.entry-inner,
.inner-wrap,
.page-template-food-menu .site-main,
.tax-nova_menu .site-main,
.tax-nova_menu_item_label .site-main {
	padding-left: 5%;
	padding-right: 5%;
}

.entry-header,
.entry-content,
.entry-footer-wrap,
.comments-area > .comments-wrap,
.page-content,
.no-js body:not(.single) .menu-items,
.edit-link-single-p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.entry-summary {
	padding-left: 10%;
	padding-right: 10%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (min-width: 1440px)  {

	.site-header,
	.page-header,
	.comments-area,
	.site-footer,
	.pagination {
		padding-left: 10%;
		padding-right: 10%;
	}
	.entry-summary {
		padding-left: 19%;
		padding-right: 19%;
	}
	
	.post-navigation .nav-next {
		padding-left: 0.5em;
		padding-right: 10%;
	}
	.post-navigation .nav-previous {
		padding-left: 10%;
		padding-right: 0.5em;
	}

}

.site-header {
	background-color: #fff;
	position: relative;
	text-align: center;
}
.site-header > .wrap {
	padding-top: 32px;
}

.site-description {
	margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
	
	.site-title {
		margin-right: 44px;
		margin-left: 44px;
		margin-bottom: 32px;
	}
	
}

.page-header {
	padding-top: 54px;
	margin-bottom: 54px;
}

.sidebar-nav-open {
	position: absolute;
	top: 32px;
	left: 16px;
	z-index: 1000;
}

.no-js .sidebar-nav-toggle {
	display: none;
}

.no-js .sonsa-secondary {
	padding: 36px 5%;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.js .sonsa-secondary {
	background: #000;
	color: #fff;
	min-height: 100vh;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 32px 6%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
	transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

@media screen and (max-width: 959px) {
	
	.js .sonsa-secondary.open {
		position: fixed;
		bottom: 0;
		overflow-y: auto;
		min-height: 100%;
	}
	
	.no-js .sonsa-secondary {
		border-top: 1px solid #e5e5e5;
	}
	
	/* Disable scroll when sidebar is open. */
	.js.disable-scroll {
		overflow: hidden;
	}
	
	.js .admin-bar .sonsa-secondary {
		padding-top: 64px; /* Admin bar height is 32px. 32 + 32 = 64.*/
	}
	
}

@media screen and (max-width: 782px) {
	
	.js .admin-bar .sonsa-secondary {
		min-height: calc(100vh - 46px); /* Admin bar height is 46px. */
		padding-top: 78px; /* 32 + 46 = 78 */
	}
	
}

.site-wrapper {
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.js .main-navigation-open .site-wrapper {
	-webkit-transform: translate3d(50%, 0, 0);
	        transform: translate3d(50%, 0, 0);
}

.js .sonsa-secondary.open {
	outline: 0;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.site-footer,
.pagination {
	border-top: 1px solid #e5e5e5;
	color: #717171;
	font-size: 0.875em;
	letter-spacing: 2px;
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	text-transform: uppercase;
}
.site-footer a {
	text-decoration: none;
}

body:not(.single) .entry.type-post:not(.has-post-thumbnail),
.search .entry.type-page:not(.has-post-thumbnail),
body:not(.single) .entry.format-aside,
body:not(.single) .entry.format-chat,
body:not(.single) .entry.format-link,
body:not(.single) .entry.format-quote,
body:not(.single) .entry.format-status {
	background-color: rgba(0,0,0,0.8);
	min-height: 450px;
	max-height: 450px;
	width: 100%;
}
body:not(.single) .entry.format-chat {
	background-color: rgba(0,0,0,0.02);
}

body:not(.single) .entry.format-aside,
body:not(.single) .entry.format-chat,
body:not(.single) .entry.format-link,
body:not(.single) .entry.format-quote,
body:not(.single) .entry.format-status,
body:not(.single) .entry.type-post.format-status:not(.has-post-thumbnail) {
	background-color: rgba(42,26,42,0.90);
}

body:not(.single) .entry.format-aside,
body:not(.single) .entry.type-post.format-aside:not(.has-post-thumbnail) {
	background-color: rgba(42,26,26,0.90);
}
body:not(.single) .entry.format-chat,
body:not(.single) .entry.type-post.format-chat:not(.has-post-thumbnail) {
	background-color: transparent;
}
body:not(.single) .entry.format-link,
body:not(.single) .entry.type-post.format-link:not(.has-post-thumbnail) {
	background-color: rgba(26,30,42,0.90);
}
body:not(.single) .entry.format-quote,
body:not(.single) .entry.type-post.format-quote:not(.has-post-thumbnail) {
	background-color: rgba(42,34,26,0.90);
}

.entry.format-aside .entry-summary,
.entry.format-chat .entry-summary,
.entry.format-link .entry-summary,
.entry.format-quote .entry-summary,
.entry.format-status .entry-summary {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.entry.format-aside .entry-content,
.entry.format-link .entry-summary {
	font-size: 1.125rem;
}
body:not(.single) .entry.format-chat {
	background-image: linear-gradient(#fff, #f8f8f8 80%);
	padding-top: 12%;
	overflow: hidden;
}
body:not(.single) .entry.format-chat a {
	text-decoration: none;
}

.entry.format-aside .entry-summary > .wrap,
.entry.format-chat .entry-summary > .wrap,
.entry.format-link .entry-summary > .wrap,
.entry.format-quote .entry-summary > .wrap,
.entry.format-status .entry-summary > .wrap {
	position: relative;
	top: 50%;
	left: 0;
	max-width: 496px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.entry.format-aside a:focus .entry-summary > .wrap,
.entry.format-chat a:focus .entry-summary > .wrap,
.entry.format-link a:focus .entry-summary > .wrap,
.entry.format-quote a:focus .entry-summary > .wrap,
.entry.format-status a:focus .entry-summary > .wrap {
	outline: 1px dotted;
}

.chat-author {
	font-size: 0.875rem;
	padding-left: 8px;
	margin-bottom: 21px;
}
.chat-author .fn {
	font-style: normal;
}

.chat-text {
	background-color: #f2f2f2;
	padding: 8px 10px;
	position: relative;
	margin-bottom: 21px;
}
.chat-text p:last-child {
	margin-bottom: 0;
}
.chat-text:after {
	bottom: 100%;
	left: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 242, 242, 0);
	border-bottom-color: #f2f2f2;
	border-width: 6px;
	margin-left: -6px;
}

.chat-speaker-1 .chat-author {
	color: #00bff3;
}
.chat-speaker-2 .chat-author {
	color: #ec008c;
}
.chat-speaker-3 .chat-author {
	color: #000;
}

@media screen and (min-width: 960px) {
	
	.site > .site-wrapper {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		height: 100vh;
	}
	.admin-bar .site > .site-wrapper {
		min-height: calc(100vh - 32px);
		height: calc(100vh - 32px);
	}
	
	.header-social-toggle,
	.header-social-links-only {
		display: none;
	}
	
	.js .sonsa-secondary {
		padding-left: 32px;
		padding-right: 32px;
		width: 400px;
		height: 100%;
	}
	
	.sidebar-nav-close {
		display: none;
	}
	
	.js .main-navigation-open .site-wrapper {
		-webkit-transform: translate3d(400px, 0, 0);
		        transform: translate3d(400px, 0, 0);;
	}
	
	.site-header {
		text-align: left;
		height: 100%;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.admin-bar .site-header {
		height: calc(100% + 32px); /* This will disable scrollbar when admin bar is around. */
	}
	
	.site-content {
		box-shadow: inset 10px 0 5px -7px rgba( 0, 0, 0, 0.08 );
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
		position: relative;
		height: 100%;
	}
	
	.no-js .site-header,
	.no-js .site-content,
	.no-js .sonsa-secondary {
		overflow-y: auto; /* Fallback for scrolling if js is disabled. */
		-webkit-overflow-scrolling: touch;
	}
	
	.pagination {
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4
	}
	
	.site-footer {
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	
	.post-thumbnail {
		display: block;
		position: relative;
	}
	.post-thumbnail::before {
		box-shadow: inset 10px 0 5px -7px rgba( 0, 0, 0, 0.08 );
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.site-header,
	.site-content {
		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}
	
	.site-footer,
	.pagination {
		width: 100%;
	}
	.sidebar-active .site-content {
		width: 20%;	
	}
	
	.site-header {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.site-header > .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 400px;
		min-height: 100vh;
	}
	
	.site-logo-link {
		width: 96px;
	}
	
	.site-branding {
		display: block;
		max-width: 100%;
	}
	
	.has-site-logo .site-branding {
		padding-left: 48px; /* Half the size of logo. */
		width: calc(100% - 96px); /* 94px is width of logo. */
	}

}

@media screen and (min-width: 1060px) {
			
	.site-header > .wrap {
		width: 440px;
	}
				
}

@media screen and (min-width: 1600px) {

	.site-header {
		padding-left: 0;
		padding-right: 0;
	}
	
	.site-header > .wrap {
		width: 55%;
	}
	
}

/* Portfolio Layout. */

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

	.post-type-archive-jetpack-portfolio .entry,
	.tax-jetpack-portfolio-type .entry,
	.tax-jetpack-portfolio-tag .entry {
		float: left;
		width: 50%;
	}

}

.post-type-archive-jetpack-portfolio .entry .entry-bg-image,
.tax-jetpack-portfolio-type .entry .entry-bg-image,
.tax-jetpack-portfolio-tag .entry .entry-bg-image {
	max-width: 480px;
	min-height: 270px;
}

@media screen and (min-width: 960px) {

	.post-type-archive-jetpack-portfolio .entry .entry-bg-image,
	.tax-jetpack-portfolio-type .entry .entry-bg-image,
	.tax-jetpack-portfolio-tag .entry .entry-bg-image {
		max-width: 400px;
		min-height: 225px;
	}

}

.jetpack-portfolio .entry-header-info {
	padding-right: 42px;
}


/*--------------------------------------------------------------
10. Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.site-content {
	background-color: #fff;
}

.sticky {
	display: block;
}

.entry {
	position: relative;
}

.entry .entry-bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-height: 450px;
	min-height: 450px;
}

.page-template-featured .entry {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.entry-header-info {
	position: absolute;
	left: 42px;
	top: 42px;
	padding-right: calc(5.25% + 68px);
	z-index: 100;
}
.entry-header-info,
.entry-header-info .entry-title,
.entry-header-info .entry-date,
.page-template-featured .entry-title,
.entry-header-info .entry-title a,
.page-template-featured .entry-inner {
	transition: all 0.25s ease-in-out;
}

.entry-header-info .entry-title,
.entry-header-info .entry-date {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.entry-header-info .entry-title,
.entry-header-info .entry-date {
	background-color: #000;
	color: #fff;
	opacity: 0;
	padding: 6px 12px;
}

body:not(.has-default-feature-image) .format-standard:not(.has-post-thumbnail) .entry-header-info .entry-title,
body:not(.has-default-feature-image) .format-standard:not(.has-post-thumbnail) .entry-header-info .entry-date,
body:not(.has-default-feature-image) .format-gallery:not(.has-post-thumbnail) .entry-header-info .entry-title,
body:not(.has-default-feature-image) .format-gallery:not(.has-post-thumbnail) .entry-header-info .entry-date,
body:not(.has-default-feature-image) .format-image:not(.has-post-thumbnail) .entry-header-info .entry-title,
body:not(.has-default-feature-image) .format-image:not(.has-post-thumbnail) .entry-header-info .entry-date {
	opacity: 1;
}

.entry:hover .entry-header-info .entry-title,
.entry:focus .entry-header-info .entry-title,
.entry:active .entry-header-info .entry-title,
.entry a:focus .entry-header-info .entry-title,
.entry a:active .entry-header-info .entry-title,
.entry:hover .entry-header-info .entry-date,
.entry:focus .entry-header-info .entry-date,
.entry:active .entry-header-info .entry-date,
.entry a:focus .entry-header-info .entry-date,
.entry a:active .entry-header-info .entry-date {
	opacity: 1;
}
	
.entry-header-info .entry-title {
	margin-bottom: 8px;
}
.entry-header-info .entry-title a,
.entry-header-info .entry-title a:visited,
.entry-header-info .entry-date {
	color: #fff;
}

.page-template-featured .entry-inner {
	background-color: rgba(42,34,26,0.90);
	color: #fff;
}
.page-template-featured .entry-title,
.page-template-featured .entry-content > * {
	color: #fff;
}
.page-template-featured .entry-content pre,
.page-template-featured .entry-content mark,
.page-template-featured .entry-content ins {
	background-color: #000;
}
.page-template-featured .comments-area {
	margin-top: 48px;
}
	
.post-thumbnail > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sonsa-post-format {
	color: #fff;
	font-size: 48px;
	position: absolute;
	right: 36px;
	top: 36px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.35);
	z-index: 100;
}
.sonsa-post-format.genericon-chat {
	color: #f2f2f2;
}

.entry-header,
.page .entry-header {
	padding-top: 54px;
}

@media screen and (max-width: 959px) {

	.entry,
	.archive-header {
		border-top: 1px solid #e5e5e5;
	}
	
	.entry.has-post-thumbnail {
		border-top: none;
	}
	
}

@media screen and (min-width: 960px) {
	
	.entry-header {
		padding-top: 90px;
	}

}
	
.entry-header,
.page-header,
.entry-meta {
	text-align: center;
}
.entry-header .entry-title,
.entry-meta,
.post-type-archive-jetpack-portfolio .archive-title,
.tax-jetpack-portfolio-type .archive-title,
.tax-jetpack-portfolio-tag .archive-title {
	margin-bottom: 42px;
}
.entry-meta,
.site-description,
.archive-description,
.menu-group-title {
	color: #717171;
	font-size: 0.875em;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
}
.post-type-archive-jetpack-portfolio .archive-description,
.tax-jetpack-portfolio-type .archive-description,
.tax-jetpack-portfolio-tag .archive-description {
	margin-top: -1.5em;
}
.entry-meta a,
.entry-meta a:visited,
.sonsa-secondary a,
.sonsa-secondary a:visited  {
	color: #717171;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #000;
}

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

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

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

.entry-content > :last-child,
.entry-footer {
	margin-bottom: 48px;
}

.entry-footer-wrap,
.entry-categories,
.entry-tags {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.entry-footer-wrap > * {
	width: 100%;
}

.terms-title {
	margin-top: -4px;
	margin-right: 8px;
}
.entry-terms {
	display: block;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 100%;
}

.entry-categories {
	margin-bottom: 1.5em;
}

.entry-terms,
.entry-terms a,
.entry-terms a:visited {
	color: #717171;
}
.entry-terms a {
	text-decoration: none;
}
.entry-terms a:hover,
.entry-terms a:focus,
.entry-terms a:active {
	color: #000;
}

@media screen and (min-width: 77.5em) {
	
	.entry-footer-wrap > * {
		width: 50%;
	}

	.entry-categories {
		margin-bottom: 0;
	}
	
	.entry-terms.category {
		padding-right: 0.5em;
	}
	
}

/*--------------------------------------------------------------
10.2 Comments
--------------------------------------------------------------*/

.comments-area {
	margin-bottom: 36px;
}

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

.bypostauthor {
	display: block;
}

.comment-reply-title,
.comment-notes,
.logged-in-as {
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.comment-reply-title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 21px;
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
	color: #717171;
	font-size: 0.875em;
	margin-bottom: 36px;
}
.logged-in-as a {
	text-decoration: none;
}

.comment-meta {
	margin-top: 6px;
	position: relative;
}

.comment-meta a {
	text-decoration: none;
}
.comment-permalink {
	color: #717171;
	font-size: 0.875em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.comment-author {
	color: #000;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
}

.comment-reply-link::before {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	font-size: 24px;
	padding: 12px;
}

.comment-author,
.comment-permalink {
	display: block;
}

/* Layout for comments. */
	
.comment-reply-link::before {
	margin-top: 6px;
}

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

	.comment-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.comment-avatar-wrapper {
		width: 71px;
	}
	.comment-content-wrapper {
		width: calc(100% - 71px);
	}
	
	.comment-reply-link::before {
		margin-top: 0;
	}
	
	.reply {
		position: absolute;
		top: -6px;
		right: 0;
	}
	
}

ol.comment-list,
ol.comment-list ol.children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list > li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 36px;
	padding-bottom: 36px;
}
.comment-list > li:last-child{
	padding-bottom: 0;
}

ol.comment-list ol.children ul {
	margin-bottom: 0;
}
ol.comment-list ol.children {
	margin-left: 3%;
}

/* === Individual comments */

li.comment .comment-wrap,
li.ping .comment-wrap {
	padding-bottom: 1em;
	padding-top: 1em;
}

.bypostauthor > .comment-body > .comment-content > .comment-avatar-wrapper {
	position: relative;
}
.bypostauthor  > .comment-body > .comment-content > .comment-avatar-wrapper:before {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	content: '\f304';
	vertical-align: top;
	padding-top: 1px;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 20px;
	height: 20px;
}

ol.comment-list ul,
ol.comment-list ol,
ol.comment-list dl {
	margin-bottom: 1em;
}
ol.comment-list ul ul,
ol.comment-list ol ol,
ol.comment-list dl dl {
	margin-bottom: 0;
}

.comment-content .avatar {
	border-radius: 2px;
	margin-right: 21px;
}


/*--------------------------------------------------------------
11. Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* 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;
}

#infinite-handle {
	margin-top: 36px;
	text-align: center;
	width: 100%;
}

body .infinite-loader {
	display: block;
	margin: 36px auto;
	text-align: center;
	width: 100%;
}

body .infinite-loader .spinner {
	display: block;
	left: 50% !important;
}

body #infinite-handle span {
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	padding: 0;
}


/*--------------------------------------------------------------
12. 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 {
	margin-bottom: 1.5em !important;
	max-width: 100%;
}

/* Players. */

body .wp-playlist,
body .wp-playlist-item {
	border: none;
}
body .wp-playlist-item {
	padding-bottom: 8px;
}

.entry-content .mejs-container {
	margin-bottom: 1.5em;
}

.sonsa-mejs-container.mejs-container,
body .wp-playlist,
.wp-playlist-tracks {
	background: transparent;
	padding-top: .9em;
	padding-bottom: .9em;
}
body .wp-audio-shortcode,
body .wp-playlist-tracks {
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.sonsa-mejs-container.mejs-container .mejs-controls {
	background: transparent;
	top: .9em;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-button {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-button button {
	background: 0 0;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-button button:before {
	color: #000;
	font-size: 21px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 3px;
	text-align: center;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-play button:before {
    content: '\f452';
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-pause button:before {
	content: '\f448';
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-volume-button button:before {
	content: '\f109';
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time {
	color: #000;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner,
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background-color: #e5e5e5;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #000;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float,
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background-color: #717171;
}
.sonsa-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	height: 0;
	overflow: hidden;
	top: -1.9em;
	visibility: hidden;
}
body .wp-playlist-item {
	letter-spacing: 2px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption.alignnone {
	margin: 0 0 1.5em;
}

.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 {
	font-style: italic;
	text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	margin: 1em 0;
	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;
}

/* Perfect Scrollbar CSS. */
@media screen and (min-width: 960px) {

	.ps-container {
		-ms-touch-action: none;
		overflow: hidden !important;
	}
	.ps-container.ps-active-x > .ps-scrollbar-x-rail,
	.ps-container.ps-active-y > .ps-scrollbar-y-rail {
		display: block;
	}
	.ps-container.ps-in-scrolling {
		pointer-events: none;
	}
	.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
		background-color: #999;
	}
	.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
		background-color: #999;
	}
	.ps-container > .ps-scrollbar-x-rail {
		display: none;
		position: absolute;
		/* please don't change 'position' */
		border-radius: 4px;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		bottom: 3px;
		/* there must be 'bottom' for ps-scrollbar-x-rail */
		height: 8px;
	}
	.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
		position: absolute;
		/* please don't change 'position' */
		background-color: #aaa;
		border-radius: 4px;
		transition: background-color .2s linear;
		bottom: 0;
		/* there must be 'bottom' for ps-scrollbar-x */
		height: 8px;
	}
	.ps-container > .ps-scrollbar-y-rail {
		display: none;
		position: absolute;
		/* please don't change 'position' */
		border-radius: 4px;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		right: 3px;
		/* there must be 'right' for ps-scrollbar-y-rail */
		width: 8px;
	}
	.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
		position: absolute;
		/* please don't change 'position' */
		background-color: #aaa;
		border-radius: 4px;
		transition: background-color .2s linear;
		right: 0;
		/* there must be 'right' for ps-scrollbar-y */
		width: 8px;
	}
	.ps-container:hover.ps-in-scrolling {
		pointer-events: none;
	}
	.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
		background-color: #999;
	}
	.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
		background-color: #999;
	}
	.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
		opacity: 0.6;
	}
	.ps-container:hover > .ps-scrollbar-x-rail:hover {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
		background-color: #999;
	}
	.ps-container:hover > .ps-scrollbar-y-rail:hover {
		background-color: #eee;
		opacity: 0.9;
	}
	.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
		background-color: #999;
	}
	  
}


/*--------------------------------------------------------------
16. Animations
--------------------------------------------------------------*/

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

@keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

@keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/* Preloader animations. */

.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center;
}
.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
	}
	40% {
    -webkit-transform: scale(1);
            transform: scale(1);
	}
}


/*--------------------------------------------------------------
14. Plugins
--------------------------------------------------------------*/

/* Responsive videos. */
.entry-media .jetpack-video-wrapper {
	margin-bottom: 0;
}

/* Jetpack food menu. */
.page-template-food-menu .entry-content {
	text-align: center;
}

.menu-item-thumbnail > img {
	border-radius: 50%;
	max-width: 75px;
	max-height: 75px;
}

body:not(.single) .nova_menu_item {
	border-top: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.nova_menu_item > .menu-item-thumbnail {
	width: 111px; /* 75 + 36 = 111px */
}
.nova_menu_item > .entry-wrap {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.menu-group-header,
.nova_menu_item:not(.has-post-thumbnail) {
	padding-left: 111px;
}

.menu-group-title {
	margin-bottom: 36px;
}
.menu-entry-header .entry-title {
	font-size: 1.0625em;
	margin-bottom: 0;
}

.menu-item-price {
	padding-left: 8px;
	margin-left: 8px;
	position: relative;
}
.menu-item-price::before {
	color: #aaa;
	content: "\002F";
	position: absolute;
	left: -3px;
}
.single .menu-item-price::before {
	left: -5px;
}

.menu-entry-content {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 36px;
	margin-bottom: 36px;
}
.menu-entry-content p:last-of-type {
	margin-bottom: 0;
}

body:not(.single) .entry-menu-label {
	padding-top: 36px;
}

.single .menu-group-header {
	display: none;
}

/* Jetpack contact form. */
body .contact-form input[type='text'],
body .contact-form input[type='email'],
body .contact-form textarea {
	width: 100%;
	max-width: 100%;
}

/* Jetpack Widgets. */
.jetpack-display-remote-posts h4 {
	font-size: 1.25em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.jetpack-display-remote-posts h4 a,
.jetpack-display-remote-posts h4 a:visited {
	color: #aaa;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	margin: 1.5em 0 3em !important;
}

/* PollDaddy. */
.PDS_Poll {
	margin-bottom: 1.5em;
}

/* Related posts. */
body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	color: #717171;
	opacity: 1;
}
