/*# sourceMappingURL=theme.css.map*/

/**
* Base Colors
*/

/**************************
  Media Queries
***************************/

/*************************
  Fonts
**************************/

/*************************
  Button colours
**************************/

/*************************
  Location page colours
**************************/

/*************************
  Form colours
**************************/

/*************************
  Sidebar variables
**************************/

/*************************
  404 button background
**************************/

/*************************
  Results Partial
**************************/

/*************************
  Swiper
**************************/

/*************************
  Footer Top
**************************/

/* Additional Mixins */
.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
	display: block;
	zoom: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.uppercase-title {
	font-family: var(--secondary-font), sans-serif;
	color: #2b2b2b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .15rem;
	text-align: center;
}

.border-image {
	border-radius: 20px;
}

@media screen and (min-width: 768px) {
	.border-image {
		border-radius: 35px;
	}
}

.bottom-border {
	margin-bottom: 10px;
	padding-bottom: 18px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.bottom-border {
		margin-bottom: 18px;
		padding-bottom: 23px;
	}
}

.bottom-border:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 11px;
	content: "";
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-image: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/title-border.svg");
	mask-image: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/title-border.svg");
	background-color: #dfdcc7;
	width: 55px;
	margin-top: 18px;
	transform: rotate(-3.23deg);
}

.bottom-border--big:after {
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-image: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/border-bottom-big.svg");
	mask-image: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/border-bottom-big.svg");
	width: 78px;
	height: 15px;
}

@media screen and (min-width: 768px) {
	.bottom-border--big:after {
		width: 101px;
		height: 20px;
	}
}

.bottom-border--center:after {
	left: 50%;
	transform: translateX(-50%);
}

.bottom-border--blue:after {
	background-color: #1673db;
}

.bottom-border--grey:after {
	background: rgba(166, 166, 166, .4);
}

.extra-content {
	background: #fff;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 20px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	max-width: 501px;
	margin: -41px auto 0;
	position: absolute;
	z-index: 2;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	width: calc(100% - 54px);
}

@media screen and (min-width: 768px) {
	.extra-content {
		padding: 20px 43px 20px 32px;
		width: 100%;
	}
}

.extra-content p {
	color: #214c94;
	margin: 0;
	padding: 15px 0 15px 15px;
	border-left: 4px solid #f5f4ee;
}

@media screen and (min-width: 768px) {
	.extra-content p {
		padding: 15px 0 15px 25px;
	}
}

.pa.pa-template {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f5f4ee;
}

@media screen and (min-width: 768px) {
	.pa.pa-template {
		padding-top: 88px;
		padding-bottom: 70px;
	}
}

.pa.pa-template .pa__header {
	text-align: center;
}

.pa.pa-template .pa__headerTitle {
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	margin-bottom: 30px;
}

.pa.pa-template .pa__header .h3-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.pa.pa-template .pa__header .h3-heading span {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #525252;
}

@media (max-width: 991px) {
	.pa.pa-template .pa__header .h3-heading span {
		margin-top: 10px;
	}
}

@media screen and (min-width: 992px) {
	.pa.pa-template .pa__header .h3-heading span {
		border-left: 2px solid #dfdcc7;
		padding-left: 18px;
		margin-left: 18px;
	}
}

.pa.pa-template .pa__layout--1 .pa__item {
	background-color: black;
	max-width: 330px;
	height: 267px;
	margin: 0 auto 30px auto;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 1200px) {
	.pa.pa-template .pa__layout--1 .pa__item {
		width: 100%;
		height: 267px;
		max-width: 100%;
	}
}

.pa.pa-template .pa__layout--1 .pa__itemIcon {
	display: none;
}

.pa.pa-template .pa__layout--1 .pa__itemLink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 30px;
	background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #1b496c 100%);
}

.pa.pa-template .pa__layout--1 .pa__itemLink:after {
	content: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/arrows/white-arrow-right.svg");
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 11;
}

.pa.pa-template .pa__layout--1 .pa__itemLink:hover {
	background-color: rgba(209, 85, 23, .7);
	background-image: none;
}

.pa.pa-template .pa__layout--1 .pa__itemLink:hover.nitro-lazy {
	background-image: none !important;
}

.pa.pa-template .pa__layout--1 .pa__itemTitle {
	text-transform: uppercase;
	color: white;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	z-index: 11;
	max-width: 180px;
}

.pa.pa-template .pa__layout--2 {
	background-color: #f2f2f2;
}

.pa.pa-template .pa__layout--2 .pa__item {
	background-color: red;
	background-image: none !important;
	margin: 0 auto 30px auto;
	width: 100%;
	position: relative;
	padding: 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.pa.pa-template .pa__layout--2 .pa__item.nitro-lazy {
	background-image: none !important;
}

.pa.pa-template .pa__layout--2 .pa__itemIcon {
	display: none;
}

.pa.pa-template .pa__layout--2 .pa__itemLink {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:after {
	content: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/arrows/arrow-right.svg");
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover {
	background-color: var(--color-primary);
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover .pa__itemTitle {
	color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemTitle {
	color: var(--color-primary);
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	position: absolute;
	left: 25px;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.pa.pa-template .pa__layout--3 + .pa__layout--3 {
	margin-top: 30px;
}

.pa.pa-template .pa__layout--3 .pa__item {
	background-image: none !important;
	margin: 0 auto 30px auto;
	width: 100%;
	position: relative;
	padding: 45px 30px;
}

.pa.pa-template .pa__layout--3 .pa__item.nitro-lazy {
	background-image: none !important;
}

.pa.pa-template .pa__layout--3 .pa__itemIcon {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 80px;
	max-height: 61px;
	max-width: 56px;
	height: 80px;
	text-align: center;
	margin: auto;
	background-color: #1a468e;
	mask-size: contain;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
}

.pa.pa-template .pa__layout--3 .pa__itemLink {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 15px;
	overflow: hidden;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:before {
	content: "";
	display: block;
	background-color: #f7f6f3;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 90px;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover {
	background-color: #1a468e;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemTitle {
	color: white;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemIcon {
	background-color: #fff;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover:before {
	background-color: #1673db;
}

.pa.pa-template .pa__layout--3 .pa__itemTitle {
	color: white;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #161616;
	position: absolute;
	left: 115px;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

@media screen and (min-width: 768px) {
	.pa.pa-template .pa__layout--3 .pa__itemTitle {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.pa.pa-template .pa__layout--3 .pa__itemTitle {
		font-size: 21px;
	}
}

.about-two {
	background-color: #f5f4ee;
	padding-top: 50px;
}

@media screen and (min-width: 768px) {
	.about-two {
		padding-top: 73px;
	}
}

@media (max-width: 767px) {
	.about-two {
		padding-bottom: 130px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-two {
		padding-bottom: 80px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.about-two .title-row {
		display: flex !important;
	}
}

@media screen and (min-width: 1200px) {
	.about-two .col-left {
		padding-bottom: 83px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.about-two .col-left h2 {
		display: none;
	}
}

@media (min-width: 1400px) and (max-width: 1440px) {
	.about-two .col-left h2 {
		font-size: 39px;
	}
}

.additional-attorneys {
	margin: 30px 0;
	background: #f5f4ee;
	padding: 30px 15px 30px;
	border-radius: 25px;
}

@media screen and (min-width: 768px) {
	.additional-attorneys {
		padding: 30px 65px 60px;
		margin: 70px 0 50px;
	}
}

.additional-attorneys .subtitle {
	color: #757575;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.additional-attorneys .subtitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.additional-attorneys__item {
	background: #fff;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 20px;
}

@media (max-width: 767px) {
	.additional-attorneys__item a {
		font-size: 14px;
	}
}

.additional-attorneys__photo img {
	max-width: 107px;
	border-radius: 20px 0 0 20px;
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.additional-attorneys__photo img {
		margin-right: 21px;
	}
}

.additional-attorneys__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .05em;
	color: #161616;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.additional-attorneys__title {
		font-size: 20px;
	}
}

.faqs-cardoso .cw-accordion__item {
	box-shadow: none;
}

.faqs-cardoso .cw-accordion__item--open .cw-accordion__item-title {
	border-radius: 10px;
}

.faqs-cardoso .cw-accordion__item-title {
	border-radius: 10px;
	letter-spacing: 0;
	background-position: right 27px top 50%;
}

.rev-row {
	flex-direction: row-reverse;
}

.bg-sand {
	background-color: #f5f4ee;
}

.paper-edge {
	position: relative;
}

.paper-edge::before, .paper-edge::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 21px;
	z-index: 1;
}

.paper-edge::before {
	top: -8px;
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/paper-bkg.png");
}

.paper-edge::after {
	bottom: -8px;
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/paper-bkg.png");
	transform: rotate(180deg);
}

.title-bordered__center h2 {
	position: relative;
	padding-bottom: 25px;
}

.title-bordered__center h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 11px;
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/title-border.svg") center/contain no-repeat;
}

/**
Styling found in critical.scss file
*/
.sidebar {
	max-width: 450px;
}

@media (max-width: 991px) {
	.sidebar {
		margin: 0 auto;
		padding-top: 35px;
	}
}

.sidebar .sidebar-item > div:not(:empty) {
	margin-bottom: 77px;
}

@media (max-width: 991px) {
	.sidebar .sidebar-item:last-of-type > div {
		margin-bottom: 0;
	}
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories, .sidebar .sidebar-item:not(:empty) .widget_archive {
	background-color: #f5f4ee;
	padding: 40px 25px;
	border-radius: 25px;
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories, .sidebar .sidebar-item:not(:empty) .widget_archive {
		padding: 40px 35px;
	}
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list, .sidebar .sidebar-item:not(:empty) .widget_search .list, .sidebar .sidebar-item:not(:empty) .widget_categories .list, .sidebar .sidebar-item:not(:empty) .widget_categories ul, .sidebar .sidebar-item:not(:empty) .widget_archive .list, .sidebar .sidebar-item:not(:empty) .widget_archive ul {
	margin: 0;
	padding: 0 0 0 5px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li, .sidebar .sidebar-item:not(:empty) .widget_archive .list li, .sidebar .sidebar-item:not(:empty) .widget_archive ul li {
	position: relative;
	list-style: none;
	border-top: 1px solid #dbd9d2;
	text-align: left;
	margin: 0;
	padding-left: 28px;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:before, .sidebar .sidebar-item:not(:empty) .widget_search .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:before, .sidebar .sidebar-item:not(:empty) .widget_archive .list li:before, .sidebar .sidebar-item:not(:empty) .widget_archive ul li:before {
	content: "";
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/li-bkg.svg");
	background-size: cover;
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 20px;
	left: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_search .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child {
	border-bottom: 1px solid #dbd9d2;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a, .sidebar .sidebar-item:not(:empty) .widget_archive .list li a, .sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
	color: #305489;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	display: block;
	position: relative;
	padding: 17px 0;
	transform: all .5s;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt {
	background: #fff;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 20px;
	padding: 46px 26px 50px;
	text-align: center;
	font-family: var(--main-font), sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt {
		padding: 46px 38px 62px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title {
	color: #1673db;
	font-weight: 500;
}

@media (max-width: 767px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title {
		font-size: 31px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title {
		font-size: 32px;
		line-height: 39px;
	}
}

@media (min-width: 1400px) and (max-width: 1439px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title {
		font-size: 39px;
	}
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__title:after {
		width: 87px;
		height: 17px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__subtitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #747474;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__subtitle {
		font-size: 16px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__phone {
	color: #1673db;
	font-size: 32px;
	line-height: 36px;
	background: none;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__phone {
		font-size: 33px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt__phone:before {
	content: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/phone-icon-cta.svg");
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt .btn {
	max-width: 290px;
	text-transform: none;
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget_alt .btn {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
	border-radius: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 1400px) and (max-width: 1439px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
		padding-left: 27px;
		padding-right: 27px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
	text-transform: uppercase;
	letter-spacing: .15em;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
	line-height: 1;
	letter-spacing: .05em;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box a {
	text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box a:hover {
	color: #1673db;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
	box-shadow: none;
	border: none;
	background: #1c3358;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
		padding: 45px 30px 31px;
	}
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
		padding: 45px 40px 31px;
	}
}

@media screen and (min-width: 1440px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
		padding: 45px 52px 31px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_wrapper.gravity-theme .gform_footer .button {
	max-width: 232px;
	margin-bottom: 4px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
	margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap label {
		font-size: 16px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
	background: #fff;
	border: 2px solid #e1dfce;
	border-radius: 25px;
	padding: 42px 15px 60px;
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
		padding: 42px 25px 81px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
	padding-bottom: 48px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-wrapper {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .arrow-prev {
		left: 0;
	}
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .arrow-next {
		right: 0;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div {
	padding: 64px 25px 82px;
	background: #1a4792;
	border-radius: 25px;
}

@media screen and (min-width: 1440px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div {
		padding: 64px 30px 82px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .sidebar-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .3em;
	color: #fff;
	margin: 15px 0 0;
	padding-bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div cite {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 29px;
	display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div p {
	padding: 0 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-next {
	right: 15px;
	background: rgba(246, 244, 237, .5);
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-next {
		right: 25px;
	}
}

@media screen and (min-width: 1440px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-next {
		right: 30px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-prev {
	left: 15px;
	background: rgba(246, 244, 237, .5);
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-prev {
		left: 25px;
	}
}

@media screen and (min-width: 1440px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .arrow-prev {
		left: 30px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
	background-color: #f5f4ee;
	border-radius: 25px;
	padding: 40px 22px 61px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__item {
	margin-top: 31px;
}

@media (max-width: 374px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 14px;
	}
}

@media screen and (min-width: 1400px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 17px;
	}
}

@media screen and (min-width: 1440px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__title {
		font-size: 18px;
	}
}

@media (max-width: 374px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__content a {
		font-size: 12px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__content a {
		margin-right: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .additional-attorneys__photo img {
		margin-right: 13px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar {
	background: #1a4792;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn {
	color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper {
	padding-top: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount, .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .pa-category {
	color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock) {
	padding-top: 24px;
	position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
	text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
	text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
	border-radius: 0;
	overflow: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
	height: 50px;
	border: 1px solid #d8d9d9;
	background-color: #fff;
	width: calc(100% - 60px);
	float: left;
	color: #000;
	font-family: var(--main-font), sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 58px;
	padding: 0 20px;
	border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
	.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
		font-size: 18px;
	}
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
	color: #525252;
	opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
	opacity: 1;
	color: #525252;
	opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
	color: #525252;
	opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
	color: #525252;
	opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
	color: #525252;
	opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
	float: left;
	width: 57px;
	height: 50px;
	border: none;
	background: #ca321d;
	color: #fff;
	font-family: var(--main-font), sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	transition: all .2s linear;
	cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover {
	color: #fff;
	background: #1a1a1a;
}

@media (max-width: 767px) {
	.sidebar .sidebar-toc .toc {
		margin-bottom: 0;
	}
}

.sidebar:empty {
	display: none !important;
}

.sidebar-title {
	font-size: 17px;
	letter-spacing: .15em;
	line-height: 27px;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #757575;
	text-align: center;
	font-weight: 700;
}

.footer-number {
	font-family: var(--main-font), sans-serif;
	align-items: center;
	display: flex;
}

@media screen and (min-width: 992px) {
	.footer-number {
		margin-right: 10px;
	}
}

@media screen and (min-width: 1400px) {
	.footer-number {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.footer-number {
		margin-right: 40px;
	}
}

.footer-number span {
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .15em;
	color: #747474;
}

@media (max-width: 767px) {
	.footer-number span {
		margin-bottom: 8px;
	}
}

@media screen and (min-width: 768px) {
	.footer-number span {
		padding-right: 10px;
	}
}

@media screen and (min-width: 992px) {
	.footer-number span {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.footer-number span {
		padding-right: 15px;
		font-size: 17px;
	}
}

@media screen and (min-width: 1400px) {
	.footer-number span {
		padding-right: 27px;
	}
}

.footer-number a {
	font-size: 33px;
	font-weight: 700;
	color: #1673db;
}

@media screen and (min-width: 768px) {
	.footer-number a {
		font-size: 28px;
	}
}

@media screen and (min-width: 1200px) {
	.footer-number a {
		font-size: 30px;
	}
}

@media screen and (min-width: 1440px) {
	.footer-number a {
		font-size: 33px;
	}
}

.footer .logo {
	max-width: 250px;
}

.footer .office-info {
	color: white;
	font-size: 17px;
	line-height: 30px;
}

.footer .office-info address {
	margin-bottom: 0;
}

.footer .office-info a {
	color: white;
	font-size: 17px;
}

.footer .office-info__buttons {
	margin-top: 17px;
}

.footer .office-info__buttons a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

.footer .office-info__buttons button {
	color: white;
	text-decoration: underline;
	text-transform: initial;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: initial;
	padding-top: 0;
	padding-bottom: 0;
}

.footer .office-info__buttons button:focus {
	background-color: transparent;
}

.footer .office-info figure {
	margin-top: 40px;
}

.footer .office-info figure img {
	max-width: 100%;
	height: auto;
}

.footer .office-holder {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1200px) {
	.footer .office-holder {
		margin-left: 0;
	}
}

.footer .office-holder .office-heading {
	font-family: var(--secondary-font), sans-serif;
	color: white;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer .office-holder .select-office {
	position: relative;
	padding: 15px 60px 15px 15px;
	margin-bottom: 27px;
	width: 100%;
	height: 50px;
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/select-arrow-down.jpeg") #fff no-repeat 100%;
	appearance: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .67px;
	text-transform: uppercase;
	color: #27667f;
}

.footer .office-holder .select-office.nitro-lazy {
	background: none !important;
}

.footer .footer-contact {
	padding-top: 251px;
	padding-bottom: 50px;
	background-color: var(--contact-footer-bg-color);
	background-image: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/footer-contact-mobile.jpg");
	background-size: cover;
	background-position: bottom center;
}

.footer .footer-contact.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width: 768px) {
	.footer .footer-contact {
		padding-top: 215px;
		padding-bottom: 92px;
		background-image: var(--contact-footer-bg-img);
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-contact {
		padding-top: 125px;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-contact {
		padding-top: 161px;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-contact .col-left {
		max-width: 450px;
	}
}

.footer .footer-contact .address {
	border-top: 2px dashed rgba(238, 237, 229, .25);
	border-bottom: 2px dashed rgba(238, 237, 229, .25);
	padding: 20px 0;
	margin-bottom: 25px;
}

.footer .footer-contact .address span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .05em;
	color: #fff;
}

.footer .footer-contact .address__phone {
	margin-top: 8px;
}

.footer .footer-contact .address__buttons {
	margin-bottom: 30px;
}

.footer .footer-contact .address__buttons button {
	margin-left: 20px;
}

.footer .footer-contact .address .rating-logo-wrap {
	margin-top: 15px;
	display: block;
	max-width: 100%;
	width: fit-content;
}

.footer .footer-contact__content {
	margin-top: 26px;
	border-bottom: 2px dashed rgba(238, 237, 229, .25);
}

.footer .footer-contact__content p {
	color: #fff;
	margin-bottom: 25px;
}

.footer .footer-contact__content p strong {
	letter-spacing: .04em;
	text-transform: uppercase;
}

.footer .footer-top {
	position: absolute;
	width: 100%;
	top: -161px;
}

@media screen and (min-width: 768px) {
	.footer .footer-top {
		top: -138px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-top {
		top: -65px;
	}
}

.footer .footer-top .col-xxl-10 {
	padding: 24px 15px;
	background-color: var(--top-bar-bg);
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 25px;
	position: relative;
	z-index: 999;
}

@media (max-width: 767px) {
	.footer .footer-top .col-xxl-10 {
		width: calc(100% - 32px);
		padding: 34px 20px;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-top .col-xxl-10 {
		padding: 24px 29px;
	}
}

@media screen and (min-width: 1400px) {
	.footer .footer-top .col-xxl-10 {
		padding: 24px 40px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .footer-top .col-xxl-10 {
		padding: 24px 50px;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-top__cta {
		margin: 0 0px 0 15px;
	}
}

@media screen and (min-width: 1400px) {
	.footer .footer-top__cta {
		margin: 0 12px 0 20px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .footer-top__cta {
		margin: 0 25px 0 20px;
	}
}

@media (max-width: 767px) {
	.footer .footer-top .btn-1 {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.footer .footer-top .btn-1 {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (max-width: 767px) {
	.footer .footer-top .footer-logo-wrap {
		text-align: center;
	}
}

.footer .footer-top ul.social-icon-list {
	text-align: center;
	justify-content: flex-end;
}

@media screen and (min-width: 992px) {
	.footer .footer-top ul.social-icon-list {
		margin-left: 15px;
	}
}

.footer .footer-bottom {
	position: relative;
}

@media (max-width: 767px) {
	.footer .footer-bottom {
		margin: auto;
		width: 193px;
	}
}

.footer .footer-bottom .footer-copyright {
	padding-top: 20px;
	padding-bottom: 120px;
	color: rgba(34, 34, 34, .6);
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.footer .footer-bottom .footer-copyright {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-bottom .footer-copyright {
		padding-top: 37px;
		padding-bottom: 99px;
	}
}

@media (max-width: 767px) {
	.footer .footer-bottom .footer-copyright span, .footer .footer-bottom .footer-copyright p {
		line-height: 18px;
	}
}

@media screen and (min-width: 1400px) {
	.footer .footer-bottom .footer-copyright .col-xl-8 {
		padding-left: 72px;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-bottom .footer-nav-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.footer .footer-bottom .footer-nav-wrap span {
	color: #4164f2;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

@media screen and (min-width: 1200px) {
	.footer .footer-bottom .footer-nav-wrap span {
		display: inline-block;
		margin-right: 20px;
	}
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	flex-direction: column;
	padding: 28px 0 15px;
	border-bottom: 1px solid #eeede5;
	max-width: 1251px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
		padding: 28px 0;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
		flex-direction: row;
		margin-bottom: 0;
		padding: 32px 0;
	}
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
	display: inline-block;
	margin: 0 25px;
}

@media (max-width: 767px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
		margin: 0 15px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
		margin-left: 11px;
		margin-right: 11px;
	}
	
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:first-child {
		margin-left: 0;
	}
	
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
		margin-left: 13px;
		margin-right: 13px;
	}
}

@media screen and (min-width: 1400px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
		margin-left: 21px;
		margin-right: 21px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
		margin-left: 24px;
		margin-right: 24px;
	}
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
	font-family: var(--main-font), sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #424242;
	padding: 0;
}

@media screen and (min-width: 1200px) {
	.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
		font-size: 16px;
	}
}

.footer .footer-bottom .built-by {
	text-align: center;
	color: rgba(34, 34, 34, .6);
	font-size: 12px;
}

@media (max-width: 767px) {
	.footer .footer-bottom .built-by {
		padding-top: 20px;
		position: relative;
	}
}

.footer .footer-bottom .built-by a, .footer .footer-bottom .built-by a:hover {
	color: rgba(34, 34, 34, .6);
	text-decoration: underline;
}

.footer .footer-bottom .built-by img {
	margin-right: 5px;
	margin-top: 7px;
}

@media (max-width: 767px) {
	.footer .footer-bottom .built-by img {
		position: absolute;
		left: 50%;
		margin: 0;
		top: 0;
		transform: translateX(-50%);
	}
}

.footer .footer-bottom .sitemap-privacy-links {
	padding-left: 0;
	justify-content: center;
}

.footer .footer-bottom .sitemap-privacy-links li {
	margin-right: 5px;
	margin-bottom: 0;
}

.footer .footer-bottom .sitemap-privacy-links li:last-child {
	margin-right: 0;
}

.footer .footer-bottom .sitemap-privacy-links li a {
	color: #7f8c8d;
	font-size: 12px;
}

.footer .footer-bottom .sitemap-privacy-links li a:focus, .footer .footer-bottom .sitemap-privacy-links li a:hover {
	text-decoration: underline;
}

.footer .footer-bottom .copyright {
	color: rgba(34, 34, 34, .6);
	font-size: 12px;
	display: block;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer .footer-bottom .copyright {
		padding-right: 40px;
	}
}

.footer .footer-bottom .copyright a {
	color: #7f8c8d;
}

.footer .footer-bottom .copyright a:hover {
	color: #4164f2;
	text-decoration: underline;
}

.footer .footer-bottom a.btn-back {
	position: absolute;
}

@media (max-width: 767px) {
	.footer .footer-bottom a.btn-back {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) {
	.footer .footer-bottom a.btn-back {
		right: 46%;
	}
}

@media (max-width: 991px) {
	.footer .footer-bottom a.btn-back {
		bottom: -55px;
	}
}

@media screen and (min-width: 992px) {
	.footer .footer-bottom a.btn-back {
		top: -13px;
		right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.footer .footer-bottom a.btn-back {
		right: -15px;
		top: -67px;
	}
}

@media screen and (min-width: 1400px) {
	.footer .footer-bottom a.btn-back {
		right: -10px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .footer-bottom a.btn-back {
		right: 0;
	}
}

@media screen and (min-width: 1600px) {
	.footer .footer-bottom a.btn-back {
		right: -22px;
	}
}

.community {
	background-color: #efeeec;
}

@media screen and (min-width: 1200px) {
	.community {
		background-color: white;
	}
}

.community:before {
	background-color: #efeeec;
}

.community__image {
	position: relative;
	z-index: 1;
}

.attorneys {
	padding: 50px 0 10px;
	background: #f5f4ee;
	position: relative;
}

@media screen and (min-width: 992px) {
	.attorneys {
		padding: 91px 0 100px;
	}
}

.attorneys:before {
	content: "";
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/paper-bkg.png");
	position: absolute;
	width: 100%;
	height: 21px;
	z-index: 2;
	left: 0;
	top: -8px;
}

.attorneys:after {
	content: "";
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/paper-bkg.png");
	position: absolute;
	width: 100%;
	height: 21px;
	z-index: 2;
	transform: rotate(180deg);
	left: 0;
	bottom: -8px;
}

.attorneys .h3-heading {
	color: #525252;
}

@media screen and (min-width: 992px) {
	.page-template-archive-pa .c-practice-areas {
		padding-top: 30px;
	}
}

.c-practice-areas {
	padding-bottom: 50px;
	padding-top: 208px;
	overflow-x: hidden;
}

@media screen and (min-width: 768px) {
	.c-practice-areas {
		padding-top: 180px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas {
		padding-top: 138px;
		padding-bottom: 82px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.c-practice-areas .col-xxl-6 {
		width: 57%;
	}
}

.c-practice-areas .swiper-pagination:not(:empty) {
	bottom: 120px;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .swiper-pagination:not(:empty) {
		bottom: 130px;
	}
}

@media (max-width: 767px) {
	.c-practice-areas .pa-btn-container {
		margin-top: 31px;
	}
}

.c-practice-areas-top .footer-top {
	position: absolute;
	top: -129px;
	width: 100%;
	left: 0;
}

@media screen and (min-width: 768px) {
	.c-practice-areas-top .footer-top {
		top: -105px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas-top .footer-top {
		top: -52px;
	}
}

.c-practice-areas-top .footer-top .col-xxl-8 {
	padding: 24px 15px;
	background-color: var(--top-bar-bg);
	box-shadow: 0px 4px 35px rgba(0, 0, 0, .1);
	border-radius: 25px;
	position: relative;
	z-index: 999;
	max-width: 930px;
}

@media (max-width: 767px) {
	.c-practice-areas-top .footer-top .col-xxl-8 {
		width: calc(100% - 30px);
		padding: 34px 15px 40px;
	}
}

@media screen and (min-width: 768px) {
	.c-practice-areas-top .footer-top .col-xxl-8 .footer-number {
		margin-left: 48px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas-top .footer-top .col-xxl-8 .footer-number {
		margin-right: 29px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas-top .footer-top .col-xxl-8 .footer-number span {
		font-size: 17px;
	}
}

@media screen and (min-width: 1400px) {
	.c-practice-areas-top .footer-top .col-xxl-8 .footer-number span {
		padding-right: 21px;
	}
}

.c-practice-areas .more-cases {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .more-cases {
		margin-top: 40px;
	}
}

.c-practice-areas .more-cases__title {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.9px;
	color: #4c4c4c;
	margin-bottom: 30px;
}

.c-practice-areas .more-cases__column {
	padding-top: 16px;
	padding-bottom: 16px;
}

.c-practice-areas .more-cases__column li {
	margin-bottom: 16px;
}

.c-practice-areas .more-cases .borders {
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .more-cases .borders {
		border-left: 2px solid #e3e3e3;
		border-right: 2px solid #e3e3e3;
		border-top: 0;
		border-bottom: 0;
	}
}

.c-practice-areas .more-cases ul a {
	font-size: 17px;
}

@media screen and (min-width: 992px) {
	.c-practice-areas .pa {
		padding-top: 0;
	}
}

@media screen and (min-width: 1440px) {
	.c-practice-areas .pa.container {
		max-width: 1410px;
	}
}

.c-practice-areas .pa__header {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .pa__header {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas .pa__header {
		max-width: 882px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas .pa__header h1 {
		font-size: 51px;
	}
}

.c-practice-areas .pa__header-intro {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .pa__header .subtitle p {
		line-height: 30px;
		margin-bottom: 50px;
	}
}

.c-practice-areas .pa__items {
	overflow: visible;
}

@media (max-width: 575px) {
	.c-practice-areas .pa__items {
		width: 295px !important;
	}
}

.c-practice-areas .pa__item {
	margin-bottom: 30px;
	position: relative;
	padding: 67px 55px 87px;
	border-radius: 20px;
	background-size: cover;
	min-height: 555px;
	background-position: center center;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .pa__item {
		padding: 80px 31px 102px;
		margin-bottom: 43px;
		min-height: 0;
		border-radius: 25px;
	}
}

@media screen and (min-width: 992px) {
	.c-practice-areas .pa__item {
		padding: 80px 27px 102px;
		min-height: 687px;
	}
}

@media screen and (min-width: 1200px) {
	.c-practice-areas .pa__item {
		min-height: 603px;
	}
}

@media screen and (min-width: 1440px) {
	.c-practice-areas .pa__item {
		min-height: 579px;
		padding: 80px 51px 102px;
	}
}

@media (max-width: 575px) {
	.c-practice-areas .pa__item {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media (max-width: 575px) {
	.c-practice-areas .pa__item.swiper-slide-active {
		height: auto;
	}
}

@media (max-width: 575px) {
	.c-practice-areas .pa__item.swiper-slide-prev {
		height: 100%;
	}
}

@media (max-width: 575px) {
	.c-practice-areas .pa__item.swiper-slide-next {
		height: 100%;
	}
}

.c-practice-areas .pa__item-content {
	text-align: center;
}

.c-practice-areas .pa__item-content-text {
	margin-bottom: 20px;
	color: white;
	font-size: 16px;
	line-height: 28px;
}

.c-practice-areas .pa__item-content-button a {
	font-weight: 700;
	padding-left: 18px;
	padding-right: 18px;
}

@media screen and (min-width: 768px) {
	.c-practice-areas .pa__item-content-button a {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.c-practice-areas .pa__item-content-button a {
		display: block;
	}
}

.c-practice-areas .pa__item .main-link {
	color: white;
	display: block;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	font-family: var(--main-font), sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.c-practice-areas .pa__item .main-link {
		font-size: 17px;
	}
}

.results-part {
	background: var(--res-br-color);
	padding: 40px 0;
	font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 768px) {
	.results-part {
		padding: 75px 0 50px;
	}
}

.results-part .results-slider {
	position: relative;
}

.results-part .results-slider .custom-nav-results {
	top: 50%;
}

.results-part .results-slider .btn {
	margin-top: 15px;
}

.grid-results {
	margin: 0 auto;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.grid-results {
		max-width: calc(100% - 60px);
		margin-left: auto;
		margin-right: auto;
	}
}

.grid-results .item {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.grid-results .item {
		margin-bottom: 0;
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
}

.grid-results .item:last-child {
	border: none;
}

@media screen and (min-width: 768px) {
	.grid-results .item:after {
		content: "";
		width: 1px;
		height: 136px;
		opacity: .2;
		border: 0;
		border-right: 1px solid #fff;
		position: absolute;
		display: block;
		right: -5px;
		top: 50%;
		transform: rotate(15deg) translateY(-50%);
	}
	
	.grid-results .item:after:nth-of-type(even) {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.grid-results .item:after:nth-of-type(even) {
		display: block !important;
	}
}

.grid-results .item .amount {
	color: var(--results-amount-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 992px) {
	.grid-results .item .amount {
		font-size: 32px;
	}
}

@media screen and (min-width: 1440px) {
	.grid-results .item .amount {
		font-size: 34px;
	}
}

.grid-results .item .value {
	color: #9a9b9b;
	font-family: var(--secondary-font), sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.grid-results .item .value {
		padding-top: 10px;
	}
}

.grid-results .item .pa-category {
	font-family: var(--secondary-font), sans-serif;
	color: var(--results-category-color);
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}

.swiper-pagination:not(:empty) {
	bottom: 120px;
}

.awards-part {
	padding: 60px 0;
}

@media screen and (min-width: 768px) {
	.awards-part {
		padding: 61px 0 91px;
	}
}

.home .awards-part {
	padding: 43px 0 28px;
}

@media screen and (min-width: 768px) {
	.home .awards-part {
		padding: 52px 0 0;
	}
}

.home .awards-part .awards__headline {
	display: none;
}

.awards-part .awards__headline {
	color: #757575;
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.awards-part .awards-wrap {
		width: calc(100% - 100px) !important;
	}
}

@media screen and (min-width: 992px) {
	.awards-part .awards-wrap {
		width: calc(100% - 110px) !important;
	}
}

@media screen and (min-width: 1200px) {
	.awards-part .awards-wrap {
		width: calc(100% - 120px) !important;
	}
}

@media screen and (min-width: 1400px) {
	.awards-part .awards-wrap {
		width: calc(100% - 150px) !important;
	}
}

@media screen and (min-width: 1440px) {
	.awards-part .awards-wrap {
		width: calc(100% - 200px) !important;
	}
}

.awards-part .swiper-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.awards-part .swiper-slide {
		width: auto !important;
	}
}

.team-part {
	background-color: #f4f4f4;
	padding: 70px 0 100px;
}

.team-part .heading {
	margin-bottom: 55px;
}

.team-part .grid-team .item {
	width: 15%;
	float: left;
	position: relative;
}

.team-part .grid-team .item:nth-child(n) {
	margin-right: 2%;
	margin-bottom: 2%;
}

.team-part .grid-team .item:nth-child(6n) {
	margin-right: 0;
}

@media (max-width: 991px) {
	.team-part .grid-team .item {
		width: 22.75%;
		float: left;
		position: relative;
	}
	
	.team-part .grid-team .item:nth-child(n) {
		margin-right: 3%;
		margin-bottom: 3%;
	}
	
	.team-part .grid-team .item:nth-child(4n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.team-part .grid-team .item {
		width: 49%;
		float: left;
		position: relative;
	}
	
	.team-part .grid-team .item:nth-child(n) {
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.team-part .grid-team .item:nth-child(2n) {
		margin-right: 0;
	}
}

.team-part .grid-team .item img {
	box-shadow: 0 7px 20px rgba(0, 0, 0, .19);
}

.team-part .grid-team .item h5 {
	padding-top: 15px;
	color: #595959;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

.team-part .grid-team .item a:hover h5 {
	color: #1a4792;
}

.videos-part .grid-videos {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 47px;
}

@media (max-width: 767px) {
	.videos-part .grid-videos {
		max-width: 477px;
		margin-left: auto;
		margin-right: auto;
	}
}

.videos-part .grid-videos .item {
	width: 23.5%;
	float: left;
	position: relative;
}

.videos-part .grid-videos .item:nth-child(n) {
	margin-right: 2%;
	margin-bottom: 2%;
}

.videos-part .grid-videos .item:nth-child(4n) {
	margin-right: 0;
}

@media (max-width: 991px) {
	.videos-part .grid-videos .item {
		width: 47.5%;
		float: left;
		position: relative;
	}
	
	.videos-part .grid-videos .item:nth-child(n) {
		margin-right: 5%;
		margin-bottom: 5%;
	}
	
	.videos-part .grid-videos .item:nth-child(2n) {
		margin-right: 0;
	}
}

.videos-part .grid-videos .item a .img-wrap {
	position: relative;
}

.videos-part .grid-videos .item a .img-wrap .icon-play {
	display: block;
	width: 63px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	z-index: 4;
}

.videos-part .grid-videos .item a .img-wrap:after {
	background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #012840 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	top: 0;
	left: 0;
}

.videos-part .grid-videos .item a .video-description {
	border-top: 5px solid #eb5b13;
	background: #1b496c;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 18px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.videos-part .grid-videos .item a .video-description {
		padding: 10px 10px;
		font-size: 18px;
		line-height: 21px;
	}
}

@media (max-width: 991px) {
	.videos-part .grid-videos .item a .video-description {
		padding: 18px 10px;
		font-size: 20px;
		line-height: 24px;
	}
}

.videos-part .grid-videos .item a:hover .icon-play-st0 {
	stroke: #eb5b13;
}

.videos-part .grid-videos .item a:hover .icon-play-st1 {
	fill: #eb5b13;
}

.videos-part .grid-videos .item .cw_video_open_popup_customized {
	margin-bottom: 0;
	display: inline-block;
}
