/*# sourceMappingURL=content.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 */
.navigation-single, .post-password-form p, .search-form, .widget, .cols-wrap, .grid {
	display: block;
	zoom: 1;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .cols-wrap:after, .grid:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

svg * {
	transition: all .2s ease;
}

.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, .entry-content h2 {
	margin-bottom: 10px;
	padding-bottom: 18px;
	position: relative;
}

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

.bottom-border:after, .entry-content h2: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;
}

.wf-active, .wf-inactive {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-size: 16px;
	line-height: 28px;
	width: 100%;
	font-weight: 400;
	font-family: var(--main-font), sans-serif;
}

svg:not(:root) {
	overflow: visible !important;
}

h1:empty, h2:empty, h3:empty {
	display: none;
}

.indention {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

a {
	transition: all .2s linear;
	text-decoration: none;
	color: var(--link-color);
	cursor: pointer;
}

a:hover {
	color: var(--link-hover-color);
}

b, strong {
	font-weight: bold;
}

ul li {
	list-style: none;
}

.background--blue {
	background: url("https://cdn-hoocl.nitrocdn.com/IgKbvxjReyfXYWfYrZuOXWqLPLeVmyVZ/assets/images/optimized/rev-b1cde34/www.cardosolawyer.com/wp-content/themes/horizon-mercury/dist/images/pattern.jpg");
}

.text-white {
	color: white !important;
}

.text-white * {
	color: white !important;
}

@media screen and (min-width: 1200px) {
	.clip-background {
		position: relative;
	}
	
	.clip-background:before, .clip-background:after {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
	}
	
	.clip-background:before {
		-webkit-clip-path: polygon(306px 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(306px 0, 100% 0, 100% 100%, 0 100%);
		right: 0;
		width: 77%;
	}
	
	.clip-background:after {
		right: calc(77% - 136px);
		width: 8px;
		background: #efeeec;
		transform: skewX(336deg);
	}
}

.grid .item {
	float: left;
}

.cols-wrap .cols {
	float: left;
	position: relative;
}

.skiplink {
	position: absolute;
	left: -999px;
	width: 1px;
	height: 1px;
	top: auto;
}

.skiplink:focus {
	display: inline-block;
	height: auto;
	width: auto;
	position: static;
	margin: auto;
}

.visible-print-block {
	display: none;
}

@media print {
	.visible-print-block {
		display: block;
	}
}

.container, .container-fluid {
	position: relative;
}

@media (max-width: 767px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.container .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col, .container .row .col-auto, .container .row .col-sm-1, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm, .container .row .col-sm-auto, .container .row .col-md-1, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md, .container .row .col-md-auto, .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg, .container .row .col-lg-auto, .container .row .col-xl-1, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl, .container .row .col-xl-auto {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* 5 col (20% width) grid layout */
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4, .col-xxl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 576px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1440px) {
	.col-xxl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

/* Clearfix */
.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navigation-single, .post-password-form p, .search-form, .widget, .grid, .cols-wrap {
	display: block;
	zoom: 1;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .grid:after, .cols-wrap:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

svg * {
	transition: all .2s ease;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

/* ---------- Removing The Dotted Outline ---------- */
input::-moz-focus-inner {
	border: 0;
}

button:hover, button:active, button:focus, a:hover, a:active, a:focus, input:hover, input:active, input:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}

input, textarea {
	border: none;
}

.txt {
	font-size: 0 !important;
	line-height: 0;
	outline: medium none;
	overflow: hidden;
	text-indent: -9999px !important;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	width: 0;
	line-height: 0;
}

.text-center {
	text-align: center;
}

@media screen and (max-width: 991px) {
	.text-center-md {
		text-align: center;
	}
}

.uppercase {
	text-transform: uppercase;
}

/* CWS helpers */
* {
	max-height: 1000000px;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* set default styles in all browsers */
input[type=search] {
	-webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], input[type=submit], textarea {
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
}

textarea {
	overflow: auto;
	resize: none;
}

img {
	vertical-align: top;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text], .comment-form input[type=tel], .search-form input[type=tel], .post-password-form input[type=tel], .comment-form input[type=email], .search-form input[type=email], .post-password-form input[type=email], .comment-form input[type=search], .search-form input[type=search], .post-password-form input[type=search], .comment-form input[type=password], .search-form input[type=password], .post-password-form input[type=password], .comment-form input[type=url], .search-form input[type=url], .post-password-form input[type=url], .comment-form input[type=date], .search-form input[type=date], .post-password-form input[type=date], .comment-form textarea, .search-form textarea, .post-password-form textarea {
	/*-webkit-appearance: none;
  -webkit-border-radius: 0;*/
	border: 1px solid #999;
	padding: .2em .7em;
}

.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus, .comment-form input[type=tel]:focus, .search-form input[type=tel]:focus, .post-password-form input[type=tel]:focus, .comment-form input[type=email]:focus, .search-form input[type=email]:focus, .post-password-form input[type=email]:focus, .comment-form input[type=search]:focus, .search-form input[type=search]:focus, .post-password-form input[type=search]:focus, .comment-form input[type=password]:focus, .search-form input[type=password]:focus, .post-password-form input[type=password]:focus, .comment-form input[type=url]:focus, .search-form input[type=url]:focus, .post-password-form input[type=url]:focus, .comment-form input[type=date]:focus, .search-form input[type=date]:focus, .post-password-form input[type=date]:focus, .comment-form textarea:focus, .search-form textarea:focus, .post-password-form textarea:focus {
	border-color: #333;
}

.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=tel]::-webkit-input-placeholder, .search-form input[type=tel]::-webkit-input-placeholder, .post-password-form input[type=tel]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .search-form input[type=email]::-webkit-input-placeholder, .post-password-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=search]::-webkit-input-placeholder, .search-form input[type=search]::-webkit-input-placeholder, .post-password-form input[type=search]::-webkit-input-placeholder, .comment-form input[type=password]::-webkit-input-placeholder, .search-form input[type=password]::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .search-form input[type=url]::-webkit-input-placeholder, .post-password-form input[type=url]::-webkit-input-placeholder, .comment-form input[type=date]::-webkit-input-placeholder, .search-form input[type=date]::-webkit-input-placeholder, .post-password-form input[type=date]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder, .post-password-form textarea::-webkit-input-placeholder {
	color: #000;
}

.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder, .comment-form input[type=tel]::-moz-placeholder, .search-form input[type=tel]::-moz-placeholder, .post-password-form input[type=tel]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .search-form input[type=email]::-moz-placeholder, .post-password-form input[type=email]::-moz-placeholder, .comment-form input[type=search]::-moz-placeholder, .search-form input[type=search]::-moz-placeholder, .post-password-form input[type=search]::-moz-placeholder, .comment-form input[type=password]::-moz-placeholder, .search-form input[type=password]::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .search-form input[type=url]::-moz-placeholder, .post-password-form input[type=url]::-moz-placeholder, .comment-form input[type=date]::-moz-placeholder, .search-form input[type=date]::-moz-placeholder, .post-password-form input[type=date]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .search-form textarea::-moz-placeholder, .post-password-form textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder, .comment-form input[type=tel]:-moz-placeholder, .search-form input[type=tel]:-moz-placeholder, .post-password-form input[type=tel]:-moz-placeholder, .comment-form input[type=email]:-moz-placeholder, .search-form input[type=email]:-moz-placeholder, .post-password-form input[type=email]:-moz-placeholder, .comment-form input[type=search]:-moz-placeholder, .search-form input[type=search]:-moz-placeholder, .post-password-form input[type=search]:-moz-placeholder, .comment-form input[type=password]:-moz-placeholder, .search-form input[type=password]:-moz-placeholder, .post-password-form input[type=password]:-moz-placeholder, .comment-form input[type=url]:-moz-placeholder, .search-form input[type=url]:-moz-placeholder, .post-password-form input[type=url]:-moz-placeholder, .comment-form input[type=date]:-moz-placeholder, .search-form input[type=date]:-moz-placeholder, .post-password-form input[type=date]:-moz-placeholder, .comment-form textarea:-moz-placeholder, .search-form textarea:-moz-placeholder, .post-password-form textarea:-moz-placeholder {
	color: #000;
}

.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder, .comment-form input[type=tel]:-ms-input-placeholder, .search-form input[type=tel]:-ms-input-placeholder, .post-password-form input[type=tel]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .search-form input[type=email]:-ms-input-placeholder, .post-password-form input[type=email]:-ms-input-placeholder, .comment-form input[type=search]:-ms-input-placeholder, .search-form input[type=search]:-ms-input-placeholder, .post-password-form input[type=search]:-ms-input-placeholder, .comment-form input[type=password]:-ms-input-placeholder, .search-form input[type=password]:-ms-input-placeholder, .post-password-form input[type=password]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .search-form input[type=url]:-ms-input-placeholder, .post-password-form input[type=url]:-ms-input-placeholder, .comment-form input[type=date]:-ms-input-placeholder, .search-form input[type=date]:-ms-input-placeholder, .post-password-form input[type=date]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder, .post-password-form textarea:-ms-input-placeholder {
	color: #000;
}

.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder, .comment-form input[type=tel].placeholder, .search-form input[type=tel].placeholder, .post-password-form input[type=tel].placeholder, .comment-form input[type=email].placeholder, .search-form input[type=email].placeholder, .post-password-form input[type=email].placeholder, .comment-form input[type=search].placeholder, .search-form input[type=search].placeholder, .post-password-form input[type=search].placeholder, .comment-form input[type=password].placeholder, .search-form input[type=password].placeholder, .post-password-form input[type=password].placeholder, .comment-form input[type=url].placeholder, .search-form input[type=url].placeholder, .post-password-form input[type=url].placeholder, .comment-form input[type=date].placeholder, .search-form input[type=date].placeholder, .post-password-form input[type=date].placeholder, .comment-form textarea.placeholder, .search-form textarea.placeholder, .post-password-form textarea.placeholder {
	color: #000;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea, .comment-form input[type=text] {
	margin: 0 4px 0 0;
	width: 300px;
}

@media screen and (max-width: 767px) {
	.comment-form textarea, .comment-form input[type=text] {
		width: 100%;
	}
}

.comment-form input[type=submit] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type=password] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type=search] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type=password] {
	width: 150px;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

.comment, .commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation, .navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers, .navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

@media screen and (max-width: 767px) {
	.navigation .page-numbers, .navigation-comments .page-numbers {
		padding: 0;
	}
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
		padding: .2em;
	}
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a, .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

@media screen and (max-width: 767px) {
	.navigation-single .next a, .navigation-single .prev a {
		padding: .2em;
	}
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignleft {
	float: left;
}

@media screen and (max-width: 767px) {
	img.alignleft {
		margin: 0 auto 30px;
		display: block;
		float: none;
	}
}

img.alignright {
	float: right;
	margin: 10px 0 6px 1.6em;
}

@media screen and (max-width: 767px) {
	img.alignright {
		margin: 0 auto 30px;
		display: block;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	img.alignnone {
		margin: 0 auto 30px;
		display: block;
	}
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}

th, td {
	border: 1px solid #999;
	padding: .5em;
}

/* CWS additional helpers */
.meta {
	display: none;
}

.rel {
	position: relative;
}

/**Backgrounds**/
@media screen and (min-width: 992px) {
	.pull-right-md {
		float: right !important;
	}
}

.no-p p {
	display: none;
}

.no-p + p {
	display: none;
}

.img-full {
	width: 100%;
}

.no-pad-all {
	padding: 0 !important;
}

@media screen and (min-width: 768px) {
	.no-pad {
		padding: 0 !important;
	}
	
	.no-pad-left {
		padding-left: 0 !important;
	}
	
	.no-pad-right {
		padding-right: 0 !important;
	}
}

@media screen and (min-width: 1200px) {
	.no-pad-left-lg {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.no-pad-sm {
		padding: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.no-pad-mobile {
		padding: 0 !important;
	}
}

.pt-25 {
	padding-top: 25px;
}

@media screen and (min-width: 992px) {
	.pr-30 {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.pr-30-lg {
		padding-right: 30px;
	}
}

@media screen and (min-width: 992px) {
	.pr-40 {
		padding-right: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.pr-40-lg {
		padding-right: 40px;
	}
}

@media screen and (min-width: 992px) {
	.pr-45 {
		padding-right: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.pr-80-lg {
		padding-right: 80px;
	}
}

.pb-25 {
	padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.pl-30 {
		padding-left: 30px;
	}
}

.mt-25 {
	margin-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.bg-gray {
	background-color: #f7f7f7;
}

.bq-line-gray {
	border-left: 5px solid #eee;
}

.center-col {
	float: none;
	margin: 0 auto;
}

.pos-rel {
	position: relative;
}

.ab-vert {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.modal-body {
	padding-top: 40px;
}

.modal-body .cw_video_description {
	display: none;
}

.modal-body .cw_video_single {
	width: 100%;
	height: 369px;
}

.modal-content .close {
	position: relative;
	right: 10px;
	z-index: 9999;
}

@-ms-viewport {
	width: device-width;
}

h1, .h1-heading {
	color: var(--color-tertiary);
	font-family: var(--secondary-font), sans-serif;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
}

@media screen and (min-width: 768px) {
	h1, .h1-heading {
		font-size: 50px;
		line-height: 60px;
	}
}

h2, .h2-heading {
	font-family: var(--secondary-font), sans-serif;
	color: var(--color-tertiary);
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	h2, .h2-heading {
		font-size: 40px;
		line-height: 50px;
	}
}

h2 em, .h2-heading em {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

h3, .h3-heading {
	color: #333;
	font-family: var(--main-font), sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	h3, .h3-heading {
		font-size: 24px;
		line-height: 28px;
	}
}

p, em {
	font-family: var(--main-font), sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #525252;
	font-weight: 400;
	margin-bottom: 15px;
}

p:empty, em:empty {
	margin-bottom: 0;
}

em {
	font-style: italic;
}

ul {
	font-family: var(--main-font), sans-serif;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #525252;
}

ul.col-md-6 li:last-child {
	margin-bottom: 0;
}

ul li {
	position: relative;
	margin-bottom: 20px;
}

ul li:last-child {
	margin-bottom: 0;
}

p + h2, p + h3, .row + h2, .row + h3 {
	margin-top: 35px;
}

ul + h2, ul + h3 {
	margin-top: 61px;
}

.bullet-point, .bullet-point-container ul {
	padding-left: 5px;
}

.bullet-point li, .bullet-point-container ul li {
	padding-left: 41px;
}

.bullet-point li:before, .bullet-point-container ul li:before {
	content: 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");
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

.heading-part {
	color: var(--results-heading-color);
	font-size: 36px;
	font-weight: 500;
	line-height: 49px;
	text-align: center;
	font-family: var(--secondary-font), sans-serif;
}

.subtitle, .subtitle p {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #1673db;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.subtitle, .subtitle p {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 20px;
	}
}

.section-title {
	color: #292929;
	font-family: var(--secondary-font), sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
}

.section-title em {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.section-title em {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content a:not(.btn) {
	word-break: break-word;
	color: #1673db;
	text-decoration: underline;
}

.entry-content a:not(.btn):hover {
	color: #1673db;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
	margin-bottom: 25px;
	padding-left: 16px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
	padding-left: 28px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
	width: 12px;
	height: 12px;
	background: #ca321d;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li ul {
	margin-top: 20px;
}

.entry-content ol {
	margin-bottom: 25px;
	clear: both;
	list-style: none;
	padding-left: 16px;
}

.entry-content ol > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	counter-increment: li;
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.entry-content ol > li:before {
	content: counter(li);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, .08);
	height: 29px;
	width: 29px;
	line-height: 29px;
	color: #ca321d;
	font-family: var(--main-font), sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.entry-content blockquote, .entry-content q {
	quotes: none;
	margin-bottom: 35px;
}

.entry-content .alignleft {
	display: inline-block;
	float: left;
	margin-bottom: 12px;
	margin-right: 17px;
	position: relative;
	top: 4px;
	height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.entry-content .alignleft {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}

.entry-content .alignright {
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	margin-left: 17px;
	position: relative;
	top: 4px;
	height: auto;
	max-width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.entry-content .alignright {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}

.entry-content .aligncenter {
	display: block;
	float: none;
	margin: 15px auto;
	position: relative;
	height: auto;
	max-width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.entry-content .aligncenter {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}

.entry-content .img-responsive.wp-post-image {
	max-width: 100%;
}

@media (max-width: 767px) {
	.entry-content .wp-caption {
		margin: 0 auto 25px;
		display: block;
		float: none;
	}
}

@media (max-width: 479px) {
	.entry-content .wp-caption {
		max-width: 100% !important;
	}
}

.entry-content .wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 19px;
	text-align: center;
}

@media (max-width: 767px) {
	.entry-content img[class*=wp-image] {
		max-width: 260px;
		margin: 20px auto 25px;
		height: auto;
		float: none;
		display: block;
	}
}

.entry-content > table {
	border: 1px solid #000;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
	.entry-content > table {
		width: 100%;
	}
}

.entry-content > table th, .entry-content > table td {
	border: none;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.entry-content > table th, .entry-content > table td {
		padding: 10px !important;
	}
}

@media (max-width: 767px) {
	.entry-content > table th, .entry-content > table td {
		padding: 10px 20px !important;
	}
}

@media (max-width: 480px) {
	.entry-content > table th, .entry-content > table td {
		padding: 10px !important;
	}
}

.entry-content > table thead {
	background: #000;
}

.entry-content > table thead tr {
	background: #000;
}

.entry-content > table thead th {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-content > table .total {
	background: #f1f2f4;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-content > table .total th, .entry-content > table .total td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.entry-content > img {
	max-width: 100%;
	margin-bottom: 25px;
	border-radius: 3px;
}

.entry-content .btn {
	margin-right: 28px;
	margin-bottom: 24px;
}

.entry-content .image-holder {
	max-width: 275px;
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-top: 10px;
}

.entry-content .image-holder img {
	box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, .07);
}

@media (max-width: 767px) {
	.entry-content .image-holder {
		margin: 0 auto 30px;
		float: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.entry-content .image-holder {
		margin: 0 auto 30px;
		float: none;
	}
}
