/*
Theme Name: Harlowe
Theme URI: https://harlowe.pixandhue.com/
Description: A Blog & Shop Theme for WordPress
Author: Pix & Hue
Author URI: https://www.pixandhue.com/
Version: 1.6
License: Pix & Hue License
License URI: https://www.pixandhue.com/theme-policies/
Text Domain: harlowe
Tested up to: 5.9
Requires PHP: 5.6
Tags: blog, one-column, two-columns, three-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

/*-----------------------------------------------------------------------------------
TABLE OF CONTENTS

1.   Global CSS Elements

2.	 Header Elements
		2.1 Navigation Menu
		2.2 Mobile Menu
		2.3 Featured Elements
		2.4 MailChimp For WordPress Form
		2.5 Other Email Marketing Options

3. 	 Page Layouts
		3.1 Blog Layout
		3.2 Grid Layout
		3.3 Block Layout
		3.4 Gallery Layout 	
		3.5 Single Post
		3.6 Single Page

4.	WordPress Core
		4.1 WordPress Widgets 
		4.2 MISC HTML Elements	

5.	External Plugins
		5.1	WPZoom Social Feed Widget
		5.2 Elementor Page Templates 	

6. 	Sidebar			

7. 	Footer	

8.  Gutenberg Frontend Styles			 		


-----------------------------------------------------------------------------------*/


/* ------------------------------- 1. Global CSS Elements ------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
html { margin-top: 0px !important;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
abbr, acronym { text-decoration: none; border-bottom: 1px dotted;}
img { max-width: 100%; height: auto; }
caption, code, dfn, strong, th { font-style:normal; font-weight:300; margin-bottom: 20px; }
cite, em, var { font-style: italic; margin-bottom: 20px; }
address { margin-bottom: 20px; font-style: normal; }
ins { text-decoration: none; background: #FFF9BD; }
pre { background: #f3f3f3; color: #000000; padding: 20px; margin-bottom: 20px; white-space: pre-wrap; -ms-word-wrap: break-word; word-wrap: break-word;}
blockquote, q {-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; font-style: italic;}
q:before, q:after { content:'';}
caption, th { text-align:left; }
strong {font-weight: 700;}
em { font-style: italic; }
a img { border: none; }
body { 
	font-family: 'Raleway', sans-serif;
	font-size: 13.5px; 
	line-height: 1.7; 
	letter-spacing: 0.5px;
	text-align: left;
	color: #000000; 
	background: #ffffff; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Cormorant Garamond', serif;
	font-size: 100%; 
	margin-bottom: 12px; 
	line-height: 1.5; 
	letter-spacing: 0;
	font-weight: 300;
	text-transform: none;
	color: #000000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 33px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 27px;
}
h5 {
	font-size: 23px;
}
h6 {
	font-size: 21px;
}
p {
	margin-bottom: 20px;
}

/* ------- Default Theme Colors ------ */
a, .harlowe-nav-wrapper li a:hover, #harlowe-header #harlowe-searchform .fa-search:hover, #harlowe-header .slicknav_nav a:hover, .harlowe-gallery-item .harlowe-post-header h2 a:hover, 
.harlowe-post-header h2 a:hover, a > .harlowe-post-location:hover span, .harlowe-slide-item .harlowe-slider-title a:hover, .harlowe-post-comment-label:hover, .harlowe-share-buttons a:hover, .harlowe-about-social-icons a:hover,
a .harlowe-latest-product-title:hover, .harlowe-custom-image-list-title:hover, .harlowe-custom-list-title:hover, .harlowe-side-title a:hover, #harlowe-sidebar #harlowe-searchform .fa-search:hover,
.harlowe-latest-video-description a p:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_recent_comments a:hover, .elementor-widget-wp-widget-recent-posts a:hover, 
.elementor-widget-wp-widget-archives a:hover, .elementor-widget-wp-widget-categories a:hover, .elementor-widget-wp-widget-pages a:hover, .elementor-widget-wp-widget-meta a:hover, 
.elementor-widget-wp-widget-recent-comments a:hover, .elementor-widget-wp-widget-recent-comments .comment-author-link a:hover, .elementor-widget-wp-widget-nav_menu a:hover, .harlowe-footer-menu li a:hover, .ph-marketing a:hover,
.harlowe-author-social-media i:hover, .harlowe-author-content h5 a:hover,  .harlowe-item-related-caption h4 a:hover, .harlowe-pagination-post-content h6:hover, .harlowe-page-wrapper th a:hover,  .widget .rsswidget:hover, 
#harlowe-searchform .fa-search:hover, .harlowe-comment-author a:hover, .harlowe-reply a:hover, .harlowe-edit a:hover, #harlowe-sidebar .wp-block-search__button:hover {
	color: #B2815D;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#harlowe-header .slicknav_menu .slicknav_icon:hover .slicknav_icon-bar, .harlowe-post-tags a:hover {
	background:  #B2815D;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
a:hover, .harlowe-header-fixed-social-media a:hover, .harlowe-elementor-subscribe input[type="submit"]:hover, .harlowe-cat a:hover, .harlowe-map-widget a:hover h6,
#harlowe-sidebar .mc4wp-form-fields input[type="submit"]:hover, .harlowe-custom-sidebar .mc4wp-form-fields input[type="submit"]:hover, .elementor-widget-sidebar .mc4wp-form-fields input[type="submit"]:hover,
#harlowe-footer .harlowe-social-media-follow-icons a:hover, .harlowe-contact-form input[type="submit"]:hover, #commentform input[type="submit"]:hover, .harlowe-newer a:hover, .harlowe-older a:hover,  .harlowe-next-post-link:hover {
	color: #999999;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
#harlowe-sidebar .zoom-instagram-widget__follow-me a:hover, .elementor-widget-sidebar .zoom-instagram-widget__follow-me a:hover, .harlowe-custom-sidebar .zoom-instagram-widget__follow-me a:hover,
#harlowe-footer  .zoom-instagram-widget__follow-me a:hover {
	color: #999999 !important;
	background: transparent;
	border-color: inherit;
}
input[type="submit"]:hover, .harlowe-subscribe-section .mc4wp-form input[type="submit"]:hover, .harlowe-triple-box-caption:hover, .harlowe-read-more a:hover, a.more-link:hover, 
.harlowe-slide-item .harlowe-feat-read-more a:hover, .harlowe-subscribe-link:hover, .harlowe-cta-link-text:hover, .harlowe-woo-shopping-cart span:hover, .tagcloud a:hover, .harlowe-wp-links a:hover,
#harlowe-sidebar .wp-block-tag-cloud a:hover  {
	background: #999999;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.harlowe-triple-box-caption:hover {
	background: #999999 !important;
}

/* ------- Form Styling ------- */
input, textarea, select {
	width: 40%;
	margin: 0 10px 0 0;
	padding: 11px 0 11px 15px;
	border: 1px solid #e5e5e5;
	font-size: 100%;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-weight: 300;
	outline: none;
}
textarea {
	width: 75%;
	line-height: 1.7;
}
input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
input[type="text"] { 
	outline: none;
}	
input[type="submit"] {
	text-transform: uppercase;
	border: 0px;
	background: #222222;
	color: #FFFFFF;
	width: auto;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	font-size: 11.5px;
	margin: 0;
	padding: 10px 25px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #444444;
	font-family:"Raleway", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
::-moz-placeholder { 
	color: #444444;
	font-family:"Raleway", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 1;
  	font-weight: 400;
  	text-transform: uppercase;
}
:-ms-input-placeholder { 
	color: #444444;
	font-family:"Raleway", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}							

/* ------- Container + Sidebar ------- */
.harlowe-page-wrapper {
	overflow: hidden;
	position: relative;
}
.harlowe-page-has-feature.harlowe-page-wrapper:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 46.5%;
	height: 975px;
	background: #f8f2ef;
	z-index: -1;
}
.home.blog .harlowe-page-has-feature.harlowe-page-wrapper:before {
	display: none;
}
#harlowe-content-container {
	position: relative;
}
.harlowe-container,
.harlowe-full-width {
	width: 1150px;
	margin: 0 auto;
	overflow: auto;
}
#harlowe-content {
	padding: 0 65px 0 0;
}
#harlowe-content.harlowe-full-width {
	padding: 0;
}
.harlowe-default-width {
	width: 785px;
	float:left;
}
#harlowe-sidebar {
	width: 300px;
	float:left;
	padding:  0 0 0;
	margin: 0 0 70px 0;
}	
.harlowe-page-header h1,
h1.harlowe-template-title {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 36px;
}

/* ------- Pagiantion ------- */
.harlowe-pagination {
	line-height: 0;
	clear: both;
}
.harlowe-newer,
.harlowe-older {
	display: inline-block;
}
.harlowe-newer a,
.harlowe-older a {
	display: inline-block;
	color: #b2815d;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 85px;
	line-height: 1;
	font-size: 10.5px;
	font-weight: 500;
}
.harlowe-older {
	float: right;
}
.harlowe-older i {
	margin-left: 5px;
}
.harlowe-newer i {
	margin-right: 5px;
}

/* ------------------------------- END Global CSS Elements ------------------------------- */


/* ------------------------------- 2. Header Elements ------------------------------- */			

/* ------------------------------- 2.1 Navigation Menu ------------------------------- */	
.harlowe-header-wrapper {
	overflow: visible;
	position: relative;
	margin-bottom: 65px;
}
.harlowe-header-wrapper:before {
	background: #f8f2ef;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.harlowe-page-has-feature .harlowe-header-wrapper {
	margin-bottom: 0;
}
.harlowe-page-has-feature .harlowe-header-wrapper:before {
	display: none;
}
.home.blog .harlowe-page-has-feature .harlowe-header-wrapper {
	margin-bottom: 65px;
}
.home.blog .harlowe-page-has-feature .harlowe-header-wrapper:before {
	display: block;
}
#harlowe-header {
	text-align: center;
}
#harlowe-header .harlowe-menu-container {
	width: 860px;
	overflow: visible;
	display: table-cell;
	vertical-align: middle;
}
.harlowe-nav-wrapper .harlowe-container  {
	overflow: visible;
}
.harlowe-nav-wrapper {
	display: table;
	width: 100%;
	padding: 10px 25px 0;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.harlowe-page-wrapper .harlowe-nav-wrapper ul {
	margin: 0;
	padding: 0;
}
.harlowe-page-wrapper .harlowe-nav-wrapper li {
	display: inline-block;
	position: relative;
	margin: 0 45px 0 0;
	vertical-align: middle;
}
.harlowe-page-wrapper .harlowe-nav-wrapper li:last-of-type {
	margin-right: 0px;
}
.harlowe-nav-wrapper li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	color: #555555;
	position: relative;
	z-index: 9999;
	line-height: 5em;
	display: inline-block;
}

/* ------- Dropdown Menu ------- */
.harlowe-nav-wrapper .menu .sub-menu,
.harlowe-nav-wrapper .menu .children {
	background-color: #F8F2EF;
	text-align: left;
	display: none;
	padding: 0;
	position: absolute;
	margin-top: 0;
	left: -10px;
	top: 50px;
	z-index: 99999;
	max-width: 205px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;		
}
.harlowe-nav-wrapper .menu .sub-menu:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f8f2ef;
	position: absolute;
	top: -8px;
	left: 24px;
	z-index: 2;
}
.harlowe-nav-wrapper .menu .sub-menu .sub-menu:before {
	display: none;
}
.harlowe-nav-wrapper ul.menu ul li,
.harlowe-nav-wrapper .menu ul ul li {
	margin-right: 0px;
	border-top: 1px solid #FFFFFF;
}	
.harlowe-nav-wrapper ul.menu ul li:last-of-type {
	border-bottom: 1px solid #FFFFFF;
}
.harlowe-nav-wrapper ul.menu ul a,
.harlowe-nav-wrapper .menu ul ul a {
	padding: 10px 0px 10px 15px;
	min-width: 185px;
	line-height: 2em;
	display: inline-block;
}
.harlowe-nav-wrapper ul.menu ul a:hover,
.harlowe-nav-wrapper .menu ul ul a:hover {
	background: #ECDDDC;
	color: #555555;
}
.harlowe-nav-wrapper ul.menu .sub-menu .sub-menu {
	left: 100%;
	padding: 0;
	top: -1px;
	max-width: 207px;
}
.harlowe-nav-wrapper ul.menu .sub-menu .sub-menu li {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.harlowe-nav-wrapper ul.menu .sub-menu .sub-menu li:last-of-type {
	border-bottom: 1px solid #FFFFFF;
}
.harlowe-nav-wrapper ul.menu .sub-menu .menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1;
	color: #656565;
} 
.harlowe-nav-wrapper ul.menu li:hover > ul,
.harlowe-nav-wrapper .menu ul li:hover > ul {
	display: block;
}

/* ------- Site Logo / Title ------- */
.harlowe-site-title {
	line-height: 1;
	margin: 0;
}
.harlowe-site-title a {
	position: relative;
	z-index: 1;
	font-family: 'Cormorant Garamond', serif;;
	font-weight: 300;
	color: #000000;
	font-size: 55px;
	letter-spacing: 4px;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
	max-width: 315px;
	padding: 37px 0 75px;
}
.harlowe-site-title a:hover {
	color: #000000;
}
.harlowe-custom-site-logo .harlowe-site-logo h1, 
.harlowe-custom-site-logo .harlowe-site-logo h2 {
	margin-bottom: 0px;
	line-height: 1;
}
.harlowe-site-logo {
	position: relative;
	padding: 45px 0 75px;
	overflow: hidden;
}
.harlowe-no-custom-site-logo .harlowe-site-logo {
	padding: 0;
}
.harlowe-site-logo img {
	width: 315px;
}

/* Alternate Header Style (No Features) */
.harlowe-page-has-no-feature .harlowe-site-title a {
	padding: 33px 0 73px;
}
.harlowe-page-has-no-feature.harlowe-custom-site-logo .harlowe-site-logo {
	padding: 40px 0 72px;
}

/* ------- Edge Cases ------- */
.harlowe-no-cart-icon.harlowe-no-header-search.harlowe-no-header-social-media .harlowe-search-container,
.harlowe-no-cart-icon.harlowe-no-header-search.harlowe-no-header-social-media .harlowe-social-media-cart-icons {
	display: none;
}

/* ------- Sticky Menus ------- */
.is-sticky .harlowe-nav-wrapper {
	background-color: rgba(248,242,239, .9);
	padding: 5px 25px;
}

/* ------- Social Media ------- */
.harlowe-social-media-cart-icons {
	display: table-cell;
	vertical-align: middle;
	right: 0;
	top: auto;
	left: auto;
	text-align: right;
	width: 170px;
	line-height: 15px;
}
.harlowe-header-fixed-social-media {
	display: inline;
}
.harlowe-header-fixed-social-media a {
	font-size: 11.5px;
	margin-right: 11.5px;
	color: #B2815D;
}
.harlowe-header-fixed-social-media a:last-of-type {
	margin: 0;
}
.scrolling-header-social-media .harlowe-header-fixed-social-media,
.fixed-header-social-media .harlowe-social-media-follow-icons {
	display: none;
}

/* ------- Search Form ------- */
.harlowe-search-container {
	width: 170px;
	position: relative;
	right: auto;
	top: auto;
	left: 0;
	display:  table-cell;
	vertical-align: middle;
}
#harlowe-header #harlowe-searchform {
	font-size: 81%;
	color: #000000;
	line-height: 1.1;
	border: 0px;
}
#harlowe-header #harlowe-searchform:after {
	display: none;
}
#harlowe-header #harlowe-searchform > div {
	line-height: 1;
	text-align: left;
}
#harlowe-header #harlowe-searchform label {
	display: inline-block;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0px;
}
#harlowe-header #harlowe-searchform input[type="text"] {
	position: relative;
	background: none;
	border: 0px;
	padding: 0px;
	width: 105px;
	text-transform: none;
	float: none;
	font-size: 100%;
	border-bottom: 1px solid #777777;
	color: #000000;
}
#harlowe-header #harlowe-searchform button[type="submit"] {
	background: none;
	height: auto;
	width: auto;
	margin: 0;
	vertical-align: 1px;
}
#harlowe-header #harlowe-searchform .fa-search {
	color: #777777;
	font-size: 10px;
	transform: rotate(80deg);
}
#harlowe-header #harlowe-searchform input[type="text"]::-webkit-input-placeholder {
	color: transparent;
}
#harlowe-header #harlowe-searchform input[type="text"]::-moz-placeholder {
	color: transparent;
}
#harlowe-header #harlowe-searchform input[type="text"]:-ms-input-placeholder {
	color: transparent;
}

/* ------- Cart Icon ------- */
.harlowe-woo-shopping-cart {
	position: relative;
	float: right;
	line-height: 1;
	font-size: 12px;
	margin: 3px 14px 0 14px;
}
.harlowe-woo-shopping-cart .fa-shopping-cart {
	color: #555555;
}
.harlowe-woo-shopping-cart span {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	top: -8px;
	right: -13px;
	background: #b2815d;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	height: 16px;
	width: 16px;
	line-height: 15px;
	border-radius: 100%;
	text-align: center;
	display: inline-block
}
@-moz-document url-prefix() {
	.harlowe-woo-shopping-cart span {
		line-height: 14.5px;
	}	
}	

/* ------------------------------- 2.2 Sticky Menu ------------------------------- */
#harlowe-menu-mobile {
	width: 25%;
	display: none;
}
#harlowe-header #sticky-wrapper {
	height: auto !important;
}
.harlowe-inline-center #harlowe-menu-mobile {
	margin-left: -15px;
}
#harlowe-header .slicknav_nav { 
	clear: both; 
}
#harlowe-header .slicknav_menu { 
	text-align: left;
    display: none;
    padding: 0;
    background-color: transparent;
}
#harlowe-header .slicknav_menu:before,
#harlowe-header .slicknav_menu:after { 
	content: " "; 
	display: table; 
}
#harlowe-header .slicknav_menu:after { 
	clear: both 
}
#harlowe-header .slicknav_btn {
	position: relative;
    display: block;      
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}
#harlowe-header .slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0.188em 0 0 0; 
	font-size: 19px;
}
#harlowe-header .slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: #555555;
  width: 30px;
  height: 0.125em; 
}
#harlowe-header .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 6px;
}
#harlowe-header .slicknav_nav {
    margin: 0;
    padding: 0;
    background: #f8f2ef;
    top: 61px;
    left: 30px;
    position: absolute;
    z-index: 9999;
    width: 365px;
}
#harlowe-header .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
#harlowe-header .slicknav_nav ul,
#harlowe-header .slicknav_nav li { 
	display: block;
}
#harlowe-header .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
#harlowe-header .slicknav_nav > li, 
#harlowe-header .slicknav_nav .sub-menu > li { 
	border-top: 1px solid #FFFFFF;
	margin: 0;
}
#harlowe-header .slicknav_nav .slicknav_row {
	display: block;
    padding: 0 0px 0 15px;
}
#harlowe-header .slicknav_nav a {
	display: block;
    padding: 0 0 0 15px;
    margin: 0 5px;
    text-decoration:none;
    color: #555555;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform:uppercase;
	line-height: 5em;
	font-weight: 500;
}
#harlowe-header .slicknav_nav .slicknav_item { 
	cursor: pointer; 
}
#harlowe-header .slicknav_nav .slicknav_item a,
#harlowe-header #harlowe-header .slicknav_nav .slicknav_parent-link a {
	display: inline;
    padding:0;
    margin:0;
}
#harlowe-header .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;   
}
#harlowe-header .slicknav_nav .slicknav_arrow { 
	font-size: .8em; 
	margin: 0 0 0 0.4em; 
	vertical-align: 1px;
	-webkit-appearance:none;
}

/* ------------------------------- 2.3 Featured Elements ------------------------------- */
#harlowe-featured-section {
	margin: 0;
	display: flex;
	position: relative;
	height: 675px;
}
#harlowe-featured-section:after {
	position: absolute;
	content: '';
	bottom: -115px;
	left: 0;
	width: 100%;
	height: 115px;
	background: #FFFFFF;
}

/* ------- Double Images ------- */
.harlowe-double-images-section {
	width: 100%;
}
.harlowe-double-images-wrapper {
	height: 675px;
	width: 43%;
	margin: 0 0 0 100px;
	float: left;
	position: relative;
}
.harlowe-double-images-wrapper:last-of-type {
	float: right;
	width: 37%;
	margin: 100px 0 0 0;
	height: calc(100% - 100px);
}
.harlowe-double-images-wrapper a {
	height: 100%;
	width: 100%;
	display: inline-block;
}
.harlowe_double_image_style_two .harlowe-double-images-wrapper:last-of-type {
	width: 33%;
}	
.harlowe-the-double-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	height: 100%;
	width: 100%;
}
.harlowe_double_image_style_one .harlowe-double-images-text-wrapper {
	position: absolute;
	content: '';
	left: -20px;
	bottom: 35px;
}
.harlowe_double_image_style_one .harlowe-double-images-accent-text {
	font-family: 'Paris Script';
	font-size: 29px;
	letter-spacing: 3px;
	line-height: 1;
	display: block;
	transform-origin: top left;
	transform: rotate(-90deg) translate(-100%);
	margin-top: -100%;
	white-space: nowrap;
	margin-bottom: 0px;
	text-transform: lowercase;
}
.harlowe_double_image_style_two .harlowe-double-images-text-wrapper {
	position: absolute;
	top: 150px;
	left: -170px;
	font-family: 'Cormorant Garamond';
	letter-spacing: 0px;
	font-size: 25px;
	line-height: 1.6;
	width: 310px;
}	
.harlowe_double_image_style_two .harlowe-ft-accent-word {
	font-family: 'Paris Script';
	display: inline;
}

/* ------- Single Image ------- */
#harlowe-featured-section .harlowe-single-img-link {
	width: 100%;
	margin: 0;
}
#harlowe-featured-section.harlowe-single-image {
	padding: 0 200px 0 100px;
}
.harlowe-the-single-image {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 675px;
	width: 100%;
	background: #e7e7e7;
}
.harlowe-the-single-image.harlowe-single-image-with-link {
	margin: 0;
}
.harlowe-title-overlay {
	width: 100%;
	height: 100%;
	display: table;
}
.harlowe-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.harlowe-single-image-accent-text {
	display: block;
	float: right;
	width: 310px;
	margin-right: -120px;
	font-family: 'Cormorant Garamond';
	letter-spacing: 0px;
	font-size: 25px;
	line-height: 1.6;
	color: #000000;
}
.harlowe-single-image-accent-text .harlowe-ft-accent-word {
	font-family: 'Paris Script';
	display: inline;
}

/* ------- Posts Slider ------- */
#harlowe-featured-section.harlowe-post-slider {
	padding: 0 65px;
}
.harlowe-slide-container {
	width: 100%;
}
.harlowe-slide-container .harlowe-title-overlay {
	width: 100%;
}
.harlowe-the-post-slide {
	background-color: #e7e7e7;
	height: 675px;
	width: 100%;
	margin: 0;
}
.harlowe-slide-item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.harlowe-slide-item .harlowe-title-wrapper-container {
	padding: 63px 50px 65px;
	width: 500px;
	margin: 0 auto;
	background: rgba(255,255,255,.9);
	text-align: center;
	box-sizing: border-box;
}
.harlowe-slide-item .harlowe-cat {
	margin: 0 0 6px 0;
}
.harlowe-slide-item .harlowe-title-wrapper h2 {
	width: auto;
	margin-bottom: 12px;
	line-height: 1;
}
.harlowe-slide-item .harlowe-title-wrapper-container p {
	margin-bottom: 27px;
}
.harlowe-slide-item .harlowe-slider-title a {
	color: #000000;
	font-size: 30px;
	line-height: 1.3;
}
.harlowe-slide-item .harlowe-feat-read-more a {
	background: #b2815d;
	color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
}
/* -- Controls -- */
.harlowe-post-slider .slick-dotted.slick-slider {
	margin: 0;
}
.harlowe-post-slider .slick-list,
.harlowe-post-slider .slick-track {
	height: 100%;
}
.harlowe-page-wrapper .harlowe-post-slider ul.slick-dots {
	bottom: 10px;
	width: calc(100% - 130px);
}
.page-template-page-elementor .harlowe-page-wrapper .harlowe-post-slider ul.slick-dots {
	width: 100%;
	left:  0;
}

/* ------- Triple Boxes ------- */
.harlowe-triple-boxes-section {
	margin: 115px 0;
	padding: 95px 0 105px;
	text-align: center;
	position: relative;
}
.harlowe-triple-boxes-section .harlowe-container {
	overflow: visible;
}
.harlow-triple-boxes-bg-color {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.harlowe-triple-boxes-section:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	background: #FFFFFF;
	width: 20%;
	z-index: -1;
}
.harlowe-triple-images-link {
	height: 100%;
	width: 100%;
	display: inline-block;
}
.harlowe-triple-boxes-title {
	font-family: 'Raleway', sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.harlowe-triple-boxes-container {
	display: flex;
}
.harlowe-the-triple-box-container {
	width: 33.3333%;
	margin-right: 50px;
	float: left;
}
.harlowe-the-triple-box-container:last-of-type {
	margin-right: 0;
}
.harlowe-the-triple-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	height: 400px;
}
.harlowe-triple-box-caption {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-top: 10px;
	font-size: 11.5px;
}
.harlowe-triple-box-caption .harlowe-triple-boxes-link {
	padding: 15px;
	display: inline-block;
	box-sizing: border-box !important;
	width: 100%;
}
.harlowe-triple-boxes-link,
.harlowe-triple-boxes-link:hover {
	color: inherit;
}

/* --- Blog Subtitle -- */
.harlowe-blog-subtitle-wrapper {
	text-align: center;
	margin-top: -10px;
}
.harlowe-blog-subtitle {
	text-align: center;
	font-family: 'Paris Script';
	text-transform: lowercase;
	font-size: 25px;
	letter-spacing: 3px;
	margin: -5px auto 45px;
	display: inline-block;
	border-bottom: 2px solid #ECDDDC;
	line-height: 1;
	padding-bottom: 3px;
}	

/* ------- Edge Cases ------- */
.harlowe-page-has-feature.harlowe-page-has-no-mc4wp.harlowe-page-has-no-triple-boxes #harlowe-featured-section {
	margin-bottom: 100px;
}
.harlowe-page-has-feature.harlowe-page-has-no-mc4wp.harlowe-page-has-no-triple-boxes.harlowe-has-blog-subtitle #harlowe-featured-section {
	margin-bottom: 115px;
}
.page-template-page-elementor .harlowe-page-has-feature.harlowe-page-has-no-mc4wp.harlowe-page-has-no-triple-boxes #harlowe-featured-section {
	margin-bottom: 0;
}
.harlowe-page-has-no-mc4wp #harlowe-featured-section:before {
	position: absolute;
	content: '';
	bottom: 0;
	height: 115px;
	left: 0;
	width: 100px;
	background: #FFFFFF;
}
.page-template-page-elementor .harlowe-page-has-no-mc4wp #harlowe-featured-section:before {
	display: none;
}
.harlowe-has-blog-subtitle.harlowe-page-has-no-triple-boxes .harlowe-subscribe-section {
	margin-bottom: 115px;
}
.page-template-page-blog #harlowe-content-container.harlowe-page-has-mc4wp,
.page-template-page-blog #harlowe-content-container.harlowe-page-has-feature.harlowe-page-has-no-mc4wp.harlowe-page-has-no-triple-boxes {
	margin-top: -5px;
}
.harlowe-page-has-no-feature.harlowe-page-has-mc4wp .harlowe-triple-boxes-section {
	margin: 100px 0;
}
.harlowe-page-has-no-feature.harlowe-page-has-no-mc4wp.harlowe-page-has-no-triple-boxes.harlowe-has-blog-subtitle .harlowe-blog-subtitle-wrapper {
	margin-top: 85px;
}

/* ------------------------------- 2.4 MailChimp For WordPress Form ------------------------------- */
.harlowe-mc4wp-section {
	text-align: center;
}
.harlowe-mc4wp-intro-text {
	text-transform: uppercase;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	display: block;
	color: #333333;
}
.harlowe-mc4wp-para-text {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: 0px;
}
.harlowe-mc4wp-section input {
	border: 0px;
	width: 100%;
	border-box: box-sizing !important;
	text-align: center;
}
.mc4wp-response p {
	margin: 28px 0 0 0;
	font-style: italic;
}
.harlowe-subscribe-section {
	position: relative;
	background: #ECDDDC;
	text-align: center;
	padding: 100px 0 90px;
	margin: 0 0 100px 0;
}
.harlowe-subscribe-section .mc4wp-form {
	width: 815px;
	margin: 0 auto;
}
.harlowe-subscribe-section .mc4wp-form p {
	display: inline-block;
}
.harlowe-subscribe-section .mc4wp-form input {
	border: 0px;
	width: 300px;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}
.harlowe-subscribe-section .mc4wp-form input[type="submit"] {
	width: auto;
	margin: 0;
	padding: 12px 25px;
	background: #B2815D;
}

/* ------------------------------- 2.5 Other Email Marketing Options ------------------------------- */


/* --- MailerLite --- */
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-align-center {
	padding-bottom: 20px;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: transparent;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 475px;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 815px;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	text-align: center;
	text-transform: uppercase !important;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px !important;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 30px !important;
	letter-spacing: 0px !important;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0;
	width: auto;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
	display: inline-block;
	float: left;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
	text-align: center !important;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	border: 0px !important;
	border-radius: 0px !important;
	width: 360px !important;
	margin: 0 auto 20px;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	margin: 0 20px 0 0;
	width: 300px !important;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin: 0 auto;
	width: auto;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	float: none;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	border-radius: 0px !important;
	font-family: 'Raleway', sans-serif !important;
	color: #b2815d !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid !important;
	font-size: 11.5px !important;
	letter-spacing: 1.5px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	padding: 0 0 4px 0 !important;
	width: auto !important;
	margin: 15px 0 0 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	color: #FFFFFF !important;
	background-color: #b2815d !important;
	padding: 15px 25px !important;
	margin: 0;
	border-bottom: 0px !important;
}
#harlowe-content .harlowe-subscribe-block .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: transparent !important;
	color: #999999 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#harlowe-feature-wrapper .harlowe-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: #999999 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}

/* --- ConvertKit --- */
#harlowe-content .harlowe-subscribe-block .formkit-form,
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form {
	background-color: transparent !important;
	width: 816px;
	max-width: 816px;
	margin: 0 auto;
	border: 0px;
	padding-bottom: 15px;
	border-radius: 0px !important;
}
#harlowe-content .harlowe-subscribe-block .formkit-form {
	width: 475px;
	max-width: 475px;
	padding: 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form [data-style="minimal"],
#harlowe-content .harlowe-subscribe-block .formkit-form [data-style="minimal"] {
	padding: 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-header,
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-header {
	margin-bottom: 20px;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form h1,
#harlowe-content .harlowe-subscribe-block .formkit-form h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0;
	color: #333333;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form p,
#harlowe-content .harlowe-subscribe-block .formkit-form p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: 0px;
	color: #000000;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-field {
	flex: none;
	margin: 0;
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-field {
	margin: 0 0 20px 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-input,
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-input {
	border: 0px;
	border-radius: 0px !important;
	width: 324px;
	margin: 0 20px 0 0;
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-input {
	width: 360px;
	margin: 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-submit,
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-submit {
	flex: none;
	font-family: "Raleway", sans-serif;
	background-color: #b2815d !important;
	color: #FFFFFF !important;
	border-radius: 0px !important;
	font-size: 11.5px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: 500 !important;
	line-height: 1;
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-submit {
	background-color: transparent !important;
	color: #b2815d !important;
	border-bottom: 1px solid;
	margin: 15px auto 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-submit:hover {
	background-color: #999999 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-submit:hover {
	background-color: transparent !important;
	color: #999999 !important;
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-submit > span {
	width: 128px;
	padding: 15.5px 24px;
}
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-submit > span {
	padding: 0 0 4px 0;
}
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-guarantee, 
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-form .formkit-powered-by-convertkit-container,
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-guarantee, 
#harlowe-content .harlowe-subscribe-block .formkit-form .formkit-powered-by-convertkit-container {
	display: none;
}
#harlowe-content .harlowe-subscribe-block .formkit-alert-success,
#harlowe-feature-wrapper .harlowe-subscribe-section .formkit-alert-success {
	box-sizing: border-box !important;
}

/* --- MailerLite + Sidebar --- */
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: #faf8f7;
	border-radius: 0px;
	padding: 45px 25px 40px;
	box-sizing: border-box !important;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 10.5px;
	color: #000000;
	padding: 0;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin: 0 0 15px 0;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 12.5px;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: .5px !important;
	font-weight: 300 !important;
	text-transform: none;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0 0 15px 0;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	border-radius: 0px !important;
	border: 2px solid #ecdddc !important;
	background: transparent !important;
	font-size: 90%;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin: 0;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	border-radius: 0px !important;
	background-color: transparent !important;
	color: #b2815d !important;
	border-bottom: 1px solid !important;
	font-size: 10.5px !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	margin: 7px auto 0;
	font-weight: 500 !important;
	font-family: 'Raleway', sans-serif !important;
	padding: 0 0 4px 0 !important;
	width: auto !important;
	line-height: 1 !important;
}
#harlowe-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
#harlowe-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: transparent !important;
	color: #999999 !important;
}

/* --- ConvertKit + Sidebar --- */
#harlowe-sidebar .widget_convertkit_form .formkit-form,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form  {
	background-color: #faf8f7 !important;
	border: 0px;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form [data-style="minimal"],
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form [data-style="minimal"],
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form [data-style="minimal"] {
	padding: 45px 25px 40px;
	box-sizing: border-box !important;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-header,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-header,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-header {
	margin-bottom: -2px;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form h1,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form h1,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form h1 {
	margin: 0;
	font-size: 10.5px;
	color: #000000;
	padding: 0;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form p,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form p,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form p {
	font-size: 12.5px;
	color: #000000;
	line-height: 1.7;
	margin-bottom: -3px;
	letter-spacing: .5px;
	text-transform: none;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-input,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-input,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-input {
	border-radius: 0px !important;
	border: 2px solid #ecdddc !important;
	background: transparent;
	font-size: 90%;
	box-sizing: border-box !important;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-submit,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit {
	flex: none;
	border-radius: 0px !important;
	background-color: transparent !important;
	color: #b2815d !important;
	border-bottom: 1px solid;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 7px auto 0;
	font-weight: 500 !important;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit:hover {
	background-color: transparent !important;
	color: #999999 !important;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover > span,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover > span,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-submit > span,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit > span,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit > span {
	padding: 0 0 4px 0;
}
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-guarantee, 
#harlowe-sidebar .widget_convertkit_form .formkit-form .formkit-powered-by-convertkit-container,
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-guarantee, 
#harlowe-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-powered-by-convertkit-container,
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-guarantee, 
#harlowe-content .harlowe-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-powered-by-convertkit-container {
	display: none;
}

/* ------------------------------- END Header Elements ------------------------------- */

/* ------------------------------- 3. Page Layouts ------------------------------- */

/* ------------------------------- 3.1 Blog Layout ------------------------------- */
.harlowe-blog-item {
	margin-bottom: 85px;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	padding-bottom: 3px;
}
.harlowe-post-content {
	position: relative;
}			
.harlowe-post-img,
.harlowe-post-media {
	line-height: 0;
}
.harlowe-post-media {
	margin: 0 0 20px 0;
	position: relative;
}
.harlowe-post-media-wrapper {
	position: relative;
}
.harlowe-post-location {
	line-height: 1;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	top: 45px;
	padding: 9px 15px;
}
.harlowe-blog-item .harlowe-post-media img {
	width: 100%;
}
.harlowe-post-header {
	clear: both;
	position: relative;
	line-height: 1;
	margin-bottom: 17px;
}
.harlowe-blog-item .harlowe-post-header {
	margin-bottom: 30px;
}
.harlowe-post-header h1, 
.harlowe-post-header h2 {
	margin: 0;
}
.harlowe-post-header h2,
.harlowe-post-header h2 a {
	color: #000000;
	line-height: 1.3;
	font-size: 34px;
}
.harlowe-cat {
	line-height: 1;
	color: #B2815D;
	margin: 0 0 6px 0;
}
.harlowe-cat a,
.harlowe-post-location span,
.harlowe-post-date a {
	font-size: 10px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #B2815D;
	font-weight: 500;
}
.harlowe-blog-item .harlowe-cat a,
.harlowe-blog-item .harlowe-post-date a {
	font-size: 10.5px;
}
.harlowe-post-location span {
	color: #333333;
}
.harlowe-post-location .fa-map-marker-alt {
	margin-right: 6.5px;
	color: #dabdbb;
	font-size: 15px;
}
.harlowe-cat a {
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 2.5px;
	margin-right: 8px;
}
.harlowe-cat a:last-of-type {
	margin-right: 0;
}
.harlowe-post-date {
	margin: 6px 0 0 0;
}
.harlowe-post-date a {
	color: #888888;
}
.harlowe-post-date a:hover {
	cursor: auto;
	color: #888888;
}
.harlowe-blog-item .harlowe-post-entry {
	overflow: hidden;
}
.harlowe-post-excerpt p {
	margin: 0;
}
.harlowe-post-footer {
	clear: both;
	margin: 40px 0 0 0;
	display: table;
	width: 100%;
	position: relative;
}
.harlowe-read-more {
	display: inline-block;
}
.harlowe-read-more a {
	background: #B2815D;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	font-size: 10.5px;
	padding: 8px 12px;
}
.harlowe-read-more a:hover {
	color: #FFFFFF;
}
.harlowe-social-media-comm-footer {
	display: block;
	text-transform: uppercase;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin: 50px 0 0 0;
}
.harlowe-post-comment-count,
.harlowe-share-buttons {
	display: inline-block;
	width: 50%;
}
.harlowe-post-comment-label {
	color: #999999;
}
.harlowe-post-comment-count {
	float: left;
	text-align: left;
}
.harlowe-share-buttons {
	float: right;
	text-align: right;
}
.harlowe-share-button-label {
	color: #999999;
	margin-right: 9px;
} 
.harlowe-share-buttons a {
	margin-right: 9px;
	color: #dabdbb;
}
.harlowe-share-buttons a:last-of-type {
	margin-right: 0px;
}
.harlowe-blog-item .harlowe-post-footer-no-comments .harlowe-share-buttons,
.harlowe-blog-item .harlowe-post-footer-no-sm .harlowe-post-comment-count {
	width: 100%;
	text-align: center;
}
.harlowe-blog-item .harlowe-post-footer.harlowe-post-footer-no-comments,
.harlowe-blog-item .harlowe-post-footer.harlowe-post-footer-no-sm {
	padding-bottom: 5px;
}

/* -- Special Media (Blog, Audio, + Video) -- */
.harlowe-page-wrapper .harlowe-gallery-post ul.slick-dotted.slick-slider {
	margin: 0;
	padding: 0;
} 
.harlowe-page-wrapper .harlowe-gallery-post ul.slick-dots {
	bottom: 10px;
}
.harlowe-blog-item.format-audio iframe,
.harlowe-single-post.format-audio iframe {
	width: 100%;
}

/* -- Affiliate Links -- */
.harlowe-affiliate-title {
	font-family: 'Paris Script';
	text-transform: lowercase;
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 0 0 0 3px;
	z-index: 1;
	letter-spacing: 1px;
	color: #333333;
}
.harlowe-blog-show-full-content.harlowe-post-has-no-tags .harlowe-affiliate-section {
	margin: 45px 0 0 0;
}

/* -- AFF HTML / Shortcode -- */
.harlowe-aff-code .harlowe-affiliate-section,
.harlowe-aff-shortcode .harlowe-affiliate-section,
.harlowe-rewardstyle-shortcode .harlowe-affiliate-section {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}
.harlowe-blog-item.harlowe-product-slider,
.harlowe-blog-item.harlowe-aff-code,
.harlowe-blog-item.harlowe-aff-link,
.harlowe-blog-item.harlowe-aff-shortcode,
.harlowe-blog-item.harlowe-rewardstyle-shortcode {
	padding: 0;
}

/* Single Post - AFF HTML / Shortcode */
.harlowe-blog-show-full-content.harlowe-aff-code .harlowe-affiliate-section, 
.harlowe-blog-show-full-content.harlowe-aff-shortcode .harlowe-affiliate-section,
.harlowe-blog-show-full-content.harlowe-rewardstyle-shortcode .harlowe-affiliate-section {
	padding: 45px 0 5px;
}
.harlowe-blog-show-full-content.harlowe-aff-code .harlowe-post-footer,
.harlowe-blog-show-full-content.harlowe-aff-shortcode .harlowe-post-footer,
.harlowe-blog-show-full-content.harlowe-rewardstyle-shortcode .harlowe-post-footer {
	margin-top: 20px;
}

/* -- Custom Product Slider -- */
.harlowe-product-slider .harlowe-affiliate-section {
	padding: 43px 0;
	border-top: 1px solid #e5e5e5;
}
.harlowe-product-slider .harlowe-affiliate-title {
	margin-bottom: 30px;
}
.harlowe-custom-product-slider .harlowe-product-bxslider {
	position: relative;
	margin: 0 auto;
	width: 630px;
}
.harlowe-full-width .harlowe-custom-product-slider .harlowe-product-bxslider {
	width: 965px;
}
.harlowe-custom-product-slider .slick-list {
	margin-right: -40px;
}
.harlowe-custom-product-item {
	margin-right: 40px;
}
.harlowe-custom-product-item .harlowe-product-image {
	width: auto;
}
.harlowe-custom-product-slider .slick-prev,
.harlowe-custom-product-slider .slick-next {
	width: 10px;
	height: 19px;
}
.harlowe-custom-product-slider .slick-prev {
	left: -75px;
}
.harlowe-custom-product-slider .slick-next {
	right: -75px;
}
.harlowe-custom-product-slider .slick-next:before {
	background-image: url('images/defaults/harlowe_right_arrow_black.png');
	background-size: 10px 19px;
	width: 10px;
    height: 19px;
}
.harlowe-custom-product-slider .slick-prev:before {
	background-image: url('images/defaults/harlowe_left_arrow_black.png');
	background-size: 10px 19px;
	width: 10px;
    height: 19px;
}	

/* Single Post - Product Slider */
.harlowe-blog-show-full-content.harlowe-product-slider .harlowe-affiliate-section {
	padding: 50px 0 15px;
}

/* -- Single Affiliate Link + Image -- */
.harlowe-aff-link .harlowe-post-container,
.harlowe-aff-link .harlowe-affiliate-section {
	float: left;
	display: inline-block;
}
.harlowe-aff-link .harlowe-post-container {
	width: 68%;
	padding-right: 40px;
}
.harlowe-aff-link .harlowe-affiliate-section {
	width: 22.7%;
	padding: 10px 16px 0 16px;
	margin-bottom: 20px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
}
.harlowe-aff-link .harlowe-affiliate-title {
	margin: 0 0 10px 0;
}
.harlowe-aff-link .harlowe-affiliate-title:after {
	display: none;
}
.harlowe-affiliate-item {
	line-height: 1;
}
.harlowe-full-width .harlowe-aff-link .harlowe-post-container {
	width: 75%;
}
.harlowe-full-width .harlowe-aff-link .harlowe-affiliate-section {
	width: 18.6%;
}	

/* Blog Post - Single Image */
.harlowe-blog-item.harlowe-aff-link .harlowe-post-footer {
	margin: 35px 0 0 0;
}

/* Single Post - Single Image */
.harlowe-blog-show-full-content.harlowe-aff-link .harlowe-affiliate-section,
.harlowe-full-width .harlowe-blog-show-full-content.harlowe-aff-link .harlowe-affiliate-section {
	width: 100%;
	padding: 50px 0 40px 0;
	margin: 0;
	border-left: 0px;
	border-top: 1px solid #e5e5e5;
}
.harlowe-blog-show-full-content.harlowe-aff-link.harlowe-post-has-no-tags .harlowe-affiliate-section,
.harlowe-full-width .harlowe-blog-show-full-content.harlowe-aff-link.harlowe-post-has-no-tags .harlowe-affiliate-section {
	margin: 25px 0 0 0;
}
.harlowe-blog-show-full-content.harlowe-aff-link .harlowe-affiliate-title:after {
	display: block;
}

/* Single Post - Affiliate Edge Cases */
.harlowe-blog-show-full-content.harlowe-product-slider .harlowe-post-footer.harlowe-post-footer-no-comments.harlowe-post-footer-no-sm {
	margin: 25px 0  0 0;
}
.harlowe-blog-show-full-content.harlowe-aff-code .harlowe-post-footer.harlowe-post-footer-no-comments.harlowe-post-footer-no-sm,
.harlowe-blog-show-full-content.harlowe-aff-shortcode .harlowe-post-footer.harlowe-post-footer-no-comments.harlowe-post-footer-no-sm,
.harlowe-blog-show-full-content.harlowe-rewardstyle-shortcode .harlowe-post-footer.harlowe-post-footer-no-comments.harlowe-post-footer-no-sm {
	margin: 0;
	padding: 0;
}

/* Blog Layout- Show Full Content */
.harlowe-blog-item.harlowe-blog-show-full-content .harlowe-post-footer {
	border: 0px;	
}
.harlowe-blog-item.harlowe-blog-show-full-content .harlowe-post-comment-count, 
.harlowe-blog-item.harlowe-blog-show-full-content .harlowe-share-buttons {
	width: 100%;
}

/* ------------------------------- 3.2 Grid Layout ------------------------------- */
.harlowe-grid-layout {
	margin: 0 0 35px 0;
}
.harlowe-grid-item {
	width: 550px;
	margin: 0 50px 70px 0;
	display: inline-block;
	float: left;
	text-align: center;
}
.harlowe-grid-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.harlowe-grid-item:nth-of-type(odd) {
	clear: left;
}
.harlowe-grid-item .harlowe-post-media {
	margin-bottom: 15px;
}
.harlowe-grid-item .harlowe-post-header h2,
.harlowe-grid-item .harlowe-post-header h2 a {
	font-size: 28px;
}
.harlowe-grid-layout .harlowe-newer a, 
.harlowe-grid-layout .harlowe-older a {
	margin: 0 0 50px 0;
}
.harlowe-grid-item .harlowe-cat {
	margin-top: 20px;
}
.harlowe-grid-item.harlowe-horizontal-grid .harlowe-post-location {
	top: 40px;
}
.harlowe-grid-item.harlowe-no-post-thumbnail .harlowe-cat {
	margin-top: 0;
}

/* ----- Default Width Styles ------ */
.harlowe-default-width .harlowe-grid-item {
	width: 367.5px;
}
.harlowe-default-width .harlowe-grid-item .harlowe-post-header h2,
.harlowe-default-width .harlowe-grid-item .harlowe-post-header h2 a {
	font-size: 26px;
	line-height: 1.35;
}

/* ----- Vertical Grid Style ------ */
.harlowe-grid-item.harlowe-vertical-grid {
	width: 356.6667px;
	margin: 0 40px 70px 0;
}
.harlowe-grid-item.harlowe-vertical-grid .harlowe-post-header h2,
.harlowe-grid-item.harlowe-vertical-grid .harlowe-post-header h2 a {
	font-size: 26px;
	line-height: 1.35
}
.harlowe-grid-item.harlowe-vertical-grid:nth-of-type(3n) {
	margin: 0 0 70px 0;
}
.harlowe-grid-item.harlowe-vertical-grid:nth-of-type(odd) {
	clear: none;
}
.harlowe-grid-item.harlowe-vertical-grid:nth-of-type(3n+1) {
	clear: left;
}
.harlowe-default-width .harlowe-grid-item.harlowe-vertical-grid  {
	width: 367.5px;
}
.harlowe-default-width .harlowe-grid-item.harlowe-vertical-grid:nth-of-type(3n) {
	margin: 0 40px 70px 0;
}
.harlowe-default-width .harlowe-grid-item.harlowe-vertical-grid:nth-of-type(2n) {
	margin: 0 0 70px 0;
	clear: none;
}

/* ------------------------------- 3.3 Block Layout ------------------------------- */
.harlowe-block-item {
	margin: 0 0 85px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: auto;
}
.harlowe-block-item .harlowe-post-media {
	display: inline-block;
	float: left;
	width: 550px;
	padding: 0 50px 0 0;
	margin: 0;
}
.harlowe-block-contents {
	display: inline-block;
	float: left;
	width: 550px;
	padding: 50px 0 0 0;
}
.harlowe-block-item .harlowe-post-header {
	margin: 0 0 19px 0;
}
.harlowe-block-item .harlowe-post-header h2,
.harlowe-block-item .harlowe-post-header h2 a {
	font-size: 32px;
}
.harlowe-block-item .harlowe-cat {
	margin-bottom: 8px;
}
.harlowe-block-item .harlowe-post-date {
	margin: 4px 0 22px;
}
.harlowe-block-item .harlowe-post-footer {
	margin: 30px 0 0 0;
}
.harlowe-block-item .harlowe-social-media-comm-footer {
	margin: 29px 0 0 0;
}
.harlowe-block-item .harlowe-post-comment-count {
	display: none;
}
.harlowe-block-item .harlowe-share-buttons {
	width: 100%;
	text-align: left;
	float: none;
}

/* -- Default Width Styles -- */
.harlowe-default-width .harlowe-block-item .harlowe-post-media {
	width: 440px;
	padding: 0 40px 0 0;
}
.harlowe-default-width .harlowe-block-contents {
	width: 305px;
}
.harlowe-default-width .harlowe-block-item .harlowe-post-header h2,
.harlowe-default-width .harlowe-block-item .harlowe-post-header h2 a {
	font-size: 27px;
}

/* -- No Post Thumbnail -- */
.harlowe-block-item.harlowe-no-post-thumbnail .harlowe-post-content {
	display: block;
}
.harlowe-block-item.harlowe-no-post-thumbnail .harlowe-block-contents {
	width: 100%;
	max-width: none;
	display: block;
	padding: 0;
}

/* -- Affiliate Styles -- */
.harlowe-default-width .harlowe-block-item.harlowe-aff-shortcode,
.harlowe-default-width .harlowe-block-item.harlowe-aff-code,
.harlowe-default-width .harlowe-block-item.harlowe-rewardstyle-shortcode {
	padding-bottom: 0;
}
.harlowe-block-item .harlowe-affiliate-section {
	margin: 40px 0 0 0;
	text-align: center;
}
.harlowe-block-item.harlowe-product-slider .harlowe-affiliate-section {
	padding: 32px 0 0 0;
}
.harlowe-block-item .harlowe-product-slider .harlowe-affiliate-title {
	margin-bottom: 25px;
}
.harlowe-block-has-aff.harlowe-block-item .harlowe-post-footer {
	height: 30px;
	margin: 28px 0 0 0;
}
.harlowe-block-has-aff.harlowe-block-item .harlowe-read-more,
.harlowe-block-has-aff.harlowe-block-item .harlowe-social-media-comm-footer {
	display: table-cell;
	vertical-align: middle;
}
.harlowe-block-has-aff.harlowe-block-item .harlowe-social-media-comm-footer {
	margin: 0;
}
.harlowe-block-item.harlowe-aff-code .harlowe-affiliate-section,
.harlowe-block-item.harlowe-rewardstyle-shortcode .harlowe-affiliate-section,
.harlowe-block-item.harlowe-aff-shortcode .harlowe-affiliate-section {
	padding-top: 35px;
}
.harlowe-block-item.harlowe-aff-code .harlowe-block-contents,
.harlowe-block-item.harlowe-aff-shortcode .harlowe-block-contents,
.harlowe-block-item.harlowe-rewardstyle-shortcode .harlowe-block-contents {
	padding-bottom: 0;
} 
.harlowe-full-width .harlowe-block-item.harlowe-aff-link .harlowe-affiliate-section,
.harlowe-block-item.harlowe-aff-link .harlowe-affiliate-section {
	width: 100%;
	box-sizing: border-box !important;
	border: 0;
	border-top: 1px solid #e5e5e5;
	padding: 35px 0 0 0;
	margin: 40px 0 0 0;
}
.harlowe-block-item.harlowe-aff-link .harlowe-post-container {
	width: 100%;
	padding: 0;
}
.harlowe-block-item.harlowe-aff-link .harlowe-affiliate-title:after {
	display: block;
}
.harlowe-block-item .harlowe-custom-product-slider .harlowe-product-bxslider {
	width: 175px;
}	
.harlowe-block-item .harlowe-custom-product-slider .slick-prev {
	left: -55px;
}
.harlowe-block-item .harlowe-custom-product-slider .slick-next {
	right: -55px;
}
.harlowe-block-item .harlowe-custom-product-slider .slick-list {
	margin-right: -25px;
}
.harlowe-block-item .harlowe-custom-product-item {
	margin-right: 25px;
}

/* Full-Width Styles */
.harlowe-full-width .harlowe-block-has-aff.harlowe-block-item .harlowe-read-more {
	width: 23%;
}
.harlowe-full-width .harlowe-block-item .harlowe-affiliate-section {
	border: 1px solid #ecdddc;
	padding: 32px 25px 40px;
}
.harlowe-full-width .harlowe-block-item.harlowe-aff-code .harlowe-affiliate-section,
.harlowe-full-width .harlowe-block-item.harlowe-aff-shortcode .harlowe-affiliate-section,
.harlowe-full-width .harlowe-block-item.harlowe-rewardstyle-shortcode .harlowe-affiliate-section {
	padding: 30px 25px 0 25px;
}
.harlowe-full-width .harlowe-block-item.harlowe-aff-link .harlowe-post-container {
	width: 100%;
	padding: 0;
}
.harlowe-full-width .harlowe-block-item .harlowe-custom-product-slider .harlowe-product-bxslider {
	width: 370px;
}
.harlowe-full-width .harlowe-block-item .harlowe-custom-product-slider .slick-list {
	margin-right: -30px;
}
.harlowe-full-width .harlowe-block-item .harlowe-custom-product-item {
	margin-right: 30px;
}

/* Default-Width Styles */
.harlowe-default-width .harlowe-block-has-aff.harlowe-block-item .harlowe-share-buttons {
	text-align: right;
}	
.harlowe-default-width .harlowe-block-has-aff.harlowe-block-item .harlowe-share-button-label {
	display: none;
}

/* ShopStyle + Elementor Templates */
.elementor-page #sc-widget #sc-widget-content .sc-products,
.elementor-page #sc-widget #sc-widget-content .sc-list-items  {
	flex-flow: nowrap !important;
	-ms-flex-flow: nowrap !important;
}
.elementor-page #sc-widget #sc-widget-content .sc-list-item-cell {
	box-sizing: border-box !important;
}

/* ------------------------------- 3.4 Gallery Layout ------------------------------- */
.harlowe-gallery-layout {
	margin: 0 0 45px 0;
}
.harlowe-gallery-item {
	width: 372.5px;
	margin: 0 40px 70px 0;
	display: inline-block;
	float: left;
	text-align: center;
}
.harlowe-default-width .harlowe-gallery-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.harlowe-gal-img-container {
	height: 450px;
	margin: 0 0 10px 0;
	position: relative;
}
.harlowe-gallery-post-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.harlowe-gallery-item .harlowe-post-header {
	margin: 0;
	background: #F8F2EF;
	padding: 25px 25px 30px;
}
.harlowe-gallery-item .harlowe-post-header h2,
.harlowe-gallery-item .harlowe-post-header h2 a {
	font-size: 24px;
	color: #000000;
}
.harlowe-gallery-item .harlowe-cat {
	margin: 1px 0 8px 0;
}
.harlowe-gallery-item .harlowe-post-date {
	margin: 7px 0 0 0;
}
.harlowe-gallery-layout .harlowe-newer a, 
.harlowe-gallery-layout .harlowe-older a {
	margin: 20px 0 45px;
}

/* -- Full Width Styles -- */
.harlowe-full-width .harlowe-gallery-item {
	width: 356.66667px;
}
.harlowe-full-width .harlowe-gallery-item:nth-of-type(3n) {
	margin: 0 0 70px 0;
}
.harlowe-full-width .harlowe-gallery-item:nth-of-type(3n-2) {
	clear: left;
}
.harlowe-full-width .harlowe-gal-img-container {
	height: 430px;
}

/* ------------------------------- 3.5 Single Post ------------------------------- */
.harlowe-single-post {
	margin: 0 0 95px 0;
}
.harlowe-single-no-accent .harlowe-header-wrapper {
	margin-bottom: 0;
}
.harlowe-single-no-accent .harlowe-header-wrapper:before {
	display: none;
}	
.single-post .harlowe-page-has-feature.harlowe-page-wrapper:before { 
	width: 50%;
	height: 650px;
}	
.harlowe-single-post .harlowe-post-header h1 {
	font-size: 35px;
	line-height: 1.3;
}
.harlowe-page-has-feature .harlowe-single-post .harlowe-cat,
.harlowe-single-no-accent .harlowe-single-post .harlowe-cat {
	margin: 0 0 5px 0;
}
.harlowe-page-has-feature .harlowe-single-post .harlowe-post-date,
.harlowe-single-no-accent .harlowe-single-post .harlowe-post-date {
	margin: 5px 0 0 0;
}
.harlowe-page-has-no-feature .harlowe-single-post .harlowe-post-header {
	text-align: center;
	margin-bottom: 30px;
}
.harlowe-page-has-no-feature .harlowe-single-post .harlowe-cat {
	margin: 0 0 5px 0;
}
.harlowe-single-post .harlowe-post-media img {
	width: 100%;
}
.harlowe-single-post .harlowe-post-media.harlowe-post-hide-feat-image {
	margin: 0;
}
.harlowe-single-post .harlowe-post-entry {
	margin: 20px 0 0 0;
}
.elementor-page .harlowe-single-post .harlowe-post-entry {
	margin: 0;
}
.elementor-page .harlowe-single-post .harlowe-post-header h1 {
	margin-bottom: 0;
}
.harlowe-single-post .harlowe-gallery-post .harlowe-slide-container {
	width: 100%;
	margin: 0;
}
.harlowe-blog-show-full-content .harlowe-post-footer {
	text-transform: uppercase;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 40px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
}
.harlowe-blog-show-full-content.harlowe-no-affiliate-links .harlowe-post-footer {
	margin: 50px 0 0 0;
}
.harlowe-blog-show-full-content.harlowe-no-affiliate-links.harlowe-post-has-tag .harlowe-post-footer {
	margin: 40px 0 0 0;
}
.harlowe-single-post-footer-comment-wrapper,
.harlowe-single-post-footer-sm-wrapper {
	width: 50%;
	display: inline-block;
	float: left;
}
.harlowe-single-post .harlowe-post-comment-count, 
.harlowe-single-post .harlowe-share-buttons {
	width: 100%;
}
.harlowe-blog-show-full-content .harlowe-post-comment-count {
	margin: 0;
	padding: 0;
}
.harlowe-blog-show-full-content .harlowe-post-comment-count:after { 
	display: none;
}
.harlowe-single-post-footer-sm-wrapper {
	text-align: right;
}
.harlowe-post-footer-no-comments .harlowe-single-post-footer-sm-wrapper,
.harlowe-post-footer-no-sm .harlowe-single-post-footer-comment-wrapper,
.harlowe-post-footer-no-comments .harlowe-share-buttons {
	text-align: left;
	width: 100%;
}

/* -- Tags -- */
.harlowe-post-tags {
	clear: both;
	margin: 43px 0 40px;
}
.harlowe-post-tags-title {
	font-size: 10.5px;
	letter-spacing: 1.5px;
	margin-right: 8px;
	font-weight: 500;
	color: #333333;
}
.harlowe-post-tags a {
	display: inline-block;
	background: #f8f2ef;
	color: #333333;
	font-size: 10.5px;
	text-transform: uppercase;
	padding: 10px 12px;
	margin: 0 12px 12px 0;
	letter-spacing: 1.5px;
	line-height: 1em;
	font-weight: 500;
}
.harlowe-post-tags a:hover {
	color: #333333;
}
.harlowe-post-tags a:last-of-type {
	margin-right: 0px;
}

/* -- Post Author -- */
.harlowe-post-author-box {
	display: table;
	margin-top: 65px;
	padding-bottom: 65px;
	overflow: auto;
	border-bottom: 1px solid #e5e5e5;
}
.harlowe-author-img {
	position: relative;
	display: table-cell;
	float: left;
	width: 165px;
	line-height: 0;
}
.harlowe-author-img img {
	margin: 0;
}
.harlowe-author-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	line-height: 1;
}
.harlowe-author-content h5, 
.harlowe-author-content h5 a {
	font-family: 'Paris Script';
	letter-spacing: 2px;
	color: #333333;
	font-size: 20px;
	margin: 0 0 6px 0px;
}
.harlowe-author-content h5 {
	position: relative;
}
.harlowe-author-content p {
	margin-bottom: 0px;
	line-height: 1.7;
	font-size: 12.5px;
}
.harlowe-author-social-media i {
	color: #222222;
	font-size: 11.5px;
	margin: 18px 13px 6px 0;
}

/* -- Related Posts -- */
.harlowe-related-posts {
	margin: 67px 0 0 0;
	text-align: center;
}
.harlowe-related-posts h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	position: relative;
	display: inline-block;
	margin: 0 0 25px 0;
	border-bottom: 1px solid;
	color: #b2815d;
	padding-bottom: 1px;
	text-transform: uppercase;
}
.harlowe-item-related-box {
	display: flex;
}
.harlowe-item-related {
	width: 33.3%;
	margin-right: 25px;
}
.harlowe-full-width .harlowe-item-related {
	width: 25%;
}
.harlowe-item-related:last-of-type {
	margin-right: 0px;
}
.harlowe-related-post-img {
	height: 265px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.harlowe-item-related-caption {
	text-align: center;
	padding: 18px 20px 24px;
	background: #ecdddc;
}
.harlowe-item-related-caption h4,
.harlowe-item-related-caption h4 a {
	color: #000000;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.25;
}
.harlowe-item-related-caption h4 {
	line-height: 1;
}
.harlowe-related-post-date {
	font-size: 10px;
	line-height: 1;
	color: #b2815d;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin-top: 8px;
}
.harlowe-full-width .harlowe-related-post-img {
	height: 300px;
}
/* Edge Case */
.harlowe_post_has_no_author .harlowe-related-posts {
	margin: 60px 0 0 0;
}

/* -- List of Comments -- */ 
#comments {
	overflow: auto;
	margin: 70px 0 0 0;
}
.harlowe-page-wrapper ul.harlowe-comments {
	margin: 20px 0 68px 0;
	list-style: none;
	padding: 0;
}
.harlowe-page-wrapper ul.harlowe-comments > li,
.harlowe-page-wrapper ul.harlowe-comments ul.children > li {
	margin: 0;
}
.harlowe-page-wrapper ul.harlowe-comments ul.children {
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
}
.harlowe-page-wrapper ul.harlowe-comments ul.children .harlowe_thecomment {
	overflow: auto;
	line-height: 1;
	padding: 25px 0;
}
.harlowe-page-wrapper ul.harlowe-comments ul.children .harlowe-comment-footer {
	display: none;
}
.harlowe-page-wrapper ul.harlowe-comments ul.children p:last-of-type {
	margin-bottom: 0px;
}
.harlowe-comment-count a {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}
.harlowe-comments > li:first-of-type  {
	border-top: 1px solid #E5E5E5;
}
.harlowe_thecomment {
	padding: 25px 0 35px;
	border-bottom: 1px solid #E5E5E5;
}
.harlowe-comment-author-avatar {
	width: 80px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.harlowe-comment-author-avatar img {
	border-radius: 100%
}
.harlowe-comment-text {
	margin-left: 100px;
}
.harlowe-comment-author, 
.harlowe-comment-author a {
	color: #000000;
	font-size: 19px;
	margin-bottom: 7px;
}
.harlowe-comment-author, 
.harlowe-comment-date {
	display: inline-block;
}
.harlowe-comment-parent {
	text-transform: uppercase;
	font-size: 10.5px;
	vertical-align: 0px;
	letter-spacing: 1px;
}
.harlowe-comment-parent .fa-reply {
	color: #BBBBBB;
	font-size: 13px;
	margin-right: 8px;
	margin-left: 4.5px;
}
.harlowe-comment-date {
	float: right;
	font-size: 10px;
	color: #888888;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 6px;
}
.harlowe-comment-text p {
	margin-bottom: 12.5px;
	font-size: 96.5%;
	line-height: 1.7;
}
.harlowe-comment-approval em {
	color: #555555;
	margin-left: 5px;
	vertical-align: 1px;
}
.harlowe-comment-footer {
	line-height: 1;
}
.harlowe-reply,
.harlowe-edit  {
	display: inline-block;
	text-transform: uppercase;
	z-index: 2;
}
.harlowe-reply a,
.harlowe-edit a {
	color: #dabdbb;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
.harlowe-edit a {
	position: relative;
	margin-left: 20px;
}
.harlowe-edit a:before {
	position: absolute;
	content: '';
	height: 12px;
	top: 2px;
	left: -12.5px;
	border-left: 1px solid #dabdbb;
}
.depth-5 .harlowe-edit a {
	margin-left: 0px;
}
.depth-5 .harlowe-edit a:before {
	display: none;
}
#comments_pagination .page-numbers {
	display: inline-block;
	margin: 0 0 80px;
	font-size: 14px;
}

/* -- Pingbacks -- */
.pingback .harlowe-comment-text {
	margin-left: 0;
}
.pingback .harlowe-comment-author {
	margin-bottom: 8px;
}
.pingback .harlowe-comment-date {
	display: block;
	float: none;
	margin: 0 0 15px 0;
	font-weight: 400;
	padding: 0 3px 0 0;
}

/* -- Comment Form -- */ 
#comments #respond {
	margin: 0;
	text-align: center;
}
#comments #reply-title {
	font-size: 11px;
	margin-bottom: 25px;
	font-family: 'Raleway';
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #b2815d;
	border-bottom: 1px solid;
	display: inline-block;
}
#commentform {
	background: #faf8f7;
	padding: 50px;
	overflow: auto;
}
.harlowe-comment-form-comment {
	margin: 0;
	line-height: 1;
}
#commentform textarea,
#commentform input {
	box-sizing: border-box;
	border: 0px;
	border: 2px solid #ecdddc;
	background: transparent;
}
#commentform textarea {
	width: 100%;
}
#commentform input {
	width: 32.3%;
	margin: 10px 10px 0 0;
	float: left;
}
.harlowe-full-width #commentform input {
	width: 32.69%;
}
#commentform input[type="checkbox"] {
	width: auto !important;
	padding: 5px;
	border:; 0px;
	margin: 5px 8px 0 0;
	-webkit-appearance: checkbox;
}
#commentform input[id="url"] {
	margin-right: 0px;
}
#commentform input[type="submit"] {
	width: auto;
	margin: 13px 0 0 0;
	padding: 0 0 3px 0;
	color: #b2815d;
	border: 0px;
	border-bottom: 1px solid;
	background: transparent;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.5px;
}
.harlowe-full-width #commentform input[type="submit"] {
	width: auto;
}
.form-submit {
	margin: 10px 0;
}
.comment-form-cookies-consent {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
	font-size: 1em;
	text-align: left;
}
#commentform .comment-form-cookies-consent input,
.harlowe-full-width #commentform .comment-form-cookies-consent input {
	width: auto !important;
	padding: 5px;
	margin: 5px 8px 0 0;
	-webkit-appearance: checkbox;
}

/* -- Post Pagination -- */ 
.harlowe-post-pagination {
	margin: 90px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #E5E5E5;
	overflow: auto;
	display: flex;
}
.harlowe-pagination-post {
	width: 50%;
	display: inline-block;
	float: left;
}
.harlowe-next-post {
	text-align: right;
	border-left: 1px solid #E5E5E5;
}
.harlowe-pagination-post-image {
	display: inline-block;
	float: left;
	width: 120px;
	height: 95px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 20px 0 0;
}
.harlowe-next-post .harlowe-pagination-post-image {
	float: right;
	margin: 0 0 0 20px;
}
.harlowe-pagination-post-content {
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}
.harlowe-next-post .harlowe-pagination-post-content {
	padding: 0 0 0 20px;
} 
.harlowe-next-post-link {
	font-size: 10px;
	text-transform: uppercase;
	color: #b2815d;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.harlowe-pagination-post-content h6 {
	color: #000000;
	font-size: 18px;
	margin: 0;
	line-height: 1.35;
}

/* ------------------------------- 3.6 Single Page ------------------------------- */
.harlowe-single-page {
	margin: 0 0 85px 0;
}
.harlowe-single-page .harlowe-page-featured-image,
.page-template-page-elementor .harlowe-page-featured-image {
	display: none;
}
.harlowe-single-page .harlowe-post-footer {
	margin: 40px 0 0 0;
	padding: 40px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.harlowe-full-width .harlowe-single-page.harlowe-blog-show-full-content .harlowe-post-footer {
	margin: 40px 0 0 0;
}
.harlowe-single-page .harlowe-post-footer.harlowe-post-footer-no-comments.harlowe-post-footer-no-sm {
	border-bottom: 1px solid #e5e5e5;
    height: 1px;
    border-top: 0px;
    padding: 0;
    margin: 50px 0 0 0;
}
.harlowe-single-page #comments {
	margin: 65px 0 0 0;
}
.harlowe-single-page #commentform input[type="submit"] {
	margin: 25px 0 0 0;
}
.harlowe-single-page .harlowe-share-buttons,
.harlowe-single-page .harlowe-post-comment-count {
	width: 100%;
}

/* ------------------------------- END Page Layouts ------------------------------- */



/* ------------------------------- 4. WordPress Core ------------------------------- */			

/* ------------------------------- 4.1 WordPress Widgets ------------------------------- */
.widget {
	margin: 0 0 50px 0;
	clear: both;
}
#harlowe-sidebar .widget:last-of-type {
	margin-bottom: 0;
}
.widget-title,
.widget h4 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.widget select, 
.widget input {
	width: 100%;
	font-size: 90%;
	color: #000000;
	margin-right: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	border-color: #e5e5e5;
}
.widget select {
	text-transform: none;
}
.widget input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}

/* -- Search Widget -- */
#harlowe-searchform {
	border: 1px solid #e5e5e5;
	position: relative;
}
#harlowe-searchform:after {
	position: absolute;
	content: '';
	width: 1px;
	border-left: 1px solid #e5e5e5;
	height: 38px;
	top: 7.5px;
	right: 55px;
}
#harlowe-searchform label {
	display: none;
}
#harlowe-searchform input[type="text"] {
	font-size: 100%;
	padding: 18px 15px 17px;
	border: 0px;
	width: 222px;
	float: left;
	margin: 0;
	outline: none;
}
#harlowe-searchform button[type="submit"] { 
	border: 0px;
	background: #FFFFFF;
	height: 53px;
	width: 47px;
	margin-left: -5px;
}	
.elementor-widget-wp-widget-search #harlowe-searchform button[type="submit"] {
	height: 52px;
}
#harlowe-searchform .fa-search {
	color: #000000;
	transform: rotate(90deg);
	font-size: 15px;
}
#harlowe-sidebar .widget_search .widget-title {
	color: #000000;
}

/* -- Sidebar Search Block -- */
#harlowe-sidebar .wp-block-search__input {
	padding:  17px;
}
#harlowe-sidebar .wp-block-search__button {
	border-color: #e5e5e5;
	background-color: transparent;
	color: #000000;
}

/* ------------- WP Categories, WP Pages,  WP Recent Posts, 
WP Recent Comments, WP Archive, WP Meta, WP Nav Menu 
(including widgets on Elementor Pages) ------------------ */
.widget_pages,
.widget_meta,
.widget_recent_entries,
.widget_nav_menu,
.widget_categories,
.widget_archive, 
.widget_recent_comments,
.elementor-widget-wp-widget-recent-posts,
.elementor-widget-wp-widget-archives,
.elementor-widget-wp-widget-categories,
.elementor-widget-wp-widget-pages,
.elementor-widget-wp-widget-meta,
.elementor-widget-wp-widget-recent-comments,
.elementor-widget-wp-widget-nav_menu {
	background: #faf8f7;
	padding: 30px 22px 35px;
	text-align: center;
}
.harlowe-page-wrapper .widget_pages ul,
.harlowe-page-wrapper .widget_meta ul,
.harlowe-page-wrapper .widget_recent_entries ul,
.harlowe-page-wrapper .widget_nav_menu ul,
.harlowe-page-wrapper .widget_categories ul,
.harlowe-page-wrapper .widget_archive ul, 
.harlowe-page-wrapper .widget_recent_comments ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-recent-posts ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-archives ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-categories ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-pages ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-meta ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-recent-comments ul,
.harlowe-page-wrapper .elementor-widget-wp-widget-nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.harlowe-page-wrapper .widget_pages li,
.harlowe-page-wrapper .widget_meta li,
.harlowe-page-wrapper .widget_recent_entries li,
.harlowe-page-wrapper .widget_nav_menu li,
.harlowe-page-wrapper .widget_categories li,
.harlowe-page-wrapper .widget_archive li, 
.harlowe-page-wrapper .widget_recent_comments li,
.harlowe-page-wrapper .elementor-widget-wp-widget-recent-posts li,
.harlowe-page-wrapper .elementor-widget-wp-widget-archives li,
.harlowe-page-wrapper .elementor-widget-wp-widget-categories li,
.harlowe-page-wrapper .elementor-widget-wp-widget-pages li,
.harlowe-page-wrapper .elementor-widget-wp-widget-meta li,
.harlowe-page-wrapper .elementor-widget-wp-widget-recent-comments li,
.harlowe-page-wrapper .elementor-widget-wp-widget-nav_menu li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	display: block;
}
.harlowe-page-wrapper .widget_categories .children li,
.harlowe-page-wrapper .widget_pages .children li,
.harlowe-page-wrapper .widget_nav_menu .sub-menu li,
.harlowe-page-wrapper .elementor-widget-wp-widget-categories .children li,
.harlowe-page-wrapper .elementor-widget-wp-widget-pages .children li,
.harlowe-page-wrapper .elementor-widget-wp-widget-nav_menu .sub-menu li {
	border-bottom: 0px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-top: 8px;
}
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a,
.widget_categories a,
.widget_archive a, 
.widget_recent_comments a,
.elementor-widget-wp-widget-recent-posts a,
.elementor-widget-wp-widget-archives a,
.elementor-widget-wp-widget-categories a,
.elementor-widget-wp-widget-pages a,
.elementor-widget-wp-widget-meta a,
.elementor-widget-wp-widget-recent-comments a,
.elementor-widget-wp-widget-nav_menu a {
	color: #000000;
	font-size: 12.5px;
}
.widget_archive select, 
.widget_categories select {
    padding: 10px;
    min-width: 100%;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.elementor-page .widget_archive select,
.elementor-page .widget_categories select,
.elementor-widget-wp-widget-archives select,
.elementor-widget-wp-widget-categories select {
	min-width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
	border: 0px;
	box-sizing: border-box !important;
	font-size: 90%;
}
.widget_recent_comments a,
.elementor-widget-wp-widget-recent-comments a {
	color: #777777;
	font-style: italic;
}
.widget_recent_comments .comment-author-link a,
.elementor-widget-wp-widget-recent-comments .comment-author-link a {
	color: #000000;
	font-style: normal;
}
.widget_recent_entries a,
.elementor-widget-wp-widget-recent-posts a {
	display: inline-block;
}
.widget_recent_entries .post-date,
.elementor-widget-wp-widget-recent-posts .post-date {
	display: block;
    font-size: 12px;
    color: #777;
    margin: 2px 0 0 0;
    font-style: italic;
}
.widget_text p,
.elementor-widget-wp-widget-text p {
	font-size: 12.5px;
}
.elementor-widget-wp-widget-text p:last-of-type {
	margin-bottom: 0px;
}

/* -- WordPress Calendar -- */
.widget_calendar .widget-title, .widget_calendar h4 { margin-bottom: 7px;}
#wp-calendar {width: 100%; text-transform: uppercase; border: 0px; margin-bottom: 20px;}
#wp-calendar caption { text-align: right; color: #777; font-size: 11px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #E5E5E5; padding-bottom:8px; letter-spacing: 1px; }
#wp-calendar thead { font-size: 10.5px;  }
#wp-calendar thead th { padding-bottom: 10px; border: 1px solid #E5E5E5; }
#wp-calendar tbody td { background: #e3e3e3; border: 1px solid #fff; text-align: center; padding:8px; font-size:10.5px; }
#wp-calendar tbody td a { font-weight:700; color:#000000; }
#wp-calendar tbody td:hover { background: #fff; cursor: pointer; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot { text-align: left; border-bottom: 1px solid #E5E5E5; }
#wp-calendar tfoot #next { font-size: 10.5px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10.5px; text-transform: uppercase; padding: 5px 0; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tfoot td { border: 0px; }
#wp-calendar tfoot tr:hover, #wp-calendar tbody tr:hover { background: none; }

/* -- Tag Cloud -- */
.tagcloud a,
#harlowe-sidebar .wp-block-tag-cloud a {
	display: inline-block;
	background: #b2815d;
	color: #ffffff;
	font-size: 80% !important;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0 8px 8px 0;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.tagcloud a:hover,
#harlowe-sidebar .wp-block-tag-cloud a:hover {
	color: #ffffff;
}

/* -- Black Widget Titles -- */
.widget_text .widget-title,
.widget_tag_cloud .widget-title,
.widget_calendar .widget-title,
.elementor-widget-wp-widget-text h5,
.elementor-widget-wp-widget-calendar h5,
.elementor-widget-wp-widget-tag_cloud h5 {
	color: #000000 !important;
}

/* -- RSS Feed -- */
.harlowe-page-wrapper .widget_rss ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.harlowe-page-wrapper .widget_rss li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.widget .rsswidget, .widget .rss-date {
	display: block;
}
.widget_rss .widget-title a.rsswidget {
	color: #000000;
}
.widget .rsswidget {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
}
.widget .rss-date {
	color: grey;
	font-style: italic;
	padding: 6px 0;
	font-size: 12px;
}
.rssSummary {
	text-transform: none;
	font-size: 12.5px;
}
.widget_rss cite {
	font-style: normal;
	display: block;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 10.5px;
	letter-spacing: 1px;
}

/* ------------------------------- 4.2 MISC HTML Elements ------------------------------- */

/* -- Sticky Post -- */
.harlowe-blog-item.sticky .harlowe-post-content {
	position: relative;
	padding: 20px 0 0 0;
}
.harlowe-blog-item.sticky.has-post-thumbnail .harlowe-post-content {
	padding: 0;
}
.harlowe-blog-item.sticky .harlowe-post-content:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f08d';
	top: 0px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	font-size: 30px;
	transform: rotate(30deg);
	z-index: 1;
	text-align: center;
	background: #f8f2ef;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 63px;
}
.harlowe-blog-item.sticky.harlowe-no-post-thumbnail .harlowe-post-header {
	border-top: 20px solid #f8f2ef;
	padding-top: 25px;
}
.harlowe-blog-item.sticky.has-post-thumbnail .harlowe-post-content:before {
	display: none;
}
.harlowe-blog-item.sticky .harlowe-post-media {
	border-top: 20px solid #f8f2ef;
	position: relative;
}
.harlowe-blog-item.sticky .harlowe-post-media:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f08d';
	top: -35px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	font-size: 30px;
	transform: rotate(30deg);
	z-index: 1;
	text-align: center;
	background: #f8f2ef;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 63px;
}


/* -- Archive Pages -- */
.archive .harlowe-header-wrapper,
.error404 .harlowe-header-wrapper,
.search .harlowe-header-wrapper {
	margin-bottom: 15px;
}
.harlowe-archive-box {
	text-align: center;
	margin: 15px 0 85px;
	padding: 50px 25px;
	background: #faf8f7;
}
.harlowe-archive-box span {
	display: block;
	color: #333333;
	letter-spacing: 1.5px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 500;
}
.harlowe-archive-box h1 {
	margin: 7px 0 0 0;
	line-height: 1;
	font-size: 28px;
	font-family: 'Paris Script';
	text-transform: lowercase;
	color: #b2815d;
	letter-spacing: 3px;
}

/* -- Error Pages / No Results -- */
.search-no-results .harlowe-gallery-layout,
.search-no-results .harlowe-grid-layout {
	margin: 0;
}
.search-no-results .harlowe-post-header {
	margin: 0;
}
.error404 #harlowe-content,
.search-no-results #harlowe-content {
	text-align: center;
}	
.error404 .harlowe-error-page {
	margin-bottom: 100px;
}
.search-no-results .post {
	margin-bottom: 120px;
}	
.error404 .harlowe-archive-box h1 {
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	margin: 0;
	letter-spacing: 1.5px;
}
.error404 .harlowe-error-page p {
	margin-bottom: 25px;
}
.search-no-results .harlowe-post-header h1 {
	margin-top: 0px;
	font-size: 36px;
}
.search-no-results .harlowe-search-nothing p {
	margin: 15px 0 25px;
}
.error404 #harlowe-content #harlowe-searchform,
.search-no-results #harlowe-content #harlowe-searchform  {
	width: 600px;
	margin: 0 auto;
}
.error404 #harlowe-content #harlowe-searchform input[type="text"],
.search-no-results #harlowe-content #harlowe-searchform input[type="text"] {
	width: 525px;
}

/* ------- Blockquote ------- */
blockquote {
	margin-bottom: 20px;
	position: relative;
	width: 95%;
	border-left: 10px solid #ecdddc;
	clear: both;
	line-height: 1;
}
blockquote p {
	position: relative;
	font-size: 17px;
	padding-left: 15px;
	font-style: italic;
	color: #777777;
	line-height: 1.7;
}
blockquote cite {
	display: inline-block;
	color: #777777;
	letter-spacing: 1.5px;
	font-size: 10.5px;
	text-transform: uppercase;
	font-style: normal;
	margin: -10px 0 0 0;
	padding-left: 15px;
	font-weight: 400;
}

/* ------- Tables ------- */
.harlowe-page-wrapper table { 
	width: 100%; 
	margin-bottom: 30px; 
	border-collapse: collapse; 
	border: 1px solid #E5E5E5;
}
.harlowe-page-wrapper tfoot {
	border-top: 2px solid;
}
.harlowe-page-wrapper tfoot td {
	background: #FFFFFF;
}
.mejs-container { 
	margin-bottom: 30px; 
}
.harlowe-page-wrapper td, 
.harlowe-page-wrapper th {  
	padding: 12px; 
	letter-spacing: .5px; 
	border-bottom: 1px solid #E5E5E5; 
	border-left: 1px solid #E5E5E5; 
}
.harlowe-page-wrapper th { 
	font-size: 1em; 
	background: #f5f5f5; 
	font-weight: 500;
}
.harlowe-page-wrapper th a {
	color: #000000;
}
.harlowe-page-wrapper td {
	font-size: 96%;
}
.harlowe-page-wrapper tr:hover { 
	background:#f9f9f9; 
}
.harlowe-page-wrapper dl {
	margin: 10px 0 20px 0;
	padding-left: 25px;
	line-height: 1.4;
}
.harlowe-page-wrapper dl dt {
	margin-top: 12px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
}
.harlowe-page-wrapper dl dd {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.bypostauthor {background: inherit;}

/* ------- Lists + Dividers ------- */
.harlowe-page-wrapper hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	margin-bottom: 20px;
}
.harlowe-page-wrapper ul, 
.harlowe-page-wrapper ol {
	padding-left: 45px;
	margin-bottom: 25px;
}
.harlowe-page-wrapper ul {
	list-style: square;
}
.harlowe-page-wrapper li > ul,
.harlowe-page-wrapper li > ol {
	margin: 12px 0 0 0;
}
.harlowe-page-wrapper ul > li,
.harlowe-page-wrapper ol > li {
	margin: 0 0 16px 0;
	padding: 0;
}
.harlowe-page-wrapper pre {
	overflow: auto;
}

/* ------- Images + Gallery ------- */
.alignnone {
    margin: 5px 0 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
    text-align: center;
}
.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}
a img.alignnone {
    margin: 5px 0 20px 0;
}
a img.alignleft {
    float: left;
   	margin: 5px 20px 10px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
    width: auto;
	box-sizing:border-box;
}
.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
   margin: 5px 0 10px 15px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
	color:#888;
    line-height: 17px;
    margin: 2px 10px 8px;
    clear: both;
    font-size: 13px;
}
.gallery {
	margin-bottom: 30px !important;
}
.gallery .gallery-caption{  
    font-size: 13px;
	color: #888;
	margin-top: 4px;
}  
.gallery .gallery-icon img{  
    border-radius: 2px;  
    border: 1px solid #eee !important;  
	padding: 7px;
}  
.gallery .gallery-icon img:hover {
	border: 1px solid #ccc !important;  
}

/* ------- "More" Tag ------- */
a.more-link {
	display: inline-block;
	background: #B2815D;
	color: #FFFFFF;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1;
	font-weight: 500;
	font-size: 10.5px;
	padding: 8px 12px;
	margin: 5px 0 0 0;
}
a.more-link:hover {
	color: #FFFFFF;
}

/* ------- WP Page Links ------- */
.harlowe-wp-links a {
	background: #faf8f7;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	color: #000000;
	margin-right: 6px;
	font-size: 10.5px;
	font-weight: 400;
}
.harlowe-wp-links a:hover {
	color: #000000;
}
.harlowe-wp-links .page-links-title {
	text-transform: uppercase;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	margin-right: 6px;
	font-weight: 400;
}

/* ------- Slick.JS default CSS ------- */
.slick-slide {
    position: relative;
	display: block;
    box-sizing: border-box;
	-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.harlowe-page-wrapper ul.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.harlowe-page-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    padding: 0;
    cursor: pointer;
}
.harlowe-page-wrapper ul.slick-dots li:only-child {
	display: none;
}
.harlowe-page-wrapper ul.slick-dots li:last-of-type {
	margin: 0;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #999999;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 34px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: .5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -80px;
}
[dir='rtl'] .slick-prev {
    right: -80px;
    left: auto;
}
.slick-prev:before {
    background-image: url('images/sidebar/harlowe_left_arrow.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next:before {
	 background-image: url('images/sidebar/harlowe_right_arrow.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next {
    right: -80px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -80px;
}
	
/* ------------------------------- END WordPress Core ------------------------------- */

/* ------------------------------- 5. External Plugins ------------------------------- */			

/* ------------------------------- 5.1 WPZOOM Social Feed Widget ------------------------------- */

#harlowe-sidebar .zoom-instagram-widget,
.harlowe-custom-sidebar .elementor-widget-wp-widget-wpzoom_instagram_widget,
.elementor-widget-sidebar .zoom-instagram-widget {
	text-align: center;
	margin: 0 0 40px 0;
}
#harlowe-sidebar .zoom-instagram-widget .widget-title,
.harlowe-custom-sidebar .elementor-widget.elementor-widget-wp-widget-wpzoom_instagram_widget h5,
.elementor-widget-sidebar .zoom-instagram-widget .widget-title {
	color: #000000;
	line-height: 1;
	margin-bottom: 17px;
}
.harlowe-page-wrapper ul.zoom-instagram-widget__items {
	padding: 0;
	margin: 0;
	list-style: none;
}
.harlowe-page-wrapper ul > li.zoom-instagram-widget__item {
	margin-bottom: 10px;
	list-style: none;
} 
#harlowe-sidebar .zoom-instagram-widget__follow-me,
.elementor-widget-sidebar .zoom-instagram-widget__follow-me,
.harlowe-custom-sidebar .zoom-instagram-widget__follow-me {
	margin-top: 4px;
	line-height: 1;
}
#harlowe-sidebar .zoom-instagram-widget__follow-me a,
.elementor-widget-sidebar .zoom-instagram-widget__follow-me a,
.harlowe-custom-sidebar .zoom-instagram-widget__follow-me a {
	font-family: 'Raleway', sans-serif;
	font-weight: 300 !important;
	color: #B2815D !important;
	text-align: center;
	background: #FFFFFF;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

/* ------------------------------- 5.2 Elementor Page Templates ------------------------------- */
.elementor-editor-active .harlowe-loader,
.elementor-editor-preview .harlowe-loader {
	display: none;
}
.elementor-page .harlowe-page-wrapper {
	overflow: hidden;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0px !important;
}
.elementor-editor-active .elementor-inner,
.elementor-editor-active .elementor.elementor-edit-mode .elementor-inner-section:first-child {
	margin-top: 0px !important;
}
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1150px !important;
}
.page-template-page-elementor #harlowe-content, 
.page-template-page-elementor .harlowe-page-has-feature #harlowe-content {
	padding: 0 !important;
}
.elementor-page .harlowe-no-bottom,
.elementor-page .harlowe-no-bottom-p,
.elementor-page .harlowe-no-bottom-p p:last-of-type {
	margin-bottom: 0px !important;
}	
.elementor-image-gallery .gallery,
.elementor-image-gallery .gallery-item {
	box-sizing: border-box !important;
}
.harlowe-page-wrapper .elementor-image-gallery dl.gallery-item {
	padding: 0 25px 0 0;
}
.harlowe-page-wrapper .elementor-image-gallery dl.gallery-item dt {
	margin-top: 0px;
}
.harlowe-elementor-section .elementor-divider {
	padding: 0px !important;
}
.harlowe-accent-word.elementor-widget-text-editor {
	position: absolute;
	bottom: 35px;
	left: -20px;
}
.harlowe-accent-word.elementor-widget-text-editor .elementor-widget-container {
	display: block;
	transform-origin: top left;
	transform: rotate(-90deg) translate(-100%);
	margin-top: -100%;
	white-space: nowrap;
	margin-bottom: 0px;
}
.harlowe-accent-word.elementor-widget-text-editor {
	font-family: 'Paris Script';
	font-size: 29px;
	line-height: 1;
	text-transform: lowercase;
	letter-spacing: 3px;
}
.harlowe-serif-text.elementor-widget-text-editor,
.harlowe-serif-text .elementor-testimonial-wrapper .elementor-testimonial-content {
	font-family: 'Cormorant Garamond';
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: 0px;
}
.harlowe-elementor-button .elementor-button,
.harlowe-elementor-subtitle.elementor-widget-text-editor p {
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.harlowe-elementor-subtitle.elementor-widget-text-editor p {
	line-height: 1;
}
.page-template-page-elementor #harlowe-searchform input[type="text"],
.page-template-page-elementor .harlowe-video-play  {
	box-sizing: content-box !important;
}

/* ---- Elementor 3.0+ - Optimized DOM ---- */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

/* ---- Elementor Basic Gallery Widget (Lightbox) ---- */
.elementor-widget-image-gallery .gallery-item {
	margin-top: 0px !important;
}
.gallery .gallery-icon img,
.gallery .gallery-icon img:hover {
	border: 0px !important;
	padding: 0px;
}
.dialog-type-lightbox {
	background-color: rgba(255,255,255,.9) !important;
}
.swiper-container [class^="eicon"],
.elementor-lightbox .dialog-lightbox-close-button, 
.elementor-lightbox .elementor-swiper-button {
	color: #222222 !important;
}
.swiper-container [class^="eicon"]:hover,
.elementor-lightbox .dialog-lightbox-close-button:hover, 
.elementor-lightbox .elementor-swiper-button:hover {
	color: #999999 !important;
}
.elementor-lightbox .elementor-lightbox-image {
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0 0 20px rgba(0,0,0,.1),0 0 8px -5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1),0 0 8px -5px rgba(0,0,0,.1);
}
.elementor-slideshow__footer, 
.elementor-slideshow__header {
	box-sizing: border-box !important;
}
.elementor-widget-image-box .elementor-image-box-img a {
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
}
.elementor-widget-image-box .elementor-image-box-title a:hover {
	color: #999999 !important;
}

/* ---- Section Margins ---- */
.harlowe-standard-elementor-section {
	margin-bottom: 115px;
}
.harlowe-about-me-section.harlowe-standard-elementor-section,
.harlowe-overlap-elementor-section{
	margin-bottom: 115px;
}
.harlowe-elementor-blog-section {
	margin-bottom: 35px;
}
.harlowe-map-section.harlowe-standard-elementor-section {
	margin-bottom: 180px;
}
.harlowe-blog-section {
	margin-bottom: 30px;	
}
.harlowe-services-feat-section {
	margin-bottom: 110px;
}
.harlowe-elementor-services-item.harlowe-second-services-item {
	margin-top: 175px;
}
.harlowe-services-feat-section.harlowe-contact-page {
	margin-bottom: 100px;
}

/* ---- Elementor Page One ---- */


/* -- Testimonials -- */
.harlowe-testimonials-inner-section .elementor-testimonial-content {
	max-width: 825px;
	margin: 0 auto;
}
.harlowe-quotation-marks p {
	font-size: 400px;
	font-family: 'Cormorant Garamond', Sans-serif;
	font-weight: 700;
	line-height: 0;
}
.harlowe-testimonials-inner-section .slick-dotted.slick-slider {
	margin-bottom: 10px;
}
.harlowe-testimonials-inner-section .slick-list {
	margin: 0 auto !important;
}	

/* -- About Section -- */
.harlowe-about-me-section .elementor-inner-section > .elementor-container {
	min-height: 1px;
	align-content: center;
	height: 100%;
}
.harlowe-about-me-text-column .elementor-widget-wrap {
	align-content: center;
	margin: 0 auto;
}
.harlowe-about-me-image-column .elementor-widget-wrap {
	margin-bottom: 75px !important;
}
.harlowe-about-me-text-column .harlowe-serif-text .elementor-widget-container {
	width: 420px;
	margin: 0 auto;
}

/* -- MC4WP Section -- */
.harlowe-mc4wp-section.harlowe-elementor-subscribe p:last-of-type {
	margin-bottom: 0;
}
.elementor .harlowe-mc4wp-section input {
	box-sizing: border-box !important;
}
.harlowe-mc4wp-section.harlowe-elementor-subscribe input {
	width: 360px;
	margin: 0 auto;
}
.harlowe-elementor-subscribe input[type="submit"] {
	background: transparent;
	color: #B2815D;
	width: auto;
	padding: 0 0 4px 0;
	border-bottom: 1px solid;
	margin: 15px 0 0 0;
}
.harlowe-elementor-subscribe input[type="submit"]:hover {
	background: transparent;
}
.harlowe-elementor-subscribe .harlowe-accent-word.elementor-widget-text-editor {
	left: -97px;
	bottom: -40px;
	z-index: 1;
}
.harlowe-elementor-subscribe .harlowe-accent-word.elementor-widget-text-editor p {
	text-align: left;
}
.harlowe-subscribe-image-column .elementor-widget-wrap {
	margin-bottom: 75px !important;
}
.harlowe-subscribe-block .harlowe-mc4wp-para-text {
	width: 475px;
	margin-left: auto;
	margin-right: auto;
}
.harlowe-about-me-text-column.harlowe-subscribe-block .elementor-widget-wrap {
	align-items: center;
}   	

/* Blog Section */
.harlowe-blog-section-divider {
	position: absolute !important;
	width: 280px !important;
	right: 0;
	top: -115px;
}
.harlowe-elementor-blog-section .harlowe-accent-word.elementor-widget-text-editor {
	bottom: auto;
	top: 35px;
}
.harlowe-elementor-blog-section .harlowe-accent-word.elementor-widget-text-editor .elementor-widget-container{
	margin-top: 0;
	text-align: right;
}

/* ---- Elementor Page Two ---- */

/* -- Triple Images -- */
.harlowe-triple-images-section:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	background: #FFFFFF;
	width: 20%;
}
.harlowe-triple-images-column {
	margin-right: 50px !important;
}
.harlowe-triple-images-column:last-of-type {
	margin-right: 0px !important;
}
.harlowe-full-width-button .elementor-button {
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Quote + Number Sections */
.harlowe-custom-number {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 70px;
	letter-spacing: 3px;
	line-height: 0;
}
.harlowe-quote-section .harlowe-quote-text {
	max-width: 825px;
	margin: 0 auto;
}


/* ---- Elementor Page Three ---- */

/* Map Section */
.harlowe-map-column > .elementor-widget-wrap,
.harlowe-map-text-column > .elementor-widget-wrap {
	align-content: center;
}
.harlowe-map-subtitle {
	font-family: 'Paris Script';
	font-size: 22px;
	letter-spacing: 1.7px;
	line-height: 1;
}
.harlowe-map-text-column .elementor-icon {
	font-size: 30px;
}
.harlowe-map-text-column .harlowe-elementor-subtitle.elementor-widget-text-editor p {
	font-size: 11px;
}
.harlowe-map-section .elementor-inner-section > .elementor-container {
	align-content: center;
	min-height: 1px;
}
.harlowe-map-column > .elementor-widget-wrap {
	align-items: center;
}

/* Product Slider */
.harlowe-elementor-product-items {
	width: 920px;
	margin: 0 auto;
}
.harlowe-elementor-product-item .harlowe-product-image {
	width: 120px;
	padding: 30px 20px;
	background: #FFFFFF;
	box-sizing: border-box !important;
}
.harlowe-elementor-product-items .slick-prev {
	left:  0;
}
.harlowe-elementor-product-items .slick-next {
	right:  0;
}

/* ---- Elementor Page Four ---- */
.harlowe-portfolio-column {
	margin-right: 20px !important;
}
.harlowe-portfolio-column:last-of-type {
	margin: 0px !important;
}
.harlowe-portfolio-section .harlowe-accent-word.elementor-widget-text-editor {
	bottom: auto;
	top: 35px;
}
.harlowe-portfolio-section .harlowe-accent-word.elementor-widget-text-editor .elementor-widget-container {
	margin-top: 0;
	text-align: right;
}

/* ---- Elementor Page Five ---- */
.harlowe-custom-blog-column {
	width: calc(100% - 365px) !important;
}
.harlowe-custom-sidebar {
	width: 365px !important;
}
.harlowe-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
.harlowe-custom-sidebar .elementor-widget {
	margin: 0 0 45px 60px !important;
	width: 300px;
	box-sizing: border-box !important;
}
.harlowe-custom-sidebar .elementor-widget h5 {
	font-size: 22px;
	text-align: center;
}
.harlowe-elementor-gallery-slider-section:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	background: #FFFFFF;
	width: 20%;
}
.harlowe-elementor-gallery-slider.harlowe-full-width .harlowe-gallery-item,
.harlowe-elementor-gallery-slider.harlowe-full-width .harlowe-gallery-item:nth-of-type(3n-2),
.harlowe-elementor-gallery-slider.harlowe-full-width .harlowe-gallery-item:nth-of-type(3n),
.harlowe-elementor-gallery-slider.harlowe-full-width .harlowe-gallery-item:nth-of-type(2n) {
	clear: none;
	margin: 0 40px 0 0;
}
.slick-dotted.slick-slider.harlowe-elementor-gallery-slider {
	margin: 0;
	width: calc(100% + 35px);
	overflow: visible;
} 
.harlowe-page-wrapper .harlowe-elementor-gallery-slider ul.slick-dots {
	bottom: -67px;
	width: 100%;
}

/* ---- Elementor About ---- */
.harlowe-about-text-column {
	margin-right: 60px !important;
}
.harlowe-about-text-column:last-of-type {
	margin-right: 0px !important;
}
.harlowe-about-details-column {
	margin-right: 100px !important;
}
.harlowe-about-details-column:last-of-type {
	margin-right: 0 !important;
}
.harlowe-about-details-section .harlowe-serif-text.elementor-widget-text-editor {
	font-size: 23px;
	line-height: 1.3;
}
.harlowe-about-details-section .harlowe-accent-word.elementor-widget-text-editor {
	position: relative;
	bottom: auto;
	left: auto;
}
.harlowe-about-details-section .harlowe-accent-word.elementor-widget-text-editor .elementor-widget-container {
	margin-top: 0;
	display: inline-block;
	transform: none;
	white-space: normal;
}
.harlowe-about-details-section .harlowe-accent-word.elementor-widget-text-editor {
	font-size: 22px;
	letter-spacing: 1.7px;
	text-transform: none;
	line-height: 1.3;
}	
.harlowe-about-quotes {
	font-size: 320px;
	font-family: 'Cormorant Garamond', Sans-serif;
	font-weight: 700;
	line-height: 0;
}

/* ---- Elementor Services ---- */
.harlowe-services-ft-text-column {
	height: 650px;
}
.harlowe-services-ft-text-column .elementor-widget-wrap {
	align-content: center;
}
.harlowe-services-ft-text-column .elementor-widget-text-editor {
	width: 355px !important;
	margin: 0 auto;
}
.harlowe-services-testimonial-column > .elementor-widget-wrap {
	align-content: center;
}
.harlowe-services-testominal-section .harlowe-testimonials-inner-section {
	width: 420px !important;
	margin: 0 auto;
}
.harlowe-services-testimonial-img-column .harlowe-accent-word.elementor-widget-text-editor {
	left: -97px;
	bottom: -40px;
	z-index: 1;
}
.harlowe-page-has-feature.harlowe-page-wrapper.harlowe-custom-elementor-header:before {
	height: 775px;
}
.harlowe-page-wrapper .harlowe-overlap-elementor-section.harlowe-services-testominal-section ul.slick-dots{
	bottom: -32px;
}

/* ---- Elementor Contact ---- */
.harlowe-contact-form {
	text-align: center;
}
.harlowe-contact-form input,
.harlowe-contact-form textarea {
	width: 67%;
	background: transparent;
	border-color: #ECDDDC;
	margin: 0;
	border-width: 2px;
}
.harlowe-contact-form input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
.harlowe-contact-form input[type="submit"] {
	color: #B2815D;
	border-bottom: 1px solid;
	display: inline-block;
	width: auto;
	padding: 0 0 3px 0;
}
.harlowe-contact-form input[type="submit"]:hover {
	background: transparent;
}
.wpcf7 .ajax-loader,
.wpcf7-spinner {
	margin: 0;
	width: 0;
}
.wpcf7 .submitting .ajax-loader,
form.submitting .wpcf7-spinner {
	margin: 0 24px;
	width: 24px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
}

/* ------------------------------- END External Plugins ------------------------------- */

/* ------------------------------- 6. Sidebar  ------------------------------- */

 /* ------- About Me Widget ------- */
.harlowe_about_widget,
.elementor-widget-wp-widget-harlowe_about_widget .harlowe-about-widget-caption {
	text-align: center;
} 
.harlowe-about-img {
	line-height: 1;
	position: relative
}
.harlowe-about-widget-caption {
	background: #ECDDDC;
	padding: 20px 25px 30px;
	margin: 8px 0 0 0;
	font-size: 12.5px;
}
.widget .harlowe-about-widget h4 {
	margin: 0;
	color: #000000;
}
.elementor-widget-wp-widget-harlowe_about_widget h4 {
	margin: 0;
	font-size: 22px;
	color: #000000;
}
.harlow-about-accent-title-wrapper {
	position: absolute;
	bottom: 35px;
	left: -20px;
	z-index: 1;
}
.harlowe-sidebar-accent-title {
	font-family: 'Paris Script';
	font-size: 26px;
	line-height: 1;
	letter-spacing: 3px;
	display: block;
	text-transform: lowercase;
	transform-origin: top left;
	transform: rotate(-90deg) translate(-100%);
	margin-top: -100%;
	white-space: nowrap;
	margin-bottom: 0px;
}
.harlowe-about-widget-caption .harlowe-sidebar-accent-title {
	color: #FFFFFF;
}
.harlowe-about-widget p {
	margin: 5px 0 0 0;
	color: #000000;
}
.harlowe-about-social-icons {
	line-height: 1;
}
.harlowe-about-social-icons a {
	display: inline-block;
	color: #000000;
	font-size: 11.5px;
	padding: 14px 14px 0 0;
}
.harlowe-about-social-icons a:last-of-type {
	padding-right: 0;
}

/* ------- Map Widget ------- */
.harlowe_map_widget,
.elementor-widget-wp-widget-harlowe_map_widget {
	padding: 0;
	text-align: center;
	background: #B2815D;
}
.harlowe-map-widget {
	padding-bottom: 30px;
	overflow: hidden;
}
.harlowe-map-widget h4 {
	margin: 0 0 -4px 0;
	font-size: 22px;
	color: #000000;
}
.harlowe-map-widget h6, 
.harlowe-map-widget .fa-map-marker-alt {
	display: inline-block;
}
.harlowe-map-widget .fa-map-marker-alt {
	font-size: 30px;
	color: #000000;
	margin: 0 0 7px;
}
.harlowe-map-widget h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1;
}
.harlowe-map-widget img {
	width: 400px;
	max-width: 400px !important;
	margin: -15px 0 0 -50px;
}
.harlowe-map-widget .harlowe-sidebar-accent-title {
	color: #FFFFFF;
}

/* ------- Latest Product Widget ------- */
.harlowe_latest_products_widget,
.elementor-widget-wp-widget-harlowe_latest_products_widget {
	position: relative;
}
.harlowe-latest-products-widget {
	border: 2px solid #ECDDDC;
	padding: 35px 45px;
	text-align: center;
	box-sizing: border-box;
	height: 620px;
	overflow: scroll;
	position: relative;
}
.widget .harlowe-latest-products-widget h4,
.harlowe-custom-sidebar .elementor-widget.elementor-widget-wp-widget-harlowe_latest_products_widget h5 {
	margin: 0 0 30px 0;
	color: #000000;
}
.harlowe-latest-product-item {
	text-align: center;
	margin: 0 0 38px 0;
}
.harlowe-latest-product-item:first-of-type {
	margin-top: 30px;
}
.harlowe-product-image {
	width: 125px;
	margin: 0 auto;
	line-height: 1;
}
.harlowe-latest-product-title {
	color: #000000;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 12.5px;
}

/* ------- Custom List Widget ------- */
.harlowe_custom_list_widget,
.elementor-widget-wp-widget-harlowe_custom_list_widget {
	position: relative;
}
.harlowe-custom-list-widget {
	background: #ECDDDC;
	padding: 30px 22px 35px;
	text-align: center;
}
.widget .harlowe-custom-list-widget h4,
.harlowe-custom-sidebar .elementor-widget.elementor-widget-wp-widget-harlowe_custom_image_list_widget h5 {
	color: #000000;
}
.harlowe-custom-list-item p {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12.5px;
}
.harlowe-custom-list-item a {
	color: #000000;
}

/* ------- Custom Image List Widget ------- */
.harlowe-custom-image-list-item {
	position: relative;
	display: table;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	margin: 0 0 18px 0;
	background-color: #f3f3f3;
}
.harlowe_custom_image_list_widget a:last-of-type .harlowe-custom-list-item,
.elementor-widget-wp-widget-harlowe_custom_image_list_widget a:last-of-type .harlowe-custom-list-item {
	margin: 0;
}
.harlowe-custom-image-item-overlay {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.harlowe-custom-image-list-title {
	font-weight: 500;
	display: inline-block;
	margin: 0 15px;
	background: #FFFFFF;
	letter-spacing: 1.5px;
	color: #000000;
	text-transform: uppercase;
	padding: 7px 17px;
	font-size: 10px;
}

/* ------- Latest Video Widget ------- */
.harlowe-latest-video-widget {
	text-align: center;
}
.harlowe-latest-video-widget .widget-title,
.harlowe-custom-sidebar .elementor-widget.elementor-widget-wp-widget-harlowe_latest_video_widget h5 {
	color: #000000;
	line-height: 1;
	margin-bottom: 17px;
}
.harlowe-latest-video-img {
	position: relative;
}
.harlowe-latest-video-img a {
	display: block;
	line-height: 0;
}
.harlowe-video-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 50px !important;
	border-radius: 50% !important;
	border: 1px solid #ffffff !important;
	padding: 10px 15px;
}
.harlowe-video-play:hover {
	opacity: .5;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.harlowe-latest-video-description p {
	margin: 14.5px 20px 18px;
	font-size: 12.5px;
}
.harlowe-latest-video-description a p {
	color: #000000;
}
.harlowe-subscribe-link {
	display: block;
	background: #B2815D;
	line-height: 1;
	padding: 17px 12px;
}
.harlowe-subscribe-text {
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 10.5px;
	line-height: 1;
}

/* ------- Recent Posts Widget ------- */
.harlowe-recent-posts-widget,
.elementor-widget-wp-widget-harlowe_recent_posts_widget  {
	text-align: center;
}
.harlowe-recent-posts-widget .widget-title,
.harlowe-custom-sidebar .elementor-widget.elementor-widget-wp-widget-harlowe_recent_posts_widget h5 {
	color: #000000;
	line-height: 1;
	margin-bottom: 17px;
}
.harlowe-page-wrapper ul.harlowe-side-newsfeed,
.harlowe-post-wrapper ul.harlowe-side-newsfeed {
	padding: 0;
	margin: 0;
	list-style: none;
}
.harlowe-page-wrapper ul.harlowe-side-newsfeed > li,
.harlowe-post-wrapper ul.harlowe-side-newsfeed > li {
	margin-bottom: 25px;
}
.harlowe-page-wrapper ul.harlowe-side-newsfeed > li:last-of-type,
.harlowe-post-wrapper ul.harlowe-side-newsfeed > li:last-of-type {
	margin-bottom: 0px;
}
.harlowe-side-item {
	overflow: hidden;
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}
.harlowe-side-image {
	width: 125px;
	margin-right: 12px;
	display: inline-block;
	float: left;
	line-height: 1;
	margin-bottom: -2px;
}
.harlowe-side-item-text {
	display: inline-block;
	text-align: left;
	margin: 5px 0 0 0;
	width: 163px;
}
.harlowe-side-item-text.harlowe-side-no-thumbnail {
	width: 100% !important;
	margin: 0 0 15px 0;
}
.widget h4.harlowe-side-title, 
.elementor-widget-wp-widget-harlowe_recent_posts_widget h4.harlowe-side-title {
	margin: 0;
	text-align: left;
	text-transform: none;
}
.harlowe-side-title a {
	color: #000000;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
}
.harlowe-side-item-date {
	display: inline-block;
	color: #888888;
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 3px;
	line-height: 1;
	letter-spacing: 1.5px;
	font-weight: 500;
}

/* ------- MC4WP (Sidebar) ------- */
#harlowe-sidebar .mc4wp-form,
.harlowe-custom-sidebar .mc4wp-form,
.elementor-widget-sidebar .mc4wp-form {
	background: #faf8f7;
	padding: 45px 25px 40px;
	text-align: center;
}
#harlowe-sidebar .harlowe-mc4wp-intro-text,
.harlowe-custom-sidebar .harlowe-mc4wp-intro-text,
.elementor-widget-sidebar .harlowe-mc4wp-intro-text {
	width: auto;
	margin-bottom: 15px;
	padding: 0;
	color: #000000;
	font-size: 10.5px;
}
#harlowe-sidebar .mc4wp-form-fields p.harlowe-mc4wp-para-text,
.harlowe-custom-sidebar .mc4wp-form-fields p.harlowe-mc4wp-para-text,
.elementor-widget-sidebar .mc4wp-form-fields p.harlowe-mc4wp-para-text {
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 12.5px;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: .5px;
}
#harlowe-sidebar .mc4wp-form-fields p,
.harlowe-custom-sidebar .mc4wp-form-fields p,
.elementor-widget-sidebar .mc4wp-form-fields p {
	display: block;
	margin-bottom: 17px;
}
#harlowe-sidebar .mc4wp-form-fields p:last-of-type,
.harlowe-custom-sidebar .mc4wp-form-fields p:last-of-type,
.elementor-widget-sidebar .mc4wp-form-fields p:last-of-type {
	margin-bottom: 0;
}
#harlowe-sidebar .mc4wp-form-fields input,
.harlowe-custom-sidebar .mc4wp-form-fields input,
.elementor-widget-sidebar .mc4wp-form-fields input {
	width: 100%;
	margin: 0;
	border: 2px solid #ecdddc;
	box-sizing: border-box !important;
	background: transparent;
}
#harlowe-sidebar .mc4wp-form-fields input[type="checkbox"],
.harlowe-custom-sidebar .mc4wp-form-fields input[type="checkbox"],
.elementor-widget-sidebar .mc4wp-form-fields input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
#harlowe-sidebar .mc4wp-form-fields input[type="submit"],
.harlowe-custom-sidebar .mc4wp-form-fields input[type="submit"],
.elementor-widget-sidebar .mc4wp-form-fields input[type="submit"] {
	font-weight: 500;
	width: auto;
	color: #B2815D;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid;
	padding: 0 0 3px 0;
}
.elementor-editor-active .harlowe-custom-sidebar .zoom-instagram-widget__item a {
	width: 144px !important;
	height: 144px !important;
}
.elementor-editor-active .harlowe-custom-sidebar .zoom-instagram-widget__item:nth-of-type(2n) {
	margin-right: 0px;
}

/* ------------------------------- END Sidebar ------------------------------- */

/* ------------------------------- 7. Footer  ------------------------------- */	
#harlowe-footer {
	clear: both;
	color: #000000;
	background: #faf8f7;
}

/* ---- CTA Widget ---- */	
.harlowe_cta_widget {
	background: #ECDDDC;
	text-align: center;
	padding: 80px 0 !important;
	border-bottom: 50px solid #FFFFFF;
}
#harlowe-footer .harlowe_cta_widget {
	margin-bottom: 0;
}
.harlowe-cta-subtitle {
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.harlowe-cta-description {
	font-family: 'Cormorant Garamond';
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: 0px;
	margin: 0;
	color: #000000;
}
.harlowe-cta-link-text {
	display: inline-block;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	background: #B2815D;
	color: #FFFFFF;
	padding: 12px 15px;
	margin: 27px 0 0 0;
	line-height: 1;
}

/* ---- Instagram Footer ---- */	
#harlowe-footer .zoom-instagram-widget {
	position: relative;
	padding: 75px 0 55px;
	margin: 0 auto;
	width: 1150px;
}
#harlowe-footer  .zoom-instagram-widget__follow-me {
	position: absolute;
	right: 0;
	left: 0;
	top: 115px;
	margin: auto;
}
#harlowe-footer .zoom-instagram-widget h4 {
	font-size: 25px;
	padding-bottom: 45px;
}
#harlowe-footer  .zoom-instagram-widget__follow-me a {
	position: relative;
	border: 0px;
	padding: 0 !important;
	color: #B2815D !important;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	font-weight: 500 !important;
	border-radius: 0;
	padding: 0;
	z-index: 1;
	text-transform: uppercase;
	line-height: 1;
	overflow: visible;
}
#harlowe-footer .zoom-instagram-widget__follow-me a:hover {
	background: transparent;
}
#harlowe-footer .zoom-instagram-widget__item {
	margin-bottom: 0px !important;
}
#harlowe-footer.harlowe-footer-has-menu .instagram-footer-widget,
#harlowe-footer.harlowe-footer-has-social-media .instagram-footer-widget {
	padding-bottom: 0px;
}

/* ---- Footer Container + Menu ---- */	
.harlowe-footer-container {
	font-weight: 500;
	box-sizing: border-box;
	clear: both;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	overflow: auto;
	position: relative;
	text-align: center;
}
.harlowe-footer-sm-menu-container {
	padding: 40px 30px;
}
.harlowe-footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0 28px 0 0;
}
.harlowe-footer-menu li:last-of-type {
	margin: 0;
}
.harlowe-footer-menu li a  {
	color: #555555;
}

/* ---- Social Media ---- */	
.harlowe-footer-has-menu .harlowe-social-media-follow-icons {
	margin: 22px 0 0 0;
}
#harlowe-footer .harlowe-social-media-follow-icons a {
	color: #B2815D;
	margin: 0 18px 0 0;
	font-size: 12px;
}
#harlowe-footer .harlowe-social-media-follow-icons a:last-of-type {
	margin: 0;
}

/* ---- Edge Cases ---- */	
.harlowe-footer-no-menu.harlowe-footer-no-social-media .harlowe-footer-sm-menu-container {
	padding: 0;
}
#harlowe-footer.harlowe-footer-no-insta-widget .harlowe_cta_widget {
	border-bottom-width: 30px;
}
#harlowe-footer.harlowe-footer-no-menu.harlowe-footer-no-social-media.harlowe-footer-no-insta-widget .harlowe_cta_widget {
	border-bottom-width: 0px;
}
.harlowe-footer-no-menu.harlowe-footer-has-social-media.harlowe-footer-no-instagram .harlowe-footer-sm-menu-container {
	padding: 45px 30px 0;
}

/* ---- Copyright ---- */	
.ph-copyright {
	margin: 0;
	padding: 25px;
	text-align: center;
	clear: both;
	background: #FFFFFF;
	font-size: 93%;
}
.ph-marketing {
	margin-left: 21px;
	position: relative;
}
.ph-marketing:before  {
	position: absolute;
	content: '';
	top: 3px;
	left: -12px;
	height: 10px;
	border-left: 1px solid #000000;
	width: 1px;
}
.ph-marketing a {
	color: #000000;
}
.harlowe-footer-no-menu.harlowe-footer-no-instagram .ph-copyright {
	background: #faf8f7;
}

/* ------------------------------- END Footer ------------------------------- */


/* ------------------------------- 8. Gutenberg Frontend Styles  ------------------------------- */

/* -- Color Palettes -- */
.has-light-grayish-orange-color {
	color: #f8f2ef !important;
}
.has-dark-moderate-orange-color {
	color: #b2815d !important;
}
.has-light-greyish-red-color {
	color: #dabdbb !important;
}
.has-very-light-grayish-orange-color {
	color: #faf8f7 !important;
}
.has-light-grayish-orange-background-color,
.is-style-outline .wp-block-button__link.has-light-grayish-orange-background-color {
	background-color: #f8f2ef !important;
}
.has-dark-moderate-orange-background-color,
.is-style-outline .wp-block-button__link.has-dark-moderate-orange-background-color {
	background-color: #b2815d !important;
}
.has-light-greyish-red-background-color,
.is-style-outline .wp-block-button__link.has-light-greyish-red-background-color {
	background-color: #dabdbb !important;
}
.has-very-light-grayish-orange-background-color,
.is-style-outline .wp-block-button__link.has-very-light-grayish-orange-background-color {
	background-color: #faf8f7!important; 
}
.wp-block-cover.has-background-dim.has-light-grayish-orange-background-color,
.wp-block-cover.has-background-dim.has-dark-moderate-orange-background-color,
.wp-block-cover.has-background-dim.has-light-greyish-red-background-color,
.wp-block-cover.has-background-dim.has-very-light-grayish-orange-background-color {
	background-size: cover;
	background-position: center center;
}
a.wp-block-button__link:hover,
.is-style-outline .wp-block-button__link.has-light-grayish-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-dark-moderate-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-light-greyish-red-background-color:hover,
.is-style-outline .wp-block-button__link.has-very-light-grayish-orange-background-color:hover {
	background-color: #999999 !important;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;	
}

/* -- Full-Width Narrow Post - Support for Alignwide + Alignfull Classes -- */
.single-post .harlowe-container, 
.single-post .harlowe-full-width {
	overflow: visible;
}
.harlowe_fullwidth_narrow .harlowe-post-entry-wrapper {
	width: 785px;
	margin: 0 auto;
}
.harlowe_fullwidth_narrow .alignwide {
    width: 1150px;
    margin-left: -23.2%;
    clear: both;
}
.harlowe_fullwidth_narrow .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
    width: auto;
	max-width: 1000%;
	clear: both;
}
.harlowe_fullwidth_narrow .harlowe-post-header {
	text-align: center;
}

/* -- Full-Width Narrow Page Template -- */
.page-template-page-narrowfullwidth .harlowe-container, 
.page-template-page-narrowfullwidth .harlowe-full-width {
	overflow: visible;
}
.harlowe_fullwidth_narrow .harlowe-page-content-wrapper {
	width: 785px;
	margin: 0 auto;
}
.page-template-page-narrowfullwidth .harlowe-page-header h1 {
	text-align: center;
}

/* -- MISC - Text, Separator, Tables, Files -- */
p.has-small-font-size {
	font-size: 13px;
}
p.has-normal-font-size {
	font-size: 16px;
}
p.has-medium-font-size {
	font-size: 20px;
	line-height: 1.5;
}
p.has-large-font-size {
	font-size: 36px;
	line-height: 1.5;
}
p.has-huge-font-size {
	font-size: 42px;
	line-height: 1.5;
}
.has-drop-cap:not(:focus)::first-letter {
	font-size: 4em;
	font-weight: inherit;
}
.wp-block-separator {
	width: 100px;
	margin: 0 auto 20px;
}
.harlowe-page-wrapper hr.wp-block-separator {
	border-bottom: 2px solid;
}
.harlowe-page-wrapper hr.wp-block-separator.is-style-default {
	border-bottom-width: 2px;
}
.wp-block-separator.is-style-wide {
	width: 100%;
}
.harlowe-page-wrapper hr.wp-block-separator.is-style-dots {
	width: auto;
	border: 0px;
}
.harlowe-page-wrapper .wp-block-table table {
	margin-bottom: 20px;
}
.harlowe-page-wrapper .wp-block-table.alignleft table,
.harlowe-page-wrapper .wp-block-table.right table {
	margin-bottom: 0;
}
.wp-block-table.aligncenter {
	margin-bottom: 0;
}
.wp-block-table.is-style-stripes,
.harlowe-post-content table.wp-block-table.is-style-stripes,
.harlowe-page-content table.wp-block-table.is-style-stripes {
	border: 0px;
}
.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
	border-color: #e5e5e5;
	background: inherit;
}
.wp-block-table.is-style-stripes tfoot td {
	background: #FFFFFF;
}
.harlowe-post-content table.wp-block-table.alignleft,
.harlowe-post-content table.wp-block-table.alignright {
	margin-bottom: 10px;
}
.harlowe_fullwidth_narrow .alignfull.wp-block-table {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-file.alignwide,
.wp-block-file.alignfull {
	text-align: center;
}
.wp-block-file .wp-block-file__button {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1.5px;
	border-radius: 0px;
	padding: 10px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
}
.wp-block-file a.wp-block-file__button:hover {
	background-color: #999999;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;	
}
pre.wp-block-verse {
	white-space: pre-wrap;
	line-height: 1.2;
}
.wp-block-spacer {
	clear: both;
}

/* -- Button -- */
.wp-block-button.alignright,
.wp-block-button.alignleft {
	margin-bottom: 5px;
}
.wp-block-button.alignright {
	margin-left: 15px;
}
.wp-block-button.alignleft {
	margin-right: 15px;
}
a.wp-block-button__link {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 1;
	padding: 10px;
	font-weight: 500;
}

/* -- Quotes -- */
.wp-block-quote.is-style-large {
	margin: 0 0 20px 0;
	padding: 0;
}
.wp-block-quote.is-style-large p {
	font-size: 19px;
}
.wp-block-quote.is-style-large cite {
	font-size: 11px;
}
.wp-block-pullquote {
	border-top: 10px solid;
	border-bottom: 10px solid;
	margin: 20px 0;
}
.wp-block-pullquote.alignfull {
	padding-right: 30px;
	padding-left: 30px;
}
.wp-block-pullquote blockquote {
	border-left: 0px;
	width: 100%;
	margin: 0;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 17px;
	color: inherit;
	border: 0px;
}
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p {
	font-size: 17px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 85%;
}
.wp-block-pullquote cite {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #777777;
	font-size: 10.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 400;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
}
.wp-block-pullquote.alignleft {
	margin: 8px 30px 20px 0;
}
.wp-block-pullquote.alignleft.is-style-solid-color {
	margin: 6px 30px 20px 0;
}
.wp-block-pullquote.alignright {
	margin: 8px 0 20px 30px;
}
.wp-block-pullquote.alignright.is-style-solid-color {
	margin: 6px 0 20px 30px;
}

/* -- Images -- */
.wp-block-image .alignleft,
.wp-block-image .aligncenter,
.wp-block-image .alignright, 
.wp-block-image .alignnone,
.wp-block-embed.alignleft,
.wp-block-embed.alignright, 
.wp-block-embed.alignnone {
	margin-bottom: 5px;
}
.wp-block-image.alignwide {
	max-width: inherit;
}
.wp-block-image.alignwide img {
	max-width: initial;
}
.wp-block-image figcaption {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 10.5px;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 400;
	color: #777777;
	text-align: center;
}
.wp-block-image.alignfull figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-image .aligncenter figcaption {
	padding: 0 20px;
}
.wp-block-embed figcaption {
	font-size: 10.5px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #777777;
	font-weight: 400;
	text-align: center;
}
.wp-block-embed.alignfull figcaption,
.wp-block-embed.alignwide figcaption {
	padding: 0 20px;
}
.wp-block-embed iframe {
	max-width: 100%;
}
.wp-block-embed.aligncenter {
	margin-bottom: 20px;
	clear: both;
}
.wp-block-media-text {
	margin-bottom: 20px;
}
.wp-block-media-text .wp-block-media-text__media {
	line-height: 0;
}
.wp-block-media-text p {
	margin-bottom: 0px;
	padding: 15px 0;
}
.harlowe-post-content ul.wp-block-gallery,
.harlowe-page-content ul.wp-block-gallery,
.harlowe-page-wrapper ul.blocks-gallery-grid {
	padding-left: 0px;
	margin-bottom: 10px;
}
.harlowe-post-content ul.wp-block-gallery.alignleft,
.harlowe-page-content ul.wp-block-gallery.alignleft,
.harlowe-post-content ul.wp-block-gallery.alignright,
.harlowe-page-content ul.wp-block-gallery.alignright {
	margin-bottom: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	font-size: 10.5px;
	padding-top: 11px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
}
.wp-block-cover.alignright {
	margin: 5px 0 10px 20px;
}
.wp-block-cover.alignleft {
	margin: 5px 20px 10px 0;
}
.wp-block-cover .wp-block-cover__inner-container {
	color: inherit;
}
.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
	margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-caption {
	line-height: 1.3;
	font-size: 10.5px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -7px 0 20px 0;
}

 /* -- Block Columns -- */
.wp-block-columns {
 	margin: 0;
}
.wp-block-column:nth-child(odd) {
	margin-right: 10px;
}
.wp-block-column:nth-child(even) {
	margin-right: 10px;
}
.wp-block-column:not(:first-child) {
	margin-right: 0;
	margin-left: 0;
}
.wp-block-column:not(:last-child) {
	margin-right: 10px;
}

/* -- Social Links -- */
.harlowe-page-wrapper ul.wp-block-social-links {
	padding-left: 0;
	margin-bottom: 20px;
}
.harlowe-page-wrapper ul > li.wp-social-link {
	margin: 0 10px 0 0;
}
.harlowe-page-wrapper ul > li.wp-social-link:last-of-type {
	margin: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	padding: 0;
}

/* -- Archives, Categories -- */
.wp-block-categories.alignleft,
.wp-block-categories.alignright, 
.wp-block-archives.alignleft,
.wp-block-archives.alignright {
	margin-bottom: 5px;
}
.harlowe-post-content ul.wp-block-archives,
.harlowe-page-content ul.wp-block-archives,
.harlowe-post-content ul.wp-block-categories,
.harlowe-page-content ul.wp-block-categories {
	margin-bottom: 5px;
	padding-left: 30px;
}
.harlowe-post-content ul.wp-block-archives.aligncenter,
.harlowe-page-content ul.wp-block-archives.aligncenter,
.harlowe-post-content ul.wp-block-categories.aligncenter,
.harlowe-page-content ul.wp-block-categories.aligncenter {
	padding-left: 0;
	margin-bottom: 20px;
}
.harlowe-post-content ul.wp-block-archives.alignright,
.harlowe-page-content ul.wp-block-archives.alignright,
.harlowe-post-content ul.wp-block-categories.alignright,
.harlowe-page-content ul.wp-block-categories.alignright {
	padding-left: 0px;
}
.wp-block-categories li a, 
.wp-block-archives li a {
	color: #000000;
}
.wp-block-categories select, 
.wp-block-archives select {
  	padding: 0 0 0 10px;
    border: 1px solid #e5e5e5;
    min-width: 250px;
    width: auto;
    height: 42px;
    font-size: 100%;
    font-weight: 300;
    font-family: inherit;
    letter-spacing: inherit;
}
.wp-block-categories li a:hover, 
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover,
a.wp-block-latest-comments__comment-author:hover,
a.wp-block-latest-comments__comment-link:hover {
	color: #b2815d;
}
#harlowe-content .wp-block-archives.aligncenter,
#harlowe-content .wp-block-categories.aligncenter,
#harlowe-content .wp-block-archives.alignfull,
#harlowe-content .wp-block-categories.alignfull,
#harlowe-content .wp-block-archives.alignwide,
#harlowe-content .wp-block-categories.alignwide {
	text-align: center;
	padding-left: 0;
}
#harlowe-content .wp-block-categories-list ul.children {
	padding-left: 35px;
}
#harlowe-content .wp-block-categories-list ul.children li {
	margin: 12px 0 6px;
	list-style: square;
}
.wp-block-archives.alignfull select,
.wp-block-archives.alignwide select,
.wp-block-categories.alignfull select,
.wp-block-categories.alignwide select {
	margin: 0 0 20px 0;
}
.harlowe-post-content ul.wp-block-archives.alignfull,
.harlowe-page-content ul.wp-block-archives.alignfull,
.harlowe-post-content ul.wp-block-archives.alignwide,
.harlowe-page-content ul.wp-block-archives.alignwide,
.harlowe-post-content ul.wp-block-categories.alignfull,
.harlowe-page-content ul.wp-block-categories.alignfull,
.harlowe-post-content ul.wp-block-categories.alignwide,
.harlowe-page-content ul.wp-block-categories.alignwide {
	text-align: center;
	padding: 0;
}

/* -- Latest Posts -- */
.harlowe-post-content ul.wp-block-latest-posts,
.harlowe-page-content ul.wp-block-latest-posts {
	padding: 20px 30px;
	margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
    box-sizing: border-box;
}
.harlowe-post-content ul.wp-block-latest-posts > li,
.harlowe-page-content ul.wp-block-latest-posts > li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	overflow: auto;
}
.harlowe-post-content ul.wp-block-latest-posts > li:last-of-type,
.harlowe-page-content ul.wp-block-latest-posts > li:last-of-type {
	margin-bottom: 0;
}
.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
	margin: 0 15px 15px 0;
	line-height: 1;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
	margin: 0 15px 15px 0;
	line-height: 1;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright {
	margin: 0 0 15px 15px;
	line-height: 1;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image.aligncenter {
	margin: 0 auto 10px;
	line-height: 1;
}
.wp-block-latest-posts li a {
	font-family: 'Cormorant Garamond';
	color: #000000;
	font-size: 20px;
	line-height: 1.5;
	display: block;
	margin-bottom: 0;
}
.wp-block-latest-posts__post-date {
	font-size: 10px;
	color: #444444;
	text-transform: uppercase;
	margin: 1px 0 0 0;
	letter-spacing: 1.5px;
}
.wp-block-latest-posts__post-excerpt {
	margin-bottom: 0;
	font-size: 12.5px;
}
.wp-block-latest-posts__post-author {
	font-size: .9em;
}
.wp-block-latest-posts.wp-block-latest-posts__list.alignright {
	text-align:right;
}

/* The Grid of Posts */
.harlowe-post-content ul.wp-block-latest-posts.is-grid,
.harlowe-page-content ul.wp-block-latest-posts.is-grid {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.harlowe-post-content ul.wp-block-latest-posts.is-grid > li:last-of-type,
.harlowe-page-content ul.wp-block-latest-posts.is-grid > li:last-of-type {
	margin-bottom: 16px;
}
.harlowe-post-content ul.wp-block-latest-posts.is-grid > li,
.harlowe-page-content ul.wp-block-latest-posts.is-grid > li {
	padding: 17px 0;
	border: none;
	background: #f7f7f7;
	text-align: center;
}
.wp-block-latest-posts.columns-2 li {
	width: calc(49.999% - .625em);
}
.wp-block-latest-posts.columns-4 li {
	width: calc(24.99% - .9375em);
}
.wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: 16px;
}
.wp-block-latest-posts.is-grid li a {
	display: inline-block;
	padding: 0 17px;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image {
	margin: -17px 0 7px 0;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date {
	padding: 0 15px;
}
.is-grid .wp-block-latest-posts__post-excerpt {
	padding: 0 15px;
}

/* -- Comments -- */
ol.wp-block-latest-comments {
	padding: 0;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	box-sizing: border-box;
}
ol.wp-block-latest-comments.aligncenter {
	clear: both;
}
.harlowe-post-content ol.wp-block-latest-comments > li,
.harlowe-page-content ol.wp-block-latest-comments > li {
	position: relative;
	margin: 0;
	padding: 25px 0;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}
.alignwide .wp-block-latest-comments__comment,
.alignfull .wp-block-latest-comments__comment {
	padding-left: 20px !important;
}
.alignfull .wp-block-latest-comments__comment {
	padding-right: 20px !important;
}
a.wp-block-latest-comments__comment-author {
	color: #000000;
	padding: 1px 2px 1px 0;
	line-height: 1;
	font-size: 18px;
	font-family: 'Cormorant Garamond';
	text-transform: none;
}
a.wp-block-latest-comments__comment-link {
	color: #000000;
	font-size: 13px;
	letter-spacing: .5px;
	font-style: italic;
}
.wp-block-latest-comments__comment-date {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	color: #888888;
	letter-spacing: 1.5px;
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: 12.5px;
	margin: 12px 0 0 0;
	line-height: 1.6;
}
/* ------------------------------- END Gutenberg ------------------------------- */