/*
* BELOW THE FOLD STYLES -- CAN BE MOVED TO THE FOOTER FOR PAGESPEED
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Layout
	## Footer
	## Widgets
# Navigation
	## Links
	## Pagination
	## Back to Top
# Alignments
# Widgets
# Content
	## Posts & Pages
	## Panel Page Template
	## Comments
# Media
	## Captions
	## Galleries
	## Playlists
# Jetpack
	## Contact Form
	## Galleries
	## Infinite Scroll
	## MailChimp Subscriber Popup
	## PollDaddy
	## Recipes
	## Responsive Videos
	## Sharedaddy
	## Social Menu
	## Testimonials
	## Widgets
# Extra Classes
	## Columns
# Responsive
	## x >= 600px
	## x >= 768px
	## x >= 896px
	## x >= 1020px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
	font-family:"American Scribe W04 Regular"; src:url("/ressources/fonts/1271015/f6c7ef7f-5f8a-468a-b95f-434365f28e41.woff2") format("woff2"),url("/ressources/fonts/1271015/ff3cd982-ed23-41b0-9e82-d47776fa97d6.woff") format("woff");
	font-display: swap;
}

.entry-footer,
.entry-meta,
.site-info,
.widget-footer-top-area {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3847;
}

.featured-content .hentry.has-post-thumbnail h1,
.featured-content .hentry.has-post-thumbnail h2,
.featured-content .hentry.has-post-thumbnail h3,
.featured-content .hentry.has-post-thumbnail h4,
.featured-content .hentry.has-post-thumbnail h5,
.featured-content .hentry.has-post-thumbnail h6,
.widget-footer-top-area h1,
.widget-footer-top-area h2,
.widget-footer-top-area h3,
.widget-footer-top-area h4,
.widget-footer-top-area h5,
.widget-footer-top-area h6 {
	color: inherit;
}

.site-title {
	font-family: "American Scribe W04 Regular", cursive;
	font-weight: 300;
	margin-bottom: 0;
}

h1 {
	font-family: "American Scribe W04 Regular", cursive;
	font-size: 40px;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.125;
}

h2,
.wp-block-column h1,
.widget-small h1,
.post-type-archive-jetpack-testimonial .page-title {
	font-family: "American Scribe W04 Regular", cursive;
	font-weight: 300;
	font-size: 36px;
	font-size: 2.25em;
	line-height: 1.1719;
}

h3,
.wp-block-column h2,
.widget-small h2,
.comment-reply-title,
.comments-title {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 1.2;
}

h4,
.wp-block-column h3,
.widget-small h3,
.widget-title,
.site-title {
	font-size: 20px;
	font-size: 1.25em;
	line-height: 1.5;
}

h5,
.wp-block-column h4,
.widget-small h4 {
	font-size: 16px;
	font-size: 1em;
	line-height: 1.40625;
}

h6,
.wp-block-column h5,
.widget-small h5 {
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.2981;
}

.wp-block-column h6,
.widget-small h6 {
	font-size: 11px;
	font-size: 0.6875em;
	line-height: 1.2981;
}

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

address,
p,
pre {
	margin: 0 0 1.5em;
}

blockquote {
	font-family: "American Scribe W04 Regular", cursive;
	font-weight: 300;
	border: 0 solid #e23d35;
	border-left-width: 2px;
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

blockquote * {
	margin-bottom: 1.5em;
}

blockquote cite {
	color: #000 !important;
	display: block;
	font-size: 16px;
	font-size: 1em;
}

code,
kbd,
tt,
var {
	font-family: monospace;
	padding: 0 0.25em;
}

.widget-footer-top-area code,
.widget-footer-top-area kbd,
.widget-footer-top-area tt,
.widget-footer-top-area var {
	background: rgba(255, 255, 255, 0.25);
}

pre {
	border: 1px solid #4d4d4d;
	font-family: monospace;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	position: relative;
}

.featured-content .hentry.has-post-thumbnail pre {
	border-color: rgba(0, 0, 0, 0.25);
}

.widget-footer-top-area pre {
	border-color: rgba(255, 255, 255, 0.25);
}

abbr,
abbr[title],
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

mark,
ins {
	background-color: #e23d35;
	color: #fff;
	padding: 0 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dl {
	margin: 0 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em;
}

table,
th,
td {
	border: 1px solid #f3f3f3;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	table-layout: fixed;
	width: 100%;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.25em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 5em;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125em;
	font-weight: bold;
	letter-spacing: 0.0625em;
	line-height: 1.3847;
	padding: 0.5625em 1.5em;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #e23d35;
	outline: none;
}

.widget-footer-top-area button,
.widget-footer-top-area input[type="button"],
.widget-footer-top-area input[type="reset"],
.widget-footer-top-area input[type="submit"] {
	background: #fff;
	color: #4d4d4d;
}

.widget-footer-top-area button:focus,
.widget-footer-top-area input[type="button"]:focus,
.widget-footer-top-area input[type="reset"]:focus,
.widget-footer-top-area input[type="submit"]:focus,
.widget-footer-top-area button:hover,
.widget-footer-top-area input[type="button"]:hover,
.widget-footer-top-area input[type="reset"]:hover,
.widget-footer-top-area input[type="submit"]:hover {
	background: rgba(255, 255, 255, 0.25);
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 0;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.25em;
	width: 100%;
}

.widget-footer-top-area input[type="text"],
.widget-footer-top-area input[type="email"],
.widget-footer-top-area input[type="url"],
.widget-footer-top-area input[type="password"],
.widget-footer-top-area input[type="search"],
.widget-footer-top-area input[type="number"],
.widget-footer-top-area input[type="tel"],
.widget-footer-top-area input[type="range"],
.widget-footer-top-area input[type="date"],
.widget-footer-top-area input[type="month"],
.widget-footer-top-area input[type="week"],
.widget-footer-top-area input[type="time"],
.widget-footer-top-area input[type="datetime"],
.widget-footer-top-area input[type="datetime-local"],
.widget-footer-top-area input[type="color"],
.widget-footer-top-area select,
.widget-footer-top-area textarea {
	background: rgba(255, 255, 255, 0.25);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	outline: 2px solid #e23d35;
	outline-offset: -2px;
}

.widget-footer-top-area input[type="text"]:focus,
.widget-footer-top-area input[type="email"]:focus,
.widget-footer-top-area input[type="url"]:focus,
.widget-footer-top-area input[type="password"]:focus,
.widget-footer-top-area input[type="search"]:focus,
.widget-footer-top-area input[type="number"]:focus,
.widget-footer-top-area input[type="tel"]:focus,
.widget-footer-top-area input[type="range"]:focus,
.widget-footer-top-area input[type="date"]:focus,
.widget-footer-top-area input[type="month"]:focus,
.widget-footer-top-area input[type="week"]:focus,
.widget-footer-top-area input[type="time"]:focus,
.widget-footer-top-area input[type="datetime"]:focus,
.widget-footer-top-area input[type="datetime-local"]:focus,
.widget-footer-top-area input[type="color"]:focus,
.widget-footer-top-area select:focus,
.widget-footer-top-area textarea:focus {
	outline-color: #000;
}

label {
	color: #4d4d4d;
}

.page-template-panel-page .hentry.has-post-thumbnail label {
	color: inherit;
}

/* Placeholder */
::input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #4d4d4d;
	opacity: 1;
}

/* Search */
.search-form {
	position: relative;
	padding-bottom: 1.5em;
}

.search-form .search-field {
	padding-right: 2.625em;
}

.search-form .search-submit {
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	font-size: 1em;
	height: 2.25em;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 2.25em;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	background: transparent;
}

.search-form .search-submit::before {
	background-color: #e23d35;
	border-radius: 50%;
	content: "\f400";
	display: block;
	font-family: Genericons;
	height: 1.75em;
	left: 50%;
	line-height: 1.75;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1.75em;
}

.widget-footer-top-area .search-form .search-submit::before {
	background: #000;
}

.search-form .search-submit:focus::before,
.search-form .search-submit:hover::before {
	background: #4d4d4d;
}

.widget-footer-top-area .search-form .search-submit:focus::before,
.widget-footer-top-area .search-form .search-submit:hover::before {
	background: rgba(255, 255, 255, 0.25);
}

/* Password Protected */
.post-password-form input[type="submit"] {
	margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer,
.widget-footer-bottom-area {
	background-color: #000;
}

.widget-footer-bottom-area a,
.widget-footer-bottom-area a:hover {
	color: inherit;
}

.site-footer {
	padding: 1.5em 0;
	color: #c0c0c0;
}
.widget-footer-bottom-area {
	color: #ffffff;
}

/*site-info {
	text-align: right;
}*/

.site-info a {
	color: #c0c0c0;
	font-weight: 500;
}

.site-info a:focus,
.site-info a:hover {
	color: #c0c0c0;
}

.sep {
	color: #252525;
	padding: 0 0.5em;
}

/* footer menu */
.footer-navigation ul {
	list-style: none;
	margin: 0 0 5em 0;
	font-size: 14px;
	font-size: 0.875em;
	line-height: 1.5;
}
.footer-navigation li {
	margin: 0 1.5em 0 0;
	display: inline-block;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-navigation a {
	color: #c0c0c0;
	text-transform: uppercase;
}
.footer-navigation a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.site-content-wrapper .widget-area {
	padding: 2em 1.5em;
	background-color: #fff;
	color: #4d4d4d;
}

.site-content-wrapper .widget-area a {
	color: #252525;
}

.widget-panel-page-area {
	margin-top: -1.5em;
	background: #f2f2f2;
}

.widget-footer-area {
	padding-top: 3em;
}

.widget-footer-top-area {
	background-color: #000;
	color: #c0c0c0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.comment-content a,
.comment-reply-title small a,
.entry-content a,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-summary a,
.logged-in-as a,
.pingback .comment-body > a,
.taxonomy-description a {
	text-decoration: underline;/*box-shadow: 0 1px 0 0;*/
}

.comment-content a.no-shadow,
.entry-content a.no-shadow,
.entry-summary a.no-shadow {
	text-decoration: none;/*box-shadow: none;*/
}

.comment-content a:focus,
.comment-content a:hover,
.comment-content a[href$=".png"],
.comment-content a.button,
.comment-reply-title small a:focus,
.comment-reply-title small a:hover,
.entry-content a:focus,
.entry-content a:hover,
.entry-content a[href$=".png"],
.entry-content a.button,
.entry-summary a:focus,
.entry-summary a:hover,
.entry-summary a[href$=".png"],
.entry-summary a.button,
.logged-in-as a:focus,
.logged-in-as a:hover,
.pingback .comment-body > a:focus,
.pingback .comment-body > a:hover,
.site .testimonial-featured-image,
.site-content .wp-audio-shortcode a,
.taxonomy-description a:focus,
.taxonomy-description a:hover {
	text-decoration: none;/*box-shadow: none;*/
}

.comment-metadata a,
.entry-footer a,
.entry-header a,
.featured-content .hentry.has-post-thumbnail a:focus,
.featured-content .hentry.has-post-thumbnail a:hover,
.widget-footer-top-area a:focus,
.widget-footer-top-area a:hover {
	color: inherit;
}

.comment-metadata a:focus,
.comment-metadata a:hover,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-header a:focus,
.entry-header a:hover {
	color: #e23d35;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.comment-navigation,
.post-navigation,
.posts-navigation {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.comment-navigation,
.posts-navigation {
	border: 1px solid #4d4d4d;
	border-width: 1px 0 0;
}

.post-navigation {
	border-bottom: 0 solid #4d4d4d;
	max-width: 1140px;
	max-width: 71.25em;
}

.comment-navigation::before,
.posts-navigation::before {
	background: #e6e6e6;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 1px;
}

.comment-navigation a,
.posts-navigation a {
	border: 0;
	display: block;
	font-weight: bold;
	padding: 1.5em;
}

.post-navigation a {
	border: 1px solid #4d4d4d;
	border-width: 1px 0 0;
	display: block;
	padding: 1.5em;
}

.comment-navigation a:focus,
.comment-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover {
	background-color: #e6e6e6;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.post-navigation .meta-nav {
	color: #4d4d4d;
	display: block;
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	padding: 0.1875em 0;
	text-transform: uppercase;
}

.post-navigation .post-title {
	font-family: 'Spartan', sans-serif;
	font-size: 25px;
	font-size: 1.5625em;
	font-weight: bold;
	line-height: 1.2;
}

.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title {
	color: #e23d35;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	position: relative;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
	color: #e23d35;
	content: "\f431";
	display: inline-block;
	font-family: Genericons;
	font-size: 16px;
	font-size: 1em;
	line-height: 1;
	margin-right: 0.25em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: text-bottom;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
	content: "\f432";
	margin-left: 0.25em;
	margin-right: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.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.875em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#main, #content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-author::before,
.entry-author::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.page-content::before,
.page-content::after,
.page-links::before,
.page-links::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
.widget-area-wrapper::before,
.widget-area-wrapper::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.entry-author::after,
.entry-content::after,
.comment-content::after,
.page-content::after,
.page-links::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget-area-wrapper::after {
	clear: both;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.justify {
	text-align: justify;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-top-area.column-1 .widget,
.widget-footer-area.column-1 .widget  {
	text-align: center;
}

.widget {
	margin: 0;
}

.widget-title:empty {
	display: none;
}

/* Calendar */
.widget_calendar td,
.widget_calendar th {
	line-height: 2.35;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 1.5em;
}

.widget_calendar tbody a {
	background-color: #e6e6e6;
	display: block;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: transparent;
}

/* Lists */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	border-bottom: 1px solid #4d4d4d;
	list-style: none;
	margin-left: 0;
}

.widget-footer-top-area .widget_archive ul,
.widget-footer-top-area .widget_categories ul,
.widget-footer-top-area .widget_links ul,
.widget-footer-top-area .widget_meta ul,
.widget-footer-top-area .widget_nav_menu ul,
.widget-footer-top-area .widget_pages ul,
.widget-footer-top-area .widget_recent_comments ul,
.widget-footer-top-area .widget_recent_entries ul,
.widget-footer-top-area .widget_rss ul {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
	border-top: 1px solid #4d4d4d;
	padding: 0.75em 0;
}

.widget-footer-top-area .widget_archive li,
.widget-footer-top-area .widget_categories li,
.widget-footer-top-area .widget_links li,
.widget-footer-top-area .widget_meta li,
.widget-footer-top-area .widget_nav_menu li,
.widget-footer-top-area .widget_pages li,
.widget-footer-top-area .widget_recent_comments li,
.widget-footer-top-area .widget_recent_entries li,
.widget-footer-top-area .widget_rss li {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-bottom: 0;
	margin-bottom: -0.75em;
	margin-top: 0.75em;
	padding-left: 1.5em;
}

.widget_recent_entries .post-date {
	display: block;
}

/* RSS */
.widget_rss .widget-title img {
	display: none;
}

.widget_rss cite,
.widget_rss .rssSummary,
.widget_rss .rss-date {
	display: block;
}

/* Select */
.widget_archive select,
.widget_categories select {
	margin-bottom: 1.5em;
}

/* Tag Cloud */
.widget_tag_cloud .tagcloud {
	padding-bottom: 1.25em;
	display: flex;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	background: #e6e6e6;
	display: block;
	margin-bottom: 0.25em;
	margin-right: 0.25em;
	padding: 0.25em 0.5em;
}

.widget-footer-top-area .widget_tag_cloud .tagcloud a {
	background: rgba(255, 255, 255, 0.25);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts & Pages
--------------------------------------------------------------*/
.hentry:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

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

/* Entry Meta & Entry Footer */
.entry-meta {
	font-weight: bold;
	margin-bottom: 0.375em;
	text-transform: uppercase;
}

.entry-footer > span,
.entry-meta > span {
	display: inline-block;
	padding: 0.1875em 0;
}

.entry-footer > span:not(:last-child)::after {
	color: #c0c0c0;
	content: "\002f";
	display: inline-block;
	padding: 0 0.5em;
}

.edit-link {
	position: absolute;
}

/* Entry Author */
.entry-author {
	border: 1px solid #4d4d4d;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0;
}

.author-avatar {
	float: right;
}

.author-avatar img {
	border-radius: 50%;
	display: block;
	height: 3em;
	width: 3em;
}

.author-heading {
	float: left;
	max-width: calc(100% - 4.5em);
}

.author-title {
	color: #4d4d4d;
	font-size: 13px;
	font-size: 0.8125em;
	font-weight: normal;
	line-height: 1.3847;
	margin-bottom: 0;
	padding: 0.1875em 0 0;
	text-transform: uppercase;
}

.author-name {
	clear: both;
	color: #4d4d4d;
	display: block;
	font-family: 'Spartan', sans-serif;
	font-size: 25px;
	font-size: 1.5625em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 1.5em;
	padding: 0.1875em 0 0;
	text-transform: none;
}

.author-bio {
	clear: both;
}

.author-link {
	white-space: nowrap;
}

/* Page Links & More Link */
.page-links {
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	margin: 0 0 1.25em;
}

.page-links a,
.page-links > span {
	background: #e6e6e6;
	border-radius: 50%;
	display: block;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.25em 0.25em 0;
	text-align: center;
	width: 1.5em;
}

.hentry .page-links a {
	box-shadow: none;
}

.page-links > span,
.page-links > .page-links-title,
.page-links a:hover,
.page-links a:focus {
	background: transparent;
}

.page-links > .page-links-title {
	border-radius: 0;
	display: block;
	height: auto;
	margin: 0;
	text-align: inherit;
	text-transform: uppercase;
	width: 100%;
}

.more-link {
	white-space: nowrap;
}

.more-link .meta-nav {
	display: none;
}

/* Gutenberg editor block styles */

/* wide elements
.alignfull {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
} */

.wp-block-group.alignfull > .wp-block-group__inner-container,
.wp-block-cover.alignfull > .wp-block-cover__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	max-width: 71.25em;
}
.wp-block-group.alignfull .wp-block-group.alignfull > .wp-block-group__inner-container {
	max-width: initial;
	max-width: initial;
	padding: 20px 30px;
}

/* Image block */
.wp-block-image {
	margin: 0;
}
.wp-block-image figure {
	margin-top: 0;
	margin-bottom: 0;
}

/* Cover block hover */
.wp-block-cover.has-background-dim.hover-reveal::before {
	transition: 1s all;
}
.wp-block-cover.has-background-dim.hover-reveal:hover::before {
	opacity: 0.4;
}
/*.wp-block-cover.has-background-dim.hover-reveal p {
	transform: scale(1, 0);
	overflow: hidden;
	transition: 1s all;
}
.wp-block-cover.has-background-dim.hover-reveal:hover p {
	height: auto;
	transform: scale(1, 1);
}*/

/* Columns block no gutter class */
.wp-block-columns.no-gutter .wp-block-column {
	flex-grow: 1 !important;
}
.wp-block-columns.no-gutter .wp-block-column:not(:first-child) {
	margin-left: 0;
}

/* Button block */
.entry-content .wp-block-button__link {
	font-family: 'Spartan', sans-serif;
	text-decoration: none;
}

/* Gutenberg theme colors */
.has-background-background-color {
	background-color: #ffffff;
}
.has-background-color {
	color: #ffffff;
}

.has-alt-background-color {
	background-color: #f2f2f2;
}
.has-alt-color {
	color: #f2f2f2;
}

.has-accent-background-color {
	background-color: #e23d35;
}
.has-accent-color {
	color: #e23d35;
}

.has-black-background-color {
	background-color: #000;
}
.has-black-color {
	color: #000;
}

.has-nero-background-color {
	background-color: #252525;
}
.has-nero-color {
	color: #252525;
}

.has-matterhorn-background-color {
	background-color: #4d4d4d;
}
.has-matterhorn-color {
	color: #4d4d4d;
}

.has-silver-background-color {
	background-color: #c0c0c0;
}
.has-silver-color {
	color: #c0c0c0;
}

.has-solitude-background-color {
	background-color: #e6e6e6;
}
.has-solitude-color {
	color: #e6e6e6;
}

.has-whitesmoke-background-color {
	background-color: #f5f5f5;
}
.has-whitesmoke-color {
	color: #f5f5f5;
}

.has-white-background-color {
	background-color: #fff;
}
.has-white-color {
	color: #fff;
}

/*--------------------------------------------------------------
## Panel Page Template
--------------------------------------------------------------*/

.page-template-panel-page .hentry {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}

.page-template-panel-page .hentry + .hentry.has-post-thumbnail {
	background-color: #000;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	border-top: 1px solid #4d4d4d;
	padding-top: 1.5em;
}

.comments-wrapper {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* Comment List */
.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list .children {
	list-style: none;
}

.comment-list > li {
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 1.5em;
}

.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.pingback .comment-body,
.trackback .comment-body {
	padding-bottom: 1.5em;
}

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

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-author .avatar {
	border-radius: 50%;
	float: left;
	height: 3em;
	margin-right: 0.375em;
	vertical-align: middle;
	width: 3em;
}

.comment-author .fn {
	font-weight: normal;
}

.comment-metadata {
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	padding: 0.1875em 0;
}

.comment-metadata .edit-link::before {
	color: #e6e6e6;
	content: "\002f";
	display: inline-block;
	padding-left: 0.25em;
	padding-right: 0.5em;
}

.reply {
	margin-bottom: 1.5em;
}

.comment-reply-link {
	font-weight: bold;
}

.comment-reply-link::after {
	color: #e23d35;
	content: "\f432";
	display: inline-block;
	font-family: Genericons;
	font-size: 16px;
	font-size: 1em;
	line-height: 1;
	margin-left: 0.25em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: middle;
}

/* Comment Respond */
.comment-respond {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.comment .comment-respond {
	padding-left: 0;
	padding-right: 0;
}

.comments-wrapper + .comment-respond,
.comment-navigation + .comment-respond {
	border-top: 1px solid #4d4d4d;
	padding-top: 1.5em;
}

.comment-form {
	margin-bottom: 1.5em;
}

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

.comment-subscription-form + .comment-subscription-form {
	margin-top: -1.5em;
}

.comment-reply-title small {
	display: block;
	font-size: 16px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

/* No Comments */
.no-comments {
	color: #4d4d4d;
	font-family: 'Spartan', sans-serif;
	font-size: 32px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.125;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object,
video,
.fb_iframe_widget,
.wp-audio-shortcode {
	margin-bottom: 1.5em;
	max-width: 100%;
}

p embed,
p iframe,
p object,
p video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: auto;
}

.wp-caption:not(.large-element) {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text,
.wp-block-image figcaption {
	border-bottom: 1px solid #4d4d4d;
	margin: 0;
	text-align: center;
}

.widget-footer-top-area .wp-caption .wp-caption-text {
	border-bottom-color: rgba(255, 255, 255, 0.75);
}

.wp-caption-text, figcaption {
	font-size: 13px;
	font-size: 0.8125em;
	font-style: italic;
	line-height: 1.3847;
	padding: 0.1875em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -0.75em 0 0.75em;
	-webkit-transform: translateX(-0.75em);
	-moz-transform: translateX(-0.75em);
	-ms-transform: translateX(-0.75em);
	transform: translateX(-0.75em);
	width: calc(100% + 1.5em);
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 0.75em;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-8 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Playlists
--------------------------------------------------------------*/
.site .wp-playlist {
	background: transparent !important;
	border-color: #4d4d4d;
	color: inherit;
	margin: 0 0 1.5em;
	padding: 0.75em;
}

.site .wp-playlist,
.site .wp-playlist-caption,
.site .wp-playlist-item-title,
.site .wp-playlist-item-length {
	font-size: inherit;
	line-height: inherit;
}

.widget-footer-top-area .wp-playlist {
	border-color: rgba(255, 255, 255, 0.25);
}

.site .wp-playlist a {
	box-shadow: none;
}

.site .wp-playlist-current-item {
	margin-bottom: 0.75em;
}

.site .wp-playlist-tracks {
	margin-top: 0.75em;
}

.site .wp-playlist-light .wp-playlist-playing {
	background: transparent;
	color: inherit;
}

.site .wp-playlist-item {
	border-bottom-color: #4d4d4d;
	color: inherit;
}

.widget-footer-top-area .wp-playlist-item {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.site .wp-playlist-light .wp-playlist-caption {
	color: #4d4d4d;
}

.widget-footer-top-area .wp-playlist-light .wp-playlist-caption {
	color: rgba(255, 255, 255, 0.75);
}

.site .wp-playlist-light a.wp-playlist-caption:focus,
.site .wp-playlist-light a.wp-playlist-caption:hover {
	color: #e23d35;
}

.widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:focus,
.widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.site-content .contact-form > div {
	margin-bottom: 1.5em;
}

.site-content .contact-form label {
	text-align: center;
	font-weight: bold;
}

.site-content .contact-form input[type="text"],
.site-content .contact-form input[type="email"],
.site-content .contact-form input[type="url"],
.site-content .contact-form textarea {
	width: 100%;
	max-width: 100%;
}

.site-content .contact-form label span {
	color: inherit;
}

.site-content .contact-form .contact-submit {
	text-align: center
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.site .slideshow-window {
	border-radius: 0;
	margin-bottom: 1.5em;
}

.site .slideshow-controls a,
.site .tiled-gallery-item > a {
	box-shadow: none;
}

.site .tiled-gallery {
	margin-bottom: 1.5em;
}

.site .tiled-gallery-caption {
	background: #fff;
	color: #4d4d4d;
	font-size: 13px;
	font-size: 0.8125em;
	font-style: italic;
	line-height: 1.3847;
	padding: 0.1875em 0;
	text-indent: 3px;
}

.instagram-media {
	margin: 0 0 1.5em !important;
	width: 100% !important;
}

/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/* Infinite Footer */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-footer {
	background-color: #000;
	opacity: 0.75;
	z-index: 9999;
}

#infinite-footer:hover {
	opacity: 1;
}

#infinite-footer .container {
	background: transparent;
	border: 0;
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	padding: 0.692308em 3.692308em;
}

#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	line-height: inherit;
	overflow: visible;
}

#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a {
	color: #fff;
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	box-shadow: 0 1px 0 0;
	color: #fff;
	text-decoration: none;
}

/* Infinite Handle */
#infinite-handle {
	border-top: 1px solid #4d4d4d;
	padding: 1.5em;
}

.site-main #infinite-handle span {
	background: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
}

.site-main #infinite-handle span button,
.site-main #infinite-handle span button:focus,
.site-main #infinite-handle span button:hover {
	background-color: #000;
	border: 0;
	border-radius: 5em;
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.3847;
	padding: 0.69231em 1.5em;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.site-main #infinite-handle span button:focus,
.site-main #infinite-handle span button:hover {
	background-color: #e23d35;
}

/* Infinite Loader */
.site-main .infinite-loader {
	border-top: 1px solid #4d4d4d;
	box-sizing: content-box;
	height: 5.25em;
}

.infinite-loader .spinner {
	left: 50% !important;
	top: 50% !important;
	z-index: 9998 !important;
}

.infinite-loader .spinner div {
	background: currentcolor !important;
	color: #e23d35;
}

/* Infinite Wrap */
.infinite-wrap {
	border-top: 1px solid #4d4d4d;
	padding-top: 1.5em;
}

.infinite-wrap .hentry {
	margin-top: -1.5em;
}

.post-type-archive-jetpack-testimonial .infinite-wrap {
	border: none;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0;
}

.post-type-archive-jetpack-testimonial .infinite-wrap .hentry {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Jetpack Cookie Message
--------------------------------------------------------------*/
.widget_eu_cookie_law_widget {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 !important;
}

/*--------------------------------------------------------------
## MailChimp Subscriber Popup
--------------------------------------------------------------*/
.mc-modal {
	z-index: 99999;
}

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

/*--------------------------------------------------------------
## Recipes
--------------------------------------------------------------*/
.site-content .jetpack-recipe {
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0;
}

.site-content .jetpack-recipe blockquote {
	margin-left: 0;
}

.site-content .jetpack-recipe ol,
.site-content .jetpack-recipe ul {
	list-style-position: inside;
}

.site-content .jetpack-recipe-title {
	padding: 0;
	margin: 0 auto 1.5em;
	border-bottom: 0;
}

.site-content .jetpack-recipe-content br {
	display: none;
}

.site-content .jetpack-recipe .jetpack-recipe-meta {
	font-size: inherit;
	line-height: inherit;
	overflow: inherit;
}

.site-content .jetpack-recipe-meta::before,
.site-content .jetpack-recipe-meta::after {
	content: "";
	display: table;
}

.site-content .jetpack-recipe-meta::after {
	clear: both;
}

/*--------------------------------------------------------------
## Responsive Videos
--------------------------------------------------------------*/
.jetpack-video-wrapper {
	margin: 0 0 1.5em;
}

.jetpack-video-wrapper:empty {
	display: none;
}

.jetpack-video-wrapper video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Sharedaddy
--------------------------------------------------------------*/
.hentry #jp-post-flair {
	padding: 0;
}

div#jp-relatedposts,
.sd-like.jetpack-likes-widget-wrapper,
.sd-rating,
.sd-sharing-enabled:not(#jp-post-flair) {
	margin: 0 0 1.5em;
}

div#jp-relatedposts,
.sd-like.jetpack-likes-widget-wrapper,
.sd-sharing-enabled:not(#jp-post-flair) {
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 1.5em;
}

.page-template-panel-page .hentry.has-post-thumbnail div#jp-relatedposts,
.page-template-panel-page .hentry.has-post-thumbnail .sd-like.jetpack-likes-widget-wrapper,
.page-template-panel-page .hentry.has-post-thumbnail .sd-sharing-enabled:not(#jp-post-flair) {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.page-template-panel-page .hentry.has-post-thumbnail .sd-rating + .sd-sharing-enabled:not(#jp-post-flair) {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.sd-like.jetpack-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

.hentry div.sd-rating h3.sd-title,
.hentry div.sharedaddy h3.sd-title ,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline {
	color: currentcolor;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	margin: 0;
}

.hentry .pd-rating + br,
.hentry div.sharedaddy h3.sd-title::before,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em::before {
	display: none;
}

.hentry div.sharedaddy h3.sd-title {
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	padding: 0.1875em 0;
	text-transform: uppercase;
}

.hentry div.sharedaddy .sd-content ul,
.hentry div.sharedaddy .sd-content .inner ul {
	margin-bottom: 0 !important;
}

.hentry .sd-sharing .share-count {
	line-height: 1 !important;
}

/* Related Posts */
div#jp-relatedposts {
	clear: both;
	font-size: 13px;
	font-size: 0.8125em;
	line-height: 1.3847;
	padding: 0 0 1.5em;
	position: relative;
	width: 100%;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline {
	text-transform: uppercase;
}

div#jp-relatedposts .jp-relatedposts-post-context,
div#jp-relatedposts .jp-relatedposts-post-date,
div#jp-relatedposts .jp-relatedposts-post-title {
	padding: 0.1875em 0;
}

div#jp-relatedposts .jp-relatedposts-post-excerpt {
	border: solid transparent;
	border-width: 0.1875em 0;
	box-sizing: content-box;
}

div#jp-relatedposts .jp-relatedposts-post-excerpt:empty {
	display: none;
}

div#jp-relatedposts .jp-relatedposts-post-aoverlay {
	box-shadow: none;
}

div#jp-relatedposts .jp-relatedposts-post-aoverlay:focus {
	outline: 1px solid;
}

div#jp-relatedposts a:focus {
	background: transparent;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: inherit;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items {
	width: 100%;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: inherit;
	line-height: inherit;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context,
.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	padding: 0;
	margin-bottom: 1.5em;
	width: 100%;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type,
.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post:last-of-type {
	margin-bottom: 0;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context:empty {
	display: none;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: inherit;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a {
	box-shadow: none;
	font-weight: inherit;
	text-decoration: none !important;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a:focus,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a:hover {
	box-shadow: 0 1px 0 0;
}

.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title {
	padding-top: 0.375em;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-title {
	font-size: inherit;
	line-height: inherit;
}

/* Ratings */
.comment .pd-rating,
.hentry .pd-rating {
	font-size: 16px;
	font-size: 1em;
	line-height: 1 !important;
	margin-bottom: 1.5em;
	padding: 0.25em 0;
}

.sd-rating + .sd-sharing-enabled:not(#jp-post-flair) {
	border-top: 1px solid #4d4d4d;
	padding-top: 1.5em;
}

.hentry .post-likes-widget {
	margin-bottom: 1.5em;
	position: inherit !important;
	top: auto !important;
}

.comments-area .comment-likes {
	height: 1.5em;
}

.comments-area .comment-likes .comment-like-link {
	box-shadow: none;
	line-height: 1.5;
}

.comments-area .comment-like-link::before,
.comments-area .comment-likes-overlay span.icon {
	line-height: 1.2;
}

.comments-area .comment-likes .comment-like-feedback {
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.site .jetpack-social-navigation ul {
	font-size: 16px;
	font-size: 1em;
	margin: 0 0 0.75em;
}

.site .jetpack-social-navigation ul::before,
.site .jetpack-social-navigation ul::after {
	content: "";
	display: table;
}

.site .jetpack-social-navigation ul::after {
	clear: both;
}

.site .jetpack-social-navigation li {
	display: block;
	margin: 0 0.25em;
	text-align: center;
}

.site .jetpack-social-navigation li {
	float: left;
}

.site .jetpack-social-navigation li:first-child {
	margin-left: 0;
}

.site .jetpack-social-navigation li:last-child {
	margin-right: 0;
}

.site .jetpack-social-navigation a {
	border: 1px solid #4d4d4d;
	border-radius: 50%;
	color: #4d4d4d;
	display: block;
	font-size: 16px;
	font-size: 1em;
	height: 2em;
	position: relative;
	width: 2em;
}

.site .jetpack-social-navigation a::before {
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
}

.site .jetpack-social-navigation a:hover,
.site .jetpack-social-navigation a:focus {
	border-color: #e23d35;
	color: #e23d35;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.site .testimonial-entry-mobile-first-item-row,
.site .testimonial-entry-mobile-last-item-row {
	margin: 0;
	width: 100%;
}

.site .jetpack-testimonial,
.site .testimonial-entry {
	border: 1px solid #4d4d4d;
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
}

.page-template-panel-page .has-post-thumbnail .testimonial-entry,
.widget-footer-top-area .testimonial-entry {
	border-color: rgba(255, 255, 255, 0.75);
}

.site .jetpack-testimonial.has-post-thumbnail,
.site .testimonial-entry.has-testimonial-thumbnail {
	margin-bottom: 3.5em;
}

.site .testimonial-entry-content {
	font-style: italic;
	margin: 0 0 1.5em;
}

.site .testimonial-entry-content > br {
	display: none;
}

.site .testimonial-entry-title {
	color: #4d4d4d;
	display: block;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.page-template-panel-page .hentry.has-post-thumbnail .testimonial-entry-title {
	color: #fff;
}

.jetpack-testimonial + .jetpack-testimonial {
	margin-top: 0;
}

.testimonial-featured-image {
	display: block;
	width: 4em;
}

.site a.testimonial-featured-image {
	box-shadow: none;
}

.site .testimonial-featured-image {
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}

.testimonial-featured-image img {
	border-radius: 50%;
	margin-bottom: -2em;
}

.post-type-archive-jetpack-testimonial .page-header {
	border-bottom: 0;
}

.post-type-archive-jetpack-testimonial .page-title,
.post-type-archive-jetpack-testimonial .taxonomy-description {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px; /* 900px */
	max-width: 71.25em; /* 56.25em */
}

.single-jetpack-testimonial .hentry-wrapper {
	padding-top: 1.5em;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/* Akismet */
.widget_akismet_widget .a-stats {
	color: #4d4d4d;
	margin-bottom: 1.5em;
	width: 100%;
}

.widget_akismet_widget .a-stats a,
.widget_akismet_widget .a-stats .count {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.widget_akismet_widget .a-stats a {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	text-align: inherit;
	width: auto;
}

.widget_akismet_widget .a-stats a:focus,
.widget_akismet_widget .a-stats a:hover {
	background: transparent;
	color: #e23d35;
}

.widget_akismet_widget .a-stats .count {
	display: inline-block;
	padding: 0;
}

.widget-footer-top-area .widget_akismet_widget .a-stats {
	color: rgba(255, 255, 255, 0.75);
}

.widget-footer-top-area .widget_akismet_widget .a-stats a:focus,
.widget-footer-top-area .widget_akismet_widget .a-stats a:hover {
	color: #fff;
}

/* Blog Subscriptions */
.jetpack_subscription_widget form,
.jetpack_subscription_widget .success {
	border: 1px solid #4d4d4d;
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
}

.widget-footer-top-area .jetpack_subscription_widget form,
.widget-footer-top-area .jetpack_subscription_widget .success {
	border-color: rgba(255, 255, 255, 0.25);
}

/* Contact Info */
.widget_contact_info .contact-map,
.widget_contact_info > div:last-of-type {
	margin-bottom: 1.5em;
}

/* Display WordPress Posts */
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
	margin: 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
	font-size: inherit;
	line-height: inherit;
	margin: 0 auto 1.5em;
	padding: 0;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
	margin-bottom: 1.5em;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	font-size: inherit;
	line-height: inherit !important;
	margin: 0 0 1.5em !important;
}

/* Goodreads */
.widget_goodreads br,
.widget_goodreads center {
	display: none;
}

.widget_goodreads h2[class^="gr_custom_header"] {
	font-size: inherit;
	line-height: inherit;
	margin: 0 auto 1.5em;
}

.widget_goodreads div[class^="gr_custom_title"] a,
.widget_goodreads div[class^=gr_custom_container] a {
	color: #4d4d4d;
	font-weight: normal;
}

.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a,
.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a {
	color: rgba(255, 255, 255, 0.75);
}

.widget_goodreads div[class^="gr_custom_title"] a:focus,
.widget_goodreads div[class^="gr_custom_title"] a:hover,
.widget_goodreads div[class^=gr_custom_container] a:focus,
.widget_goodreads div[class^=gr_custom_container] a:hover {
	color: #e23d35;
}

.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:focus,
.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:hover,
.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:focus,
.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:hover {
	color: #fff;
}

.widget_goodreads div[class^="gr_custom_container"] {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	margin-bottom: 1.5em;
	padding: 0;
}

.widget_goodreads div[class^="gr_custom_each_container"] {
	border-bottom: 0;
	border-top: 1px solid #4d4d4d;
	padding: 0.75em 0;
	margin: 0;
}

.widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"] {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.widget_goodreads div[class^="gr_custom_each_container"]:last-of-type {
	border-bottom: 1px solid #4d4d4d;
}

.widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"]:last-of-type {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.widget_goodreads div[class^="gr_custom_title"] {
	font-weight: bold;
}

.widget_goodreads div[class^="gr_custom_author"] {
	color: inherit;
	font-size: inherit;
	padding: 0;
}

/* Google+ Badge */
.widget_googleplus_badge iframe {
	margin-bottom: 1.5em !important;
}

/* Gravatar Profile */
.widget-grofile .grofile-thumbnail {
	border-radius: 50%;
	margin-bottom: 1.5em;
}

.widget-grofile h4 {
	margin: 0 0 1.5em !important;
}

.widget-grofile .grofile-full-link {
	display: inline-block;
}

/* Image */
.widget_image .jetpack-image-container {
	margin-bottom: 1.5em;
}

.widget_image .jetpack-image-container img {
	vertical-align: middle;
}

.widget_image .jetpack-image-container .wp-caption {
	margin-bottom: 0;
}

.widget_image .jetpack-image-container .wp-caption-text {
	padding: 0.1875em 0;
}

/* RSS Links */
.widget_rss_links ul {
	border-bottom: 1px solid #4d4d4d;
	list-style: none;
	margin-left: 0;
}

.widget-footer-top-area .widget_rss_links ul {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.widget_rss_links li {
	border-top: 1px solid #4d4d4d;
	padding: 0.75em 0;
}

.widget-footer-top-area .widget_rss_links li {
	border-color: rgba(255, 255, 255, 0.25);
}

.widget_rss_links a {
	border-bottom: 0;
}

.widget_rss_links p {
	border-top: 1px solid #4d4d4d;
	margin-bottom: 0;
	padding: 0.75em 0;
}

.widget-footer-top-area .widget_rss_links p {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.widget_rss_links p:last-of-type {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.5em;
	padding-bottom: 0.75em;
}

.widget-footer-top-area .widget_rss_links p:last-of-type {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.widget_rss_links p a + a {
	margin-left: 0.1865em;
}

.widget_rss_links img {
	vertical-align: middle;
}

/* Social Icons */
.site .jetpack_widget_social_icons ul {
	font-size: 16px;
	font-size: 1em;
	margin: 0 0 1em -0.25em;
}


.site .jetpack_widget_social_icons ul::before,
.site .jetpack_widget_social_icons ul::after{
	content: "";
	display: table;
	table-layout: fixed;
}

.site .jetpack_widget_social_icons ul::after {
	clear: both;
}

.site .jetpack_widget_social_icons li {
	display: block;
	float: left;
	margin: 0 0.25em 0.5em;
	text-align: center;
}

.site .jetpack_widget_social_icons li:last-child{
	margin-right: 0;
}

.site .jetpack_widget_social_icons a {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	color: #4d4d4d;
	display: block;
	font-size: 16px;
	font-size: 1em;
	height: 2em;
	position: relative;
	width: 2em;
}

.widget-footer-top-area .jetpack_widget_social_icons a {
	border-color: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.75);
}

.site .jetpack_widget_social_icons a:hover,
.site .jetpack_widget_social_icons a:focus {
	border-color: #e23d35;
	color: #e23d35;
}

.widget-footer-top-area .jetpack_widget_social_icons a:hover,
.widget-footer-top-area .jetpack_widget_social_icons a:focus{
	background: rgba(0, 0, 0, 0.25);
	border-color: transparent;
	color: #fff;
}

.site .jetpack_widget_social_icons ul.size-small a {
	height: 32px;
	padding: 7px;
	width: 32px;
}

.site .jetpack_widget_social_icons ul.size-small svg {
	height: 16px;
	width: 16px;
}

.site .jetpack_widget_social_icons ul.size-medium a {
	height: 48px;
	padding: 12px;
	width: 48px;
}

.site .jetpack_widget_social_icons ul.size-medium svg {
	height: 22px;
	width: 22px;
}

.site .jetpack_widget_social_icons ul.size-large a {
	height: 64px;
	padding: 16px;
	width: 64px;
}

.site .jetpack_widget_social_icons ul.size-large svg {
	height: 32px;
	width: 32px;
}

/* Top Posts & Pages */
.widget_top-posts ul {
	border-bottom: 1px solid #4d4d4d;
	list-style: none;
	margin-left: 0;
}

.widget-footer-top-area .widget_top-posts ul {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.widget_top-posts li {
	border-top: 1px solid #4d4d4d;
	padding: 0.75em 0;
	vertical-align: middle;
}

.widget_top-posts .widgets-list-layout li {
	margin-bottom: 0;
}

.widget-footer-top-area .widget_top-posts li {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.widget_top-posts .widgets-grid-layout {
	margin-bottom: 1.5em;
}

/* Twitter Timeline */
.widget_twitter_timeline iframe {
	margin-bottom: 1.5em !important;
}

/*--------------------------------------------------------------
# Extra Classes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

/* Featured Content, Panel Page Template & Widget Footer Top Area */

.widget-footer-top-area .button {
	background: #fff;
	color: #4d4d4d;
}

.widget-footer-top-area .button:focus,
.widget-footer-top-area .button:hover {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.column-1-2,
.column-1-3 {
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	/* Navigation */
	.comment-navigation a,
	.post-navigation a,
	.posts-navigation a {
		padding-left: 3em;
		padding-right: 3em;
	}

	/* Forms */
	.error-404 .search-form {
		padding-bottom: 3em;
	}

	.site-content-wrapper .widget-area {
		padding: 3em;
	}

	/* Widgets */
	.widget {
		padding-bottom: 1.5em;
	}

	/* Content */

	.entry-author {
		margin-top: 1.5em;
	}

	.error-404 .widget:last-of-type {
		padding-bottom: 0;
	}

	.comments-area {
		padding-top: 3em;
	}

	.comments-wrapper {
		padding-bottom: 1.5em;
		padding-left: 3em;
		padding-right: 3em;
	}

	.comment-list > li {
		margin-bottom: 3em;
		padding-bottom: 1.5em;
	}

	.comment-list > li:last-child {
		padding-bottom: 0;
	}

	.comment-respond {
		padding-bottom: 1.5em;
		padding-left: 3em;
		padding-right: 3em;
	}

	.comments-wrapper + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3em;
	}

	/* Media */
	.gallery-columns-3 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-8 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	/* Jetpack */
	#infinite-handle {
		padding: 3em;
	}

	.site-main .infinite-loader {
		height: 8.25em;
	}

	.post-type-archive-jetpack-testimonial .infinite-wrap {
		margin-top: -1.5em;
		padding-bottom: 1.5em;
		padding-left: 3em;
		padding-right: 3em;
	}

	.site .testimonial-entry-column-2 {
		width: 47%;
		width: calc(50% - 0.75em);
	}

	.site .testimonial-entry-column-2.testimonial-entry-first-item-row {
		margin-right: 0.75em;
	}

	.site .testimonial-entry-column-2.testimonial-entry-last-item-row {
		margin-left: 0.75em;
	}

	.post-type-archive-jetpack-testimonial .page-header {
		padding-bottom: 0;
	}

	.post-type-archive-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 1.5em;
	}

	.single-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 1.5em;
		padding-top: 3em;
	}
}

/*--------------------------------------------------------------
## x >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {

	.entry-footer,
	.entry-meta,
	.widget-small,
	.widget-small input,
	.widget-small select,
	.widget-small textarea {
		font-size: 14px;
		font-size: 0.875em;
		line-height: 1.40625;
	}

	.widget-small h1,
	.widget-small h2,
	.widget-small h3,
	.widget-small h4,
	.widget-small h5,
	.widget-small h6 {
		margin-bottom: 1.40625em;
	}

	h1 {
		font-size: 48px;
    	font-size: 3em;
		line-height: 1.125;
	}

	h2,
	.post-type-archive-jetpack-testimonial .page-title,
	.wp-block-column h1,
	.widget-small h1 {
		font-size: 40px;
		font-size: 2.5em;
		line-height: 1.125;
	}

	h3,
	.wp-block-column h2,
	.widget-small h2,
	.widget-title,
	.site-title {
		font-size: 32px;
		font-size: 2em;
		line-height: 1.1719;
	}

	h4,
	.wp-block-column h3,
	.widget-small h3,
	.widget-small .widget-title {
		font-size: 24px;
		font-size: 1.5em;
		line-height: 1.2;
	}

	h5,
	.wp-block-column h4,
	.widget-small h4 {
		font-size: 20px;
		font-size: 1.25em;
		line-height: 1.5;
	}

	h6,
	.wp-block-column h5,
	.widget-small h5 {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
	}

	.wp-block-column h6,
	.widget-small h6 {
		font-size: 13px;
		font-size: 0.8125em;
		line-height: 1.2981;
	}

	.widget-small address,
	.widget-small p,
	.widget-small pre {
		margin-bottom: 1.40625em;
	}

	.widget-small pre {
		padding: 1.40625em;
	}

	/* Elements */
	.widget-small hr {
		margin-bottom: 1.40625em;
	}

	.widget-small ul,
	.widget-small ol {
		margin-bottom: 1.40625em;
	}

	.widget-small li > ul,
	.widget-small li > ol {
		margin-bottom: 0;
		margin-left: 1.40625em;
	}

	.widget-small dl {
		margin-bottom: 1.40625em;
	}

	.widget-small dd {
		margin-left: 1.40625em;
		margin-right: 1.40625em;
	}

	.widget-small table {
		margin-bottom: 1.40625em;
	}

	/* Forms */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 0.703125em;
		padding-top: 0.703125em;
	}

	.widget-small button,
	.widget-small input[type="button"],
	.widget-small input[type="reset"],
	.widget-small input[type="submit"] {
		font-size: 13px;
		font-size: 0.8125em;
		line-height: 1.1539;
		padding-bottom: 0.865384em;
		padding-top: 0.865384em;
	}

	.widget-small input[type="text"],
	.widget-small input[type="email"],
	.widget-small input[type="url"],
	.widget-small input[type="password"],
	.widget-small input[type="search"],
	.widget-small input[type="number"],
	.widget-small input[type="tel"],
	.widget-small input[type="range"],
	.widget-small input[type="date"],
	.widget-small input[type="month"],
	.widget-small input[type="week"],
	.widget-small input[type="time"],
	.widget-small input[type="datetime"],
	.widget-small input[type="datetime-local"],
	.widget-small input[type="color"],
	.widget-small select,
	.widget-small textarea {
		padding: 0.703125em;
	}

	.widget-small .search-form .search-field {
		padding-right: 3.515625em;
	}

	.widget-small .search-form .search-submit {
		height: 2.8125em;
		width: 2.8125em;
	}

	/* Layout */
	.widget-footer-area.column-2 .widget {
		float: left;
		width: 50%;
	}

	.widget-footer-area.column-2 .widget:nth-child(odd) {
		clear: left;
		padding-right: 1.5em;
	}

	.widget-footer-area.column-2 .widget-small:nth-child(odd) {
		padding-right: 1.875em;
	}

	.widget-footer-area.column-2 .widget:nth-child(even) {
		padding-left: 1.5em;
	}

	.widget-footer-area.column-2 .widget-small:nth-child(even) {
		padding-left: 1.875em;
	}

	/* Navigation */
	.post-navigation .meta-nav {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding: 0.234375em 0;
	}

	.post-navigation .post-title {
		font-size: 32px;
		font-size: 2em;
		line-height: 1.1719;
	}

	.comment-navigation .nav-previous a::before,
	.posts-navigation .nav-previous a::before,
	.comment-navigation .nav-next a::after,
	.posts-navigation .nav-next a::after {
		vertical-align: middle;
	}

	/* Alignments */
	.widget-small .alignleft {
		margin-right: 1.40625em;
	}

	.widget-small .alignright {
		margin-left: 1.40625em;
	}

	/* Widgets */
	.widget-small {
		padding-bottom: 1.40625em;
	}

	.widget-small.widget_calendar caption {
		margin-bottom: 1.40625em;
	}

	.widget-small.widget_archive li,
	.widget-small.widget_categories li,
	.widget-small.widget_links li,
	.widget-small.widget_meta li,
	.widget-small.widget_nav_menu li,
	.widget-small.widget_pages li,
	.widget-small.widget_recent_comments li,
	.widget-small.widget_recent_entries li,
	.widget-small.widget_rss li {
		padding-bottom: 0.703125em;
		padding-top: 0.703125em;
	}

	.widget-small.widget_categories .children,
	.widget-small.widget_nav_menu .sub-menu,
	.widget-small.widget_pages .children {
		margin-bottom: -0.703125em;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0.703125em;
	}

	.widget-small.widget_archive select,
	.widget-small.widget_categories select {
		margin-bottom: 1.40625em;
	}

	.widget-small.widget_tag_cloud .tagcloud {
		padding-bottom: 1.15625em;
	}

	/* Content */
	.entry-meta {
		margin-bottom: 0.46875em;
	}

	.entry-footer > span,
	.entry-meta > span {
		display: inline-block;
		padding: 0.23438em 0;
	}

	.author-title {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-top: 0.234375em;
	}

	.author-name {
		font-size: 32px;
		font-size: 2em;
		line-height: 1.1719;
		margin-bottom: 1.875em;
		padding-top: 0.234375em;
	}

	.page-links {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		margin-bottom: 1.5625em;
	}

	.page-links a,
	.page-links > span {
		height: 1.875em;
		line-height: 1.875em;
		margin-bottom: 0.3125em;
		margin-right: 0.3125em;
		width: 1.875em;
	}

	.comment-reply-title small {
		font-size: 20px;
		font-size: 1.25em;
	}

	.comment-metadata {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding: 0.234375em 0;
	}

	.no-comments {
		font-size: 40px;
		font-size: 2.5em;
		line-height: 1.125;
		margin-bottom: 1.875em;
	}

	/* Media */
	.widget-small embed,
	.widget-small iframe,
	.widget-small object,
	.widget-small video,
	.widget-small .fb_iframe_widget,
	.widget-small .wp-audio-shortcode {
		margin-bottom: 1.40625em;
	}

	.widget-small p embed,
	.widget-small p iframe,
	.widget-small p object,
	.widget-small p video {
		margin-bottom: 0;
	}

	.widget-small .wp-caption {
		margin-bottom: 1.40625em;
	}

	.wp-caption-text, figcaption {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 0.234375em;
		padding-top: 0.234375em;
	}

	.widget-small .wp-caption-text {
		font-size: 13px;
		font-size: 0.8125em;
		line-height: 1.2981;
		padding-bottom: 0.17578125em;
		padding-top: 0.17578125em;
	}

	.widget-small .gallery {
		margin: -0.703125em 0 0.703125em;
		-webkit-transform: translateX(-0.703125em);
		-moz-transform: translateX(-0.703125em);
		-ms-transform: translateX(-0.703125em);
		transform: translateX(-0.703125em);
		width: calc(100% + 1.40625em);
	}

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

	.widget-small .gallery-item {
		padding: 0.703125em;
	}

	.widget-small .wp-playlist {
		margin-bottom: 1.40625em;
		padding: 0.703125em;
	}

	.widget-small .wp-playlist-current-item {
		margin-bottom: 0.703125em;
	}

	.widget-small .wp-playlist-tracks {
		margin-top: 0.703125em;
	}

	/* Jetpack */
	.widget-small .contact-form > div {
		margin-bottom: 1.40625em;
	}

	.widget-small .slideshow-window,
	.widget-small .tiled-gallery {
		margin-bottom: 1.40625em;
	}

	.site .tiled-gallery-caption {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 0.234375em;
		padding-top: 0.234375em;
	}

	.widget-small .tiled-gallery-caption {
		font-size: 13px;
		font-size: 0.8125em;
		line-height: 1.2981;
		padding-bottom: 0.17578125em;
		padding-top: 0.17578125em;
	}

	.widget-small .instagram-media {
		margin-bottom: 1.40625em !important;
	}

	#infinite-footer .container {
		background: transparent;
		border: 0;
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding: 0.703125em 3.75em;
	}

	.site-main #infinite-handle span button,
	.site-main #infinite-handle span button:focus,
	.site-main #infinite-handle span button:hover {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 0.703125em;
		padding-top: 0.703125em;
	}

	.widget-small .PDS_Poll {
		margin-bottom: 1.40625em;
	}

	.widget-small .jetpack-video-wrapper {
		margin-bottom: 1.40625em;
	}

	div#jp-relatedposts,
	.sd-like.jetpack-likes-widget-wrapper,
	.sd-rating,
	.sd-sharing-enabled:not(#jp-post-flair) {
		margin-bottom: 1.875em;
	}

	div#jp-relatedposts,
	.sd-like.jetpack-likes-widget-wrapper,
	.sd-sharing-enabled:not(#jp-post-flair) {
		padding-bottom: 1.875em;
	}

	.hentry div.sharedaddy h3.sd-title {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 0.234375em;
		padding-top: 0.234375em;
	}

	div#jp-relatedposts {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
		padding-bottom: 1.875em;
	}

	div#jp-relatedposts .jp-relatedposts-post-context,
	div#jp-relatedposts .jp-relatedposts-post-date,
	div#jp-relatedposts .jp-relatedposts-post-title {
		padding-bottom: 0.234375em;
		padding-top: 0.234375em;
	}

	div#jp-relatedposts .jp-relatedposts-post-excerpt {
		border-width: 0.234375em 0;
	}

	.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		float: left;
		margin-bottom: 0;
		width: 33.333333%;
		padding-right: 1.25em;
	}

	.hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-of-type(2) {
		padding-left: 0.625em;
		padding-right: 0.625em;
	}

	.hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:last-of-type {
		padding-left: 1.25em;
		padding-right: 0;
	}

	.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title {
		padding-top: 0.46875em;
	}

	.comment .pd-rating,
	.hentry .pd-rating {
		margin-bottom: 1.875em;
		padding-bottom: 0.4375em;
		padding-top: 0.4375em;
	}

	.sd-rating + .sd-sharing-enabled:not(#jp-post-flair) {
		padding-top: 1.875em;
	}

	.widget-small .testimonial-entry {
		margin-bottom: 1.40625em;
		padding: 1.40625em 1.40625em 0;
	}

	.widget-small .testimonial-entry.has-testimonial-thumbnail {
		margin-bottom: 3.40625em;
	}

	.widget-small .testimonial-entry-content,
	.widget-small .testimonial-entry-title {
		margin-bottom: 1.40625em;
	}

	.site .testimonial-entry-mobile-first-item-row {
		clear: none;
	}

	.site .testimonial-entry-first-item-row {
		clear: left;
	}

	.site .testimonial-entry-column-3 {
		margin-left: 0.5em;
		margin-right: 0.5em;
		width: 31%;
		width: calc(33.333333% - 1em);
	}

	.site .testimonial-entry-column-3.testimonial-entry-first-item-row {
		margin-left: 0;
		margin-right: 1em;
	}

	.site .testimonial-entry-column-3.testimonial-entry-last-item-row {
		margin-left: 1em;
		margin-right: 0;
	}

	.widget-small.jetpack_subscription_widget form,
	.widget-small.jetpack_subscription_widget .success,
	.widget-small.widget_akismet_widget .a-stats,
	.widget-small.widget_contact_info .contact-map,
	.widget-small.widget_contact_info > div:last-of-type,
	.widget-small.widget_goodreads h2[class^="gr_custom_header"],
	.widget-small.widget_goodreads div[class^="gr_custom_container"],
	.widget-small.widget-grofile .grofile-thumbnail,
	.widget-small.widget_image .jetpack-image-container,
	.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
	.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img,
	.widget-small.widget_top-posts .widgets-grid-layout {
		margin-bottom: 1.40625em;
	}

	.widget-small.widget_googleplus_badge iframe,
	.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
	.widget-small.widget_twitter_timeline iframe {
		margin-bottom: 1.40625em !important;
	}

	.widget-grofile h4 {
		margin-bottom: 1.875em !important;
	}

	.widget-small.widget-grofile h4 {
		margin-bottom: 1.40625em !important;
	}

	.widget-small.widget_image .jetpack-image-container .wp-caption {
		margin-bottom: 0;
	}

	.widget-small.jetpack_subscription_widget form,
	.widget-small.jetpack_subscription_widget .success {
		padding: 1.40625em 1.40625em 0;
	}

	.widget-small.widget_goodreads div[class^="gr_custom_each_container"],
	.widget-small.widget_rss_links li,
	.widget-small.widget_rss_links p,
	.widget-small.widget_top-posts li {
		padding-bottom: 0.703125em;
		padding-top: 0.703125em;
	}

	.widget-small.widget_rss_links p:last-of-type {
		padding-bottom: 0.703125em;
	}

	/* Extra Classes */
	.widget-small .button {
		font-size: 13px;
		font-size: 0.8125em;
		line-height: 1.1539;
		padding-bottom: 0.865384em;
		padding-top: 0.865384em;
	}

	.column-1-2 {
		float: left;
		width: 50%;
	}

	.column-1-2.column-first {
		padding-right: 0.75em;
	}

	.column-1-2.column-last {
		padding-left: 0.75em;
	}

	.column-last + * {
		clear: left;
	}

}

/*--------------------------------------------------------------
## x >= 896px
--------------------------------------------------------------*/
@media screen and (min-width: 896px) {

	/* Layout */

	.no-sidebar .comments-area {
		margin-left: auto;
		margin-right: auto;
		max-width: 1140px; /* 900px */
		max-width: 71.25em; /* 56.25em */
	}

	.site-content-wrapper .widget-area {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 2em;
		padding-right: 0;
		padding-top: 4.5em;
		width: 33.333333%;
		background-color: transparent;
	}

	.jetpack-social-navigation {
		float: right;
	}

	.widget-footer-area.column-3 .widget {
		float: left;
		width: 33.333333%;
	}

	.widget-footer-area.column-3 .widget:nth-child(3n+1) {
		clear: left;
		padding-right: 2em;
	}

	.widget-footer-area.column-3 .widget-small:nth-child(3n+1) {
		padding-right: 2.5em;
	}

	.widget-footer-area.column-3 .widget:nth-child(3n+2) {
		padding-left: 1em;
		padding-right: 1em;
	}

	.widget-footer-area.column-3 .widget-small:nth-child(3n+2) {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}

	.widget-footer-area.column-3 .widget:nth-child(3n+3) {
		padding-left: 2em;
	}

	.widget-footer-area.column-3 .widget-small:nth-child(3n+3) {
		padding-left: 2.5em;
	}

	/* Navigation */
	.comment-navigation,
	.posts-navigation {
		border-width: 1px;
	}

	.comment-navigation {
		margin-bottom: 3em;
	}

	.posts-navigation {
		margin-bottom: 1.5em;
		margin-top: 3em;
	}

	.comment-navigation a,
	.post-navigation a,
	.posts-navigation a {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.post-navigation {
		border-bottom-width: 1px;
		margin-bottom: 4.5em;
	}

	.post-navigation a {
		border-width: 1px 1px 0;
	}

	/* Content */

	.entry-author {
		margin-top: 3em;
	}

	.comments-area {
		border-top: 0;
		padding-bottom: 1.5em;
		padding-top: 0;
	}

	.comment-respond,
	.comments-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.comment-navigation + .comment-respond {
		border-top: 0;
		padding-top: 0;
	}

	/* Jetpack */
	#infinite-footer .container {
		padding-left: 1.875em;
		padding-right: 1.875em;
	}

	#infinite-handle {
		border-top: 0;
		padding: 3em 0 1.5em;
	}

	.site-main #infinite-handle span button,
	.site-main #infinite-handle span button:focus,
	.site-main #infinite-handle span button:hover {
		display: inline-block;
		width: auto;
	}

	.site-main .infinite-loader {
		border-top: 0;
		height: 6.75em;
	}

	.infinite-loader .spinner {
		left: 12px !important;
		-webkit-transform: translateY(0.75em);
		-moz-transform: translateY(0.75em);
		-ms-transform: translateY(0.75em);
		transform: translateY(0.75em);
	}

	.infinite-wrap {
		border-top: 0;
	}

	.post-type-archive-jetpack-testimonial .infinite-wrap {
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.post-type-archive-jetpack-testimonial #infinite-handle,
	.post-type-archive-jetpack-testimonial .infinite-loader,
	.post-type-archive-jetpack-testimonial .infinite-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 1140px; /* 900px */
		max-width: 71.25em; /* 56.25em */
		width: 80%;
		width: calc(100% - 6em);
	}

	.site-footer .jetpack-social-navigation ul {
		margin-bottom: 0;
	}

	.site .testimonial-entry-column-4 {
		width: 23%;
		width: calc(25% - 1.25em);
	}

	.site .testimonial-entry-column-4.testimonial-entry-first-item-row {
		margin-right: 1.25em;
	}

	.site .testimonial-entry-column-4:nth-of-type(4n+2) {
		margin-left: 0.25em;
		margin-right: 0.75em;
	}

	.site .testimonial-entry-column-4:nth-of-type(4n+3) {
		margin-left: 0.75em;
		margin-right: 0.25em;
	}

	.site .testimonial-entry-column-4.testimonial-entry-last-item-row {
		margin-left: 1.25em;
	}

	.site .testimonial-entry-column-5 {
		margin-left: 0.375em;
		margin-right: 0.375em;
		width: 18%;
		width: calc(20% - 0.75em);
	}

	.site .testimonial-entry-column-6 {
		margin-left: 0.375em;
		margin-right: 0.375em;
		width: 15.5%;
		width: calc(16.666667% - 0.75em);
	}

	.archive .content-area,
	.blog .content-area,
	.search .content-area {
		padding-bottom: 3em;
	}

	.archive .content-area .jetpack-testimonial,
	.search .content-area .jetpack-testimonial {
		border-bottom-width: 1px;
		padding-top: 1.5em;
	}

	.search-testimonial::after {
		content: "";
		display: block;
		height: 1.5em;
		margin-top: -1.5em;
	}

	.post-type-archive-jetpack-testimonial .page-header {
		margin-bottom: 0;
		padding-left: 3em;
		padding-right: 3em;
	}

	.post-type-archive-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 0;
	}

	.post-type-archive-jetpack-testimonial .posts-navigation {
		margin-top: 4.5em;
		max-width: 1140px; /* 900px */
		max-width: 71.25em; /* 56.25em */
		width: 80%;
		width: calc(100% - 6em);
	}

	.single-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 3em;
		padding-top: 4.5em;
	}

	/* Extra Classes */

	.column-1-3 {
		float: left;
		padding-left: 0.5em;
		padding-right: 0.5em;
		width: 33.333333%;
	}

	.column-1-3.column-first {
		padding-left: 0;
		padding-right: 1em;
	}

	.column-1-3.column-last {
		padding-left: 1em;
		padding-right: 0;
	}

}

/*--------------------------------------------------------------
## x >= 1020px
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) {

	/* Layout */
	.single:not(.single-product) .content-area {
		margin-bottom: 3em;
	}

	.archive .content-area,
	.blog .content-area,
	.search .content-area {
		padding-bottom: 4.5em;
	}

	/* Navigation */
	.posts-navigation {
		margin-top: 4.5em;
	}

	/* Content */
	h1 {
		font-size: 64px;
   		font-size: 4em;
		line-height: 1.2;
	}

	h2,
	.post-type-archive-jetpack-testimonial .page-title,
	.wp-block-column h1,
	.widget-small h1 {
		font-size: 48px;
		font-size: 3em;
		line-height: 1.2;
	}

	h3,
	.wp-block-column h2,
	.widget-small h2,
	.comment-reply-title,
	.comments-title {
		font-size: 36px;
		font-size: 2.25em;
		line-height: 1.125;
	}

	h4,
	.wp-block-column h3,
	.widget-small h3,
	.widget-title,
	.site-title {
		font-size: 32px;
		font-size: 2em;
		line-height: 1.1719;
	}

	h5,
	.wp-block-column h4,
	.widget-small h4 {
		font-size: 24px;
		font-size: 1.5em;
		line-height: 1.2;
	}

	h6,
	.wp-block-column h5,
	.widget-small h5 {
		font-size: 20px;
		font-size: 1.25em;
		line-height: 1.5;
	}

	.wp-block-column h6,
	.widget-small h6 {
		font-size: 16px;
		font-size: 1em;
		line-height: 1.40625;
	}

	.entry-author {
		margin-top: 4.5em;
	}

	.comments-area {
		padding-bottom: 3em;
	}

	/* Jetpack */
	#infinite-handle {
		padding-top: 4.5em;
	}

	.site-main .infinite-loader {
		height: 8.25em;
	}

	.infinite-loader .spinner {
		-webkit-transform: translateY(1.5em);
		-moz-transform: translateY(1.5em);
		-ms-transform: translateY(1.5em);
		transform: translateY(1.5em);
	}

	.archive .content-area .jetpack-testimonial,
	.search .content-area .jetpack-testimonial {
		padding-top: 1.5em;
	}

	.post-type-archive-jetpack-testimonial .posts-navigation {
		margin-top: 6em;
	}

	.single-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 1.5em;
		padding-top: 6em;
	}
}

/*--------------------------------------------------------------
## x >= 1360px
--------------------------------------------------------------*/
@media screen and (min-width: 1360px) {

	/* wide elements */
	.alignwide {
		margin-left  : -78px;
		margin-right : -78px;
	}
}
