article.item {
    margin-bottom: 50px;
    padding: 20px;
    background-color: white;
	}
	/* 	By default Helix 3 mega menu is adjust to off-canva in a screen resolution below 480px. 
If you want to have off-canvas menu for a bigger screen resolution just add below CSS code to your custom css file.*/

@media (max-width: 1201px){
.sp-megamenu-parent {
    display: none !important;
  }
#offcanvas-toggler {
    display: inline-block !important;
  }
}
#sp-bottom1 {
	margin-bottom: 30px;
}
#sp-bottom2 {
	margin-bottom: 30px;
}
blockquote {
	border-left: solid 10px #bb4a28;
	padding: 2px 10px 0px 10px;
	font-weight: 500;
	/* border-bottom: solid 1px #d4af3a; */
	/* font-variant: petite-caps; */
	font-size: 16px;
	text-align: justify;
	font-family: Open Sans;
	font-style: italic;
	/* font-variant: inherit; */
}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	background-color: rgb(135, 115, 78);
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
	transition: 0.5s;
	z-index: 10000;
}
#sp-top-bar {
	height: auto;
	font-size: 15px;
}
#sp-top2 {
	text-align: center;
}
.sp-pre-loader .sp-loader-with-logo .line {
	background: #c63133;
	bottom: 0;
	height: 10px;
	left: 0;
	position: absolute;
	top: auto;
}
.entry-header h2 a {
	color: #000;
	/* text-transform: capitalize; */
	font-style: oblique;
	line-height: 30px;
	font-variant-caps: all-petite-caps;
	font-weight: 700;
	font-size: 20pt;
}
#sp-main-body {
	background-color: #dedede;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 15px;
	line-height: 90px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.sp-page-title {
	height: 40px;
	padding: 10px;
}
.entry-header {
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #f2f2f2;
	border-bottom: solid 3px #beaa86;
#sp-left {
	background-color: #f2f2f2;
	padding: 10px;
}
