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

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

1.   Global CSS Elements

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

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

4.	WordPress Core
		4.1 WordPress Widgets 
		4.2 MISC HTML Elements	

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

6. 	Sidebar			

7. 	Footer	

8.  Gutenberg Frontend Styles			 		


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


/* ------------------------------- 1. Global CSS Elements ------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
html { margin-top: 0px !important;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
abbr, acronym { text-decoration: none; border-bottom: 1px dotted;}
img { max-width: 100%; height: auto; }
caption, code, dfn, strong, th { font-style:normal; font-weight:normal; 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: #444444; 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: 'Playfair Display', serif;
	font-size: 17.5px; 
	line-height: 1.7; 
	letter-spacing: 0px;
	text-align: left;
	font-weight: 400;
	color: #000000; 
	background: #F8F6F0; 
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	margin-bottom: 12px; 
	line-height: 1.4; 
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	color: #000000;
	font-family: 'Libre Baskerville', serif;
}
h1 {
	font-size: 37px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 33px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 26px;
}
p {
	margin-bottom: 20px;
}

/* ------- Default Theme Colors ------ */
a, .camille-nav-wrapper li a:hover, .camille-post-header h2 a:hover, .camille-read-more a:hover, #camille-header #camille-searchform .fa-search:hover, .ph-marketing a:hover,
.camille-footer-menu li a:hover,
.camille-post-comment-label:hover, .camille-triple-box-caption a:hover, .camille-newer a:hover, .camille-older a:hover, .camille-item-related-caption h4 a:hover, .camille-comment-author a:hover, .camille-reply a:hover, .camille-edit a:hover,
.camille-author-content h5 a:hover, .camille-author-social-media a:hover i, .camille-slide-item .camille-slider-title a:hover, #camille-searchform .fa-search:hover,
.camille-custom-image-list-title:hover, .camille-latest-product-title:hover, .camille-side-title a:hover, a.more-link:hover, 
a > .camille-post-location:hover span, .camille-custom-list-item a: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,  
.camille-pagination-post-content h6:hover, .camille-page-wrapper th a:hover,  .widget .rsswidget:hover, .camille-latest-video-description a p:hover, .camille-block-item .camille-share-buttons a:hover, 
a.more-link:hover, #camille-header .camille-social-media-follow-icons a:hover, #camille-sidebar .wp-block-search__button:hover {
	color: #DABCAB;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#camille-sidebar .zoom-instagram-widget__follow-me a:hover {
	color: #DABCAB !important;
	background: transparent;
	border-color: inherit;
}
#camille-header .slicknav_menu .slicknav_icon:hover .slicknav_icon-bar, .camille-post-tags a:hover, .tagcloud a:hover, .camille-wp-links a:hover, #camille-header .slicknav_nav a:hover,
.camille-subscribe-section .mc4wp-form input[type="submit"]:hover, input[type="submit"]:hover, .camille-contact-form input[type="submit"]:hover,
.camille-subscribe-link:hover, #camille-sidebar .mc4wp-form-fields input[type="submit"]:hover, #commentform input[type="submit"]:hover,
#camille-sidebar .wp-block-tag-cloud a:hover {
	background-color: #DABCAB;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
a:hover, .camille-cat a:hover, .camille-share-buttons a:hover, .camille-about-social-icons a:hover, .camille-map-widget a h6:hover,
#camille-footer .camille-social-media-follow-icons a:hover {
	color: #999999;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
.camille-woo-shopping-cart span:hover {
	background-color: #303B32;
	-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: 18px 0 18px 25px;
	border: 1px solid #000000;
	font-size: 12.5px;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-weight: 500;
	background: #FFFFFF; 
	outline: none;
	letter-spacing: 1px;
}
textarea {
	width: 75%;
	line-height: 1.7;
}
input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}
input[type="text"] { 
	outline: none;
}	
input[type="submit"] {
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 0px;
	background: #000000;
	color: #FFFFFF;
	width: auto;
	font-weight:500;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 12.5px;
	margin: 0;
	padding: 19px 25px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	letter-spacing: 1px;
	font-weight: 500;
}
::-moz-placeholder { 
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	letter-spacing: 1px;
	opacity: 1;
  	font-weight: 500;
}
:-ms-input-placeholder { 
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	letter-spacing: 1px;
	font-weight: 500;
}
.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 ------- */
.camille-page-wrapper {
	overflow: hidden;
	position: relative;
}
#camille-content-container {
	position: relative;
}
.camille-container,
.camille-full-width {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
#camille-content {
	padding: 0 65px 0 0;
}
#camille-content.camille-full-width {
	padding: 0;
}
.camille-default-width {
	width: 835px;
	float:left;
}
#camille-sidebar {
	width: 300px;
	float:left;
	padding:  0 0 0;
	margin: 0 0 100px 0;
	position: relative;
	overflow: hidden;
}	
.camille-page-header h1,
h1.camille-template-title {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 37px;
	position: relative;
	z-index: 2;
}

/* ------- Pagiantion ------- */
.camille-pagination {
	line-height: 0;
	clear: both;
}
.camille-newer,
.camille-older {
	display: inline-block;
}
.camille-newer a,
.camille-older a {
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 100px;
	line-height: 1;
	font-size: 12.5px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.camille-older {
	float: right;
}
.camille-older i, 
.camille-newer i {
	vertical-align: -2px;
}
.camille-older i {
	margin-left: 5px;
}
.camille-newer i {
	margin-right: 5px;
}

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


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

/* ------------------------------- 2.1 Navigation Menu ------------------------------- */	
.camille-header-wrapper {
	overflow: visible;
	position: relative;
}
#camille-header {
	text-align: center;
	position: relative;
	z-index: 99;
}
#camille-header h1,
#camille-header h2 {
	margin: 0;
}
#camille-header .camille-menu-container {
	width: 800px;
	overflow: visible;
	display: table-cell;
	vertical-align: middle;
}
.camille-nav-wrapper .camille-container  {
	overflow: visible;
}
.camille-nav-wrapper {
	display: table;
	width: 100%;
	padding: 0 25px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.camille-page-wrapper .camille-nav-wrapper ul {
	margin: 0;
	padding: 0;
}
.camille-page-wrapper .camille-nav-wrapper li {
	display: inline-block;
	position: relative;
	margin: 0 40px 0 0;
	vertical-align: middle;
	line-height: 0em;
}
.camille-page-wrapper .camille-nav-wrapper li:last-of-type {
	margin-right: 0px;
}
.camille-nav-wrapper li a {
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	z-index: 99999;
	line-height: 1em;
	display: inline-block;
}

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

/* ------- Site Logo / Title ------- */
.camille-site-title {
	line-height: 0;
	margin: 0;
	z-index: 9999;
	position: relative;
}
.camille-inline-left .camille-site-title {
	z-index: 99999;
}
.camille-site-title a,
.camille-nav-wrapper li .camille-site-title a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #000000;
	text-transform: capitalize;
	font-size: 75px;
	font-weight: normal;
	font-family: 'Silver South Script';
	letter-spacing: 4px;
}
.camille-nav-wrapper li .camille-site-title a:hover {
	color: #000000;
}
.camille-site-title a:hover {
	color: #000000;
}
.camille-custom-site-logo .camille-site-logo h1, 
.camille-custom-site-logo .camille-site-logo h2 {
	margin-bottom: 0px;
	line-height: 1;
}
.camille-site-logo {
	position: relative;
	padding: 45px 0;
}
.camille-no-custom-site-logo .camille-site-logo {
	padding: 30px 0 50px;
}
.camille-below-menu .camille-no-custom-site-logo .camille-site-logo {
	padding: 30px 0 55px;
}
.camille-site-logo img {
	width: 250px;
}
.camille-mobile-logo {
	display: none;
}

/* ------- Edge Cases ------- */
.camille-no-cart-icon.camille-no-header-search.camille-no-header-social-media .camille-search-container,
.camille-no-cart-icon.camille-no-header-search.camille-no-header-social-media .camille-social-media-cart-icons {
	display: none;
}
#camille-header.camille-no-cart-icon.camille-no-header-search.camille-no-header-social-media .camille-menu-container {
	width: 100%;
}

/* ------- Logo Below Menu ------- */
.camille-below-menu .camille-nav-wrapper > .camille-container {
	width: 100%;
	display: table;
}
.camille-below-menu .camille-nav-wrapper {
	padding: 20px 30px;
	background-color: #f0e8e0;
}
.camille-below-menu #camille-header .camille-menu-container {
	width: 840px;
}
.camille-below-menu .camille-nav-wrapper .menu .sub-menu {
	border-color: #f0e8e0;
	top: 10px;
}
.camille-below-menu.camille-no-custom-site-logo .camille-site-logo {
	padding: 75px 0 70px;
}

/* ------- Inline Center Menu ------- */
.camille-page-wrapper.camille-inline-center .camille-nav-wrapper ul.menu ul li,
.camille-page-wrapper.camille-inline-center .camille-nav-wrapper .menu ul ul li {
	margin: 0;
}
.camille-nav-wrapper li.camille-inline-center-logo .camille-site-title a {
	margin-bottom: -17px;
}
.camille-inline-center.camille-custom-site-logo .camille-nav-wrapper {
	padding-bottom: 0;
}

/* ------- Social Media ------- */
.camille-social-media-follow-icons {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 200px;
	line-height: 15px;
}
#camille-header .camille-social-media-follow-icons a {
	color: #999999;
	font-size: 14px;
	margin-left: 14px;
}
#camille-header .camille-social-media-follow-icons a:first-of-type {
	margin-left: 0px;
}

/* ------- Search Form ------- */
.camille-search-container {
	width: 200px;
	position: relative;
	display:  table-cell;
	vertical-align: middle;
}
#camille-header #camille-searchform {
	font-size: 12px;
	color: #999999;
	line-height: 1;
	border: 0px;
	font-weight: 500;
	background: transparent;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
#camille-header #camille-searchform:after {
	display: none;
}
#camille-header #camille-searchform > div {
	line-height: 1;
	text-align: left;
}
#camille-header #camille-searchform label {
	display: inline-block;
	text-align: left;
}
#camille-header #camille-searchform input[type="text"] {
	position: relative;
	background: none;
	border: 0px;
	padding: 0px;
	width: 95px;
	text-transform: none;
	float: none;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-weight: inherit;
	font-family: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
}
#camille-header #camille-searchform button[type="submit"] {
	background: none;
	height: auto;
	width: auto;
	margin: 0;
	vertical-align: 1px;
}
#camille-header #camille-searchform .fa-search {
	color: #999999;
	font-size: 12px;
	transform: rotate(80deg);
}
#camille-header #camille-searchform input[type="text"]::-webkit-input-placeholder {
	color: transparent;
}
#camille-header #camille-searchform input[type="text"]::-moz-placeholder {
	color: transparent;
}
#camille-header #camille-searchform input[type="text"]:-ms-input-placeholder {
	color: transparent;
}

/* ------- Sticky Menu (Center Inline Logo) ------- */
.camille-inline-center .is-sticky .camille-inline-center-logo {
	display: none;
}
.camille-inline-center .is-sticky .camille-nav-wrapper {
	padding: 20px 30px;
	background-color: #f0e8e0;
}
.camille-inline-center .is-sticky .camille-nav-wrapper .menu .sub-menu {
	border-color: #f0e8e0;
	background-color: #f0e8e0;
	top: 10px;
}
.camille-inline-center .is-sticky .camille-nav-wrapper .menu .sub-menu .sub-menu {
	top: -1px;
}

/* ------- Cart Icon ------- */
.camille-woo-shopping-cart {
	position: relative;
	float: right;
	line-height: 1;
	font-size: 14px;
	margin: 1px 14px 0 14px;
}
.camille-woo-shopping-cart .fa-shopping-cart {
	color: #555555;
}
.camille-woo-shopping-cart span {
	position: absolute;
	top: -8px;
	right: -13px;
	background: #dabcab;
	color: #ffffff;
	font-size: 13px;
	height: 17px;
	width: 17px;
	line-height: 13px;
	border-radius: 100%;
	text-align: center;
	display: inline-block
}

/* ------------------------------- 2.2 Mobile Menu ------------------------------- */
#camille-menu-mobile {
	display: none;
}
#camille-header #sticky-wrapper {
	height: auto !important;
	position: relative;
	z-index: 99999;
}
#camille-header .slicknav_nav { 
	clear: both; 
}
#camille-header .slicknav_menu { 
	text-align: left;
    display: none;
    padding: 0;
    background-color: transparent;
}
#camille-header .slicknav_menu:before,
#camille-header .slicknav_menu:after { 
	content: " "; 
	display: table; 
}
#camille-header .slicknav_menu:after { 
	clear: both 
}
#camille-header .slicknav_btn {
	position: relative;
    display: block;      
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}
#camille-header .slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0.188em 0 0 0; 
	font-size: 19px;
}
#camille-header .slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: #000000;
  width: 30px;
  height: 0.125em; 
}
#camille-header .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 6px;
}
#camille-header .slicknav_nav {
    margin: 0;
    padding: 0;
    background: #f0e8e0;
    top: 55px;
    left: 25px;
    position: absolute;
    z-index: 999999;
    width: 325px;
}
#camille-header .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
#camille-header .slicknav_nav ul,
#camille-header .slicknav_nav li { 
	display: block;
}
#camille-header .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 35px;
}
#camille-header .slicknav_nav ul ul {
	margin: 0 0 0 10px;
}
#camille-header .slicknav_nav > li, 
#camille-header .slicknav_nav .sub-menu > li { 
	border-top: 1px solid #FFFFFF;
	margin: 0;
}
#camille-header .slicknav_nav .slicknav_row {
	display: block;
   padding: 20px;
}
#camille-header .slicknav_nav a {
	display: block;
    padding: 20px;
    margin: 0;
    text-decoration:none;
    color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
#camille-header .slicknav_nav .sub-menu a {
	 padding: 20px 15px 20px 10px;
}
#camille-header .slicknav_nav .slicknav_item { 
	cursor: pointer; 
}
#camille-header .slicknav_nav .slicknav_item a,
#camille-header #camille-header .slicknav_nav .slicknav_parent-link a {
	display: inline;
    padding:0;
    margin:0;
}
#camille-header .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;   
}
#camille-header .slicknav_nav .slicknav_arrow { 
	font-size: 1em; 
	margin: 0 0 0 0.4em; 
	vertical-align: 1px;
	-webkit-appearance:none;
}

/* ------------------------------- 2.3 Featured Elements ------------------------------- */
#camille-featured-section {
	margin: 0 0 100px 0;
	display: flex;
	position: relative;
}

/* ------- Single Image ------- */
#camille-featured-section .camille-single-img-link {
	width: 100%;
	margin: 0;
}
.camille-the-single-image {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 675px;
	width: 100%;
	background: #e7e7e7;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 1;
}
.camille-the-single-image.camille-single-image-with-link {
	margin: 0;
}
.camille-title-overlay {
	width: 100%;
}
.camille-single-image-heading {
	margin: 0 auto;
	width: 50%;
	font-family: 'Silver South Script';
	font-size: 75px;
	letter-spacing: 3px;
	line-height: 1.25;
}

/* ------- Triple Images ------- */
.camille-blog-triple-images-section {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
}
.camille-the-triple-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	background-position: center;
	float: left;
	height: 675px;
	width: 33.33%;
}
.camille-the-triple-image:first-of-type,
.camille-the-triple-image:nth-of-type(2) {
	margin-right: 5px;
}
.camille-triple-images-link {
	display: inline-block;
	height: 100%;
	width: 100%;
}

/* ------- Posts Slider ------- */
.camille-slide-container {
	width: 100%;
}
.camille-slide-container .camille-title-overlay {
	width: 100%;
}
.camille-the-post-slide.slick-slide {
	background-color: #e7e7e7;
	height: 675px;
	width: 100%;
	margin: 0;
}
.camille-slide-item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.camille-slide-item .camille-title-wrapper-container {
	padding: 55px 50px;
	width: 520px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
}
.camille-slide-item .camille-cat {
	margin: 0 0 7px 0;
}
.camille-slide-item .camille-title-overlay {
	width: 100%;
	height: 100%;
	display: table;
}
.camille-slide-item .camille-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.camille-slide-item .camille-title-wrapper h2 {
	width: auto;
	margin-bottom: 13px;
	line-height: 1.2;
}
.camille-slide-item .camille-title-wrapper-container p {
	margin-bottom: 15px;
}
.camille-slide-item .camille-slider-title a {
	color: #000000;
	font-size: 32px;
	line-height: 1.3;
}

/* -- Controls -- */
.camille-post-slider .slick-dotted.slick-slider {
	margin: 0;
}
.camille-post-slider .slick-list,
.camille-post-slider .slick-track {
	height: 100%;
}
.camille-page-wrapper .camille-post-slider ul.slick-dots {
	bottom: 15px;
}

/* --- MailChimp on Blog Pages -- */
.camille-subscribe-section.camille-blog-page {
	margin: 0 0 100px 0;
	position: relative;
	padding: 58px 0px 72px 0px;
}
.camille-has-blog-title .camille-subscribe-section.camille-blog-page  {
	margin: 0 0 110px 0;
}
.camille-subscribe-section.camille-blog-page:before,
.camille-subscribe-section.camille-blog-page:after {
	position: absolute; 
	content: '';
	height: 1px;
	width: 400px;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 1px solid #000000;
	top: 0;
}
.camille-subscribe-section.camille-blog-page:after {
	top: auto;
	bottom: 0;
}

/* --- Blog Title -- */
#camille-content-container.camille-has-blog-title {
	padding: 30px 0 0 0;
}
#camille-content-container.camille-has-blog-title:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #E8DBCF;
	z-index: -1;
}
.camille-blog-title-wrapper > .camille-container {
	overflow: visible;
}
.camille-blog-title {
	font-family: 'Silver South Script';
	font-size: 75px;
	letter-spacing: 3px;
	line-height: 1.25;
	text-align: center;
	margin: -80px 0 40px 0;
}

/* ------- Edge Cases ------- */
.camille-page-has-no-feature.camille-page-has-no-mc4wp.camille-has-blog-title .camille-blog-title-wrapper {
	margin-top: 30px;
}
#camille-content-container.camille-page-has-no-feature.camille-page-has-no-mc4wp.camille-has-blog-title:before {
	top: 30px;
}


/* ------- With Static Pages ------- *


/* ------------------------------- 2.4 MailChimp For WordPress Form ------------------------------- */
.camille-subscribe-section {
	text-align: center;
}
.camille-subscribe-section .mc4wp-form h2 {
	font-size: 37px;
	line-height: 1.4;
	margin-bottom: 13px;
}
.camille-subscribe-section .mc4wp-form p {
	margin: 0;
	display: inline-block;
}
.camille-subscribe-section .mc4wp-form p.camille-mc4wp-para-text {
	margin: 0 0 30px 0;
	display: block;
	padding: 0 130px;
}
.camille-subscribe-section .mc4wp-form input {
	width: 400px;
	border: 0px;
	margin: 0 20px 0 0;
	box-sizing: border-box !important;
}
.camille-subscribe-section .mc4wp-form input[type="submit"] {
	width: auto;
	margin: 0;
	background-color: #303B32;
	color: #FFFFFF;
}
.camille-subscribe-section .mc4wp-alert {
	margin: 10px 0 0 0;
}
.camille-subscribe-section .mc4wp-form .mc4wp-alert p:last-of-type {
	margin: 0;
}

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

/* --- MailerLite --- */
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: transparent;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper.embedForm,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100%;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent {
	padding: 0;
	margin: 0;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContent h4,
#camille-main-container .camille-subscribe-section .ml-form-embedContent h4 {
	text-align: center !important;
	font-size: 37px !important;
	line-height: 1.4;
	margin: 0 0 13px 0;
	font-family: 'Libre Baskerville', serif !important;
	color: #000000;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin: 0 auto 30px !important;
	padding: 0 130px;
	font-size: 17.5px;
	font-weight: 400;
	line-height: 1.7;
	color: #000000;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0;
	width: auto;
	display: inline-block;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
	text-align: center !important;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px !important;
	border: 0px !important;
	border-radius: 0px !important;
	width: 400px !important;
	margin: 0 13px 0 0;
	padding: 18px 0 18px 25px !important;
	letter-spacing: 1px !important;
	font-weight: 500;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	float: none;
	margin: 0;
	width: auto;
	display: inline-block;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	border-radius: 0px !important;
	font-family: 'Montserrat', sans-serif !important;
	background-color: #303B32 !important;
	color: #FFFFFF !important;
	font-size: 12.5px !important;
	letter-spacing: 1px !important;
	font-weight: 500 !important;
	width: auto !important;
	margin: 0;
	padding: 22px 25px !important;
	line-height: 1 !important;
	display: inline-block;
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: #dabcab !important;
	color: #000000 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 ,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4,
#camille-content-container .camille-elementor-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p,
#camille-main-container .camille-subscribe-section .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
	text-align: center;
}

/* --- ConvertKit --- */
#camille-content-container .camille-elementor-subscribe-section .formkit-form,
#camille-main-container .camille-subscribe-section .formkit-form {
	background-color: transparent !important;
	max-width: 100%;
	margin: 0 auto;
	border: 0px;
	border-radius: 0px !important;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form [data-style="minimal"],
#camille-main-container .camille-subscribe-section .formkit-form [data-style="minimal"] {
	padding: 0;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-subheader,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-subheader,
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-fields,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-fields  {
	margin: 0;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-header,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-header {
	margin-bottom: 0;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form h2,
#camille-main-container .camille-subscribe-section .formkit-form h2 {
	font-size: 37px;
	line-height: 1.4;
	margin: 0 0 13px 0;
	color: #000000;
	font-weight: 400;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form p,
#camille-main-container .camille-subscribe-section .formkit-form p {
	padding: 0;
	margin: 0 auto 30px;
	padding: 0 130px;
	color: #000000;
	font-size: 17.5px;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-fields,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-fields  {
	display: block;
	text-align: center;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-field,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-field {
	display: inline-block;
	min-width: auto;
	margin: 0 20px 0 0;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-input,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-input {
	border: 0px;
	border-radius: 0px !important;
	margin: 0;
	padding: 18px 0 18px 25px;
	box-sizing: border-box !important;
	width: 400px;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-submit,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-submit {
	flex: none;
	font-family: 'Montserrat', sans-serif;
	background-color: #303B32 !important;
	color: #ffffff !important;
	border-radius: 0px !important;
	border: 0px;
	font-size: 12.5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 1;
	font-weight: 500 !important;
	padding: 20px 25px;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-submit > span,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-submit > span  {
	padding: 0;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-submit:hover,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-submit:hover {
	background-color: #dabcab !important;
	color: #000000 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#camille-main-container .camille-subscribe-section .formkit-form .formkit-submit:hover > span,
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-guarantee, 
#camille-content-container .camille-elementor-subscribe-section .formkit-form .formkit-powered-by-convertkit-container,
#camille-main-container .camille-subscribe-section .formkit-form .formkit-guarantee, 
#camille-main-container .camille-subscribe-section .formkit-form .formkit-powered-by-convertkit-container {
	display: none;
}
#camille-content-container .camille-elementor-subscribe-section .formkit-alert-success,
#camille-main-container .camille-subscribe-section .formkit-alert-success {
	box-sizing: border-box !important;
}

/* --- MailerLite + Sidebar --- */
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper {
	background-color: #e8dbcf;
	border-radius: 0px;
	padding: 38px 25px 30px;
	box-sizing: border-box !important;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
	font-size: 19px;
	color: #000000;
	padding: 0;
	font-weight: 400;
	line-height: 1.4;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	margin: 0 0 8px 0;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 17px;
	font-weight: 400;
	text-transform: none !important;
	color: #000000;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0 0 15px 0;
}
#camille-sidebar .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: 12.5px !important;
	text-align: center;
	padding: 12px !important;
	background: #ffffff !important;
	color: #000000 !important;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin: 0;
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button  {
	display: inline-block;
	border-radius: 0px !important;
	background-color: #303b32 !important;
	color: #ffffff !important;
	border: 0px !important;
	font-size: 12.5px !important;
	letter-spacing: 1px !important;
	margin: 0;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif !important;
	width: auto !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;	
}
#camille-sidebar .widget_mailerlite_widget .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	color: #000000 !important;
	background-color: #dabcab !important;
}

/* --- ConvertKit + Sidebar --- */
#camille-sidebar .widget_convertkit_form .formkit-form  {
	background-color: #e8dbcf !important;
	border: 0px;
	border-radius: 0px !important;
}
#camille-sidebar .widget_convertkit_form .formkit-form [data-style="minimal"] {
	padding: 38px 25px 30px;
	box-sizing: border-box !important;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-header,
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-subheader {
	margin: 0;
}
#camille-sidebar .widget_convertkit_form .formkit-form h2 {
	margin: 0 0 8px 0;
	font-size: 19px;
	color: #000000;
	padding: 0;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0px;
	text-transform: none;
	font-family: 'Libre Baskerville', serif;
}
#camille-sidebar .widget_convertkit_form .formkit-form p {
	font-size: 15px;
	color: #000000;
	line-height: 1.7;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-input {
	border-radius: 0px !important;
	border: 0px !important;
	background: #FFFFFF;
	font-size: 12.5px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 500 !important;
	box-sizing: border-box !important;
	text-align: center;
	padding: 12px;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-submit {
	flex: none;
	border-radius: 0px !important;
	background-color: #303B32 !important;
	color: #FFFFFF !important;
	border: 0px;
	font-size: 12.5px;
	letter-spacing: 1px;
	margin: 10px auto 0;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
	width: auto;
	padding: 15px;
	line-height: 1;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-submit > span {
	padding: 0;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover {
	background-color: #dabcab !important;
	color: #000000 !important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-submit:hover > span {
	background-color: transparent;
}
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-guarantee, 
#camille-sidebar .widget_convertkit_form .formkit-form .formkit-powered-by-convertkit-container {
	display: none;
}
/* ------------------------------- END Header Elements ------------------------------- */

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

/* ------------------------------- 3.1 Blog Layout ------------------------------- */
.camille-blog-item {
	margin-bottom: 85px;
	text-align: center;
}
.camille-blog-item.camille-blog-show-full-content .camille-post-entry-wrapper,
.camille-blog-item.camille-blog-show-full-content .camille-post-tags {
	text-align: left;
}
.camille-post-content {
	position: relative;
}			
.camille-post-img,
.camille-post-media {
	line-height: 0;
}
.camille-post-media {
	margin: 0 0 25px 0;
	position: relative;
}
.camille-post-media-wrapper {
	position: relative;
}
.camille-post-location {
	line-height: 1;
	position: absolute;
	background: #f8f6f0;
	right: 0;
	top: 45px;
	padding: 9px 15px;
}
.camille-blog-item .camille-post-media img {
	width: 100%;
}
.camille-post-header {
	clear: both;
	position: relative;
	line-height: 1;
	margin-bottom: 17px;
}
.camille-post-header h1, 
.camille-post-header h2 {
	margin: 0;
}
.camille-post-header h2,
.camille-post-header h2 a {
	color: #000000;
	font-size: 35px;
}
.camille-cat {
	line-height: 1;
	margin: 0 0 9px 0;
}
.camille-cat a,
.camille-post-location span,
.camille-post-date a {
	font-size: 12.5px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.camille-cat, 
.camille-cat a {
	color: #303B32;
}
.camille-cat a {
	display: inline-block;
	margin: 0 2px;
}
.camille-cat a:last-of-type {
	margin-right: 0;
}
.camille-post-location span {
	color: #000000;
	font-size: 12px;
	vertical-align: 2px;
}
.camille-post-location .fa-map-marker-alt {
	margin-right: 6.5px;
	color: #DABCAB;
	font-size: 15px;
}
.camille-post-date {
	margin: 6px 0 0 0;
}
.camille-post-date a {
	color: #888888;
}
.camille-post-date a:hover {
	cursor: auto;
	color: #888888;
}
/* Styles specific to the Blog Layout */
.camille-blog-item .camille-post-entry {
	overflow: hidden;
}
.camille-blog-item .camille-post-date {
	margin-bottom: 25px;
}
.camille-blog-item .camille-post-media {
	margin-bottom: 30px;
}
.camille-post-excerpt p {
	margin: 0;
}
.camille-post-footer {
	clear: both;
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
	position: relative;
}
.camille-read-more {
	display: inline-block;
}
.camille-read-more a {
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	font-size: 12.5px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
.camille-social-media-comm-footer {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 1px;
	margin: 45px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	font-weight: 500;
	padding: 15px 0;
}
.camille-post-comment-count,
.camille-share-buttons {
	display: inline-block;
	width: 50%;
}
.camille-post-comment-label {
	color: #303B32;
}
.camille-post-comment-count {
	float: left;
	text-align: left;
}
.camille-share-buttons {
	float: right;
	text-align: right;
}
.camille-share-button-label {
	color: #303B32;
	margin-right: 9px;
} 
.camille-share-buttons a {
	margin-right: 13px;
	color: #DABCAB;
	font-size: 12px;
}
.camille-share-buttons a:last-of-type {
	margin-right: 0px;
}
.camille-blog-item .camille-post-footer-no-comments .camille-share-buttons,
.camille-blog-item .camille-post-footer-no-sm .camille-post-comment-count {
	width: 100%;
	text-align: center;
}
.camille-blog-item .camille-post-footer-no-comments.camille-post-footer-no-sm .camille-social-media-comm-footer {
	border-top: 0px;
	padding: 0px;
}
.camille-blog-item.camille-blog-show-full-content .camille-post-comment-count, 
.camille-blog-item.camille-blog-show-full-content .camille-share-buttons {
	width: 100%;
}

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

/* -- Affiliate Links -- */
.camille-affiliate-title {
	font-size: 38px;
	line-height: 1;
	color: #000000;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Silver South Script';
	text-transform: lowercase;
	margin: 0;
}

/* -- AFF HTML / Shortcode -- */
.camille-blog-item.camille-aff-code .camille-social-media-comm-footer,
.camille-blog-item.camille-aff-shortcode .camille-social-media-comm-footer,
.camille-blog-item.camille-rewardstyle-shortcode .camille-social-media-comm-footer {
	margin-top: 40px;
}
#camille-content .camille-blog-item .camille-affiliate-section #sc-widget #sc-widget-content .sc-lists-container,
#camille-content .camille-single-post .camille-affiliate-section #sc-widget #sc-widget-content .sc-lists-container,
#camille-content.camille-default-width .camille-block-item .camille-affiliate-section #sc-widget #sc-widget-content .sc-lists-container,
#camille-content .elementor-widget .camille-default-width .camille-block-item .camille-affiliate-section #sc-widget #sc-widget-content .sc-lists-container {
	background: #f8f6f0;
}
#camille-content .camille-blog-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-detail.sc-full-width .sc-wrapper,
#camille-content .camille-blog-item .camille-affiliate-section #sc-widget #sc-widget-content .sc-list-collection,
#camille-content .camille-block-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-detail.sc-full-width .sc-wrapper,
#camille-content .camille-block-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-collection,
#camille-content .camille-single-post .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-detail.sc-full-width .sc-wrapper,
#camille-content .camille-single-post .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-collection {
	padding: 0;
}
#camille-content .camille-blog-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-item-cell,
#camille-content .camille-single-post .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-item-cell,
#camille-content.camille-default-width  .camille-block-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-item-cell,
#camille-content .elementor-widget .camille-default-width  .camille-block-item .camille-affiliate-section  #sc-widget #sc-widget-content .sc-list-item-cell {
	padding: 15px;
	background-color: #FFFFFF;
	box-sizing: border-box !important;
}

/* -- Custom Product Slider -- */
.camille-blog-item .camille-affiliate-section {
	margin: 50px 0 0 0;
	padding: 43px 0 0 0;
	border-top: 1px solid #e5e5e5;
	width: 835px;
}
.camille-full-width .camille-blog-item .camille-affiliate-section {
	width: 1200px;
}
.camille-blog-item.camille-product-slider .camille-social-media-comm-footer {
	margin-top: 49px;
	margin-bottom: 1px;
}
.camille-product-slider .camille-affiliate-title {
	margin-bottom: 20px;
}
.camille-custom-product-item .camille-product-image {
	width: auto;
	padding: 15px;
}
.camille-custom-product-slider .camille-product-bxslider {
	position: relative;
	margin: 0 auto;
	width: 675px;
}
.camille-full-width .camille-custom-product-slider .camille-product-bxslider {
	width: 965px;
}
.camille-custom-product-slider .slick-list {
	margin-right: -35px;
}
.camille-custom-product-item {
	margin-right: 35px;
}
.camille-custom-product-item .camille-product-image {
	width: auto;
}
.camille-custom-product-slider .slick-prev,
.camille-custom-product-slider .slick-next {
	width: 10px;
	height: 19px;
}
.camille-custom-product-slider .slick-prev {
	left: -60px;
}
.camille-custom-product-slider .slick-next {
	right: -60px;
}
.camille-custom-product-slider .slick-next:before {
	background-image: url('images/defaults/camille_right_arrow_black.png');
	background-size: 10px 19px;
	width: 10px;
    height: 19px;
}
.camille-custom-product-slider .slick-prev:before {
	background-image: url('images/defaults/camille_left_arrow_black.png');
	background-size: 10px 19px;
	width: 10px;
    height: 19px;
}	

/* ------------------------------- 3.2 Grid Layout ------------------------------- */
.camille-grid-layout {
	margin: 0 0 10px 0;
}
.camille-grid-item {
	width: 565px;
	margin: 0 70px 75px 0;
	display: inline-block;
	float: left;
}
.camille-grid-item:nth-of-type(2n) {
	margin: 0 0 75px 0;
}
.camille-grid-item:nth-of-type(odd) {
	clear: left;
}
.camille-grid-item .camille-post-header {
	margin: 0 0 12px 0;
}
.camille-grid-item .camille-post-header h2,
.camille-grid-item .camille-post-header h2 a {
	font-size: 30px;
}
.camille-grid-item .camille-post-date {
	margin-bottom: 20px;
}
.camille-grid-layout .camille-newer a, 
.camille-grid-layout .camille-older a {
	margin: 0 0 90px 0;
}
.camille-grid-item .camille-post-footer {
	margin: 15px 0 0 0;
}	
.camille-grid-layout .camille-blog-item {
	margin-bottom: 82px;
}

/* ----- Default Width Styles ------ */
.camille-default-width .camille-grid-item {
	width: 392.5px;
	margin: 0 50px 70px 0;
}
.camille-default-width .camille-grid-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.camille-default-width .camille-grid-item .camille-post-media {
	margin: 0 0 20px 0;
} 
.camille-default-width .camille-grid-item .camille-post-header h2,
.camille-default-width .camille-grid-item .camille-post-header h2 a {
	font-size: 27px;
}
.camille-grid-item .camille-post-caption {
	text-align: center;
}

/* ------------------------------- 3.3 Block Layout ------------------------------- */
.camille-block-item {
	margin: 0 0 85px 0;
	overflow: hidden;
}
.camille-block-item .camille-post-media {
	display: inline-block;
	float: left;
	width: 650px;
	padding: 0;
	margin: 0;
}
.camille-block-contents {
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	width: 635px;
	padding: 65px 50px;
	z-index: 1;
	margin: 65px 0 0 -85px;
	box-sizing: border-box !important;
}
.elementor .camille-block-contents {
	box-sizing: border-box !important;
}
.camille-block-item .camille-post-header h2,
.camille-block-item .camille-post-header h2 a {
	font-size: 32px;
}
.camille-block-item .camille-post-footer {
	margin: 17px 0 0 0;
}
.camille-block-item .camille-post-comment-count {
	display: none;
}
.camille-block-item .camille-social-media-comm-footer {
	margin: 15px 0 0 0;
	border: 0px;
	padding-bottom: 0;
}
.camille-block-item .camille-post-footer-no-sm .camille-social-media-comm-footer {
	margin: 0;
	padding: 5px 0 0 0;
}
.camille-block-item .camille-share-buttons {
	width: 100%;
	text-align: left;
	float: none;
}
.camille-block-item .camille-share-buttons a {
	font-size: 12px;
	color: #303b32;
}
.camille-full-width .camille-block-item .camille-post-location {
	right: auto;
	left: 0;
}
.camille-block-item .camille-post-footer-no-comments .camille-share-buttons {
	text-align: left;
}

/* -- Default Width Styles -- */
.camille-default-width .camille-block-item .camille-post-media {
	width: 427.5px;
	padding: 0 30px 0 0;
}
.camille-default-width .camille-block-contents {
	width: 377.5px;
	padding: 25px 0 0 0;
	margin: 0;
	background-color: transparent;
}
.camille-default-width .camille-block-item .camille-post-header h2,
.camille-default-width .camille-block-item .camille-post-header h2 a {
	font-size: 28px;
}

/* -- No Post Thumbnail -- */
.camille-default-width .camille-block-item.camille-no-post-thumbnail .camille-post-header {
	padding: 0;
	margin: 0 0 20px 0;
}
.camille-block-item.camille-no-post-thumbnail .camille-post-content {
	display: block;
}
.camille-block-item.camille-no-post-thumbnail .camille-block-contents {
	width: 100%;
	max-width: none;
	display: block;
	padding: 0;
	margin: 0;
	padding: 25px;
}
.camille-default-width .camille-block-item.camille-no-post-thumbnail .camille-block-contents {
	padding: 0;
}
.camille-block-item.camille-no-post-thumbnail .camille-post-container {
	padding: 0;
}
.camille-full-width .camille-block-item.camille-aff-code.camille-no-post-thumbnail .camille-block-contents, 
.camille-full-width .camille-block-item.camille-aff-shortcode.camille-no-post-thumbnail .camille-block-contents,  
.camille-full-width .camille-block-item.camille-rewardstyle-shortcode.camille-no-post-thumbnail .camille-block-contents {
	padding-bottom: 0;
}

/* -- Affiliate Styles -- */
.camille-block-item .camille-affiliate-section {
	margin: 38px 0 0 0;
	padding: 35px 0 0 0;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.camille-block-item.camille-product-slider .camille-affiliate-title {
	margin-bottom: 15px;
}
.camille-default-width .camille-block-item.camille-aff-code .camille-affiliate-title,
.camille-default-width .camille-block-item.camille-aff-shortcode .camille-affiliate-title,
.camille-default-width .camille-block-item.camille-rewardstyle-shortcode .camille-affiliate-title {
	margin-bottom: 20px;
}
.camille-full-width .camille-block-item.camille-aff-code .camille-block-contents,
.camille-full-width .camille-block-item.camille-aff-shortcode .camille-block-contents,
.camille-full-width .camille-block-item.camille-rewardstyle-shortcode .camille-block-contents {
	padding-bottom: 30px;
}
.camille-block-has-aff.camille-block-item .camille-post-footer {
	height: 30px;
}
.camille-block-has-aff.camille-block-item .camille-read-more,
.camille-block-has-aff.camille-block-item .camille-social-media-comm-footer {
	display: table-cell;
	vertical-align: middle;
}
.camille-block-has-aff.camille-block-item .camille-social-media-comm-footer {
	margin: 0;
	padding: 0;
}
.camille-block-has-aff.camille-block-item .camille-share-buttons {
	text-align: right;
	margin-top: 6px;
} 

/* Custom Product Slider */
.camille-block-item.camille-product-slider .camille-affiliate-section {
	margin-bottom: 0;
}
.camille-full-width .camille-block-item .camille-custom-product-slider .camille-product-bxslider {
	width: 365px;
}
.camille-full-width .camille-block-item .camille-custom-product-item .camille-product-image {
	padding: 5px;
}
.camille-default-width .camille-block-item .camille-custom-product-slider .camille-product-bxslider {
	width: 260px;
}
.camille-block-item .camille-custom-product-slider .slick-prev {
	left: -50px;
}
.camille-block-item .camille-custom-product-slider .slick-next {
	right: -50px;
}

/* Affiliate Full-Width Styles */
.camille-full-width .camille-block-has-aff.camille-block-item .camille-read-more {
	width: 40%;
}

/* Affiliate Default-Width Styles */
.camille-default-width .camille-block-has-aff.camille-block-item .camille-share-buttons,
.camille-full-width .camille-block-has-aff.camille-block-item.camille-no-post-thumbnail .camille-share-buttons {
	text-align: right;
}	
.camille-default-width .camille-block-has-aff.camille-block-item .camille-share-button-label {
	display: none;
}

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

/* ------------------------------- 3.4 Gallery Layout ------------------------------- */
.camille-gallery-layout {
	margin: 0 0 15px 0;
}
.camille-gallery-item {
	width: 392.5px;
	margin: 0 50px 70px 0;
	display: inline-block;
	float: left;
	text-align: center;
}
.camille-default-width .camille-gallery-item:nth-of-type(2n) {
	margin: 0 0 70px 0;
}
.camille-gal-img-container {
	height: 415px;
	position: relative;
}
.camille-default-width .camille-gal-img-container {
	height: 475px;
}
.camille-gallery-post-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.camille-gallery-item .camille-post-header {
	margin: 0;
	padding: 20px 0 0 0;
}
.camille-gallery-item .camille-post-header.camille-post-header-no-date-cats {
	padding: 18px 0 0 0;
}
.camille-gallery-item.camille-no-post-thumbnail .camille-post-header {
	padding: 0;
}
.camille-gallery-item .camille-post-header h2,
.camille-gallery-item .camille-post-header h2 a {
	font-size: 25px;
}
.camille-gallery-layout .camille-newer a, 
.camille-gallery-layout .camille-older a {
	margin: 0 0 85px 0;
}

/* -- Full Width Styles -- */
.camille-full-width .camille-gallery-item {
	width: 366.667px;
}
.camille-full-width .camille-gallery-item:nth-of-type(3n) {
	margin: 0 0 70px 0;
}
.camille-full-width .camille-gallery-item:nth-of-type(3n-2) {
	clear: left;
}

/* ------------------------------- 3.5 Single Post ------------------------------- */
.camille-single-post {
	margin: 0 0 95px 0;
}
.camille-single-post .camille-post-header {
	text-align: center;
}
.camille-single-post .camille-post-header h1 {
	font-size: 36px;
}
.camille-single-post .camille-post-date {
	margin: 8px 0 0 0;
}
.camille-single-post .camille-post-media img {
	width: 100%;
}
.camille-single-post .camille-post-media.camille-post-hide-feat-image {
	margin: 0;
}
.camille-single-post .camille-post-entry {
	margin: 25px 0 0 0;
}
.elementor-page .camille-single-post .camille-post-entry {
	margin: 0;
}
.elementor-page .camille-single-post .camille-post-header h1 {
	margin-bottom: 0;
}
.camille-single-post .camille-gallery-post .camille-slide-container {
	width: 100%;
	margin: 0;
}
.camille-blog-show-full-content .camille-post-footer {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 40px 0 0 0;
	padding: 15px 0;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.camille-blog-show-full-content.camille-no-affiliate-links .camille-post-footer {
	margin: 50px 0 0 0;
}
.camille-blog-show-full-content.camille-no-affiliate-links.camille-post-has-tag .camille-post-footer {
	margin: 40px 0 0 0;
}
.camille-single-post-footer-comment-wrapper,
.camille-single-post-footer-sm-wrapper {
	width: 50%;
	display: inline-block;
	float: left;
}
.camille-single-post .camille-post-comment-count, 
.camille-single-post .camille-share-buttons {
	width: 100%;
}
.camille-blog-show-full-content .camille-post-comment-count {
	margin: 0;
	padding: 0;
}
.camille-blog-show-full-content .camille-post-comment-count:after { 
	display: none;
}
.camille-single-post-footer-sm-wrapper {
	text-align: right;
}
.camille-post-footer-no-comments .camille-single-post-footer-sm-wrapper,
.camille-post-footer-no-sm .camille-single-post-footer-comment-wrapper,
.camille-post-footer-no-comments .camille-share-buttons,
.camille-post-footer-no-sm .camille-post-comment-count {
	text-align: center;
	width: 100%;
}
.camille-post-footer.camille-post-footer-no-comments.camille-post-footer-no-sm {
	padding: 0;
	border-top: 0;
}

/* -- Affiliate Styles -- */
.camille-blog-show-full-content .camille-affiliate-section {
	text-align: center;
}
.camille-post-has-no-tags.camille-blog-show-full-content .camille-affiliate-section {
	margin: 45px 0 50px;
}

/* -- Tags -- */
.camille-post-tags {
	clear: both;
	margin: 40px 0 45px;
}
.camille-post-tags-title {
	font-size: 12.5px;
	line-height: 1;
	letter-spacing: 1px;
	margin-right: 8px;
	font-weight: 500;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
}
.camille-post-tags a {
	display: inline-block;
	background: #E8DBCF;
	color: #000000;
	font-size: 12.5px;
	text-transform: uppercase;
	padding: 10px 12px;
	margin: 0 12px 12px 0;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.camille-post-tags a:hover {
	color: #000000;
}
.camille-post-tags a:last-of-type {
	margin-right: 0px;
}

/* -- Post Author -- */
.camille-post-author-box {
	display: table;
	margin-top: 70px;
	padding-bottom: 65px;
	overflow: auto;
	border-bottom: 1px solid #e5e5e5;
}
.camille-author-img {
	position: relative;
	display: table-cell;
	float: left;
	width: 165px;
	line-height: 0;
}
.camille-author-img img {
	margin: 0;
}
.camille-author-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 35px;
	line-height: 1;
}
.camille-author-content h5, 
.camille-author-content h5 a {
	color: #000000;
	font-size: 23px;
	margin: 0 0 5px 0px;
}
.camille-author-content h5 {
	position: relative;
}
.camille-author-content p {
	margin-bottom: 0px;
	line-height: 1.6;
	font-size: 16px;
}
.camille-author-social-media i {
	color: #303b32;
	font-size: 12.5px;
	margin: 16px 12px 6px 0;
}

/* -- Related Posts -- */
.camille-related-posts {
	margin: 65px 0 0 0;
	text-align: center;
}
.camille-related-posts h3 {
	font-size: 23px;
	margin: 0 0 15px 0;
}
.camille-item-related-box {
	display: flex;
}
.camille-item-related {
	width: 33.3%;
	margin-right: 25px;
}
.camille-full-width .camille-item-related {
	width: 25%;
}
.camille-item-related:last-of-type {
	margin-right: 0px;
}
.camille-related-post-img {
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.camille-item-related-caption {
	text-align: center;
	padding: 23px 20px 21px;
	background: #FFFFFF;
}
.camille-item-related-caption h4,
.camille-item-related-caption h4 a {
	color: #000000;
	margin-bottom: 0;
	font-size: 18px;
}
.camille-related-post-date {
	font-size: 11px;
	line-height: 1;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.camille-full-width .camille-related-post-img {
	height: 300px;
}

/* -- List of Comments -- */ 
#comments {
	overflow: auto;
	margin: 75px 0 0 0;
}
.camille-list-of-comments {
	margin: 70px 0 0 0;
	text-align: center;
}
.camille-comment-list-title {
	font-size: 23px;
	margin: 0 0 15px 0;
	text-align: center;
}
.camille-page-wrapper ul.camille-comments {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: left;
}
.camille-page-wrapper ul.camille-comments > li,
.camille-page-wrapper ul.camille-comments ul.children > li {
	margin: 0;
}
.camille-page-wrapper ul.camille-comments ul.children {
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
}
.camille-page-wrapper ul.camille-comments ul.children .camille_thecomment {
	overflow: auto;
	line-height: 1;
	padding: 25px 0;
}
.camille-page-wrapper ul.camille-comments ul.children .camille-comment-footer {
	margin: 15px 0 0 0;
}
.camille-page-wrapper ul.camille-comments ul.children p:last-of-type {
	margin-bottom: 0px;
}
.camille-comment-count a {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}
.camille-comments > li:first-of-type  {
	border-top: 1px solid #E5E5E5;
}
.camille_thecomment {
	padding: 30px 0 35px;
	border-bottom: 1px solid #E5E5E5;
}
.camille-comment-author-avatar {
	width: 80px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.camille-comment-author-avatar img {
	border-radius: 100%
}
.camille-comment-text {
	margin-left: 100px;
}
.camille-comment-author, 
.camille-comment-author a {
	color: #000000;
	font-size: 19.5px;
	margin-bottom: 12px;
}
.camille-comment-author, 
.camille-comment-date {
	display: inline-block;
}
.camille-comment-parent {
	text-transform: none;
	font-size: .875em;
	vertical-align: 0px;
	letter-spacing: 0px;
}
.camille-comment-parent .fa-reply {
	color: #BBBBBB;
	font-size: 13px;
	margin-right: 8px;
	margin-left: 4.5px;
}
.camille-comment-date {
	font-family: 'Montserrat', sans-serif;
	float: right;
	font-size: 12px;
	color: #888888;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 5px;
}
.camille-comment-text p {
	margin-bottom: 14.5px;
	font-size: 92%;
	line-height: 1.6;
}
.camille-comment-approval em {
	color: #888888;
	margin-left: 5px;
	vertical-align: .5px;
	font-size: 88%;
}
.camille-comment-footer {
	line-height: 1;
}
.camille-reply,
.camille-edit  {
	display: inline-block;
	text-transform: uppercase;
	z-index: 2;
}
.camille-reply a,
.camille-edit a {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	line-height: 1;
}
.camille-edit a {
	position: relative;
	margin-left: 25px;
}
.camille-edit a:before {
	position: absolute;
	content: '';
	height: 12px;
	top: 5px;
	left: -15.5px;
	border-left: 1px solid #000000;
}
.depth-5 .camille-edit a {
	margin-left: 0px;
}
.depth-5 .camille-edit a:before {
	display: none;
}
.depth-5 .camille-reply {
	display: none;
}
#comments_pagination .page-numbers {
	display: inline-block;
	margin: 20px 0 0 0;
	font-size: 1.1em;
	font-weight: normal;
}

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

/* -- Comment Form -- */ 
#camille-comment-form {
	text-align: center;
	padding: 40px 30px 50px;
	background-color: #e8dbcf;
}
#comments #respond {
	margin: 0;
}
#comments #reply-title {
	font-size: 23px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
#commentform {
	overflow: hidden;
}
.camille-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.4%;
	margin: 10px 10px 0 0;
	float: left;
}
.camille-full-width #commentform input {
	width: 32.69%;
}
#commentform input[type="checkbox"] {
	width: auto !important;
	padding: 5px;
	border:; 0px;
	margin: 5px 8px 0 0;
	-webkit-appearance: checkbox;
}
#commentform input[id="url"] {
	margin-right: 0px;
}
#commentform input[type="submit"] {
	width: auto;
	background-color: #303b32;
	padding: 15px 25px;
}
.camille-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: .9em;
	text-align: left;
}
#commentform .comment-form-cookies-consent input,
.camille-full-width #commentform .comment-form-cookies-consent input {
	width: auto !important;
	padding: 5px;
	margin: 9px 8px 0 0;
	-webkit-appearance: checkbox;
}

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

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



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

/* ------------------------------- 4.1 WordPress Widgets ------------------------------- */
.widget {
	margin: 0 0 50px 0;
	clear: both;
}
#camille-sidebar .widget:last-of-type {
	margin-bottom: 0;
}
.widget-title,
.widget h4 {
	font-size: 19px;
	text-align: center;
	margin-bottom: 10px;
}
.widget select, 
.widget input {
	width: 100%;
	margin-right: 0px;
	border-color: #e5e5e5;
}
.widget select {
	text-transform: none;
}
.widget input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}

/* -- Search Widget -- */
#camille-searchform {
	border: 2px solid #E8DBCF;
	position: relative;
}
#camille-searchform:after {
	position: absolute;
	content: '';
	width: 1px;
	border-left: 2px solid #E8DBCF;
	height: 38px;
	top: 7.5px;
	right: 55px;
}
#camille-searchform label {
	display: none;
}
#camille-searchform input[type="text"] {
	padding: 19px 22px 16px;
	border: 0px;
	width: 215px;
	float: left;
	margin: 0;
	outline: none;
	background-color: transparent;
}
#camille-searchform input[type="text"]:focus {
	outline: none;
}
#camille-searchform button[type="submit"] { 
	border: 0px;
	background: transparent;
	height: 51px;
	width: 47px;
	margin-left: -13px;
}	
#camille-searchform .fa-search {
	color: #000000;
	transform: rotate(90deg);
	font-size: 15px;
}

/* -- Sidebar Search Block -- */
#camille-sidebar .wp-block-search__input {
	border:  2px solid #E8DBCF;
	background-color: transparent;
	padding:  15px;
}
#camille-sidebar .wp-block-search__button {
	border:  2px solid #E8DBCF;
	color:  #000000;
	background-color: transparent;
}

/* ------------- 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 {
	background: #E8DBCF;
	padding: 38px 22px 35px;
	text-align: center;
}
.camille-page-wrapper .widget_pages ul,
.camille-page-wrapper .widget_meta ul,
.camille-page-wrapper .widget_recent_entries ul,
.camille-page-wrapper .widget_nav_menu ul,
.camille-page-wrapper .widget_categories ul,
.camille-page-wrapper .widget_archive ul, 
.camille-page-wrapper .widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.camille-page-wrapper .widget_pages li,
.camille-page-wrapper .widget_meta li,
.camille-page-wrapper .widget_recent_entries li,
.camille-page-wrapper .widget_nav_menu li,
.camille-page-wrapper .widget_categories li,
.camille-page-wrapper .widget_archive li, 
.camille-page-wrapper .widget_recent_comments li {
	margin: 0 0 6px 0;
	padding: 0 0 8px 0;
	list-style: none;
	border-bottom: 1px solid #ffffff;
	display: block;
}
.camille-page-wrapper .widget_categories .children li,
.camille-page-wrapper .widget_pages .children li,
.camille-page-wrapper .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: 9px;
}
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a,
.widget_categories a,
.widget_archive a, 
.widget_recent_comments a {
	color: #000000;
	font-size: 12.5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}
.widget_archive select, 
.widget_categories select {
    padding: 10px;
    min-width: 100%;
    width: auto;
   	margin: 5px 0 10px 0;
    border: 0px;
    letter-spacing: .5px;
    padding: 10px 0 10px 15px;
    font-size: 70%;
    text-transform: uppercase;
}
.widget_recent_comments a {
	color: #656565;
	font-style: italic;
}
.widget_recent_comments .comment-author-link {
	font-size: .95em;
}
.widget_recent_comments .comment-author-link a {
	color: #000000;
	font-style: normal;
}
.widget_recent_entries a {
	display: inline-block;
}
.widget_recent_entries .post-date {
	display: block;
    font-size: 15px;
    color: #888888;
    margin: -3px 0 4px 0;
    font-style: italic;
}
.widget_text p {
	font-size: 15px;
}

/* -- WordPress Calendar -- */
.widget_calendar .widget-title, .widget_calendar h4 { margin-bottom: 7px;}
#wp-calendar {width: 100%; text-transform: uppercase; border: 0px; margin-bottom: 13px;}
#wp-calendar caption { text-align: right; color: #777; font-size: 12px; 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; border: 0px; }
#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; }
.wp-calendar-nav { line-height: 1; }
.wp-calendar-nav-prev { font-size: .85em; }

/* -- Tag Cloud -- */
.tagcloud a,
#camille-sidebar .wp-block-tag-cloud a {
	display: inline-block;
	background: #e8dbcf;
	color: #000000;
	font-size: 12.5px !important;
	text-transform: uppercase;
	padding: 10px 15px 9px;
	margin: 0 8px 8px 0;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.tagcloud a:hover,
#camille-sidebar .wp-block-tag-cloud a:hover {
	color: #000000;
}

/* -- RSS Feed -- */
.camille-page-wrapper .widget_rss ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.camille-page-wrapper .widget_rss li {
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #E5E5E5;
}
.widget .rsswidget, .widget .rss-date {
	display: block;
}
.widget_rss .widget-title a.rsswidget {
	color: #000000;
}
.widget .rsswidget {
	font-family: 'Libre Baskerville', serif;
	font-size: 19px;
	line-height: 1.4;
	color: #000000;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}
.widget .rss-date {
	color: grey;
	font-style: italic;
	padding: 6px 0;
	font-size: 15px;
}
.rssSummary {
	text-transform: none;
	font-size: 15px;
}
.widget_rss cite {
	font-style: normal;
	display: block;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: grey;
}

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

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

/* -- Archive Pages -- */
.camille-archive-box {
	text-align: center;
	margin: 0 0 65px 0;
	padding: 70px 25px 60px;
	background: #E8DBCF;
	position: relative;
	overflow: hidden;
}
.camille-archive-box span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 7px;
}
.camille-archive-box h1 {
	margin: 0;
	line-height: 1;
	font-size: 35px;
}

/* -- Error Pages / No Results -- */
.search-no-results .camille-gallery-layout,
.search-no-results .camille-grid-layout {
	margin: 0;
}
.search-no-results .camille-post-header {
	margin: 0;
}
.error404 #camille-content,
.search-no-results #camille-content {
	text-align: center;
}	
.error404 .camille-error-page {
	margin-bottom: 100px;
}
.search-no-results .post {
	margin-bottom: 120px;
}	
.error404 .camille-archive-box h1 {
	font-size: 2.25em;
	line-height: 1;
	margin: 0;
}
.error404 .camille-error-page p {
	margin-bottom: 25px;
}
.search-no-results .camille-post-header h1 {
	margin-top: 0px;
	font-size: 37px;
}
.search-no-results .camille-search-nothing p {
	margin: 10px 0 25px;
}
.error404 #camille-content #camille-searchform,
.search-no-results #camille-content #camille-searchform  {
	width: 500px;
	margin: 0 auto;
}
.error404 #camille-content #camille-searchform input[type="text"],
.search-no-results #camille-content #camille-searchform input[type="text"] {
	width: 415px;
}

/* ------- Blockquote ------- */
blockquote {
	margin-bottom: 20px;
	position: relative;
	width: 95%;
	border-left: 10px solid #e8dbcf;
	clear: both;
	line-height: 1;
}
blockquote p {
	position: relative;
	font-size: 19px;
	padding-left: 15px;
	font-style: italic;
	color: #888888;
	line-height: 1.8;
}
blockquote cite {
	display: inline-block;
	color: #999999;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	margin: -10px 0 0 0;
	padding-left: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
blockquote.wp-block-quote.has-text-align-right {
	border-left: 0px;
	border-right: 10px solid #e8dbcf;
}
blockquote.wp-block-quote.has-text-align-right p {
	padding: 0 15px 0 0;
}
blockquote.wp-block-quote.has-text-align-right cite {
	padding: 0 15px 0 0;
}

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

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

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

/* ------- "More" Tag ------- */
a.more-link {
	display: inline-block;
	color: #000000;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 500;
	font-size: 12.5px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}

/* ------- WP Page Links ------- */
.camille-wp-links a {
	background: #e5e5e5;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #000000;
	margin-right: 6px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.camille-wp-links a:hover {
	color: #000000;
}
.camille-wp-links .page-links-title {
	text-transform: none;
	font-size: 15px;
	letter-spacing: 0px;
	margin-right: 6px;
	font-weight: normal;
	color: #000000;
}

/* ------- 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: 0;
}
.camille-page-wrapper ul.slick-dots {
    position: absolute;
    bottom: -46px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
}
.camille-page-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    padding: 0;
    cursor: pointer;
}
.camille-page-wrapper ul.slick-dots li:only-child {
	display: none;
}
.camille-page-wrapper ul.slick-dots li:last-of-type {
	margin: 0;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 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: -80px;
}
[dir='rtl'] .slick-prev {
    right: -80px;
    left: auto;
}
.slick-prev:before {
    background-image: url('images/defaults/camille_left_arrow_black.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next:before {
	 background-image: url('images/defaults/camille_right_arrow_black.png');
    content: '';
    background-size: 18px 34px;
    display: inline-block;
    width: 18px;
    height: 34px;
}
.slick-next {
    right: -80px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -80px;
}
	
/* ------------------------------- END WordPress Core ------------------------------- */

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

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

#camille-sidebar .zoom-instagram-widget {
	text-align: center;
	margin: -5px 0 45px 0;
}
.camille-page-wrapper ul.zoom-instagram-widget__items {
	padding: 0;
	margin: 0;
	list-style: none;
}
.camille-page-wrapper ul > li.zoom-instagram-widget__item {
	margin-bottom: 10px;
	list-style: none;
} 
#camille-sidebar .zoom-instagram-widget__follow-me {
	margin-top: 3px;
	line-height: 1;
}
#camille-sidebar .zoom-instagram-widget__follow-me a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500 !important;
	color: #000000 !important;
	text-align: center;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 12.5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	line-height: 1;
}

/* ------------------------------- 5.2 Elementor Page Templates ------------------------------- */
.elementor-editor-active .camille-loader,
.elementor-editor-preview .camille-loader {
	display: none;
}
.elementor-page .camille-page-wrapper {
	overflow: hidden;
}
.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: 1200px !important;
}
.page-template-page-elementor #camille-content, 
.page-template-page-elementor .camille-page-has-feature #camille-content {
	padding: 0 !important;
}
.elementor-page .camille-no-bottom,
.elementor-page .camille-no-bottom-p,
.elementor-page .camille-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;
}
.camille-page-wrapper .elementor-image-gallery dl.gallery-item {
	padding: 0 25px 0 0;
}
.camille-page-wrapper .elementor-image-gallery dl.gallery-item dt {
	margin-top: 0px;
}

/* ---- Standard Elements  ---- */
.camille-standard-title .elementor-heading-title,
.camille-inner-testimonials-section .camille-standard-title .elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 37px;
	line-height: 1.4;
	font-family: 'Libre Baskerville', serif;
}
.camille-services-title .elementor-heading-title {
	font-size: 32px;
	line-height: 1.4;
}
.camille-standard-button .elementor-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}
.camille-standard-subheading {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}
.camille-script-text {
	font-family: 'Silver South Script';
	font-size: 75px;
	letter-spacing: 3px;
	line-height: 1.25;
}
.camille-full-width-button .elementor-button-link {
	width: 100%;
}

/* ---- 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 ---- */
.camile-feature-image-column {
	margin-right: 50px;
}
.camile-feature-image-column .elementor-widget-image {
	max-width: 98%;
}
.camile-feature-text-column > .elementor-widget-wrap {
	align-content: center;
}
.camile-feature-image-column .camille-script-text.elementor-widget-text-editor {
	position: absolute !important;
	right: -90px;
	bottom: 80%;
}
.camile-feature-image-column .camille-script-text.elementor-widget-text-editor .elementor-widget-container {
	display: block;
    transform-origin: top right;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -100%;
    white-space: nowrap;
    margin-bottom: 0px;
}
.camille-feature-line-detail {
	position: absolute !important;
	top: 0;
	left: 0;
}
.camile-feature-image-column .elementor-widget-image.camille-line-detail {
	max-width: 100%;
}

/* Triple Images */
.camille-triple-images-section:after {
	position: absolute;
	content: '';
	background-color: #F8F6F0;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 35%;
}
.camille-triple-images-column {
	margin-right: 50px;
}
.camille-triple-images-column:last-of-type {
	margin: 0px;
}

/* About Me */
.camile-about-me-text-column > .elementor-widget-wrap {
	align-content: center;
}
.camile-about-me-image-column {
	margin-left: 50px;
}
.camile-about-me-image-column .camille-script-text.elementor-widget-text-editor {
	position: absolute !important;
	right: 135px;
}
.camile-about-me-image-column .camille-script-text.elementor-widget-text-editor .elementor-widget-container {
	display: block;
    transform-origin: top right;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -55%;
    white-space: nowrap;
    margin-bottom: 0px;
}
.camille-about-me-bg-image {
	position: absolute !important;
}
.camille-about-line-detail {
	position: absolute !important;
	transform: rotate(-90deg);
	bottom: -445px;
	right: -30px;
}

/* Blog Section */
.camille-elementor-blog-section:after {
	position: absolute;
	content: '';
	background-color: #F8F6F0;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 55%;
}

/* ---- Elementor Page Two ---- */
.camille-elementor-feat-imags-section {
	height: 675px;
}
.camille-elementor-feat-imags-section .elementor-container {
	height: 100%;
	align-items: center;
}
.camile-triple-columns-line-detail {
	transform: rotate(90deg);
}
.camille-inner-testimonials-section .elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1em;
	margin: 0;
}
.camille-testimonials-column .camille-standard-subheading .elementor-widget-container {
	margin-top: -30px !important;
}
.elementor-editor-active .camille-testimonials-column .camille-standard-subheading .elementor-widget-container {
	margin-top: 0px !important;
}
.camille-elementor-blog-section.camille-latest-works-section:after {
	height: 40%;
}
.camille-portfolio-column {
	margin-right: 50px !important;
}
.camille-portfolio-column:first-of-type,
.camille-portfolio-column:last-of-type {
	width: calc(41% + 15px) !important;
}
.camille-portfolio-column:last-of-type {
	margin-right: -15px !important;
}
.camille-portfolio-column:first-of-type {
	margin-left: -15px !important;
}
.camille-portfolio-column > .elementor-widget-wrap {
	align-content: center;
}

/* ---- Elementor Page Three ---- */
.camile-large-quotes {
	position: absolute !important;
	top: 90px;
	font-size: 400px;
	line-height: 0;
}
.camille-page-wrapper .camille-alternate-testimonials-section ul.slick-dots {
	bottom: -33px;
}
.camille-alternate-testimonials-section .slick-dots li button:before {
	color: #000000;
}
.camille-alternate-testimonials-section  .slick-dots li.slick-active button:before {
	color: #999999;
}
.camille-gallery-posts-section.camille-elementor-blog-section:after {
	height: 45%;
}

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

/* Product Slider */
.camille-elementor-product-items {
	width: 1000px;
	margin: 0 auto;
}
.camille-elementor-product-item .camille-product-image {
	width: 120px;
	padding: 30px 20px;
	background: #FFFFFF;
	box-sizing: border-box !important;
}
.camille-page-wrapper .camille-elementor-product-items ul.slick-dots{
	bottom: -55px;
	left: 0;
}
.camille-elementor-blog-section.camille-elementor-page-four:after {
	display: none;
}

/* ---- Elementor About Page ---- */
.camille-about-page .camile-feature-image-column {
	margin-right: 0px;
}

/* ---- Elementor Services Page ---- */
.camille-services-text-column > .elementor-widget-wrap {
	align-content: center;
}
.camille-triple-images-inner-section.camille-services-page .elementor-heading-title {
	font-size: 28px;
}

/* ---- Elementor Contact Page ---- */
.camille-contact-form {
	text-align: center;
}
.camille-contact-form p {
	margin: 0;
}
.camille-contact-form input,
.camille-contact-form textarea {
	background-color: transparent;
	padding: 15px 0 15px 20px;
	width: 400px;
	margin: 0 0 20px 0;
}
.camille-contact-form input[type="submit"] {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0px;
}
.camille-contact-form input[type="submit"] {
	width: auto;
	background-color: #303B32;
	padding: 12px 24px;
}
.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 ------- */
.camille_about_widget {
	text-align: center;
} 
.camille-about-img {
	line-height: 1;
	position: relative;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50% 50% 0 0;
}
.camille-about-widget-caption {
	background: #e8dbcf;
	padding: 33px 23px 35px;
	margin: 7px 0 0 0;
	font-size: 15px;
	line-height: 1.7;
}
.widget .camille-about-widget h4 {
	margin: 0;
}
.camille-about-widget p {
	margin: 7px 0 0 0;
}
.camille-about-social-icons {
	line-height: 1;
}
.camille-about-social-icons a {
	display: inline-block;
	color: #303b32;
	font-size: 13.5px;
	padding: 14px 14px 0 0;
}
.camille-about-social-icons a:last-of-type {
	padding-right: 0;
}

/* ------- Map Widget ------- */
.camille_map_widget {
	padding: 0;
	text-align: center;
	background: #303b32;
}
.camille-map-widget {
	padding-bottom: 30px;
	overflow: hidden;
}
.camille-map-widget h4 {
	margin: 0 0 -3px 0;
	color: #FFFFFF;
}
.camille-map-widget h6, 
.camille-map-widget .fa-map-marker-alt {
	display: inline-block;
}
.camille-map-widget .fa-map-marker-alt {
	font-size: 30px;
	color: #DABCAB;
	margin: 0 0 7px;
}
.camille-map-widget h6 {
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 1px;
	color: #DABCAB;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}
.camille-map-widget img {
	width: 400px;
	max-width: 400px !important;
	margin: -15px 0 0 -50px;
}

/* ------- Latest Product Widget ------- */
.camille_latest_products_widget {
	position: relative;
}
.camille-latest-products-widget {
	padding: 40px 45px 35px;
	border: 3px solid #e8dbcf;
	text-align: center;
	box-sizing: border-box;
	height: 615px;
	overflow: scroll;
	position: relative;
}
.widget .camille-latest-products-widget h4 {
	margin: 0 0 25px 0;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.camille-latest-product-item {
	text-align: center;
	margin: 0 0 32px 0;
}
.camille-latest-product-item:first-of-type {
	margin-top: 5px;
}
.camille-product-image {
	width: 100px;
	margin: 0 auto;
	line-height: 1;
	background-color: #FFFFFF;
	padding: 20px;
}
.camille-latest-product-title {
	color: #000000;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 12.5px;
	line-height: 1.7;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ------- Custom List Widget ------- */
.camille_custom_list_widget {
	position: relative;
}
.camille-custom-list-widget {
	background: #e8dbcf;
	padding: 38px 22px 35px;
	text-align: center;
}
.camille-custom-list-widget .widget-title {
	margin-bottom: 15px;
}
.camille-custom-list-item p {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.camille-custom-list-item a {
	color: #000000;
}

/* ------- Custom Image List Widget ------- */
.camille-custom-image-list-item {
	position: relative;
	display: table;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 175px;
	width: 100%;
	margin: 0 0 18px 0;
	background-color: #f3f3f3;
}
.camille_custom_image_list_widget a:last-of-type .camille-custom-list-item {
	margin: 0;
}
.camille-custom-image-item-overlay {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.camille-custom-image-list-title {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	margin: 0 15px;
	background: #FFFFFF;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
	padding: 6px 15px;
	font-size: 12.5px;
	line-height: 1.7;
}
.camille-custom-image-list-widget a:last-of-type .camille-custom-image-list-item {
	margin-bottom: 0px;
}

/* ------- Latest Video Widget ------- */
.camille-latest-video-widget {
	text-align: center;
}
.camille-latest-video-img {
	position: relative;
}
.camille-latest-video-img a {
	display: block;
	line-height: 0;
}
.camille-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;
}
.camille-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;
}
.camille-latest-video-description p {
	margin: 16px 10px;
	font-size: 15px;
	line-height: 1.7;
}
.camille-latest-video-description a p {
	color: #000000;
}
.camille-subscribe-link {
	display: block;
	background: #303B32;
	line-height: 1;
	padding: 15px 12px 17px;
}
.camille-subscribe-text {
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12.5px;
	line-height: 1.7;
	font-family: 'Montserrat', sans-serif;
}

/* ------- Recent Posts Widget ------- */
.camille-recent-posts-widget  {
	text-align: center;
}
.camille-page-wrapper ul.camille-side-newsfeed,
.camille-post-wrapper ul.camille-side-newsfeed {
	padding: 0;
	margin: 0;
	list-style: none;
}
.camille-page-wrapper ul.camille-side-newsfeed > li,
.camille-post-wrapper ul.camille-side-newsfeed > li {
	margin-bottom: 25px;
}
.camille-page-wrapper ul.camille-side-newsfeed > li:last-of-type,
.camille-post-wrapper ul.camille-side-newsfeed > li:last-of-type {
	margin-bottom: 0px;
}
.camille-side-item {
	overflow: hidden;
	line-height: 1;
	border-bottom: 1px solid #cccccc;
}
.camille-side-image {
	width: 125px;
	margin-right: 12px;
	display: inline-block;
	float: left;
	line-height: 1;
	margin-bottom: -2px;
}
.camille-side-image a {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.camille-side-item-text {
	display: inline-block;
	text-align: left;
	margin: 0;
	width: 163px;
}
.camille-side-item-text.camille-side-no-thumbnail {
	width: 100% !important;
	margin: 0 0 15px 0;
}
.widget h4.camille-side-title {
	margin: 0;
	text-align: left;
	text-transform: none;
}
.camille-side-title a {
	color: #000000;
	text-align: left;
	display: inline-block;
	font-size: 15.5px;
	line-height: 1.6;
	font-weight: 500;
}
.camille-side-item-date {
	display: inline-block;
	color: #888888;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 1;
	letter-spacing: 1.5px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

/* ------- MC4WP (Sidebar) ------- */
#camille-sidebar .mc4wp-form {
	background: #e8dbcf;
	padding: 38px 25px 30px;
	text-align: center;
	overflow: auto;
}
#camille-sidebar .mc4wp-form h2 {
	margin-bottom: 8px;
	font-size: 19px;
}
#camille-sidebar .mc4wp-form p {
	display: block;
}
#camille-sidebar .mc4wp-form p:last-of-type {
	margin-bottom: 0;
}
#camille-sidebar .mc4wp-form-fields p.camille-mc4wp-para-text {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 17px;
	color: #000000;
}
#camille-sidebar .mc4wp-form-fields .camille-mc4wp-subheading-text {
	font-size: 12px;
	margin-bottom: 5px;
}
#camille-sidebar .mc4wp-form-fields input {
	width: 100%;
	margin: 0;
	box-sizing: border-box !important;
	border: 0px;
	padding: 15px;
	text-align: center;
}
#camille-sidebar .mc4wp-form-fields input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
	text-align: left;
}
#camille-sidebar .mc4wp-form-fields input[type="submit"] {
	width: auto;
	display: inline-block;
	margin: 0;
	background-color: #303b32;
}

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

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

/* ---- Call to Action Widget ---- */	
.camille_cta_widget {
	background: #303B32;
	text-align: center;
	padding: 100px 0 !important;
}
#camille-footer .camille_cta_widget {
	margin-bottom: 0;
}
.camille-cta-subtitle {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 23px;
	color: #FFFFFF;
}
.camille-cta-description {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	letter-spacing: 0px;
	margin: 0;
	color: #FFFFFF;
	line-height: 1.4;
	padding: 0 100px;
}
.camille-cta-link-text {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	background: #DABCAB;
	color: #000000;
	padding: 12px 15px;
	margin: 30px 0 0 0;
	line-height: 1;
}
.camille-cta-link-text:hover {
	background-color: #E8DBCF;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

/* ---- Instagram Footer ---- */	
#camille-footer .zoom-instagram-widget {
	position: relative;
	padding: 105px 0 75px;
	margin: 0 auto;
	width: 1200px;
}
#camille-footer  .zoom-instagram-widget__follow-me {
	position: absolute;
	right: 0;
	left: 0;
	top: 25px;
	margin: auto;
}
#camille-footer  .zoom-instagram-widget__follow-me a {
	font-family: 'Silver South Script';
	position: relative;
	border: 0px;
	padding: 15px 0 !important;
	color: #000000 !important;
	font-size: 75px;
	letter-spacing: 3px;
	font-weight: normal !important;
	border-radius: 0;
	padding: 0;
	z-index: 1;
	text-transform: none;
	line-height: 1;
	overflow: visible;
}
#camille-footer  .zoom-instagram-widget__follow-me a:hover {
	color: #DABCAB !important;
	background: transparent !important;
}
#camille-footer .zoom-instagram-widget__item {
	margin-bottom: 0px !important;
}
#camille-footer.camille-footer-has-menu .instagram-footer-widget,
#camille-footer.camille-footer-has-social-media .instagram-footer-widget {
	padding-bottom: 0px;
}

/* ---- Footer Container + Menu ---- */	
.camille-footer-container {
	font-weight: 500;
	box-sizing: border-box;
	clear: both;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.3em;
	letter-spacing: 1px;
	overflow: auto;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.camille-footer-sm-menu-container {
	padding: 55px 25px;
}
.camille-footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0 40px 0 0;
}
.camille-footer-menu li:last-of-type {
	margin: 0;
}
.camille-footer-menu li a  {
	color: #000000;
}

/* ---- Social Media ---- */	
.camille-footer-has-menu .camille-social-media-follow-icons {
	margin: 32px 0 0 0;
}
.camille-footer-sm-menu-container .camille-social-media-follow-icons {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
}
#camille-footer .camille-social-media-follow-icons a {
	color: #DABCAB;
	margin: 0 20px 0 0;
	font-size: 16px;
	display: inline-block;
	line-height: 1em;
}
#camille-footer .camille-social-media-follow-icons a:last-of-type {
	margin: 0;
}

/* ---- Edge Cases ---- */	
.camille-footer-no-menu.camille-footer-no-social-media .camille-footer-sm-menu-container {
	padding: 0;
}
.camille-footer-no-insta-widget.camille-footer-no-menu.camille-footer-has-social-media .camille-footer-sm-menu-container {
	padding: 55px 25px 0;
}
#camille-footer.camille-footer-no-cta-widget:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: #E8DBCF;
	z-index: -1;
}
#camille-footer.camille-footer-no-cta-widget.camille-footer-no-instagram:before {
	height: 100%;
}

/* ---- Copyright ---- */	
.ph-copyright {
	margin: 0;
	padding: 40px 25px;
	text-align: center;
	clear: both;
	background: #FFFFFF;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.ph-marketing {
	margin-left: 21px;
	position: relative;
}
.ph-marketing:before  {
	position: absolute;
	content: '';
	top: 3px;
	left: -12px;
	height: 10px;
	border-left: 1px solid #000000;
	width: 1px;
}
.ph-marketing a {
	color: #000000;
}

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


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

/* -- Color Palettes -- */
.has-very-dark-greyish-green-color {
	color: #303b32 !important;
}
.has-light-greyish-orange-color {
	color: #e8dbcf !important;
}
.has-very-soft-orange-color {
	color: #dabcab !important;
}
.has-very-dark-greyish-green-background-color,
.is-style-outline .wp-block-button__link.has-very-dark-greyish-green-background-color {
	background-color: #303b32 !important;
}
.has-light-greyish-orange-background-color,
.is-style-outline .wp-block-button__link.has-light-greyish-orange-background-color {
	background-color: #e8dbcf !important;
}
.has-very-soft-orange-background-color,
.is-style-outline .wp-block-button__link.has-very-soft-orange-background-color {
	background-color: #dabcab !important;
}
.wp-block-cover.has-background-dim.has-very-dark-greyish-green-background-color,
.wp-block-cover.has-background-dim.has-light-greyish-orange-background-color,
.wp-block-cover.has-background-dim.has-very-soft-orange-background-color {
	background-size: cover;
	background-position: center center;
}
a.wp-block-button__link:hover,
.is-style-outline .wp-block-button__link.has-very-dark-greyish-green-background-color:hover,
.is-style-outline .wp-block-button__link.has-light-greyish-orange-background-color:hover,
.is-style-outline .wp-block-button__link.has-very-soft-orange-background-color:hover {
	background-color: #999999 !important;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;	
}

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

/* -- Full-Width Narrow Page Template -- */
.page-template-page-narrowfullwidth .camille-container, 
.page-template-page-narrowfullwidth .camille-full-width {
	overflow: visible;
}
.camille_fullwidth_narrow .camille-page-content-wrapper {
	width: 835px;
	margin: 0 auto;
}
.page-template-page-narrowfullwidth .camille-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;
}
.camille-page-wrapper hr.wp-block-separator {
	border-bottom: 2px solid;
	opacity: 1;
}
.wp-block-separator.is-style-wide {
	width: 100%;
}
.camille-page-wrapper hr.wp-block-separator.is-style-dots {
	width: auto;
	border: 0px;
}
.camille-page-wrapper .wp-block-table table {
	margin-bottom: 20px;
}
.camille-page-wrapper .wp-block-table.alignleft table,
.camille-page-wrapper .wp-block-table.right table {
	margin-bottom: 0;
}
.wp-block-table.aligncenter {
	margin-bottom: 0;
}
.wp-block-table.is-style-stripes,
.camille-post-content table.wp-block-table.is-style-stripes,
.camille-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;
}
.camille-post-content table.wp-block-table.alignleft,
.camille-post-content table.wp-block-table.alignright {
	margin-bottom: 10px;
}
.camille_fullwidth_narrow .alignfull.wp-block-table {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-file.alignwide,
.wp-block-file.alignfull {
	text-align: center;
}
.wp-block-file .wp-block-file__button {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12.5px;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 11px 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.wp-block-file a.wp-block-file__button:hover {
	background-color: #999999;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;	
}
pre.wp-block-verse {
	white-space: pre-wrap;
	line-height: 1.2;
}
.wp-block-spacer {
	clear: both;
}

/* -- Quotes -- */
.wp-block-quote.is-style-large {
	margin: 0 0 20px 0;
	padding: 0;
}
.wp-block-quote.is-style-large p {
	font-size: 21px;
	line-height: 1.8;
}
.wp-block-quote.is-style-large cite {
	font-size: 13px;
}
.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: 19px;
	color: inherit;
	border: 0px;
	letter-spacing: 0px;
	line-height: 1.7;
}
.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: #888888;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.wp-block-pullquote.alignleft {
	margin: 8px 30px 20px 0;
}
.wp-block-pullquote.alignleft.is-style-solid-color {
	margin: 6px 30px 20px 0;
}
.wp-block-pullquote.alignright {
	margin: 8px 0 20px 30px;
}
.wp-block-pullquote.alignright.is-style-solid-color {
	margin: 6px 0 20px 30px;
}

/* -- Images -- */
.wp-block-image .alignleft,
.wp-block-image .aligncenter,
.wp-block-image .alignright, 
.wp-block-image .alignnone,
.wp-block-embed.alignleft,
.wp-block-embed.alignright, 
.wp-block-embed.alignnone {
	margin-bottom: 5px;
}
.wp-block-image.alignwide {
	max-width: inherit;
}
.wp-block-image.alignwide img {
	max-width: initial;
}
.wp-block-image figcaption {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 11px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.wp-block-image.alignfull figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-image .aligncenter figcaption {
	padding: 0 20px;
}
.wp-block-embed figcaption {
	font-size: 11px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
}
.wp-block-embed.alignfull figcaption,
.wp-block-embed.alignwide figcaption {
	padding: 0 20px;
}
.wp-block-embed iframe {
	max-width: 100%;
}
.wp-block-embed.aligncenter {
	margin-bottom: 20px;
	clear: both;
}
.wp-block-media-text {
	margin-bottom: 20px;
}
.wp-block-media-text .wp-block-media-text__media {
	line-height: 0;
}
.wp-block-media-text p {
	margin-bottom: 0px;
	padding: 15px 0;
}
.camille-post-content ul.wp-block-gallery,
.camille-page-content ul.wp-block-gallery,
.camille-page-wrapper ul.blocks-gallery-grid {
	padding-left: 0px;
	margin-bottom: 10px;
}
.camille-post-content ul.wp-block-gallery.alignleft,
.camille-page-content ul.wp-block-gallery.alignleft,
.camille-post-content ul.wp-block-gallery.alignright,
.camille-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;
	line-height: 1.2;
	font-size: 11px;
	padding-top: 11px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	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.2;
	font-size: 11px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: -12px 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: 15px;
}
.wp-block-button.alignleft {
	margin-right: 15px;
}
a.wp-block-button__link {
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 11px 12px;
	font-weight: 500;
	background-color: #000000;
	font-family: 'Montserrat', sans-serif;
}

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

/* -- Archives, Categories -- */
.wp-block-categories.alignleft,
.wp-block-categories.alignright, 
.wp-block-archives.alignleft,
.wp-block-archives.alignright {
	margin-bottom: 5px;
}
.camille-post-content ul.wp-block-archives,
.camille-page-content ul.wp-block-archives,
.camille-post-content ul.wp-block-categories,
.camille-page-content ul.wp-block-categories {
	margin-bottom: 5px;
	padding-left: 30px;
}
.camille-post-content ul.wp-block-archives.aligncenter,
.camille-page-content ul.wp-block-archives.aligncenter,
.camille-post-content ul.wp-block-categories.aligncenter,
.camille-page-content ul.wp-block-categories.aligncenter {
	padding-left: 0;
	margin-bottom: 20px;
}
.camille-post-content ul.wp-block-archives.alignright,
.camille-page-content ul.wp-block-archives.alignright,
.camille-post-content ul.wp-block-categories.alignright,
.camille-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-dropdown select {
    padding: 5px 0 5px 10px;
    border: 1px solid #e5e5e5;
    min-width: 250px;
    width: auto;
    height: 42px;
    font-size: 12.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.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: #dabcab;
}
#camille-content .wp-block-archives.aligncenter,
#camille-content .wp-block-categories.aligncenter,
#camille-content .wp-block-archives.alignfull,
#camille-content .wp-block-categories.alignfull,
#camille-content .wp-block-archives.alignwide,
#camille-content .wp-block-categories.alignwide {
	text-align: center;
	padding-left: 0;
}
#camille-content .wp-block-categories-list ul.children {
	padding-left: 35px;
}
#camille-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;
}
.camille-post-content ul.wp-block-archives.alignfull,
.camille-page-content ul.wp-block-archives.alignfull,
.camille-post-content ul.wp-block-archives.alignwide,
.camille-page-content ul.wp-block-archives.alignwide,
.camille-post-content ul.wp-block-categories.alignfull,
.camille-page-content ul.wp-block-categories.alignfull,
.camille-post-content ul.wp-block-categories.alignwide,
.camille-page-content ul.wp-block-categories.alignwide {
	text-align: center;
	padding: 0;
}

/* -- Latest Posts -- */
.camille-post-content ul.wp-block-latest-posts,
.camille-page-content ul.wp-block-latest-posts {
	padding: 25px;
	margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #f8f6f0;
    box-sizing: border-box;
}
.camille-post-content ul.wp-block-latest-posts.is-grid,
.camille-page-content ul.wp-block-latest-posts.is-grid {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.camille-post-content ul.wp-block-latest-posts > li,
.camille-page-content ul.wp-block-latest-posts > li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	overflow: auto;
}
.camille-post-content ul.wp-block-latest-posts > li:last-of-type,
.camille-page-content ul.wp-block-latest-posts > li:last-of-type {
	margin-bottom: 0;
}
.camille-post-content ul.wp-block-latest-posts.is-grid > li:last-of-type,
.camille-page-content ul.wp-block-latest-posts.is-grid > li:last-of-type {
	margin-bottom: 25px;
}
.camille-post-content ul.wp-block-latest-posts.is-grid > li,
.camille-page-content ul.wp-block-latest-posts.is-grid > li {
	padding: 17px 0;
	border: none;
	background: #ffffff;
	text-align: center;
}
.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.wp-block-latest-posts.columns-2 li {
	width: calc(50% - .626em);
}
.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 .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 {
	color: #000000;
	text-transform: none;
	font-size: 23px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	margin-bottom: 3px;
}
.wp-block-latest-posts__post-date {
	font-size: 12.5px;
	color: #888888;
	text-transform: uppercase;
	margin: 1px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.wp-block-latest-posts__post-excerpt {
	margin-bottom: 0;
	font-size: .95em;	
}
.wp-block-latest-posts__post-author {
	font-size: .925em;
	color: #000000;
}
.wp-block-latest-posts.wp-block-latest-posts__list.alignright {
	text-align:right;
}

/* The Grid of Posts */
.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 {
	font-size: 20px;
	padding: 0 17px;
	clear: both;
}
.is-grid .wp-block-latest-posts__post-author {
	font-size: .865em;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date {
	padding: 0 15px;
	font-size: .75em;
}
.is-grid .wp-block-latest-posts__post-excerpt {
	padding: 0 10px;
	font-size: .85em;
}

/* -- 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;
}
.camille-post-content ol.wp-block-latest-comments > li,
.camille-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: 0px;
	padding: 1px 2px 1px 0;
	line-height: 1;
	font-size: 18px;
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: normal;
}
a.wp-block-latest-comments__comment-link {
	color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
}
.wp-block-latest-comments__comment-date {
	font-size: 12.5px;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	color: #888888;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-family: 500;
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: 16.5px;
	margin: 12px 0 0 0;
	line-height: 1.7;
}
/* ------------------------------- END Gutenberg ------------------------------- */