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

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

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

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

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

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

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

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



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

@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}
/* PPC
a {
	font-weight: 500;
}
*/
a:focus, a:active {
	color: #404040;
}

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

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

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

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

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

.form-control:focus {
	border-color: rgba(140, 16, 55, 0.4);
	box-shadow: 0 0 25px 5px rgba(140, 16, 5, 0.05)!important;
}

.form-select:focus {
	border-color: rgba(140, 16, 5, 0.4);
    box-shadow: 0 0 25px 5px rgba(140, 16, 5, 0.05)!important;
}

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

textarea {
	border-radius: 0!important;
}

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(140, 16, 5, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #8c1005!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 40px!important;
}

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

.btn:focus-visible, .btn-primary:focus-visible, .sppb-btn-primary:focus-visible {
    background-color: #fcb814!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: #fcb814!important;
}

.btn-secondary, .sppb-btn-secondary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #606060!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 40px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background-color: #303030!important;
}

.btn-secondary:focus-visible, .sppb-btn-secondary:focus-visible {
    background-color: #303030!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-secondary:active, .sppb-btn-secondary:active {
    background-color: #303030!important;
}

.btn-white {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #8c1005!important;
    background-color: #fff!important;
    font-size: 22px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 40px!important;
}

.btn-white:hover {
    color: #252525!important;
	background-color: #fcb814!important;
}

.btn-white:focus-visible {
    color: #252525!important;
	background-color: #fcb814!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-white:active {
    color: #252525!important;
	background-color: #fcb814!important;
}

.btn-underline-link {
	display: inline-block;
	position: relative;
	color: #8c1005!important;
	font-size: 20px!important;
	font-weight: 600!important;
	text-decoration: none;
	padding: 0!important;
	line-height: 1.2; 
	transform: translateZ(0);
}

.btn-underline-link::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(140, 16, 5, 0.5);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    transition: width 0.3s ease
}

.btn-underline-link:hover::before {
    width: 30%;
}



/* Search */
#search-result-list .result-title a {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}

@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.95)!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: #8c1005!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	padding: 15px 40px!important;
	border-radius: 0!important;
}

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

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #252525!important;
	background-color: #fcb814!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: #fcb814!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 {
	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 {
	margin-top: 0!important;
	margin-bottom: 20px!important;
	line-height: 1.2!important;
}

#sp-main-body .cf-fields input:focus, 
#sp-main-body .cf-fields textarea:focus {
    box-shadow: none!important;
}

@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 30px!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: 32px!important;
	}

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

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

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

.cf-btn {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #8c1005!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 40px!important;
	opacity: 1!important;
}

.cf-btn:hover {
    color: #252525!important;
	background-color: #fcb814!important;
}

.cf-btn:focus-visible {
    color: #252525!important;
	background-color: #fcb814!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.cf-btn:active {
    color: #252525!important;
	background-color: #fcb814!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-top-menu-1 > .container,
#sp-top-menu-2 > .container,
#sp-logo-and-main-menu > .container {
	max-width: 1380px;	
}

@media screen and (min-width: 1800px) {
	#sp-top-menu-1 > .container,
	#sp-top-menu-2 > .container,
	#sp-logo-and-main-menu > .container {
		width: 100%;
		position: relative;
		left: calc((1170px - 1380px) / 2);
		margin: 0 auto;
	}
}

/*top1*/
#sp-top-menu-1 {
	display: flex;
	align-items: center;
	height: 48px;
	color: #fff;
	background-color: #353535;
}

#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:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

#sp-top1 .menu li a {
	position: relative;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 400;
	padding: 0; 
	margin-bottom: 3px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

#sp-top1 .menu li a:hover,
#sp-top1 .menu li a:hover span {
    color: #fcb814;
}

#sp-top1 .menu li a:hover::before {
    width: 100%;
}

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

#sp-top1 .only-icon {
	font-size: 0px!important;
}

#sp-top1 .only-icon span {
    font-size: 15px;
	padding-right: 0!important;
}

/*top2*/
#sp-top-menu-2 {
	position: relative;
	display: flex;
    align-items: center;
	background-color: #8c1005;
	height: 90px;
}

#sp-top2 {
	padding: 0;
}

#sp-top2 .menu {
	list-style: none;
	padding: 0;
}

#sp-top2 .menu {
	margin-bottom: 0;
}

#sp-top2 .menu li {
	display: inline-block;
	margin-right: 30px;
}

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

#sp-top2 .menu li a {
	color: #fff;
	font-weight: 400;
}

#sp-top2 .menu li a:not(.book-now):hover {
	color: #fcb814!important; 
}

#sp-top2 .menu li a::before {
	font-family: 'Font Awesome 6 Free';
	margin-right: 6px;
	font-weight: 900;
}

/*call us*/
#sp-top-menu-2 .call-us {
	color: rgba(255, 255, 255, 0.8)!important;
	font-size: 15px;
	font-weight: 400;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
	#sp-top-menu-2 .call-us {
		position: relative;
		top: 10px;
		padding-left: 25px;
	}

	#sp-top-menu-2 .call-us::before {
		content: "";
		display: inline-block;
		background-image: url('../../../images/call-us-icon.png'); 
		background-size: contain;
		background-repeat: no-repeat;
		width: 31px;
		height: 31px;
		margin-right: 10px;
		transition: background-color 0.3s ease-in-out;
		position: relative;
		top: 0;
		left: -7px;
	}

	#sp-top-menu-2 .call-us::after {
		position: absolute;
		content: "CALL US"; 
		color: rgba(255, 255, 255, 0.8);
		font-weight: 400;
		font-size: 18px;
		top: -25px;
		left: 62px;
		transition: all 0.3s ease;
	}
	
	#sp-top-menu-2 .call-us:hover::after {
		color: #fff;
		transition: all 0.3s ease;
	}
}

/*email us*/
#sp-top-menu-2 .email-us {
	color: rgba(255, 255, 255, 0.8)!important;
	font-size: 15px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	#sp-top-menu-2 .email-us {
		position: relative;
		top: 10px;
		padding-left: 25px;
	}

	#sp-top-menu-2 .email-us::before {
		content: "";
		display: inline-block;
		background-image: url('../../../images/email-us-icon.png'); 
		background-size: contain;
		background-repeat: no-repeat;
		width: 31px;
		height: 31px;
		margin-right: 10px;
		transition: background-color 0.3s ease-in-out;
		position: relative;
		top: -2px;
		left: -7px;
	}
	
	#sp-top-menu-2 .email-us::after {
		position: absolute;
		content: "E-MAIL US"; 
		color: rgba(255, 255, 255, 0.8);
		font-weight: 400;
		font-size: 18px;
		top: -25px;
		left: 62px;
		transition: all 0.3s ease;
	}
	
	#sp-top-menu-2 .email-us:hover::after {
		color: #fff;
		transition: all 0.3s ease;
	}
}
/**/

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

@media screen and (max-width: 991px) {
	#sp-logo-and-main-menu {
		background-color: #fff;
	}
}

@media screen and (min-width: 992px) {
	#sp-logo-and-main-menu {
		border-top: 2px solid #a84a42;
		background-color: #8c1005;
	}
}

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

@media screen and (max-width: 575px) {
	#sp-logo-and-main-menu .logo-image, .logo-image-phone {
		height: 70px!important;
	}
	
	#sp-logo .logo-image {
		display: flex;
        align-items: center;
		padding: 10px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#sp-logo-and-main-menu .logo-image, .logo-image-phone {
		height: 90px!important;
	}
	
	#sp-menu > .sp-column {
		margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	#sp-top-menu-1,
	#sp-top-menu-2 {
		display: none;
	}

	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: fadeInDownBig 0.3s;
		z-index: 11;
	}

	#sp-top2 > .sp-column {
		display: flex;
		justify-content: flex-start;
		position: relative;
		padding: 10px;
	}
	
	#sp-top-menu-2 {
		color: #fff!important;
		background-color: #2e3841!important;
	}
	
	#sp-top-menu-2 a {
		color: #fff!important;
	}
	
	#sp-top2 {
		padding: 0 0 0 6px;
	}
	
	#sp-top2 ul li:last-child {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#sp-logo-and-main-menu .col-lg-4 {
		flex: 0 0 auto;
		width: 75%;
		padding-left: 0;
	}

	#sp-logo-and-main-menu .col-lg-8 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	#sp-logo .logo-image {
		display: flex;
        align-items: center;
		padding: 10px 15px;
	}
}

@media screen and (min-width: 992px) {
	.header-sticky {
		position: fixed!important;
		top: 90px;
		width: 100%;
		animation: fadeInDownBig 0.3s;
		z-index: 11;
	}

	.topbar-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: fadeInDownBig 0.3s;
		z-index: 11;
	}

	#sp-top2 > .sp-column {
		display: flex;
		justify-content: flex-end;
		margin-right: 15px;
	}

	/*book now btn*/
	#sp-top2 .menu li:last-child a {
		display: inline-block;
		position: relative;
		color: #252525;
		font-weight: 700;
		text-transform: uppercase;
		background-color: #fcb814;
		padding: 15px 30px;
		margin-left: 15px;
		white-space: nowrap;
		transition: padding 0.3s ease;
	}

	#sp-top2 .menu li:last-child a::before {
		content: '\f061';
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%) translateX(-10px); 
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		font-size: 18px;
		color: #252525;
		opacity: 0;
		transition: all 0.3s ease;
	}

	#sp-top2 .menu li:last-child a:hover {
		color: #252525;
		padding: 15px 20px 15px 40px!important;
	}

	#sp-top2 .menu li:last-child a:hover::before {
		opacity: 1;
		transform: translateY(-50%) translateX(0);
	}
	/**/

	:root {
	  --clip-x: 84%;
	}

	@media (max-width: 1300px) {
	  :root {
		--clip-x: 83%;
	  }
	}

	@media (max-width: 1200px) {
	  :root {
		--clip-x: 82%;
	  }
	}

	@media (max-width: 1100px) {
	  :root {
		--clip-x: 81%;
	  }
	}

	#sp-logo {
		display: flex;
		align-items: center;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, var(--clip-x) 100%, 0 100%);
		height: 157px;
		z-index: 9;
	}
	
	#sp-logo-and-main-menu .row {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	#sp-menu {
		flex-grow: 1;
	}

	#sp-logo {
		position: absolute;
		top: -92px;
		left: 0;
		z-index: 10;
	}

	#sp-logo img {
		width: 100%;
		height: auto;
		padding-right: 40px;
	}

	#sp-logo-and-main-menu  {
		position: relative;
	}
	
	#sp-top-menu-2::after {
		content: "";
		position: absolute;
		left: 0; 
		top: 0;
		width: calc((100vw - 1170px) / 2 + 50px);
		height: 115px;
		background-color: #fff;
		z-index: 9;
	}

	#sp-logo-and-main-menu::after {
		content: "";
		position: absolute;
		left: 0; 
		top: 0;
		width: calc((100vw - 1170px) / 2 + 50px);
		height: 65px;
		background-color: #fff;
		z-index: 9;
	}

	#sp-top-menu-2.topbar-sticky::after {
		content: "";
		position: absolute;
		left: 0; 
		top: 0;
		width: calc((100vw - 1170px) / 2 + 50px);
		height: 115px;
		background-color: #fff;
		z-index: 9;
	}

	#sp-logo-and-main-menu.header-sticky::after {
		content: "";
		position: absolute;
		left: 0; 
		top: -12px;
		width: calc((100vw - 1170px) / 2 + 50px);
		height: 77px;
		background-color: #fff;
		z-index: 9;
	}
	
	.sp-megamenu-wrapper a {
		text-transform: uppercase;	
	}
}

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

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 8px;
	}

	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 16px!important;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
	}

	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 17px!important;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    display: block;
	line-height: 1.3;
}

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

.sp-megamenu-parent>li>a {
    position: relative;
    color: #fff;
    font-weight: 600;
}

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

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

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-left: -7px;
	border-top: 2px solid #a84a42;
}

	

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

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

.offcanvas-overlay {
    background: rgba(20, 20, 30, 0.92);
}

.offcanvas-menu .logo {
	width: 65%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 0 0 0 5px;
	height: 50px!important;
}

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

.offcanvas-menu .offcanvas-inner > .header-modules {
    margin-bottom: 10px!important;
}

#offcanvas-toggler {
	width: 100%;
	margin-left: 0!important;
    font-size: 22px;
    font-weight: 400;
	color: #8c1005;
    z-index: 9;
}

@media screen and (min-width: 320px) {
	#offcanvas-toggler::after {
		content: "MENU";
		color: #fff;
		margin: 0 0 0 3px;
		display: block;
		font-size: 24px;
		font-weight: 600;
	}
}

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

@media screen and (max-width: 991px) {
	#offcanvas-toggler::after {
		color: #8c1005;
	}
}

/* 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 {
		float: none!important;
	}
	
	#sp-logo > .sp-column {
		margin-left: 0;
	}
}

@media screen and (max-width: 575px) {
	#sp-menu > .sp-column {
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

@media screen and (min-width: 575px) and (max-width: 1199px) {
	#sp-menu > .sp-column {
		margin-right: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

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

.close-offcanvas {
	top: 22px;
}

.close-offcanvas .burger-icon {
	margin-right: 16px!important;
	margin-top: 10px;
}

#offcanvas-toggler .burger-icon {
    margin-right: 5px!important;
}

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

body.ltr .offcanvas-menu .logo {
	padding: 0;
	z-index: 9;
}

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

@media screen and (max-width: 991px) {
	.burger-icon > span {
		background-color: #8c1005!important;
	}
}

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

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

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

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

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

.offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>a, .offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>span {
    font-size: 18px;
}

.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,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
	color: #252525;
	text-transform: uppercase;
    font-weight: 600;
}

.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: #8c1005;
	font-weight: 600!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a, .offcanvas-menu .offcanvas-inner ul.menu > li > ul li span {
	font-size: 19px;
	padding: 8px 12px;
	display: flex;
	font-weight: 600;
	line-height: 1.3;
}

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

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
	right: 0!important;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	line-height: 1.3;
}

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

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

.offcanvas-menu .offcanvas-inner .offcanvas-top-menu ul.menu>li>a, .offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>span {
    font-size: 16px;
	text-transform: none;
}

.offcanvas-menu .book-now {
	padding: 18px 25px!important;
	margin: 15px 10px 0 10px;
	background-color: #fcb814; 
	color: #252525!important;
	font-size: 20px!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-align: center;
	transition: background-color 0.5s ease;
}

.offcanvas-menu .book-now:hover {
	color: #fff!important;
	background-color: #8c1005; 
}

.offcanvas-menu .top-menu1-offcanvas {
	margin-bottom: 0!important;
}

.top-menu1-offcanvas .menu {
  display: flex;
  flex-direction: column;
}

.top-menu1-offcanvas .menu li.item-134 {
  order: -1;
}

.offcanvas-menu .top-menu1-offcanvas ul {
	margin: 0!important;
}

.offcanvas-menu .top-menu1-offcanvas a,
.offcanvas-menu .top-menu2-offcanvas a:not(.book-now) {
	font-size: 15px!important;
}

.offcanvas-menu .top-menu1-offcanvas .location::before {
	content: "\f3c5"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	margin-right: 7px;
}

.offcanvas-menu .top-menu2-offcanvas .call-us::before {
	content: "\f2a0"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	margin-right: 7px;
}

.offcanvas-menu .top-menu2-offcanvas .email-us::before {
	content: "\f0e0"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 400; 
	margin-right: 7px;
}



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

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

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

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

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	padding: 20px 0;
    height: 100%;
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	filter: saturate(0.8) brightness(1);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-intro-image img:hover {
	filter: saturate(1) brightness(1.1);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-header h2 {
	font-size: 22px!important;
	line-height: 1.3;
	margin-bottom: 12px!important;
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 600!important;
}

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

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

.blognews .article-list .readmore a {
	position: relative;
	color: #8c1005;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.blognews .article-list .readmore a:hover {
	color: #8c1005;
}

.blognews .article-list .readmore a::before {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(140, 16, 5, 0.5);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    transition: width .3s ease
}

.blognews .article-list .readmore a:hover::before {
    width: 30%;
}

.blognews .article-list .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blognews .article-list lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

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

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

.blognews .article-list lite-youtube > .lty-playbtn:hover::after {
    color: #EAA912!important; 
	transition: all 0.5s ease;
}

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

.blognews .article-list lite-youtube > .lty-playbtn:hover::before {
	background-color: #fff;
}

.blognews .article-list lite-youtube {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 140%;
    transform: translateY(-50%);
	max-width: 100%!important;
	filter: saturate(0.7) brightness(1);
	transition: filter 0.5s ease;
}

.blognews .article-list lite-youtube:hover {
	filter: saturate(1) brightness(1.1);
	transition: filter 0.5s ease;
}



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

.article-details .article-full-image,
.article-details .article-featured-video {
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

blockquote {
	font-style: italic;
	padding: 40px 40px 30px 40px;
	margin: 40px 0;
	background-color: #fff8e7;
	border-left: 4px solid #8c1005;
	max-width: 700px;
}

@media screen and (max-width: 575px) {
	blockquote {
		padding: 20px 20px 10px 20px;
		margin: 20px 0;
	}
}



/* Droppics - default theme */
.droppicsgallerydefault .droppicspictures {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; 
}

.droppicsgallerydefault .wimg.droppicslightbox {
	display: flex;
	width: 25%!important;
	height: 100%!important;
	padding: 15px!important;
	margin: 0!important;
	box-sizing: border-box;
}

@media screen and (max-width: 575px) {
	.droppicsgallerydefault .droppicspictures {
		margin: -8px; 
	}
	
	.droppicsgallerydefault .wimg.droppicslightbox {
		padding: 8px!important;
	}
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement {
	width: 100%!important;
    aspect-ratio: 3 / 2.3!important;
	margin: 0;
	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: 0!important;
	margin-right: 0!important;
    margin-left: 0!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; 
}



/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
	position: relative;
	overflow: hidden;
	animation-duration: 600ms;
    animation-name: fadeInLeft;
}

body:not(.com-sppagebuilder) #sp-page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%; 
	height: 100%;
	background-color: #fcb814;
	pointer-events: none;
	z-index: -1;
}

#sp-title {
	margin-top: -2px;
    z-index: -1;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: end;
	position: relative;
	line-height: 1.3;
	background-color: #fcb814;
}

@media screen and (max-width: 1199px) {
	#sp-title {
		background-color: #fcb814;
	}
	
	body:not(.com-sppagebuilder) #sp-page-header {
		animation-name: fadeIn;
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		clip-path: polygon(0 0, 100% 1%, 96% 100%, 0% 100%);
	}
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 0; 
	}

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

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 25px; 
	}

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

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 40px; 
	}

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

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

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

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 80px 20px 30px; 
	}

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



/* Section - hero */
#section-hero .mk-slideshow-title, #section-hero .mk-slideshow-subtitle {
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}

#section-hero .mk-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#section-hero .mk-button1 {
	margin-bottom: 20px;
}

#section-hero .mk-button1,
#section-hero .mk-button2 {
	min-width: 210px;
	text-align: center;
}

@media screen and (max-width: 575px) {
	#section-hero .mk-button1,
	#section-hero .mk-button2 {
		min-width: 170px;
		padding: 12px 20px!important;
		font-size: 18px!important;
	}
	
	#section-hero .mk-button1 {
		margin-bottom: 12px;
	}
}



/* section - faq */
#section-faq .faq-heading {
	position: relative;
}

#section-faq .faq-heading .sppb-container-inner .sppb-row-column {
	padding-left: 0!important;
	padding-right: 0!important;
}

#section-faq button.sppb-panel-heading::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #252525;
	content: "\f067";
	font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}

#section-faq button.sppb-panel-heading:hover {
	background-color: #fcb814;
}

#section-faq button.sppb-panel-heading.active::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";    
	color: #fff;
    content: "\f068";
    font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}



/* Section - news & events */
#section-news .mod-articles-item,
#section-news .mod-articles-item-content {
	height: 100%;
}

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

#section-news .blog-article-image-container {
	padding-top: 70%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: saturate(0.8) brightness(1);
	transition: filter 0.5s ease;
}

#section-news .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.1);
	transition: filter 0.5s ease;
}

#section-news .blog-article-item-inner {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
	border-radius: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#section-news .mod-articles-link {
	font-weight: 600;
	display: inline-block;
	color: #252525;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.3;
}

#section-news .mod-articles-title {
	display: flex;
}

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

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

@media screen and (max-width: 575px) {
	#section-news .blog-article-item-inner {
		padding: 0;
	}

	#section-news .blog-article-info-container {
		padding: 20px 15px 30px 15px;
	}	
	
	#section-news .blog-article-image-container,
	#section-news .blog-article-video-container lite-youtube {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (max-width: 991px) {
	#section-news .mod-articles-link {
		font-size: 24px;
		line-height: 1.3;
	}
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
	padding: 20px 0;
}

#section-news .mod-article-intro-text {
	font-size: 17px;
	line-height: 1.8;
}

#section-news .readmore a {
    display: inline-block;
	position: relative;
	color: #8c1005;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateZ(0);
}

#section-news .readmore a::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(140, 16, 5, 0.5);
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    transition: width 0.3s ease
}

#section-news .readmore a:hover::before {
    width: 30%;
}

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

#section-news .blog-article-video-container lite-youtube {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 140%;
	transform: translateY(-50%);
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

#section-news .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-news lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

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

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

#section-news lite-youtube > .lty-playbtn:hover::after {
    color: #EAA912!important; 
	transition: all 0.3s ease;
}

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

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

#section-news lite-youtube {
	filter: saturate(0.7) brightness(1);
	transition: filter 0.5s ease;
}

#section-news lite-youtube:hover {
	filter: saturate(1) brightness(1.1);
	transition: filter 0.5s ease;
}



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

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

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

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

#section-footer1 .vertical-menu ul li a {
	display: inline-flex;
	align-items: center;
	font-weight: 400!important;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

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

#section-footer1 .vertical-menu ul li a:hover {
	color: #fcb814;
}

#section-footer1 .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;
}

#section-footer1 .menu-with-icons ul {
	list-style: none;
	padding-left: 0;
}

#section-footer1 .menu-with-icons ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

#section-footer1 .menu-with-icons ul li a {
	display: inline-flex;
	align-items: center;
	font-weight: 400!important;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

#section-footer1 .menu-with-icons ul li a.contact-us-email {
	text-transform: lowercase;
}

#section-footer1 .menu-with-icons ul li a.contact-us-address {
	max-width: 210px;
}

#section-footer1 .menu-with-icons ul li a:hover {
	color: #fcb814;
}

#section-footer1 .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-footer1 .menu-with-icons ul li a.contact-us-address::before {
	background-image: url('../../../images/location-icon.png'); 
	margin-top: -18px;
}

#section-footer1 .menu-with-icons ul li a.contact-us-phone::before {
	background-image: url('../../../images/call-us-icon.png'); 
}

#section-footer1 .menu-with-icons ul li a.contact-us-email::before {
	background-image: url('../../../images/email-us-icon.png'); 
}



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

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



/* Pagination */
.pagination-wrapper {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center !important;
}

.pagination .page-item.disabled:nth-child(2) .page-link,
.pagination .page-item.disabled:nth-last-child(2) .page-link {
	filter: grayscale(100%) opacity(0.5);
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:nth-last-child(2) .page-link {
	position: relative;
	min-width: 42px;
	min-height: 42px;
	border: 2px solid #8c1005;
}

.pagination .page-item:not(.disabled):nth-child(2) .page-link:hover,
.pagination .page-item:not(.disabled):nth-last-child(2) .page-link:hover {
	background-color: #252525;
	border-color: #252525;
}

.pagination li:first-child,
.pagination li:last-child {
  display: none;
}

@media screen and (max-width: 1199px) {
	.pagination-wrapper {
		margin-top: 0;
	}

	.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (min-width: 1200px) {
	.pagination li:nth-child(2), 
	.pagination li:nth-last-child(2) {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #8c1005;
    background-color: #8c1005;
	font-weight: 600;
	font-size: 22px;
}

.pagination>li:not(.disabled)>a>span {
	color: #8c1005;
}

.pagination>li:not(.disabled)>a:hover>span {
	color: #fff;
}

.pagination li:not(.active) a, .pagination li:not(.active)>span {
	color: #252525!important;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff!important;
	border-color: #8c1005;
    background-color: #8c1005;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #fff!important;
	background-color: #252525;
	border-color: #252525;
}

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

.pagination .page-item:nth-child(2) .page-link:focus,
.pagination .page-item:nth-last-child(2) .page-link:focus {
	background-color: transparent;	
}

.pagination li a, .pagination li>span {
	padding: 0;
	border: none;
	border-radius: 50%!important;
	background-color: #fff;
	font-size: 22px;
	font-weight: 600;
	width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link:focus {
    box-shadow: none;
	background-color: transparent;
}

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

.pagination li.page-item {
	margin: 6px;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus {
    background-color: #fff;
}

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

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

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    margin-bottom: 10px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::before {
	color: #252525;
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::before {
	color: #252525;
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border-radius: 0px;
    padding: 15px 20px 15px 20px;
}

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

[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] {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;	
}