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

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 60px 0px 60px 0px;
	}
}
.eb-event-date-container {display: none;}
.eb-event-container {padding: 0px !important; background-image: none !important;}
.com-dpcalendar-list__map{display: none !important; height: 1px !important;}
.com-dpcalendar-list .dp-link_cta {background-color: #ef4223; color: #ffffff !important; width: 50%;}
.com-dpcalendar-event .dp-link_cta {background-color: #ef4223; color: #ffffff !important;}
.com-dpcalendar-bookingform__events .dp-table__thead {background-color: #ef4223; color: #ffffff !important;}
#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; 
}



/* Fonts */
a {
	font-weight: 600;
	color: #ef4223;
}

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

a:hover {
    color: #252525;
}

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

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

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

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

	.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: 17px;
	}
}

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

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

	.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: 768px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 34px;
	}

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

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



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 14px 14px;
	font-size: 1rem;
}

.form-control:focus {
	border-color: rgba(239, 66, 35, 0.4);
}

.form-select:focus {
	border-color: rgba(239, 66, 35, 0.4);
    box-shadow: none;
}

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

textarea {
	border-radius: 0px!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):not(.dp-select) {
    padding: 14px 14px!important;
	border-radius: 0px!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(239, 66, 35, 0.4);
    box-shadow: none;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #ef4223!important;
	font-size: 15px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	border: 1px solid #ef4223!important;
	border-radius: 4px!important;
	padding: 12px 20px 12px 20px!important;
}

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

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!important;
	font-size: 15px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 4px!important;
	padding: 12px 20px 12px 20px!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-black-tp {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: transparent!important;
	font-size: 13px!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.btn-black-tp:hover {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
}

.btn-black-tp:focus, .btn-black-tp:active {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}

.btn-white {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #ef4223!important;
	background-color: #fff!important;
	font-size: 15px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #fff!important;
	border-radius: 4px!important;
	padding: 14px 20px 14px 20px!important;
}

.btn-white:hover {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #fff!important;
}

.btn-white:focus, .btn-white:active {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #fff!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}

.btn-caret {
	position: relative;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: transparent!important;
	font-size: 22px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #fff!important;
	border-radius: 100%!important;
	padding: 30px 30px 30px 30px!important;
}

.btn-caret::before {
    content: "\f054"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%; 
	transform: translate(-50%, -50%); /
    transition: left 0.3s; 
}

.btn-caret:hover {
	color: #ef4223!important;
	background-color: #fff!important;
	border-color: #fff!important;
}

.btn-caret:focus, .btn-caret:active {
	color: #ef4223!important;
	background-color: #fff!important;
	border-color: #fff!important;
	box-shadow: inset 0 0 12px rgba(239, 66, 35, 0.5)!important;
}



/* Search */
#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;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(33, 44, 48, 0.99)!important;
}

@media screen and (min-width: 576px) {
	.jconfirm-box-container.col-md-4 {
		min-width: 450px;
	}
}

.mksearch-container button {
	border-radius: 0px!important;
}

.jconfirm-buttons button {
	color: #fff!important;
    background-color: #ef4223!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border-radius: 0px!important;
	padding: 12px 30px!important;
}

.mksearch-container button:hover,
.jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #CE391E!important;
}



/*DP Calendar */
.dp-event__title .dp-event__title-dot {
	display: none;
}

.dp-event__tickets.dp-table {
	border: none;
	margin: 10px 0 20px 0;
}

.dp-event__tickets.dp-table .dp-ticket__calculated-price {
	display:none;
}

.com-dpcalendar-bookingform__events {
    border-bottom: none;
}

.dp-event__tickets.dp-table tbody {
	border: 1px solid #d2d3d6;
}

.com-dpcalendar-bookingform__form div[id="jform\[name\]-desc"],
.com-dpcalendar-bookingform__form div[id="jform\[email\]-desc"],
.com-dpcalendar-bookingform__form div[id="jform\[telephone\]-desc"] {
	display:none;
}

.com-dpcalendar-bookingform .dp-control__label, .com-dpcalendar-bookingform .control-group .control-label, .com-dpcalendar-bookingform .control-group .form-label {
    padding-top: 10px;
    padding-left: 5px;
}

.com-dpcalendar-bookingform .dp-control__input, .com-dpcalendar-bookingform .control-group .controls, .com-dpcalendar-bookingform .control-group .form-control {
    margin-top: 10px;
}

.dp-yesno {
	margin-top: 10px;
}

.dp-yesno label {
	border-radius: 0!important;
	width: 50px;
}

.dp-yesno input[type="radio"]:checked + label {
    color: #fff;
    border-color: #198754;
}

.dp-yesno input[type="radio"][value="yes"]:checked + label {
    background-color: #198754;
    border-color: #198754;
}

.dp-yesno input[type="radio"][value="no"]:checked + label {
    background-color: #6c757d;
    border-color: #6c757d;
}

.com-dpcalendar-booking__actions,
.com-dpcalendar-bookingform__actions {
    margin-top: 30px;
	margin-bottom: 30px !important;
}

.com-dpcalendar-booking .dp-button,
.com-dpcalendar-bookingform .dp-button {
    padding: .8rem 1rem;
}

.com-dpcalendar-booking__actions,
.com-dpcalendar-bookingform__actions {
    display: flex;
    justify-content: space-between; 
	border-top: 1px solid #eee;
    padding-top: 30px;
}

.dp-button-cancel {
    margin-left: auto; 
}

.com-dpcalendar-booking .dp-description__label {
    flex: 0 0 260px;
}

.com-dpcalendar-booking__tickets .dp-ticket {
    border-top: none;
}

.com-users-registration.registration {
	margin-top: 30px;
}

.dp-registration__form #member-registration .control-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dp-registration__form #member-registration .password-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dp-registration__form #member-registration .password-group .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.dp-registration__form #member-registration .password-group .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 4px 0 0 4px;
}

.dp-registration__form #member-registration .password-group input[type="password"] {
    flex: 1;
    height: auto;
}

.dp-registration__form #member-registration .password-group .input-password-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0!important;
    padding: 0 12px;
}

.dp-registration__form #member-registration  .com-users-registration__register.btn {
	margin-top: 20px;
}



/* RSForms */
#userForm h2 {
	margin-top: 0px;
}

#userForm .formControlLabel {
	font-weight: 500;
}

#userForm .formRequired {
	color: red;
}

#userForm button {
	text-transform: uppercase;
}


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

#sp-top1 {
	padding: 18px 0px 18px 0px;
}

#sp-top1 > .sp-column {
	display: flex;
	justify-content: flex-end;
}

#sp-top1 .sp-module ul>li>a {
    color: #fff;
}

#sp-top1 .sp-module ul>li>a:hover {
    color: #ef4223;
	text-shadow: 0.276px 0.961px 0.99px rgba(0, 0, 0, 0.5);
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

#sp-top1 .menu li {
	display: inline-block;
}

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

#sp-top1 .menu li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#sp-top1 .menu li:not(:last-child)::after {
	content: "|";
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}



/* header */
#sp-logo-and-main-menu {
    position: relative;
    z-index: 9;
}

.header-sticky {
	position: fixed!important;
	top: 60px;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

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

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

	#sp-top-menu {
		display: none;
	}
	
	#sp-logo-and-main-menu.header-sticky {
		box-shadow: 0 4px 5px rgba(255, 255, 255, 0.15);
	}
}

#sp-top-menu.topbar-sticky, 
#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(0, 0, 0, 0.82);
}

body:not(.com-sppagebuilder) #sp-top-menu, 
body:not(.com-sppagebuilder) #sp-logo-and-main-menu {
    background-color: rgba(0, 0, 0, 0.82);
}

@media screen and (min-width: 1300px) {
	#sp-top-menu, 
	#sp-logo-and-main-menu {
		padding-left: 15px;
		padding-right: 15px;
	}	
}

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

@media screen and (min-width: 340px) and (max-width: 1299px) {
	#sp-top1 > .sp-column {
		margin: 0px 20px 0px 20px;
	}
}

@media screen and (min-width: 1300px) {
	#sp-top-menu > .container {
		padding-right: 30px;
	}	
}

#sp-top-menu > .container,
#sp-logo-and-main-menu > .container {
	max-width: 1500px!important;
}

@media screen and (min-width: 1300px) {
	#sp-logo > .sp-column {
		position: absolute;
		bottom: -35px;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
		position: absolute;
		bottom: 25px;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo .logo-image {
		display: none!important;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo .logo-image-phone {
		display: inline-block!important;
	}
	

	body:not(.com-sppagebuilder) #sp-logo-and-main-menu #sp-logo > .sp-column {
		position: absolute;
		bottom: 25px;
	}
	
	body:not(.com-sppagebuilder) #sp-logo-and-main-menu #sp-logo .logo-image {
		display: none!important;
	}

	body:not(.com-sppagebuilder) #sp-logo-and-main-menu #sp-logo .logo-image-phone {
		display: inline-block!important;
	}
}

@media screen and (max-width: 1299px) {
	#sp-menu {
		padding-right: 0px;
	}

	#sp-logo.col-lg-2 {
		flex: 0 0 auto;
		width: 75%;
	}

	#sp-menu.col-lg-10 {
		flex: 0 0 auto;
		width: 25%;
	}
		
	#sp-logo-and-main-menu #sp-logo .logo-image {
		display: none!important;
	}
	
	#sp-logo-and-main-menu #sp-logo .logo-image-phone {
		display: inline-block!important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#sp-logo-and-main-menu #sp-logo > .sp-column {
		position: absolute;
		bottom: 25px;
	}	
	
	#sp-top-menu::after {
		content: "";
		position: absolute;
		bottom: 0; 
		right: 0;
		width: 550px;
		height: 1px; 
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%); 
	}
}

@media screen and (max-width: 767px) {
	#sp-logo {
		display: flex;	
		align-items: center;
	}

	.logo-image, .logo-image-phone {
		height: 40px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.logo-image, .logo-image-phone {
		height: 74px!important;
	}
}

.sp-megamenu-wrapper a {
	text-transform: uppercase;	
}

.sp-megamenu-parent {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
}

@media screen and (max-width: 1500px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 15px!important;
	}
	
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 6px;
		word-spacing: -3px;
    }
}

@media screen and (min-width: 1650px)  {
	body.ltr .sp-megamenu-parent li:last-child .sp-dropdown.sp-dropdown-main.sp-menu-left {
		left: 0;
		right: auto;
	}
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #333333;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px!important;
    display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    line-height: 1.3;
    padding: 6px 0;
}

body.com-sppagebuilder #sp-logo-and-main-menu:not(.header-sticky) .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(255, 255, 255, 0.67)!important;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	margin-right: 15px;
}



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

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu > .d-flex {
   background-color: #2b2b2b;
}

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

a#offcanvas-toggler:hover {
	color: #ef4223!important;
}

body.ltr .close-offcanvas {
    top: 30px;
}

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

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

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-top-bar {
		display: none!important;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
	
	#sp-top-menu,
	#sp-logo-and-main-menu {
		background-color: rgba(0, 0, 0, 0.82);
	}
}

#offcanvas-toggler {
	width: 100%;
}

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-right: 15px!important;
}

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

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

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

.offcanvas-menu { 
	width: 340px!important;
}

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

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

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

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.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: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: #ef4223;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 15px 12px 15px 12px;
	display: flex;
	font-weight: 700;
	border-bottom: 1px dotted #e5e5e5;
}

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: 0px!important;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	border-bottom: 1px dotted #ddd;
}

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

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px!important;
	border-radius: 0px;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px 16px 20px !important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

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

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


.top-menu-offcanvas ul li a {
	font-size: 14px!important;
    font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu > li:not(:last-child) > a {
    border-bottom: none!important;
	padding-bottom: 0px;
}

.offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu > li:first-child > a {
	color: #ef4223;
}

.offcanvas-menu .logo-image-phone {
	display: none!important;
}

.offcanvas-menu .logo-image {
	display: inline-block !important;
	height: 50px !important;
	margin-left: 8px;
}



/* Section - main slider */
#section-main-slider .main-slogan-container {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
}



/* Section - services */
@media screen and (min-width: 768px) {
	#section-services {
		position: relative;
		overflow: hidden;
	}

	#section-services .services-circle {
		background: #ef4223;
		border-radius: 1500px;
		height: 1000px;
		right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1000px;
		z-index: -1;
	}
}

@media screen and (max-width: 768px) {
	#section-services .services-left-col {
		background-color: #ef4223; 	
	}
	
	#section-services > .sppb-row-container {
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media screen and (max-width: 991px) {
		#section-services ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#section-services ul li {
		position: relative;
		box-sizing: border-box; 
		padding: 6px 6px 6px 0px; 
	}
}

@media screen and (min-width: 992px) {
	#section-services ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#section-services ul li {
		position: relative;
		width: 50%; 
		box-sizing: border-box; 
		padding: 8px 8px 8px 0px; 
	}
}

#section-services ul li a::before {
    content: "\f0da"; 
    font-family: "Font Awesome 6 Free";
    color: #fff;
	font-size: 20px;
	font-weight: 900; 
	position: absolute;
	top: 50%; 
	left: 0px; 
    transform: translateY(-50%);
	transition: left 0.3s ease;
}

#section-services ul li a:hover::before {
	color: #ef4223;
	left: 7px; 
}

#section-services ul li a {
	color: #fff;
	font-size: 18px;	
	text-transform: uppercase;
	margin-left: 25px;
}

#section-services ul li a:hover {
	color: #ef4223;
}



/* Section - solutions */
@media screen and (min-width: 1560px) {
	#section-solutions > .sppb-row-container {
		max-width: 1500px!important;
	}
}

#section-solutions .solution-box:hover {
	background-color: #ef4223;	
}

@media screen and (min-width: 1200px) and (max-width: 1560px) {
#section-solutions .solutions-box-text .sppb-addon-title {
		font-size: 30px!important;
		line-height: 36px!important;
	}
}



/* Section - testimonials */
@media screen and (min-width: 768px) and (max-width: 1599px) {
	#section-testimonials .mk_article_carousel .owl-item .item .mk-article-image,
	#section-testimonials .mk_article_carousel .owl-item .item .mk-article-content {
		max-width: 90%!important;
	}
}

@media screen and (min-width: 1600px) {
	#section-testimonials {
		display: flex;
		justify-content: center;
	}

	#section-testimonials > .sppb-container-inner {
		max-width: 1500px!important;
	}
	
	#section-testimonials .mk_article_carousel .owl-item .item .mk-article-image,
	#section-testimonials .mk_article_carousel .owl-item .item .mk-article-content {
		max-width: 1200px!important;
	}
}

#section-testimonials .mk_article_carousel .owl-item .item {
    align-items: center;
	text-align: center;
}

#section-testimonials .owl-carousel .owl-item img {
	width: auto!important;
}

@media screen and (max-width: 767px) {
	#section-testimonials .mk_article_carousel .mk-article-content {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	
	#section-testimonials .mk_article_carousel .mk-article-text {
		line-height: 1.3!important;
	}
}

@media screen and (min-width: 768px) {
	#section-testimonials .owl-dots {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		flex-direction: column;
	}
}

#section-testimonials .owl-dot span {
    margin: 7px 7px;
}



/* Section - manufacturers and products */ 
#section-manufacturers-products > .sppb-row-container {
    max-width: 1500px!important;
}

#section-manufacturers-products {
	border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

#section-manufacturers-products .speasyimagegallery-item {
	display: flex;
	height: 100%;
	padding: 20px 0px 20px 0px;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
/* logos view */
.ba-album.css-style-14 .ba-caption, .ba-gallery-grid.css-style-14 .ba-image .ba-caption, .ba-album.css-style-13 .ba-caption, .ba-gallery-grid.css-style-13 .ba-caption, .ba-album.css-style-11 .ba-caption, .ba-gallery-grid.css-style-11 .ba-caption {
	display: none!important;
}

.ba-gallery .category-filter a:hover, .ba-gallery .category-filter a.ba-filter-active {
    background-color:  #ef4223!important;
}

.ba-gallery .category-filter {
	text-align: left!important;
}



/* Section - white board */
#section-white-board .image_intro {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 55%;
	background-position: center, center;
    background-size: cover;
}

#section-white-board .article-image-col {
    margin-bottom: 20px;
}

#section-white-board .mod-articles-category-title {
    color: #ef4223;
	display: inline-block;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
	#section-white-board .mod-articles-category-title {
		font-size: 28px;
		line-height: 34px;
	}
}

#section-white-board .mod-articles-category-title:hover {
    color: #252525;
}

#section-white-board .mod-articles-category-category a {
    display: inline-block;
	font-size: 14px;
    margin-bottom: 6px;
	text-transform: uppercase;
}

#section-white-board .blog-article-info-container {
	padding: 20px 30px 0px 30px;
}

@media screen and (max-width: 575px) {
	#section-white-board .blog-article-info-container {
		padding: 0px 0px 10px 0px;
	}
}

#section-white-board .article-readmore-link {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: transparent!important;
	font-size: 13px!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

#section-white-board .article-readmore-link:hover {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
}

#section-white-board .article-readmore-link:focus, #section-white-board .article-readmore-link:active {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}

@media screen and (max-width: 991px) {
	#section-white-board .blog-article-row .col-lg-6:first-child {
		margin-bottom: 40px;
	}
}



/* Section - careers */
#section-careers {
    border-top: 1px solid #eaeaea;
}



/* Blog */
.article-list .article {
    border: none;
    border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 0px 0px 20px 0px;
}

.article-list .article figcaption.caption {
	display: none;
}

.article-list > .row > .col-lg-6 {
    margin-bottom: 20px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0px 0px 20px 0px;
	border-radius: 0px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px;
}

.article-intro-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.article-intro-image a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
}

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

.article-list .article-header h1, .article-list .article-header h2 {
	font-size: 20px!important;
	text-transform: uppercase;
	line-height: 1.3;
	word-spacing: -3px;
	margin-bottom: 5px!important;
}

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

.tags {
	margin-bottom: 10px!important;
}

.tags>li a {
    padding: 0px;
	background: none;
    color: #ef4223;
	text-transform: uppercase;
}

.tags>li a:hover {
    color: #252525;
	background: none;
}

.article-list .readmore a {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: transparent!important;
	font-size: 13px!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.article-list .readmore a:hover {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
}

.article-list .readmore a:focus, .article-list .readmore a:active {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}



/* Tagged items override */
.tag-category h1, .tag-category h2 {
	margin-top: 0px;
	text-transform: uppercase;
}

.tag-category .list-group-item {
	padding: 0px;
	border: none;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 40px;
}

.tag-category .list-group-item a {
    display: inline-block;
	color: #252525;
	font-size: 20px!important;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
}

.tag-category .list-group-item a:hover {
    color: #ef4223;
}

.tag-category .list-group-item a img {
    margin-bottom: 5px;
}

.tag-category .list-group-item-action:focus, .tag-category .list-group-item-action:hover, .list-group-item-action:active {
	background-color: transparent;
}

.tag-category .readmore {
	display: inline-block;
	margin-bottom: 10px;
}

.tag-category .readmore a {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: transparent!important;
	font-size: 13px!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 1px solid #252525!important;
	border-radius: 4px!important;
	padding: 10px 20px 10px 20px!important;
}

.tag-category .readmore a:hover {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
}

.tag-category .readmore a:focus, .tag-category .readmore a:active {
	color: #fff!important;
	background-color: #ef4223!important;
	border-color: #ef4223!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5)!important;
}



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

.article-details .article-intro-image {
    margin-bottom: 20px;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
	text-transform: uppercase;
}

.article-details ul:not(.tags) li {
	margin: 4px 0px 4px 0px;
}

	

/* 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: #ef4223;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 5 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 5 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}



/* Page header banners */
#sp-title {
	margin-top: -130px;
}

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

#sp-page-header #sp-title .sp-module-title {
	position: relative;
	z-index: 1;
	color: #fff;
    font-weight: 700;
    text-shadow: -1.118px 1.658px 1.54px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
	margin-bottom: 7px;
	text-align: center;
	letter-spacing: 3px;
}

body:not(.com_sppagebuilder ) #sp-title {
    position: relative;
	background-color: #eee;
}

#sp-page-header .sp-module-content > div {
	height: 100%;
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	background-size: cover;
	background-position: center, center;
}

@media screen and (max-width: 399px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 30px;
		padding: 140px 20px 30px 20px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 38px;
		padding: 140px 20px 30px 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 46px;
		padding: 160px 20px 50px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 56px;
		padding: 180px 20px 70px 20px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 70px;
		padding: 190px 20px 90px 20px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 76px;
		padding: 190px 20px 90px 20px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 80px;
		padding: 200px 20px 100px 20px;
	}
}

@media screen and (min-width: 1601px)  {
	body:not(.com-sppagebuilder) #sp-title .sp-module-title {
		font-size: 90px;
		padding: 220px 20px 120px 20px;
	}
}



/* Sidebars */
@media screen and (max-width: 991px) {
	#sp-main-body #sp-left {
		order: 2;
		margin-top: 30px;
	}

	#sp-main-body #sp-component {
		order: 1;
	}
}

#sp-left .sp-module {
    margin-top: 30px;
}

#sp-left .redbox {
	color: #fff;
	background-color: #ef4223;
}

#sp-left .sp-module-title {
	font-size: 28px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	border-bottom: none!important;
	margin: 0px!important;
}

@media screen and (max-width: 1199px) {
	#sp-left .sp-module-title {
		font-size: 24px!important;
	}
}

#sp-left .redbox .sp-module-title {
	font-size: 18px!important;
}

#sp-left .sp-module {
    border: 1px solid #ddd;
}

#sp-left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sp-left ul li {
	position: relative;
    padding: 8px 8px 8px 0px; 
	border-bottom: none!important;
}

#sp-left ul li a::before {
    content: "\f0da"; 
    font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900; 
	position: absolute;
	top: 50%; 
	left: 0px; 
    transform: translateY(-50%);
	transition: left 0.3s ease;
}

#sp-left ul li a:hover::before {
	color: #ef4223;
	left: 7px; 
}

#sp-left ul li a {
	margin-left: 25px;
	line-height: 1!important;
}

#sp-left ul li a:hover {
	color: #ef4223;
}



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

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



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

@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: #fff;
	border-color: #333;
    background-color: #333;
	font-weight: 600;
}

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

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

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 0px!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: 46px;
	text-align: center;
	margin: 6px;
	border-radius: 12px;
}

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



/* Footer */
#section-footer a {
	color: #fff!important;
	font-weight: 400;
}

#section-footer a:hover div, #section-footer a:hover {
	color: #ef4223!important;
}

#section-footer ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

#section-footer ul li {
	text-align: center;
	margin-bottom: 8px;
}

#section-footer .footer-social-menu .menu li {
	display: inline-block;
}

#section-footer .footer-social-menu .menu li:not(:last-child) {
    margin-right: 20px;
}

#section-footer .footer-social-menu .menu li a {
    color: #fff;
	text-decoration: none;
	font-weight: 400;
}

#section-footer .footer-social-menu a {
    font-size: 0px;
}

#section-footer .footer-social-menu a:hover {
    color: #ef4223!important;
}

#section-footer .footer-social-menu .menu li span {
    font-size: 18px;
    margin-top: 4px;
}