/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
.slider-caption h2 {
	font-size: 3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
	

.menu-container > .menu-item > .menu-link {
		position: relative;
		margin: 30px 15px;
		padding: 0 3px;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 12px;
		letter-spacing: 1px;
		color: #525C60;
	}

	.primary-menu.style-ecommerce .menu-container > .menu-item > .menu-link::after {
		position: absolute;
		content: '';
		top: auto;
		left: 50%;
		bottom: 0;
		width: 0px;
		height: 2px;
		background-color: #9F5758;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.primary-menu.style-ecommerce .menu-container > .menu-item:hover > .menu-link,
	.primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link { color: #9F5758; }


.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #863b3c;
	text-shadow: none;
}

.text-burgundy {
	color: #863b3c;
}

.bg-lightgrey
{ background-color: #F3F0F0 !important; }

.footer-links
{
	font-size: 11px;
	color: #5E5E5E;
}
.footer-link {
	font-family: 'Montserrat';
	color: #000;
	opacity: .9;
	font-weight: 300;
	font-size: 12px;
}
.footer-link a {
	font-family: 'Montserrat';
	color: #000;
	opacity: 1;
	font-weight: 300;
	font-size: 12px;
}

.dark .slider-caption a {
	color: #fff !important;
	font-weight: 500;
}
.dark .slider-caption a:hover {
	color: #B0B0B0 !important;
	font-weight: 500;
}	
.whitelink a:link {
	color: #fff !important;
	font-weight: 500;
}
.whitelink a:link{
	color: #fff !important;
	font-weight: 500;
}
.whitelink a:hover {
	color: #B0B0B0 !important;
	font-weight: 500;
}
.emphasis-title h3 {
	font-size: 36px;
	letter-spacing: 1px;
}

#page-title.page-title-dark p { color: rgba(255,255,255,0.9) !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 700;
}
#page-title.page-title-dark p.lead { 
	color: rgba(255,255,255,0.9) !important; 
  	font-size: 1.25rem;
}
p a:link {
	color: #863b3c;
	text-decoration: none !important;
}
p a:hover {
	color: #222;
	text-decoration: underline !important;
}

.entry-meta li {
	font-size: 100%;
	margin: 0 15px 10px 0;
	color: #863b3c;
}
.entry-title h2,
.entry-title h3,
.entry-title h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
}

@media (max-width: 767px) {

  // Align text to center.
  .text-xs-center {
   text-align: center !important;
  } 
}