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

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 40px 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-main-body {
		padding: 40px 15px;
	}
}

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

#sp-main-body {
	background-color: #efefef;
}

body:not(.com-fabrik) #sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #808080!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.d-flex {
    display: none!important; 
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0!important;
}

a {
	font-weight: 500;
}

a:focus, a:active {
	font-weight: 500;
	color: #404040;
}

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

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

h3.sppb-addon-title {
	margin-bottom: 0;
}

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

@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!important;
	padding: 14px 34px 14px 14px!important;
	height: auto!important;
}

.form-control:focus {
	border-color: rgba(200, 137, 60, 0.4)!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;
}

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: 16px 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(200, 137, 60, 0.4);
    box-shadow: none;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #c8893c!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: 15px 28px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #d09b59!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!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: 15px 28px!important;
}

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

.btn-get-started { 
	border: 2px solid #fff!important; 
	padding: 20px 40px!important; 
	display: inline-block!important;  
	color: #fff!important;  
	background-color: #d09b59;
	text-transform: uppercase!important; 
	font-size: 20px!important; 
	font-weight: 700!important; 
	border-radius: 0!important; 
}

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

@media screen and (max-width: 575px) {
	.btn-get-started { 
		padding: 15px 30px!important; 
		font-size: 18px!important; 
	}
}



/* 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(37, 37, 37, 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 {
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #c8893c!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 18px 28px!important;
	border-radius: 0!important;
}

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

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #d09b59!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: #d09b59!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;
}



/* Menu */
.offcanvas-menu {
    margin-top: 0!important;
    interactivity: auto!important;
}

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

	#offcanvas-toggler::after {
		content: "MENU";
		color: #fff;
		margin: 0px 0px 0px 3px;
		display: block;
		font-weight: 600;
	}
	
	#sp-menu .burger-icon {
		margin-right: 5px!important;
	}

	.offcanvas-active .burger-icon > span {
		margin: 4.8px 0;
	}
}

@media screen and (min-width: 1200px) {
	.body-wrapper {
		left: 360px;
		width: calc(100vw - 360px);
	}
	
	.offcanvas-menu {
		left: 0!important;
		top: 0;
		right: auto!important;
		width: 360px;
	}
	
	.close-offcanvas, 
	.offcanvas-overlay {
		display: none;
	}
}

.burger-icon > span {
    background-color: #fff;
}

.close-offcanvas {
	top: 30px;
}

@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;
	}
}

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

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 14px;
	color: #fff!important;
	text-align: center;
	text-decoration: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li.active a {
	color: #c8893c!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a:hover {
	color: #c8893c!important;
}

.offcanvas-menu > .align-items-center {
	padding: 30px 0!important;
	justify-content: center;
}

@media screen and (max-width: 574px) {
	.offcanvas-menu > .align-items-center {
		padding: 20px 0 10px 0!important;
	}	
}

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

.offcanvas-menu .header-modules {
	padding: 0!important;
	margin: 0!important;
}

.offcanvas-menu ul li a {
	padding: 12px 25px!important;
	text-transform: uppercase;
}

@media screen and (min-width: 1800px) {
	.offcanvas-menu ul li a {
		padding: 14px 25px!important;
		text-transform: uppercase;
	}
}

.offcanvas-menu ul li a.request-a-quote {
	background-color: #c8893c;
}

.offcanvas-menu ul li a.request-a-quote:hover {
	background-color: transparent;
}

.offcanvas-menu .sp-module.sidemenu-contacts {
	margin-bottom: 10px!important;
}

.offcanvas-menu .sp-module.sidemenu-contacts ul li a {
	color: #b0b0b0;
	font-weight: 400;
	padding: 8px 25px!important;
	text-transform: none;
}

.offcanvas-menu .sp-module.sidemenu-contacts ul li a span {
	color: #b0b0b0;
}

.offcanvas-menu .sp-module.sidemenu-contacts ul li a:hover span {
	color: #c8893c;
}

.offcanvas-menu ul li a:hover  {
	color: #c8893c!important;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(.sidemenu-contacts):not(.sidemenu-socials) ul.menu > li:not(.menu-parent-open), .offcanvas-menu .offcanvas-inner .sp-module:not(.sidemenu-contacts):not(.sidemenu-socials) ul.menu > li:not(.menu-parent-open) > span {
	border-bottom: 1px solid #5b5b5b;
}

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

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

.offcanvas-menu ul.menu-child {
    margin-left: 0!important;
}

.offcanvas-menu ul.menu-child>li a {
    padding: 10px 30px!important;
	display: inline-block;
    width: 100%;
	font-weight: 600!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    display: inline-block; 
}

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: auto; 
	width: 30px;
}

/*socials*/
.offcanvas-menu .sp-module.sidemenu-socials {
	text-align: center;
}

.offcanvas-menu .sp-module.sidemenu-socials ul {
	display: flex!important;
	justify-content: center;
	flex-direction: row;
	gap: 15px;
	margin: 0;
	padding: 0;
}

.offcanvas-menu .sp-module.sidemenu-socials ul li {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0;
}

.offcanvas-menu .sp-module.sidemenu-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

.offcanvas-menu .sp-module.sidemenu-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7b7b7;
    background-color: transparent;
	font-size: 16px;
    margin: 0;
    padding: 0!important;
    width: 35px;
    height: 35px;
    border: 2px solid #b7b7b7;
	border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.offcanvas-menu .sp-module.sidemenu-socials ul li a:hover span {
    color: #c8893c!important;
    border-color: #c8893c;
}



/* Logo */
#sp-logo-and-main-menu {
	background-color: #363636;
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu {
		display: none;
	}	
}

@media screen and (max-width: 1199px) {
	#sp-logo {
		width: 50%;
	}

	#sp-menu {
		width: 50%;
	}
	
	.logo-image {
        height: 85px!important;
		padding: 10px 0;
    }
	
	.offcanvas-menu .logo-image {
		padding: 0 0 0 3px;
    }
	
	#offcanvas-toggler {
        height: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.logo-image {
        height: 160px!important;
    }
}



/* Section - main slider */
#section-main-slider .mk-slideshow-title {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#section-main-slider .mk-slideshow-title {
		font-size: clamp(3rem, -3.75rem + 9vw, 5.25rem)!important;
	}
}

#section-main-slider .mk-slideshow-subtitle {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 768px) {
	#section-main-slider .mk-slideshow-subtitle {
		margin-left: 7px;
		letter-spacing: 8px;
	}
}



/* Section - news & events */
#section-news .mk-article-title {
	border-bottom: 1px solid #c8893c;
}	

#section-news .mk-read-more {
	font-weight: 700;
	text-transform: uppercase;
}

#section-news .owl-prev span,
#section-news .owl-next span {
    display: none; 
}

#section-news .owl-prev::before,
#section-news .owl-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 20px; 
    display: inline-block;
}

#section-news .owl-prev::before {
    content: "\f104";
}

#section-news .owl-next::before {
    content: "\f105"; 
}

@media screen and (min-width: 992px) {
	#section-news .mk_article_carousel {
		position: relative;
	}

    #section-news .owl-nav {
        top: -85px;
        display: block;
        position: absolute;
        right: 5px;
	    margin-right: 45px;
    }
}

@media screen and (min-width: 1600px) {
    #section-news .owl-nav {
	    margin-right: 0;
    }
}

#section-news .owl-next {
    margin-left: 10px; 
}



/* Section - request a quote */
#section-request-quote .sppb-addon-title {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1200px) {
	#section-request-quote .sppb-addon-title {
		font-size: clamp(2.5rem, 0.4167rem + 2.7778vw, 3.75rem)!important;
		line-height: 1.1!important;
	}
}



/* Section - brands */
#section-brands .brands-gallery .sppb-gallery {
	margin-left: -10px;
    margin-right: -10px;
}

#section-brands .brands-gallery .sppb-gallery li {
    border: 1px solid #e5e5e5;
    margin: 10px; 
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	width: calc(20% - 20px); 
}

@media screen and (max-width: 575px) {
	#section-brands .brands-gallery .sppb-gallery li {
		width: calc(100% - 20px); 
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-brands .brands-gallery .sppb-gallery li {
		width: calc(50% - 20px); 
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	#section-brands .brands-gallery .sppb-gallery li {
		width: calc(33.33% - 20px); 
	}
}



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

#section-footer .vertical-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-footer .vertical-menu ul li {
	position: relative;
	margin: 15px 0;
}

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

#section-footer .vertical-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

#section-footer .vertical-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

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

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

#section-footer .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f054"; 
    color: #fff;
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(2px);
}



/* Page header / title */
body.com-sppagebuilder #sp-page-header {
	display: none!important;
}

#sp-title .sp-column {
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

@media screen and (max-width: 767px) {
	#sp-title .sp-column {
		justify-content: start;
	}
}

#sp-title .sp-module-title {
	position: relative;
	z-index: 1;
	color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin: 0!important;
}

#sp-page-header {
	background-color: #49372b;
}

@media screen and (max-width: 575px) {
	#sp-title .sp-module-title {
		font-size: 30px;
		padding: 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-title .sp-module-title {
		font-size: 36px;
		padding: 35px 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-title .sp-module-title {
		font-size: 42px;
		padding: 40px 20px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-title .sp-module-title {
		font-size: 52px;
		padding: 45px 30px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-title .sp-module-title {
		font-size: 60px;
		padding: 55px 30px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	#sp-title .sp-module-title {
		font-size: 70px;
		padding: 60px 30px;
	}
}

@media screen and (min-width: 1601px)  {
	#sp-page-header {
		padding: 60px 30px;
	}

	#sp-title .sp-module-title {
		font-size: 70px;
	}
}



/* Default blog roll */
.article-list .article {
	background-color: #fff;
    border: none;
    border-radius: 0;
	padding: 30px;
}

.article-list .article .article-intro-image {
    margin: -30px -30px 30px -30px;
    border-radius: 0;
}

.article-list .article .article-intro-image img {
    border-radius: 0;
	width: 100%;
}

.article-list .article .article-header {
	border-bottom: 1px solid #c8893c;
	margin-bottom: 20px;
}	

.article-list .article .article-header h2 {
	text-transform: uppercase;
}

.article-list .article .article-header a {
	font-size: 20px;
	font-weight: 700;
}

.article-list .article .article-header a:hover {
	color: #c8893c!important;
}

.article-list .article .readmore a {
	color: #c8893c;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}



/* Single article */
@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

div[itemprop="articleBody"] {
    line-height: 1.5;
}

div[itemprop="articleBody"] > h1, div[itemprop="articleBody"] > h2, div[itemprop="articleBody"] > h3, div[itemprop="articleBody"] > h4, div[itemprop="articleBody"] > h5, div[itemprop="articleBody"] > h6 {
	margin-top: 0!important;
}

.article-details .article-full-image img {
    width: 100%;
	border-radius: 0px;
}



/* Droppics - default theme */
#cboxOverlay {
	z-index: 100001!important;
}

#colorbox {
	z-index: 100002!important;
}

.droppicsgallerydefault .wimg.droppicslightbox {
	display: flex;
	width: 20%!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement {
	width: 100%!important;
    aspect-ratio: 3 / 2!important;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 399px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 100%!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 50%!important;
	}
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement img {
	border-radius: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
    margin-left: 0px!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover; 
	transition: 0.8s ease;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	font-size: 38px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* 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] {
    color: #c8893c;
	font-size: 16px;
}

[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: #fff;
}

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

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



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #fff;
	background-color: #8a8b8e;
	border-radius: 0px;
	opacity: 0.5;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #c8893c;
	opacity: 1;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	margin-top: 0;
}

@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;
	}
}

.pagination>.active>a, .pagination>.active>span {
	color: #c8893c;
    border-color: #c8893c;
	border-width: 2px;
    background-color: transparent;
	font-weight: 600;
}

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

.pagination>.active>span:hover {
    color: #c8893c;
	border-color:  #c8893c;
    background-color: transparent;
}

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

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

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

.disabled > .page-link, .page-link.disabled {
    color: #aaa;
	background-color: transparent;
}

.pagination li.page-item {
	width: 46px;
	text-align: center;
	margin: 4px;
	border-radius: 12px;
}

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