/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 30px 0 40px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 15px 40px 15px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 30px 75px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 55px !important;
    margin-bottom: 55px !important;	
	opacity: 1;
}

@media screen and (max-width: 480px) {
	hr {
		margin-top: 35px !important;
		margin-bottom: 35px !important;	
	}
}

.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 */
h3.sppb-addon-title {
	margin-top: 0!important;
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #7d1313;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
}

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: 54px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 46px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 38px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 30px;
	}

	.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: 14px;
	font-size: 1.1rem;
}

textarea {
	border-radius: 0!important;
}

textarea:focus,
.form-control:focus,
.form-select:focus {
	border-color: rgba(125, 19, 19, 0.4)!important;
	box-shadow: 0 0 25px 5px rgba(125, 19, 19, 0.05)!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!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: 14px!important;
	border-radius: 0!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(125, 19, 19, 0.4)!important;
    box-shadow: 0 0 25px 5px rgba(125, 19, 19, 0.05)!important;
}

.btn, .btn-primary, .sppb-btn-primary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #7d1313!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 40px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
    background-color: #b8824f!important;
}

.btn:focus-visible, .btn-primary:focus-visible, .sppb-btn-primary:focus-visible {
    background-color: #b8824f!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn:active, .btn-primary:active, .sppb-btn-primary:active {
    background-color: #b8824f!important;
}

.btn-secondary, .sppb-btn-secondary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #9d6c3f!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 40px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background-color: #7d1313!important;
}

.btn-secondary:focus-visible, .sppb-btn-secondary:focus-visible {
    background-color: #7d1313!important;
    box-shadow: inset 0 0 12px rgba(249, 160, 27, 0.8)!important;
}

.btn-secondary:active, .sppb-btn-secondary:active {
    background-color: #7d1313!important;
}


.btn-gold {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #9d6c3f!important;
    font-size: 20px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 40px!important;
}

.btn-gold:hover {
    color: #fff!important;
	background-color: #7d1313!important;
}

.btn-gold:focus-visible {
    color: #fff!important;
	background-color: #7d1313!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-gold:active {
    color: #fff!important;
	background-color: #7d1313!important;
}


.btn-red-arrow {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #7d1313;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #7d1313;
    border-radius: 0!important;
	padding: 16px 50px 16px 30px;
}

.btn-red-arrow::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	display: inline-block; 
	position: absolute; 
	right: 25px; 
	transition: transform 0.3s ease;
}

.btn-red-arrow:hover {
	color: #fff;
}

.btn-red-arrow:hover::after {
	transform: rotate(-45deg); 
}

.btn-red-arrow:focus, .btn-red-arrow:active {
	color: #fff;
	background-color: #7d1313;
}


.btn-gold-arrow {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #9d6c3f;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #9d6c3f;
    border-radius: 0!important;
	padding: 16px 50px 16px 30px;
}

.btn-gold-arrow::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	display: inline-block; 
	position: absolute; 
	right: 25px; 
	transition: transform 0.3s ease;
}

.btn-gold-arrow:hover {
	color: #fff;
}

.btn-gold-arrow:hover::after {
	transform: rotate(-45deg); 
}

.btn-gold-arrow:focus, .btn-gold-arrow:active {
	color: #fff;
	background-color: #b8824f;
}


.btn-white-tp-arrow {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #fff;
    border-radius: 0!important;
	padding: 16px 50px 16px 30px;
	box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0);
	transition: box-shadow 0.3s ease;
}

.btn-white-tp-arrow::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	display: inline-block; 
	position: absolute; 
	right: 25px; 
	transition: transform 0.3s ease;
}

.btn-white-tp-arrow:hover {
	color: #fff;
	box-shadow: inset 0 0 8px 2px rgba(255, 255, 255, 0.3)!important;
}

.btn-white-tp-arrow:hover::after {
	transform: rotate(-45deg); 
}

.btn-white-tp-arrow:focus, .btn-white-tp-arrow:active {
	color: #fff;
	background-color: transparent;
}



/* 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(25, 17, 10, 0.92)!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: 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #7d1313!important;
	font-size: 20px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 16px 40px!important;
	border-radius: 0!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #b8824f!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #b8824f!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: #b8824f!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 .cf-response p {
	margin-bottom: 0!important;
}

#sp-main-body .convertforms input, .convertforms textarea {
	font-size: 17px!important;
	color: #252525!important;
}

#sp-main-body .convertforms input {
	height: 54px;
}

#sp-main-body input::placeholder,
#sp-main-body textarea::placeholder {
    color: #606060;
}

#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 {
	font-family: 'Frank Ruhl Libre', sans-serif;
	margin-top: 0!important;
	margin-bottom: 0!important;
	line-height: 1.2!important;
}

@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 28px!important;
	}

	.cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.cf-control-input h1 {
		font-size: 30px!important;
	}

	.cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	.cf-control-input h1 {
		font-size: 54px!important;
	}

	.cf-control-input h2 {
		font-size: 46px!important;
	}
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.cf-btn {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #7d1313!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase!important;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 40px!important;
	opacity: 1!important;
	transition: all 0.3s ease;
}

.cf-btn:hover {
    color: #fff!important;
	background-color: #b8824f!important;
}

.cf-btn:focus-visible {
    color: #fff!important;
	background-color: #b8824f!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.cf-btn:active {
    color: #fff!important;
	background-color: #b8824f!important;
}

.convertforms.cf-success.cf-success-hideform .cf-fields, .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none!important;
}

.convertforms .cf-response p {
    margin-bottom: 0!important;
}



/* Logo, top and main menu */
#sp-logo-and-top-menu {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-top-menu {
		border-top: 5px solid #7d1313;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-top-menu {
		height: 130px;
	}
}

#sp-logo-and-top-menu > .container,
#sp-logo-and-top-menu > .container > .container-inner,
#sp-logo-and-top-menu > .container > .container-inner > .row {
	height: 100%;
}

/* sticky header */
#sp-main-menu.header-sticky {
	position: fixed!important;
	top: 0;
	width: calc(100% - 60px);
	animation: spFadeIn 1.0s;
	z-index: 999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	margin-left: 0!important;
	margin-right: 0!important;
	left: 30px;
	right: 30px;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-top-menu.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 1.0s;
		z-index: 999;
		background-color: #fff;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	}
	
	#sp-main-menu.header-sticky .sp-megamenu-wrapper {
        top: 40px;
	}
}

@media screen and (max-width: 575px) {
	#sp-main-menu.header-sticky .sp-megamenu-wrapper {
        top: 35px;
	}
}
/**/

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-top-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
	padding: 20px 0;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-6 {
		width: 80%;
	}
	
	#sp-top1.col-lg-6 {
		width: 20%;
	}
	
	.logo-image {
		height: 60px!important;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 1200px) {
	.logo-image {
		height: 94px!important;
	}
}

@media screen and (max-width: 575px) {
	.logo-image {
		height: 50px!important;
	}
}

#sp-top1 {
	padding: 0 8px 0 15px;
	display: flex;
	align-items: center;
	justify-content: end;
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

#sp-top1 .menu li {
	position: relative;
	padding: 0 15px;
}

#sp-top1 .menu li:first-child {
	padding: 0 15px 0 5px;
}

#sp-top1 .menu li a {
	position: relative;
	font-size: 18px;
	padding: 0; 
	display: inline-block;
	transition: all 0.3s ease;
}

#sp-top1 .menu li a {
	color: #252525;
}

#sp-top1 .menu li:last-child {
    margin-right: 0;
}

#sp-top1 .menu li span {
    color: #fff;
    background-color: #b8824f;
    padding: 8px !important;
    margin-right: 7px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#sp-top1 .menu li a:hover span {
    background-color: #7d1313;	
}

@media screen and (max-width: 1199px) {
	#sp-top1  {
		display:none;
	}
}

#sp-main-menu {
	margin-left: 30px;
    margin-right: 30px;
    z-index: 99;
    position: relative;
	background-color: #7d1313;
}

@media screen and (min-width: 1200px) {
	#sp-main-menu {
		margin-bottom: -60px;
	}
}

#sp-main-menu > .container {
	padding-right: 0;
}

@media screen and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		justify-content: end;
		width: auto!important;
	}
}

.sp-megamenu-wrapper {
	width: 100%;
}

.sp-megamenu-wrapper > ul {
	display: flex!important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	list-style-type: none; 
	padding: 0 110px; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 19px!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: 600;
}

.sp-megamenu-parent>li.active>a:hover {
    color: #b8824f;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item {
    vertical-align: top;    
}

#sp-main-menu .only-icon {
	font-size: 0px!important;
	line-height: 10px;
}

#sp-main-menu .only-icon span {
    font-size: 17px;
	color: #fff!important;
	padding-right: 0!important;
    transition: all 0.3s ease;
}

#sp-main-menu .only-icon:hover span {
	color: #b8824f!important;
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!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;
}
/**/

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-overlay {
    background: rgba(25, 17, 10, 0.92);
}

.offcanvas-menu > .d-flex {
	background-color: #fff;
}

.offcanvas-menu .logo {
	width: 80%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 0 15px 0 7px;
	margin-top: 0;
	height: auto!important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px!important
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #b8824f!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: #b8824f;
}

/* 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;
	}

	.sp-megamenu-wrapper {
		position: absolute;
        right: 5px;
        top: -65px;
	}
}

@media screen and (max-width: 575px) {
	.sp-megamenu-wrapper {
		position: absolute;
        right: 0;
        top: -60px;
	}	
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 30px;
    cursor: pointer;
}

.burger-icon > span {
    display: block;
    height: 3px;
	background-color: #7d1313!important;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
    border-radius: 5px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.9px -3px;
}

.close-offcanvas {
    top: 32px;
	right: 15px!important;
	z-index: 99;
}

@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.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

.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 {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .header-modules {
	padding: 0!important;
	margin: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 24px;
    line-height: 24px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-size: 22px;
	line-height: 1.4;
	padding: 8px 12px;
	color: #fff;
	font-weight: 600;
}

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 {
	color: #fff!important;
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1!important;
	padding: 12px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px!important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0;
}

.offcanvas-menu .top-menu-offcanvas {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px!important;
}

.offcanvas-menu .top-menu-offcanvas a {
	font-size: 18px!important;
	text-transform: lowercase!important;
}



/* Scroll up button */
.sp-scroll-up {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #7d1313;
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #b8824f;
}



/* Section - hero*/
@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 180px);
	}
}

#section-hero > .sppb-container-inner,
#section-hero > .sppb-container-inner > .sppb-row {
	height: 100%;
}

#section-hero .hero-text > .sppb-addon-title {
	font-size: clamp(2.375rem, 1.5385rem + 3.7179vw, 6rem)!important;
	line-height: 1.2;
}



/* Section - services */
#section-services .service-box-column .sppb-column-addons > .sppb-addon-wrapper {
	transition: box-shadow 0.3s ease;
}

#section-services .service-box-column .sppb-column-addons > .sppb-addon-wrapper:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

#section-services .service-box-column .sppb-column-addons > .sppb-addon-wrapper::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10%; 
    width: 80%;
    height: 5px;
    background-color: #b8824f;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#section-services .service-box-column .sppb-column-addons > .sppb-addon-wrapper:hover::after {
    opacity: 1;
}

#section-services .sppb-addon-content p {
	margin-bottom: 0!important;
}



/* Section - practice areas, team */
#section-practice-areas-team > .sppb-row-container > .sppb-row > .sppb-row-column {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}



/* Section - footer */
/* contacts */
#section-footer .menu-with-icons ul {
	list-style: none;
	padding-left: 0;
}

#section-footer .menu-with-icons ul li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
	#section-footer .menu-with-icons ul li {
		margin-bottom: 15px;
	}
}

#section-footer .menu-with-icons ul li a {
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	font-weight: 400!important;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

#section-footer .menu-with-icons ul li a.contact-us-email {
	text-transform: lowercase;
}

#section-footer .menu-with-icons ul li a.contact-us-address {
	max-width: 210px;
}

#section-footer .menu-with-icons ul li a:hover {
	color: #b8824f;
}

#section-footer .menu-with-icons ul li a::before {
	content: "";
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

#section-footer .menu-with-icons ul li a.contact-us-address::before {
	background-image: url('../../../images/tmpl/location.png'); 
	margin-top: -18px;
}

#section-footer .menu-with-icons ul li a.contact-us-phone::before {
	background-image: url('../../../images/tmpl/phone.png'); 
}

#section-footer .menu-with-icons ul li a.contact-us-email::before {
	background-image: url('../../../images/tmpl/envelope.png'); 
}

/* userful links */
#section-footer .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer .vertical-menu ul li {
	position: relative;
	margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
	#section-footer .vertical-menu ul li {
		margin-bottom: 10px;
	}
}

#section-footer .vertical-menu.contact-menu ul li {
	margin: 12px 0;
}

#section-footer .vertical-menu ul li a {
	position: relative;
	display: inline-flex;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
	#section-footer .vertical-menu ul li a {
		font-size: 16px;
	}
}

#section-footer .vertical-menu li a span {
	color: #ed3b3b;
	flex-shrink: 0;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#section-footer .vertical-menu li a span {
		flex-shrink: 0;
		margin-top: 2px;
	}

	#section-footer .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer .vertical-menu ul li a:hover {
	color: #b8824f;
}

#section-footer .vertical-menu ul li a:hover span {
    text-decoration-color: #202020!important;
}



/* Page header with bg */
body:not(.com-sppagebuilder) #sp-page-header {
    background-image: url('../../../images/tmpl/page-header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	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;
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 150px;
		padding: 20px 20px 30px 20px;  
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
		padding: 20px 30px 30px 30px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 46px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 220px;
		padding: 20px 40px 30px 40px; 
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 56px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 240px;
		padding: 20px 40px 30px 40px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 70px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 380px;
		padding: 70px 40px 20px 40px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 84px;	
	}
}



/* Team blog roll */
.blogteam .article-list {
    margin: 8px 0 30px 0; 
}

.blogteam .page-header {
    padding-bottom: 20px;
}

.blogteam .page-header h1 {
    margin-bottom: 0; 
}

@media screen and (max-width: 767px) {
	.blogteam .article-list {
		margin: 4px 0 20px 0; 
	}
}

.blogteam .article-list .row [class^="col-lg"] {
    margin-bottom: 30px; 
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogteam .article-list .row [class^="col-lg"] {
		width: 50%!important; 
	}
}

.blogteam .article-list .article::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10%; 
    width: 80%;
    height: 5px;
    background-color: #b8824f;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blogteam .article-list .article:hover::after {
    opacity: 1;
}

.blogteam .article-list .article:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.blogteam .article-list .article {
	display: flex;
    flex-direction: column;
	background-color: #FBF9F7;
	border: 1px solid #eee;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border-radius: 0;
}

.blogteam .article-list .article-body {
	padding: 20px 20px 45px 20px;
	text-align: center;
	flex: 1 1 auto;
}

.blogteam .article-list .article-intro-image {
    height: 420px;
    width: 100%;
    overflow: hidden;
    display: block;
	margin: 0;
    border-radius: 0;
}

.blogteam .article-list .article-intro-image a {
	background-color: #f5f5f5;
    display: block;
    height: 100%;
    width: 100%;
}

.blogteam .article-list .article-intro-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    display: block;
	border-radius: 0;
	filter: saturate(0.7) brightness(1);
	transition: filter 0.5s ease;
}


@media screen and (min-width: 480px) and (max-width: 575px) {
	.blogteam .article-list .article-intro-image,
	.blogteam .article-list .article-intro-image img {
		height: 480px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.blogteam .article-list .article-intro-image,
	.blogteam .article-list .article-intro-image img {
		height: 640px;
	}
}

.blogteam .article-list .article-intro-image img:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

.blogteam .article-list .article-header h2 {
	font-size: 24px!important;
	font-weight: 600!important;
	line-height: 1.5;
	margin-bottom: 0!important;
}

@media screen and (max-width: 991px) {
	.blogteam .article-list .article-header h2 {
		font-size: 24px!important;
		line-height: 1.3;
	}
}

.blogteam .article-list .article-header a {
	font-weight: 600!important;
}

.blogteam .article-list .article-header h2 a:hover {
	color: #7d1313!important;
}

.blogteam .article-list .article-header h2 a:focus,.blogteam .article-list .article-header h2 a:active {
	color: #252525!important;
}

.blogteam .team-member-job-title {
	font-size: 22px;
	color: #666;
}

.blogteam .article-list .article:not(:has(a)),
.blogteam .article-list .article:not(:has(a)) .article-intro-image,
.blogteam .article-list .article:not(:has(a)) .article-header h2 {
    cursor: default;
}

.blogteam .article-list .article:not(:has(a)):hover {
    box-shadow: none;
    transform: none;
}

.blogteam .article-list .article:not(:has(a)) .article-intro-image img:hover {
    filter: saturate(0.8) brightness(1); 
}



/* Team single article */
.team-article-details.team {
    margin: 0 auto;
    padding: 20px;
}

.team .team-cols-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.team .team-cols-container ul {
	padding: 5px 0 0 20px!important;
}

.team .team-cols-container ul li > ul {
	padding: 0!important;
}

.team .team-photo-col {
    flex: 0 0 350px; 
    min-width: 250px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.team .team-photo-col {
		flex: 0 0 300px; 
	}
}

.team .team-photo {
    width: 100%;
    text-align: center;
}

.team .team-photo img {
	width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid #b8824f;
}

.team .team-name-title-col {
    flex: 1;
}

.team .team-persons-name h2 {
    margin: 0!important;
    font-size: 38px;
    color: #333;
    font-weight: 600;
}

.team .team-job-title {
    font-size: 24px;
    color: #666;
    font-weight: 500;
    padding-bottom: 10px;
}

.team .team-email {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.team .team-email a {
    color: #252525;
	text-decoration: underline;
}

.team .team-email a:hover {
    color: #7d1313;
	text-decoration: none;
}

.team .team-description {
    margin-bottom: 25px;
    line-height: 1.6;
}

@media screen and (max-width: 575px) {
    .team .team-cols-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .team .team-photo-col {
        flex: none;
        width: 100%;
        text-align: center;
    }
    
    .team .team-photo {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .team .team-name-title-col {
        flex: none;
        width: 100%;
        min-width: auto;
    }
    
    .team .team-persons-name h2 {
        font-size: 28px;
        text-align: center;
    }
    
    .team .team-job-title {
        text-align: center;
        font-size: 22px;
    }
	
    .team .team-email {
        text-align: center;
    }
	
	.team .team-article-details.team  {
		padding: 0;
	}
}

@media screen and (max-width: 420px) {
	.team .team-photo {
        width: 100%;
		max-width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .team .team-cols-container {
		flex-direction: column;
    }

    .team .team-photo-col {
        flex: 0 0 250px;
        min-width: 200px;
		max-width: 300px;
    }
    
    .team .team-name-title-col {
        min-width: 250px;
    }
    
    .team .team-persons-name h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .team .team-cols-container {
        gap: 30px;
    }
}

.team .team-article-pagination {
	border-top: 1px solid #ddd;
	padding-top: 40px !important;
}

@media screen and (min-width: 1200px) {
	.team .team-article-pagination {
		margin: 0 100px;
	}
}

@media screen and (max-width: 899px) {
    .team-article-pagination {
        justify-content: center !important;
    }
    
    .team-article-pagination .pagination-next,
    .team-article-pagination .pagination-prev {
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }
}

.team .team-article-pagination a {
	color: #252525;
	transition: all 0.3s ease;
}

.team .team-article-pagination a:hover i {
	color: #fff;
	background-color: #b8824f!important;
}

.team .team-article-pagination .pagination-prev a i {
	background-color: #eff0f2;
    padding: 15px;
    margin-right: 20px;
	transition: all 0.3s ease;
}

.team .team-article-pagination .pagination-next a i {
	background-color: #eff0f2;
    padding: 15px;
    margin-left: 20px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 399px) {
	.team .team-article-pagination .pagination-prev a i {
		padding: 12px;
		margin-right: 10px;
	}

	.team .team-article-pagination .pagination-next a i {
		padding: 12px;
		margin-left: 10px;
	}
}



/* General single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details .article-header {
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	.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: 55%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden; 
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image {
		margin-bottom: 30px;
	}
}

.article-details .article-full-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;    
	object-fit: cover;  
    object-position: center;  
    border-radius: 0;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

blockquote, .blockquote {
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-size: 26px;
	font-weight: 700;
	background-color: #f4f4f4;
	border-left: 4px solid #b8824f;
	padding: 50px 60px;
	margin: 40px 200px 40px 0;
	line-height: 1.3!important;
	position: relative;
	border-radius: 0;
}

blockquote > span, .blockquote > span {
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
    display: block;
	text-transform: initial;
}

blockquote > span::before, .blockquote > span::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #b8824f;
    margin-right: 10px; 
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 22px;
		padding: 40px;
		margin: 40px 0;
	}
	
	blockquote > span, .blockquote > span {
		font-size: 18px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 20px;
		padding: 30px;
		margin: 30px 0;
	}
	
	blockquote > span, .blockquote > span {
		font-size: 17px;
		margin-top: 15px;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0 0 0 50px;
	margin: 0;
}

@media screen and (max-width: 480px) {
	.article-details ul {
		padding: 0;
	}
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

.article-details ul li > ul  {
	padding: 0 0 0 10px;
}

.article-details ul li > ul li {
	position: relative;
	padding: 0 0 0 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #b8824f;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-details ul li > ul li::before {
	content: '';
	top: 10px;
	width: 8px;
	height: 8px;
}



/* 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: #fff;
	border-color: #b8824f;
    background-color: #b8824f;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #b8824f;
    background-color:  #b8824f;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #7d1313;
	border-color: #7d1313;
}

.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] {
    margin-bottom: 18px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    padding: 0 0 0 25px;
	background-color: #fff;
	border-radius: 0;
	border-color: #eee;
}

[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] {
    border-radius: 0;
}

[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;
	border-color: #fff;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 5px 15px 5px 0;
}

@media screen and (max-width: 575px) {
	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] h3 {
		font-size: 18px;
	}
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:active {
	background-color: #fff;
	border-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]:focus {
	background-color: #fff;
	border-color: #eee;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open] {
	background-color: #fff!important;
	border-color: #fff!important;
}

[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]:hover {
	background-color: #fafafa;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f410';
    font-family: 'Font Awesome 6 Free';
    font-size: 24px;
    position: relative;
    font-weight: 300;
	padding: 12px 0;
    color: #fff;
    background-color: #b8824f;
    width: 70px;
    text-align: center;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 26px;
    position: relative;
    font-weight: 900;
	padding: 12px 0;
	border-left: 1px solid #eee;
    width: 70px;
    text-align: center;
}

@media screen and (max-width: 575px) {
	[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
		font-size: 20px;
		padding: 10px 0;
		color: #fff;
		width: 55px;
	}

	[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
		font-size: 22px;
		padding: 10px 0;
		width: 55px;
	}	
}