/*
Theme Name: Twenty Seven Pro
Theme URI: https://minimologie.com/themes/twenty-seven/
Description: Simple and serenely beautiful.
Author: Minimologie
Author URI: https://minimologie.com/

Version: 0.9.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, one-column, theme-options, threaded-comments, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twenty-seven-pro
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #272727;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover {
	text-decoration: underline;
}

a {
	color: #272727;
}

a:focus,
a:hover {
	color: #a74165;
}

p {
	letter-spacing: -0.125px;
	margin: 0 0 25px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr,
.entry-content hr.wp-block-separator {
	border: none;
	border-bottom-width: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background: #ddd;
	color: #272727;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
	font-family: 'Inter', sans-serif;
	font-weight: 480;
	letter-spacing: -0.125px;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

.blank-page h2 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
}

.blank-page h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

.blank-page h4 {
	font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

.border {
	border: 1px solid #272727;
	box-shadow: 8px 8px #e5e5e5;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #272727;
	border-radius: 0;
	color: #272727;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.125px;
	line-height: 1.5;
	padding: 15px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #e5e5e5;
	border: 1px solid #272727;
	outline: none;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #818181;
	font-size: 16px;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #818181;
	font-size: 16px;
	opacity: 1;
}

::placeholder {
	color: #818181;
	font-size: 16px;
	opacity: 1;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button {
	background-color: #fff;
	border: 1px solid #272727;
	box-shadow: 6px 6px #e5e5e5;
	color: #272727;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding: 18px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover {
	background-color: #272727;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.entry-content .label-above .nf-field-label {
	margin-bottom: 5px;
}

.entry-content .nf-field-label label {
	font-weight: 600;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #272727;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #272727;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #272727;
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 40px auto;
	max-width: 660px;
	padding-left: 30px;
	padding-right: 30px;
}

.blank-page .site-inner {
	max-width: 860px;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.author-box .avatar {
	float: none;
	margin-bottom: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	border: 1px solid #272727;
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

.author-box,
.breadcrumb {
	border-bottom: 1px solid #eee;
}

.author-box {
	border-top: 1px solid #eee;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.comment-respond h3,
.entry-comments h3,
.entry-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -1px;
}

.entry-comments h3 {
	margin-bottom: 0;
}

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

.widget-title {
	font-size: 20px;
	margin-bottom: 10px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
}

.after-entry .enews input {
	margin-bottom: 10px;
	text-align: center;
}

.after-entry .enews input[type="submit"] {
	margin: 0;
}

.enews form + p {
	margin-top: 20px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #272727;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 20px;
}

.wp-custom-logo .title-area {
	margin-top: 0;
}

.wp-custom-logo .title-area img {
	max-width: 60px;
}

.site-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #272727;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	display: block;
	font-size: 14px;
	letter-spacing: -0.125px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle {
	background-color: #fff;
	color: #272727;
	display: block;
	float: right;
	line-height: 22px;
	margin: 5px auto 0;
	padding: 12px 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	visibility: visible;
	z-index: 1000;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #fff;
	color: #a74165;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: both;
	padding-top: 10px;
	width: 100%;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content p:last-child,
.page .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Images
--------------------------------------------- */

.entry-content .wp-block-image {
	margin-bottom: 35px;
}

.blank-page .entry-content .wp-block-image {
	margin-bottom: 20px;
}

/* Blockquotes
--------------------------------------------- */

.entry-content blockquote {
	margin: 0;
}

.entry-content .wp-block-quote,
.entry-content .wp-block-quote.is-style-large {
	background-color: #fff;
	border: 1px solid #272727;
	box-shadow: 8px 8px #e5e5e5;
	margin-bottom: 48px;
	margin-top: 40px;
	padding: 30px;
}

.entry-content blockquote p,
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote p,
.entry-content .wp-block-quote.is-style-large p {
	font-style: normal;
	line-height: 1.75;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote.is-style-large p {
	font-size: 24px;
}

.entry-content .wp-block-pullquote cite,
.entry-content .wp-block-quote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-top: -10px;
	text-transform: uppercase
}

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

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
	font-size: 12px;
	font-weight: 480;
	letter-spacing: -0.125px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}


/* Entry Meta
--------------------------------------------- */

.entry-header {
	margin-bottom: 20px;
}

.entry-meta {
	font-size: 13px;
	margin-bottom: 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #272727;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #272727;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p,
.comment-respond .form-submit {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	padding-left: 30px;
	padding-right: 30px;
}

.site-footer > .wrap {
	border-top: 1px solid #eee;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.site-footer p {
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 0;
}

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

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer .left {
	margin-bottom: 10px;
}

.site-footer .fab {
	margin-right: 10px;
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		transition: top 0.5s ease-in-out;
		z-index: 9999;
	}

	.reveal .site-header {
		top: -100px;
	}

	/* Title Area
	--------------------------------------------- */

	.title-area,
	.wp-custom-logo .title-area {
		margin-top: 0;
		width: 25%;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu li {
		float: none;
		list-style-type: none;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu a {
		margin-left: 20px;
		padding: 0;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		padding: 0;
		text-align: right;
		width: 75%;
	}

	.wp-custom-logo .nav-primary {
		margin-top: 22px;
	}

	/* Entry
	--------------------------------------------- */

	.entry-header {
		margin-bottom: 40px;
	}

	.entry-content .wp-block-quote {
		padding: 40px;
	}

	/* Headings
	--------------------------------------------- */

	.blank-page h2 {
		font-size: 48px;
	}

	.blank-page h3 {
		font-size: 30px;
	}

	/* Titles
	--------------------------------------------- */

	.comment-respond h3,
	.entry-comments h3,
	.entry-title {
		font-size: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews form {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.after-entry,
	.single .author-box {
		margin-bottom: 80px;
	}

	/* Site Footer
	--------------------------------------------- */

	.site-footer .wrap {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.site-footer .left {
		float: left;
		margin-bottom: 0;
	}

	.site-footer .right {
		float: right;
		text-align: right;
	}
	
	.site-footer .fab {
		margin-left: 10px;
		margin-right: 0;
	}

}
