/* 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: 60px 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;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

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

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

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

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

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

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

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

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

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 42px;
	}

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

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

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

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



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

input {
	font-size: 18px!important;
}

.form-control:focus {
	border-color: rgba(25, 42, 58, 0.4);
	box-shadow: 0 0 25px 5px rgba(47, 100, 158, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(25, 42, 58, 0.4);
    box-shadow: 0 0 25px 5px rgba(47, 100, 158, 0.1)!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 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(25, 42, 58, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #192a3a!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius:0!important;
	padding: 16px 40px!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: #192a3a!important;
	background-color: #aa9166!important;
}

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

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

.btn-link {
	font-weight: 800!important;
	text-decoration: none;
}

.btn-link:hover {
	color: #192a3a!important;
}



/* Convert Forms */
#sp-main-body .cf-response p {
	margin-bottom: 0!important;
}

#sp-main-body .convertforms input, .convertforms textarea {
	font-size: 15px!important;
	color: #252525!important;
}

#sp-main-body .convertforms input:not([type="radio"]) {
	height: 54px;
}

#sp-main-body .convertforms input[type="radio"] {
	height: 30px;
}

#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: 0px!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: 0px!important;
	margin-bottom: 20px!important;
	line-height: 1.2!important;
}

#sp-main-body .convertforms input,
#sp-main-body .convertforms textarea {
	background-color: #f9f3f0!important;
	border: 1px solid #a99165!important;
}

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

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

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

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

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

#sp-main-body .cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
    color: #fff!important;
    background-color: #2a3239!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0!important;
	padding: 16px 40px!important;
	margin-top: 10px;
	transition: all 0.3s ease!important;
	height: 60px;
}

#sp-main-body .cf-btn:hover {
    color: #192a3a!important;
    background-color: #aa9166!important;
	opacity: 1!important;
}

#sp-main-body .cf-btn:focus-visible {
    color: #fff!important;
    background-color: #192a3a!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

#sp-main-body .cf-btn:active {
    background-color: #192a3a!important;
}



/* Logo, top and main menu */
#sp-logo-and-main-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 9;
}

body.itemid-101 #sp-logo-and-main-menu:not(.header-sticky) {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.1) 100%);
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu > .container {
		max-width: 100%;
		padding: 0 0 0 30px;
	}
}

#sp-logo-and-main-menu.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeIn 1.0s;
	z-index: 999;
    background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(8px);
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

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

#sp-logo-and-main-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 80%;
	}
	
	#sp-menu.col-lg-9 {
		width: 20%;
	}
	
	.logo-image {
		height: 105px!important;
		padding: 12px 0px 10px 0px;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-logo.col-lg-3 {
		width: 20%;
	}
	
	#sp-menu.col-lg-9 {
		width: 80%;
	}
}

@media screen and (max-width: 575px) {
	.logo-image {
		height: 85px!important;
		padding: 10px 0px 8px 0px;
	}
	
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 15px;
	}	
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
	margin-top: -1px;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

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

@media screen and (max-width: 1739px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
		font-size: 17px!important;
	}
	
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 17px!important;
	}
}

@media screen and (max-width: 1400px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
		font-size: 16px!important;
	}	
	
	.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:hover>a {
    color: #aa9166;
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent .sp-dropdown {
	border-top: 2px solid transparent;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 6px 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) calc(100% - 40px), rgba(0, 0, 0, 0.2) 100%);
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(0, 0, 0, 0.85);
}

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

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

.sp-megamenu-parent .sp-menu-item .free-consultation {
	position: relative;
	padding: 0 25px;
	margin-left: 12px;
	top: 1px;
	background-color: #aa9166; 
	color: #192a3a;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	transition: background-color 0.5s ease;
}

@media screen and (max-width: 1399px) {
	.sp-megamenu-parent .sp-menu-item .free-consultation {
		padding: 0 12px;
		margin-left: 10px;
	}
}

.sp-megamenu-parent .sp-menu-item .free-consultation:hover {
	color: #aa9166;
	background-color: #192a3a; 
}

#sp-menu .call-now:hover {
	color: #fff!important;
}

@media screen and (max-width: 1599px) {
	#sp-menu .call-now {
		display: none;
	}
}
	
@media screen and (min-width: 1500px) {
	#sp-menu .call-now {
		position: relative;
		top: 10px;
		padding-left: 25px;
	}

	#sp-menu .call-now::before {
		position: relative;
		content: "\f095"; 
		font-family: 'Font Awesome 6 Free';
		color: #252525;
		background-color: #fff;
		padding: 16px;
		margin-right: 5px;
		font-weight: 900;
		font-size: 14px;
		top: -10px;
		left: -7px;
		transition: background-color 0.3s ease-in-out;
	}
	
	#sp-menu .call-now:hover::before {
		background-color: #aa9166; 
	}

	#sp-menu .call-now::after {
		position: absolute;
		content: "CALL NOW"; 
		font-weight: 300;
		font-size: 14px;
		top: -20px;
		left: 75px;
	}
}



/* Offcanvas menu */
/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}
 
.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}
 
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

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

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 0 15px 0 7px;
	margin-top: 0;
	width: 75%;
	height: auto!important;
}

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

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

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #aa9166;
}

/* 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: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

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

.burger-icon > span {
    display: block;
    height: 3px;
	background-color: #aa9166!important;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
    border-radius: 5px;
}

#sp-menu .burger-icon span:nth-child(2) {
    width: 80%;
    margin-left: auto;
}

.offcanvas-active .burger-icon > span {
    margin: 4px -5px;
}

.close-offcanvas {
    top: 48px;
	right: 15px!important;
	z-index: 99;
}

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

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

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

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

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

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

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	text-transform: uppercase;
}

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

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
	border-bottom: none;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li:not(:last-child) {
	border-bottom: 1px solid rgba(212, 200, 178, 1);
}

.offcanvas-menu li.item-139 {
	border: none!important;
}

.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 {
	display: flex;
	justify-content: center;
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 12px;
	margin-right: 30px;
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.offcanvas-menu .free-consultation {
	padding: 18px 25px!important;
	margin: 15px 10px 0 10px;
	background-color: #aa9166; 
	color: #192a3a!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-size: 16px!important;
	text-align: center;
	font-weight: 700;
	transition: background-color 0.5s ease;
}

.offcanvas-menu .free-consultation:hover {
	color: #aa9166!important;
    background-color: #192a3a; 
}



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

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



/* Section - main slider */
#section-main-slider .owl-nav {
	bottom: calc(55% - 75px)!important;
}

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

#section-main-slider .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-main-slider .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}
	


/* Section - out practice areas */
@media screen and (max-width: 767px) {
	#section-our-practice-areas .sppb-row-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 575px) {
	#section-our-practice-areas .practice-area-image .sppb-addon-single-image-container,
	#section-our-practice-areas .practice-area-image .sppb-addon-single-image-container img {
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#section-our-practice-areas .practice-area-box-link,
	#section-our-practice-areas .practice-area-image .sppb-addon-single-image-container {
		width: 75%;
	}

	#section-our-practice-areas .practice-area-image .sppb-addon-single-image-container img {
		width: 100%;
	}
}

#section-our-practice-areas .practice-areas-box-link .sppb-addon-title {
	font-size: 0!important;
}

#section-our-practice-areas .practice-areas-column {
    position: relative;
}

#section-our-practice-areas .practice-areas-column .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}

#section-our-practice-areas .practice-areas-column .sppb-addon-single-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(170, 145, 102, 0); 
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#section-our-practice-areas .practice-areas-column:hover .sppb-addon-single-image-container::before {
    background-color: rgba(170, 145, 102, 0.8); 
    opacity: 1;
}

#section-our-practice-areas .practice-areas-column .sppb-addon-single-image-container::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #192a3a;
    color: #aa9166;
    font-weight: 100; 
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-in-out;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
}

#section-our-practice-areas .practice-areas-column:hover .sppb-addon-single-image-container::after {
    transform: translate(-50%, -50%) scale(1);
}



/* Section - our passion and duty */
@media screen and (max-width: 767px) {
	body:not(.itemid-101) #section-passion-duty {
		padding-bottom: 295px!important;
		margin-bottom: -230px!important;
	}
	
	body:not(.itemid-101) #section-footer1 {
		padding-top: 295px!important;
		margin-top: -230px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	body:not(.itemid-101) #section-passion-duty {
		padding-bottom: 245px!important;
		margin-bottom: -165px!important;
	}
	
	body:not(.itemid-101) #section-footer1 {
		padding-top: 245px!important;
		margin-top: -165px!important;
	}
}

@media screen and (min-width: 1200px) {
	body:not(.itemid-101) #section-passion-duty {
		padding-bottom: 195px!important;
		margin-bottom: -100px!important;
	}
	
	body:not(.itemid-101) #section-footer1 {
		padding-top: 165px!important;
		margin-top: -100px!important;
	}
}



/* Section - about Dusty Dawn */
#section-about .heading-link-with-icon a {
	color: #252525!important;
	font-weight: 400!important;
}

#section-about .heading-link-with-icon a * {
    transition: color 0.3s ease-in-out;
}

#section-about .heading-link-with-icon a:hover * {
    color: #aa9166 !important;
}

#section-about .heading-link-with-icon .sppb-addon-title-icon {
	margin-right: 5px;
}



/* Section - get in touch */
#section-get-in-touch {
	border-bottom: 75px solid #aa9166;
}

#section-get-in-touch .contact-form-title {
	display: none!important;
}



/* Section - news & updates */
:root {
	--overlay-height: 435px; 
}

#section-news::before {
	content: "";
	position: absolute;
	height: var(--overlay-height);
	left: 0;
	right: 0;
	top: 0;
	background-color: #f9f3f0;
	 box-shadow: 0 10px 55px -5px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-news .col-lg-4 {
		width: 50%!important;
	}
}

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

#section-news .blog-article-image-container:hover {
	filter: saturate(1.1);
}

#section-news .blog-article-item-inner {
	display: flex;
    flex-direction: column;
	height: 100%;
	box-shadow: 0 0 150px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 0;
	border-radius: 0;
}

#section-news .blog-article-info-container {
	height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 30px 30px 30px;
}

#section-news .mod-articles-category-title {
	font-family: 'Playfair Display';
	font-weight: 700;
	display: inline-block;
	color: #252525;
	font-size: 26px;
    line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@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: 767px) {
	#section-news .mod-articles-category-title {
		margin-bottom: 15px;
	}
}

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

#section-news .mod-articles-category-title:hover {
	color: #aa9166!important;
}

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

#section-news .mod-articles-readmore-title {
    display: flex!important;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #f9f3f0;
	border-top: 1px solid #aa9166;
    margin-bottom: 0!important;
}

#section-news .mod-articles-readmore-title a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #192a3a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    height: 58px;
    width: 100%;
}

#section-news .mod-articles-readmore-title a:hover {
    color: #fff!important;
	background-color: #192a3a!important;
}

#section-news .mod-articles-readmore-title a::after {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

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

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

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

#section-news lite-youtube > .lty-playbtn::after {
    content: '\25BA';
    color: #fff!important;
    background-color: #192a3a;
	font-weight: 900;
	border-radius: 0;
	font-size: 34px;
	padding: 32px 36px;
	transition: background-color 0.3s ease; 
}

#section-news lite-youtube:hover > .lty-playbtn::after {
	color: #192a3a;
	background-color: #aa9166; 
}


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

#section-news lite-youtube:hover {
	filter: saturate(1.05);
}

@media screen and (max-width: 991px) {
	#section-news .blog-article-item.col-lg-4:not(:last-child) {
		margin-bottom: 30px;
	}
}



/* Section - bottom contacts */
#section-bottom-contacts {
	z-index: 9;
}

#section-bottom-contacts .contact-box-link .sppb-addon-title {
	font-size: 0!important;
}

#section-bottom-contacts .contact-icon-container {
    transition: background-color 0.3s ease;
}

#section-bottom-contacts .contact-icon-container.contact-hover-active {
	background-color: #192a3a;
	transition: background-color 0.3s ease;
}

#section-bottom-contacts .contact-icon-container.contact-hover-active img {
	filter: brightness(0) invert(1);
}



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

#section-footer1 .vertical-menu ul li {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    margin: 16px 0;
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu ul li {
		justify-content: center;
	}
}

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

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

@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::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: width 0.3s ease;
}

#section-footer1 .vertical-menu ul li a:hover::after {
    width: 100%;
}

/* socials */
#section-footer2 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer2 .footer-socials ul li {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
}

#section-footer2 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer2 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0!important;
    width: 40px;
    height: 40px;
    border-radius: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer2 .footer-socials ul li a:hover span {
    color: #192a3a!important;
    background-color: #fff;
}

#section-footer2 {
	border-top: 1px solid #303f4e;
}



/* Page heading with bg */
body:not(.itemid-101) #sp-page-header {
	background: linear-gradient(to bottom, #030508 0%, #030508 20%, #192a3a 60%, #192a3a 100%);
}

#sp-title {
	position: relative;
}

#sp-title::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -95px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -115px;
	}
}

@media screen and (min-width: 1200px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -155px;
	}
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 230px;
		padding: 120px 15px 30px 15px;  
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
		margin-top: 25px;
	}
}

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

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

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 300px;
		padding: 130px 30px 30px 30px; 
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 42px;	
		margin-top: 35px;
	}
}

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

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

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 420px;
		padding: 180px 40px 40px 40px; 
	}

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



/* Blog roll */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.article-list .col-lg-4 {
		width: 50%!important;
	}
}

.article-list .article .article-intro-image, .blog-article-video-container {
    margin: 0;
    border-radius: 0;
	background-color: #d3d3d3;
}

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

.article-list .article {
	display: flex;
    flex-direction: column;
    border: none;
	box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.12);
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border-radius: 0;
}

.article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	padding: 30px;
    height: 100%;
	text-align: center;
}

@media screen and (max-width: 575px) {
	.article-list .article-body {
		padding: 20px;
	}

	.article-list .article {
		padding: 0;
	}
}

.article-list .article-intro-image img {
	width: 100%;
	transition: filter 0.5s ease;
}

.article-list .article-intro-image img:hover {
	filter: brightness(1.15);
}

.article-list .article-header h2 {
	font-size: 26px!important;
	line-height: 1.3;
	font-weight: 600!important;
	margin-bottom: 10px!important;
}

@media screen and (max-width: 991px) {
	.article-list .article-header h2 {
		font-size: 22px!important;
	}
}

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

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

.article-list .col-lg-4 {
	margin-bottom: 60px;
}

.article-list .article .article-introtext {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.article-list .article-intro-image {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  background-color: #eee;
}

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

.article-list .article-intro-image img:hover {
  filter: saturate(1);
}

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

.article-list lite-youtube {
    position: absolute;
    top: 50%; 
    left: 0;
    width: 100%;
    height: 140%; 
    transform: translateY(-50%); 
	transition: filter 0.5s ease;
    background-size: cover !important;
    background-position: center !important;
    max-width: 100% !important;
}

.article-list lite-youtube:hover {
	filter: brightness(1.1);
}

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

.article-list lite-youtube > .lty-playbtn::after {
    content: '\25BA';
    color: #fff!important;
    background-color: #192a3a;
	font-weight: 900;
	border-radius: 0;
	font-size: 34px;
	padding: 32px 36px;
	transition: background-color 0.3s ease; 
}

.article-list lite-youtube:hover > .lty-playbtn::after {
	color: #192a3a;
	background-color: #aa9166; 
}

.article-list .readmore {
    display: flex!important;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #f9f3f0;
	border-top: 1px solid #aa9166;
    margin-bottom: 0!important;
}

.article-list .readmore a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #192a3a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    height: 58px;
    width: 100%;
}

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

.article-list .readmore a::after {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}



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

.article-header [itemprop="headline"] {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

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

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

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

.article-details .article-full-image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  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: 0px;
	filter: brightness(95%);
}

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



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

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

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

	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: #192a3a;
    background-color: #192a3a;
	font-weight: 600;
}

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

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #192a3a!important;
	background-color: #f8f3ef;
	border-color: #aa9166;
}

.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: 42px;
	text-align: center;
	margin: 5px;
}