#access {
	background-image: url(images/bg_nav.jpg) repeat-y;
	background: #230f06; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#beb291, #230f06);
	background: -o-linear-gradient(#beb291, #230f06);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#beb291), to(#230f06)); /* older webkit syntax */
	background: -webkit-linear-gradient(#beb291 #230f06);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #c8bc9c; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#c8bc9c, #938768);
	background: -o-linear-gradient(#c8bc9c, #938768);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8bc9c), to(#938768)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#c8bc9c, #938768);
	color: #240800;
}
h1 {
	font-size: 36px;
	color: #3d170c;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.5em;
	padding:10px 0;
}
h2 {
	font-size: 20px;
	color: #3d170c;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.5em;
	padding:10px 0;
}
h3.entry-title, h3 {
	font-size: 16px !important;
	color: #3d170c;
	text-transform: uppercase !important;
	font-weight: bold;
	line-height: 1.5em;
	padding:10px 0;
}
.wp-block-column h3 {
	font-size: 14px;
	color: #3d170c;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
	padding:10px 0;
}
h4 {
	font-size: 16px;
	color: #3d170c;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.5em;
	padding:10px 0;
}
#secondary h1{
	font-size: 24px;
	color: #3d170c;
	text-transform: Capitalize;
	font-weight: bold;
	line-height: 1.5em;
}

#access ul.submenu  li.menu-item a{
background: #230f06;
}

#access ul li, #access ul li ul li {
	font-size: 14px;
	font-weight: bold;
		border-right-color: #ffffff;
}

#access ul li ul li > a,
#access a:focus {
	background: #c8bc9c;
	color: #373737;
}

#access ul li ul li:hover > a,
#access a:focus {
	background:#373737;
	color: #ffffff;
}
.rt-col-lg-6, .rt-holder, .rt-detail, .rt-col-lg-12 {
	background-color: #ffffff;
}
.rt-col-lg-6, .rt-col-lg-12{
	border-right: solid .25px #beb291;
}
.rt-equal-height {
	height: 650px !important;
}
.layout2 .rt-equal-height {
	height: 275px !important;
}

.shareaholic-recommendations-container {
	display: none;
}