/*
Theme Name: Romance
Theme URI: https://www.blogbeauty.co.uk/themes/romance/
Author: Blog Beauty
Author URI: https://www.blogbeauty.co.uk/
Description: WordPress theme designed by Blog Beauty.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: romance
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, black, gray, white, red, orange, yellow, green, blue, purple, light, responsive-layout, custom-menu, custom-background, custom-colors, left-sidebar, right-sidebar, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Romance is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebars
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 *    12.3 - Slideshows
 * 13.0 - Plugins
 *    13.1 - WooCommerce
 *    13.2 - Jetpack Infinite Scroll
 * 14.0 - Media Queries
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.menu-toggle:before,
.dropdown-toggle:after,
.main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.main-navigation .menu-item-has-children li.page_item_has_children > a:after,
.main-navigation .page_item_has_children li.menu-item-has-children > a:after,
.main-navigation .page_item_has_children li.page_item_has_children > a:after,
.pagination .prev:before,
.pagination .next:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.post-navigation .nav-next span.post-title:before,
.post-navigation .nav-previous span.post-title:after,
.widget.romance-social-widget li a:before,
.widget.widget_search .search-form:before,
.flex-direction-nav a:before,
#respond #cancel-comment-reply-link:before {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * 3.0 - Typography
 */

html {
	font-size: 62.5%;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Lora", Georgia, serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .site-title {
	color: #1d1d1d;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	margin: 1.5em 0 0.75em;
	line-height: 1;
	letter-spacing: 1px;
	clear: both;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 21px;
	font-size: 2.1rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
p {
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 2em 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background-color: rgba(0, 0, 0, 0.025);
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 1.5em;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 2em;
	max-width: 100%;
	overflow: scroll;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark {
	background: #fff9c0;
}
mark, ins {
	text-decoration: none;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #fcfbf7; /* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}
button,
input,
select,
textarea {
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	-webkit-transition: color 0.2s ease, border-color 0.2s ease;
	-moz-transition: color 0.2s ease, border-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, border-color 0.2s ease;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: white;
	border: 1px solid #ddbc90;
	border-radius: 0;
	color: #ddbc90;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1;
	padding: 0.75em 1em;
	text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #222222;
	border-color: #222222;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #222222;
	border-color: #222222;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	color: #666;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05) inset;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0.5em;
	margin-bottom: 0.2em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #1d1d1d;
	outline: none;
	border-color: #222222;
}
input[type="search"] {
	box-sizing: border-box;
	max-width: 100%;
}
textarea {
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	letter-spacing: 0.1rem;
}
.post-password-form input[type="password"] {
	width: 100%;
}
.post-password-form input[type="submit"] {
	margin-top: 0.5em;
}
.post-password-form > :last-child {
	margin-bottom: 0;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #ddbc90;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
a:hover,
a:focus,
a:active {
	color: #222222;
}
.more-link,
#infinite-handle span {
	background: white;
	border: 1px solid #ddbc90;
	border-radius: 0;
	color: #ddbc90;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	padding: 0.75em 1em;
	text-decoration: none;
}
.more-link {
	-webkit-transition: color 0.2s ease, border-color 0.2s ease;
	-moz-transition: color 0.2s ease, border-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, border-color 0.2s ease;
}
#infinite-handle span {
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.more-link:hover,
.more-link:focus,
.more-link:active,
#infinite-handle span:hover,
#infinite-handle span:focus,
#infinite-handle span:active {
	color: #222222;
	border-color: #222222;
	outline: none;
}


/**
 * 6.2 - Menus
 */

.main-navigation {
	display: block;
}
#top-bar {
	background-color: white;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#top-bar .inner {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
#primary-navigation {
	text-align: center;
}
#secondary-navigation {
	float: left;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.nav-menu {
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: -4px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #222222;
	line-height: 1;
	padding: 15px 7px;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: #ddbc90;
}

/* Desktop menu */
@media screen and (min-width: 1025px) {
	/* Sub-menus when full menu is shown */
	.main-navigation ul ul {
		background: white;
		border: 1px solid #ecedee;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
		float: left;
		position: absolute;
		top: 43px;
		margin-right: 0;
		padding: 10px 20px;
		left: -999em;
		text-align: left;
		width: 220px;
		z-index: 100000;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: -11px;
	}
	.main-navigation ul ul a {
		color: #1d1d1d;
		padding: 10px 0;
		width: 100%;
	}
	.main-navigation ul ul li {
		margin-right: 0;
		border-bottom: 1px solid #f3f3f3;
		width: 100%;
	}
	.main-navigation ul ul li:last-child {
		border-bottom: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul > li.current_page_item:not(.menu-item-home) > a,
	.main-navigation ul > li.current-menu-item:not(.menu-item-home) > a {
		color: #ddbc90;
	}
	.main-navigation .menu-item-has-children li.menu-item-has-children > a,
	.main-navigation .menu-item-has-children li.page_item_has_children > a,
	.main-navigation .page_item_has_children li.menu-item-has-children > a,
	.main-navigation .page_item_has_children li.page_item_has_children > a {
		position: relative;
		padding-right: 14px;
	}
	.main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.main-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.main-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.main-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		width: 8px;
		height: 8px;
		font-size: 8px;
		position: absolute;
		right: 0;
		top: 12px;
		line-height: 8px;
		vertical-align: text-bottom;
	}
	/* Disable sub-menu indicator for last level menu items ($depth => 4) */
	.main-navigation li li li li.menu-item-has-children > a:after,
	.main-navigation li li li li.page_item_has_children > a:after,
	.main-navigation li li li li.menu-item-has-children > a:after,
	.main-navigation li li li li.page_item_has_children > a:after {
		display: none;
	}
	/* Spacer border between menu items */
	.main-navigation ul.nav-menu > li:not(:last-child) > a:after {
		display: inline-block;
		content: " ";
		width: 1px;
		height: 10px;
		padding: 0px 7px;
		position: relative;
		top: 0;
		border-right: 1px solid #cccccc;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
	/* Arrow point */
	.main-navigation div > ul > li > ul:after,
	.main-navigation div > ul > li > ul:before {
		bottom: 100%;
		left: 30px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.main-navigation div > ul > li > ul:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: white;
		border-width: 10px;
		margin-left: -10px;
	}
	.main-navigation div > ul > li > ul:before {
		border-color: rgba(236, 237, 238, 0);
		border-bottom-color: #ecedee;
		border-width: 12px;
		margin-left: -12px;
	}
}

/* Mobile menu */
.menu-toggle,
.dropdown-toggle {
	display: none;
}
@media screen and (max-width: 1024px) {
	.menu-toggle,
	.main-navigation.toggled ul.nav-menu {
		display: block;
	}
	.site-header .inner {
		position: relative;
	}
	.menu-toggle {
		background-color: transparent;
		border: 0;
		color: #222222;
		font-size: 13px;
		font-size: 1.3rem;
		height: 42px;
		padding: 0 10px 0 0;
		text-align: center;
		overflow: hidden;
		line-height: 42px;
		letter-spacing: 0.1rem;
	}
	.menu-toggle:hover,
	.menu-toggle:active {
		background: transparent;
	}
	.menu-toggle:focus {
		outline: none;
	}
	.menu-toggle:before {
		color: #222222;
		content: "\f419";
		line-height: 40px;
		width: 40px;
	}
	.main-navigation.toggled .menu-toggle:before {
		content: "\f405";
		font-size: 32px;
		position: relative;
		top: 2px;
		left: -1px;
	}
	.main-navigation.toggled {
		clear: both;
		width: 100%;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
		margin-right: 0;
		border-bottom: 1px solid #f3f3f3;
		text-align: left;
	}
	.main-navigation li:first-child {
		border-top: 1px solid #f3f3f3;
	}
	.main-navigation li a {
		padding: 15px 42px 15px 0;
	}
	.main-navigation li ul {
		display: block;
		position: static;
	}
	.main-navigation li li:last-child {
		border-bottom: 0;
	}
	.main-navigation li li {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 25px;
	}
	#primary-navigation .menu-toggle {
		background-color: white;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#primary-navigation ul.nav-menu {
		margin-top: 5px;
		padding: 15px 30px;
		background-color: white;
		border: 1px solid #ecedee;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	}
	#primary-navigation .dropdown-toggle {
		background-color: transparent;
		border: 0;
		border-left: 1px solid #f3f3f3;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: "";
		display: block;
		height: 32px;
		padding: 0;
		position: absolute;
		text-transform: lowercase; /* Stop screen readers to read the text as capital letters. */
		top: 5px;
		right: 0;
		width: 42px;
	}
	#primary-navigation .dropdown-toggle:after {
		color: #222222;
		content: '\f431';
		font-size: 14px;
		line-height: 32px;
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
	}
	#primary-navigation .dropdown-toggle.toggle-on:after {
		color: #cccccc;
	}
	#primary-navigation .dropdown-toggle:focus {
		outline: none;
	}
	#primary-navigation ul ul {
		display: none;
	}
	#primary-navigation ul .toggled-on {
		display: block;
	}
	.no-js #primary-navigation ul ul {
		display: block;
	}
	#top-bar .inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	#secondary-navigation ul.nav-menu {
		margin: 5px 30px;
	}
	#secondary-navigation .menu-toggle {
		padding: 0;
		width: 42px;
		overflow: hidden;
		border-right: 1px solid #ecedee;
		margin-left: -4px;
	}
	#secondary-navigation.toggled .menu-toggle {
		border-right-color: transparent;
	}
	#primary-navigation > div {
		background: rgba(0, 0, 0, 0);
		-webkit-transition: background .15s ease-out 0s;
		transition: background .15s ease-out 0s;
	}
	#primary-navigation.toggled > div {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 100000;
	}
	#primary-navigation.toggled .menu-toggle:before {
		content: "\f419";
		font-size: 16px;
		position: static;
	}
	#primary-navigation.toggled .menu-toggle:focus {
		outline: none;
	}
	#primary-navigation ul.nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 340px;
		max-width: 100%;
		-webkit-transform: translateX(-340px);
		-ms-transform: translateX(-340px);
		transform: translateX(-340px);
		-webkit-transition: -webkit-transform .25s linear;
		transition: transform .25s linear;
		height: 100%;
		margin: 0;
		padding: 70px 30px 30px;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 100001; /* Above WP toolbar */
	}
	#primary-navigation.toggled ul.nav-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.social-navigation {
	float: right;
	text-align: right;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-navigation li {
	display: inline-block;
	padding: 9px 0.2em 2px;
	margin-left: -4px;
	text-align: center;
}
.social-navigation a,
.social-navigation a:visited {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #404040;
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 18px;
	overflow: hidden;
	padding: 3px 0;
	text-decoration: none;
}
.social-navigation a:before,
.social-navigation a[href*="facebook.com"]:before,
.social-navigation a[href*="twitter.com"]:before,
.social-navigation a[href*="plus.google.com"]:before,
.social-navigation a[href*="instagram.com"]:before,
.social-navigation a[href*="pinterest.com"]:before,
.social-navigation a[href*="youtube.com"]:before,
.social-navigation a[href*="vimeo.com"]:before,
.social-navigation a[href*="tumblr.com"]:before,
.social-navigation a[href*="flickr.com"]:before,
.social-navigation a[href*="linkedin.com"]:before,
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before,
.social-navigation a[href*="bloglovin.com"]:before,
.social-navigation a[href*="etsy.com"]:before,
.social-navigation a[href*="skype"]:before,
.social-navigation a[href$="/feed/"]:before,
.social-navigation a[href*="mailto:"]:before {
	width: 26px;
	height: 26px;
	font-size: 18px;
}
.social-navigation a:before {
	content: '\f107';
}
.social-navigation a[href*="facebook.com"]:before {content: '\f204';}
.social-navigation a[href*="twitter.com"]:before {content: '\f202';}
.social-navigation a[href*="plus.google.com"]:before {content: '\f206';}
.social-navigation a[href*="instagram.com"]:before {content: '\f215';}
.social-navigation a[href*="pinterest.com"]:before {content: '\f209';}
.social-navigation a[href*="youtube.com"]:before {content: '\f213';}
.social-navigation a[href*="vimeo.com"]:before {content: '\f212';}
.social-navigation a[href*="tumblr.com"]:before {content: '\f214';}
.social-navigation a[href*="flickr.com"]:before {content: '\f211';}
.social-navigation a[href*="linkedin.com"]:before {content: '\f207';}
.social-navigation a[href*="wordpress.com"]:before {content: '\f205';}
.social-navigation a[href*="wordpress.org"]:before {content: '\f205';}
.social-navigation a[href*="bloglovin.com"]:before {content: '\f461';}
.social-navigation a[href*="etsy.com"]:before {content: '\f447';}
.social-navigation a[href*="skype"]:before {content: '\f220';}
.social-navigation a[href$="/feed/"]:before {content: '\f413';}
.social-navigation a[href*="mailto:"]:before {content: '\f410';}

.site-main .comment-navigation,
.site-main .pagination,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}
.site-main .pagination {
	font-size: 15px;
	font-size: 1.5rem;
}
.image-navigation:not(:empty) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px double #f3f3f3;
}
.image-navigation .nav-previous:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.post-navigation .nav-next:not(:empty) {
	float: left;
	width: 50%;
}
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-next:not(:empty),
.post-navigation .nav-previous:not(:empty) {
	float: right;
	text-align: right;
	width: 50%;
}
.image-navigation a,
.comment-navigation a,
.post-navigation a {
	display: block;
	color: #ddbc90;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}
.image-navigation a:hover,
.image-navigation a:focus,
.image-navigation a:active,
.comment-navigation a:hover,
.comment-navigation a:focus,
.comment-navigation a:active,
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
	color: #222222;
}
body:not(.attachment) .post-navigation span.meta-nav {
	display: none;
}
.post-navigation span.post-title {
	display: block;
	font-style: italic;
}
.image-navigation .nav-next a,
.post-navigation .nav-previous span.post-title {
	position: relative;
	padding-right: 35px;
}
.image-navigation .nav-previous a,
.post-navigation .nav-next span.post-title {
	position: relative;
	padding-left: 36px;
}
.image-navigation .nav-previous a:before,
.post-navigation .nav-next span.post-title:before,
.image-navigation .nav-next a:after,
.post-navigation .nav-previous span.post-title:after {
	border: 1px solid #ecedee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	font-size: 21px;
	line-height: 30px;
	width: 32px;
	height: 32px;
	padding: 0 3px;
	position: absolute;
	top: -5px;
	text-decoration: none;
}
.image-navigation .nav-previous a:before,
.post-navigation .nav-next span.post-title:before {
	content: "\f430";
	left: 0;
}
.image-navigation .nav-next a:after,
.post-navigation .nav-previous span.post-title:after {
	content: "\f429";
	right: 0;
}
.pagination {
	text-align: center;
	cursor: default;
}
.pagination .nav-links {
	text-align: center;
	position: relative;
	min-height: 2em;
}
.pagination .page-numbers {
	border: 1px solid #ddbc90;
	display: inline-block;
	text-decoration: none;
	min-width: 2em;
	line-height: 2.2em;
	cursor: pointer;
	padding: 0 0.7em;
	margin-bottom: 3px;
	-webkit-transition: color 0.2s ease, border-color 0.2s ease;
	-moz-transition: color 0.2s ease, border-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.pagination .page-numbers:hover {
	border-color: #222222;
	color: #222222;
}
.pagination .page-numbers.dots {
	min-width: 1.5em;
	padding-left: 0;
	padding-right: 0;
}
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
	border-color: transparent;
	color: #404040;
	cursor: default;
}
.pagination span.meta-nav {
	font-style: italic;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
	position: relative;
}
.pagination .prev {
	padding-left: 0.2em;
}
.pagination .next {
	padding-right: 0.2em;
}
.pagination .prev:before,
.pagination .next:after {
	font-size: 24px;
	font-size: 2.4rem;
	width: 31px;
	height: 32px;
	line-height: 32px;
	position: relative;
}
.pagination .prev:before {
	content: "\f430";
	left: -1px;
}
.pagination .next:after {
	content: "\f429";
	right: -1px;
}
@media screen and (max-width: 1024px) {
	.pagination .prev:before,
	.pagination .next:after {
		width: 3.1rem;
		height: 3.2rem;
		line-height: 3.2rem;
	}
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100002; /* Above WP toolbar */
}


/**
 * 8.0 - 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;
}

.site-content .entry-content blockquote.alignleft,
.site-content .entry-content blockquote.alignright {
	padding-top: 17px;
	width: 50%;
}
.site-content .entry-content blockquote.alignleft p,
.site-content .entry-content blockquote.alignright p {
	margin-bottom: 17px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
#posts-wrap:before,
#posts-wrap:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.image-navigation:before,
.image-navigation:after,
.comment-navigation:before,
.comment-navigation:after,
.inner:before,
.inner:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
#posts-wrap:after,
.site-footer:after,
.nav-links:after,
.image-navigation:after,
.comment-navigation:after,
.inner:after,
.widget-area:after,
.widget:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin: 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
#secondary .widget:not(.widget_search),
#tertiary .widget:not(.widget_search) {
	border-bottom: 1px solid #f3f3f3;
	padding: 0 0 1.5em;
	color: #808080;
}
.widget-title {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 0.75em;
}
#secondary .widget-title {
	position: relative;
	background: #f3f2f0;
	text-align: center;
	padding: 0.5em;
	margin-left: 0.8em;
	margin-right: 0.8em;
	line-height: 1;
	z-index: 2;
	height: 2em;
	overflow: visible;
}
#secondary .widget-title:before,
#secondary .widget-title:after {
	border: 1em solid #f3f2f0;
	border-width: 1em 0.8em;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}
#secondary .widget-title:before {
	left: -0.8em;
	border-right-width: 0.2em;
	border-left-color: transparent !important;
}
#secondary .widget-title:after {
	right: -0.8em;
	border-left-width: 0.2em;
	border-right-color: transparent !important;
}
.widget a,
.widget select {
	max-width: 100%; /* Make sure elements fit in widgets */
}
.widget a {
	color: #ddbc90;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #222222;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.widget li ul,
.widget li ol {
	margin-left: 15px;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget li:last-child {
	padding-bottom: 0;
}

#secondary .widget:last-child,
#tertiary .widget:last-child {
	margin-bottom: 0;
}
#homepage-widgets {
	float: none;
	width: 100%;
}
#homepage-widgets .widget-title {
	text-align: center;
	border-bottom: 1px solid #ecedee;
	padding-bottom: 0.5em;
}
#homepage-widgets:not(.widget-count-1) .widget {
	padding-left: 5px;
	padding-right: 5px;
}
#before-header .inner div:not(.widget-count-1) .widget,
#after-header .inner div:not(.widget-count-1) .widget,
#before-footer .inner div:not(.widget-count-1) .widget,
#after-footer .inner div:not(.widget-count-1) .widget {
	padding-right: 15px;
}

/* Search widget */
.widget.widget_search .search-field {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	padding-right: 2.6em;
}
.widget.widget_search .search-form {
	position: relative;
}
.widget.widget_search .search-form:before {
	content: "\f400";
	color: #aaaaaa;
	font-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20%;
	right: 7px;
	z-index: 1;
}
.widget.widget_search .search-submit {
	border: 0;
	overflow: hidden;
	width: 2.6em;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	text-indent: -9999px;
	background: none;
}
.widget.widget_search .search-submit:focus {
	outline: none;
}

/* Calendar widget */
#wp-calendar {
	margin-bottom: 0;
}
#wp-calendar caption {
	margin-bottom: 0.5em;
}
#wp-calendar td,
#wp-calendar th {
	background: white;
	text-align: center;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px;
}
#wp-calendar #today {
	background-color: #f3f3f3;
}

/* Tag cloud widget */
.tagcloud a {
	display: inline-block;
	clear: both;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: none;
	padding: 0.3em 0.4em;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	border: 1px solid #f3f3f3;
	line-height: 1;
	margin-bottom: 5px;
}

/* About Me widget */
.widget.romance-about-me-widget a.about-me-image {
	display: inline-block;
	vertical-align: middle;
}
.widget.romance-about-me-widget img {
	border: 1px solid #f3f3f3;
	padding: 4px;
}
.widget.romance-about-me-widget img.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.widget.romance-about-me-widget p.about-me-description {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	letter-spacing: 0.05rem;
}
.widget.romance-about-me-widget p.about-me-link {
	margin-top: 0;
	margin-bottom: 0;
}
#secondary .widget.romance-about-me-widget,
#secondary .widget.romance-about-me-widget .widget-title,
#secondary .widget.romance-about-me-widget img {
	text-align: center;
}
#secondary .widget.romance-about-me-widget p.about-me-description,
#secondary .widget.romance-about-me-widget p.about-me-link {
	text-align: left;
}

/* Recent posts widget */
.widget.romance-recent-posts li {
	clear: both;
	display: block;
	padding-bottom: 10px;
}
.widget.romance-recent-posts li:last-child {
	padding-bottom: 0;
}
.widget.romance-recent-posts li.has-recent-thumbnail {
	float: right;
	margin: 0 0 0 -85px;
	width: 100%;
}
.widget.romance-recent-posts li.has-recent-thumbnail .recent-post {
	margin: 0 0 0 85px;
}
.widget.romance-recent-posts li.has-recent-thumbnail .recent-thumbnail {
	float: left;
	width: 75px;
	border: 1px solid #f3f3f3;
	padding: 2px;
	border-radius: 2px;
}
.widget.romance-recent-posts li.has-recent-thumbnail .recent-thumbnail a {
	display: block;
}
.widget.romance-recent-posts .post-title {
	display: block;
}
.widget.romance-recent-posts .post-date {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	font-style: italic;
}

/* Social links widget */
#secondary .widget.romance-social-widget .social-links {
	text-align: center;
}
.widget.romance-social-widget li {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0;
	line-height: 30px;
	width: 32px;
	height: 32px;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.widget.romance-social-widget li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	overflow: hidden;
}
.widget.romance-social-widget li a:before {
	color: #ddbc90;
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-right: 0.3em;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.widget.romance-social-widget li a:hover:before {
	color: #404040;
}
.widget .romance-social-facebook a:before {content: '\f204';}
.widget .romance-social-twitter a:before {content: '\f202';}
.widget .romance-social-youtube a:before {content: '\f213';}
.widget .romance-social-googleplus a:before {content: '\f218';}
.widget .romance-social-pinterest a:before {content: '\f209';}
.widget .romance-social-instagram a:before {content: '\f215';}
.widget .romance-social-flickr a:before {content: '\f211';}
.widget .romance-social-vimeo a:before {content: '\f212';}
.widget .romance-social-tumblr a:before {content: '\f214';}
.widget .romance-social-linkedin a:before {content: '\f207';}
.widget .romance-social-rss a:before {content: '\f413';}
.widget .romance-social-email a:before {content: '\f410';}
.widget .romance-social-bloglovin a:before {content: '\f461';}

/* Dynamic widget width */
/* Two per row */
.per-row-2 .widget {
	width: 50%;
	float: left;
}
.per-row-2 .widget:nth-child(2n+1) {
	clear: left;
	padding-left: 0;
}
.per-row-2 .widget:nth-child(2n) {
	padding-right: 0;
}
/* Three per row */
.per-row-3 .widget {
	width: 33.33333%;
	float: left;
}
.per-row-3 .widget:nth-child(3n+1) {
	clear: left;
	padding-left: 0;
}
.per-row-3 .widget:nth-child(3n) {
	padding-right: 0;
}
/* Four per row */
.per-row-4 .widget {
	width: 25%;
	float: left;
}
.per-row-4 .widget:nth-child(4n+1) {
	clear: left;
	padding-left: 0;
}
.per-row-4 .widget:nth-child(4n) {
	padding-right: 0;
}

/* Footer widgets */
#footer-widgets:not(.widget-count-1) {
	padding-left: 15px;
	padding-right: 15px;
}
#footer-widgets:not(.widget-count-1) .inner {
	padding-left: 0;
	padding-right: 0;
}
#footer-widgets:not(.widget-count-1) .widget {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 800px) {
	#secondary .widget,
	#tertiary .widget {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#before-header .inner div:not(.widget-count-1) .widget,
	#after-header .inner div:not(.widget-count-1) .widget,
	#footer-widgets:not(.widget-count-1) .widget,
	#before-footer .inner div:not(.widget-count-1) .widget,
	#after-footer .inner div:not(.widget-count-1) .widget {
		width: 50%;
	}
	#homepage-widgets:not(.widget-count-1) .widget {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 600px) {
	#secondary .widget,
	#tertiary .widget {
		width: 100%;
	}
	#before-header .inner div:not(.widget-count-1) .widget,
	#after-header .inner div:not(.widget-count-1) .widget,
	#footer-widgets:not(.widget-count-1) .widget,
	#before-footer .inner div:not(.widget-count-1) .widget,
	#after-footer .inner div:not(.widget-count-1) .widget {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}


/**
 * 11.0 - Content
 */

.inner {
	padding: 0 30px;
}
.site-header .inner,
.site-content,
.site-footer {
	margin: 0 auto;
	max-width: 1120px;
}
.site-content,
#before-footer,
#footer-widgets,
#after-footer {
	background-color: white;
}
#footer-widgets {
	padding-bottom: 15px;
}
.site-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
#before-header,
#after-content {
	padding-top: 20px;
}
@media screen and (max-width: 994px) {
	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/**
 * 11.1 - Header
 */

.site-header > .inner {
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-branding {
	text-align: center;
}
.site-title {
	margin: 6px 0;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 2px;
}
.headings-font-playfair-display .site-title {
	font-family: Didot, "Playfair Display", "Times New Roman", Times, sans-serif;
}
.site-title a,
.site-title a:visited {
	color: #1d1d1d;
	text-decoration: none;
}
.site-description {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0.5em;
	font-style: italic;
	letter-spacing: 0.1em;
}
.has-logo-image .site-description {
	text-align: center;
}
.has-logo-image .site-header > .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.has-logo-image .site-branding a {
	display: inline-block;
	vertical-align: middle;
}
.has-logo-image .site-branding img {
	display: block;
}
.has-logo-image .site-branding a,
.has-logo-image .site-branding img {
	max-height: 90px;
	max-width: 100%;
}
.has-logo-image.logo-size-small .site-branding a,
.has-logo-image.logo-size-small .site-branding img {
	max-height: 45px;
}
.has-logo-image.logo-size-large .site-branding a,
.has-logo-image.logo-size-large .site-branding img {
	max-height: 120px;
}
.has-logo-image.logo-size-full .site-branding a,
.has-logo-image.logo-size-full .site-branding img {
	max-height: none;
}
.has-logo-image .site-title {
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.has-logo-image .site-branding {
		width: 100%;
	}
	.site-title {
		font-size: 46px;
		font-size: 4.6rem;
	}
}
@media screen and (max-width: 480px) {
	.site-header > .inner,
	.has-logo-image .site-header > .inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.site-title {
		font-size: 34px;
		font-size: 3.4rem;
	}
}


/**
 * 11.2 - Posts and pages
 */

.page-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: double 3px #f3f3f3;
	text-align: center;
}
.page-template-template-blog .page-header {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.page-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: 0;
	margin-bottom: 0;
}
.taxonomy-description {
	margin-top: 1.5em;
}
.taxonomy-description > :last-child {
	margin-bottom: 0;
}
#posts-wrap .hentry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #f3f3f3;
}
.layout-masonry #posts-wrap {
	margin-left: -15px;
	margin-right: -15px;
}
.layout-masonry .post:not(.format-quote):not(.format-status) .entry-summary {
	font-size: 13px;
	font-size: 1.3rem;
	color: #7e8080;
	word-wrap: break-word;
}
.layout-masonry .post.has-post-thumbnail .entry-summary,
.layout-masonry .post.format-video .entry-summary {
	display: none;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.single .hentry .entry-footer {
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: double 3px #f3f3f3;
}
.single .hentry .entry-footer,
.page .hentry .entry-footer {
	position: relative;
	width: 100%;
}
.layout-masonry .byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content:not(:empty),
.entry-content:not(:empty),
.entry-summary:not(:empty) {
	margin: 0 0 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-links a,
.page-links > span {
	background-color: white;
	border: 1px solid transparent;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
}
.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #ddbc90;
	text-decoration: none;
	-webkit-transition: border-color 0.2s ease, color 0.2s ease;
	-moz-transition: border-color 0.2s ease, color 0.2s ease;
	-ms-transition: border-color 0.2s ease, color 0.2s ease;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.page-links a:hover,
.page-links a:focus {
	color: #222222;
	border-color: #222222;
}
.page-links > .page-links-title {
	background: none;
	border: 0;
	height: auto;
	margin: 0;
	padding-right: 0.4em;
	width: auto;
}
.entry-header {
	text-align: center;
	margin-bottom: 20px;
}
.single .entry-header .wp-post-image {
	margin-top: 20px;
}
.entry-header .wp-post-image,
.entry-content .wp-post-image {
	margin-bottom: 20px;
}
.layout-masonry #posts-wrap .post.has-post-thumbnail .entry-header,
.layout-masonry #posts-wrap .post.format-video .entry-header {
	margin-bottom: 0;
}
.layout-masonry #posts-wrap .wp-post-image {
	margin-bottom: 15px;
}
.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 5px;
	word-wrap: break-word;
}
.layout-masonry #posts-wrap .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}
.entry-title a,
.entry-title a:visited {
	color: #1d1d1d;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ddbc90;
}
.entry-meta,
.entry-footer {
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080;
	font-style: italic;
	letter-spacing: 0.1rem;
}
.entry-meta a,
.entry-footer a {
	text-decoration: none;
}
.entry-footer {
	margin: 0 0 10px;
}
.entry-footer > span {
	display: inline;
	margin-bottom: 0.3em;
}
.entry-footer > span:after {
	content: " \00b7";
	color: #808080;
}
.entry-footer > span:last-child:after {
	content: none;
}
.entry-content > :first-child,
.comment-content > :first-child {
	margin-top: 0;
}
.entry-content > :last-child,
.comment-content > :last-child {
	margin-bottom: 0;
}
.entry-content td,
.entry-content th,
.comment-content td,
.comment-content th {
	border: 1px solid #e5e5e5;
	padding: 0.5em;
	font-size: 15px;
	font-size: 1.5rem;
}
.entry-content th,
.comment-content th {
	text-align: left;
}
.entry-content blockquote,
.entry-summary blockquote {
	padding: 5px 0;
	font-size: 22px;
	font-size: 2.2rem;
	quotes: "\201C""\201D""\201C""\201D";
}
.comment-content blockquote {
	padding-left: 1em;
	border-left: 3px solid #f3f3f3;
}
.entry-content blockquote p,
.comment-content blockquote p,
.entry-summary blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}
.entry-content blockquote:before,
.entry-summary blockquote:before {
	color: #ddbc90;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
	font-family: Georgia, serif;
}
.entry-content blockquote > :last-child,
.comment-content blockquote > :last-child,
.entry-summary blockquote > :last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite,
.comment-content blockquote cite,
.entry-summary blockquote cite {
	color: #7e8080;
	display: block;
	margin-top: 0.5em;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: right;
}


/**
 * 11.3 - Post Formats
 */

.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title,
.site-content .format-status .entry-title,
.site-content .format-aside .entry-footer,
.site-content .format-quote .entry-footer,
.site-content .format-status .entry-footer,
.layout-masonry #posts-wrap .entry-footer {
	display: none;
}
.site-content .format-status .entry-summary,
.site-content .format-status .entry-content,
.site-content .format-quote .entry-summary blockquote, 
.site-content .format-quote .entry-content blockquote {
	font-size: 24px;
	font-size: 2.4rem;
}
.site-content .format-status .entry-summary blockquote,
.site-content .format-status .entry-content blockquote,
.site-content .format-quote .entry-summary blockquote,
.site-content .format-quote .entry-content blockquote {
	padding-left: 0;
	border-left: 0;
	margin-top: 0;
}
#posts-wrap .entry-content {
	margin-bottom: 0;
}
#posts-wrap .entry-content + .entry-footer {
	margin-top: 30px;
}
.layout-masonry #posts-wrap .hentry {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 30px;
	float: left;
}
.layout-masonry #posts-wrap .hentry .entry-summary,
.layout-masonry #posts-wrap .hentry .entry-summary > :last-child {
	margin-bottom: 0;
}
.layout-masonry #posts-wrap .hentry.has-post-thumbnail .masonry-inner {
	padding: 0 0 15px;
}
.layout-masonry #posts-wrap .hentry.has-post-thumbnail .post-thumbnail {
	display: block;
}
.layout-masonry #posts-wrap .hentry.has-post-thumbnail .post-thumbnail:hover img {
	opacity: 0.94;
}
.layout-masonry #posts-wrap .hentry.format-video .masonry-inner {
	padding: 15px 0;
}
.layout-masonry #posts-wrap .hentry.format-video .video-wrapper {
	margin-top: -15px;
}
.layout-masonry #posts-wrap .hentry.format-video .entry-title,
.layout-masonry #posts-wrap .hentry.format-video .entry-meta,
.layout-masonry #posts-wrap .hentry.format-video .entry-summary {
	padding-left: 15px;
	padding-right: 15px;
}
.layout-masonry #posts-wrap .hentry .masonry-inner {
	padding: 0 0 15px;
	border-bottom: solid 1px #f3f3f3;
}
.no-sidebar.layout-masonry #posts-wrap .hentry,
.content-centered.layout-masonry #posts-wrap .hentry {
	width: 33.33333%;
}
@media screen and (max-width: 800px) {
	.layout-masonry #posts-wrap .hentry,
	.no-sidebar.layout-masonry #posts-wrap .hentry,
	.content-centered.layout-masonry #posts-wrap .hentry {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.layout-masonry #posts-wrap .hentry,
	.no-sidebar.layout-masonry #posts-wrap .hentry,
	.content-centered.layout-masonry #posts-wrap .hentry {
		width: 100%;
	}
}


/**
 * 11.4 - Comments
 */

.comments-title,
#reply-title {
	font-size: 20px;
	font-size: 2rem;
}
.comment-list {
	list-style: none;
	margin: 30px 0;
	padding-left: 0;
}
.comment-list .children {
	list-style: none;
	margin: 30px 0 0 30px;
	border-top: 1px solid #f3f3f3;
	padding-top: 30px;
}
.comment-list .children .children {
	margin-left: 0;
	padding-left: 0;
}
.comment-list > .comment,
.comment-list > .pingback,
.comment-list > .trackback {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.comment {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.comment:last-child,
.pingback:last-child,
.trackback:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-body {
	padding-left: 60px;
	padding-bottom: 30px;
	position: relative;
}
.pingback .comment-body,
.trackback .comment-body {
	padding-bottom: 0;
	padding-left: 0;
}
#comments,
#respond {
	outline: 0;
}
.comment #respond {
	padding-left: 60px;
}
#respond #cancel-comment-reply-link {
	display: inline-block;
	overflow: hidden;
	float: right;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-decoration: none;
	padding-right: 10px;
}
#respond #cancel-comment-reply-link:before {
	content: '\f406';
	width: 16px;
	height: 16px;
	font-size: 16px;
}
#reply-title a:not(#cancel-comment-reply-link) {
	text-decoration: none;
	color: #1d1d1d;
}
.comment .avatar {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.comment-author {
	line-height: 1;
	margin-bottom: 0.5em;
}
.comment-author .url,
.comment-author .fn {
	color: #1d1d1d;
	font-weight: normal;
}
.pingback a,
.trackback a,
.reply a,
.comment-author .url,
.comment-metadata a,
.logged-in-as a {
	text-decoration: none;
}
.comment-metadata {
	position: absolute;
	bottom: 0;
	left: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.comment.reply-on > .comment-body > .comment-meta > .comment-metadata {
	left: 113px;
}
.reply {
	position: absolute;
	bottom: 0;
	left: 60px;
	line-height: 30px;
}
.reply:after {
	padding-left: 0.3em;
}
.reply:after,
.comment-metadata .edit-link:before {
	content:"\00b7";
	padding-right: 0.4em;
	color: #808080;
}
.reply a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
.comment-content {
	color: #7e8080;
	font-size: 15px;
	font-size: 1.5rem;
}
.comment-content p {
	margin-bottom: 1em;
}
.logged-in-as {
	color: #808080;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.1rem;
}
span.required {
	color: #e14546;
}
.comment-form label {
	display: block;
	margin-bottom: 0.3em;
}
.comment-form-email,
.comment-form-author,
.comment-form-url {
	width: 55%;
}
.comment-form-email input,
.comment-form-author input,
.comment-form-url input,
.comment-form textarea	 {
	width: 100%;
}
.form-allowed-tags {
	display: none;
}
@media screen and (max-width: 800px) {
	.comment-list .children {
		margin-left: 0;
		padding-left: 0;
	}
}


/**
 * 11.5 - Sidebars
 */

/* Right Sidebar */
.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 25% 0 0;
	padding-right: 30px;
}
.site-content .widget-area {
	float: right;
	width: 25%;
}

/* Left Sidebar */
.left-sidebar .content-area {
	float: right;
	margin: 0 0 0 -25%;
	width: 100%;
}
.left-sidebar .site-main {
	margin: 0 0 0 25%;
	padding-right: 0;
	padding-left: 30px;
}
.left-sidebar .site-content .widget-area {
	float: left;
	width: 25%;
}

/* Both Sidebars */
.both-sidebars .content-area {
	float: left;
	margin: 0 -23% 0 0;
	width: 100%;
}
.both-sidebars .site-main {
	margin: 0 23% 0 16%;
	padding-left: 30px;
	padding-right: 30px;
}
.both-sidebars .site-content .widget-area {
	float: left;
	width: 23%;
}
.both-sidebars .site-content #tertiary {
	width: 16%;
	margin: 0 0 0 -100%;
}

/* Full Width Page And Centered Page. */
.no-sidebar #primary,
.content-centered #primary {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.content-centered.layout-standard.blog #primary,
.content-centered.layout-standard.archive #primary,
.content-centered.single #primary .entry-header :not(.wp-post-image),
.content-centered.single #primary .entry-content,
.content-centered.single #primary .entry-footer,
.content-centered.single #primary .comments-area,
.content-centered.single #primary .post-navigation,
.content-centered.page #primary .entry-header :not(.wp-post-image),
.content-centered.page #primary .entry-content,
.content-centered.page #primary .entry-footer,
.content-centered.page #primary .comments-area,
.content-centered.page #primary .post-navigation {
	float: none;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.content-centered.single #primary .has-post-thumbnail:not(.format-gallery) .entry-header :not(.wp-post-image) {
	max-width: none;
}
.content-centered.single #primary .has-post-thumbnail .entry-title {
	padding-top: 0;
}
.no-sidebar .site-main,
.content-centered .site-main {
	margin: 0;
	padding-right: 0;
}

@media screen and (max-width: 800px) {
	.site .site-content #primary,
	.site .site-content #secondary,
	.site .site-content #tertiary {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.site .site-content #tertiary {
		padding-top: 20px;
	}
	.site .site-main {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	body:not(.no-sidebar):not(.content-centered) .site-main {
		margin-bottom: 25px;
		border-bottom: double 3px #f3f3f3;
	}
}


/**
 * 11.6 - Footer
 */

.site-footer {
	clear: both;
	width: 100%;
}
.site-footer > div:last-child {
	padding-bottom: 0;
}
#footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
#footer-bottom a {
	color: #ddbc90;
	text-decoration: none;
}
#footer-bottom a:hover,
#footer-bottom a:focus,
#footer-bottom a:active {
	color: #222222;
}
#footer-bottom ul.menu,
.footer-text,
.site-info {
	text-align: center;
}
#footer-bottom ul.menu + .footer-text {
	margin-top: 0.5em;
}
#footer-bottom ul.menu {
	margin: 0;
	list-style: none;
	padding-left: 0;
}
#footer-bottom ul.menu li {
	display: inline-block;
	margin-right: 1em;
}
#footer-bottom ul.menu li:last-child {
	margin-right: 0;
}
/* Spacer border between menu items */
#footer-bottom ul.menu > li:not(:last-child) > a:after {
	display: inline-block;
	content: " ";
	width: 1px;
	height: 10px;
	padding: 0px 7px;
	position: relative;
	top: 0;
	border-right: 1px solid #cccccc;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-text {
	font-size: 12px;
	font-size: 1.2rem;
}
.footer-text p {
	margin-top: 0;
	margin-bottom: 0;
}
.site-info:before {
	content: " \00b7";
	margin-right: 0.3em;
}
#footer-bottom .site-info a {
	color: #404040;
	text-decoration: underline;
}
@media screen and (max-width: 320px) {
	.site-info {
		display: block;
	}
	.site-info:before {
		content: none;
	}
}


/**
 * 12.0 - 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,
.video-wrapper {
	margin-bottom: 15px;
	max-width: 100%; /* Make sure embeds and iframes fit their containers */
	vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.layout-masonry .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
}
.layout-masonry .video-wrapper embed,
.layout-masonry .video-wrapper iframe,
.layout-masonry .video-wrapper object,
.layout-masonry .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
audio,
canvas {
	display: inline-block;
}
.wp-post-image {
	display: block;
	width: 100%;
	height: auto;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.entry-attachment {
	text-align: center;
}
.entry-attachment img {
	margin-bottom: 15px;
}
.attachment .entry-header,
.attachment .entry-caption,
.attachment .entry-content,
.single-attachment .full-size-link,
.single-attachment .post-navigation {
	display: none;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #808080;
}
.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 3px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: none;
}


/**
 * 12.3 - Slideshows
 */

/* Flexslider */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider ul,
.flexslider ol {
	margin: 0;
	padding: 0;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 596px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	content: '\f430';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f429';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	cursor: default;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	display: inline-block;
	height: 6px;
	width: 6px;
	vertical-align: middle;
	background: #cccccc;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #ddbc90;
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

/* Featured Posts */
.featured-content {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 3px double #f3f3f3;
	margin-bottom: 30px;
}
.featured-content .flex-viewport {
	overflow: auto;
	height: 100%;
}
.featured-content .flex-control-paging {
	bottom: 5px;
}
.featured-content .hentry {
	margin: 0;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.featured-content .hentry:not(:first-child) {
	display: none;
}
.featured-content .hentry:not(.has-post-thumbnail) {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
}
.featured-content .hentry:not(.has-post-thumbnail) .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.featured-content .featured-text {
	width: 100%;
	padding: 15px 20px 0;
}
.featured-content .hentry.has-post-thumbnail .featured-text {
	background-color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.featured-content .hentry:not(.has-post-thumbnail) .featured-text {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.featured-content .entry-header {
	margin-bottom: 0;
}
.featured-content .entry-meta {
	display: none;
	margin-bottom: 10px;
}
.featured-content .entry-meta span.cat-links {
	border-bottom: 1px solid #ecedee;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}
.featured-content .entry-summary {
	display: none;
	text-align: center;
}
.featured-content .hentry:not(.has-post-thumbnail) .entry-summary,
.featured-content .format-video .featured-text .entry-summary {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
.featured-content .format-quote .featured-text .entry-summary,
.featured-content .format-status .featured-text .entry-summary {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.featured-content a {
	text-decoration: none;
}
.featured-content a img.wp-post-image {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
@media screen and (max-width: 1023px) {
	.featured-content .hentry.has-post-thumbnail .featured-text {
		background-color: white;
		position: static;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 600px) {
	.featured-content .featured-text {
		padding: 10px 10px 0;
	}
	.featured-content .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.featured-content .format-quote .featured-text .entry-summary,
	.featured-content .format-status .featured-text .entry-summary {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.featured-content .hentry:not(.has-post-thumbnail):not(.format-quote):not(.format-status) .featured-text .entry-summary p:first-child {
		display: none;
	}
	.featured-content .format-quote .featured-text .entry-summary,
	.featured-content .format-status .featured-text .entry-summary {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* Slideshow Page Templates */
.slideshow-content {
	width: 100%;
	padding-bottom: 30px;
	position: relative;
}
.slideshow-content .flex-control-paging {
	bottom: 5px;
}
.slideshow-content .slides {
	margin: 0;
	max-width: 100%;
	position: relative;
	width: 100%;
}

/* Slideshow captions */
.flexslider li .slide-caption {
	background-color: white;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}
.flexslider li .slide-caption > h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 0;
	word-wrap: break-word;
}
.flexslider li .slide-caption > p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 0.2em;
	margin-bottom: 0;
	word-wrap: break-word;
}
.flexslider li .slide-caption a {
	color: #404040 !important;
	text-decoration: none !important;
}
@media screen and (max-width: 600px) {
	.flexslider li .slide-caption > h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.flexslider li .slide-caption > p {
		font-size: 15px;
		font-size: 1.5rem;
	}
}


/**
 * 13.0 - Plugins
 */

/**
 * 13.1 - WooCommerce
 */

body.woocommerce .page-title {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
body.woocommerce span.onsale {
	padding: 0;
}
body.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}
body.woocommerce .related ul.products li.product,
body.woocommerce .related ul li.product,
body.woocommerce .upsells.products ul.products li.product, 
body.woocommerce .upsells.products ul li.product,
body.woocommerce-page .related ul.products li.product,
body.woocommerce-page .related ul li.product,
body.woocommerce-page .upsells.products ul.products li.product,
body.woocommerce-page .upsells.products ul li.product {
	width: 22.05%;
	margin: 0 3.8% 2.992em 0;
	float: left;
}
body.woocommerce .related ul.products li.product.last,
body.woocommerce .related ul li.product.last,
body.woocommerce .upsells.products ul.products li.product.last, 
body.woocommerce .upsells.products ul li.product.last,
body.woocommerce-page .related ul.products li.product.last,
body.woocommerce-page .related ul li.product.last,
body.woocommerce-page .upsells.products ul.products li.product.last,
body.woocommerce-page .upsells.products ul li.product.last {
	margin-right: 0;
}
@media screen and (max-width: 800px) {
	body.woocommerce .related ul.products li.product,
	body.woocommerce .related ul li.product,
	body.woocommerce .upsells.products ul.products li.product, 
	body.woocommerce .upsells.products ul li.product,
	body.woocommerce-page .related ul.products li.product,
	body.woocommerce-page .related ul li.product,
	body.woocommerce-page .upsells.products ul.products li.product,
	body.woocommerce-page .upsells.products ul li.product {
		width: 46%;
		margin: 0 4% 2.992em 0;
	}
}


/**
 * 13.2 - Jetpack Infinite scroll
 */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.js .infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.js .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.js .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.js .infinity-end.neverending .site-footer {
	display: block;
}
/* Fix Older Posts button placement. */
.js .infinite-scroll #posts-wrap {
	position: relative;
	padding-bottom: 3em;
}
.js .infinite-scroll #posts-wrap .infinite-loader,
.js .infinite-scroll #posts-wrap #infinite-handle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}
.js .infinite-scroll #posts-wrap .infinite-loader {
	left: 50%;
	margin-left: -14px;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 480px) {
	html {
		font-size: 9px;
	}
}