/*
Theme Name: Semplice
Theme URI: http://www.semplice.sculptureqode.com/
Description: An Elegant Personal WordPress Blogging Theme
Author: Sculpture Qode
Author URI: http://www.sculptureqode.com
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
Version: 2.4.1
License: GNU General Public License
License URI: license.txt
Text Domain: sq
*/

@font-face {
	font-family: 'wallowsregular';
	src: url('fonts/wallows-webfont.woff2') format('woff2'),
		url('fonts/wallows-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Elements
*********************************************/

html {
	box-sizing: border-box;
}

*,
:before,
:after {
	box-sizing: inherit;
}

body {
	background: #f5f5f5;
}

body#tinymce {
	background: #ffffff;
}

blockquote,
q {
	quotes: '' '';
	font-style: italic;
}

hr {
	background-color: #e2e2e2;
	border: 0;
	height: 1px;
	margin: 40px 0;
}

a {
	text-decoration: none;
	transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
}

ul,
ol,
dl {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 22px;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

li > ul,
li > ol,
dt > dl {
	margin: 5px 0 5px 40px;
	margin-left: 30px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 20px 20px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table tbody tr:nth-of-type(odd) {
	background-color: #f6f6f6;
}

td,
th {
	padding: 20px 10px;
	text-align: left;
}

th {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
}

tfoot tr td {
	padding: 15px 0;
}

/* Typography
*********************************************/

body,
button,
input,
select,
textarea {
	color: #6b6b6b;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
	color: #231f20;
	letter-spacing: 2px;
	line-height: 32px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	line-height: 22px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 14px;
}

a {
	color: #f5908a;
}

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

blockquote {
	margin: 30px 0 30px 0;
	font-style: italic;
	padding: 0 0 0 20px;
	border-left: solid 4px #f5908a;
}

blockquote p {
	font-size: 16px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

cite {
	color: #bababa;
	line-height: 40px;
	display: block;
}

address {
	margin: 0 0 20px;
	line-height: 24px;
}

pre {
	background-color: #f2f2f2;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	border-left: solid 4px #f5908a;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
}

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

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

big {
	font-size: 125%;
}

/* Media
*********************************************/

embed,
iframe,
object {
	max-width: 100%;
}

/* Video Containers
*********************************************/

.sq-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.sq-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Layout
*********************************************/

.sq-container {
	position: relative;
	margin: 0 auto;
	width: 1140px;
}

#sq-content-container {
	margin-top: 60px;
	margin-bottom: 60px;
}
.sq-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sq-content-wrapper--sidebar-left {
	flex-direction: row-reverse;
}
.sq-content {
	width: 65%;
}

.sq-content-full {
	width: 100%;
}

.sq-sidebar {
	margin-right: 0;
	width: 30%;
	position: static;
	top: 30px;
}

.sq-boxed {
	background: #ffffff;
	padding: 36px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Galleries
*********************************************/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
}

.gallery-item img {
	margin-bottom: 0 !important;
}

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

/* Captions
*********************************************/

.wp-caption,
.wp-caption-text {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text,
.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	background: #f2f2f2;
}

/* Alignments
*********************************************/

.alignnone {
	margin: 0 0 20px 0;
}

.alignleft {
	float: left;
	margin: 10px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 10px 0 20px 20px;
}

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

/* Screen Reader Text
*********************************************/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Overlay
*********************************************/

.sq-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.3;
}

/* Forms
*********************************************/

.sq-button,
input[type='submit'] {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	border: solid 1px #cacaca;
	text-transform: uppercase;
	background: none;
	color: #231f20;
	padding: 12px 28px;
	display: inline-block;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-webkit-appearance: none;
}

input {
	color: #616161;
	padding: 12px 10px 12px 10px;
	background: #ffffff;
	border: solid 1px #e6e6e6;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	width: 100%;
	padding: 10px;
	background: #ffffff;
	border: solid 1px #e6e6e6;
}

select {
	color: #616161;
	padding: 11px 10px;
	background-color: #ffffff;
	border: solid 1px #d3d3d3;
	width: 100%;
	font-family: 'Libre Baskerville', serif;
	box-sizing: border-box;
	font-size: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('images/select-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 96%;
	background-size: 10px 6px;
	border-radius: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	select {
		background-image: url('images/select-arrow@2x.png');
		background-size: 12px 8px;
	}
}

/* Placeholders */

::-webkit-input-placeholder {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
}

::-moz-placeholder {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
}

::-moz-placeholder {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
}

::-ms-input-placeholder {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
}

/* Search Form */

.sq-search-form {
	position: relative;
}

.sq-search-form input[type='search'] {
	padding-right: 40px;
	width: 100%;
}

.sq-search-form .sq-search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background: none;
	color: #9e9e9e;
	padding: 0 15px 0 15px;
	font-size: 0.88rem
	text-align: center;
}

.sq-search-form .sq-search-submit:after {
	content: '\f002';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* Header
*********************************************/

#sq-header {
	position: relative;
}

#sq-header #sq-site-logo {
	position: relative;
	background: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#sq-header #sq-site-logo #sq-site-name {
	font-family: 'wallowsregular';
	font-size: 60px;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0;
	display: block;
	color: #231f20;
}

#sq-header #sq-site-logo #sq-site-description {
	font-size: 14px;
	text-transform: uppercase;
	color: #6b6b6b;
	margin-bottom: 0;
	font-family: 'Muli', sans-serif;
	letter-spacing: 2px;
}

#sq-header #sq-site-logo img {
	vertical-align: top;
}

/* Navigation
*********************************************/

#sq-header {
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

#sq-header #sq-main-nav {
}

#sq-header #sq-main-nav a {
	display: block;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #5f5f5f;
	letter-spacing: 1px;
}

#sq-header #sq-main-nav ul > li.menu-item-has-children,
#sq-header #sq-main-nav ul > li.page_item_has_children {
	padding-right: 20px;
}

#sq-header #sq-main-nav .current_page_item > a,
#sq-header #sq-main-nav .current-menu-parent > a,
#sq-header #sq-main-nav .current-menu-item > a,
#sq-header #sq-main-nav .current_page_ancestor > a {
	color: #f5908a;
}

#sq-header #sq-main-nav ul ul .current_page_item > a,
#sq-header #sq-main-nav ul ul .current-menu-parent > a,
#sq-header #sq-main-nav ul ul .current-menu-item > a,
#sq-header #sq-main-nav ul ul .current_page_ancestor > a {
	color: #ffffff;
}

#sq-header #sq-main-nav li {
	display: inline-block;
	position: relative;
	margin: 0 16px 0 16px;
}

#sq-header #sq-main-nav li:hover > a {
	color: #f5908a;
}

#sq-header #sq-main-nav ul ul li:hover > a {
	color: #ffffff;
}

#sq-header #sq-main-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#sq-header #sq-main-nav ul {
	line-height: 80px;
}

#sq-header #sq-main-nav ul li.menu-item-has-children:before,
#sq-header #sq-main-nav ul li.page_item_has_children:before {
	position: absolute;
	top: 40px;
	right: 0;
	content: '\f107';
	font-size: 16px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sq-header #sq-main-nav ul li:hover > ul {
	display: block;
}

#sq-header #sq-main-nav ul ul {
	position: absolute;
	z-index: 99999;
	line-height: normal;
	display: none;
}

#sq-header #sq-main-nav ul ul > li.menu-item-has-children:before,
#sq-header #sq-main-nav ul ul > li.page_item_has_children:before {
	position: absolute;
	top: 46%;
	right: 20px;
	content: '\f105';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #ffffff;
}

#sq-header #sq-main-nav ul ul > li.menu-item-has-children,
#sq-header #sq-main-nav ul ul > li.page_item_has_children {
	padding-right: 15px;
}

#sq-header #sq-main-nav ul ul ul {
	display: none;
	left: 100%;
	padding-top: 0;
	top: 0;
}

#sq-header #sq-main-nav ul ul li {
	margin-left: 0;
	margin-right: 0;
	background-color: rgba(35, 31, 32, 0.8);
	padding: 6px 15px;
	text-align: left;
}

#sq-header #sq-main-nav ul ul li:last-of-type {
	border-bottom: none;
}

#sq-header #sq-main-nav ul ul li:hover > ul {
	display: block;
}

#sq-header #sq-main-nav ul ul a {
	width: 200px;
	color: #dbdbdb;
	line-height: 30px;
}

/* Toggle Search
*********************************************/

#sq-header #sq-toggle-search {
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 50px;
	text-align: right;
	cursor: pointer;
	color: #231f20;
	font-size: 1.1rem;
}

#sq-header .sq-search-form {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 260px;
	display: none;
}

#sq-header .sq-search-form input[type='search'] {
	line-height: 20px;
}

#sq-header .sq-search-form .sq-search-submit {
	line-height: 44px;
	width: 50px;
}

.sq-disabled-header-search .sq-social-links {
	right: 0;
}

/* Mobile Navigation
*********************************************/

#sq-toggle-mobile-nav {
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	display: none;
}

#sq-mobile-nav {
	background-color: #231f20;
	width: 100%;
	display: none;
	margin-bottom: 0;
}

#sq-mobile-nav a {
	display: block;
	width: 100%;
	padding: 8px 20px 8px 20px;
	border-bottom: solid 1px #383838;
	color: #ffffff;
}

#sq-mobile-nav ul {
	padding-left: 0;
	text-align: left;
}

#sq-mobile-nav li {
	margin-bottom: 0;
}

#sq-mobile-nav .sq-sub-menu {
	float: right;
	width: 42px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

#sq-mobile-nav div ul {
	width: 100%;
	margin-bottom: 0;
	list-style: none;
}

#sq-mobile-nav li ul {
	display: none;
	margin: 0;
}

#sq-mobile-nav li ul li a {
	padding-left: 40px;
}

/* Comment & Post Navigation
*********************************************/

.nav-links {
	text-align: center;
	margin-bottom: 30px;
}

.nav-links .nav-previous,
.nav-next {
	display: inline-block;
}

.nav-links a,
.comment-navigation a,
.post-navigation a {
	position: relative;
	display: inline-block;
	background: #ffffff;
	color: #3a3a3a;
	width: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}

.nav-links .current {
	background-color: #f5908a;
	color: #ffffff;
}

/* Pagination
*********************************************/

.sq-post-pagination {
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}

.sq-post-pagination a {
	color: #231f20;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Muli', sans-serif;
	letter-spacing: 2px;
}

.sq-post-pagination .sq-older {
	float: right;
}

.sq-post-pagination .sq-newer {
	float: left;
}

/* Social Icons
*********************************************/

.sq-social-links {
	position: absolute;
	top: 20px;
	left: 0;
	margin-bottom: 0;
}

.sq-social-links li {
	display: inline-block;
	font-size: 1rem;
}

.sq-social-links li a {
	line-height: 50px;
	padding: 4px;
	color: #231f20;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* Titles
*******************************************/

#sq-title-container {
	margin-bottom: 55px;
}

.sq-section-title,
.sq-page-title {
	font-size: 16px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sq-page-title {
	font-size: 20px;
	margin-bottom: 18px;
}

.sq-section-title span,
.sq-page-title span {
	background-color: #ffffff;
	padding: 0 14px 0 14px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.sq-page-title span {
	background-color: #f5f5f5;
}

.sq-section-title span:before,
.sq-page-title span:before {
	position: absolute;
	top: 50%;
	left: -80px;
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #e4e4e4;
}

.sq-section-title span:after,
.sq-page-title span:after {
	position: absolute;
	top: 50%;
	right: -80px;
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #e4e4e4;
}

#sq-title-container p {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
	line-height: 1;
}

/* Content Boxes
*******************************************/

#sq-content-box-container {
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 30px;
}

.sq-content-box {
	position: relative;
	overflow: hidden;
	float: left;
	width: 340px;
	margin-right: 20px;
}

.sq-content-box .sq-overlay {
	width: 100%;
	height: 100%;
	background: #f5908a;
	opacity: 0.6;
	display: none;
}

.sq-content-box:nth-of-type(3) {
	margin-right: 0;
}

.sq-content-box .sq-content-box-header {
	position: relative;
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sq-content-box .sq-content-box-content {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	z-index: 999;
	padding: 0 10%;
	display: none;
}

.sq-content-box .sq-content-box-content h4 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.sq-content-box-content .sq-border-box:hover {
	padding: 50px !important;
}

/* Posts
*********************************************/

.sq-post {
	margin-bottom: 30px;
}

.sq-post .sq-post-date {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	color: #a3a2a2;
	text-align: center;
}

.sq-post .sq-post-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 28px;
	text-align: center;
}

.sq-post .sq-post-title a {
	color: #3a3a3a;
}

.sq-post .sq-post-header {
	position: relative;
	height: auto;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.sq-post .sq-post-header .sq-post-gallery li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sq-post-categories a {
	position: relative;
	color: #f5908a;
}

.sq-post .sq-post-content {
	position: relative;
}

/* Post Meta */

.sq-post-meta {
	padding-top: 50px;
}

.sq-post-meta a {
	color: #a3a2a2;
}

.sq-post-meta li {
	font-family: 'Libre Baskerville', serif;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	color: #959595;
}

.sq-post-meta li:last-of-type {
	margin-right: 0;
}

.post-date {
	color: #959595;
	font-size: 11px;
}

/* Post Footer */

.sq-post .sq-post-footer {
	text-align: center;
	padding-top: 10px;
}

.sq-post .sq-post-footer .sq-post-meta {
	margin-bottom: 0;
}

.sq-post .sq-post-footer .sq-post-meta ul {
	margin-left: 0;
}

.sq-post .sq-post-footer .sq-post-meta li {
	display: inline-block;
}

.sq-post .sq-post-footer .sq-post-meta li a {
	color: #a3a2a2;
}

.sq-post .sq-post-footer .sq-post-meta li.sq-post-categories a {
	color: #f5908a;
}

.sq-post .sq-post-footer .sq-post-sharing-buttons {
	margin: 10px 0 0 0;
}

.sq-post .sq-post-footer .sq-post-sharing-buttons li {
	display: inline-block;
}

.sq-post .sq-post-footer .sq-post-sharing-buttons li i {
	font-size: 14px;
}

.sq-post .sq-post-footer .sq-post-sharing-buttons a {
	padding: 0 8px 0 8px;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #959595;
}

.sq-post .sq-post-footer .sq-post-sharing-buttons a span {
	font-size: 12px;
	margin-left: 6px;
}

.sq-post .sq-post-footer ul li .sq-read-more {
	color: #231f20;
	font-size: 11px;
}

/* List Post */

.sq-post-list {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.sq-post-list .sq-post-header {
	float: left;
	width: 200px;
	margin-bottom: 0;
}

.sq-post-list .sq-post-header img {
	border-radius: 100%;
}

.sq-post-list .sq-post-content {
	padding-left: 30px;
	overflow: hidden;
}

.sq-post-list .sq-post-content .sq-post-title,
.sq-post-list .sq-post-content .sq-post-date {
	text-align: left;
}

.sq-post-list .sq-post-content .sq-post-meta {
	padding-top: 0;
	line-height: 36px;
	text-align: right;
}

.sq-post-list .sq-post-content .sq-post-meta li:first-of-type {
	float: left;
}

.sq-post-list .sq-post-footer ul li {
	margin-right: 10px;
}

/* Regular Post */

.sq-post-regular .sq-post-footer ul li {
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid Post */

.sq-post-grid {
	line-height: normal;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.sq-post-grid > li {
	display: inline-block;

	vertical-align: top;
}

.sq-post-grid > li .sq-post {
	margin-bottom: 0;
}

.sq-post-grid .sq-post-footer ul li {
	margin-left: 10px;
	margin-right: 10px;
}

/* Centered Posts */

.sq-post-centered {
	width: 80%;
	margin: 0 auto;
}

/* Sticky Posts */

.sticky {
	display: block;
	position: relative;
}

.sticky .sq-post-meta:before {
	content: '\f005';
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-weight: 100;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 20px 0;
	color: #e4c005;
}

/* Single Posts */

.sq-single-post .sq-post-header {
	height: auto;
}

.sq-single-post .sq-post-footer .sq-post-meta {
	padding: 8px 0 7px 0;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	margin-bottom: 40px;
}

.sq-single-post .sq-post-footer .sq-post-meta li {
	margin: 0 10px 0 10px;
}

.sq-single-post .sq-post-footer .sq-post-meta .sq-sharing-buttons li {
	margin: 0 5px 0 5px;
}

.sq-single-post #sq-post-tags {
	text-align: center;
	padding: 20px 0 20px 0;
}

.sq-single-post #sq-post-tags a {
	border: solid 1px rgba(228, 228, 228, 1);
	font-weight: 500;
	color: #959595;
	display: inline-block;
	font-size: 10px;
	margin-right: 4px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	padding: 10px 20px;
}

.sq-single-post #sq-post-tags a:hover {
	color: #959595;
}

/* Related Posts */

.sq-related-posts {
	overflow: hidden;
	padding: 40px;
	margin-bottom: 30px;
	margin-bottom: 30px;
}

.sq-related-post {
	margin-bottom: 0;
	box-shadow: none;
	padding: 0 10px 0 10px;
}

.sq-related-post:nth-of-type(3) {
	margin-right: 0;
}

.sq-related-post .sq-post-header {
	margin-bottom: 10px;
}

.sq-related-post .sq-post-footer {
	margin-bottom: 0;
	text-align: left;
}

.sq-related-post .sq-post-meta {
	padding-top: 0;
	font-style: italic;
	color: #a3a2a2;
}

.sq-related-post .sq-post-title {
	margin-bottom: 4px;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

/* Author Card
*******************************************/

#sq-author-card {
	overflow: hidden;
	margin-top: 40px;
}

#sq-author-card .sq-author-avatar {
	float: left;
	margin-right: 40px;
}

#sq-author-card .sq-author-bio {
	overflow: hidden;
}

#sq-author-card .sq-author-bio h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

#sq-author-card .sq-author-bio a {
	color: #231f20;
}

#sq-author-card .sq-author-bio p {
	margin-bottom: 0;
}

#sq-author-card img {
	margin-bottom: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/* No Sidebar
*******************************************/

.sq-no-sidebar .sq-post-list .sq-post-header {
	width: 200px;
}

.sq-no-sidebar .sq-post-list .sq-post-content {
	width: 840px;
}

.sq-no-sidebar .sq-post-grid > li:nth-of-type(3n + 3) {
	margin-right: 0;
}

/* Centered Page
*******************************************/

.sq-page-centered {
	margin: 0 auto;
	width: 80%;
}

/* Comments
*********************************************/

.sq-comments {
	margin-top: 30px;
}

.sq-comments .sq-section-title a {
	color: #231f20;
}

.sq-comments ol {
	list-style: none;
	margin-bottom: 0;
}

.sq-comments ol ol {
	margin-left: 40px;
}

.sq-comments ol li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px rgba(228, 228, 228, 1);
	overflow: hidden;
}

.sq-comments > ol:first-of-type > li:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.sq-comments ol li .sq-comment-avatar {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.sq-comments ol li .sq-comment-avatar img {
	border-radius: 100%;
}

.sq-comments ol li .sq-comment-content {
	overflow: hidden;
}

.sq-comments ol li .sq-comment-content .comment-author {
	margin-bottom: 0;
	padding-top: 0 !important;
}

.sq-comments ol li .sq-comment-content .comment-author a {
	color: #3a3a3a;
}

.sq-comments ol li .sq-comment-content p:first-of-type {
	padding-top: 20px;
}

.sq-comments ol li .sq-comment-content p:last-of-type {
	margin-bottom: 0;
}

.sq-comments ol li .sq-comment-reply {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.sq-comments ol li .sq-comment-reply i {
	margin-right: 6px;
}

.sq-comments ol li .sq-comment-reply a {
	color: #231f20;
}

.sq-comments .comment-respond {
	padding-top: 20px;
}

.sq-comments #reply-title {
	position: relative;
}

.sq-comments .comment-reply-title small {
	float: right;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	text-transform: uppercase;
}

.sq-comments .sq-comment-awaiting-moderation {
	padding: 5px;
	background: #f2f2f2;
	list-style: none;
}

/* Comment Form */

#sq-comment-form {
	margin-top: 30px;
}

#sq-comment-form #commentform label {
	display: block;
}

#sq-comment-form #commentform input {
	width: 100%;
}

#sq-comment-form #commentform input[type='submit'] {
	width: inherit;
}

#sq-comment-form #commentform .comment-form-author,
#sq-comment-form #commentform .comment-form-email,
#sq-comment-form #commentform .comment-form-url {
	width: 30.66%;
	float: left;
	margin-right: 4%;
}

#sq-comment-form #commentform .comment-form-url {
	margin-right: 0;
}

#sq-comment-form #commentform .comment-form-comment textarea {
	height: 160px;
}

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

/* Widgets
*********************************************/

.sq-sidebar .sq-widget {
	margin: 0 0 60px 0;
}

.sq-sidebar .sq-widget:last-of-type {
	margin-bottom: 0;
}

.sq-sidebar .sq-widget .sq-widget-title {
	position: relative;
	font-size: 16px;
	text-align: center;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sq-sidebar .sq-widget .sq-widget-title:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

.sq-sidebar .sq-widget .sq-widget-title span {
	background-color: #ffffff;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 1;
}

.sq-sidebar .sq-widget .sq-widget-title a {
	color: #231f20;
}

.sq-widget ul,
.sq-widget ol {
	list-style: none;
}

.sq-widget ul:last-of-type,
.sq-widget ol:last-of-type {
	margin-bottom: 0;
}

.sq-widget ul li,
.sq-widget ol li {
	margin-bottom: 10px;
}

.sq-widget a {
	color: #6b6b6b;
}

.sq-widget a:hover,
.sq-widget a:hover {
	color: #231f20;
}

.sq-about-me-widget {
	margin-bottom: 30px;
	background-color: #ffffff;
	text-align: center;
}

.sq-about-me-widget p {
	margin-bottom: 0;
}

.sq-about-me-widget p#sq-about-me-widget-image {
	margin-bottom: 20px;
}

/* Widget: Calendar */

.sq-widget.widget_calendar {
	width: 100%;
}

.sq-widget.widget_calendar caption {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 15px;
}

.sq-widget.widget_calendar #p-calendar {
	margin-bottom: 0;
}

.sq-widget.widget_calendar .wp-calendar tr,
.sq-widget.widget_calendar .wp-calendar th {
	font-size: 12px;
	text-align: center;
}

.sq-widget.widget_calendar thead th {
	padding: 7px;
	border: 1px solid none;
}

.sq-widget.widget_calendar thead tr:nth-of-type(odd) {
	background-color: #ffffff;
}

.sq-widget.widget_calendar tbody td {
	padding: 7px;
	border: none;
	cursor: pointer;
}

.sq-widget.widget_calendar tbody td:hover {
	color: #231f20;
}

.sq-widget.widget_calendar tbody td:hover a {
	color: #231f20;
}

.sq-widget.widget_calendar tbody .pad {
	background: none;
}

.sq-widget.widget_calendar tfoot #next {
	text-align: right;
}

/* Latest Post Widget & Latest Comments Widget */

.sq-widget ul .sq-widget-latest {
	overflow: hidden;
	margin-bottom: 20px;
}

.sq-widget ul .sq-widget-latest:last-of-type {
	margin-bottom: 0;
}

.sq-widget ul .sq-widget-latest .sq-widget-latest-left {
	float: left;
	margin-right: 20px;
}

.sq-widget ul .sq-widget-latest .sq-widget-latest-right {
	overflow: hidden;
}

.sq-widget ul .sq-widget-latest .sq-widget-latest-right h4 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
	letter-spacing: 0;
}

.sq-widget-latest-comment-avatar img {
	border-radius: 100%;
}

/* Tagcloud Widget */

.sq-widget .tagcloud a {
	position: relative;
	padding: 0 10px;
	display: inline-block;
	margin-right: 1px;
	padding: 6px 10px;
	font-size: 12px !important;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
	border: solid 1px #cacaca;
	color: #a3a2a2;
	font-family: 'Libre Baskerville', serif;
}

.sq-widget .tagcloud a:hover {
	color: #5e5e5e;
}

/* Connect Widget */

.sq-widget .sq-connect-social-links {
	text-align: center;
}

.sq-widget .sq-connect-social-links li {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
}

.sq-widget .sq-connect-social-links li a {
	color: #231f20;
}

/* Instagram Widget */

.sq-widget .instagram-pics {
	margin-bottom: 0;
}

.sq-widget .instagram-pics li {
	display: inline-block;
	width: 33.33%;
	padding: 3px;
	margin-bottom: 0;
	opacity: 0.9;
}

.sq-widget .instagram-pics li:hover {
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

/* Mailchimp Widget */

.mc4wp-form {
	position: relative;
	margin: 0 !important;
}

.mc4wp-form form {
	position: relative;
}

.mc4wp-form p {
	margin-bottom: 10px;
}

.mc4wp-form p:last-of-type {
	margin-bottom: 0;
}

.mc4wp-form label {
	display: none !important;
}

.mc4wp-form input {
	margin: 0;
}

.mc4wp-form p input[type='submit'] {
	width: 100%;
	background-color: #272727;
	border-color: #272727;
	color: #ffffff;
}

.mc4wp-error {
	font-size: 12px;
	text-align: left !important;
}

/* Footer
*********************************************/

#sq-footer-container {
	background-color: #282828;
}

#sq-footer-container #sq-footer {
	position: relative;
	padding: 60px 0 0 0;
	overflow: hidden;
}

#sq-footer-container #sq-footer {
	color: #f2f2f2;
}

#sq-footer-container #sq-footer h1,
#sq-footer-container #sq-footer h2,
#sq-footer-container #sq-footer h3,
#sq-footer-container #sq-footer h4,
#sq-footer-container #sq-footer h5,
#sq-footer-container #sq-footer h6 {
	color: #f2f2f2;
}

#sq-footer-container #sq-footer a {
	color: #f2f2f2;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}

#sq-footer-container #sq-footer a:hover {
	color: #ffffff;
}

#sq-footer-container #sq-footer .sq-widget {
	margin-bottom: 30px;
}

#sq-footer-container #sq-footer .sq-widget:last-of-type {
	margin-bottom: 0;
}

/* Footer Instagram Widget */

#sq-footer-instagram .sq-widget .sq-instagram-widget-title {
	text-transform: uppercase;
	text-align: center;
	background: #ffffff;
	padding: 20px 0 20px 0;
	margin-bottom: 0;
}

#sq-footer-instagram .sq-widget .instagram-pics li {
	display: inline-block;
	width: 12.5%;
	padding: 0;
}

#sq-footer-instagram .sq-widget .instagram-pics li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#sq-footer-instagram .sq-widget p {
	text-align: center;
	margin-bottom: 0;
}

#sq-footer-instagram .sq-widget p {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	line-height: 28px;
	padding: 10px 10px;
	color: #ffffff;
	background-color: #f5908a;
}

#sq-footer-instagram .sq-widget p a {
	color: #ffffff;
}

/* Footer Widgets */

#sq-footer-widgets {
	overflow: hidden;
}

#sq-footer-widgets .sq-footer-column {
	float: left;
	min-height: 1px;
	width: 360px;
	margin: 0 30px 0 0;
}

#sq-footer-container
	#sq-footer
	#sq-footer-widgets
	.sq-footer-column:nth-of-type(3) {
	margin-right: 0;
}

#sq-footer-container
	#sq-footer
	#sq-footer-widgets
	.sq-widget.widget_calendar
	thead
	tr:nth-of-type(odd) {
	background-color: #181818;
}

#sq-footer-container
	#sq-footer
	#sq-footer-widgets
	.sq-widget.widget_calendar
	tbody
	tr:nth-of-type(odd) {
	background-color: #1f1f1f;
}

#sq-footer-container
	#sq-footer
	#sq-footer-widgets
	.sq-widget.widget_calendar
	tbody
	td:hover {
	color: #ffffff;
}

/* Lower Footer */

#sq-lower-footer {
	text-align: center;
	padding: 30px 0 30px 0;
	overflow: hidden;
}

#sq-lower-footer .sq-social-links {
	position: relative;
	font-size: 14px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	top: 0;
	left: 0;
}

#sq-lower-footer .sq-social-links a {
	color: #6b6b6b;
}

#sq-lower-footer #sq-copyright {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 12px;
}

#sq-lower-footer #sq-footer-credit {
	color: #a3a2a2;
}

/* Responsive
************************************************/

@media all and (max-width: 1120px) {
	.sq-container {
		width: 960px;
	}

	.sq-content {
		width: 650px;
	}

	.sq-sidebar {
		width: 280px;
	}

	.sq-content-box {
		width: 280px;
	}

	.sq-content-box .sq-content-box-header {
		height: 200px;
	}

	.sq-post-list .sq-post-header {
		width: 150px;
	}

	.sq-post-list .sq-post-content {
		width: 420px;
	}

	#sq-footer-widgets .sq-footer-column {
		width: 300px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-header {
		width: 200px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-content {
		width: 720px;
	}

	.sq-slider .slides > li {
		height: 444px;
	}

	.sq-post-grid > li {
		width: 308px;
	}

	.sq-no-sidebar .sq-post-grid > li {
		width: 297px;
	}
}

@media all and (max-width: 960px) {
	#sq-toggle-mobile-nav {
		display: block;
		margin-top: 0;
	}

	#sq-main-nav {
		display: none;
	}

	.sq-container {
		width: 768px;
	}

	.sq-content-wrapper {
		display: block;
	}

	.sq-content {
		width: 522px;
	}

	.sq-content-box {
		width: 216px;
	}

	.sq-content-box .sq-content-box-header {
		height: 180px;
	}

	.sq-content,
	.sq-post-pagination {
		width: 100%;
		float: none !important;
	}

	.sq-sidebar {
		width: 60%;
		float: none !important;
		clear: both;
		margin: 30px auto 0 auto;
	}

	#sq-footer-instagram .sq-widget .instagram-pics li {
		width: 25%;
	}

	#sq-footer-container #sq-footer #sq-copyright {
		margin-bottom: 10px;
	}

	.sq-post-list .sq-post-header {
		width: 190px;
	}

	.sq-post-list .sq-post-content {
		width: 498px;
	}

	#sq-footer-widgets .sq-footer-column {
		width: 236px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-header {
		width: 260px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-content {
		width: 510px;
	}

	.sq-slider .slides > li {
		height: 355px;
	}

	.sq-post-grid > li {
		width: 363px;
	}

	.sq-no-sidebar .sq-post-grid > li {
		width: 363px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-header {
		width: 200px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-content {
		width: 520px;
	}
}

@media all and (max-width: 768px) {
	.sq-content {
		margin-top: 0;
	}

	.sq-content-wrapper .sq-post-grid {
		grid-template-columns: 1fr;
	}

	.sq-container {
		width: 524px;
	}

	.sq-content-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.sq-content-box:nth-of-type(3) {
		margin-bottom: 0;
	}

	.sq-content-box .sq-content-box-header {
		height: 260px;
	}

	.sq-slider-content {
		width: 60%;
	}

	.sq-slider-content .sq-featured-post-title {
		margin-bottom: 10px;
	}

	.sq-slider-content .sq-post-categories {
		display: none;
	}

	.sq-slider-content .sq-post-meta {
		display: none;
	}

	.sq-content,
	.sq-sidebar,
	.sq-post-grid > li,
	.sq-no-sidebar .sq-post-grid > li,
	.sq-post-list .sq-post-content,
	.sq-post-list .sq-post-header,
	#sq-footer-widgets .sq-footer-column {
		width: 100%;
		float: none;
	}

	.gallery-item {
		max-width: 50% !important;
	}

	.sq-post-centered,
	.sq-page-centered {
		width: 100%;
	}

	#sq-footer-widgets .sq-footer-column {
		margin-bottom: 30px;
	}

	.sq-no-sidebar .sq-post-list .sq-post-header,
	.sq-post-list .sq-post-header {
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}

	.sq-post-list .sq-post-header img,
	.sq-no-sidebar .sq-post-list .sq-post-content {
		width: 100%;
	}

	#sq-author-card .sq-author-avatar {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.sq-sc-column {
		margin-bottom: 60px;
	}

	.sq-sc-row .sq-sc-column:last-of-type {
		margin-bottom: 0;
	}

	.sq-slider .slides > li {
		height: 242px;
	}
}

@media all and (max-width: 524px) {
	.sq-container {
		width: 95%;
	}

	#sq-content-container {
		margin-top: 38px;
		margin-bottom: 38px;
	}

	.sq-content {
		margin-top: 0;
	}

	#commentform .comment-form-author,
	#commentform .comment-form-email,
	#commentform .comment-form-url {
		float: none;
		width: 100%;
	}

	.sq-slider .slides > li {
		height: 200px;
	}

	.sq-social-links {
		position: relative;
		top: 0;
	}

	#sq-header #sq-site-logo {
		padding-bottom: 0;
	}
}
