  .site {
            background-color: #EFEBE4
        }

/* Removes padding from the top of the homepage so the content area doesn't go above the parallax image */
.post-77 {
	padding-top: 0px;
}

/* Removes page titles */
.page .entry-title {
	display: none;
}

/* Change the line height -- 7888155-hc */
body, button, input, select, textarea {
	line-height:1.3;
}

/* Change the paragraph and heading bottom margins -- 7888155-hc */
p {
	margin-bottom:1.3em; /* default: 1.5em */
}
@media screen and (min-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 1rem; /* default: 19rem */
	}	
}

/* Remove Site Footer Space */
.site-footer {
	display:none;
}

/* remove bottom padding for hentry in the homepage */
@media screen and (min-width: 1020px) {
	.home .hentry {
		padding-bottom: 0em;
	}
}


.blog .entry-title a{
  font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Algiers;
}


/* Change Weight of Post Titles | kb-8653764-hc */
.single-post .entry-title {
	line-height: 44px;
  font-weight: 300;
	letter-spacing: 2px;
	font-size: 34px;
	font-family: Algiers, Helvetica, Arial, sans-serif;
	color: #8A7463;
	padding-top: 2%;
}

.single-post .entry-content p {
  line-height: 2;
  font-size: 15px;
	font-family: minerva-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: 400;
}

/* change navigation accent color #8752483-hc */
.main-navigation a:link, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: #8E7361;
	font-family: minerva-modern;
	font-size: 11px;
}

/* change navigation typeface */

.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: #8E7361;
	font-family: minerva-modern;
	font-size: 11px;
}

/* change blog post title border color #8752483-hc */
.entry-title::after, .page-title::after, .widget-title::after, .post-grid .entry-title::after {
    background-color: #894e0e;
	margin-top: 3%;
		margin-bottom: 3%;
	width: 15%;
}

/* change back to top background color #8752483-hc */
.back-to-top a {
    background-color: #894e0e;
}

/* change site logo padding #8752483-hc */
.navbar-brand {
    padding-top: 1.65rem;
    padding-bottom: 1.55rem;
	padding-left: 0rem;
}
/* change navbar styles #8752483-hc */
.navbar {
    background-color: #F7F5F2;
    border-bottom: #F7F5F2;    
}
/* reduce site content padding #8752483-hc */
.site-content {
    padding-top: 30px;
}
/* change entry title font on blog page #8752483-hc */
.blog .entry-title {
    font-family: Algiers, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px;
	color: #2B3533;
}
/* change entry content font size on blog page #8752483-hc */
.blog .entry-main p {
    font-size: 85%;
	font-family: Algiers, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #2B3533;
	font-weight: 200;
}
/* change background color for posts on blog page #8752483-hc */
.blog .entry-main {
    background: #ffffff;
}

/* change background color opacity on hover #8752483-hc */
.has-post-thumbnail .entry-wrap:hover .entry-main, 
.has-post-thumbnail.format-quote .entry-wrap .entry-main {
        opacity: 0.89
}

/* change link color for entry meta #8752483-hc */
.entry-meta a:hover {
    color: #8A7463;
}

/* hide author and category links on post page #8752483-hc */
.single .cat-links,
.single .author {
    display: none;
}

/* change height of border after post title #8752483-hc */
.entry-title::after, 
.page-title::after, 
.widget-title::after, 
.post-grid .entry-title::after { 
        height: 1.5px;
}
/* hide entry meta on post page #8752483-hc */
.single .entry-meta {
    display: none;
}
/* reduce size of larger logo #8752483-hc */
.custom-logo {
    max-width: 240px;
}
/*  change footer nav link color / 8775896-hc bk */ 
.nav-links a:hover {
  color: #8A7463;
}
/* change letter spacing in menu | KW-8775896-hc */
.main-navigation a {
	letter-spacing: 3px;
	font-size:12px;
}

/* Customizing the drop down menu | #8889536-hc Kf */

	.main-navigation ul li ul {
		
	background-color: #dbd3c6;
	top: 55px;
	Border:0px;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	color: #F7F6F2;
	font-size:10px;
	font-weight:200;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #F7F6F2;
}

.main-navigation ul li ul li {
	border:0;
}
/* End Menu Customization | #8889536-hc Kf */

/* --- Mobile menu fixes / 1750994-zen (mS) --- */
@media screen and (max-width: 991px) {
  .main-navigation ul li ul {
    top: 0;
  }
  ul.navbar-nav {
    margin: 0;
  }
}

/* Change link color - hc-12851613 */
a, a:focus, a:active, a:hover {
  color: #8A7463; font-weight: 400;
}

.Blog-Hover a {font-family: Algiers, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 200;
}

.blog-date a {font-size: 18pt;font-family: Times New Roman, Times; letter-spacing: 2px; color: #ffffff; font-style: italic;
}

