/* General */
@media screen and (max-width: 991px) {
	#sp-main-body {
		padding: 40px 0px 40px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 70px 0px 70px 0px;
	}
}

body:not(.com-fabrik) #sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #eaeaea!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: 700;
}

a:focus, a:active {
	font-weight: 700;
	color: #404040;
}

::selection {
  background-color: #111;
  color: #fff; 
}

.sppb-addon-title {
	margin-top: 0;
	margin-bottom: 0;
}

.sppb-addon-header a .sppb-addon-title {
	color: #c85102;	
	text-decoration: underline;
}

.sppb-addon-header a:hover .sppb-addon-title {
	color: #000;	
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.h2:not([itemprop="headline"]), .h3, .h4, .h5, .h6, h2:not([itemprop="headline"]), 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: 32px;
	}

	.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, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 36px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 32px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 28px;
	}

	.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: 5px;
	padding: 16px 14px;
}

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) {
    padding: 16px 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(20, 63, 173, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	color: #fff!important;
	background-color: #c85102!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 5px!important;
	padding: 14px 18px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #fff!important;
	background-color: #333!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 5px!important;
	padding: 14px 18px!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-orange-border,
.video-tour-modal .sppb-btn {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	background-color: #c85102;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 14px 40px 14px 18px!important;
}

.btn-orange-border:after,
.video-tour-modal .sppb-btn::after {
    content: '\f101';
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 17px;
	margin-top: 1px;
}

.btn-orange-border:hover, 
.btn-orange-border:focus:hover,
.video-tour-modal .sppb-btn:hover,
.video-tour-modal .sppb-btn:focus:hover {
    background-color: #fff;
    color: #c85102 !important; 
}

.btn-orange-border:focus,
.video-tour-modal .sppb-btn:focus {
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-orange-border:focus:not(:hover),
.video-tour-modal .sppb-btn:focus:not(:hover) {
    color: #fff; 
}

.btn-orange-border:active,
.video-tour-modal .sppb-btn:active {
    color: #c85102;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

body.com-finder p {
	margin-bottom: 1rem!important;
}

@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: 0px;
}

#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(0, 0, 0, 0.95)!important;
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
	line-height: 1.2;
}

#mksearch-modal .jconfirm-buttons button {
    position: relative!important;
	background-color: #c85102!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	padding: 16px 40px 16px 18px!important;
	border-radius: 5px!important;
}

#mksearch-modal .jconfirm-buttons button::after {
    content: '\f101';
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 17px;
	margin-top: 1px;
}

#mksearch-modal .jconfirm-buttons button:hover {
	background-color: #404040!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #404040!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary {
	width: 60px;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!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 {
	color: #fff!important;
	background-color: #c85102!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;
}

.mksearch-container .form-control:focus:hover {
    border-color: #fff!important;
}

.trigger-mksearch .fas {
    transition: transform 0.2s ease-in-out;
}

.trigger-mksearch:hover .fas {
    transform: scale(1.15);
}



/* Logo and main menu */
#sp-logo-and-main-menu, #sp-top-menu {
    position: relative;
	z-index: 9;
}

@media screen and (min-width: 992px) {
	#sp-logo-and-main-menu {
		padding-left: 25px;
		padding-right: 25px;
	}
}

#sp-top-menu .container {
	max-width: 1210px;
}

#sp-logo-and-main-menu .container {
	display: flex;
    justify-content: center;
	max-width: 1600px;
	background-color: #fff;
	border-radius: 6px;
}

@media screen and (max-width: 991px) {
	#sp-logo-and-main-menu .container {
		border-radius: 0px;
	}
	
	#sp-logo {
		width: 140px;
	}

	#sp-menu {
		display: flex;
		flex: 1; 
		justify-content: end;
	}
}

#sp-logo-and-main-menu .container .container-inner {
	width: 100%;
}

@media screen and (min-width: 992px) {
	#sp-logo > .sp-column {
		position: absolute;
		top: -33px;
	}
}

@media screen and (max-width: 991px) {
	.logo-image, .logo-image-phone {
		height: 90px!important;
		padding: 10px 0;
	}
	
	.offcanvas-menu .logo-image, .logo-image-phone {
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	#sp-menu {
		display: flex;
		flex: 1; 
		justify-content: end;
	}

	#sp-logo {
		width: 294px;
	}

	#sp-topmenu-2 {
		display: flex;
		justify-content: start;
		flex: 1; 
	}
}

#sp-top-menu {
	padding: 18px 0;
}

@media screen and (max-width: 991px) {
	#sp-top-menu {
		background-color: #c85102;
	}
	
	#sp-top1.col-lg-6 {
		width: 45%;
	}
	
	#sp-top2.col-lg-6 {
		width: 55%;
	}
}

/*top left menu*/
#sp-top1 {
	display: flex;
	justify-content: start;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
	#sp-top1 {
		padding-left: 40px;
	}
}

@media screen and (max-width: 991px) {
	#sp-top1 {
		padding-left: 20px;
	}
}

#sp-top1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#sp-top1 .menu li a {
    color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}

#sp-top1 .menu li a:hover {
	color: #F49255!important;
}

@media screen and (max-width: 1199px) {
	#sp-top1 .menu li a {
		font-size: 0px;
		padding-right: 14px;
	}

	#sp-top1 .menu li a span {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-top1 .menu li a span {
		display: none;
	}

	#sp-top1 ul li:not(:last-child)::after {
		content: "|";
		padding: 0 10px;
		color: #fff;
	}
}

#sp-top1 .menu li a::after {
	margin-right: 6px;
	font-weight: 200;
}

/*top right menu*/
#sp-top2 {
	display: flex;
	justify-content: end;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
	#sp-top2 {
		padding-right: 40px;
	}
}

@media screen and (max-width: 991px) {
	#sp-top2 {
		padding-right: 15px;
	}
}

#sp-top2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#sp-top2 li {
	position: relative;
	padding: 0 10px 0 20px;
}

#sp-top2 li:first-child {
	padding: 0 10px 0 0;
}

#sp-top2 li:last-child {
	padding: 0 0 0 10px;
}

#sp-top2 .menu li a {
    color: #fff;
	display: inline-block;
	font-size: 0px!important;
}

#sp-top2 .menu li a:hover {
	color: #F49255!important;
}

#sp-top2 .menu li a span {
	font-size: 18px!important;
}

#sp-top2 .menu li a::after {
	margin-right: 6px;
	font-weight: 200;
}

#sp-top2 ul li:first-child::after {
	content: '';
	border-right: 1px solid #fff;
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-sticky {
	position: fixed!important;
	top: 58px;
	width: 100%;
	animation: spFadeIn 0.3s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0px;
		width: 100%;
		animation: spFadeIn 0.3s;
		z-index: 9;
	}
}

@media screen and (min-width: 576px) {
	.topbar-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

#sp-top-menu.topbar-sticky {
    background-color: #111;
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
}

@media screen and (max-width: 991px) {
	#sp-menu {
		order: 2;
	}

	#sp-logo {
		order: 1;	
	}
	
	#sp-topmenu-2 {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-topmenu-2 .menusp-megamenu-parent {
		display: none;
	}
	
	#sp-menu {
		order: 3;
	}

	#sp-logo {
		order: 2;	
	}
	
	#sp-topmenu-2 {
		order: 1;	
	}
}



/* Right main menu */
.menusp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: right;
    position: relative;
}

.menusp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img {
    display: inline-block;
}

.menusp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0;
}

.menusp-megamenu-parent>li.menu-justify {
    position: static;
}

.menusp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 10px;
    line-height: 110px;
    font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.menusp-megamenu-parent>li:last-child>a {
    padding: 0 0 0 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.menusp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
		font-size: 16px!important;
		padding: 0 7px;
	}
	
	.menusp-megamenu-parent>li:last-child>a {
		padding: 0 0 0 7px;
	}
}

.menusp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.menu.menusp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menusp-megamenu-parent .menu-child {
    list-style: none;
	margin: 0;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	width: 290px;
	z-index: 10;
	display: none;
}

.menusp-megamenu-parent .menu-child a {
    display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 0;
}

.menusp-megamenu-parent .menu-deeper.menu-parent:hover .menu-child,
.menusp-megamenu-parent .menu-deeper.menu-parent:hover .menu-child {
	display: block;
	animation: spFadeIn 400ms ease-in;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.menusp-megamenu-parent .menu-deeper.menu-parent>a::after,
.menusp-megamenu-parent .menu-deeper.menu-parent>span::after {
	font-family: "Font Awesome 6 Free";
	content: "\f078";
	margin-left: 7px;
	font-size: 16px;
	font-weight: 900;
}
/* */

.sp-megamenu-wrapper a {
	text-transform: uppercase;	
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -10px;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
}


@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 7px;
	}
	
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 16px!important;
	}
}

.sp-megamenu-parent>li.active>a {
	font-weight: 700;
}

.sp-megamenu-parent>li>a::before {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width .3s ease
}

.sp-megamenu-parent>li>a:not(.trigger-mksearch):hover::before {
    width: calc(100% - 42px);
}

.sp-megamenu-parent>li.active>a:hover {
    color: #c85102;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #c85102;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px!important;
    display: block;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
}

@media screen and (min-width: 992px) {
	#sp-menu > .sp-column {
		margin-right: 15px;
	}	
}

.sp-megamenu-wrapper .sp-megamenu-parent li a.plan-your-event {
    border: 1px solid #fff;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    padding-left: 8px;
	height: 80px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px 25px 25px 25px;
}

a#offcanvas-toggler:hover {
	color: #143fad!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #252525;
}

/* 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: right;
	}
}

#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;
	margin-top: 15px;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.6px 0;
}

.burger-icon > span {
	background-color: #c85102!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: #fff;
}

.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;
	line-height: 1.3;
	padding: 10px 12px;
	display: flex;
	font-weight: 600;
	text-transform: uppercase;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open) > span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-menu .offcanvas-inner .sp-module:last-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0!important;	
}

.offcanvas-menu .offcanvas-inner ul.menu {
	margin: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 16px 10px 16px 10px;
}

.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;
}

.offcanvas-menu ul li .trigger-mksearch span {
	display: none;
}



/* Section - main slider */
#section-main-slider {
	z-index: 0!important;
}



/* Section - welcome */
#section-welcome {
	border-bottom: 1px solid #c85102;
}



/* Section - explore the farm */
#section-explore-the-farm .mk-article-content {
	text-align: center;
}

#section-explore-the-farm .mk-article-title h3 {
	line-height: 1.3;
	margin-bottom: 10px;
}

#section-explore-the-farm .mk_article_carousel .owl-nav {
	top: 20%;
	bottom: auto;
	z-index: -1;
}

#section-explore-the-farm .mk_article_carousel .owl-dots {
	padding-top: 0;
}

#section-explore-the-farm .owl-prev span,
#section-explore-the-farm .owl-next span {
    display: none; 
}

#section-explore-the-farm .owl-prev::before,
#section-explore-the-farm .owl-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 24px; 
    display: inline-block;
}

#section-explore-the-farm .owl-prev::before {
    content: "\f104";
}

#section-explore-the-farm .owl-next::before {
    content: "\f105"; 
}



/* Section services */
@media screen and (max-width: 767px) {
	#section-services .services-box1, #section-services .services-box2, #section-services .services-box3 {
		border-bottom: 1px solid #c85102;
	}
}

@media screen and (min-width: 768px) {
	#section-services .services-box1 {
		border-right: 1px solid #c85102;
		border-bottom: 1px solid #c85102;
	}

	#section-services .services-box2 {
		border-bottom: 1px solid #c85102;
	}

	#section-services .services-box3 {
		border-right: 1px solid #c85102;
	}
}

#section-services .services-btn-link {
	padding: 0;
}

#section-services .services-btn-link:hover, 
#section-services .services-btn-link:active, 
#section-services .services-btn-link:focus {
	font-weight: 400;
}



/* Section - stay connected */
#section-stay-connected .col-form-label {
    position: absolute;
    left: -9999px;
}

#section-stay-connected .formContainer .col-md-12 {
	display: flex;
}

#section-stay-connected .formContainer .rsform-block-email {
	margin-bottom: 0!important;
}

#section-stay-connected .formControls.col-sm-9 {
	width: 100%;
}

#section-stay-connected .formContainer .rsform-block-email input {
	padding: 0 10px!important;
	height: 44px;
	border-radius: 0px!important;
}

#section-stay-connected .rsform-type-submitbutton {
	margin-bottom: 0!important;
}

#section-stay-connected .rsform-submit-button {
    position: relative;
	font-size: 20px;
    height: 44px!important;
    width: 44px!important;
    line-height: 44px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background-color: #2f4d57!important;
    color: #fff;
	font-size: 0px!important;
    border: none;
	border-radius: 0px!important;
}

#section-stay-connected .rsform-submit-button:hover,
#section-stay-connected .rsform-submit-button:focus {
    background-color: #252525;
}

#section-stay-connected .rsform-submit-button::before {
    content: "\f0e0";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    color: #fff;
    font-size: 20px!important;
    position: absolute;
    top: 0;
    left: 0;
  	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
}

#section-stay-connected .stay-connected-socials ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#section-stay-connected .stay-connected-socials li {
	position: relative;
	padding: 0 10px 0 20px;
}

#section-stay-connected .stay-connected-socials li:first-child {
	padding: 0 8px 0 0;
}

#section-stay-connected .stay-connected-socials li:last-child {
	padding: 0 0 0 8px;
}

#section-stay-connected .stay-connected-socials .menu li a {
    color: #fff;
	display: inline-block;
	font-size: 0px!important;
}

#section-stay-connected .stay-connected-socials .menu li a:hover {
	color: #252525!important;
}

#section-stay-connected .stay-connected-socials .menu li a span {
	margin-top: 8px;
	font-size: 26px!important;
}

#section-stay-connected .rsform p {
	color: #fff;
	margin-bottom: 0!important;
}

#section-stay-connected .rsform p + .rsform-submit-button {
    display: none!important;
}



/* Section - map */
#section-map .sppb-addon-single-image-container {
	position: relative;
	width: 100%;
}

#section-map .sppb-addon-single-image-container img {
	width: 100%;
	min-height: 350px;
	object-fit: cover;
}



/* Default blog roll */
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    font-weight: 700;
}

.article-list .article {
    padding: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.article-list .col-lg-12:not(:last-child) .article {
	margin-bottom: 30px;	
}

.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: 0;
	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;
	width: 100%;
}

.article-list .article-body {
    padding: 20px 0 30px 0;
}

.article-list .readmore {
	margin-top: 20px;
}

.article-list .readmore a {
	display: inline-block!important;
	color: #fff!important;
	background-color: #c85102!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 5px!important;
	padding: 14px 18px!important;
}

.article-list .readmore a:hover, .article-list .readmore a:active, .article-list .readmore a:focus {
	color: #fff!important;
	background-color: #333!important;
}



/* Single article */
.article-header [itemprop="headline"] {
	color: #252525;
}

[itemprop="articleBody"] {
    line-height: 1.7;
}

.article-details [itemprop="articleBody"] a:not(.btn) {
	font-weight: 400!important;
	text-decoration: underline!important;
}

@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

[itemprop="articleBody"] ul li{
    padding: 4px 0;
}

.article-details .article-full-image img, .article-details .article-intro-image img {
    width: 100%;
	border-radius: 0px;
	filter: brightness(95%);
}

.article-details .article-intro-image {
	margin-bottom: 20px;
}

.blockquote {
	font-size: 36px;
	font-weight: 400;
	padding: 0 50px 0 50px;
	margin: 60px 85px 60px 85px;
	line-height: 1.5;
	position: relative;
}

.blockquote::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 0;
    width: 5px;
    height: 84%;
    background-color: #c85102;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 18px;
		padding: 0 20px 0 20px;
		margin: 40px 5px 30px 10px;
	}
	
	.blockquote::before {
		top: 5%;
		height: 90%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.blockquote {
		font-size: 20px;
		padding: 0 20px 0 20px;
		margin: 40px 5px 30px 40px;
	}
	
	.blockquote::before {
		top: 6%;
		height: 88%;
	}
}



/* Page heading with bg */
#sp-page-header .sp-module-content .mod-custom {
	background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
}

#sp-page-header .sp-module {
    position: relative;
}

#sp-page-header .sp-module-title {
    position: absolute;
    top: calc(50% + 95px); 
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 20px #000000;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	margin: 0!important;
}

@media screen and (max-width: 991px) {
	#sp-page-header .sp-module-title {
	    top: 50%;
	}
}

@media screen and (min-width: 992px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -175px;
	}
}

@media screen and (max-width: 399px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 160px;
		margin-top: 0;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 32px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 180px;
		margin-top: 0;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 230px;
		margin-top: 0;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 250px;
		margin-top: 0;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 54px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 400px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 58px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 430px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 60px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 480px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 62px;
	}
}

@media screen and (min-width: 1601px)  {
	#sp-page-header .sp-module-content .mod-custom {
		height: 500px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 65px;
	}
}


	
/* Sidebars */
@media screen and (max-width: 991px) {
	#sp-main-body #sp-right {
		order: 2;
		margin-top: 30px;
		margin-bottom: 0;
	}

	body:not(.com-sppagebuilder) #sp-main-body #sp-component {
		order: 1;
	}

	#sp-right .sp-module {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

#sp-right .sp-module {
    border: 1px solid #ccc;
	border-radius: 5px;
	padding: 40px;
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	#sp-right .sp-module {
		padding: 25px;
	}
}

#sp-right .sp-module .mod-custom p:last-child {
	margin-bottom: 0!important;
}

#sp-right .sp-module .sp-module-title {
    margin: 0;
    border-bottom: none;
}

#sp-right .sp-module  ul li a {
	position: relative;
	padding-right: 25px;
	font-weight: 600;
}

#sp-right .sp-module  ul li a::after {
    content: '\f101';
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

/*orange module*/
#sp-right .sp-module.moduleorange {
	background-color: #c95202;
}

#sp-right .sp-module.moduleorange .sp-module-title,
#sp-right .sp-module.moduleorange .sp-module-content {
	color: #fff;
}

#sp-right .sp-module.moduleorange .btn {
	color: #c95202!important;
	background-color: #fff!important;
}

#sp-right .sp-module.moduleorange .btn:hover {
	color: #fff!important;
	background-color: #333!important;
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 22px;
	color: #fff;
	background-color: #8a8b8e;
	border-radius: 5px;
	opacity: 0.5;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #c85102;
	opacity: 1;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	margin-top: 25px;
}

@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: #c85102;
	border-color: #c85102;
}

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 5px!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: 4px;
	border-radius: 12px;
}

.pagination li:first-child {
	margin-left: 0px;
}



/* Footer */
body.com-sppagebuilder #section-footer {
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
	#section-footer .footer-col-middle {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

@media screen and (min-width: 992px) {
	#section-footer .footer-col-middle {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
}

#section-footer .footer-socials ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#section-footer .footer-socials li {
	position: relative;
	padding: 0 10px 0 20px;
}

#section-footer .footer-socials li:first-child {
	padding: 0 8px 0 0;
}

#section-footer .footer-socials li:last-child {
	padding: 0 0 0 8px;
}

#section-footer .footer-socials .menu li a {
    color: #252525;
	display: inline-block;
	font-size: 0px!important;
}

#section-footer .footer-socials .menu li a:hover {
	color: #c85102!important;
}

#section-footer .footer-socials .menu li a span {
	margin-top: 10px;
	font-size: 26px!important;
}


#section-footer .footer-contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#section-footer .footer-contacts li {
	position: relative;
	padding: 0 0 8px 0;
	width: 100%;
	text-align: center;
}

#section-footer .footer-contacts li a {
	color: #c85102!important;
	font-weight: 500;
	text-decoration: underline;
}

#section-footer .footer-contacts li a:hover {
    color: #252525!important;
	text-decoration: none;
}

#section-footer .footer-contacts li a span {
	display: none;
}