/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#sp-main-body {
		padding: 45px 20px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 80px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #404040;
  color: #fff; 
}

.error-code, .coming-soon-number {
    color: #D30000!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

body.view-article .h2:not([itemprop="headline"]), body.view-article .h3, body.view-article .h4, body.view-article .h5, body.view-article .h6, body.view-article h2:not([itemprop="headline"]), body.view-article h3, body.view-article h4, body.view-article h5, body.view-article h6 {
	margin-top: 1.75rem;
}


@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 28px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 42px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 36px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 30px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 28px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 18px;
	font-size: 1.1rem;
	border-color: rgba(124, 10, 12, 0.4)!important;
}

input {
	font-size: 17px!important;
}

.form-control:focus {
	border-color: rgba(124, 10, 12, 0.6);
	box-shadow: 0 0 25px 5px rgba(124, 10, 12, 0.05)!important;
}

.form-select:focus {
	border-color: rgba(124, 10, 12, 0.6);
    box-shadow: 0 0 25px 5px rgba(124, 10, 12, 0.05)!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!important;
}

textarea {
	border-radius: 0!important;
	border-color: rgba(25, 25, 25, 0.2)!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 18px!important;
	border-radius: 0!important;
	border-color: rgba(25, 25, 25, 0.2)!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(124, 10, 12, 0.6);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff!important;
	font-size: 26px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0!important;
	padding: 12px 40px 15px 40px!important;
}

.btn:not([class*="fabrikgrid_"]):not(.clearFilters), .btn-primary, .sppb-btn-primary {
	background-color: #7c0a0c!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #252525;
	background-color: #e5d3b3;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff!important;
    background-color: #333!important;
	font-size: 26px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0!important;
	padding: 12px 40px 15px 40px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #fff!important;
	background-color: #606060!important;	
}


.btn-beige {
    display: inline-block!important;
    white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;	
    color: #252525!important;
    background-color: #e5d3b3!important;
    font-size: 20px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 30px!important;
}

.btn-beige:hover {
    color: #252525!important;
    background-color: #fff!important;
}

.btn-beige:focus-visible {
    color: #252525!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 12px rgba(124, 10, 12, 0.8)!important;
}

.btn-beige:active {
    color: #252525!important;
    background-color: #fff!important;
}


.btn-red-border {
    display: inline-block!important;
    white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;	
    color: #fff!important;
    background-color: #7c0a0c!important;
    font-size: 40px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border: 1px solid #fff!important;
    border-radius: 0!important;
    padding: 12px 40px 17px 40px!important;
}

@media screen and (max-width: 575px) {
	.btn-red-border {
		font-size: 28px!important;
		padding: 12px 35px 17px 35px!important;
	}
}

.btn-red-border:hover {
    color: #7c0a0c!important;
    background-color: #e5d3b3!important;
    border-color: #e5d3b3!important;
}

.btn-red-border:focus-visible {
    color: #7c0a0c!important;
    background-color: #e5d3b3!important;
    box-shadow: inset 0 0 12px rgba(124, 10, 12, 0.8)!important;
}

.btn-red-border:active {
    color: #7c0a0c!important;
    background-color: #e5d3b3!important;
}


.btn-event-cal {
    display: inline-block!important;
    white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;	
    color: #7c0a0c!important;
    background-color: #e5d3b3!important;
    font-size: 40px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border: none!important;
    border-radius: 0!important;
    padding: 12px 40px 17px 40px!important;
}

@media screen and (max-width: 575px) {
	.btn-event-cal {
		font-size: 28px!important;
		padding: 12px 35px 17px 35px!important;
	}
}

.btn-event-cal:hover {
    background-color: #fff!important;
}

.btn-event-cal:focus-visible {
    background-color: #fff!important;
    box-shadow: inset 0 0 12px rgba(124, 10, 12, 0.8)!important;
}

.btn-event-cal:active {
    background-color: #fff!important;
}


.btn-link-underline {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	color: #7c0a0c;
	font-size: 26px!important;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}

.btn-link-underline::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #132c59;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s ease, border-color 0.3s ease;
}

.btn-link-underline:hover::after {
    width: 35%;
    border-color: #b51f24;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(20, 20, 20, 0.90)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	padding: 8px 30px 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .btn-primary i {
	font-size: 18px!important;
}

#mksearch-modal .jconfirm-buttons button {
    color: #fff!important;
	background-color: #7c0a0c!important;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	padding: 15px 40px!important;
	border-radius: 0!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #252525!important;
	background-color: #e5d3b3!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #252525!important;
	background-color: #e5d3b3!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
	background-color: #e5d3b3!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* Convert Forms */
#sp-main-body .convertforms {
	background-color: transparent;
}

#sp-main-body .cf-control-group[data-type="heading"] {
    margin-bottom: 20px;
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
}

#sp-main-body .convertforms input, .convertforms textarea {
	color: #252525!important;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0!important;
}

#sp-main-body .cf-control-input h1, #sp-main-body .cf-control-input h2, #sp-main-body .cf-control-input h3, #sp-main-body .cf-control-input h4, #sp-main-body .cf-control-input h5, #sp-main-body .cf-control-input h6 {
	margin-top: 0!important;
	margin-bottom: 0!important;
	line-height: 1.2!important;
}

#sp-main-body .cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(124, 10, 12, 0.4)!important;
    box-shadow: 0 0 25px 5px rgba(124, 10, 12, 0.05)!important;
}

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 42px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 36px!important;
	}
}

#sp-main-body .cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff!important;
	background-color: #7c0a0c!important;
	font-size: 24px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0!important;
	padding: 13px 30px 17px 30px!important;
	transition: all 0.3s ease !important;
}

#sp-main-body .cf-btn:hover,
#sp-main-body .cf-btn:active,
#sp-main-body .cf-btn:focus {
	color: #252525!important;
	background-color: #e5d3b3!important;
}

#sp-main-body .convertforms .cf-response span {
	font-size: 18px!important;
}

#sp-main-body .convertforms .cf-response p:last-child {
	margin-top: 10px!important;
	margin-bottom: 12px!important;
}



/* Logo, top and main menu */
#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
}

#sp-top-bar {
    position: relative;
	display: flex;
    align-items: center;
	height: 50px;
}

@media screen and (max-width: 991px) {
	#sp-top-bar {
		display: none!important;
	}
}

#sp-top1 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
	#sp-top1 {
		padding: 0 15px 0 0;
	}
	
	#sp-top1 .menu {
		margin-right: -5px;		
	}
}

#sp-top1 .menu li {
	position: relative;
	padding: 0;
	padding: 0 14px;
}

#sp-top1 .menu li a {
    display: flex;
    align-items: center;
    gap: 8px; 
	font-family: 'Barlow Condensed', sans-serif;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding: 0; 
	text-transform: uppercase;
	text-decoration: none;
}

#sp-top1 .menu li a:hover {
	color: #7c0a0c;
}

#sp-top1 .menu li:last-child {
    margin-right: 0;
}

#sp-top1 .menu li a.trigger-mksearch {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#sp-top1 .menu li a.trigger-mksearch span {
    padding-right: 0!important;
    padding-left: 2px; 
    margin-top: 3px;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 1.0s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

#sp-logo, #sp-menu {
	position: relative;
	z-index: 9;
}

#sp-logo > .sp-column {
	position: absolute;
	left: 15px;
	top: -50px;
}

@media screen and (max-width: 991px) {
	#sp-logo > .sp-column {
		top: 0;
	}
}

#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
	left: 15px;
	top: 0;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-main-menu.header-sticky .logo-image {
	height: 140px;
}

#sp-logo-and-main-menu .logo {
    align-items: center;
    display: flex;
}

#sp-logo-and-main-menu.header-sticky .logo {
	box-shadow: 0 0 25px 5px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
	.logo-image {
		height: 100px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.logo-image {
		height: 120px!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-image {
		height: 180px!important;
	}
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-4 {
		width: 80%;
	}
	
	#sp-menu.col-lg-8 {
		width: 20%;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo.col-lg-4 {
		width: 350px;
	}
	
	#sp-menu.col-lg-8 {
		flex: 1 1 auto;
		width: auto;
	}
}

@media screen and (min-width: 1300px) {
	#sp-logo.col-lg-4 {
		width: 400px;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 575px) {
	.sp-megamenu-wrapper {
		padding: 20px 15px;
	}
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 15px;
		margin-right: calc((100vw - 1170px) / 2);
	}	
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 26px!important;
	}
	
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 12px;
	}
}

@media screen and (max-width: 1399px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 24px!important;
	}
	
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
	}
}

.sp-megamenu-parent>li.active:hover>a {
    color: #7c0a0c;
}

.sp-megamenu-parent>li>a {
    position: relative;
}

.sp-megamenu-parent>li.submenu-open>a::before,
.sp-megamenu-parent>li>a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #7c0a0c; 
}

.sp-megamenu-parent>li.sp-has-child.submenu-open>a::before,
.sp-megamenu-parent>li.sp-has-child>a:hover::before {
	left: calc(50% - 15px);
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    border-top: 5px solid #7c0a0c;
	left: -5px!important;
}

.megamenu-attractions ~ .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: -95px!important;
}

.sp-megamenu-parent .sp-dropdown li > a {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px!important;
	display: block!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
    flex-shrink: 0!important;
    z-index: auto!important;
}

.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}

.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

.offcanvas-menu > .d-flex.align-items-center {
	padding: 0 !important;
    width: 100%;
    height: 110px;
    background-color: #7c0a0c;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    position: absolute;
    left: 12px;
    top: 5px;	
	height: 100px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px 25px 25px 25px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #7c0a0c!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #7c0a0c;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}
}

@media screen and (max-width: 379px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 380px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff!important;
}

.offcanvas-menu .burger-icon {
	margin-top: 20px;
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 30px !important;
}

#sp-menu .burger-icon > span:nth-child(2) {
    width: 80%;
	margin-left: auto;
}

.close-offcanvas > .burger-icon > span {
    margin: 3.5px -3px;
	height: 3px;
	border-radius: 5px;
}

.burger-icon > span {
	height: 3px;
    background-color: #7c0a0c!important;
    border-radius: 5px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    line-height: 24px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 22px;
	line-height: 1.4;
	padding: 8px 12px;
	display: flex;
	font-weight: 700;
	text-transform: uppercase;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 12px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

ul.menu-child li {
	padding: 0;
}

.offcanvas-menu .offcanvas-top-right-menu {
	border-top: 1px solid #e5d3b3;
    padding-top: 20px!important;
}

.offcanvas-menu .offcanvas-top-right-menu li {
	display: flex!important;
	position: relative;
	margin: 14px 0;
}

.offcanvas-menu .offcanvas-top-right-menu li a {
	font-size: 20px!important;
	font-weight: 700!important;
	padding: 10px 10px!important;
}

.offcanvas-menu .offcanvas-top-right-menu li a span.fa-solid {
	flex-shrink: 0;
	margin-top: 2px;
}



/* lite-youtube */
lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    font-size: 60px;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #7c0a0c!important;
    background: none!important;
	font-weight: 900;
	font-size: 76px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	lite-youtube .lty-playbtn::after {
		font-size: 60px;
	}	
}

lite-youtube .lty-playbtn:hover::after {
    color: #7c0a0c!important; 
	transition: all 0.3s ease;
}

lite-youtube .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px;
	border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

lite-youtube .lty-playbtn:hover::before {
	background-color: #fff;
	transition: all 0.3s ease;
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}



/* Explore megamenu */
#section-explore-menu .explore-box-link a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%) scale(0);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #7c0a0c;
 transition: transform 0.3s ease;
    z-index: 100; 
}

#section-explore-menu .explore-box-link a:hover::before {
    transform: translateY(-50%) scale(1);
}



/* Section - hero */
@media screen and (max-width: 575px) {
	#section-hero {
		height: 350px!important;
		min-height: 350px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-hero {
		height: 400px!important;
		min-height: 400px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-hero {
		height: 450px!important;
		min-height: 450px!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-hero {
		height: 550px!important;
		min-height: 550px!important;
	}
}

@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 150px)!important;
		min-height: 600px!important;
	}
}

#section-hero > .sppb-container-inner,
#section-hero > .sppb-container-inner > .sppb-row {
	height: 100%;
}

#section-hero .text-sketch-underline .sppb-addon-content span {
	position: relative;
}

#section-hero .text-sketch-underline .sppb-addon-content span::after {
    content: "";
	position: absolute;
	right: 0;
	bottom: -35px;
	display: block;
    width: 100%; 
    height: 55px; 
    background-image: url('../../../images/tmpl/sketch-underline.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px; 
}

#section-hero .hero-text .sppb-addon-content {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


	
/* Section - news & updates */
#section-news .row [class^="col-lg"] {
    margin-bottom: 30px; 
}

@media screen and (min-width: 992px) {
	#section-news .row [class^="col-lg"] {
		margin-bottom: 0; 
	}
}

#section-news .mod-articles-item,
#section-news .mod-articles-item-content {
	height: 100%;
}

#section-news .mod-articles-item {
    border: 1px solid #d7d7d7;
}

#section-news .mod-articles-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
}

#section-news .blog-article-image-container {
	padding-top: 65%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 65%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
	border-radius: 0;
}

#section-news .blog-article-item-inner {
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-title {
	line-height: 1.1!important;
}

#section-news .mod-articles-link {
	font-weight: 500;
	display: inline;
	color: #27304b;
	font-size: 24px;
}

#section-news .mod-articles-link:hover {
	color: #7c0a0c!important;
}

#section-news .mod-articles-title {
	margin-bottom: 15px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #444!important;
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 45px 40px 50px 40px;
	border-radius: 0;
    z-index: 9;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 22px;
	}

	#section-news .mod-articles-text-content {
		padding: 30px 20px;	
	}
}

#section-news .readmore {
	margin-top: auto;
    padding-top: 12px;
}

#section-news .readmore a {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	color: #7c0a0c!important;
	font-size: 24px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}


#section-news .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #7c0a0c;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-news .readmore a:hover::after {
    width: 30%;
    border-color: #b51f24;
}

#section-news .readmore a:hover {
	color: #b51f24!important;
}



/* Footer */
@media screen and (min-width: 1200px) {
	#sp-footer1 { 
		padding-right: calc((100vw - 1170px) / 2);
	}	
}

/* socials */
#section-footer .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer .footer-socials ul li {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0;
}

#section-footer .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c0a0c;
    background-color: #fff;
	font-size: 20px;
    margin: 0;
    padding: 0!important;
    width: 60px;
    height: 60px;
    border: 1px solid #7c0a0c;
	border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer .footer-socials ul li a:hover span {
    color: #fff!important;
    background-color: #7c0a0c;
}

/* useful links*/
#section-footer .vertical-menu ul {
    list-style: none;
    padding: 0;
}

#section-footer .vertical-menu ul li {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    margin: 12px 0;
}

#section-footer .vertical-menu ul li:first-child {
    margin: 0 0 12px 0;
}

#section-footer .vertical-menu ul li a {
    display: inline-flex;
    align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #252525;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative; 
}

#section-footer .vertical-menu ul li a:hover {
	color: #b51f24;
}

@media screen and (max-width: 767px) {
    #section-footer .vertical-menu ul li a {
        padding: 2px 0;
        line-height: 1.2;
    }
}



/* Page header with bg */
body:not(.com-sppagebuilder) #sp-page-header {
    background-color: #e5d3b3;
	background-image: url('../../../images/tmpl/page-title-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: contain;
	animation-duration: 600ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.3;
	min-height: clamp(150px, calc(11.538461538vw + 108.462px), 330px);
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #7c0a0c;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		background-size: 160% auto;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 0 20px;  
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		background-size: 120% auto;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 0 30px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 30px 40px 6vw 40px; 
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 70px 40px 8vw 40px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 90px 40px 9vw 40px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 74px;	
	}
}



/* News & updates blog roll */
.blognews .article-list .row [class^="col-lg"] {
    margin-bottom: 40px; 
}

@media screen and (max-width: 991px) {
	.blognews .article-list .row [class^="col-lg"] {
		margin-bottom: 30px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blognews .article-list .row .col-lg-6 {
		width: 50%; 
	}
}

.blognews .article-list .article .article-intro-image, .blognews .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 65%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #070707;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: 1px solid #d7d7d7;
	border-radius: 0;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
    padding: 40px 40px;
    height: 100%;
    border-radius: 0;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-body {
		padding: 20px 20px;	
	}
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.blognews .blog-article-image-container {
	position: relative;
}	

.blognews .article-list .article-header h2 {
	font-size: 24px!important;
	line-height: 1.2;
	margin-bottom: 0!important;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-header h2 {
		font-size: 22px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #27304b;
	font-weight: 500!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #7c0a0c!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #444!important;
}

.blognews .article-list .article-introtext {
	padding-top: 15px;
}

.blognews .article-list .readmore {
	margin-top: auto;
}

.blognews .article-list .readmore a {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	color: #7c0a0c!important;
	font-size: 24px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}

.blognews .article-list .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #7c0a0c;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.blognews .article-list .readmore a:hover::after {
    width: 30%;
    border-color: #b51f24;
}

.blognews .article-list .readmore a:hover {
	color: #b51f24!important;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.8;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

blockquote, .blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin: 40px 30px;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #7c0a0c;
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 20px;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 30px 0;
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #7c0a0c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 0;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 10px!important;
	color: #252525 !important;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (max-width: 575px) {
	.pagination-wrapper .pagination-counter {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #252525;
	border-color: #e5d3b3;
    background-color: #e5d3b3;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #252525;
	border-color:  #e5d3b3;
    background-color:  #e5d3b3;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #7c0a0c;
	border-color: #7c0a0c;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 0!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 45px!important;
	text-align: center;
	margin: 4px;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    position: relative;
    font-size: 22px;
    font-weight: 600;
	padding-right: 30px;
    margin: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0;
}

.article-details [itemprop="articleBody"] [data-rlta-element=panel-content] p {
    line-height: 1.4!important;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	padding: 20px 30px 10px 30px;
	margin-top: -20px;
	background-color: #f7f2e8;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button][aria-expanded=false] {
    margin-bottom: 1em;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    border: 1px solid #eee;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 30px;
    background-color: #fff;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:hover {
    background-color: #f7f2e8;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:not([data-rlta-state=closed]), [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:not([data-rlta-state=closed]):hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]), [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]):hover {
    border-color: #eee;
	border-bottom-color: transparent!important;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover {
    background-color: #f7f2e8;
	padding: 30px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    color: #7c0a0c;
    background-color: #f7f2e8;
    border-radius: 0;
    border: 1px solid #eee;
	padding: 30px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    border-radius: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    margin-bottom: .75em;
}

[data-rlta-element=container][data-rlta-state=ready]:last-child, [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child, [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child {
    margin-bottom: 16px;
}
[data-rlta-element=container]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child {
    margin-bottom: 16px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"],
[data-rlta-element="container"] [role="button"][data-rlta-state="closed"] {
  position: relative;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 30px; 
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 30px;  
    font-weight: 900;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
	background-color: #7c0a0c;
}


.bouncing-arrow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	background-image: url('../../../images/tmpl/next-section.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 70px;
	cursor: pointer;
	width: 45px!important;
    height: 45px!important;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	z-index: 9999;
	-webkit-tap-highlight-color: transparent;
}

body.itemid-101 .bouncing-arrow {
	bottom: 0;
}

@-webkit-keyframes bounce{
	0%,
	20%,
	50%,
	80%,
	to{
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}

	40%{
		-webkit-transform: translateY(5px);
				transform: translateY(5px);
	}

	60%{
		-webkit-transform: translateY(3px);
				transform: translateY(3px);
	}
}

@keyframes bounce{
	0%,
	20%,
	50%,
	80%,
	to{
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}

	40%{
		-webkit-transform: translateY(5px);
				transform: translateY(5px);
	}

	60%{
		-webkit-transform: translateY(3px);
				transform: translateY(3px);
	}
}

@media screen and (max-width: 991px) {
	.bouncing-arrow {
		display: none!important;
	}
}