/*
Theme Name: Brisk
Theme URI: https://creativemarket.com/liammckay
Author: Liam McKay & Spencer Finnell
Author URI: https://creativemarket.com/liammckay
Description: For the blogger in all of us.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, translation-ready
Text Domain: brisk

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Site Structure
 * 4.0 - Header
 * 5.0 - Content
 * 6.0 - Sidebar
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * Colors:
 *
 * Branding Primary:   #32333b;
 * Branding Secondary: #232328;
 * Primary:            #4c5155;
 * Secondary:          #9aa3a9;
 * Tertiary:           #d7dce1;
 * Accent:             #4aa4d7;

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Sintony", Helvetica, sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.5;
	margin: 0;
	background: #eff0f0;
}

a {
	text-decoration: none;

	-webkit-transition: all 0.1s 0.1s;
	-moz-transition:    all 0.1s 0.1s;
	transition:         all 0.1s 0.1s;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Doppio One", Helvetica, serif;
	line-height: 1.3;
}

h1 {
	font-size: 34px;
	margin: 33px 0;
}

h2 {
	font-size: 28px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	border-style: solid;
	border-width: 1px 0;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input,
select,
textarea {
	width: 100%;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.site-main:after,
.navbar:after,
.navbar .container:after,
.nav-links:after,
.site-footer:after {
	clear: both;
}

.clear:before,
.clear:after,
.site-main:before,
.site-main:after,
.navbar:before,
.navbar:after,
.navbar .container:before,
.navbar .container:after,
.nav-links:before,
.nav-links:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text,
.comments-title,
#reply-title {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	padding: 7px 11px;
	border: 0;
}

input[type="text"],
input[type="email"],
textarea {
	font: 400 14px "Sintony", Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.wp-caption-text {
	margin: 12px 0;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	min-height: 100%;
	position: relative;
}

.site-main {
	padding-bottom: 120px;
	position: relative;
}

.site-main,
.container {
	width: 980px;
	margin: 0 auto;
}

.site-header-main,
.content-area {
	width: 615px;
	float: left;
}

.site-header-search,
.widget-area {
	width: 337px;
	float: right;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 */

.site-header-primary,
.site-header-secondary {
	height: 85px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.site-header-secondary {
	left: 50%;
}

.site-header,
.site-header * {
	-webkit-transition: -webkit-transform 0.3s 0.3s, background 0.2s, border 0.2s, color .1s;
	-moz-transition:    -moz-transform 0.3s 0.3s, background 0.2s, border 0.2s, color .1s;
	-o-transition:      -o-transform 0.3s 0.3s, background 0.2s, border 0.2s, color .1s;
	transition:         transform 0.3s 0.3s, background 0.2s, border 0.2s, color .1s;
}

.site-header,
.navbar {
	position: relative;
	z-index: 10;
}

.site-header,
.site-header-main,
.site-header-search {
	height: 85px;
	overflow: hidden;
}

.site-header-main {
	width: 643px;
}

.site-header-main {
	border-right-style: solid;
	border-right-width: 1px;
}

.site-header .container {
	position: relative;
	z-index: 1;
}

.site-branding {
	margin: 20px 0;
}

.site-branding {
	color: #fff;
	float: left;
}

.site-branding:hover {
	text-decoration: none;
}

.site-title,
.site-description {
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.site-title,
.site-info a {
	font: 36px "Doppio One", Helvetica, sans-serif;
}

.site-description {
	font: 400 14px "Montserrat", Helvetica, sans-serif;
	margin-left: 10px;
	display: none;
}

/** Menu toggle */
.site-secondary-menu-toggle {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	color: #fff;
	margin-right: 28px;
	float: right;
}

.site-secondary-menu-toggle:hover {
	color: #fff;
	text-decoration: none;
}

.site-secondary-menu-toggle em  {
	display: inline-block;
	margin-top: 2px;
	vertical-align: text-top;
	font-style: normal;
}

.site-secondary-menu-toggle i {
	font-style: normal;
	font-size: 26px;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	margin-left: 14px;
	width: 42px;
	height: 33px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
}

.site-secondary-menu-toggle .secondary-menu-toggle-close i {
	font-size: 21px;
}

.site-header-search,
.site-secondary-menu-toggle {
	margin-top: 27px;
}

.site-header-search {
	height: auto;
}

.site-header-search #searchform {
	margin-left: 28px;
	position: relative;
}

.site-header-search input[type="text"],
.navbar input[type="text"] {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
}

.site-header-search #searchsubmit {
	padding-top: 6px;
}

/** Secondary Closed */
.site-header.secondary-closed .secondary-menu-toggle-close {
	display: none;
}

.site-header.secondary-closed .site-header-search button:hover .icon-search {
	color: #fff;
}

.site-header.secondary-closed .site-header-search input[type="text"] {
	border-color: transparent;
}

/** Secondary Opened */
.site-header.secondary-opened,
.site-header.secondary-opened .site-header-main {
	background: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.site-header.secondary-opened .site-header-primary, 
.site-header.secondary-opened .site-header-secondary,
.site-header.secondary-opened .secondary-menu-toggle-open {
	display: none;
}

.site-header.secondary-opened .site-header-search input[type="text"] {
	background: #fff;
}

/**
 * 4.2 Navigation
 */

/* Navbar */
.navbar {
	background-color: #fff;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #bac0c6;
	box-shadow: inset 0 -2px 0 #eff0f0, 0 1px 2px #dee2e5;
}

.navbar .container {
	height: 56px;
}

.navbar.secondary-opened {
	box-shadow: none;
}

.main-navigation {
	float: left;	
}

ul.nav-menu,
div.nav-menu > ul,
.social-menu {
	margin: 0;
	padding: 0;
}

.nav-menu li,
.social-menu li {
	margin-right: 25px;
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}

.nav-menu li.has-children a:after {
	content: '\E75C';
}

.nav-menu li.has-children li a:after {
	content: '';
}

.nav-menu .sub-menu,
.nav-menu .children,
.social-menu .sub-menu {
	background-color: #fff;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 55px;
	left: -17px;
	z-index: 99999;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: inset 0 2px 2px #dee2e5, rgba(50, 51, 59, .35) 0 0 4px;
}

.nav-menu .sub-menu:after,
.nav-menu .children:after,
.social-menu .sub-menu:after {
	content: ' ';
	position: absolute;
	top: -4px;
	left: -3%;
	width: 106%;
	height: 4px;
	background: #ffffff;
	border-bottom: 1px solid #bac0c6;
	box-shadow: inset 0 -2px 0 #eff0f0;
}

.nav-menu .sub-menu li,
.nav-menu .children li {
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.nav-menu .sub-menu li:last-child,
.nav-menu .children li:last-child {
	border-bottom: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	padding: 15px 17px;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
.social-menu li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

.social-profiles {
	float: right;
}

.social-menu li {
	margin: 0;
}

.social-menu li.hidden {
	display: none;
	visibility: hidden;
}

.social-menu .sub-menu {
	min-width: 228px;
	left: auto;
	right: 0;
}

.social-menu .sub-menu li {
	display: block;
}

.social-menu .sub-menu .social-drop-title {
	padding: 15px 17px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
}

.social-menu .sub-menu .social-drop-title:only-child {
	border-bottom: 0;
}

.social-menu .sub-menu .social-drop-title a {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	vertical-align: middle;
	padding: 0;
}

.social-menu .sub-menu .social-drop-title .avatar {
	float: right;
}

.social-drop-content {
	padding: 20px;
	border-top: 1px solid #eff1f3;
}

.social-menu li.social-drop-content a {
	padding: 0;
}

.social-drop-content p {
	font: 400 12px "Sintony", Helvetica, sans-serif;
	margin: 8px 0 0;
	padding: 0;
}

.social-drop-content p:first-child {
	margin-top: 0;
}

.social-menu li > a {
	font-size: 20px;
	padding: 13px 15px;
	display: inline-block;
}

.social-profiles a:hover {
	text-decoration: none;
}

.navbar #searchform,
.navbar .site-secondary-menu-toggle {
	display: none;
}

/* Secondary Navbar */
.navbar-secondary {
	text-align: center;
	padding: 40px 0 60px;
	background: #eff0f0;
	box-shadow: 0 10px 30px #eff0f0;
	position: absolute;
	z-index: 5;
	width: 100%;
	-webkit-transform: translate(0, -300%);
	-moz-transform:    translate(0, -300%);
	-ms-transform:     translate(0, -300%);
	transform:         translate(0, -300%);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition:    -moz-transform 0.3s, opacity 0.3s;
	-o-transition:      -o-transform 0.3s, opacity 0.3s;
	transition:         transform 0.3s, opacity 0.3s;
}

.navbar-secondary.secondary-opened {
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	transform:         translate(0, 0);
}

.secondary-navigation {
	padding: 0 0 30px;
}

ul.nav-menu-secondary,
div.nav-menu-secondary ul {
	margin: 0;
	padding: 0;
}

.nav-menu-secondary li {
	text-align: center;
	border-bottom: 1px solid #dcdfe0;
}

.nav-menu-secondary li a {
	font: 20px "Doppio One", Helvetica, sans-serif;
	padding: 12px 0;
	display: block;
}

.nav-menu-secondary li a:hover {
	text-decoration: none;
}

.navbar-secondary .site-secondary-menu-toggle {
	float: none;
	margin-right: 0;
}

.navbar-secondary.secondary-opened .site-secondary-menu-toggle i {
	background: #eff0f0;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.site-main {
	margin-top: 25px;
}

.hentry,
.comment-list,
#respond,
.content-list .icon-right-open-big,
.widget:not(.widget_brisk_featured_posts):not(.widget_recent_entries) {
	word-wrap: break-word;
	margin-bottom: 32px;
	background: #fff;
	box-shadow: 0 1px 5px #bbc9d2;
}

.hentry:last-of-type {
	margin-bottom: 40px;
}

.entry-content,
.entry-meta,
.entry-summary {
	padding: 0 28px;
}

/**
 * 5.1 Entry Header
 */

.entry-thumbnail {
	position: relative;
}

.entry-category {
	color: #fff;
	position: absolute;
	top: 28px;
	padding: 5px 28px;
}

.entry-category a {
	font: 400 16px "Montserrat", Helvetica, sans-serif;
	color: #fff;
}

.entry-category a:hover {
	text-decoration: none;
}

.entry-header {
	margin-bottom: 15px;
}

.entry-title {
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0 28px 0 0;
	padding: 21px 28px 15px;
	background: #fff;
}

.hentry.has-thumbnail .entry-title {
	position: relative;
	z-index: 2;
	margin-top: -100px;
}

.hentry.small .entry-title {
	font-size: 20px;
	line-height: normal;
	margin: 0;
	padding: 28px 28px 14px;
}

.entry-title a:hover {
	text-decoration: none;
}

.entry-header .entry-meta {
	padding-top: 0;
	padding-bottom: 8px;
	margin-right: 28px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.hentry.small .entry-header .entry-meta {
	padding-bottom: 36px;
}

.entry-header .entry-meta span,
.widget_rss .rss-date {
	margin-right: 14px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.entry-header .entry-meta a:hover {
	text-decoration: none;
}

/**
 * 5.2 Entry Meta
 */

.entry-meta {
	font: 400 13px/2.5em "Montserrat", Helvetica, sans-serif;
	padding: 23px 28px;
	clear: both;
}

.entry-meta a {
	color: #a1a9af;
}

footer.entry-meta {
	padding: 10px 28px;
}

footer.entry-meta a:hover,
footer.entry-meta a:hover i {
	text-decoration: none;
}

footer.entry-meta span {
	margin-right: 20px;
}

footer.entry-meta span i {
	font-size: 16px;
}

footer.entry-meta .terms a:first-child:before {
	font-size: 16px;
	margin-right: 8px;
}

footer.entry-meta span.read-more i {
	color: #fff;
	vertical-align: text-top;
	font-size: 18px;
	line-height: 13px;
	font-style: normal;
	padding: 3px 3px 0;
	display: inline-block;
	border-radius: 2px;
}

footer.entry-meta span.read-more a:hover i {
	color: #fff;
}

footer.entry-meta .terms a:first-child:before {
	content: '📁';
}

.hentry.has-thumbnail .terms {
	display: none;
}

/** Share */
footer.entry-meta .share {
	position: relative;
}

.share-modal {
	text-align: center;
	background-color: #fff;
	padding: 12px 0 6px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	z-index: 99999;
	border-radius: 6px;
	box-shadow: rgba(50, 51, 59, .35) 0 0 4px;
	display: none;
}

.share-modal:after {
	color: #fff;
	bottom: -2px;
	left: 1px;
	text-align: center;
	text-shadow: rgba(50, 51, 59, .15) 2px 0 2px;
	-o-transform:      rotate(90deg);
	-moz-transform:    rotate(90deg);
	-khtml-transform:  rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 100%;
	content: "▸";
	display: block;
	font-size: 2em;
	height: 0;
	line-height: 0;
	position: absolute;
}

.share-modal a:before {
	font-size: 24px;
}

/**
 * 5.3 Entry Content
 */

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	line-height: normal;
	margin: 1.5em 0 0.5em;
}

.entry-content h1,
.comment-content h1 {
	font: 700 26px "Montserrat", Helvetica, sans-serif;
}

.entry-content h2,
.comment-content h2 {
	font: 400 22px "Montserrat", Helvetica, sans-serif;
}

.entry-content h3,
.comment-content h3 {
	font-size: 20px;
}

.entry-content h4,
.comment-content h4 {
	font: 700 16px "Sintony", Helvetica, sans-serif;
}

.entry-content h5,
.comment-content h5 {
	font: 700 14px "Montserrat", Helvetica, sans-serif;
	text-transform: uppercase;
}

.entry-content h6,
.comment-content h6 {
	font: 400 14px "Montserrat", Helvetica, sans-serif;
}

.entry-content p {
	font-size: 14px;
	line-height: 23px;
}

.entry-content blockquote {
	margin: 2.5em 0;
	padding: 0;
	border-width: 1px 0;
}

.entry-content blockquote p {
	font: 400 32px "Sintony", Helvetica, sans-serif;
	text-align: center;
	margin: 1em 0;
	padding: 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

/** Preview */

.content-preview {
	position: relative;
}

.hentry.content-preview .entry-header {
	margin-bottom: 0;
}

.hentry.content-preview .entry-header .entry-meta {
	padding-bottom: 28px;
}

.hentry.content-preview .entry-summary p {
	font-size: 14px;
}

.hentry.content-preview .entry-summary p:last-child {
	margin-bottom: 0;
}

.hentry.content-preview .icon-right-open-big {
	display: none;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

footer.entry-meta .zilla-likes-count {
	margin-left: 3px;
	margin-right: 0;
}

.zilla-likes:before {
	font-size: 16px;
	content: '\2661';
	vertical-align: text-top;
}

.zilla-likes.active:before {
	font-size: 16px;
	content: '\2665';
	vertical-align: text-top;
}

/**
 * 5.4 Galleries
 */


/**
 * 5.5 Post/Paging Navigation
 */

.navigation {
	position: relative;
}

.navigation:after {
	content: ' ';
	width: 2px;
	height: 31px;
	background: #dcdfe0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.navigation a {
	font: 400 13px/31px "Montserrat", Helvetica, sans-serif;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation .disabled {
	opacity: .50;
}

.navigation div.disabled a {
	cursor: text;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation .meta-nav {
	color: #fff;
	text-indent: -9999em;
	width: 42px;
	height: 31px;
	display: inline-block;
	position: relative;
	border-radius: 3px;
}

.navigation .meta-nav:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
}

.navigation .nav-previous .meta-nav {
	margin-right: 13px;
}

.navigation .nav-previous .meta-nav:after {
	border-width: 6px 10px 6px 0;
	border-color: transparent #fff transparent transparent;
}

.navigation .nav-next .meta-nav {
	margin-left: 13px;
}

.navigation .nav-next .meta-nav:after {
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}


/**
 * 5.6 Search Results/No posts
 */

.page-header {
	margin-bottom: 28px;
	padding-bottom: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.page-title {
	font: 34px "Doppio One", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/**
 * 5.7 Comments
 */

#comments {
	clear: both;
}

.comment-list,
#respond #commentform,
#respond iframe {
	display: block;
	margin: 0 auto;
	max-width: 615px;
	width: 100%;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-body {
	padding: 28px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.comment:last-child .comment-body {
	border-bottom: 0;
}

.comment-author-avatar {
	float: left;
}

.comment-author,
.comment-content,
.comment-reply {
	margin-left: 46px;
}

.no-avatars .comment-author,
.no-avatars .comment-content,
.no-avatars .comment-reply {
	margin-left: 0;
}

.comment-author,
.comment-author .fn,
.comment-author .time {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	font-style: normal;
}

.comment-author .time,
.comment-author .edit-link {
	float: right;
}

.comment-author .edit-link {
	margin-left: 10px;
}

.comment-content {
	margin-top: 8px;
}

.comment-content p {
	font-size: 12px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
	margin: 20px 0 0;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */
#respond {
	margin-top: 40px;
	border-radius: 4px;
}

#commentform {
	position: relative;
}

#commentform p {
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#commentform p:last-child,
#commentform .comment-form-comment {
	border-bottom: 0;
}

#commentform label {
	float: left;
	padding: 5px 0;
	width: 100px;
}

#commentform .required {
	color: #ed331c;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"], 
#commentform textarea {
	padding: 13px 20px;
	width: 100%;
	border-width: 0;
}

#commentform #comment {
	padding: 25px 95px 25px 25px;
	height: 68px;
	overflow: hidden;
	border-bottom-width: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

#comment.opened {
	overflow-y: auto;
}

#commentform input[type="submit"] {
	width: auto;
	position: absolute;
	top: 18px;
	right: 18px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/**
 * 5.8 Content List (Archives)
 */

.content-list {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.content-list .content-list-item {
	padding: 16px 0;
	border-bottom: 1px solid #dcdfe0;
}

.content-list .content-list-item:hover,
.content-list .content-list-item.active {
	background: #fff;
	cursor: pointer;
}

.content-list .content-list-item:hover i,
.content-list .content-list-item.active i {
	display: block;
}

.content-list .entry-header {
	margin: 0;
}

.content-list .entry-header .entry-meta span {
	margin: 0;
	padding: 0;
	border: 0;
}

.content-list .entry-title,
.content-list .entry-meta {
	background: none;
	padding-bottom: 0;
}

.content-list .entry-meta {
	line-height: normal;
}

.content-list .entry-title {
	font: 400 16px "Sintony", Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom: 3px;
}

.content-list .entry-thumbnail,
.content-list .entry-summary,
.content-list footer.entry-meta {
	display: none;
}

.content-list .icon-right-open-big {
	font-size: 26px;
	line-height: 72px;
	margin-bottom: 0;
	text-align: center;
	background: #fff;
	top: 0;
	right: 0;
	position: absolute;
	height: 72px;
	width: 72px;
	display: none;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */


/**
 * 6.1 Widgets
 */

.widget {
	
}

.widget {
	margin-bottom: 28px;
}

.widget .widget-title {
	font: 20px "Doppio One", Helvetica, sans-serif;
	margin: 0;
	padding: 22px 28px 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.widget .widget-title:empty {
	display: none;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li,
.widget_search #searchform {
	font: 13px "Montserrat", Helvetica, sans-serif;
	padding: 14px 28px;
	border-top: 1px solid #eff1f3;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	list-style: disc;
	margin: 3px 0 0 20px;
}

.widget li > ul li,
.widget li > ol li {
	padding: 0;
	border: 0;
}

/* Search widget */
#searchform {
	position: relative;
}

#searchform div {
	position: relative;
}

#searchform button {
	font-size: 16px;
	background: none;
	padding-top: 7px;
	position: absolute;
	top: 0;
	right: 0;
}

.widget_search #searchform {
	padding: 28px;
}

.site-content #searchform input[type="text"] {
	border-width: 1px;
	border-style: solid;
}

.widget .searchform input[type="text"] {
	width: 100%;
}

.icon-search {
	font-size: 18px;
}

/* RSS Widget */
.widget_rss li {
	padding-top: 28px;
	padding-bottom: 24px;
}

.widget_rss .rss-date {
	display: inline-block;
	margin: 8px 0 12px;
}

.rsswidget img {
	vertical-align: baseline;
}

.rsswidget {
	font-size: 15px;
	font-weight: 700;
	display: block;
}

.widget-title .rsswidget {
	font-size: 18px;
	display: inline-block;
}

/* Calendar Widget */
.widget_calendar #calendar_wrap,
.textwidget {
	padding: 28px;
}

.widget_calendar table,
.widget_calendar td {
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font: 700 14px "Montserrat", Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	width: auto;
	margin: 0 0 10px;
	padding: 5px 28px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar tbody td {
	font-size: 12px;
	padding: 5px;
}

.widget_calendar a {
	display: block;
}

.widget_calendar #prev a,
.widget_calendar #next a {
	padding: 0 15px;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #next {
	text-align: right;
}

/** Featured Posts Widget */
.widget_brisk_featured_posts .hentry:last-child,
.widget_brisk_featured_posts .entry-header {
	margin-bottom: 0;
}

/** Recent Posts Widget */
.widget_recent_entries li {
	padding: 16px 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top: 0;
}

.widget_recent_entries .widget-title {
	display: none;
}

.widget_recent_entries a {
	font: 16px/21px "Sintony", Helvetica, sans-serif;
}

.widget_recent_entries .post-date {
	font: 400 13px "Montserrat", Helvetica, sans-serif;
	margin-top: 4px;
	display: block;
}

/** Content Preview */
.widget-area .content-count {
	display: none;
}

/** Text Widget */
.textwidget p {
	font: 13px/18px "Montserrat", Helvetica, sans-serif;
}

/** Misc */
.widget > select {
	margin: 28px;
	width: auto;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	margin-top: 40px;
	padding: 19px 0;
	background: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 84px;
}

.site-info {
	float: left;
}

.footer-navigation {
	float: right;
}

.footer-navigation .nav-menu {
	margin-top: 13px;
}

.footer-navigation .nav-menu li {
	margin-right: 0;
	margin-left: 25px;
}

.footer-navigation .nav-menu li a {
	padding: 0;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 990px) and (min-width:665px) {
	.site-main, 
	.container {
		width: 92%;
	}

	.site-main {
		margin-top: 4%;
	}

	.site-header .container {
		width: 100%;
	}

	.site-header-main {
		width: 60%;
		margin-left: 4%;
	}

	.site-header-search {
		margin-right: 4%;
		width: 32%;
	}

	.site-header-secondary {
		width: 36%;
		left: auto;
		right: 0;
	}

	.site-main,
	.container {
		width: 92%;
	}

	.site-main {
		margin-top: 4%;
	}

	.content-area {
		width: 62%;
	}

	.widget-area {
		width: 35%;
	}
}

@media (max-width: 665px) {
	.site-main,
	.container {
		width: 90%;
	}

	.site-header-main,
	.content-area {
		width: 100%;
	}

	.site-header-primary,
	.site-header-secondary,
	.site-header-search,
	.social-profiles,
	.site-secondary-menu-toggle em,
	#content-preview,
	.footer-navigation,
	.widget_brisk_featured_posts .entry-thumbnail,
	.hentry.small .entry-header .entry-meta {
		display: none;
	}

	.navbar #searchform,
	.navbar .site-secondary-menu-toggle {
		display: block;
	}

	.main-navigation,
	.navbar .site-secondary-menu-toggle,
	.content-area {
		float: none;
	}

	.site-secondary-menu-toggle {
		margin-right: 0;
	}

	.site-header-main,
	.site-header.secondary-opened .site-header-main {
		border-right-color: transparent !important;
	}

	.navbar {
		text-align: center;
		padding: 5% 0;
		background: #eff0f0;
		border-bottom: 0;
		position: absolute;
		z-index: 5;
		width: 100%;
		opacity: 0;
		-webkit-transform: translate(0, -300%);
		-moz-transform:    translate(0, -300%);
		-ms-transform:     translate(0, -300%);
		transform:         translate(0, -300%);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition:    -moz-transform 0.3s, opacity 0.3s;
		-o-transition:      -o-transform 0.3s, opacity 0.3s;
		transition:         transform 0.3s, opacity 0.3s;
	}

	.navbar.secondary-opened {
		box-shadow: 0 10px 30px #eff0f0;
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform:    translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	ul.nav-menu,
	div.nav-menu ul {
		margin: 0;
		padding: 5% 0;
	}

	.nav-menu li {
		text-align: center;
		border-bottom: 1px solid #dcdfe0;
		display: block;
		margin-right: 0;
	}

	.nav-menu li a {
		font: 20px "Doppio One", Helvetica, sans-serif;
		padding: 12px 0;
		display: block;
	}

	.nav-menu li a:hover {
		text-decoration: none;
	}

	ul.nav-menu li:hover > ul,
	.nav-menu ul li:hover > ul {
		display: none;
	}

	.navbar.secondary-opened .site-secondary-menu-toggle i {
		background: #eff0f0;
	}

	.navbar .site-secondary-menu-toggle {
		margin-top: 0;
	}

	.site-main {
		margin-top: 5%;
	}

	.widget-area {
		margin-top: 40px;
		width: 100%;
		float: none;
	}

	.widget_brisk_featured_posts .hentry.small .entry-title {
		padding: 28px;
	}

	.nav-links a {
		font-size: 0;
	}
}

@media (max-width: 449px) {
	.entry-title {
		font-size: 20px;
		line-height: 28px;
	}

	.hentry.has-thumbnail .entry-category {
		display: none;
	}

	.hentry.has-thumbnail .terms {
		display: block;
	}
}