/*
Theme Name: Markus
Theme URI: http://preview.singularform.com/wp/markus
Description: A simple and beautiful theme for your blog. <a href="https://singularform.com">View more products on singularform.com</a>.
Author: Singularform
Author URI: https://singularform.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: markus
*/


/* Table of Content
 ==================================================
 #Reset
 #General Styles
 #Site Structures
 #Forms
 #Elements
 #Plugins and Widgets
 #Responsive
*/



/* #Reset
================================================== */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}







/* #General Styles
================================================== */
*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	background: #fff;
	color: #050505;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.8;
}

@-moz-document url-prefix() { 
	body {
		font-weight: 300;
	}
}

a {
	color: #050505;
	font-weight: 600;
	text-decoration: none;
	transition: .2s all;
}

a:hover {}

h1, h2, h3, h4, h5, h6 {
	color: #050505;
	font-family: 'Poppins', serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 1em;
}

h4, h5, h6 {
	letter-spacing: 0.5px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.125em;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

address {
	font-style: italic;
}

p,
address,
dl,
pre,
table {
	margin-bottom: 1.6em;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 1.6em 1.6em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

.children {
	margin-top: 0.8em;
}

li {
	margin-bottom: 0.8em;
}

img {
	height: auto;
	max-width: 100%;
}

img.border {
	border: 1px solid #eee;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

form {
	margin-bottom: 0;
}

code, 
kbd,
tt,
pre {
	background: #eaeaea;
	box-sizing: border-box;
	color: #050505;
	display: inline-block;
	font-family: Courier, serif;
	font-size: 1em;
	padding: 0 6px;
}

pre {
	box-sizing: border-box;
	overflow: auto;
	padding: 12px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	width: 100%;
}

sub {
	font-size: x-small;
	vertical-align: sub;
}

sup {
	font-size: x-small;
	vertical-align: super;
}

q,
var {
	font-style: italic;
}

table {
	border: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table th {
	background: #f1f1f1;
	font-size: 1em;
	font-weight: bold;
}

table th,
table td {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 1.2em;
	text-align: left;
	vertical-align: middle;
}

table tr:hover {
	background: #f8f8f8;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

abbr,
acronym {
	text-transform: uppercase;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
}

blockquote {
	font-size: 1.2em;
	font-weight: 400;
	margin: 1em 0 2.4em;
	text-align: left;
}

blockquote::before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 2.4em;
	font-style: normal;
	font-weight: 900;
	opacity: 0.2;
}

blockquote p:first-child {
	margin-top: -3.4em;
}

blockquote p {
	margin-bottom: 1em;
	margin-left: 4em;
}

blockquote cite {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 1em;
	text-transform: uppercase;
}

blockquote cite::before {
	content: '―';
	padding-right: 6px;
}

mark {
	background: inherit;
	color: inherit;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hidden {
	display: none !important;
}

.no-opacity {
	opacity: 0 !important;
}

.content-margin-top {
	margin-top: 4.7%; /* 90/1900 */
}

.no-padding,
.no-padding .section-content {
	padding: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.grayscale {
	-webkit-filter: grayscale(100%) opacity(.4);
	filter: grayscale(100%) opacity(.4);
}

.blur {
	-webkit-filter: blur(3px) opacity(.4);
	filter: blur(3px) opacity(.4);
}

.blur-grayscale {
	-webkit-filter: blur(3px) grayscale(100%) opacity(.4);
	filter: blur(3px) grayscale(100%) opacity(.4);
}

.display-opacity {
	opacity: 1 !important;
}

.less-opacity {
	opacity: 0.4;
}

.no-border {
	border: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.full-screen-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.no-bg {
	background: none !important;
}



/*** WP Required CSS ***/
.alignleft {
	float: left;
	margin: 0 1.6em 0.8em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.8em 1.6em;
}

.aligncenter {
	float: none;
	margin: auto;
	text-align: center;
}

img.aligncenter {
	display: block;
}

.bypostauthor {
	width: auto;
}

/* This class is used with WP 'figure' tags */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption-text,
.gallery-item .gallery-caption {
	font-size: 0.916em; /* 11/12 */
	font-style: italic;
	letter-spacing: 0.1px;
	margin-top: 0.2em;
	text-align: center;
}

.wp-caption-text {
	font-size: 0.917em; /* 11/12 */
	margin-top: 0.2em;
}

.says, /* .says class is used in the post comments */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.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;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

.sticky .post-title::before {
	content: '\f08d';
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.8em;
}



/* #Site Structures
================================================== */
body {
	padding: 4.6% 0 0; /* 90/1920 */
}

.content-width {
	margin: auto;
	width: 1200px;
}

#header-container {
	margin-bottom: 3.3%; /* 65/1920 */
	position: relative;
}

.logo-wrapper {
	display: inline-block;
}

.site-title-heading,
.site-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.tagline {
	display: inline-block;
	font-style: italic;
	margin-left: 7%; /* 90/1200 */
}



/*** Menu ***/
.site-menu {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.menu-style {
	letter-spacing: 1.5px;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

.menu-style li {
	display: inline;
	margin: 0 1.6em 0 0;
	padding-bottom: 15px;
	position: relative;
}

.menu-style li:last-child {
	margin-right: 0;
}

.menu-style a {
	font-weight: 600;
}

@-moz-document url-prefix() { 
	.menu-style a {
		font-weight: 500;
	}
}

.menu-style > .current_page_item::before,
.menu-style > .current-menu-item::before,
.menu-style > .current-menu-parent::before,
.menu-style > .current-menu-ancestor::before {
	content: '\2014' !important;
	font-weight: 600;
	margin-right: 0.83em;
}


.sub-menu,
.menu-list .children {
	background: #050505;
	box-sizing: border-box;
	display: none;
	font-style: normal;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 2.27em 0;
	position: absolute;
	top: 2.2em;
	left: -40px;
	text-transform: none;
	text-align: left;
	width: 16em;
	z-index: 99;
}

.sub-menu li,
.menu-list .children li {
	left: 0;
	display: block;
	margin: 0 0 0.6em;
	padding: 0 4em 0 3em;
	position: relative;
}

.menu-list .sub-menu a,
.menu-list .children a {
	display: block !important;
	color: #fff;
	font-weight: 400;
}

.sub-menu .sub-menu,
.menu-list > li > .children .children {
	background: #333;
	left: 75%;
	top: -2.27em;
}




/*** Mobile Menu ***/
.slicknav_menu {
	box-sizing: border-box;
	display: none;
	letter-spacing: 1.5px;
}

.slicknav_menu * {
	box-sizing: border-box;
}
	
.slicknav_menu .slicknav_menutxt {}

.slicknav_btn {
	display: inline-block;
 	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em; 
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.45em;
}

.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: '';
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #050505;
	display: block;
	width: 1em;
	height: 2px;
}

.slicknav_menu:before {
	content: ' ';
	display: table;
}

.slicknav_menu:after {
	content: ' ';
	display: table;
	clear: both;
}

.slicknav_nav {
	background: #f7f7f7;
	padding: 0.5em 3em;
	list-style: none;
	overflow: hidden;
	text-align: left;
	margin: 1em auto;
	width: 320px;
}

.slicknav_nav ul {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav li {
	display: block;
	border-bottom: 1px solid #a7a7a7;
	margin: 0;
	padding: 0.5em 0;
}

.slicknav_nav li:last-child {
	border: 0;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block;
	text-decoration: none;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .sub-menu {
	background: none;
	position: static;
	width: auto;
}



/*** Search Button and Panel ***/
.search-icon-button {
	display: none;
	font-size: 0.9em;
}

#search-panel-wrapper .search-submit {
	display: none;
	float: none;
}

#search-panel-wrapper {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	display: none;
	font-size: 5em;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#inner-search-panel {
	height: 100%;
	position: relative;
	width: 100%;
}

#search-close-button {
	color: #050505;
	font-size: 1em;
	line-height: 0;
	position: absolute;
	right: 10%;
	top: 10%;
}

#search-panel-wrapper .search-form {
	text-align: center;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
}

#search-panel-wrapper .search-field {
	background: none;
	border: 0;
	border-bottom: 1px solid;
	font-size: 1em;
	font-weight: 300;
	padding: 0;
	text-align: center;
	width: 80%;
}



/*** Content Area ***/
main {
	font-size: 12px; /* base font size for content area */
}

#main-container {
	margin-bottom: 4.6%; /* 90/1920 */
	vertical-align: top;
}

#content-container {
	float: left;
	width: 67.1%; /* 805/1200 */
}

#content-container.no-sidebar {
	float: none;
	width: 100%;
}



/* Blog Posts */
.post-item,
.search-results #content-container .post-item {
	box-sizing: border-box;
	background: #f7f7f7;
	border: 0;
	margin-bottom: 5.6%; /* 45/805 */
	padding: 0;
	position: relative;
}

.has-padding {
	padding: 4.8%; /* ~40/805 */
}

.portrait.has-padding {
	padding-right: 0;
}

.post-image {
	position: relative;
}

.post-image img {
	display: block;
}

.portrait .post-image {
	float: left;
	width: 56.6%;
}

.portrait.has-padding .post-image {
	width: 54.4%;
}



.post-intro {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 auto 2em;
}

.post-title.has-intro {
	margin-bottom: 1.2em;
}

.post-intro::after {
	padding-bottom: 1.4em;
}



.post-content-container,
.content-section-wrapper,
.search-results #content-container .post-content-container {
	box-sizing: border-box;
	padding: 6.8% 9.9% 8%; /* 55,80/805 */
}

.has-padding .post-content-container {
	padding: 6.8% 5.6% 3.8%;
}

.blog .portrait .post-content-container,
.archive .portrait .post-content-container {
	float: left;
	padding: 8% 6.2%; /* 65,50/805 */
	width: 43.3%;
}

.portrait.has-padding .post-content-container {
	padding-left: 6.5%;
	padding-right: 6.5%;
	width: 45.6%;
}

.no-featured-image .post-content-container {
	float: none;
	padding-top: 10%;
	width: auto;
}



.single .post-content {
	margin-bottom: 8%;
}



.no-sidebar .has-padding {
	padding: 3.3%; /* 40/1200 */
}

.no-sidebar .post-content-container,
.inner-content-section-wrapper,
.search-results #content-container .no-featured-image .post-content-container,
.search-results #content-container .top-section .post-content-container {
	float: none;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	max-width: 645px;
}

.search-results #content-container .post-content-container {
	max-width: none;
}



.post-title,
.search-results .post-item .post-title {
	font-size: 1.5em; /* 18/12 */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single .post-title,
.page .post-title,
.no-sidebar .post-title {
	font-size: 1.83em; /* 22/12 */
}

.post-title a {
	font-weight: 600;
}

.more-link-wrapper {
	margin-top: 40px;
}

.more-icon {
	margin-left: 8px;
	vertical-align: middle;
}



.post-meta-wrapper {
	box-sizing: border-box;
	background: #050505;
	display: inline-block;
	font-size: 0.83em; /* 10/12 */
	letter-spacing: 2px;
	overflow: hidden;
	padding: 1.5em 4em;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	text-transform: uppercase;
}

.no-featured-image .post-meta-wrapper {
	left: auto;
	right: 15px;
}

.post-image .post-meta-wrapper {
	bottom: 15px;
	top: auto;
}

.single .post-image .post-meta-wrapper {
	left: auto;
	right: 15px;
}

.post-meta-wrapper,
.post-meta-wrapper a,
.post-meta li::after {
	color: #fff;
	font-weight: 400;
}

.post-meta {
	list-style: none;
	margin: 0;
}

.post-meta li {
	display: inline-block;
	margin: 0;
}

.post-meta li::after {
	content: '/';
	margin: 0 8px;
}

.post-meta li:last-child::after {
	display: none;
}

.post-categories-tags-wrapper {
	clear: both;
	margin-top: 8%;
}

.meta-others {
	font-style: italic;
	left: 0;
	overflow: hidden;
}

.meta-others .meta-title::after,
.meta-others li::after,
.single .meta-others li::after {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

.meta-others .meta-title::after {
	content: ':';
}

.meta-others li::after {
	content: ',';
	margin: 0 5px 0 0;
}

.meta-others a {
	font-weight: 600;
}

.content-section-wrapper {
	background-color: #f7f7f7;
}

.author-info a {
	/*color: #050505;*/
}



/*** Comments ***/
#comments {
	margin-top: 5.6%;
}

.comment-reply-title {
	font-size: 1.14em; /* 16/14 */
	font-weight: 700;
	margin-top: -4px;
}

#cancel-comment-reply-link {
	color: #050505;
	float: right;
	font-size: 0.8em; /* 11/16 */
	font-weight: 400;
	letter-spacing: inherit;
	margin-top: 0.45em; /* 5/11 */
}

.comment-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 6%;
}

.comment-list .comment {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
}

.comment-body {
	box-sizing: border-box;
	padding: 2em 0;
}

.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.comment-author-avatar {
	float: left;
	margin-right: 3.6%;
	width: 16%;
}

.comment-content-wrapper {
	float: left;
	width: 80.4%;
}

.pingback .comment-content-wrapper {
	width: 100%;
}

.comment-meta a {
	border: 0;
	font-weight: 400;
	padding-bottom: 0;
}

.comment-author,
.comment-author a {
	font-weight: 600;
	margin-bottom: 3px;
}

.comment-date {
	font-size: 0.83em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-date a {
	font-weight: 400 !important;
}

.comment-content {
	margin: 1em 0;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-edit-link {
	float: right;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.comment-content:last-child p {
	margin-bottom: 0;
}

.reply a {
	border: 1px solid !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	padding: 0.4em 0.9em;
}

#comments.no-comments .comment-respond {
	margin-top: 0;
}

p.no-comments {
	font-style: italic;
	margin-bottom: 0;
}

.comment-respond {
	box-sizing: border-box;
	/*border-top: 1px solid #a7a7a7;*/
	margin-top: 0;
	padding: 2em 0;
}

.no-comments .comment-respond {
	border: 0;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	width: 100%;
}

.form-submit {
	margin-bottom: 0;
}

.comment-navigation,
.comments-pagination {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 1.8em 1em;
	text-transform: uppercase;
	text-align: center;
}

.comments-pagination .current {
	color: #333;
}

.comments-pagination .page-numbers {
	margin: 0 0.2em;
}

.comment-navigation {
	font-size: 12px;
	padding: 1.8em 0;
	text-align: left;
}

.comment-navigation a {
	font-weight: 600;
	padding: 0.6em 0.8em;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	margin: 0;
}

.comment-navigation .nav-previous {
	float: right;
	text-align: right;
}

.comment-navigation .nav-next {
	float: none;
}

.comment-navigation .nav-previous a::after,
.comment-navigation .nav-next a::before {
	font-family: 'Font Awesome 5 Free';
}

.comment-navigation .nav-previous a::after {
	content: '\f061';
	margin-left: 6px;
}

.comment-navigation .nav-next a::before {
	content: '\f060';
	margin-right: 6px;
}

.comment-list .pingback {
	font-style: italic;
}


/*** Pagination ***/
.numbers-pagination,
.next-prev-pagination {
	margin-top: 2%;
}

.next-prev-pagination {
	font-size: 1.16em;
	letter-spacing: 2px;
	overflow: hidden;
	text-transform: uppercase;
}

.next-prev-pagination i {
	font-size: 1.2em;
}

.next-posts {
	float: right;
}

.next-posts i {
	margin-left: 10px
}

.prev-posts {
	float: left;
}

.prev-posts i {
	margin-right: 10px
}

.numbers-pagination,
.additional-link-button-wrapper {
	box-sizing: border-box;
	font-size: 1.33em;
	letter-spacing: 2px;
	margin-bottom: 1px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.numbers-pagination .current,
.numbers-pagination a {
	margin-left: -0.33em;
	padding: 0.66em 0.66em;
}

.numbers-pagination .current::after,
.numbers-pagination a::after {
	font-weight: 400;
}

.numbers-pagination .current:last-child::after,
.numbers-pagination a:last-child::after {
	content: '';
}

.numbers-pagination,
.numbers-pagination a,
.next-prev-pagination,
.next-prev-pagination a {
	font-weight: 600;
}

.numbers-pagination .current {
	opacity: 0.7;
}

.numbers-pagination .next,
.numbers-pagination .prev {
	font-size: 1.2em;
	vertical-align: middle;
}

.numbers-pagination .next {
	padding-right: 0;
}

.numbers-pagination .prev {
	padding-left: 0;
}

.numbers-pagination a:first-child,
.numbers-pagination .current:first-child {
	margin-left: -15px;
}

.blog-list .numbers-pagination .current:first-child {
	margin-left: -4px;
}

/*** Post Pagination ***/
.page-links {
	clear: both;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-links > span {
	margin: 0 8px;
}

.page-links > span:first-child {
	margin: 0;
}

.page-links a {
	margin: 0 6px;
}



/*** Post Navigation ***/
.next-prev-post-navigation {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 5.6%;
	position: relative;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
}

.nav-post-image {
	width: 18.3%;
}

.nav-previous .nav-post-image {
	float: left;
	margin-right: 5.6%;
}

.nav-next .nav-post-image {
	float: right;
	margin-left: 5.6%;
}

.nav-post-image img {
	display: block;
	max-width: 100%;
}

.no-sidebar .nav-post-image img {
	/*max-width: 90px;*/
}

.nav-title-group {
	width: 76.1%;
}

.nav-previous .nav-title-group {
	float: left;
}

.nav-next .nav-title-group {
	float: right;
	text-align: right;
}

.nav-title {
	font-size: 1.33em; /* 16/12 */
	line-height: 1.6;
}

.nav-subtitle {
	display: block;
	font-size: 0.83em; /* 10/12 */
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav-next .nav-subtitle {
	text-align: right;
}



/*** Search ***/
.search-results article.post-item {
	margin-bottom: 6%;
	overflow: hidden;
}

.search-results article .post-image {
	background-size: cover !important;
	float: left;
	min-height: 0;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 30%;
}

.search-results .no-sidebar article .post-image {
	height: 350px;
}

.search-results article .post-content-container {
	box-sizing: border-box;
	float: left;
	width: 70%;
}

.search-results .no-featured-image .post-content-container {
	width: 100%;
}

.search-results article .post-title {
	margin-bottom: 0.4em;
	text-align: left;
}

.search-results .post-title::after {
	display: none;
}

.search-results article .post-content-container.no-featured-image {
	width: 100%;
}

.search-results article .post-content-wrapper {
	margin-bottom: 0;
}



/*** Archive ***/
.archive .top-section {
	text-align: center;
}

.archive .top-section .post-title {
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.archive .top-section .post-title:last-child {
	margin-bottom: 0;
}



/*** Copyright & Social Icons ***/
.copyright-social-wrapper {
	box-sizing: border-box;
	background: #050505;
	color: #fff;
	overflow: hidden;
	padding: 2% 0; /* 40/1920 */
}

.copyright-social-wrapper a {
	color: #fff;
}

.copyright {
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
}



.social-icon-wrapper {
	float: right;
	margin-top: -3px;
	text-align: right;
}

.social-icons {
	font-size: 16px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.social-icons a {
	border: 0;
	font-weight: 400;
	padding: 0;
}

.social-icons li {
	margin-left: 15px;
	display: inline;
}

.social-icons li:first-child {
	margin-left: 0;
}



/* #Forms
================================================== */
input,
textarea,
button,
select {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0.6em;
	max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
select {
	border: 1px solid #ccc;
	transition: border-color .2s;
}

input:focus,
textarea:focus {
}

/* Ignore default styles when viewing on Safari */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
input[type="button"],
input[type="submit"],
.post-item .button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: inherit;
}

select {
	min-width: 100px;
}

input[type="button"],
input[type="submit"],
button,
a.button,
.post-item .button {
	background: #050505;
	border: 0;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 0.6em 2em;
	transition: background .2s;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
a.button:hover {
	
}

.dummy-sub-form input,
.widget_search input[type="search"] {
	margin-bottom: 1.625em;
}

.search-field {
	width: 60%;
}

.widget-item .search-field {
	display: block;
	margin: 0 0 1.6em;
	width: 90%;
}

.search-results .search-form {
	margin-top: 12px;
}

.comment-form-cookies-consent input {
	margin: 0 0.6em 0 0;
	vertical-align: middle;
}

.comment-form-cookies-consent label {
	display: inline-block;
}



/* #Elements
================================================== */
.video-wrapper {
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding: 0;
	padding-bottom: 56.25% !important; /* 16:9 ratio*/
}

.video-wrapper:last-child {
	margin-bottom: 0;
}

.video-wrapper iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/*** WP Gallery ***/
.gallery {
	margin-bottom: 1.625em;
}

.gallery-item {
	display: inline-block;
	margin-bottom: 1.6em;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	border: 0;
}

.gallery-icon {
	line-height: 0;
}

.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%;
}



/* #Plugins and Widgets
================================================== */
/* Sidebar */
#sidebar-container {
	box-sizing: border-box;
	background: #f7f7f7;
	float: left;
	line-height: 1.8;
	margin-left: 3.75%; /* 45/1200 */
	padding: 5.3%; /* 65/1200 */
	width: 29.1%; /* 350/1200 */
}

.widget-title {
	font-size: 1.16em; /* 14/12 */
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 1.6em;
	position: relative;
	text-transform: uppercase;
}

@-moz-document url-prefix() { 
	.widget-title {
		font-weight: 500;
	}
}

.widget-item {
	margin-bottom: 29.5%;
}



/* Footer */
.footer-widget-area {
	background: #efefef;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: auto;
	padding: 4% 0 0%; /* 105/1920 */
}

.footer-widget-area a {
	border: 0;
	padding: 0;
}
	
.widget-column {
	float: left;
	margin-bottom: 0;
	margin-right: 3.8%;
}

.widget-column:last-child {
	margin-right: 0;
}

.widget-item li:last-child,
.widget-item table:last-child {
	margin-bottom: 0;
}

/* 1 column */
.footer-widget-area .widget-item {
	margin-bottom: 8%;
	max-width: 100%;
}

.widget-item:last-child {
	/*margin-bottom: 0 !important;*/
}

/* 2 columns */
.w6.widget-column {
	width: 47.8%; 
}

.w6 .widget-item {
	margin-bottom: 15%;
}

/* 3 columns */
.w4.widget-column {
	width: 30.4%;
}

.w4 .widget-item {
	margin-bottom: 24%;
}

/* 4 columns */
.w3.widget-column {
	width: 21.7%; 
}

.w3 .widget-item {
	margin-bottom: 36%;
}

.footer-widget-area .widget-title {
	margin-bottom: 2.6em;
}

.footer-widget-area .widget-title::after {
	border-top: 1px solid;
	content: '';
	opacity: 0.3;
	position: absolute;
	left: 0;
	bottom: -1.2em;
	width: 50px;
}

.footer-widget-area .widget-title > a {
	border: 0;
	padding: 0;
}



/*** WP Widgets ***/
.widget_categories > ul,
.widget_archive > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_comments > ul,
.widget_rss > ul,
.widget_nav_menu .menu {
	list-style: none;
	margin: 0;
}

.widget_categories li,
.widget_archive li {
	border-bottom: 1px solid #a7a7a7;
	overflow: hidden;
	padding-bottom: 10px;
}

.widget_categories li:last-child,
.widget_archive li:last-child {
	border: 0;
}

.widget_categories .children,
.widget_categories .children .cat-item {
	border: 0;
	margin-bottom: 0;
}

.sf-post-count {
	background: #050505;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	float: right;
	width: 1.8em;
	text-align: center;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	padding-top: 5px;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li {
	margin-bottom: 0.8em;
}

.widget_recent_entries .post-date,
.rpwwt-post-date {
	color: #666;
	display: block;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: 4px;
}

.w3 .widget_search .search-field {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0;
	text-align: center;
}



/*** Contact Form 7 ***/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	display: block;
}

.wpcf7 .wpcf7-textarea {
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
}

#content-container .wpcf7-not-valid {
	border-color: red;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	border: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
	color: red;
	margin-top: 6px;
	width: 100%;
}

div.wpcf7-response-output {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.wpcf7-validation-errors {
	color: red;
}

div.wpcf7-mail-sent-ok {
	color: green;
}



/* #Responsive
================================================== */
@media only screen and (max-width: 1300px) {
	
	.content-width {
		width: 1000px;
	}
	
}

@media only screen and (max-width: 1100px) {
	
	.content-width {
		width: 950px;
	}
	
}

@media only screen and (max-width: 1000px) {

	.content-width {
		width: 90%;
	}

	#content-container,
	#sidebar-container {
		float: none;
		width: 100%;
	}

	#content-container {
		margin-bottom: 10%;
	}

	#sidebar-container {
		margin: 0 auto 10%;
		padding: 60px;
		width: 350px;
	}

	#header-container {
		text-align: center;
	}

	.logo-tagline-wrapper {
		margin-bottom: 3%;
	}

	.logo-wrapper,
	.tagline {
		display: block;
		margin: auto;
	}

	.site-menu {
		margin-bottom: 5%;
		position: static;
	}

	.no-sidebar .post-content-container,
	.search-results #content-container .no-featured-image .post-content-container, 
	.search-results #content-container .top-section .post-content-container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-widget-area {
		padding: 8% 0 1%;
	}

	.footer-widget-area .widget-column {
		float: none;
		width: 100%;
	}

	.footer-widget-area .widget-item {
		margin-bottom: 12% !important;
	}
	
	.copyright-social-wrapper {
		text-align: center;
	}

	.copyright {
		margin-bottom: 1em;
	}
	
	.copyright,
	.social-icon-wrapper {
		float: none;
		text-align: center;
	}
	
}

@media only screen and (max-width: 850px) {
	
	#search-panel-wrapper .search-form {
		top: 30%;
	}
	
	#search-panel-wrapper {
		font-size: 4em;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.slicknav_menu {
		display: block;
	}
	
	.menu-list {
		display: none;
	}
	
	#content-container .portrait .post-image {
		float: none;
		margin: auto;
		max-width: 455px;
		width: 100%;
	}

	.blog .portrait .post-content-container, 
	.archive .portrait .post-content-container {
		float: none;
		padding: 6.8% 9.9% 8%;
		width: 100%;
	}
	
	.portrait.has-padding {
		padding-right: 4.8%;
	}

	#content-container .has-padding .post-content-container {
		padding: 6.8% 5.6% 3.8%;
	}
	
	.post-meta-wrapper {
		letter-spacing: 1px;
		padding: 1em 1.5em;
	}
	
	.post-meta li::after {
		margin: 0 3px;
	}
	
	.no-featured-image .post-content-container {
		padding-top: 17%;
	}
	
	.no-sidebar .has-padding {
		padding: 4.8%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.nav-previous,
	.nav-next {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.nav-previous {
		margin-bottom: 4%;
	}

	.nav-next {
		margin-top: 4%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#search-panel-wrapper {
		font-size: 3em;
	}
	
	#search-panel-wrapper .search-field {
		font-size: 0.7em;
	}
	
	.search-results article .post-image {
		display: none;
	}

	.search-results article .post-content-container {
		float: none;
		width: 100%;
	}
	
}

@media only screen and (max-width: 400px) {

	#search-panel-wrapper .search-field {
		font-size: 0.6em;
	}
	
	.comment-author-avatar {
		display: none;
	}

	.comment-content-wrapper {
		width: 100%;
	}

	blockquote {
		font-style: italic;
		margin-left: 0;
	}
	
	blockquote::before {
		display: none;
	}
	
	blockquote p {
		margin-left: 0;
	}
	
	blockquote p:first-child {
		margin-top: 0;
	}
	
	#sidebar-container {
		padding: 15px;
		width: 100%;
	}
	
	.no-featured-image .post-content-container {
		padding-top: 15px;
	}
	
	.no-featured-image .post-meta-wrapper {
		margin-bottom: 15px;
		position: static;
	}
	
}