/*
Theme Name: Hadleigh
Theme URI: https://hadleigh.pixandhue.com/
Description: A Blog & Shop Theme for WordPress
Author: Pix & Hue
Author URI: https://www.pixandhue.com/
Version: 1.5
License: Pix & Hue License
License URI: https://www.pixandhue.com/theme-policies/
Text Domain: hadleigh
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 List Layout
		3.4 Block Layout
		3.5 Gallery Layout 	
		3.6 Single Post
		3.7 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: 'Montserrat', sans-serif;
	font-size: 13px; 
	line-height: 1.7; 
	letter-spacing: 0px;
	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: 'Oswald', sans-serif;
	font-size: 100%; 
	margin-bottom: 15px; 
	line-height: 1.5; 
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 20px;
}

/* ------- Default Theme Links ------ */
a, .hadleigh-nav-wrapper li a:hover, #hadleigh-header #hadleigh-searchform .fa-search:hover, #hadleigh-header .hadleigh-social-media-follow-icons a:hover, #hadleigh-header .slicknav_nav a:hover,
#hadleigh-header .slicknav_menu .slicknav_menutxt:hover, .hadleigh-feat-read-more:hover, .hadleigh-slide-item .hadleigh-feat-read-more a:hover, .hadleigh-slide-item .hadleigh-slider-title a:hover,
.hadleigh-footer-menu li a:hover, .ph-marketing a:hover, .hadleigh-gallery-item .hadleigh-post-header h2 a:hover, .hadleigh-post-header h2 a:hover, .hadleigh-read-more a:hover, .hadleigh-post-comment-label:hover,
.hadleigh-share-buttons a:hover, a .hadleigh-post-location span:hover, .hadleigh-newer a:hover, .hadleigh-older a:hover, a .hadleigh-latest-product-title:hover, .hadleigh-custom-image-list-title:hover, 
.hadleigh-custom-list-title:hover, .hadleigh-side-title a:hover, #hadleigh-sidebar #hadleigh-searchform .fa-search:hover, .hadleigh-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, .hadleigh-author-social-media i:hover,
.hadleigh-author-content h5 a:hover, .hadleigh-item-related-caption h4 a:hover, .hadleigh-pagination-post-content h6:hover, .hadleigh-reply a:hover, .hadleigh-edit a:hover, .hadleigh-comment-author a:hover,  
.hadleigh-page-wrapper th a:hover, a.more-link:hover, .widget .rsswidget:hover, #hadleigh-searchform .fa-search:hover, #hadleigh-sidebar .wp-block-search__button:hover {
	color: #BD945A;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#hadleigh-header .slicknav_menu .slicknav_icon:hover .slicknav_icon-bar, .hadleigh-woo-shopping-cart span:hover, .hadleigh-post-tags a:hover, .tagcloud a:hover, #hadleigh-sidebar .wp-block-tag-cloud a:hover {
	background:  #BD945A;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
a:hover, .hadleigh-cat a:hover, #hadleigh-footer .hadleigh-social-media-follow-icons a:hover, .hadleigh-map-widget a:hover h6, .hadleigh-next-post-link:hover, .hadleigh-about-social-icons a:hover {
	color: #DDDDDD;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
input[type="submit"]:hover, .hadleigh-subscribe-link:hover, .hadleigh-wp-links a:hover, #hadleigh-sidebar .mc4wp-form-fields input[type="submit"]:hover, 
.hadleigh-custom-sidebar .mc4wp-form-fields input[type="submit"]:hover, .elementor-widget-sidebar .mc4wp-form-fields input[type="submit"]:hover {
	background: #DDDDDD;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.hadleigh-triple-box-caption:hover {
	background: #DDDDDD !important;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

/* ------- Form Styling ------- */
input, textarea, select {
	width: 40%;
	margin: 0 10px 0 0;
	padding: 11px 0 11px 15px;
	border: 1px solid #000000;
	font-size: 100%;
	text-transform: none;
	font-family: 'Montserrat', 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="submit"] {
	font-family: 'Oswald', sans-serif;
	text-transform: lowercase;
	border: 0px;
	background: #222222;
	color: #FFFFFF;
	width: auto;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 0;
	padding: 8px 30px 11px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #444444;
	font-family:"Montserrat", sans-serif;
	font-size: 10.5px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
::-moz-placeholder { 
	color: #444444;
	font-family:"Montserrat", sans-serif;
	font-size: 10.5px;
	letter-spacing: 1px;
	opacity: 1;
  	font-weight: 400;
  	text-transform: uppercase;
}
:-ms-input-placeholder { 
	color: #444444;
	font-family:"Montserrat", sans-serif;
	font-size: 10.5px;
	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 ------- */
.hadleigh-page-wrapper {
	overflow: hidden;
}
#hadleigh-content-container {
	position: relative;
}
.hadleigh-container,
.hadleigh-full-width {
	width: 1100px;
	margin: 0 auto;
	overflow: auto;
}
#hadleigh-content {
	padding: 0 65px 0 0;
}
#hadleigh-content.hadleigh-full-width {
	padding: 0;
}
.hadleigh-default-width {
	width: 735px;
	float:left;
}
#hadleigh-sidebar {
	width: 300px;
	float:left;
	padding:  0 0 0;
	margin: 0 0 70px 0;
	overflow: hidden;
}	
.hadleigh-page-header h1,
h1.hadleigh-template-title {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 30px;
}

/* ------- Pagiantion ------- */
.hadleigh-pagination {
	line-height: 0;
	clear: both;
}
.hadleigh-newer,
.hadleigh-older {
	display: inline-block;
}
.hadleigh-newer a,
.hadleigh-older a {
	display: inline-block;
	color: #000000;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin-bottom: 85px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}
.hadleigh-older {
	float: right;
}
.hadleigh-older i {
	margin-left: 5px;
}
.hadleigh-newer i {
	margin-right: 5px;
}

/* ------- 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;
}
.hadleigh-page-wrapper ul.slick-dots {
    position: absolute;
    bottom: -32px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.hadleigh-page-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 12px 0 0;
    padding: 0;
    cursor: pointer;
}
.hadleigh-page-wrapper ul.slick-dots li:only-child {
	display: none;
}
.hadleigh-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: 42px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    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: -65px;
}
[dir='rtl'] .slick-prev {
    right: -65px;
    left: auto;
}
.slick-prev:before {
    background-image: url('images/sidebar/hadleigh_left_arrow.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next:before {
	 background-image: url('images/sidebar/hadleigh_right_arrow.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next {
    right: -65px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -65px;
}

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


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

/* ------------------------------- 2.1 Navigation Menu ------------------------------- */	
.hadleigh-header-wrapper {
	overflow: visible;
}
#hadleigh-header {
	text-align: center;
}
#hadleigh-header .hadleigh-menu-container {
	width: 800px;
	overflow: visible;
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-nav-wrapper .hadleigh-container  {
	overflow: visible;
}
.hadleigh-nav-wrapper {
	display: table;
	width: 100%;
	background: #F6F1F0;
	padding: 22px 30px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.hadleigh-page-wrapper .hadleigh-nav-wrapper ul {
	margin: 0;
	padding: 0;
}
.hadleigh-page-wrapper .hadleigh-nav-wrapper li {
	display: inline-block;
	position: relative;
	margin: 0 45px 0 0;
	vertical-align: middle;
}
.hadleigh-page-wrapper .hadleigh-nav-wrapper li:last-of-type {
	margin-right: 0px;
}
.hadleigh-page-wrapper.hadleigh-inline-left .hadleigh-nav-wrapper li:last-of-type {
	margin-right: 20px;
}
.hadleigh-page-wrapper.hadleigh-inline-left .hadleigh-no-header-social-media .hadleigh-nav-wrapper li:last-of-type {
	margin-right: 60px;
}
.hadleigh-nav-wrapper li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 11.5px;
	letter-spacing: 2px;
	color: #000000;
	position: relative;
	z-index: 9999;
	line-height: 1.3;
}

/* ------- Dropdown Menu ------- */
.hadleigh-nav-wrapper .menu .sub-menu,
.hadleigh-nav-wrapper .menu .children {
	background-color: #F6F1F0;
	text-align: left;
	display: none;
	padding: 30px 0 0 0;
	position: absolute;
	margin-top: 0;
	left: 0;
	top: 15px;
	z-index: 997;
	max-width: 205px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;		
}
.hadleigh-nav-wrapper ul.menu ul li,
.hadleigh-nav-wrapper .menu ul ul li {
	margin-right: 0px;
	border-top: 1px solid #FFFFFF;
}	
.hadleigh-nav-wrapper ul.menu ul a,
.hadleigh-nav-wrapper .menu ul ul a {
	margin-right: 5px;
	padding: 10px 0px 10px 15px;
	min-width: 185px;
	line-height: 2em;
	display: inline-block;
}
.hadleigh-nav-wrapper ul.menu .sub-menu .sub-menu {
	left: 100%;
	padding: 0;
	top: -1px;
	max-width: 207px;
}
.hadleigh-nav-wrapper ul.menu .sub-menu .sub-menu li {
	border-left: 1px solid #FFFFFF;
}
.hadleigh-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;
} 
.hadleigh-nav-wrapper ul.menu li:hover > ul,
.hadleigh-nav-wrapper .menu ul li:hover > ul {
	display: block;
}

/* ------- Site Logo / Title ------- */
.hadleigh-site-title {
	line-height: 1;
	position: relative;
	display: inline-block
}
.hadleigh-site-title:after {
	position: absolute;
	content: '';
	bottom: 4px;
	width: 115%;
	left: -8.5%;
	height: 20px;
	background: #BD945A;
	opacity: .7;
}
.hadleigh-site-title a,
.hadleigh-nav-wrapper li.hadleigh-inline-center-logo .hadleigh-site-title a {
	position: relative;
	z-index: 1;
	font-family: 'The Styled Edit', sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 53px;
	letter-spacing: 3px;
	line-height: 1;
	text-transform: none;
	display: inline-block;
	text-transform: lowercase;
}
.hadleigh-site-title a:hover,
.hadleigh-nav-wrapper li.hadleigh-inline-center-logo .hadleigh-site-title a:hover {
	color: #000000;
}
.hadleigh-custom-site-logo .hadleigh-site-logo h1, 
.hadleigh-custom-site-logo .hadleigh-site-logo h2 {
	margin-bottom: 0px;
	line-height: 1;
}
.hadleigh-site-logo img {
	width: 315px;
}

/* ------- Logo Below Menu ------- */
.hadleigh-below-menu .hadleigh-nav-wrapper .menu .sub-menu,
.hadleigh-below-menu .hadleigh-nav-wrapper .menu .children {
	padding: 29px 0 0 0;
}
.hadleigh-custom-site-logo.hadleigh-below-menu .hadleigh-site-logo {
	margin: 45px 0;
}
.hadleigh-below-menu .hadleigh-site-title {
	line-height: 1;
	margin: 50px 0 55px;
}
.hadleigh-below-menu #hadleigh-header.hadleigh-no-cart-icon.hadleigh-no-header-search.hadleigh-no-header-social-media .hadleigh-menu-container {
	width: 100%;
	display: block;
	margin: 0;
}

/* ------- Inline Center Menu ------- */
.hadleigh-inline-center .hadleigh-nav-wrapper {
	margin: 30px 30px 50px;
	width: calc(100% - 60px);
	padding: 22px 0;
}
.hadleigh-inline-center.hadleigh-custom-site-logo .hadleigh-nav-wrapper {
	padding: 25px 0;
}
.hadleigh-no-custom-site-logo .hadleigh-nav-wrapper li.hadleigh-inline-center-logo {
	margin: 0 55px 0 10px;
}
.hadleigh-inline-center-logo {
	z-index: 999;
}
.hadleigh-inline-center .hadleigh-site-title:after {
	bottom: -3px;
}
.hadleigh-inline-center .hadleigh-site-title a {
	margin: 10px 0 -10px;
}
.hadleigh-inline-center .hadleigh-nav-wrapper .menu .sub-menu,
.hadleigh-inline-center .hadleigh-nav-wrapper .menu .children {
	padding: 51px 0 0 0;
}
.hadleigh-page-wrapper.hadleigh-inline-center .hadleigh-nav-wrapper ul.menu ul li,
.hadleigh-page-wrapper.hadleigh-inline-center .hadleigh-nav-wrapper .menu ul ul li {
	margin: 0;
}
.hadleigh-inline-center .hadleigh-search-container {
	left: -15px;
}
.hadleigh-inline-center #hadleigh-header .hadleigh-social-media-follow-icons {
	right: -15px;
}

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

/* ------- Sticky Menus ------- */
.hadleigh-inline-center #sticky-wrapper {
	height: auto !important;
}
.is-sticky .hadleigh-nav-wrapper {
	opacity: .95;
	margin: 0px;
}
.is-sticky .hadleigh-nav-wrapper li.hadleigh-inline-center-logo {
	display: none;
}
.hadleigh-inline-center .is-sticky .hadleigh-search-container {
	left: 30px;
}
.hadleigh-inline-center #hadleigh-header .is-sticky .hadleigh-social-media-follow-icons {
	right: 30px;
}
.hadleigh-inline-center .is-sticky #hadleigh-menu-mobile {
	margin-left: 30px;
}
.hadleigh-below-menu #hadleigh-header .slicknav_nav,
#hadleigh-header .is-sticky .slicknav_nav {
	left: 30px;
}
.hadleigh-inline-center .is-sticky .hadleigh-nav-wrapper .menu .sub-menu {
	padding: 28px 0 0 0;
}
.hadleigh-inline-center .is-sticky .hadleigh-nav-wrapper ul.menu .sub-menu .sub-menu {
	padding: 0;
}

/* ------- Social Media ------- */
#hadleigh-header .hadleigh-social-media-follow-icons {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	right: 0;
	top: auto;
	left: auto;
	text-align: right;
	width: 190px;
	line-height: 15px;
	z-index: 1;
}
#hadleigh-header .hadleigh-inline-left .hadleigh-social-media-follow-icons {
	width: auto;
}
#hadleigh-header .hadleigh-social-media-follow-icons a {
	color: #222222;
	font-size: 12px;
	padding-right: 14px;
}
#hadleigh-header .hadleigh-social-media-follow-icons a:last-of-type {
	padding: 0;
}
#hadleigh-header.hadleigh-below-menu .hadleigh-social-media-follow-icons {
	top: 12px;
}
#hadleigh-header.hadleigh-below-menu .hadleigh-social-media-follow-icons a {
	font-size: 10px;
}

/* ------- Search Form ------- */
.hadleigh-search-container {
	width: 190px;
	position: relative;
	right: auto;
	top: auto;
	left: 0;
	display:  table-cell;
	vertical-align: middle;
}
#hadleigh-header #hadleigh-searchform {
	font-size: 81%;
	color: #000000;
	line-height: 1.1;
	border: 0px;
}
#hadleigh-header #hadleigh-searchform:after {
	display: none;
}
#hadleigh-header #hadleigh-searchform > div {
	line-height: 1;
	text-align: left;
}
#hadleigh-header #hadleigh-searchform label {
	display: inline-block;
	text-align: left;
	text-transform: lowercase;
}
#hadleigh-header #hadleigh-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 #222222;
	color: #000000;
}
#hadleigh-header #hadleigh-searchform button[type="submit"] {
	background: none;
	height: auto;
	width: auto;
	margin: 0;
	vertical-align: 1px;
}
#hadleigh-header #hadleigh-searchform .fa-search {
	color: #555555;
	font-size: 10px;
	transform: rotate(80deg);
}
#hadleigh-header #hadleigh-searchform input[type="text"]::-webkit-input-placeholder {
	color: transparent;
}
#hadleigh-header #hadleigh-searchform input[type="text"]::-moz-placeholder {
	color: transparent;
}
#hadleigh-header #hadleigh-searchform input[type="text"]:-ms-input-placeholder {
	color: transparent;
}

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

/* ------------------------------- 2.2 Mobile Menu ------------------------------- */
#hadleigh-menu-mobile {
	display: none;
	width: 50%;
}
.hadleigh-inline-center #hadleigh-menu-mobile {
	margin-left: -15px;
}
#hadleigh-header .slicknav_nav { 
	clear: both; 
}
#hadleigh-header .slicknav_menu { 
	text-align: left;
    display: none;
    padding: 0;
    background-color: transparent;
}
#hadleigh-header .slicknav_menu:before,
#hadleigh-header .slicknav_menu:after { 
	content: " "; 
	display: table; 
}
#hadleigh-header .slicknav_menu:after { 
	clear: both 
}
#hadleigh-header .slicknav_btn {
	position: relative;
    display: block;      
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}
#hadleigh-header .slicknav_menu .slicknav_menutxt {
	font-family: 'Oswald', sans-serif;
	position: absolute;
	left: 34px;
	float: right;
	color: #000000;
	text-transform: uppercase;	
	font-size: 11.5px;
	line-height: 1.9em;
	letter-spacing: 2px;
}
#hadleigh-header .slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0.188em 0 0 0; 
	font-size: 19px;
}
#hadleigh-header .slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: #000000;
  width: 1.125em;
  height: 0.125em; 
}
#hadleigh-header .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 0.188em 
}
#hadleigh-header .slicknav_nav {
    margin: 0;
    padding: 0;
    background: #F6F1F0;
    top: 61px;
    left: 0;
    position: absolute;
    z-index: 9999;
    width: 365px;
}
#hadleigh-header .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
#hadleigh-header .slicknav_nav ul,
#hadleigh-header .slicknav_nav li { 
	display: block;
}
#hadleigh-header .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
#hadleigh-header .slicknav_nav > li, 
#hadleigh-header .slicknav_nav .sub-menu > li { 
	border-top: 1px solid #FFFFFF;
	margin: 0;
}
#hadleigh-header .slicknav_nav .slicknav_row {
	display: block;
    padding: 20px 0px 20px 15px;
}
#hadleigh-header .slicknav_nav a {
	display: block;
    padding: 20px 0px 20px 15px;
    margin: 2px 5px;
    text-decoration:none;
    color: #000000;
	font-size: 11.5px;
	letter-spacing: 2px;
	text-transform:uppercase;
	line-height: 1.3px;
}
#hadleigh-header .slicknav_nav .slicknav_item { 
	cursor: pointer; 
}
#hadleigh-header .slicknav_nav .slicknav_item a,
#hadleigh-header #hadleigh-header .slicknav_nav .slicknav_parent-link a {
	display: inline;
    padding:0;
    margin:0;
}
#hadleigh-header .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;   
}
#hadleigh-header .slicknav_menu .slicknav_no-text {
	margin-top: 7px;
}
#hadleigh-header .slicknav_nav .slicknav_arrow { 
	font-size: .8em; 
	margin: 0 0 0 0.4em; 
	vertical-align: 1px;
	-webkit-appearance:none;
}


/* ---- Mobile Logo ---- */
.hadleigh-mobile-container {
	display: none;
}
.hadleigh-mobile-logo {
	margin: 45px 0;
}
.hadleigh-mobile-logo h1, 
.hadleigh-mobile-logo h2 {
	line-height: 1;
	margin-bottom: 0;
}
.hadleigh-mobile-logo h2.hadleigh-site-title a,
.hadleigh-mobile-logo h1.hadleigh-site-title a {
	font-size: 53px;
	line-height: 1;
}
.hadleigh-mobile-logo a {
	color: #000000;
	vertical-align: baseline;
	line-height: 0;
}

/* ------------------------------- 2.3 Featured Elements ------------------------------- */
#hadleigh-featured-section {
	margin: 0 0 50px 0;
	padding: 0 30px;
	overflow: hidden;
	width: calc(100% - 60px);
	display: flex;
	position: relative;
}

/* ------- Triple Images ------- */
.hadleigh-triple-images-section {
	width: 100%;
	display: flex;
	position: relative;
}
.hadleigh-the-triple-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	float: left;
	height: 600px;
	width: 50%;
}
.hadleigh-the-triple-image:nth-of-type(2) {
	width: 49%;
	margin: 50px -20% 0 !important;
	height: 650px;
	z-index: 1;
	border: 15px solid #FFFFFF;
	border-bottom: 0px;
}
.hadleigh-triple-images-link {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.hadleigh-feature-divider {
	position: absolute;
	content: '';
	width: 175px;
	height: 30px;
	opacity: .7;
}
.hadleigh-feature-left-divider {
	bottom: 100px;
	left: 30px;
}
.hadleigh-feature-right-divider {
	right: -15px;
	width: 30px;
	height: 175px;
	top: 212.5px;
}

/* ------- Triple Images / Style Two ------- */
.hadleigh_triple_image_style_two .hadleigh-the-triple-image:first-of-type {
	margin-right: -38%;
}	
.hadleigh_triple_image_style_two .hadleigh-the-triple-image:nth-of-type(2),
.hadleigh_triple_image_style_two .hadleigh-the-triple-image:last-of-type {
	width: 50%;
	margin: 50px 0 0 0 !important;
	border: 15px solid #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
	height: 630px;
}
.hadleigh_triple_image_style_two .hadleigh-the-triple-image:nth-of-type(2) {
	position: relative;
}
.hadleigh_triple_image_style_two .hadleigh-feature-left-divider {
	width: 135px;
	transform: rotate(-45deg);
	z-index: 2;
	bottom: auto;
	left: -50px;
	top: 0;
}	
.hadleigh_triple_image_style_two .hadleigh-feature-right-divider {
	top: 277.5px;
}	

/* ------- Double Images ------- */
.hadleigh-double-images-section {
	width: 100%;
	display: flex;
	position: relative;
}
.hadleigh-the-double-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	float: left;
	height: 665px;
	width: 100%;
	margin-right: -85%;
}
.hadleigh-the-double-image:last-of-type {
	position: relative;
	border: 15px solid #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
	margin: 50px 0 0 0;
}
.hadleigh-double-images-link {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.hadleigh-double-images-section .hadleigh-feature-left-divider {
	width: 135px;
	transform: rotate(-45deg);
	z-index: 2;
	bottom: auto;
	left: -50px;
	top: 0;
}	
.hadleigh-double-images-section .hadleigh-feature-right-divider {
	top: 310px;
	z-index: 2;
}

/* ------- Single Image ------- */
#hadleigh-featured-section .hadleigh-single-img-link {
	width: 100%;
	margin: 0;
}
.hadleigh-the-single-image {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 675px;
	width: 100%;
	background: #e7e7e7;
}
.hadleigh-the-single-image.hadleigh-single-image-with-link {
	margin: 0;
}
.hadleigh-title-overlay {
	position: absolute;
	height: calc(100% + 7.5px);
	width: 100%;
	top: 0;
	display: table;
}
.hadleigh-title-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hadleigh-title-wrapper-container {
	position: relative;
	width: 490px;
	margin: 0 auto;
	background: #F6F1F0;
	padding: 55px;
	box-sizing: border-box;
}
.hadleigh-title-wrapper-divider {
	position: absolute;
	width: 135px;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	opacity: .7;
}
.hadleigh-title-wrapper h2 {
	font-size: 15.5px;
	color: #000000;
	width: 290px;
	margin: 0 auto;
}
.hadleigh-title-wrapper-container p.hadleigh-feat-accent-text {
	font-family: 'The Styled Edit';
	font-size: 53px;
	line-height: 1;
	letter-spacing: 2px;
	margin: 5px 0 18px;
	text-transform: lowercase;
}
.hadleigh-title-wrapper-container p {
	margin: 0 0 23px 0;
	color: #000000;
}
.hadleigh-feat-read-more {
	display: inline-block;
	position: relative;
	text-transform: lowercase;
	margin: 0 auto;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	letter-spacing: 1px;
	z-index: 2;
	font-weight: 400;
	color: #222222;
}
.hadleigh-feat-button-accent {
	position: absolute;
	width: 130%;
	height: 9px;
	left: -15%;
	bottom: -6px;
	z-index: -1;
}

/* ------- Posts Slider ------- */
.hadleigh-slide-container {
	width: 100%;
}
.hadleigh-slide-container .hadleigh-title-overlay {
	width: 100%;
}
.hadleigh-the-post-slide.slick-slide {
	background-color: #e7e7e7;
	height: 675px;
	width: 100%;
	margin: 0;
}
.hadleigh-slide-item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.hadleigh-slide-item .hadleigh-title-wrapper-container {
	padding: 70px 55px;
}
.hadleigh-slide-item .hadleigh-cat {
	margin: 0 0 3px 0;
}
.hadleigh-slide-item .hadleigh-title-wrapper h2 {
	width: auto;
	margin-bottom: 20px;
}
.hadleigh-slide-item .hadleigh-slider-title a {
	color: #000000;
	font-size: 23px;
	line-height: 1.4;
}
.hadleigh-slide-item .hadleigh-feat-read-more a {
	color: #222222;
}
.hadleigh-post-slider .slick-dotted.slick-slider {
	margin: 0;
}
.hadleigh-page-wrapper .hadleigh-post-slider ul.slick-dots {
	bottom: 15px;
	width: calc(100% - 60px);
}
.page-template-page-elementor .hadleigh-page-wrapper .hadleigh-post-slider ul.slick-dots {
	width: 100%;
}

/* ------- Triple Boxes ------- */
.hadleigh-triple-boxes-section {
	margin: 96px 0;
	text-align: center;
}
.hadleigh-triple-boxes-title-container {
	display: inline-block;
	position: relative;
}
.hadleigh-triple-boxes-title {
	display: inline-block;
	font-size: 15.5px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}
.hadleigh-triple-boxes-title-accent {
	position: absolute;
	content: '';
	height: 15px;
	width: 110%;
	left: -5%;
	bottom: 30px;
}
.hadleigh-triple-boxes-title:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	top: 48px;
	width: 1px;
	height: 65px;
	border-right: 1px solid #000000;
}
.hadleigh-triple-boxes-container {
	display: flex;
}
.hadleigh-the-triple-box-container {
	width: 33.3333%;
	margin-right: 30px;
	float: left;
}
.hadleigh-the-triple-box-container:nth-of-type(2) {
	margin-top: 75px;
}
.hadleigh-the-triple-box-container:last-of-type {
	margin-right: 0;
}
.hadleigh-the-triple-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	height: 400px;
}
.hadleigh-triple-box-caption {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
	padding: 14px 14px 16px;
	margin-top: 10px;
}
.hadleigh-triple-boxes-link,
.hadleigh-triple-boxes-link:hover {
	color: inherit;
}

/* ------- Edge Cases ------- */
.hadleigh-page-has-no-triple-boxes .hadleigh-subscribe-section,
.hadleigh-page-has-no-mc4wp.hadleigh-page-has-no-triple-boxes #hadleigh-featured-section {
	margin-bottom: 65px;
}
.hadleigh-page-has-no-feature.hadleigh-page-has-no-mc4wp .hadleigh-triple-boxes-section {
	margin-top: 0px;
}
.page-template-page-fullwidth .hadleigh-page-has-no-triple-boxes .hadleigh-subscribe-section,
.page-template-page-fullwidth .hadleigh-page-has-no-mc4wp.hadleigh-page-has-no-triple-boxes #hadleigh-featured-section,
.page-template-page-narrowfullwidth .hadleigh-page-has-no-triple-boxes .hadleigh-subscribe-section,
.page-template-page-narrowfullwidth .hadleigh-page-has-no-mc4wp.hadleigh-page-has-no-triple-boxes #hadleigh-featured-section,
.page-template-page-elementor .hadleigh-page-has-no-triple-boxes .hadleigh-subscribe-section,
.page-template-page-elementor .hadleigh-page-has-no-mc4wp.hadleigh-page-has-no-triple-boxes #hadleigh-featured-section {
	margin-bottom: 50px;
}

/* ------------------------------- 2.4 MailChimp For WordPress Form ------------------------------- */
.hadleigh-subscribe-section {
	text-align: center;
	background: #D0BBAB;
	margin: 0 30px 96px;
	padding: 85px 0 100px;
}
.hadleigh-subscribe-section .hadleigh-container {
	margin: 0 auto;
	max-width: 100%;
}
.hadleigh-subscribe-section.elementor-element {
	margin-left: 0;
	margin-right: 0;
}
.hadleigh-mc4wp-accent-word {
	display: block;
	margin: 5px 0 18px 0;
	font-family: 'The Styled Edit';
	color: #FFFFFF;
	font-size: 53px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: lowercase;
}
.hadleigh-mc4wp-text h6 {
	font-size: 15.5px;
	margin-bottom: 0px;
}
.hadleigh-mc4wp-intro-text {
	display: block;
	margin: 0 auto 30px;
	width: 700px;
}
.mc4wp-form-fields p {
	display: inline-block;
	margin: 0;
}
.mc4wp-form-fields input {
	width: 350px;
	margin: 0 25px 0 0;
	border: 0px;
	box-sizing: border-box !important;
}
.mc4wp-form-fields input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
.mc4wp-form-fields input[type="submit"] {
	width: 125px;
	margin: 0;
	padding: 13.5px 30px 14.5px;
}
.mc4wp-response p {
	margin: 28px 0 0 0;
	font-style: italic;
}

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

/* --- MailerLite --- */
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: transparent;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100%;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 15.5px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	margin: 0;
	color: #000000;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer span {
	margin: 5px 0 18px 0;
	font-family: 'The Styled Edit';
	color: #FFFFFF;
	font-size: 53px;
	line-height: 1;
	letter-spacing: 2px !important;
	text-transform: lowercase !important;
	display: block;
	text-align: center;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	width: 700px;
	margin: 0 auto 30px !important;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0px !important;
	color: #000000;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	width: 845px;
	margin: 0 auto;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0;
	width: auto;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
	display: inline-block;
	float: left;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
	text-align: center !important;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	border: 0px !important;
	border-radius: 0px !important;
	width: 348px !important;
	margin: 0 20px 0 0;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	float: none;
	margin: 0;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	border-radius: 0px !important;
	font-family: "Oswald", sans-serif !important;
	color: #FFFFFF !important;
	background-color: #222222 !important;
	text-transform: lowercase !important;
	border-bottom: 0px !important;
	font-size: 12px !important;
	letter-spacing: 2px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	width: auto !important;
	margin: 0;
	padding: 15px 24px !important;
}
#hadleigh-main-container .hadleigh-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: #dddddd !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}

/* --- ConvertKit --- */
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form {
	background-color: transparent !important;
	max-width: 100%;
	margin: 0 auto;
	border: 0px;
	border-radius: 0px !important;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form [data-style="minimal"] {
	padding: 0;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-header {
	margin-bottom: 18px;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form h1 {
	font-size: 15.5px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form p {
	width: 700px;
	margin: 0 auto 30px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #000000;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-fields {
	width: 845px;
	margin: 0 auto;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-field {
	flex: none;
	margin: 0;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-input {
	border: 0px;
	border-radius: 0px !important;
	width: 324px;
	margin: 0 20px 0 0;
}
#hadleigh-main-container #hadleigh-feature-wrapper .hadleigh-subscribe-section .formkit-form .formkit-input {
	width: 348px;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-submit {
	flex: none;
	font-family: "Oswald", sans-serif;
	background-color: #222222 !important;
	color: #FFFFFF !important;
	border-radius: 0px !important;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: lowercase;
	margin: 0 auto;
	font-weight: 400 !important;
	line-height: 1;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-submit:hover {
	background-color: #dddddd !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-guarantee, 
#hadleigh-main-container .hadleigh-subscribe-section .formkit-form .formkit-powered-by-convertkit-container {
	display: none;
}
#hadleigh-content .hadleigh-subscribe-block .formkit-alert-success,
#hadleigh-feature-wrapper .hadleigh-subscribe-section .formkit-alert-success {
	box-sizing: border-box !important;
}

/* --- MailerLite + Sidebar --- */
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: #D0BBAB;
	border-radius: 0px;
	padding: 30px;
	box-sizing: border-box !important;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 15.5px;
	color: #000000;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin: 0;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer span,
#hadleigh-content .elementor-widget-sidebar .ml-form-embedContainer span,
#hadleigh-content .hadleigh-custom-sidebar .ml-form-embedContainer span {
	letter-spacing: 2px !important;
	text-transform: lowercase !important;
	font-family: 'The Styled Edit';
	font-size: 40px;
	color: #FFFFFF;
	margin: 5px 0 10px;
	display: block;
	text-align: center;
	line-height: 1;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: 0px !important;
	font-weight: 300 !important;
	text-transform: none;
	color: #000000;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#hadleigh-content .hadleigh-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;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#hadleigh-content .hadleigh-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: 0 !important;
	font-size: 90% !important;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin: 0;
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#hadleigh-content .hadleigh-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: #222222 !important;
	color: #FFFFFF !important;
	border: 0px !important;
	font-size: 12px !important;
	letter-spacing: 2px !important;
	text-transform: lowercase !important;
	margin: 0;
	font-weight: 400 !important;
	font-family: 'Oswald', sans-serif !important;
	width: 100% !important;
	line-height: 1 !important;
	padding: 15px !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#hadleigh-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
#hadleigh-content .elementor-widget-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: #dddddd !important;
}

/* --- ConvertKit + Sidebar --- */
#hadleigh-sidebar .widget_convertkit_form .formkit-form,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form  {
	background-color: #D0BBAB !important;
	border: 0px;
	border-radius: 0px !important;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form [data-style="minimal"],
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form [data-style="minimal"],
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form [data-style="minimal"] {
	padding: 30px;
	box-sizing: border-box !important;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-header,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-header,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-header {
	margin-bottom: -7px;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form h1,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form h1,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form h1 {
	margin: 0;
	font-size: 15.5px;
	color: #000000;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form p,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form p,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form p {
	font-size: 13px;
	color: #000000;
	line-height: 1.7;
	margin-bottom: -3px;
	letter-spacing: 0px;
	text-transform: none;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-input,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-input,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-input {
	border-radius: 0px !important;
	border: 0px !important;
	background: #FFFFFF;
	font-size: 90% !important;
	box-sizing: border-box !important;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-submit,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit {
	flex: none;
	border-radius: 0px !important;
	background-color: #222222 !important;
	color: #FFFFFF !important;
	border: 0px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: lowercase;
	margin: 0;
	font-weight: 400 !important;
	font-family: 'Oswald', sans-serif;
	width: 100%;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit:hover {
	background-color: #dddddd !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover > span,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover > span,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-guarantee, 
#hadleigh-sidebar .widget_convertkit_form .formkit-form .formkit-powered-by-convertkit-container,
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-guarantee, 
#hadleigh-content .elementor-widget-sidebar .widget_convertkit_form .formkit-form .formkit-powered-by-convertkit-container,
#hadleigh-content .hadleigh-custom-sidebar .elementor-widget-wp-widget-convertkit_form .formkit-form .formkit-guarantee, 
#hadleigh-content .hadleigh-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 ------------------------------- */
.hadleigh-blog-subtitle {
	font-family: 'The Styled Edit';
	font-size: 53px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: none;
	margin: 0 0 -25px 0;
	text-align: center;
	text-transform: lowercase;
}
.hadleigh-blog-subtitle-divider {
	width: calc(100% - 60px);
	display: block;
	background: #f6f1f0;
	height: 200px;
	margin: 0 30px -100px;
}
.hadleigh-blog-item {
	margin-bottom: 85px;
	border-bottom: 1px solid #E5E5E5;
}
.hadleigh-post-content {
	position: relative;
}			
.hadleigh-post-img,
.hadleigh-post-media {
	line-height: 0;
}
.hadleigh-post-media {
	margin: 0 0 20px 0;
	position: relative;
}
.hadleigh-post-media-wrapper {
	position: relative;
}
.hadleigh-post-location {
	line-height: 1;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	top: 35px;
	padding: 10px 20px 10px 15px;
}
.hadleigh-blog-item .hadleigh-post-media img {
	width: 100%;
}
.hadleigh-post-header {
	clear: both;
	position: relative;
	line-height: 1;
}
.hadleigh-post-header h1, 
.hadleigh-post-header h2 {
	font-size: 27px;
	margin: 4px 0 16px 0;
}
.hadleigh-post-header-no-date-cats.hadleigh-post-header h1, 
.hadleigh-post-header-no-date-cats.hadleigh-post-header h2 {
	margin-top: 0;
}
.hadleigh-post-header h2,
.hadleigh-post-header h2 a {
	color: #000000;
	line-height: 1.4;
}
.hadleigh-cat,
.hadleigh-cat-date-separator {
	line-height: 1;
	display: inline;
	color: #BD945A;
}
.hadleigh-cat a,
.hadleigh-post-location span,
.hadleigh-post-date a {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #BD945A;
}
.hadleigh-post-location span {
	color: #000000;
	letter-spacing: 2px;
}
.hadleigh-post-location .fa-map-marker-alt {
	margin-right: 6.5px;
	color: #D0BBAB;
	font-size: 15px;
}
.hadleigh-cat a {
	text-transform: lowercase;
}
.hadleigh-post-date {
	display: inline-block;
}
.hadleigh-post-date a:hover {
	cursor: auto;
	color: #BD945A;
}
.hadleigh-cat-date-separator {
	margin: 0 3px;
}
.hadleigh-blog-item .hadleigh-post-entry {
	overflow: hidden;
}
.hadleigh-post-excerpt p {
	margin: 0;
}
.hadleigh-post-footer {
	clear: both;
	margin: 25px 0 0 0;
	display: table;
	width: 100%;
	position: relative;
}
.hadleigh-read-more {
	display: inline-block;
	position: relative;
}
.hadleigh-read-more:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	height: 9px;
	width: 100%;
	left: 0;
	bottom: 1px;
	z-index: 0;
}
.hadleigh-read-more a {
	position: relative;
	padding: 0 10px;
	font-family: 'Oswald', sans-serif;
	color: #222222;
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: 400;
	z-index: 1;
	line-height: 1;
}
.hadleigh-social-media-comm-footer {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif; 
	font-size: 11px;
	letter-spacing: 1px;
	margin: 35px 0 3px 0;
}
.hadleigh-post-comment-count,
.hadleigh-share-buttons {
	display: inline-block;
}
.hadleigh-post-comment-label {
	color: #999999;
}
.hadleigh-post-comment-count {
	position: relative;
	margin-right: 10px;
	padding-right: 14px;
}
.hadleigh-post-comment-count:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-right: 1px solid #999999;
	width: 1px;
	height: 10px;
}
.hadleigh-post-footer-no-sm .hadleigh-post-comment-count {
	margin-right: 0;
	padding-right: 0;
}
.hadleigh-post-footer-no-sm .hadleigh-post-comment-count:after {
	display: none;
}
.hadleigh-share-button-label {
	color: #999999;
	margin-right: 9px;
} 
.hadleigh-share-buttons a {
	margin-right: 9px;
	color: #999999;
}
.hadleigh-share-buttons a:last-of-type {
	margin-right: 0px;
}
.hadleigh-blog-item .hadleigh-post-footer-no-comments.hadleigh-post-footer-no-sm .hadleigh-social-media-comm-footer {
	margin: 50px 0 0 0;
}

/* -- Special Media (Blog, Audio, + Video) -- */
.hadleigh-blog-item .hadleigh-slide-container {
	width: 100%;
}
.hadleigh-blog-item.format-audio iframe {
	width: 100%;
}
.hadleigh-gallery-post .slick-dotted.slick-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hadleigh-page-wrapper .hadleigh-gallery-post ul.slick-dots {
	bottom: 15px;
}

/* -- Show Full Post Content -- */
.hadleigh-blog-item.hadleigh-blog-show-full-content .hadleigh-post-footer {
	border-bottom: 0px;
}

/* -- Affiliate Links -- */
.hadleigh-affiliate-title {
	font-family: 'The Styled Edit';
	text-transform: lowercase;
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 0 0 0 3px;
	z-index: 1;
}
.hadleigh-affiliate-title:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	height: 12px;
	width: 100%;
	left: 0;
	bottom: 2px;
	z-index: -1;
}
.hadleigh-blog-show-full-content.hadleigh-post-has-no-tags .hadleigh-affiliate-section {
	margin: 45px 0 0 0;
}

/* -- AFF HTML / Shortcode -- */
.hadleigh-aff-code .hadleigh-affiliate-section,
.hadleigh-aff-shortcode .hadleigh-affiliate-section,
.hadleigh-rewardstyle-shortcode .hadleigh-affiliate-section {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

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

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

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

/* -- Single Affiliate Link + Image -- */
.hadleigh-blog-item.hadleigh-aff-link .hadleigh-post-header h2 {
	margin-bottom: 18px;
}
.hadleigh-aff-link .hadleigh-post-container,
.hadleigh-aff-link .hadleigh-affiliate-section {
	float: left;
	display: inline-block;
}
.hadleigh-aff-link .hadleigh-post-container {
	width: 68%;
	padding-right: 40px;
}
.hadleigh-aff-link .hadleigh-affiliate-section {
	width: 22%;
	padding: 10px 16px 0 16px;
	margin-bottom: 40px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
}
.hadleigh-aff-link .hadleigh-affiliate-title {
	margin: 0 0 10px 0;
}
.hadleigh-aff-link .hadleigh-affiliate-title:after {
	display: none;
}
.hadleigh-full-width .hadleigh-aff-link .hadleigh-post-container {
	width: 75%;
}
.hadleigh-full-width .hadleigh-aff-link .hadleigh-affiliate-section {
	width: 18.3%;
}	

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

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

/* ------------------------------- 3.2 Grid Layout ------------------------------- */
.hadleigh-grid-layout {
	margin: 0 0 10px 0;
}
.hadleigh-grid-item {
	width: 525px;
	margin: 0 50px 70px 0;
	display: inline-block;
	float: left;
}
.hadleigh-grid-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.hadleigh-grid-item:nth-of-type(odd) {
	clear: left;
}
.hadleigh-grid-item .hadleigh-post-header h2,
.hadleigh-grid-item .hadleigh-post-header h2 a {
	font-size: 22px;
}
.hadleigh-grid-item .hadleigh-post-header h2 {
	margin-bottom: 13px;
}
.hadleigh-grid-item .hadleigh-post-footer {
	margin: 18px 0 0 0;
}
.hadleigh-grid-layout .hadleigh-newer a, 
.hadleigh-grid-layout .hadleigh-older a {
	margin: 0 0 70px 0;
}

/* ----- Default Width Styles ------ */
.hadleigh-default-width .hadleigh-grid-item {
	width: 342.5px;
}

/* ------------------------------- 3.3 List Layout ------------------------------- */
.hadleigh-list-item {
	margin: 0 0 85px 0;
	border-bottom: 1px solid #E5E5E5;
}
.hadleigh-list-item .hadleigh-post-header h2, 
.hadleigh-list-item .hadleigh-post-header h2 a {
	font-size: 24px;
}
.hadleigh-list-item .hadleigh-post-content {
	display: table; 
	width: 100%;
}
.hadleigh-list-item .hadleigh-post-media, 
.hadleigh-list-contents {
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-list-item .hadleigh-post-media {
	width: 47%;
}
.hadleigh-list-contents {
	max-width: 53%;
	padding-left: 50px;
}
.hadleigh-no-post-thumbnail .hadleigh-list-contents,
.hadleigh-default-width .hadleigh-no-post-thumbnail .hadleigh-list-contents {
	padding: 0 0 50px 0;
	max-width: 100%;
	display: block;
}
.hadleigh-list-item .hadleigh-read-more {
	margin: 25px 0 0 0;
}
.hadleigh-list-item .hadleigh-post-footer {
	margin-top: -23px;
}
.hadleigh-list-item .hadleigh-post-footer.hadleigh-post-footer-no-comments.hadleigh-post-footer-no-sm {
	margin-top: -5px;
}
.hadleigh-list-item .hadleigh-social-media-comm-footer {
	margin: 0 0 4px 0;
}

/* --- Default Width Styles --- */
.hadleigh-default-width .hadleigh-list-contents {
	padding-left: 40px;
}

/* ------------------------------- 3.4 Block Layout ------------------------------- */
.hadleigh-block-item {
	margin: 0 0 80px 0;
}
.hadleigh-block-item .hadleigh-post-content {
	display: table;
	width: 100%;
}
.hadleigh-block-item .hadleigh-post-media, 
.hadleigh-block-contents {
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-block-item .hadleigh-post-media {
	width: 450px;
	padding: 0 40px 0 0;
}
.hadleigh-even-row.hadleigh-block-item .hadleigh-post-media {
	padding: 0 0 0 40px;
}
.hadleigh-block-mobile-media {
	display: none;
}
.hadleigh-even-row.hadleigh-block-item .hadleigh-post-location {
	right: auto;
}
.hadleigh-block-contents {
	max-width: 610px;
	overflow: auto;
	padding: 40px;
	text-align: center;
	border: 10px solid #F6F1F0;
	background: #FFFFFF;
	box-sizing: border-box !important;
}
.elementor .hadleigh-block-contents {
	box-sizing: border-box !important;
}
.hadleigh-block-item .hadleigh-post-header {
	margin: 0 0 18px 0;
}
.hadleigh-block-item .hadleigh-post-header h2,
.hadleigh-block-item .hadleigh-post-header h2 a {
	font-size: 25px;
}
.hadleigh-block-item .hadleigh-social-media-comm-footer {
	display: block;
	text-align: center;
	margin: 11px 0 0 0;
}
.hadleigh-block-item .hadleigh-post-footer-no-sm .hadleigh-social-media-comm-footer {
	margin: 0;
}
.hadleigh-block-item .hadleigh-post-comment-count,
.hadleigh-block-item .hadleigh-share-button-label {
	display: none;
}
.hadleigh-block-item .hadleigh-read-more {
	float: none;
}
.hadleigh-block-layout .hadleigh-newer a, 
.hadleigh-block-layout .hadleigh-older a {
	margin: 0 0 80px 0;
}
.hadleigh-full-width .hadleigh-block-item .hadleigh-custom-product-slider .hadleigh-product-bxslider {
	width: 350px;
}
.hadleigh-block-item .hadleigh-custom-product-slider .slick-prev {
	left: -65px;
}
.hadleigh-block-item .hadleigh-custom-product-slider .slick-next {
	right: -65px;
}

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

/* -- Affiliate Styles -- */
.hadleigh-block-item.hadleigh-aff-code .hadleigh-block-contents,
.hadleigh-block-item.hadleigh-aff-shortcode .hadleigh-block-contents,
.hadleigh-block-item.hadleigh-rewardstyle-shortcode .hadleigh-block-contents  {
	padding-bottom: 0;
} 
.hadleigh-block-item .hadleigh-affiliate-section {
	padding: 35px 0 0 0;
	margin: 35px 0 0 0;
}
.hadleigh-full-width .hadleigh-block-item.hadleigh-aff-link .hadleigh-post-container {
	width: 100%;
	padding: 0;
}
.hadleigh-full-width .hadleigh-block-item.hadleigh-aff-link .hadleigh-affiliate-section {
	width: 100%;
	border-left: 0;
	border-top: 1px solid #e5e5e5;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.hadleigh-block-item.hadleigh-aff-link .hadleigh-affiliate-title:after {
	display: block;
}

/* 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.5 Gallery Layout ------------------------------- */
.hadleigh-gallery-layout {
	margin: 0 0 15px 0;
}
.hadleigh-gallery-item {
	width: 347.5px;
	margin: 0 40px 70px 0;
	display: inline-block;
	float: left;
	text-align: center;
}
.hadleigh-default-width .hadleigh-gallery-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.hadleigh-gal-img-container {
	height: 405px;
	margin: 0 0 10px 0;
	position: relative;
}
.hadleigh-gallery-post-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hadleigh-gallery-item .hadleigh-post-header {
	margin: 0;
	background: #F6F1F0;
	padding: 25px 25px 29px;
}
.hadleigh-gallery-item .hadleigh-post-header h2,
.hadleigh-gallery-item .hadleigh-post-header h2 a {
	margin: 6px 0 0 0;
	font-size: 17px;
	color: #000000;
	line-height: 1.45;
}
.hadleigh-gallery-item .hadleigh-post-header-no-date-cats.hadleigh-post-header h2,
.hadleigh-gallery-item .hadleigh-post-header-no-date-cats .hadleigh-post-header h2 a {
	margin: 0;
}
.hadleigh-gallery-layout .hadleigh-newer a, 
.hadleigh-gallery-layout .hadleigh-older a {
	margin: 10px 0 70px;
}
.hadleigh-default-width.hadleigh-gallery-layout .hadleigh-newer a, 
.hadleigh-default-width.hadleigh-gallery-layout .hadleigh-older a {
	margin: 15px 0 70px;
}

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

/* ------------------------------- 3.6 Single Post ------------------------------- */
.hadleigh-single-post {
	margin: 0 0 85px 0;
}
.hadleigh-single-post .hadleigh-post-header h1 {
	font-size: 29px;
	line-height: 1.3;
}
.elementor-page .hadleigh-single-post .hadleigh-post-header h1 {
	margin-bottom: 0;
}
.hadleigh-single-post .hadleigh-post-media img {
	width: 100%;
}
.hadleigh-single-post .hadleigh-post-media.hadleigh-post-hide-feat-image {
	margin: 0;
}
.hadleigh-single-post .hadleigh-post-entry {
	margin: 20px 0 0 0;
}
.elementor-page .hadleigh-single-post .hadleigh-post-entry {
	margin: 0;
}
.hadleigh-single-post .hadleigh-gallery-post .hadleigh-slide-container {
	width: 100%;
	margin: 0;
}
.hadleigh-blog-show-full-content .hadleigh-post-footer {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif; 
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
}
.hadleigh-single-post-footer-comment-wrapper,
.hadleigh-single-post-footer-sm-wrapper {
	width: 50%;
	display: inline-block;
	float: left;
}
.hadleigh-blog-show-full-content .hadleigh-post-comment-count {
	margin: 0;
	padding: 0;
}
.hadleigh-blog-show-full-content .hadleigh-post-comment-count:after { 
	display: none;
}
.hadleigh-single-post-footer-sm-wrapper {
	text-align: right;
}
.hadleigh-post-footer-no-comments .hadleigh-single-post-footer-sm-wrapper,
.hadleigh-post-footer-no-sm .hadleigh-single-post-footer-comment-wrapper {
	text-align: left;
	width: 100%;
}

/* -- Tags -- */
.hadleigh-post-tags {
	clear: both;
	margin: 43px 0 40px;
}
.hadleigh-post-tags-title {
	font-size: 12px;
	letter-spacing: 2px;
	margin-right: 8px;
	font-family: "Oswald", Sans-serif;
}
.hadleigh-post-tags a {
	display: inline-block;
	background: #D0BBAB;
	color: #000000;
	font-family: "Oswald", Sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	padding: 8px 12px 10px;
	margin: 0 12px 12px 0;
	letter-spacing: 2px;
	line-height: 1em;
}
.hadleigh-post-tags a:hover {
	color: #000000;
}
.hadleigh-post-tags a:last-of-type {
	margin-right: 0px;
}

/* -- Post Author -- */
.hadleigh-post-author-box {
	display: table;
	margin-top: 65px;
	padding-bottom: 65px;
	overflow: auto;
	border-bottom: 1px solid #e5e5e5;
}
.hadleigh-author-img {
	position: relative;
	display: table-cell;
	float: left;
	width: 165px;
	line-height: 0;
}
.hadleigh-author-img:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 20px;
	background: #BD945A;
	opacity: .7;
	left: 0;
	right: 0;
	margin: auto;
	top: -10px;
}
.hadleigh-author-img img {
	margin: 0;
}
.hadleigh-author-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	line-height: 1;
}
.hadleigh-author-content h5, 
.hadleigh-author-content h5 a {
	font-family: 'The Styled Edit';
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 37px;
	margin: 0 0 5px 5px;
	display: inline-block;
	line-height: 1;
}
.hadleigh-author-content h5 {
	position: relative;
}
.hadleigh-author-content h5:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 10px);
	left: -5px;
	bottom: 10px;
	height: 13px;
	z-index: -1;
}
.hadleigh-author-content p {
	margin-bottom: 0px;
	line-height: 1.7;
}
.hadleigh-author-social-media i {
	color: #222222;
	font-size: 11.5px;
	margin: 18px 13px 6px 0;
}

/* -- Related Posts -- */
.hadleigh-related-posts {
	margin: 60px 0 0 0;
}
.hadleigh-related-posts h3 {
	font-size: 17px;
	position: relative;
	display: inline-block;
	margin: 0 0 23px 5px;
}
.hadleigh-related-posts h3:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 10px);
	left: -5px;
	bottom: -3px;
	height: 13px;
	z-index: -1;
}
.hadleigh-item-related-box {
	display: flex;
}
.hadleigh-item-related {
	width: 33.3%;
	margin-right: 25px;
}
.hadleigh-full-width .hadleigh-item-related {
	width: 25%;
}
.hadleigh-item-related:last-of-type {
	margin-right: 0px;
}
.hadleigh-related-post-img {
	height: 265px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.hadleigh-item-related-caption {
	text-align: center;
	padding: 18px 15px;
	background: #F7F7F7;
}
.hadleigh-item-related-caption h4,
.hadleigh-item-related-caption h4 a {
	color: #000000;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 300;
	letter-spacing: 1.5px
}
.hadleigh-related-post-date {
	font-family:'Oswald', sans-serif;
	font-size: 10.5px;
	line-height: 1;
	color: #BD945A;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.hadleigh-full-width .hadleigh-related-post-img {
	height: 300px;
}
/* Edge Case */
.hadleigh_post_has_no_author .hadleigh-related-posts {
	margin: 53px 0 0 0;
}

/* -- List of Comments -- */ 
#comments {
	overflow: auto;
	margin: 75px 0 0 0;
}
.hadleigh-page-wrapper ul.hadleigh-comments {
	margin: 0 0 80px 0;
	list-style: none;
	padding: 0;
}
.hadleigh-page-wrapper ul.hadleigh-comments > li,
.hadleigh-page-wrapper ul.hadleigh-comments ul.children > li {
	margin: 0;
}
.hadleigh-page-wrapper ul.hadleigh-comments ul.children {
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
}
.hadleigh-page-wrapper ul.hadleigh-comments ul.children .hadleigh_thecomment {
	overflow: auto;
	line-height: 1;
	padding: 25px 0;
}
.hadleigh-page-wrapper ul.hadleigh-comments ul.children .hadleigh-comment-footer {
	display: none;
}
.hadleigh-page-wrapper ul.hadleigh-comments ul.children p:last-of-type {
	margin-bottom: 0px;
}
.hadleigh-comment-count a {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}
.hadleigh-comments > li:first-of-type  {
	border-top: 1px solid #E5E5E5;
}
.hadleigh_thecomment {
	padding: 25px 0 30px;
	border-bottom: 1px solid #E5E5E5;
}
.hadleigh-comment-author-avatar {
	width: 80px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.hadleigh-comment-author-avatar img {
	border-radius: 100%
}
.hadleigh-comment-text {
	margin-left: 100px;
}
.hadleigh-comment-author, 
.hadleigh-comment-author a {
	color: #000000;
	font-size: 15px;
	margin-bottom: 9px;
}
.hadleigh-comment-author, 
.hadleigh-comment-date {
	display: inline-block;
}
.hadleigh-comment-parent {
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: 0px;
	letter-spacing: 1px;
}
.hadleigh-comment-parent .fa-reply {
	color: #BBBBBB;
	font-size: 13px;
	margin-right: 8px;
	margin-left: 4.5px;
}
.hadleigh-comment-date {
	font-family: 'Oswald', sans-serif;
	float: right;
	font-size: 11px;
	color: #888888;
	letter-spacing: 1.5px;
	text-transform: lowercase;
}
.hadleigh-comment-text p {
	margin-bottom: 12.5px;
	font-size: 96.5%;
	line-height: 1.7;
}
.hadleigh-comment-approval em {
	color: #555555;
	margin-left: 5px;
	vertical-align: 1px;
	letter-spacing: .5px;
}
.hadleigh-comment-footer {
	line-height: 1;
}
.hadleigh-reply,
.hadleigh-edit  {
	display: inline-block;
	text-transform: uppercase;
	z-index: 2;
}
.hadleigh-reply {
	margin-left: 4px;
}
.hadleigh-reply a,
.hadleigh-edit a {
	color: #222222;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
	text-transform: lowercase;
}
.hadleigh-reply a:after,
.hadleigh-edit a:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 8px);
	left: -4px;
	bottom: 0px;
	height: 7px;
	z-index: -1;
}
.hadleigh-edit a {
	position: relative;
	margin-left: 20px;
}
.hadleigh-edit a:before {
	position: absolute;
	content: '';
	height: 12px;
	top: 6px;
	left: -12.5px;
	border-left: 1px solid #222222;
}
.depth-5 .hadleigh-edit a {
	margin-left: 0px;
}
.depth-5 .hadleigh-edit a:before {
	display: none;
}
#comments_pagination .page-numbers {
	display: inline-block;
	margin: 0 0 80px;
	font-size: 14px;
}

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

/* -- Comment Form -- */ 
#comments #respond {
	background: #F6F1F0;
	padding: 40px 30px;
	overflow: auto;
	margin: 5px 0 0 0;
}
#comments #reply-title {
	font-size: 17px;
	margin-bottom: 17px;
}
.hadleigh-comment-form-comment {
	margin: 0;
	line-height: 1;
}
#commentform textarea,
#commentform input {
	box-sizing: border-box;
	border: 0px;
}
#commentform textarea {
	width: 100%;
}
#commentform input {
	width: 32.3%;
	margin: 10px 10px 0 0;
	float: left;
}
.hadleigh-full-width #commentform input {
	width: 32.69%;
}
#commentform input[type="checkbox"] {
	width: auto !important;
	padding: 5px;
	margin: 5px 8px 0 0;
	-webkit-appearance: checkbox;
}
#commentform input[id="url"] {
	margin-right: 0px;
}
#commentform input[type="submit"] {
	width: auto;
	margin: 18px 0 0 0;
	padding: 8px 17px 12px;
}
.hadleigh-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;
}
#commentform .comment-form-cookies-consent input,
.hadleigh-full-width #commentform .comment-form-cookies-consent input {
	width: auto !important;
	padding: 5px;
	margin: 5px 8px 0 0;
	-webkit-appearance: checkbox;
}

/* -- Post Pagination -- */ 
.hadleigh-post-pagination {
	margin: 80px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #E5E5E5;
	overflow: auto;
	display: flex;
}
.hadleigh-pagination-post {
	width: 50%;
	display: inline-block;
	float: left;
}
.hadleigh-next-post {
	text-align: right;
	border-left: 1px solid #E5E5E5;
}
.hadleigh-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;
}
.hadleigh-next-post .hadleigh-pagination-post-image {
	float: right;
	margin: 0 0 0 20px;
}
.hadleigh-pagination-post-content {
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}
.hadleigh-next-post .hadleigh-pagination-post-content {
	padding: 0 0 0 20px;
} 
.hadleigh-next-post-link {
	font-size: 12px;
	text-transform: lowercase;
	font-family: 'Oswald', sans-serif;
	color: #BD945A;
	letter-spacing: 1px;
}
.hadleigh-pagination-post-content h6 {
	color: #000000;
	font-size: 14px;
	margin: 0;
	letter-spacing: 1.5px;
}

/* ------------------------------- 3.7 Single Page ------------------------------- */
.hadleigh-single-page {
	margin: 0 0 85px 0;
}
.hadleigh-single-page .hadleigh-page-featured-image,
.page-template-page-elementor .hadleigh-page-featured-image {
	display: none;
}
.hadleigh-single-page .hadleigh-post-footer {
	margin: 40px 0 0 0;
	padding: 40px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.hadleigh-full-width .hadleigh-single-page.hadleigh-blog-show-full-content .hadleigh-post-footer {
	margin: 40px 0 0 0;
}
.hadleigh-single-page .hadleigh-post-footer.hadleigh-post-footer-no-comments.hadleigh-post-footer-no-sm {
	border-bottom: 1px solid #e5e5e5;
    height: 1px;
    border-top: 0px;
    padding: 0;
    margin: 50px 0 0 0;
}
.hadleigh-single-page #comments {
	margin: 70px 0 0 0;
}

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



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

/* ------------------------------- 4.1 WordPress Widgets ------------------------------- */
.widget {
	margin: 0 0 50px 0;
	clear: both;
}
#hadleigh-sidebar .widget:last-of-type {
	margin-bottom: 0;
}
.widget-title,
.widget h4 {
	font-size: 15.5px;
	text-align: center;
}
.widget select, 
.widget input {
	width: 100%;
	font-size: 100%;
	color: #000000;
	margin-right: 0px;
	font-family: 'Montserrat', 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 -- */
#hadleigh-searchform {
	border: 1px solid #e5e5e5;
	position: relative;
}
#hadleigh-searchform:after {
	position: absolute;
	content: '';
	width: 1px;
	border-left: 1px solid #e5e5e5;
	height: 38px;
	top: 7.5px;
	right: 55px;
}
#hadleigh-searchform label {
	display: none;
}
#hadleigh-searchform input[type="text"] {
	font-size: 13px;
	padding: 18px 15px 17px;
	border: 0px;
	width: 225px;
	float: left;
	margin: 0;
}
#hadleigh-searchform input[type="text"]:focus {
	outline: none;
}
#hadleigh-searchform button[type="submit"] { 
	border: 0px;
	background: #FFFFFF;
	height: 53px;
	width: 47px;
	margin-left: -5px;
}	
.elementor-widget-wp-widget-search #hadleigh-searchform button[type="submit"] {
	height: 52px;
}
#hadleigh-searchform .fa-search {
	color: #000000;
	transform: rotate(90deg);
	font-size: 15px;
}
#hadleigh-sidebar .widget_search .widget-title {
	color: #000000;
}

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

/* ------------- 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: #F6F1F0;
	padding: 30px 22px 28px;
	text-align: center;
}
.hadleigh-page-wrapper .widget_pages ul,
.hadleigh-page-wrapper .widget_meta ul,
.hadleigh-page-wrapper .widget_recent_entries ul,
.hadleigh-page-wrapper .widget_nav_menu ul,
.hadleigh-page-wrapper .widget_categories ul,
.hadleigh-page-wrapper .widget_archive ul, 
.hadleigh-page-wrapper .widget_recent_comments ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-recent-posts ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-archives ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-categories ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-pages ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-meta ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-recent-comments ul,
.hadleigh-page-wrapper .elementor-widget-wp-widget-nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hadleigh-page-wrapper .widget_pages li,
.hadleigh-page-wrapper .widget_meta li,
.hadleigh-page-wrapper .widget_recent_entries li,
.hadleigh-page-wrapper .widget_nav_menu li,
.hadleigh-page-wrapper .widget_categories li,
.hadleigh-page-wrapper .widget_archive li, 
.hadleigh-page-wrapper .widget_recent_comments li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-recent-posts li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-archives li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-categories li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-pages li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-meta li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-recent-comments li,
.hadleigh-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 #FFFFFF;
	display: block;
}
.hadleigh-page-wrapper .widget_categories .children li,
.hadleigh-page-wrapper .widget_pages .children li,
.hadleigh-page-wrapper .widget_nav_menu .sub-menu li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-categories .children li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-pages .children li,
.hadleigh-page-wrapper .elementor-widget-wp-widget-nav_menu .sub-menu li {
	border-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	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;
}
.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: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
	border: 0px;
	box-sizing: border-box !important;
}
.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: 13px;
}
.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,
#hadleigh-sidebar .wp-block-tag-cloud a {
	display: inline-block;
	background: #F6F1F0;
	color: #000000;
	font-size: 92% !important;
	text-transform: lowercase;
	padding: 4px 10px 6px;
	margin: 0 8px 8px 0;
}
.tagcloud a:hover,
#hadleigh-sidebar .wp-block-tag-cloud a:hover {
	color: #000000;
}

/* -- 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 -- */
.hadleigh-page-wrapper .widget_rss ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hadleigh-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: 'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
}
.widget .rss-date {
	color: grey;
	font-style: italic;
	padding: 6px 0;
	font-size: 12px;
}
.rssSummary {
	text-transform: none;
}
.widget_rss cite {
	font-style: normal;
	display: block;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

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

/* -- Sticky Post -- */
.hadleigh-blog-item.sticky .hadleigh-post-content {
	position: relative;
	padding: 20px 0 0 0;
}
.hadleigh-blog-item.sticky .hadleigh-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: #F6F1F0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 63px;
}
.hadleigh-blog-item.sticky .hadleigh-post-media {
	border-top: 20px solid #F6F1F0;
}
.hadleigh-blog-item.sticky .hadleigh-post-date {
	top: 60px;
}
.hadleigh-blog-item.sticky.hadleigh-no-post-thumbnail .hadleigh-post-header {
	border-top: 20px solid #F6F1F0;
	padding-top: 25px;
}

/* -- Archive Pages -- */
.hadleigh-archive-box {
	text-align: center;
	margin: 0 30px 65px;
	padding: 25px;
	border: 1px solid #e5e5e5;
}
.hadleigh-archive-box span {
	display: block;
	color: #000000;
	letter-spacing: 2px;
	font-size: 15.5px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	line-height: 1.6;
}
.hadleigh-archive-box h1 {
	margin: 5px 0 0 0;
	line-height: 1;
	font-size: 48px;
	font-family: 'The Styled Edit';
	text-transform: lowercase;
	color: #BD945A;
}

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

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

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

/* ------- Lists + Dividers ------- */
.hadleigh-page-wrapper hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	margin-bottom: 20px;
}
.hadleigh-page-wrapper ul, 
.hadleigh-page-wrapper ol {
	padding-left: 45px;
	margin-bottom: 25px;
}
.hadleigh-page-wrapper ul {
	list-style: square;
}
.hadleigh-page-wrapper li > ul,
.hadleigh-page-wrapper li > ol {
	margin: 12px 0 0 0;
}
.hadleigh-page-wrapper ul > li,
.hadleigh-page-wrapper ol > li {
	margin: 0 0 16px 0;
	padding: 0;
}
.hadleigh-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 {
	font-family: 'Oswald', sans-serif;
	position: relative;
	display: inline-block;
	clear: both;
	text-transform: lowercase;
	color: #222222;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: 400;
	z-index: 1;
	padding: 0 10px;
	margin: 5px 0 0 0;
}
a.more-link:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	height: 9px;
	width: 100%;
	left: 0;
	bottom: -4px;
	z-index: -1;
}

/* ------- WP Page Links ------- */
.hadleigh-wp-links a {
	background: #F6F1F0;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #000000;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 400;
}
.hadleigh-wp-links a:hover {
	color: #000000;
}
.hadleigh-wp-links .page-links-title {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 6px;
}
	
/* ------------------------------- END WordPress Core ------------------------------- */

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

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

#hadleigh-sidebar .zoom-instagram-widget,
.hadleigh-custom-sidebar .elementor-widget-wp-widget-wpzoom_instagram_widget,
.elementor-widget-sidebar .zoom-instagram-widget {
	text-align: center;
	margin: 0 0 40px 0;
}
#hadleigh-sidebar .zoom-instagram-widget .widget-title,
.hadleigh-custom-sidebar .elementor-widget.elementor-widget-wp-widget-wpzoom_instagram_widget h5,
.elementor-widget-sidebar .zoom-instagram-widget .widget-title {
	position: relative;
	display: inline-block;
	margin-bottom: 17px;
	color: #000000;
}
#hadleigh-sidebar .zoom-instagram-widget .widget-title:after,
.hadleigh-custom-sidebar .elementor-widget-wp-widget-wpzoom_instagram_widget h5:after,
.elementor-widget-sidebar .zoom-instagram-widget .widget-title:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 20px);
	left: -10px;
	bottom: 0px;
	height: 8.5px;
	z-index: -1;
}
.hadleigh-page-wrapper ul.zoom-instagram-widget__items {
	padding: 0;
	margin: 0;
	list-style: none;
}
.hadleigh-page-wrapper ul > li.zoom-instagram-widget__item {
	margin-bottom: 10px;
	list-style: none;
} 
#hadleigh-sidebar .zoom-instagram-widget__follow-me,
.elementor-widget-sidebar .zoom-instagram-widget__follow-me {
	margin-top: 0px;
	line-height: 1;
}
#hadleigh-sidebar .zoom-instagram-widget__follow-me a,
.elementor-widget-sidebar .zoom-instagram-widget__follow-me a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300 !important;
	color: #000000 !important;
	text-align: center;
	background: #FFFFFF;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0px;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}
#hadleigh-sidebar .zoom-instagram-widget__follow-me a:hover,
.elementor-widget-sidebar .zoom-instagram-widget__follow-me a:hover {
	color: #BBBBBB !important;
}

/* ------------------------------- 5.2 Elementor Page Templates ------------------------------- */
.elementor-editor-active .hadleigh-loader,
.elementor-editor-preview .hadleigh-loader {
	display: none;
}
.elementor-page .hadleigh-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: 1100px !important;
}
.page-template-page-elementor #hadleigh-content, 
.page-template-page-elementor .hadleigh-page-has-feature #hadleigh-content {
	padding: 0 !important;
}
.elementor-page .hadleigh-no-bottom,
.elementor-page .hadleigh-no-bottom-p,
.elementor-page .hadleigh-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;
}
.hadleigh-page-wrapper .elementor-image-gallery dl.gallery-item {
	padding: 0 25px 0 0;
}
.hadleigh-page-wrapper .elementor-image-gallery dl.gallery-item dt {
	margin-top: 0px;
}
.page-template-page-elementor-php .hadleigh-page-content {
	margin: 0 30px;
}
.hadleigh-elementor-section .elementor-divider {
	padding: 0px !important;
}
.hadleigh-accent-word .elementor-heading-title,
.hadleigh-accent-word.elementor-widget-text-editor p {
	font-family: 'The Styled Edit';
	font-size: 53px;
	line-height: 1;
	text-transform: lowercase;
	letter-spacing: 2px;
}
.page-template-page-elementor #hadleigh-searchform input[type="text"],
.page-template-page-elementor .hadleigh-video-play  {
	box-sizing: content-box !important;
}

/* ---- Theme Updates for Elementor 3.0 (DOM Output changes) ---- */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px !important;
}
.hadleigh-about-section > .elementor-column-gap-default,
.hadleigh-final-cta-section .elementor-inner-section > .elementor-column-gap-default,
.hadleigh-travel-section .elementor-inner-section > .elementor-column-gap-default,
.hadleigh-services-feat-section .elementor-inner-section > .elementor-column-gap-default,
.hadleigh-hero-about-section > .elementor-column-gap-default {
	min-height: 1px;
	align-items: center;
}
.hadleigh-about-section-column-one {
	margin-top: -13px !important;
}
.elementor-column-gap-default > .elementor-column.hadleigh-services-text-column > .elementor-element-populated.elementor-widget-wrap {
	padding: 73px 85px !important;
}
.hadleigh-inner-spacer-section.hadleigh-services .elementor-inner-column {
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-services-feat-text-column > .elementor-widget-wrap {
	margin-top: 0px !important;
}
.elementor-column-gap-default > .elementor-column.hadleigh-services-feat-text-column > .elementor-element-populated.elementor-widget-wrap {
	padding: 0 75px !important;
}
.hadleigh-services-feat-text-column > .elementor-widget-wrap {
	position: relative;
}
.hadleigh-services-feat-text-column > .elementor-widget-wrap:before {
	position: absolute;
	content: '';
	left: -20%;
	top: 0;
	background-color: inherit;
	width: 20%;
	height: 12%;
}
.hadleigh-services-page .hadleigh-final-cta-text-column .elementor-widget-wrap {
	border: 0px !important;
}
.hadleigh-final-cta-section.hadleigh-services-page .elementor-inner-section:before {
	position: absolute;
	content: '';
	width: 53%;
	top: 0;
	left: 0;
	height: 15px;
	background: #FFFFFF;
}
.hadleigh-services-page .elementor-column-gap-default > .elementor-column.hadleigh-final-cta-text-column > .elementor-element-populated.elementor-widget-wrap {
	padding: 0 75px !important;
	margin-top: 15px;
}
.hadleigh-services-page .hadleigh-final-cta-column-three {
	margin-top: -3px !important;
}
.hadleigh-about-lg-img-column.hadleigh-contact-page {
	display: table !important;
}
.elementor-column-gap-default > .elementor-column.hadleigh-about-lg-img-column.hadleigh-contact-page > .elementor-element-populated.elementor-widget-wrap {
	padding: 50px 60px 30px !important;
	box-sizing: content-box !important;
}
.hadleigh-hero-about-section {
	margin: 0 0 75px !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;
}

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

/* -- Triple Images -- */
.hadleigh-title-divider .elementor-divider-separator {
	transform: rotate(90deg);
}
.hadleigh-triple-image-column {
	margin-right: 30px !important;
}
.hadleigh-triple-image-column:last-of-type {
	margin-right: 0px !important;
}
.hadleigh-full-width-button .elementor-button {
	width: 100% !important;
	box-sizing: border-box !important;
}

/* -- About Section -- */
.hadleigh-about-me-text-column {
	display: table !important;
	height: 100%;
}
.hadleigh-about-me-text-column .elementor-column-wrap {
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-opaque-spacer .elementor-divider-separator {
	opacity: .7;
}
.hadleigh-about-me-spacer .elementor-divider-separator {
	transform: rotate(-45deg);
}

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

/* -- Testimonials -- */
.hadleigh-testimonials-inner-section .slick-dotted.slick-slider {
	margin-bottom: 10px;
}

/* -- Latest Projects -- */
.hadleigh-project-column {
	margin-right: 100px !important;
}
.hadleigh-project-column:last-of-type {
	margin-right: 0 !important;
}

/* ---- Elementor Page Three / Travel Section ---- */
.hadleigh-travel-spacer .elementor-divider-separator {
	transform: rotate(45deg);
}
.hadleigh-travel-text-column {
	display: table !important;
	height: 100%;
	width: 410px !important;
}
.hadleigh-travel-text-column .elementor-column-wrap {
	display: table-cell;
	vertical-align: middle;
}
.hadleigh-inner-spacer-section {
	position: absolute !important;
	left: 0;
	width: 30px !important;
	height: 100%;
}
.hadleigh-inner-spacer-section > .elementor-container {
	display: table !important;
	height: 100%;
}
.hadleigh-inner-spacer-section .elementor-row {
	display: table-cell;
	vertical-align: middle;
}

/* ---- Elementor Page Three ---- */
.hadleigh-elementor-product-items {
	width: 940px;
	margin: 0 auto;
}
.hadleigh-elementor-product-item .hadleigh-product-image {
	width: 120px;
	padding: 30px 20px;
	background: #FFFFFF;
	box-sizing: border-box !important;
}
.hadleigh-elementor-product-items .slick-prev {
	left:  0;
}
.hadleigh-elementor-product-items .slick-next {
	right:  0;
}

/* ---- Elementor Page Four ---- */

/* -- Services Hero Section -- */
.hadleigh-services-section {
	height: 665px;
}
.hadleigh-inner-spacer-section.hadleigh-services {
	right: 0;
	left: auto;
	height: 89.5%;
}
.hadleigh-services-text-column {
	position: absolute !important;
	width: 550px !important;
	right: 0;
	bottom: 78px;
}
.hadleigh-services-text-column .elementor-widget-wrap {
	padding: 75px 85px;
}

/* -- Final CTA -- */
.hadleigh-final-cta-text-column .elementor-column-wrap {
	display: table;
	height: 100%;
}
.hadleigh-final-cta-text-column .elementor-widget-wrap {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 75px;
	height: 100%;
}
.hadleigh-about-me-spacer.hadleigh-final-cta-spacer .elementor-divider-separator {
	transform: rotate(45deg);
}
.hadleigh-final-cta-column-four {
	width: 5% !important;
}
.hadleigh-elementor-four .hadleigh-final-cta-text-column .elementor-widget-wrap {
	padding: 0;
}
.hadleigh-elementor-four .hadleigh-final-cta-column-four {
	width: 8% !important;
}

/* ---- Elementor Page Five ---- */
.hadleigh-custom-blog-column {
	width: calc(100% - 365px) !important;
}
.hadleigh-custom-sidebar {
	width: 365px !important;
}
.hadleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
.hadleigh-custom-sidebar .elementor-widget {
	margin: 0 0 45px 60px !important;
	width: 300px;
	box-sizing: border-box !important;
}
.hadleigh-custom-sidebar .elementor-widget h5 {
	font-size: 15.5px;
	text-align: center;
}
.hadleigh-elementor-gallery-slider .hadleigh-gallery-item .hadleigh-post-header {
	background: #FFFFFF;
}
.hadleigh-elementor-gallery-slider.hadleigh-full-width .hadleigh-gallery-item:nth-of-type(3n-2) {
	clear: none;
}
.hadleigh-elementor-gallery-slider.slick-dotted.slick-slider {
	margin: 0;
	overflow: visible;
	width: calc(100% + 35px);
}
.hadleigh-full-width.hadleigh-elementor-gallery-slider .hadleigh-gallery-item,
.hadleigh-elementor-gallery-slider.hadleigh-full-width .hadleigh-gallery-item:nth-of-type(2n),
.hadleigh-full-width.hadleigh-elementor-gallery-slider .hadleigh-gallery-item:nth-of-type(2n),
.hadleigh-full-width.hadleigh-elementor-gallery-slider .hadleigh-gallery-item:nth-of-type(3n) {
	width: auto;
	margin: 0 40px 0 0 !important;
}
.hadleigh-page-wrapper .hadleigh-elementor-gallery-slider ul.slick-dots {
	bottom: -50px;
	width: 100%;
}

/* ---- Elementor About ---- */
.hadleigh-about-text-column {
	margin-right: 60px !important;
}
.hadleigh-about-text-column:last-of-type {
	margin-right: 0px !important;
}
.hadleigh-travel-text-column.hadleigh-about-page {
	width: 500px !important;
}
.hadleigh-about-info-label,
.hadleigh-about-info-text {
	display: inline-block;
	width: auto !important;
}

/* ---- Elementor Services ---- */
.hadleigh-services-feat-column-one {
	width: 46% !important;
	height: 815px;
	z-index: 1;
}
.hadleigh-services-feat-column-two {
	width: 47.4% !important;
	margin-left: -42% !important;
	height: 603px;
	border: 15px solid #FFFFFF;
	margin-top: 85px;
	z-index: 2;
}
.hadleigh-services-feat-text-column  {
	height: 690px;	
	display: table !important;
	max-width: 46.52%;
}
.hadleigh-services-feat-text-column .elementor-column-wrap {
	display: table;
	height: 100%;
	position: relative;
}
.hadleigh-services-feat-text-column .elementor-column-wrap:before {
	position: absolute;
	content: '';
	left: -20%;
	top: 0;
	background-color: inherit;
	width: 20%;
	height: 10%;
}
.hadleigh-services-feat-text-column .elementor-widget-wrap {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 75px;
}
.hadleigh-services-page .hadleigh-triple-image-column {
	display: block !important;
}

/* ---- Elementor Contact ---- */
.hadleigh-about-lg-img-column.hadleigh-contact {
	width: 550px !important;
}
.hadleigh-about-lg-img-column.hadleigh-contact:after {
	position: absolute;
	content: '';
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #FFFFFF;
}
.hadleigh-about-lg-img-column.hadleigh-contact-page {
	width: calc(100% - 550px - 18.4%) !important;
	margin: 65px 0 0 15px !important;
}
.hadleigh-contact-column-one:after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}
.hadleigh-hero-about-spacer .elementor-divider-separator {
	transform: rotate(-45deg);
}
.hadleigh-contact-page input,
.hadleigh-contact-page textarea {
	width: 100%;
	margin: 0;
	background: transparent;
	box-sizing: border-box !important;
}
.hadleigh-contact-page input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
.hadleigh-contact-page input[type="submit"] {
	width: auto;
	background: #222222;
	color: #FFFFFF;
	border: 0px;
}
.hadleigh-contact-page input[type="submit"]:hover {
	background: #BD945A;
}
.hadleigh-contact-page .hadleigh-custom-submit-button {
	display: block;
	text-align: center;
}
.wpcf7 .ajax-loader,
.wpcf7-spinner {
	margin: 0;
	width: 0;
}
.wpcf7 .submitting .ajax-loader,
form.submitting .wpcf7-spinner {
	margin: 0 24px;
	width: 24px;
}

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

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

 /* ------- About Me Widget ------- */
.hadleigh_about_widget,
.elementor-widget-wp-widget-hadleigh_about_widget .hadleigh-about-widget-caption {
	text-align: center;
} 
.hadleigh-about-img {
	line-height: 1;
}
.hadleigh-about-widget-caption {
	background: #D0BBAB;
	padding: 25px 15px 30px;
	margin: 8px 0 0 0;
}
.widget .hadleigh-about-widget h4 {
	margin: 0;
	color: #000000;
}
.elementor-widget-wp-widget-hadleigh_about_widget h4 {
	margin: 0;
	font-size: 15.5px;
	letter-spacing: 1px;
	color: #000000;
}
.hadleigh-sidebar-accent-title {
	font-family: 'The Styled Edit';
	color: #FFFFFF;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 2px;
	display: block;
	text-transform: lowercase;
	margin-top: 5px;
}
.hadleigh-about-widget-caption .hadleigh-sidebar-accent-title {
	color: #FFFFFF;
}
.hadleigh-about-widget p {
	margin: 8px 0 0 0;
	color: #000000;
}
.hadleigh-about-social-icons {
	line-height: 1;
	padding: 14px 0 0 0;
}
.hadleigh-about-social-icons a {
	color: #000000;
	font-size: 11.5px;
	padding-right: 14px;
}
.hadleigh-about-social-icons a:last-of-type {
	padding: 0;
}

/* ------- Map Widget ------- */
.hadleigh_map_widget,
.elementor-widget-wp-widget-hadleigh_map_widget {
	padding: 0;
	text-align: center;
	background: #BD945A;
}
.hadleigh-map-widget {
	padding-bottom: 27.5px;
	overflow: hidden;
}
.hadleigh-map-widget h4 {
	margin: 0;
	font-size: 15px;
	color: #000000;
}
.hadleigh-map-widget h6, 
.hadleigh-map-widget .fa-map-marker-alt {
	display: inline-block;
}
.hadleigh-map-widget .fa-map-marker-alt {
	font-size: 24px;
	color: #000000;
	margin: 0 0 7px;
}
.hadleigh-map-widget h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 0px;
	text-transform: none;
	line-height: 1.7;
}
.hadleigh-map-widget img {
	width: 400px;
	max-width: 400px !important;
	margin: -15px 0 0 -50px;
}
.hadleigh-map-widget .hadleigh-sidebar-accent-title {
	color: #FFFFFF;
}

/* ------- Latest Product Widget ------- */
.hadleigh-latest-products-widget {
	border: 1px solid #E5E5E5;
	padding: 35px 50px;
	text-align: center;
	box-sizing: border-box;
	height: 660px;
	overflow: scroll;
}
.widget .hadleigh-latest-products-widget h4,
.hadleigh-custom-sidebar .elementor-widget.elementor-widget-wp-widget-hadleigh_latest_products_widget h5 {
	margin: 0;
	color: #000000;
}
.hadleigh-latest-products-widget .hadleigh-sidebar-accent-title {
	color: #BD945A;
}
.hadleigh-latest-product-item {
	text-align: center;
	margin: 0 0 35px 0;
}
.hadleigh-latest-product-item:first-of-type {
	margin-top: 30px;
}
.hadleigh-product-image {
	width: 130px;
	margin: 0 auto;
	line-height: 1;
}
.hadleigh-latest-product-title {
	color: #000000;
	padding: 8px 0 0 0;
	margin: 0;
}

/* ------- Custom List Widget ------- */
.widget .hadleigh-custom-list-widget h4,
.elementor-widget-wp-widget-hadleigh_custom_list_widget h5 {
	margin: 0;
}
.hadleigh-custom-list-widget .hadleigh-sidebar-accent-title {
	color: #BD945A;
}
.hadleigh-custom-list-widget {
	background: #F6F1F0;
	padding: 30px 22px 28px;
	text-align: center;
}
.hadleigh-custom-list-item:first-of-type {
	margin-top: 20px;
}
.hadleigh-custom-list-item p {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #FFFFFF;
}
.hadleigh-custom-list-item a {
	color: #000000;
}

/* ------- Custom Image List Widget ------- */
.hadleigh-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;
}
.hadleigh_custom_image_list_widget a:last-of-type .hadleigh-custom-list-item,
.elementor-widget-wp-widget-hadleigh_custom_image_list_widget a:last-of-type .hadleigh-custom-list-item {
	margin: 0;
}
.hadleigh-custom-image-item-overlay {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hadleigh-custom-image-list-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: inline-block;
	margin: 0 15px;
	background: #FFFFFF;
	letter-spacing: 2px;
	color: #000000;
	text-transform: lowercase;
	padding: 5px 20px 7px;
	font-size: 11px;
}

/* ------- Latest Video Widget ------- */
.hadleigh-latest-video-widget {
	text-align: center;
}
.hadleigh-latest-video-widget .widget-title,
.hadleigh-custom-sidebar .elementor-widget.elementor-widget-wp-widget-hadleigh_latest_video_widget h5 {
	position: relative;
	display: inline-block;
	margin: 0 0 24px 0;
	color: #000000;
}
.hadleigh-latest-video-widget .widget-title:after,
.elementor-widget-wp-widget-hadleigh_latest_video_widget h5:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 30px);
	left: -15px;
	bottom: 0px;
	height: 8.5px;
	z-index: -1;	
}
.hadleigh-latest-video-img {
	position: relative;
}
.hadleigh-latest-video-img a {
	display: block;
	line-height: 0;
}
.hadleigh-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;
}
.hadleigh-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;
}
.hadleigh-latest-video-description p {
	margin: 14.5px 20px 18px;
}
.hadleigh-latest-video-description a p {
	color: #000000;
}
.hadleigh-subscribe-link {
	display: block;
	background: #D0BBAB;
	line-height: 1;
	padding: 17px 12px 19px;
}
.hadleigh-subscribe-text {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 1;
}

/* ------- Recent Posts Widget ------- */
.hadleigh-recent-posts-widget,
.elementor-widget-wp-widget-hadleigh_recent_posts_widget  {
	text-align: center;
}
.hadleigh-recent-posts-widget .widget-title,
.hadleigh-custom-sidebar .elementor-widget.elementor-widget-wp-widget-hadleigh_recent_posts_widget h5 {
	position: relative;
	margin: 0 0 27px 0;
	display: inline-block;
	color: #000000;
}
.hadleigh-recent-posts-widget .widget-title:after,
.elementor-widget-wp-widget-hadleigh_recent_posts_widget h5:after {
	position: absolute;
	content: '';
	background: #F6F1F0;
	width: calc(100% + 30px);
	left: -15px;
	bottom: 0px;
	height: 8.5px;
	z-index: -1;	
}
.hadleigh-page-wrapper ul.hadleigh-side-newsfeed,
.hadleigh-post-wrapper ul.hadleigh-side-newsfeed {
	padding: 0;
	margin: 0;
	list-style: none;
}
.hadleigh-page-wrapper ul.hadleigh-side-newsfeed > li,
.hadleigh-post-wrapper ul.hadleigh-side-newsfeed > li {
	margin-bottom: 25px;
}
.hadleigh-page-wrapper ul.hadleigh-side-newsfeed > li:last-of-type,
.hadleigh-post-wrapper ul.hadleigh-side-newsfeed > li:last-of-type {
	margin-bottom: 0px;
}
.hadleigh-side-item {
	overflow: hidden;
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}
.hadleigh-side-image {
	width: 125px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	line-height: 1;
	margin-bottom: -2px;
}
.hadleigh-side-item-text {
	display: inline-block;
	text-align: left;
	margin: -2px 0 0 0;
	width: 165px;
}
.hadleigh-side-item-text.hadleigh-side-no-thumbnail {
	width: 100% !important;
	margin: 0 0 12px 0;
}
.widget h4.hadleigh-side-title, 
.elementor-widget-wp-widget-hadleigh_recent_posts_widget h4.hadleigh-side-title {
	margin: 0;
	text-align: left;
	text-transform: none;
}
.hadleigh-side-title a {
	color: #222222;
	letter-spacing: 1.5px;
	text-align: left;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12.75px;
}
.hadleigh-side-item-date {
	display: inline-block;
	color: #888888;
	font-size: 12px;
	text-transform: lowercase;
	margin-top: 5px;
	line-height: 1;
}

/* ------- MC4WP (Sidebar) ------- */
#hadleigh-sidebar .mc4wp-form,
.hadleigh-custom-sidebar .mc4wp-form,
.elementor-widget-sidebar .mc4wp-form {
	background: #D0BBAB;
	padding: 30px;
	text-align: center;
}
#hadleigh-sidebar .hadleigh-mc4wp-text h6,
.hadleigh-custom-sidebar .hadleigh-mc4wp-text h6,
.elementor-widget-sidebar .hadleigh-mc4wp-text h6 {
	color: #000000;
}
#hadleigh-sidebar .hadleigh-mc4wp-accent-word,
.hadleigh-custom-sidebar .hadleigh-mc4wp-accent-word,
.elementor-widget-sidebar .hadleigh-mc4wp-accent-word {
	font-size: 40px;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#hadleigh-sidebar .hadleigh-mc4wp-intro-text,
.hadleigh-custom-sidebar .hadleigh-mc4wp-intro-text,
.elementor-widget-sidebar .hadleigh-mc4wp-intro-text {
	width: auto;
	margin-bottom: 20px;
	padding: 0;
	color: #000000;
}
#hadleigh-sidebar .mc4wp-form-fields p,
.hadleigh-custom-sidebar .mc4wp-form-fields p,
.elementor-widget-sidebar .mc4wp-form-fields p {
	display: block;
	margin-bottom: 15px;
}
#hadleigh-sidebar .mc4wp-form-fields p:last-of-type,
.hadleigh-custom-sidebar .mc4wp-form-fields p:last-of-type,
.elementor-widget-sidebar .mc4wp-form-fields p:last-of-type {
	margin-bottom: 0;
}
#hadleigh-sidebar .mc4wp-form-fields input,
.hadleigh-custom-sidebar .mc4wp-form-fields input,
.elementor-widget-sidebar .mc4wp-form-fields input {
	width: 100%;
	margin: 0;
}
#hadleigh-sidebar .mc4wp-form-fields input[type="checkbox"],
.hadleigh-custom-sidebar .mc4wp-form-fields input[type="checkbox"],
.elementor-widget-sidebar .mc4wp-form-fields input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
#hadleigh-sidebar .mc4wp-form-fields input[type="submit"],
.hadleigh-custom-sidebar .mc4wp-form-fields input[type="submit"],
.elementor-widget-sidebar .mc4wp-form-fields input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #222222;
}
.elementor-editor-active .hadleigh-custom-sidebar .zoom-instagram-widget__item a {
	width: 144px !important;
	height: 144px !important;
}
.elementor-editor-active .hadleigh-custom-sidebar .zoom-instagram-widget__item:nth-of-type(2n) {
	margin-right: 0px;
}

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

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

/* ---- Instagram Footer ---- */	
#hadleigh-footer .instagram-footer-widget {
	position: relative;
	padding: 75px 0 55px;
	background: #F6F1F0;
	margin: 0;
}
#hadleigh-footer .widget.null-instagram-feed {
	margin: 0;
}
#hadleigh-footer  .zoom-instagram-widget__follow-me {
	position: absolute;
	right: 0;
	left: 0;
	top: 31px;
	margin: auto;
}
#hadleigh-footer  .zoom-instagram-widget__follow-me a {
	position: relative;
	border: 0px;
	padding: 0 15px 25px !important;
	color: #000000 !important;
	font-family: 'The Styled Edit', sans-serif;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: normal !important;
	border-radius: 0;
	padding: 0;
	z-index: 1;
	text-transform: lowercase;
	line-height: 1.7;
}
#hadleigh-footer .zoom-instagram-widget__follow-me a:hover {
	background: transparent;
}
#hadleigh-footer  .zoom-instagram-widget__follow-me a:after {
	position: absolute;
	content: '';
	height: 20px;
	width: 110%;
	bottom: 39px;
	left: -5%;
	background: #BD945A;
	opacity: .7;
	z-index: -1;
}
#hadleigh-footer .zoom-instagram-widget__item {
	margin-bottom: 0px !important;
}
#hadleigh-footer.hadleigh-footer-has-menu .instagram-footer-widget,
#hadleigh-footer.hadleigh-footer-has-social-media .instagram-footer-widget {
	padding-bottom: 0px;
}

/* ---- Footer Container ---- */	
.hadleigh-footer-container {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: 300;
	box-sizing: border-box;
	clear: both;
	padding: 0;
	font-size: 11.5px;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
	overflow: auto;
	position: relative;
	background: #F6F1F0;
	text-align: center;
}
.hadleigh-footer-sm-menu-container {
	padding: 40px 30px;
}


/* ---- Footer Menu ---- */
.hadleigh-footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0 30px 0 0;
}
.hadleigh-footer-menu li:last-of-type {
	margin: 0;
}
.hadleigh-footer-menu li a  {
	color: #000000;
}

/* ---- Social Media ---- */
.hadleigh-footer-has-menu .hadleigh-social-media-follow-icons {
	margin: 20px 0 0 0;
}
#hadleigh-footer .hadleigh-social-media-follow-icons a {
	color: #ac8c69;
	margin: 0 20px 0 0;
	font-size: 14px;
}
#hadleigh-footer .hadleigh-social-media-follow-icons a:last-of-type {
	margin: 0;
}

/* ---- Copyright ---- */	
.ph-copyright {
	margin: 0;
	padding: 30px;
	text-align: center;
	clear: both;
	background: #FFFFFF;
}
.ph-marketing {
	margin-left: 21px;
	position: relative;
}
.ph-marketing:before  {
	position: absolute;
	content: '';
	top: 4px;
	left: -12px;
	height: 13px;
	border-left: 1px solid #000000;
	width: 1px;
}
.ph-marketing a {
	color: #000000;
}
.hadleigh-footer-no-menu.hadleigh-footer-no-social-media.hadleigh-footer-no-instagram .ph-copyright {
	background: #F6F1F0;
}

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


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

/* -- Color Palettes -- */
.has-light-grayish-pink-color {
	color: #f6f1f0 !important;
}
.has-moderate-orange-color {
	color: #bd945a !important;
}
.has-greyish-orange-color {
	color: #d0bbab !important;
}
.has-very-light-grey-color {
	color: #dddddd !important;
}
.has-light-grayish-pink-background-color,
.is-style-outline .wp-block-button__link.has-light-grayish-pink-background-color {
	background-color: #f6f1f0 !important;
}
.has-moderate-orange-background-color,
.is-style-outline .wp-block-button__link.has-moderate-orange-background-color {
	background-color: #bd945a !important;
}
.has-greyish-orange-background-color,
.is-style-outline .wp-block-button__link.has-greyish-orange-background-color {
	background-color: #d0bbab !important;
}
.has-very-light-grey-background-color,
.is-style-outline .wp-block-button__link.has-very-light-grey-background-color {
	background-color: #dddddd !important;
}
.wp-block-cover.has-background-dim.has-light-grayish-pink-background-color,
.wp-block-cover.has-background-dim.has-moderate-orange-background-color,
.wp-block-cover.has-background-dim.has-greyish-orange-background-color,
.wp-block-cover.has-background-dim.has-very-light-grey-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-pink-background-color:hover,
.is-style-outline .wp-block-button__link.has-moderate-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-greyish-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-very-light-grey-background-color:hover {
	background-color: #DDDDDD !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 .hadleigh-container, 
.single-post .hadleigh-full-width {
	overflow: visible;
}
.hadleigh_fullwidth_narrow .hadleigh-post-entry-wrapper {
	width: 735px;
	margin: 0 auto;
}
.hadleigh_fullwidth_narrow .alignwide {
    width: 1100px;
    margin-left: -24.8%;
    clear: both;
}
.hadleigh_fullwidth_narrow .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
    width: auto;
	max-width: 1000%;
	clear: both;
}
.hadleigh_fullwidth_narrow .hadleigh-post-header {
	text-align: center;
}

/* -- Full-Width Narrow Page Template -- */
.page-template-page-narrowfullwidth .hadleigh-container, 
.page-template-page-narrowfullwidth .hadleigh-full-width {
	overflow: visible;
}
.hadleigh_fullwidth_narrow .hadleigh-page-content-wrapper {
	width: 735px;
	margin: 0 auto;
}
.page-template-page-narrowfullwidth .hadleigh-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;
}
.hadleigh-page-wrapper hr.wp-block-separator {
	border-bottom: 2px solid;
}
.wp-block-separator.is-style-wide {
	width: 100%;
}
.hadleigh-page-wrapper hr.wp-block-separator.is-style-dots {
	width: auto;
	border: 0px;
}
.hadleigh-page-wrapper .wp-block-table table {
	margin-bottom: 20px;
}
.hadleigh-page-wrapper .wp-block-table.alignleft table,
.hadleigh-page-wrapper .wp-block-table.right table {
	margin-bottom: 0;
}
.wp-block-table.aligncenter {
	margin-bottom: 0;
}
.wp-block-table.is-style-stripes,
.hadleigh-post-content table.wp-block-table.is-style-stripes,
.hadleigh-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;
}
.hadleigh-post-content table.wp-block-table.alignleft,
.hadleigh-post-content table.wp-block-table.alignright {
	margin-bottom: 10px;
}
.hadleigh_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 {
	font-family:'Oswald', sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 2px;
	border-radius: 0px;
	padding: 6px 12px 8px;
	line-height: 1;
	text-transform: lowercase;
	font-weight: normal;
}
.wp-block-file a.wp-block-file__button:hover {
	background-color: #DDDDDD;
	-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;
}

/* -- Quotes -- */
.wp-block-quote.is-style-large {
	margin: 0 0 20px 0;
	padding: 0;
}
.wp-block-quote.is-style-large p {
	font-size: 18px;
}
.wp-block-quote.is-style-large cite {
	font-size: 12px;
}
.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;
	letter-spacing: 1px;
}
.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: #444444;
	font-size: 11px;
	text-transform: uppercase;
}
.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-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 1.3;
}
.wp-block-image.alignfull figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-image .aligncenter figcaption {
	padding: 0 20px;
	text-align: center;
}
.wp-block-embed figcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.wp-block-embed.alignfull figcaption,
.wp-block-embed.alignwide figcaption {
	padding: 0 20px;
	text-align: center;
}
.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;
}
.hadleigh-post-content ul.wp-block-gallery,
.hadleigh-page-content ul.wp-block-gallery,
.hadleigh-page-wrapper ul.blocks-gallery-grid {
	padding-left: 0px;
	margin-bottom: 10px;
}
.hadleigh-post-content ul.wp-block-gallery.alignleft,
.hadleigh-page-content ul.wp-block-gallery.alignleft,
.hadleigh-post-content ul.wp-block-gallery.alignright,
.hadleigh-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-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding-top: 11px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: .5px;
}
.wp-block-gallery .blocks-gallery-item figcaption  {
	color: #FFFFFF;
}
.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: 12px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: -10px 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;
}

/* -- Button -- */
.wp-block-button.alignright,
.wp-block-button.alignleft {
	margin-bottom: 5px;
}
.wp-block-button.alignright {
	margin-left: 10px;
}
.wp-block-button.alignleft {
	margin-right: 10px;
}
a.wp-block-button__link {
	font-family: 'Oswald', sans-serif;
	text-transform: lowercase;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 9px 11px 11px;
	font-weight: 400;
}
a.wp-block-button__link:hover,
.is-style-outline .wp-block-button__link.has-light-grayish-pink-background-color:hover,
.is-style-outline .wp-block-button__link.has-moderate-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-greyish-orange-background-color:hover {
	background-color: #DDDDDD !important;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;	
}

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

/* -- Archives, Categories -- */
.wp-block-categories.alignleft,
.wp-block-categories.alignright, 
.wp-block-archives.alignleft,
.wp-block-archives.alignright {
	margin-bottom: 5px;
}
.hadleigh-post-content ul.wp-block-archives,
.hadleigh-page-content ul.wp-block-archives,
.hadleigh-post-content ul.wp-block-categories,
.hadleigh-page-content ul.wp-block-categories {
	margin-bottom: 5px;
	padding-left: 30px;
}
.hadleigh-post-content ul.wp-block-archives.aligncenter,
.hadleigh-page-content ul.wp-block-archives.aligncenter,
.hadleigh-post-content ul.wp-block-categories.aligncenter,
.hadleigh-page-content ul.wp-block-categories.aligncenter {
	padding-left: 0;
	margin-bottom: 20px;
}
.hadleigh-post-content ul.wp-block-archives.alignright,
.hadleigh-page-content ul.wp-block-archives.alignright,
.hadleigh-post-content ul.wp-block-categories.alignright,
.hadleigh-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: 1em;
    font-family: inherit;
    font-weight: 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: #BD945A;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-archives.alignfull,
.wp-block-categories.alignfull,
.wp-block-archives.alignwide,
.wp-block-categories.alignwide {
	text-align: center;
	padding-left: 0;
}
#hadleigh-content .wp-block-categories-list ul.children {
	padding-left: 35px;
}
#hadleigh-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;
	padding-left: 0;
}
.hadleigh-post-content ul.wp-block-archives.alignfull,
.hadleigh-page-content ul.wp-block-archives.alignfull,
.hadleigh-post-content ul.wp-block-archives.alignwide,
.hadleigh-page-content ul.wp-block-archives.alignwide,
.hadleigh-post-content ul.wp-block-categories.alignfull,
.hadleigh-page-content ul.wp-block-categories.alignfull,
.hadleigh-post-content ul.wp-block-categories.alignwide,
.hadleigh-page-content ul.wp-block-categories.alignwide {
	text-align: center;
	padding: 0;
}

/* -- Latest Posts -- */
.hadleigh-post-content ul.wp-block-latest-posts,
.hadleigh-page-content ul.wp-block-latest-posts {
	padding: 20px 30px;
	margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
    box-sizing: border-box;
}
.hadleigh-post-content ul.wp-block-latest-posts > li,
.hadleigh-page-content ul.wp-block-latest-posts > li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	overflow: auto;
}
.hadleigh-post-content ul.wp-block-latest-posts > li:last-of-type,
.hadleigh-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 15px;
	line-height: 1;
}
.wp-block-latest-posts li a {
	font-family: 'Oswald', sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.5;
	display: block;
	margin-bottom: 0;
}
.wp-block-latest-posts__post-date {
	font-size: 11px;
	color: #444444;
	text-transform: uppercase;
	margin: 1px 0 0 0;
}
.wp-block-latest-posts__post-author {
	font-size: .95em;
}
.wp-block-latest-posts__post-excerpt {
	margin-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.alignright {
	text-align:right;
}

/* -- The Grid of Posts -- */
.hadleigh-post-content ul.wp-block-latest-posts.is-grid,
.hadleigh-page-content ul.wp-block-latest-posts.is-grid {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.hadleigh-post-content ul.wp-block-latest-posts.is-grid > li:last-of-type,
.hadleigh-page-content ul.wp-block-latest-posts.is-grid > li:last-of-type {
	margin-bottom: 16px;
}
.hadleigh-post-content ul.wp-block-latest-posts.is-grid > li,
.hadleigh-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-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 .wp-block-latest-posts__featured-image {
	margin: -17px 0 12px 0;
}
.wp-block-latest-posts.is-grid li a {
	display: inline-block;
	padding: 0 17px;
}
.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;
}
.hadleigh-post-content ol.wp-block-latest-comments > li,
.hadleigh-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;
	letter-spacing: 2px;
	padding: 1px 2px 1px 0;
	line-height: 1;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
a.wp-block-latest-comments__comment-link {
	color: #000000;
	font-size: 13px;
	letter-spacing: .5px;
	font-weight: 300;
	font-style: italic;
}
.wp-block-latest-comments__comment-date {
	font-size: 11px;
	text-transform: lowercase;
	padding: 2px 0 0 0;
	color: #888888;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: 12.5px;
	letter-spacing: 0px;
	margin: 12px 0 0 0;
	line-height: 1.55;
}
/* ------------------------------- END Gutenberg ------------------------------- */