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

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

body:not(.com-sppagebuilder):not(.view-article.itemid-117):not(.view-article.itemid-163):not(.view-article.itemid-166):not(.com-fabrik) #sp-main-body {
	position: relative;
	background: none;
	z-index: 0;
}

body:not(.com-sppagebuilder):not(.view-article.itemid-117):not(.view-article.itemid-163):not(.view-article.itemid-166):not(.view-login.itemid-178):not(.com-fabrik) #sp-main-body {
	background: linear-gradient(15deg, #fff 40%, #e9e9e9 0);
    background-size: 100% 900px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 575px) {
	body.view-article:not(.view-article.itemid-117):not(.view-article.itemid-167):not(.view-article.itemid-175) [itemprop="articleBody"] {
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		margin-top: 20px;
		padding: 25px 20px;
	}
}

@media screen and (min-width: 576px) {
	.blogservices .container-wrapper,
	.search-results-services-attorneys .container-wrapper {
		background-color: #f7f7f7;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		margin-top: 40px;
	}
	
	body.view-article:not(.view-article.itemid-117):not(.view-article.itemid-167):not(.view-article.itemid-175) [itemprop="articleBody"],
	body.view-category .article-list {
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		margin-top: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.blogservices .container-wrapper,
	.search-results-services-attorneys .container-wrapper,
	body.view-article:not(.view-article.itemid-117):not(.view-article.itemid-167):not(.view-article.itemid-175) [itemprop="articleBody"],
	body.view-category .article-list {
		padding: 20px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogservices .container-wrapper,
	.search-results-services-attorneys .container-wrapper,
	body.view-article:not(.view-article.itemid-117):not(.view-article.itemid-167):not(.view-article.itemid-175) [itemprop="articleBody"],
	body.view-category .article-list {
		padding: 40px;
	}	
}

@media screen and (min-width: 992px)  {
	.blogservices .container-wrapper,
	.search-results-services-attorneys .container-wrapper,
	body.view-article:not(.view-article.itemid-117):not(.view-article.itemid-167):not(.view-article.itemid-175) [itemprop="articleBody"],
	body.view-category .article-list {
		padding: 60px;
	}	
}

/* except Attorneys - id 161, Services - id 115, News - id 117, Search all results - id 175, Search services and attorneys - id 67, Service view - id 166, Attornet view - id 163 */
body:not(.itemid-115):not(.itemid-161):not(.itemid-117):not(.itemid-175):not(.itemid-167):not(.itemid-166):not(.itemid-163):not(.com_fabrik) #sp-main-body > .container {
	max-width: 1140px;
}

body.view-article.itemid-117 #sp-component.col-lg-12,
body.itemid-163 #sp-component.col-lg-12,
body.itemid-166 #sp-component.col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

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

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

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

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



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

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

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

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

.page-header h1, .page-header h2 {
	text-align: center;
}

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

h1:before {
    content: "";
    width: 50px;
    height: 0;
    border-bottom: 2px solid #a39161;
    margin: 0 auto 25px auto;
    display: block;
}

@media screen and (max-width: 575px) {
	h1:before {
		margin: 0 auto 15px auto;
	}
}

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

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

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

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

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

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

textarea:focus,
.form-control:focus,
.form-select:focus {
	border-color: rgba(32, 68, 120, 0.4)!important;
	box-shadow: 0 0 25px 5px rgba(32, 68, 120, 0.05)!important;
}

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

textarea {
	border-radius: 5px!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: 5px!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(32, 68, 120, 0.4);
    box-shadow: none;
}

.btn-primary {
    text-align: center;
    border-radius: 4px;
    padding: 18px 48px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    z-index: 3;
    overflow: hidden;
    font-size: 1.125rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #204477;
    color: #fff;
}

.btn-primary::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
    background-color: #a39161;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
}

.btn-primary:hover::after,
.btn-primary:focus::after {
    width: calc(100% + 40px);
}


/* Button with Diagonal Hover Effect */
.btn {
    text-align: center;
    border-radius: 4px;
    padding: 14px 40px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 700!important;
    z-index: 3;
    overflow: hidden;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

/* Diagonal effect pseudo-element */
.btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
}

/* Hover effect - expands the diagonal */
.btn:hover::after,
.btn:focus::after {
    width: calc(100% + 40px);
}

/* Blue button variant */
.btn.btn-blue {
    background-color: #204477;
    color: #fff;
	border: none;
}

.btn.btn-blue::after {
    background-color: #a39161;
}

/* Hollow button variant */
.btn.btn-hollow {
    background-color: transparent;
    color: #204477;
    border: 2px solid #204477;
}

.btn.btn-hollow::after {
    background-color: #204477;
}

.btn.btn-hollow:hover,
.btn.btn-hollow:focus {
    color: #fff;
}

/* Contact button variant */
.btn.contact-btn {
    display: block;
    border-radius: 3px;
    border: 2px solid #a39161;
    color: #a39161;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    padding: 8px 20px;
}

.btn.contact-btn::after {
    background-color: #a39161;
}

.btn.contact-btn:hover,
.btn.contact-btn:focus {
    color: #fff;
}

/* Small button variant */
.btn.small-btn {
    font-size: 0.6875rem;
    line-height: 1;
    padding: 10px 16px;
    border: none;
}

/* Mid-size button variant */
.btn.mid-btn {
    font-size: 0.75rem;
    line-height: 1;
    padding: 12px 20px;
    border: none;
}

/* Service button */
.btn.service-btn {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 0;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    color: #646464;
    border: none;
}

.btn.service-btn::after {
    background-color: #a39161
}

.btn.service-btn:focus,.btn.service-btn:hover {
    color: #fff
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .btn {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 576px) {
    .btn {
        padding: 12px 24px;
        font-size: 0.85rem;
    }
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(37, 37, 37, 0.92)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    text-align: center;
    border-radius: 4px;
    padding: 14px 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    z-index: 3;
    overflow: hidden;
    font-size: 1.125rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #204477;
    color: #fff;
}

#mksearch-modal .jconfirm-buttons button::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
    background-color: #a39161;
}

#mksearch-modal .jconfirm-buttons button:hover,
#mksearch-modal .jconfirm-buttons button:focus {
    color: #fff;
}

#mksearch-modal .jconfirm-buttons button:hover::after,
#mksearch-modal .jconfirm-buttons button:focus::after {
    width: calc(100% + 40px);
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* Convert Forms */
#sp-main-body .convertforms .cf-fields > .cf-control-group {
	margin-bottom: 20px;
}

#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 {
	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: 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 .cf-fields input:focus, 
#sp-main-body .cf-fields textarea:focus {
	box-shadow: 0 0 25px 5px rgba(32, 68, 120, 0.05)!important;
	border-color: rgba(32, 68, 120, 0.4)!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 {
    text-align: center;
    border-radius: 4px;
    padding: 18px 48px;
    text-transform: uppercase!important;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    z-index: 3;
    overflow: hidden;
    font-size: 1.125rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #204477;
    color: #fff;
}

.cf-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
    background-color: #a39161;
}

.cf-btn:hover,
.cf-btn:focus {
    color: #fff;
}

.cf-btn:hover::after,
.cf-btn:focus::after {
    width: calc(100% + 40px);
}

.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 and main menu */
#sp-logo-and-main-menu {
    background-color: #292929;
	position: relative;
	z-index: 9;
	white-space: nowrap;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 0.6s;
	z-index: 9;
}

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

@media screen and (min-width: 992px) {
	#sp-logo-and-main-menu {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (min-width: 1500px)  {
	#sp-logo-and-main-menu .row {
		max-width: 1290px;
		margin-left: auto;
		margin-right: auto;
	}
}

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

@media screen and (max-width: 991px) {
	.logo-image, .logo-image-phone {
		height: 75px!important;
		padding: 10px 0;
	}
	
	.offcanvas-menu .logo-image, .logo-image-phone {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-logo {
		width: 180px;
	}
}

@media screen and (min-width: 1300px) {
	#sp-logo {
		width: 240px;
	}
}

@media screen and (min-width: 992px) {
	.logo-image, .logo-image-phone {
		height: 90px!important;
		padding: 15px 0;
	}

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

	#sp-top3 {
		display: flex;
		flex: 1; 
	}
}

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

	#sp-logo {
		width: 140px;
		order: 1;	
	}
	
	#sp-top3 {
		display: flex;
		flex: 1; 
	}
	
	#sp-top3 .main-menu-right {
		display: none;
	}
}

@media screen and (max-width: 300px) {
	#sp-logo {
		width: 100px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 .menusp-megamenu-parent {
		display: none;
	}
	
	#sp-menu {
		order: 3;
	}

	#sp-logo {
		order: 2;	
	}
	
	#sp-top3 {
		order: 1;	
	}
}

/* Top-left search for tablet and mobild views */
#sp-top3 .search-menu-top-left {
	display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (min-width: 1200px) {
	#sp-top3 .search-menu-top-left {
		display: none;
	}
}

#sp-top3 .search-menu-top-left ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

#sp-top3 .search-menu-top-left .trigger-mksearch {
	color: #fff;
	font-size: 0;
	padding-left: 15px;
}

#sp-top3 .search-menu-top-left .trigger-mksearch span {
	font-size: 24px;
	margin-top: 3px;
}



/* Left main menu */
#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	width: 100%;
}

.sp-megamenu-parent {
	display: flex!important;
	justify-content: space-between;
}

.sp-megamenu-wrapper {
	width: 100%;
}

.sp-megamenu-wrapper > ul {
	width: 100%;
	white-space: nowrap;
	flex-wrap: nowrap;
}

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

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -10px;
}

.sp-megamenu-parent>li:last-child>a,
.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: 2px solid #a39161;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width 0.3s ease
}

.sp-megamenu-parent>li.sp-has-child>a::before {
	left: calc(50% - 5px);
	transform: translateX(calc(-50% - 5px));
}

.sp-megamenu-parent>li.active>a::before,
.sp-megamenu-parent>li>a:hover::before {
    width: 50%;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 6px 20px;
	border-bottom: 1px solid #000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background-color: #000;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px!important;
    display: block;
	line-height: 1.2;
	padding: 8px 0 6px 0;
}

/* Right main menu */
#sp-top3 > .sp-column {
	width: 100%;
}

.menusp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: flex;
	align-items: center;
    justify-content: space-between;
    position: relative;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.menusp-megamenu-parent {
		padding: 0 0 0 20px;
	}
}

@media screen and (min-width: 1300px) {
	.menusp-megamenu-parent {
		padding: 0 15px 0 30px;
	}
}

.menusp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img {
    display: inline-block;
}

.menusp-megamenu-parent>li {
    display: block;
    position: relative;
    padding: 0;
}

.menusp-megamenu-parent ul.menu-child>li>a:hover {
    color: #a39161!important;
}

.menusp-megamenu-parent>li.menu-justify {
    position: static;
}

.menusp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    font-family: 'Vollkorn', sans-serif;
	display: inline-block;
    padding: 0 10px;
    line-height: 90px;
    color: #fff!important;
	font-size: 17px;
	font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.menusp-megamenu-parent>li>a:hover,.sp-megamenu-parent>li>span:hover {
	color: #a39161!important;
}


.menusp-megamenu-parent>li>a.contact-btn {
    color: #a39161!important;
}

.menusp-megamenu-parent>li>a.contact-btn:hover {
    color: #fff!important;
}

.menusp-megamenu-parent>li>a.contact-btn:focus,
.menusp-megamenu-parent>li>a.contact-btn:active {
	color: #fff!important;
    border-color: #a39161!important;
}

.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: #292929;
	padding: 0;
	width: 290px;
	z-index: 10;
	display: none;
}

.menusp-megamenu-parent li.menu-parent > a.admin-menu + ul.menu-child {
	right: -30px;
}

.menusp-megamenu-parent .menu-child li {
	padding: 4px 20px;
	border-bottom: 1px solid #000;
}

.menusp-megamenu-parent .menu-child li:hover {
	background-color: #000;
}

.menusp-megamenu-parent .menu-child a {
    font-family: 'Vollkorn', sans-serif;
    display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 8px 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;
}

.menusp-megamenu-parent .call-us {
	font-weight: 400;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.menusp-megamenu-parent .call-us {
	position: relative;
	top: 7px;
}

.menusp-megamenu-parent .call-us::after {
	position: absolute;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	top: -14px;
	left: 50%;
    transform: translateX(-50%);
	transition: all 0.3s ease;
}

.menusp-megamenu-parent .call-us.tel-little-rock::after {
	content: "LITTLE ROCK"; 
}

.menusp-megamenu-parent .call-us.tel-rogers::after {
	content: "ROGERS"; 
}

.menusp-megamenu-parent .admin-menu {
	font-size: 0;
}

.menusp-megamenu-parent .admin-menu span {
	font-size: 18px;
}



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

/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
    flex-shrink: 0!important;
    z-index: auto!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;
}
/**/

.offcanvas-overlay {
    background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(20px);
}

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

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 0 15px 0 20px;
	margin-top: 0;
	height: 55px!important;
}

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

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
	justify-content: end;
	margin-right: 12px;
}

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

.offcanvas-menu .offcanvas-inner ul.menu>li a:not(.contact-btn):focus, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #a39161!important;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(.right-menu-offcanvas) ul.menu > li:not(:last-child):not(.menu-parent-open) > a, 
.offcanvas-menu .offcanvas-inner .sp-module:not(.right-menu-offcanvas) 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:not(.right-menu-offcanvas) ul.menu > li:not(:last-child).menu-parent-open {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

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

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

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

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

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

.offcanvas-active .burger-icon > span {
    margin: 3.8px -3px;
}

.close-offcanvas {
    top: 35px;
	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;
	}
}

.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 .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 19px;
    line-height: 19px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-family: Vollkorn, sans-serif;
	display: flex;
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 12px;
	color: #fff;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #fff;
}

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

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: #fff!important;
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1!important;
	padding: 15px 10px 12px 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: 0!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 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: 0;
}

.offcanvas-menu .right-menu-offcanvas a {
	font-size: 16px!important;
	line-height: 16px!important;
}

.offcanvas-menu .call-us {
	position: relative!important; 
	color: #252525;
	text-decoration: none;
	font-weight: 600;
	padding-left: 35px!important;
	display: inline-block;
	
}

.offcanvas-menu .call-us::before {
	content: "\f095"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: inherit;
}

@media screen and (max-width: 339px) {
	.offcanvas-menu .right-menu-offcanvas a {
		font-size: 15px!important;
		line-height: 15px!important;
	}
}

.offcanvas-menu .call-us::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: inherit; 
	font-weight: 600;
	padding-left: 10px;
	color: inherit;
}

.offcanvas-menu .call-us.tel-little-rock::after {
  content: "(LITTLE ROCK)";
}

.offcanvas-menu .call-us.tel-rogers::after {
  content: "(ROGERS)";
}


.offcanvas-menu .right-menu-offcanvas a.contact-btn {
	color: #a39161!important;
	margin: 15px 12px;
	padding: 18px 20px!important;
}

.offcanvas-menu .right-menu-offcanvas a.contact-btn:hover,
.offcanvas-menu .right-menu-offcanvas a.contact-btn:active,
.offcanvas-menu .right-menu-offcanvas a.contact-btn:focus {
	color: #fff!important;
	border-color: #a39161!important;
}

.offcanvas-menu .admin-menu .visually-hidden {
	font-family: Vollkorn, sans-serif;
	font-size: 19px;
	position: relative!important;
}



/* Section - footer1 */
#section-footer1 .sppb-addon-header a:hover div {
	color: #c7bda0;
}

#section-footer1 .convertforms .cf-content-wrap, #section-footer1 .convertforms .cf-form-wrap {
    padding: 0;
}

#section-footer1 .cf-control-group:first-child {
	padding: 0 0 10px 0;
}

#section-footer1 .cf-control-group:last-child {
	max-width: 160px!important;
}

#section-footer1 .cf-control-input button {
	font-weight: 700;
	text-transform: uppercase;
}

.convertforms .cf-btn:hover {
    opacity: 1!important;
}

#section-footer2 .logo-gallery .sppb-gallery li {
    display: flex;
	align-items: center;
}

#section-footer2 .logo-gallery .sppb-gallery li img {
    max-width: 180px;
    width: auto !important;
    height: auto !important;
}

#section-footer2 .horizontal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}

#section-footer2 .horizontal-menu ul li {
	display: flex;
	align-items: center; 
	padding: 5px 15px;
	position: relative;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	#section-footer2 .horizontal-menu ul {
		justify-content: space-between; 
	}	

	#section-footer2 .horizontal-menu ul li {
		padding: 0 15px;
	}

	#section-footer2 .horizontal-menu ul li:first-child {
		margin-right: auto; 
		padding: 0 20px 0 0;
	}

	#section-footer2 .horizontal-menu ul li:last-child {
		padding: 0 0 0 15px;
	}
}

#section-footer2 .horizontal-menu ul span,
#section-footer2 .horizontal-menu ul li a {
	position: relative;
	font-size: 13px;
	color: #ccc;
	font-weight: 300!important;
}

#section-footer2 .horizontal-menu ul li a:hover {
	color: #a39161;
}

@media screen and (max-width: 767px) {
	#section-footer2 .horizontal-menu ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer2 .horizontal-menu {
		white-space: normal;
		text-align: center;
	}
}



/* Attorney blog roll */
.blogteam .category-desc {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.blogteam .article-list .row [class^="col-lg"] {
    margin-bottom: 30px; 
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.blogteam .article-list .row [class^="col-lg"] {
		width: 50%; 
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.blogteam .article-list .row [class^="col-lg"] {
		width: 33.33%; 
	}
}

.blogteam .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-top: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.21);
	border-radius: 0;
    transition: all 0.3s ease;
}

.blogteam .article-list .attorney-profile-bottom {
	margin-top: auto;
}

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

.blogteam .article-list .article-intro-image {
	position: relative;
	width: 100%;
	padding-top: 95%;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	background-color: #d3d3d3;
}

.blogteam .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 0;
	transform: scale(1);
	transition: transform 0.8s ease, filter 0.3s ease;
	transform-origin: center center;
	backface-visibility: hidden;
	will-change: transform;
	image-rendering: auto;
}

.blogteam .article-list .article:hover .article-intro-image img {
	transform: scale(1.05);
	filter: brightness(1.03);
}

.blogteam .article-list .attorney-profile-top {
    padding: 20px 20px 0 20px
}

.blogteam .article-list .article-header h2 {
	font-family: Montserrat, sans-serif;
	font-size: 18px!important;
	line-height: 1.2;
}

.blogteam .article-list .attorney-title {
	color: #707070;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 4px;
}

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

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

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

.blogteam .article-list .attorney-email-phone-row {
	border-top: 1px solid #ccc;
}

.blogteam .article-list .attorney-email-phone-row .col-lg-6 {
    background-color: #f2f2f2;
	text-align: center;
	padding: 0;
	transition: all 0.3s ease-in-out;
	width: 50%!important;
}

.blogteam .article-list .attorney-email-phone-row a {
	color: #000;
	width: 100%;
    height: 100%;
    display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 20px;
}

.blogteam .article-list .attorney-email-phone-row .col-lg-6:hover {
    background-color: #e9e9e9;
}

.blogteam .article-list .attorney-email-phone-row a:hover {
	color: #a39161;
}

.blogteam .article-list .attorney-phone-col {
	border-right: 1px solid #ccc;
}

.blogteam .article-list .view-profile-container {
    display: flex;
	align-items: end;
}

.blogteam .article-list .view-attorney-profile {
    color: #fff;
    background-color: #204477;
    text-align: center;
    border-radius: 0;
    padding: 14px 40px!important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    z-index: 3;
    overflow: hidden;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
	width: 100%;
    line-height: 1;
    padding: 10px 16px;
}

.blogteam .article-list .view-attorney-profile:hover {
	color: #fff;
}

.blogteam .article-list .view-attorney-profile:after {
    background-color: #a39161;
	content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
}

.blogteam .article-list .view-attorney-profile:hover:after,
.blogteam .article-list .view-attorney-profile:focus:after {
    width: calc(100% + 40px);
}



/* Attorney profile article */
body.view-article.itemid-163 #sp-main-body > .container {
	max-width: 100%;
}

body.view-article.itemid-163 #sp-main-body {
	padding: 0;
}

body.view-article.itemid-163 #sp-main-body main#sp-component {
	padding-left: 0;
	padding-right: 0;
}

.profile-article-details .profile-cols-container {
	display: flex;
	flex-wrap: wrap;
}

.profile-article-details .profile-right-col {
	display: flex;
    flex-direction: column;
}

.profile-article-details .profile-right-col a:not(.btn) {
    font-weight: 500;
	text-decoration: underline;
}

.profile-article-details .attorney-name h2 {
	margin-top: 10px!important;
}

.profile-article-details .attorney-position {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.profile-article-details .user-article-item a:hover {
	color: #fb8636;
}	

.profile-article-details .profile-left-col-container {
	background-color: #e9e9e9;
}

.profile-article-details .profile-left-col {
	position: relative;
}

.profile-article-details .attorney-photo-container {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #a39161;
	overflow: visible;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}

.profile-article-details .attorney-photo {
	position: absolute;
	top: -20px;
	left: -20px;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	background-color: white;
}

.profile-article-details .attorney-photo .attorney-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.profile-article-details .attorney-details-container {
	margin-left: -20px;
}

.profile-article-details .attorney-details-container .container {
	padding-left: 0;
	padding-right: 0;
}

.profile-article-details .profile-contacts-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    margin: 0;
}

.profile-article-details .profile-contacts-col a {
	font-size: 14px!important;
	width: 100%;
}

.profile-article-details .profile-contacts-row > .profile-contacts-col {
    padding: 0;
    flex: 0 0 calc(50% - 5px); 
    max-width: calc(50% - 5px);
}

@media screen and (max-width: 575px) {
	.profile-article-details .profile-left-col-container {
		padding: 50px 15px 40px 35px;
	}
	
	.profile-article-details .profile-right-col {
		padding: 50px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.profile-article-details .profile-left-col-container {
		padding: 60px 20px 20px 40px;
	}
	
	.profile-article-details .profile-right-col {
		padding: 60px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.profile-article-details .profile-left-col-container {
		padding: 70px 40px 30px 60px;
	}
	
	.profile-article-details .profile-right-col {
		padding: 50px 40px 40px 40px;
	}
}

@media screen and (max-width: 991px) {
	.profile-article-details .profile-left-col-container {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.profile-article-details .profile-left-col-container {
		width: 40%;
	}

	.profile-article-details .profile-left-col {
		max-width: 320px;
		margin-left: auto;
	}

	.profile-article-details .profile-right-col {
		width: 60%;
		max-width: 790px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.profile-article-details .profile-left-col-container {
		padding: 75px 40px 75px 60px;
	}
	
	.profile-article-details .profile-right-col {
		padding: 75px 40px;
	}	
}

@media screen and (min-width: 1400px) {
	.profile-article-details .profile-left-col-container {
		padding: 85px 60px;
	}
	
	.profile-article-details .profile-right-col {
		padding: 85px 60px;
	}	
}


@media screen and (min-width: 576px) and (max-width: 991px) {
	.profile-article-details .profile-left-col {
		display: flex;
	}
	
	.profile-article-details .attorney-photo-container {
		width: 35%;
	}
	
	.profile-article-details .attorney-details-container {
		width: 65%;
		padding-left: 20px;
	}
}

/*left col stickyness*/
@media screen and (min-width: 992px) and (min-height: 750px) {
	.profile-article-details .profile-cols-container {
		display: flex;
		align-items: flex-start; 
	}

	.profile-article-details .profile-left-col-container {
		position: sticky;
		top: 0; 
		height: 100vh;
		transition: top 0.3s ease, height 0.3s ease;
	}

	.header-sticky ~ #sp-main-body .profile-left-col-container {
		top: 90px; 
		height: calc(100vh - 90px);
	}

	.profile-article-details .profile-right-col {
		flex: 1;
		min-height: 100vh; 
	}

	body.view-article.itemid-163 .body-innerwrapper {
		overflow-x: clip!important;
	}
}

/*right col fields*/
.profile-article-details .profile-right-col hr {
	margin-top: 15px !important;
    margin-bottom: 55px !important;
}

.profile-article-details .profile-right-col > h3.profile-section-title {
	margin-top: -20px!important;
}
	
.profile-article-details .profile-right-col .attorney-service-button-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin: 5px 0 25px 0;
}

.profile-article-details .profile-right-col .attorney-service-col {
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.profile-article-details .profile-right-col .attorney-service-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.profile-article-details .profile-right-col .single-service {
    display: flex;
    text-align: center;
    background-color: #e9e9e9;
    align-items: center;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc!important
}

.profile-article-details .profile-right-col .single-service a {
    text-transform: capitalize;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    font-weight: 600;
    width: 100%
}

.profile-article-details h3.profile-section-title {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
}



/* Services blog roll */
.blogservices .search-section  > .container,
.blogservices .container-wrapper > .container {
	padding-left: 0;
	padding-right: 0;
}

.blogservices .search-section {
    background: transparent;
    padding: 0;
    margin: 30px 0;
    border-radius: 0;
}

.blogservices .search-form {
    max-width: 900px;
    margin: 0 auto;
}

.blogservices .search-input {
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
}

.blogservices .btn-search {
	padding: 14px 20px!important;
}

.blogservices .btn-search i {
	margin-right: 0!important;
}

.blogservices .subcategory-nav {
    margin-bottom: 20px;
}

.blogservices .subcategory-nav h3 {
	color: #252525;
	font-family: Montserrat, sans-serif;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	.blogservices .subcategory-nav {
		background-color: #f7f7f7;
		padding: 15px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
	}
	
	.blogservices .subcategory-nav h3 {
		font-size: 18px;
		margin-top: 20px;
	}
}

.blogservices .subcategory-nav .row {
    margin-left: -5px;
    margin-right: -5px;
}

.blogservices .subcategory-nav .col-lg-2 {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogservices .subcategory-nav .col-lg-2 {
		width: 33.33%!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.blogservices .subcategory-nav .col-lg-2 {
		width: 25%!important;
	}
}

.blogservices .category-section {
    margin-bottom: 40px;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

@media screen and (max-width: 575px) {
	.blogservices .category-section {
		margin-bottom: 30px;
	}	
}

.blogservices .category-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blogservices .category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
    margin: 0;
    display: block;
    transition: transform 4s ease;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top center;
}

.blogservices .category-section:hover {
	cursor: default;	
}

.blogservices .category-section:hover .category-image {
    transform: scale(1.1);
}

.blogservices .category-content-wrapper {
    padding: 40px;
}

.blogservices .category-title {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	color: #252525;
    margin-top: 0;
}

@media screen and (max-width: 575px) {
	.blogservices .category-title {
		font-size: 20px;
	}
}

.blogservices .category-content {
    color: #6c757d;
    line-height: 1.6;
}

.blogservices .subcategories-container {
	border-top: 1px solid #ccc;
	margin-top: 40px !important;
	padding-top: 10px;
}

.blogservices .subcategories-container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.blogservices .subcategories-container .col-lg-3 {
	
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogservices .subcategories-container .col-lg-3 {
		width: 33.33%!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.blogservices .subcategories-container .col-lg-3 {
		width: 25%!important;
	}
}

.blogservices .subcategories-container h4 {
	font-family: Montserrat, sans-serif;
	color: #252525;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	.blogservices .subcategories-container h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
    .blogservices .subcategory-btn {
        font-size: 14px;
        padding: 0.75rem;
    }
    
    .blogservices .category-content-wrapper {
        padding: 20px;
    }
}

.blogservices .single-service {
    display: flex;
    text-align: center;
    background-color: #e9e9e9;
    align-items: center;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc !important;
}

.blogservices .single-service a {
    display: flex;
	text-transform: capitalize;
    font-size: 12px!important;
    font-size: .75rem;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    font-weight: 600!important;
    width: 100%;
}

.blogservices .single-service-top {
	border: 1px solid #eee!important;
	background-color: #fff!important;
}

.blogservices .single-service-top .btn {
	padding: 5px 7px!important;
}



/* Services profile article */
body.view-article.itemid-166 #sp-main-body > .container {
	max-width: 100%;
}

body.view-article.itemid-166 #sp-main-body {
	padding: 0;
}

body.view-article.itemid-166 #sp-main-body main#sp-component {
	padding-left: 0;
	padding-right: 0;
}

.service-article-details .profile-cols-container {
	display: flex;
	flex-wrap: wrap;
}

.service-article-details .profile-left-col {
	position: relative;
}

.service-article-details .profile-right-col {
	display: flex;
    flex-direction: column;
}

.service-article-details .profile-right-col a:not(.btn) {
    font-weight: 500;
	text-decoration: underline;
}

@media screen and (max-width: 575px) {
	.service-article-details .profile-left-col-container {
		padding: 40px 15px;
	}
	
	.service-article-details .profile-right-col {
		padding: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.service-article-details .profile-left-col-container {
		padding: 40px;
	}
	
	.service-article-details .profile-right-col {
		padding: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.service-article-details .profile-left-col-container {
		padding: 50px 40px 40px 40px;
	}
	
	.service-article-details .profile-right-col {
		padding: 50px 40px 40px 40px;
	}
}

@media screen and (min-width: 992px) {
	.service-article-details .profile-left-col-container {
		padding: 85px 60px;
	}
	
	.service-article-details .profile-right-col {
		padding: 85px 60px;
	}

	.service-article-details .profile-left-col-container {
		width: 40%;
	}

	.service-article-details .profile-left-col {
		max-width: 480px;
		margin-left: auto;
	}

	.service-article-details .profile-right-col {
		width: 60%;
		max-width: 790px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.service-article-details .profile-left-col-container {
		padding: 75px 40px;
	}
	
	.service-article-details .profile-right-col {
		padding: 75px 40px;
	}	
}

/* left col fields */
.service-article-details .attorney-name h2 {
	margin-top: 10px!important;
}

.service-article-details .attorney-position {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.service-article-details .user-article-item a:hover {
	color: #fb8636;
}	

.service-article-details .profile-left-col-container {
	background-color: #e9e9e9;
}

.service-article-details .attorney-photo-container {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #a39161;
	overflow: visible;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}

.service-article-details .attorney-photo {
	position: absolute;
	top: -20px;
	left: -20px;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	background-color: white;
}

.service-article-details .attorney-photo .attorney-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.service-article-details .attorney-details-container {
	margin-left: -20px;
}

.service-article-details .attorney-details-container .container {
	padding-left: 0;
	padding-right: 0;
}

.service-article-details .primary-contact-section {
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.service-article-details .primary-contact-section {
		margin-top: 15px;
	}
}
	
/*left col stickyness*/
@media screen and (min-width: 1300px) and (min-height: 750px) {
	.service-article-details .profile-left-col-container {
		position: sticky;
		top: 0; 
		height: 100vh;
		transition: top 0.3s ease, height 0.3s ease;
	}

	.header-sticky ~ #sp-main-body .service-article-details .profile-left-col-container {
		top: 90px; 
		height: calc(100vh - 90px);
	}

	.service-article-details .profile-right-col {
		flex: 1;
		min-height: 100vh; 
	}

	body.view-article.itemid-166 .body-innerwrapper {
		overflow-x: clip!important;
	}
}

.primary-contact-card {
	display: flex;
	align-items: center;
	background-color: #f8f9fa;
}

.contact-photo {
	width: 200px; 
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.contact-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top; 
	aspect-ratio: 1 / 1.15;
}

.service-article-details .primary-contact-ribbon {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    background: rgba(163, 145, 97, 0.85);
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.service-article-details .contact-details {
	display: flex;
	flex-direction: column;
	justify-content: center; 
	flex: 1;
	padding: 20px;
}

@media screen and (max-width: 575px) {
	.service-article-details .primary-contact-card {
        flex-direction: column;
		align-items: start;
    }
    
    .service-article-details .contact-photo {
        width: 100%;
    }

    .service-article-details .contact-image {
		aspect-ratio: 1 / 1;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .service-article-details .primary-contact-card {
        align-items: center;
    }
    
    .service-article-details .contact-photo {
        width: 220px;
    }
	
    .service-article-details .contact-image {
		aspect-ratio: 1 / 1.05;
    }
    
    .service-article-details .secondary-contact-card {
        flex-direction: column;
        text-align: center;
    }	
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-article-details .primary-contact-card {
        align-items: center;
    }
    
    .service-article-details .contact-photo {
        width: 220px;
    }
	
    .service-article-details .contact-image {
		aspect-ratio: 1 / 1;
    }
    
    .service-article-details .secondary-contact-card {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
	.service-article-details .primary-contact-card {
        flex-direction: column;
		align-items: start;
    }
    
    .service-article-details .contact-photo {
        width: 100%;
    }
	
    .service-article-details .contact-image {
		aspect-ratio: 1 / 1;
    }
}

.service-article-details .contact-title {
    font-size: 12px;
    color: #707070;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-article-details .contact-name {
	font-family: Vollkorn, system-ui, sans-serif;	
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.service-article-details .contact-info {
    margin-bottom: 15px;
}

.service-article-details .contact-phone-link, .service-article-details .contact-email-link {
    color: #252525;
    text-decoration: none;
    font-size: 14px;
	font-weight: 400;
}

.service-article-details .contact-phone-link:hover, .service-article-details .contact-email-link:hover {
    color: #a39161;
}

.service-article-details .contact-phone-link:hover, .service-article-details .contact-email-link:hover,
.service-article-details .contact-phone-link:active, .service-article-details .contact-email-link:active,
.service-article-details .contact-phone-link:focus, .service-article-details .contact-email-link:focus {
	font-weight: 400;
}

.service-article-details .service-article-details .contact-link {
    margin-top: 10px;
}

.service-article-details .secondary-contacts-section {
    margin-top: 30px;
}

.service-article-details .secondary-contacts-section > .row {
	margin: 0 -5px;
}

.service-article-details .lawyer-photo-container {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
	aspect-ratio: 1 / 1;
    overflow: hidden;
}

.service-article-details .lawyer-photo-link {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.service-article-details .lawyer-photo-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    transition: transform 0.3s ease;
	object-position: top;
}

.service-article-details .lawyer-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(163, 145, 97, .62);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-article-details .lawyer-overlay-text {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.service-article-details .lawyer-overlay-text .meet-overlay-name {
	font-size: 14px;
}

.service-article-details .lawyer-photo-container:hover .lawyer-photo-overlay {
    opacity: 1;
}

.service-article-details .lawyer-photo-container:hover .lawyer-photo-image {
    transform: scale(1.05);
}

.service-article-details .secondary-contact-col {
    flex: 0 0 auto;
    width: 20%; 
    padding: 0 5px 10px 5px;
}

@media screen and (max-width: 329px) {
    .service-article-details .secondary-contact-col {
        width: 50%; 
    }
}

@media screen and (min-width: 330px) and (max-width: 575px) {
    .service-article-details .secondary-contact-col {
        width: 33.333%; 
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.service-article-details .secondary-contact-col {
        width: 25%; 
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.service-article-details .secondary-contact-col {
        width: 20%; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.service-article-details .secondary-contact-col {
        width: 25%; 
    }
}

/*right col fields*/
.service-article-details h1 {
    margin-top: -5px;
}

.service-article-details h1:before {
    margin: 0 0 25px 0;
}

.service-article-details .profile-right-col hr {
	margin-top: 15px !important;
    margin-bottom: 35px !important;
}

.service-article-details .profile-right-col > h3.profile-section-title {
	margin-top: -20px!important;
}
	
.service-article-details .profile-right-col .attorney-service-button-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin: 5px 0 25px 0;
}

.service-article-details .profile-right-col .attorney-service-col {
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.service-article-details .profile-right-col .attorney-service-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.service-article-details .profile-right-col .single-service {
    display: flex;
    text-align: center;
    background-color: #e9e9e9;
    align-items: center;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc!important
}

.service-article-details .profile-right-col .single-service a {
    text-transform: capitalize;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    font-weight: 600;
    width: 100%
}

.service-article-details h3.profile-section-title {
	font-family: Montserrat, sans-serif;
	color: #252525;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0!important;
    padding-bottom: 10px;
	border-bottom: 1px solid #252525;
}

@media screen and (max-width: 480px) {
	.service-article-details h3.profile-section-title {
		font-size: 18px;
		font-weight: 700;
	}
}

.service-article-details h3.profile-section-related-services-title {
	font-family: Montserrat, sans-serif;
	color: #252525;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0!important;
}



/* Search results from articles, services and attorneys*/
/*articles*/
.search-results-services-attorneys .results-grid > .row > [class^="col-lg"] {
    margin-bottom: 30px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.search-results-services-attorneys .results-grid > .row > [class^="col-lg"] {
		width: 50%; 
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.search-results-services-attorneys .results-grid > .row > [class^="col-lg"] {
		width: 33.33%; 
	}
}

.search-results-services-attorneys .article .article-intro-image, .search-results-services-attorneys .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 78%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #d3d3d3;
}

.search-results-services-attorneys .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .102);
}

.search-results-services-attorneys .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	padding: 20px;
    height: 100%;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
	.search-results-services-attorneys .article-body {
		padding: 30px;
	}
}

.search-results-services-attorneys .article-intro-image img {
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top;
	border-radius: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}

.search-results-services-attorneys .article-intro-image:hover img {
    transform: scale(1.03);
}

.search-results-services-attorneys .blog-article-category-date {
	color: #707070;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}	

.search-results-services-attorneys .article-header h2 {
    font-family: Montserrat, sans-serif;
	font-size: 17px!important;
	line-height: 1.4;
	margin-top: 0;
}

.search-results-services-attorneys .article-header h2 a {
	color: #252525;
	font-weight: 600!important;
}

.search-results-services-attorneys .article-header h2 a:hover {
	color: #a39161!important;
}

.search-results-services-attorneys .article-header h2 a:focus,.search-results-services-attorneys .article-list .article-header h2 a:active {
	color: #a39161!important;
}

.search-results-services-attorneys .articles-results .load-more-container {
	margin-top: 5px!important;
}

.search-results-services-attorneys .container-wrapper > .container {
	padding-left: 0;
	padding-right: 0;
}

.search-results-services-attorneys .page-title {
	text-align: center;
}

.search-results-services-attorneys .search-section {
	background: #fff;
    padding: 20px;
    margin: 30px 0 20px 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 575px) {
	.search-results-services-attorneys .search-section {
		padding: 15px 0;
		margin: 0;
	}
}

.search-results-services-attorneys .search-form {
    max-width: 600px;
    margin: 0 auto;
}

.search-results-services-attorneys .search-summary h3 {
    font-family: Montserrat, sans-serif;
	color: #252525;
    font-size: 22px;
	font-weight: 400;
	margin-top: 28px;
    margin-bottom: 10px;
	line-height: 1.3;
}

@media screen and (max-width: 575px) {
	.search-results-services-attorneys .search-summary h3 {
		font-size: 18px;
		margin-top: 20px;
	}
}

.search-results-services-attorneys .search-results-section {
    margin-bottom: 50px;
}

.search-results-services-attorneys .search-results-section.services-results .results-grid {
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-results-services-attorneys .results-section-title {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a39161;
}

.search-results-services-attorneys .results-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	margin-top: 30px;
}

.search-results-services-attorneys .results-grid.attorney-grid {
    display: block;
	margin-top: -30px;
}

.search-results-services-attorneys .results-grid.attorney-grid .row {
    display: flex;
    flex-wrap: wrap;
}

.search-results-services-attorneys .search-result-item {
    background: #fff;
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    position: relative;
	border-top: 7px solid #a39161;
}

.search-results-services-attorneys .result-title {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 700!important;
	line-height: 0.9;
}

.search-results-services-attorneys .result-title a {
    font-family: Montserrat, sans-serif;
    color: #252525;
    font-size: 18px;
    font-weight: 700!important;
}

.search-results-services-attorneys .result-title a:hover {
    color: #a39161;
}

.search-results-services-attorneys .article-introtext > .mt-3 {
	margin-top: 0!important;
}

.search-results-services-attorneys .result-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.search-results-services-attorneys .search-highlight {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 0;
    font-weight: 600;
}

.search-results-services-attorneys .no-search-term,
.search-results-services-attorneys .no-results {
    padding: 20px;
}

.search-results-services-attorneys .no-results h3 {
    color: #252525;
    margin-bottom: 15px;
}

.search-results-services-attorneys .btn-search {
	padding: 14px 20px!important;
}

.search-results-services-attorneys .btn-search i {
	margin-right: 0!important;
}

@media (max-width: 768px) {
    .search-results-services-attorneys .results-grid {
        grid-template-columns: 1fr;
    }
    
    .search-results-services-attorneys .search-result-item {
        padding: 20px;
    }
    
    .search-results-services-attorneys .result-title a {
        font-size: 17px;
    }
}
/*attorneys*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.search-results-services-attorneys .results-grid.attorney-grid .row .col-lg-4 {
		width: 50%; 
	}
}

.search-results-services-attorneys .results-grid > .attorneys-container {
	margin-top: 40px;
}

.search-results-services-attorneys .results-grid.attorney-grid .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-top: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
	border-radius: 0;
    transition: all 0.3s ease;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-profile-bottom {
	margin-top: auto;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
    padding: 0;
    height: 100%;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-intro-image {
	position: relative;
	width: 100%;
	padding-top: 95%;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	background-color: #d3d3d3;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 0;
	transform: scale(1);
	transition: transform 0.8s ease, filter 0.3s ease;
	transform-origin: center center;
	backface-visibility: hidden;
	will-change: transform;
	image-rendering: auto;
}

.search-results-services-attorneys .results-grid.attorney-grid .article:hover .article-intro-image img {
	transform: scale(1.05);
	filter: brightness(1.03);
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-profile-top {
    padding: 20px 20px 0 20px
}

.search-results-services-attorneys .results-grid.attorney-grid .article-header h2 {
	font-family: Montserrat, sans-serif;
	font-size: 18px!important;
	line-height: 1.2;
	margin-top: 0;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-title {
	color: #707070;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-header h2 a {
	color: #252525;
	font-weight: 700!important;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-header h2 a:hover {
	color: #a39161!important;
}

.search-results-services-attorneys .results-grid.attorney-grid .article-header h2 a:focus, .search-results-services-attorneys  .results-grid.attorney-grid .article-header h2 a:active {
	color: #444!important;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-email-phone-row {
	border-top: 1px solid #ccc;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-email-phone-row .col-lg-6 {
    background-color: #f5f5f5;
	text-align: center;
	padding: 0;
	transition: all 0.3s ease-in-out;
	width: 50% !important;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-email-phone-row a {
	color: #000;
	width: 100%;
    height: 100%;
    display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 20px;
	text-decoration: none;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-email-phone-row .col-lg-6:hover {
    background-color: #f2f2f2;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-email-phone-row a:hover {
	color: #a39161;
}

.search-results-services-attorneys .results-grid.attorney-grid .attorney-phone-col {
	border-right: 1px solid #ccc;
}

.search-results-services-attorneys .results-grid.attorney-grid .view-profile-container {
    display: flex;
	align-items: end;
}

.search-results-services-attorneys .results-grid.attorney-grid .view-attorney-profile {
    color: #fff;
    background-color: #204477;
    text-align: center;
    border-radius: 0;
    padding: 14px 40px!important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    z-index: 3;
    overflow: hidden;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
	width: 100%;
    line-height: 1;
    padding: 10px 16px;
}

.search-results-services-attorneys .results-grid.attorney-grid .view-attorney-profile:hover {
	color: #fff;
}

.search-results-services-attorneys .results-grid.attorney-grid .view-attorney-profile:after {
    background-color: #a39161;
	content: "";
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    z-index: -1;
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
}

.search-results-services-attorneys .results-grid.attorney-grid .view-attorney-profile:hover:after,
.search-results-services-attorneys .results-grid.attorney-grid .view-attorney-profile:focus:after {
    width: calc(100% + 40px);
}



/* News blog roll */
.blognews .page-header {
	padding-bottom: 0;
}

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

@media screen and (min-width: 992px) {
	body.view-category .blognews .article-list {
		padding: 70px;
	}
}

.blognews .article-list .article .article-intro-image, .blognews .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 78%; 
	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;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .102);
}

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

@media screen and (min-width: 992px) {
	.blognews .article-list .article-body {
		padding: 30px;
	}
}

.blognews .article-list .article-intro-image img {
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top;
	border-radius: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}

.blognews .article-intro-image:hover img {
    transform: scale(1.03);
}

.blognews .blog-article-category-date {
	color: #707070;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}	

.blognews .article-list .article-header h2 {
    font-family: Montserrat, sans-serif;
	font-size: 17px!important;
	line-height: 1.4;
	margin-bottom: 0!important;
	text-transform: uppercase;
}

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

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

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

.blognews .load-more-container {
	margin-top: 0!important;
}



/* Single news article */
body.view-article.itemid-117 #sp-main-body > .container {
	max-width: 100%;
}

body.view-article.itemid-117 #sp-main-body {
	padding: 0;
}

body.view-article.itemid-117 #sp-main-body main#sp-component {
	padding-left: 0;
	padding-right: 0;
}

h1.newsblog-headline:before {
    margin: 0 0 25px 0;
}

.news-article-details .news-cols-container {
	display: flex;
	flex-wrap: wrap;
}

.news-article-details .news-left-col-container {
	background-color: #e9e9e9;
}

.news-article-details .news-left-col {
	display: flex;
	position: relative;
	flex-direction: column;
}

.news-article-details .news-right-col {
	display: flex;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
	.news-article-details .news-left-col-container {
		order: 2;
	}

	.news-article-details .news-right-col {
		order: 1;
	}
}

@media screen and (max-width: 575px) {
	.news-article-details .news-left-col-container {
		padding: 40px 15px;
	}
	
	.news-article-details .news-right-col {
		padding: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.news-article-details .news-left-col-container {
		padding: 40px;
	}
	
	.news-article-details .news-right-col {
		padding: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.news-article-details .news-left-col-container {
		padding: 50px 40px 40px 40px;
	}
	
	.news-article-details .news-right-col {
		padding: 50px 40px 40px 40px;
	}
}

@media screen and (min-width: 992px) {
	.news-article-details .news-left-col-container {
		padding: 85px 60px;
	}
	
	.news-article-details .news-right-col {
		padding: 85px 60px;
	}

	.news-article-details .news-left-col-container {
		width: 40%;
	}

	.news-article-details .news-left-col {
		max-width: 480px;
		margin-left: auto;
	}

	.news-article-details .news-right-col {
		width: 60%;
		max-width: 790px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.news-article-details .news-left-col-container {
		padding: 75px 40px;
	}
	
	.news-article-details .news-right-col {
		padding: 75px 40px;
	}	
}

.news-article-details .featured-news-card {
	background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-article-details .featured-news-layout {
    display: flex;
}

.news-article-details .featured-news-image {
    flex: 0 0 200px;
}

.news-article-details .featured-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-article-details .featured-news-content {
    flex: 1;
	padding: 25px 15px 25px 20px;
}

@media screen and (max-width: 575px) {
	.news-article-details .featured-news-layout {
		flex-wrap: wrap;
	}
	
	.news-article-details .featured-news-image,
	.news-article-details .featured-news-content {
		flex: 1 1 100%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
	.news-article-details .featured-news-layout {
		flex-wrap: wrap;
	}
	
	.news-article-details .featured-news-image,
	.news-article-details .featured-news-content {
		flex: 1 1 100%;
	}
}

.news-article-details .featured-news-title {
	font-family: Montserrat, sans-serif;
	margin-top: 0;
	line-height: 1;
	text-transform: uppercase;
}

.news-article-details .featured-news-title a {
    text-decoration: none;
    color: #252525;
    font-weight: 600;
    font-size: 18px;
}

.news-article-details .featured-news-title a:hover {
    color: #a39161;
}

.news-article-details .recent-news-list {
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
	.news-article-details .recent-news-list {
		margin-top: 10px;
	}
}

.news-article-details .recent-articles {
    list-style: none;
    padding: 0!important;
}

.news-article-details .recent-article-item {
    padding: 0 0 0 20px;
	line-height: 1.3;
}

.news-article-details .recent-article-item li {
	margin-bottom: 12px;
}

.news-article-details .recent-articles li::before {
    line-height: 0.4!important;
}

.news-article-details .recent-article-item a {
    color: #252525;
    font-size: 17px;
}

.article-details ul li.recent-article-item::before {
    color: #252525;
}	

.news-article-details .recent-article-item a:hover {
    color: #a39161;
}

.news-article-details .article-category-date {
	color: #707070;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*right col fields*/
.news-article-details h1 {
    margin-top: -5px;
}

@media screen and (max-width: 575px) {
	.news-article-details h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.news-article-details h1 {
		font-size: 28px;
		line-height: 1.2;
	}
}

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

.news-article-details .news-right-col > h3.news-section-title {
	margin-top: -20px!important;
}
	
.news-article-details h3.news-section-title {
	font-family: Montserrat, sans-serif;
	color: #252525;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0!important;
    padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #252525;
}



/* Single article */
.article-header [itemprop="headline"] {
	color: #a39161;
	text-align: center;
}

.article-subtitle {
	max-width: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

.article-details [itemprop="articleBody"] h1:first-of-type, 
.article-details [itemprop="articleBody"] h2:first-of-type, 
.article-details [itemprop="articleBody"] h3:first-of-type, 
.article-details [itemprop="articleBody"] h4:first-of-type, 
.article-details [itemprop="articleBody"] h5:first-of-type, 
.article-details [itemprop="articleBody"] h6:first-of-type {
	margin-top: 10px;
}	

.article-details [itemprop="articleBody"] a:not(.btn) {
    font-weight: 500;
	text-decoration: underline;
}

.article-details [itemprop="articleBody"] h1 a, [itemprop="articleBody"] h2 a, .article-details [itemprop="articleBody"] h3 a {
	text-decoration: none!important;
}

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

.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, .blockquote {
	font-style: italic;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin: 40px 30px;
	position: relative;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #8d1c22;
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 20px;
	}
}

.article-details ul {
	padding-left: 1.5rem;
}

.article-details ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
    margin-bottom: 10px;
}

.article-details ul > li > ul {
    margin-top: 10px;
}

.article-details ul li::before {
    content: "\2022";
    color: #a39161;
    font-size: 2.25rem;
    line-height: .5;
    position: absolute;
    top: 0;
    left: 0;
}



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

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #a39161;
	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: #a39161;
	border-color: #a39161;
}

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