.sp-megamenu-parent > li.active > a {
	font-weight: 600 !important;
}
#sp-header {
	background: #080806 !important;
}
#sp-main-body {
	padding: 50px 0;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 90%, rgba(225, 217, 203, 1) 100%);
}
li {
	margin-bottom: 20px;
}
h1.sp-module-title {
	text-align: center;
}

/* OFF-CANVAS MENU */
.burger-icon {
	width: 36px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
	margin-top: -12px;
	top: auto !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	line-height: 18px;
	font-family: "Open Sans Condensed", sans-serif !important;
	font-weight: bold;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
	margin-top: 10px !important;
}
.menu-separator {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info {
	font-size: 18px !important;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info, .offcanvas-menu .offcanvas-inner .social-icons {
	font-size: 30px;
}

/* MENU */
.sp-megamenu-parent > li {
	margin: auto;
}
.sp-megamenu-parent .sp-dropdown li.sp-has-child:hover > span,
.sp-megamenu-parent .sp-dropdown li.sp-has-child:focus-within > span{
    color: #1F3B62 !important;       /* dark text */
    background-color: #A79066 !important; /* gold background like submenu hover */
}
.sp-menu-item.sp-has-child {
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 22px;
	color: #A79066;
	width:100%
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-separator > a  {
	color: #080806 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	padding: 0;
	background: #080806;	
}
.sp-dropdown-items li {
	margin-bottom: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	color: #A79066;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 15px 10px;
	position: relative;
}

.sp-dropdown-items .sp-menu-item:hover {
	background-color: #A79066;
	color: #080806;	
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #C6A156 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: #080806 !important;
}

.sp-dropdown-items .sp-menu-item > a {
	color: #A79066 !important;
}

/*.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active:hover {
	color: #080806 !important;
}*/



.btn.btn-warning.btn-sm {
	background-color: #F3EDE0;
	border: 2px solid #C6A156;
	font-size: 16px;
	padding: 8px 12px 10px 8px !important;
}

.btn:hover {
	background-color: #C6A156 !important;
	border-color: #C6A156 !important;
}
.btn:hover.btn.btn-info:hover {
	color: #080806;
}
.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
	margin-left: 0 !important;
	background: #C1B195;
	color: #000 !important;
}

.form-control {
	border: 1px solid #C1B195 !important;
}

/* Modules Styles */

.sp-module-content p {
	line-height: 30px;
	padding: 10px;
}
#sp-user-positions {
	margin: 20px auto 20px;
}
.sp-column.position-1, .sp-column.position-2, .sp-column.position-3 {
	border: 1px solid #A79066;
	/* padding: 20px; */
	margin-bottom: 40px;
}
#sp-position1 .sp-module-title, #sp-position2 .sp-module-title, #sp-position3 .sp-module-title {
	font-family: 'Cinzel', serif;
	font-size: 40px;
	background-color: #A79066;
	padding: 10px;
	color: #fff;
}

#sp-footer {
	font-size: 16px;
}
#sp-footer #sp-footer2 {
	text-align: left;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
	color: #C6A156;
}
.oscategorymenu ul li {
	border-bottom: none !important;
}
.social-icons {
	font-size: 30px;
}
.fa-facebook, .fa-youtube, .fa-instagram {
	color: #C6A156;
}
svg {
	width: 30px !important;
	color: #C6A156;	
}
#sp-copyright {
	text-align: center;
	font-size: 16px;
}


/* MEDIA QUERIES */
@media (min-width:1200px) {
#sp-featured-bottom {
	padding: 25px 90px;
	margin: 20px auto 30px;
}
.h3, h3 {
	font-size: 1.75rem;
	margin-bottom: 30px;
	font-family: 'Cinzel',serif;
}
}

@media (max-width: 575px) {
  #sp-header .logo {
    margin-left:80px;
  }
}
