
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: "Lato", sans-serif;
	font-family: "Playfair Display", serif;
	font-family: "Montserrat", sans-serif;
	font-family: "Open Sans", sans-serif;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 0;
	counter-reset: list-counter;
}

body > * {
	line-height: initial;
	font-size: initial;
}

p, li {
	font-size: 16px;
	line-height: 30px;
	color: #292929;
	/*font-weight: lighter;*/
	font-weight: normal;
	font-family: "Source Sans Pro", sans-serif;
}

a {
	text-decoration: none;
}

b {
	font-weight: bold;
}

ul {
	margin-bottom: 30px;
}

li {
	margin-bottom: 13px;
	padding-left: 30px;
	list-style: none;
}

li::before {
	content: "•";
	font-size: 35px;
	color: #c00;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -22px;
	width: 0;
}

.ip-row li::before {
	font-size: 28px;
	top: -2px;
}

li b {
	color: #c00;
}

h3 {
	font-size: 34px;
	line-height: 42px;
	color: #292929;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

h3.bebas {
	font-size: 30px;
	line-height: 42px;
	color: #191d27;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: "bebas_neuebold";
}

h4 {
	font-size: 24px;
	line-height: 42px;
	color: #292929;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

blockquote {
	padding: 10px 0 25px 28px;
	border-left: 3px solid #c00;
}

blockquote, blockquote p {
	font-size: 34px;
	line-height: 44px;
	color: #191d27;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.ip-row blockquote, .ip-row blockquote p {
	font-size: 32px;
	color: #191d27;
	font-weight: lighter;
	line-height: 42px;
	font-family: "Playfair Display", serif;
	letter-spacing: -1px;
}

.ip-row blockquote {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 28px;
	margin-top: 50px;
}

ul li a, ol li a {
	color: #c00;
}

.ip-row ul li, .ip-row ol li {
	margin-bottom: 0px;
}

.ip-row ul, .ip-row ol {
	margin-left: 20px;
}

ol li {
	list-style: symbols;
	padding-left: 15px;
	margin-left: 25px;
}

ol li::before {
	content: "";
}

p a {
	color: #c00;
}

/* body.loading .site-wrapper {
    height: 0;
    visibility: hidden;
} */
.site-wrapper {
	display: inline-block;
	width: 100%;
}

.container {
	max-width: 1140px;
	margin: 0 auto;
}

.container-fw {
	width: 80%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.cta {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border-radius: 35px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	padding: 0 60px;
	line-height: 66px;
	margin: 20px;
	background: #05c33f;
	/* Old browsers */
	background: -moz-linear-gradient(left, #05c33f 0%, #04c743 36%, #01d350 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #05c33f 0%, #04c743 36%, #01d350 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #05c33f 0%, #04c743 36%, #01d350 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05c33f", endColorstr="#01d350", GradientType=1);
	/* IE6-9 */
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cta:hover {
	background: rgba(2, 232, 36, .9);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cta-v2 {
	color: #fff;
	font-size: 18px;
	line-height: 57px;
	padding: 0 35px;
	border: 2px solid #c00;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 27px;
}

.btn-hv {
	padding: 0 40px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	margin: 20px 0 10px 0;
	line-height: 77px;
	display: inline-block;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	background-position: left center;
	text-transform: uppercase;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #c90000, #bd0000, #ad0000, #ac0000);
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, .75);
	/*background: #c90000;
    background: -moz-linear-gradient(left, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c90000), color-stop(32%,#bd0000), color-stop(69%,#ad0000), color-stop(100%,#ac0000));
    background: -webkit-linear-gradient(left, #c90000 0%,#bd0000 32%,#ad0000 69%,#ac0000 100%);
    background: -o-linear-gradient(left, #c90000 0%,#bd0000 32%,#ad0000 69%,#ac0000 100%);
    background: -ms-linear-gradient(left, #c90000 0%,#bd0000 32%,#ad0000 69%,#ac0000 100%);
    background: linear-gradient(to right, #c90000 0%,#bd0000 32%,#ad0000 69%,#ac0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90000', endColorstr='#ac0000',GradientType=1 );*/
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
}

.btn-hv:hover {
	background-position: right center;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hv:focus {
	outline: none;
}

.grow-ev {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.grow-ev:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.drawline {
	display: block;
	line-height: 0;
}

.drawline::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: #c00;
	height: 4px;
	width: 0;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}

.drawline.draw::before {
	width: 100%;
}

.drawline.right-drawline {
	text-align: right;
}

.drawline.vr {
	position: absolute;
	left: -2px;
	top: 0;
	height: 100%;
	width: 4px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.drawline.vr::before {
	height: 0;
}

.drawline.vr.draw::before {
	height: 100%;
}

.trns-03 {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.gm-tp {
	border-top: 60px solid #f7f8f9;
	border-bottom: 60px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.gm-btm {
	border-top-color: #fff;
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.trns-05 {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.vb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.vb::before {
	content: "";
	width: 2px;
	height: 0;
	background: #fff;
	display: inline-block;
}

.vb::after {
	content: "";
	opacity: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-left: -5px;
}

.vb.draw::before {
	height: 360px;
}

.vb.draw::after {
	opacity: 1;
}

.site-wrapper::before {
	display: none !important;
	content: "";
	width: 100%;
	height: 0;
	max-height: 380px;
	background: rgba(255, 255, 255, .96);
	position: fixed;
	top: 85px;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	z-index: 100;
}

body.menu-hover .site-wrapper::before {
	height: 100%;
	opacity: 1;
	top: 75px;
}

body.win-scroll.menu-hover .site-wrapper::before {
	top: 70px;
}

.h-md {
	font-size: 82px;
	line-height: 81px;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-weight: normal;
	margin-bottom: 40px;
}

.c-b-i {
	color: #c00;
	font-weight: 700;
	font-style: italic;
	display: inline-block;
}

.space {
	margin-top: 80px;
	display: block;
}

.grad-bg {
	background: -moz-linear-gradient(top, rgba(28, 141, 142, 1) 0%, rgba(28, 137, 138, 1) 5%, rgba(28, 139, 141, 1) 6%, rgba(28, 137, 139, 1) 7%, rgba(28, 133, 136, 1) 8%, rgba(28, 131, 134, 1) 9%, rgba(28, 133, 135, 1) 10%, rgba(28, 130, 133, 1) 11%, rgba(28, 130, 133, 1) 12%, rgba(28, 127, 130, 1) 13%, rgba(28, 129, 132, 1) 14%, rgba(28, 125, 129, 1) 15%, rgba(28, 121, 125, 1) 16%, rgba(35, 124, 126, 1) 17%, rgba(27, 121, 125, 1) 18%, rgba(28, 117, 121, 1) 20%, rgba(27, 117, 122, 1) 21%, rgba(27, 116, 121, 1) 22%, rgba(28, 116, 120, 1) 23%, rgba(29, 111, 117, 1) 24%, rgba(29, 110, 116, 1) 26%, rgba(31, 106, 114, 1) 27%, rgba(31, 105, 114, 1) 29%, rgba(33, 101, 112, 1) 30%, rgba(33, 99, 111, 1) 31%, rgba(33, 101, 112, 1) 33%, rgba(33, 99, 110, 1) 34%, rgba(33, 96, 108, 1) 35%, rgba(33, 96, 108, 1) 36%, rgba(33, 93, 106, 1) 37%, rgba(33, 91, 104, 1) 38%, rgba(33, 92, 105, 1) 39%, rgba(33, 88, 101, 1) 40%, rgba(34, 86, 100, 1) 42%, rgba(34, 87, 100, 1) 43%, rgba(34, 86, 100, 1) 44%, rgba(34, 82, 97, 1) 45%, rgba(34, 83, 98, 1) 47%, rgba(35, 79, 95, 1) 48%, rgba(35, 79, 95, 1) 50%, rgba(35, 77, 94, 1) 51%, rgba(36, 74, 91, 1) 52%, rgba(35, 75, 92, 1) 54%, rgba(36, 71, 88, 1) 57%, rgba(36, 70, 88, 1) 59%, rgba(36, 66, 84, 1) 60%, rgba(36, 68, 86, 1) 61%, rgba(37, 65, 84, 1) 62%, rgba(37, 64, 83, 1) 63%, rgba(36, 64, 83, 1) 64%, rgba(37, 60, 80, 1) 65%, rgba(37, 62, 81, 1) 66%, rgba(37, 62, 81, 1) 67%, rgba(37, 59, 79, 1) 68%, rgba(38, 56, 77, .99) 71%, rgba(37, 59, 79, .99) 72%, rgba(37, 55, 76, .99) 73%, rgba(38, 57, 77, .99) 74%, rgba(37, 56, 77, .99) 75%, rgba(38, 54, 75, .99) 76%, rgba(37, 55, 76, .99) 77%, rgba(38, 52, 73, .99) 78%, rgba(37, 54, 75, .99) 79%, rgba(38, 50, 72, .99) 80%, rgba(38, 50, 72, .99) 81%, rgba(38, 52, 74, .99) 82%, rgba(38, 49, 71, .99) 83%, rgba(38, 50, 73, .97) 90%, rgba(38, 50, 73, .96) 92%, rgba(37, 49, 70, .96) 93%, rgba(37, 49, 70, .95) 97%, rgba(37, 49, 70, .94) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(28, 141, 142, 1) 0%, rgba(28, 137, 138, 1) 5%, rgba(28, 139, 141, 1) 6%, rgba(28, 137, 139, 1) 7%, rgba(28, 133, 136, 1) 8%, rgba(28, 131, 134, 1) 9%, rgba(28, 133, 135, 1) 10%, rgba(28, 130, 133, 1) 11%, rgba(28, 130, 133, 1) 12%, rgba(28, 127, 130, 1) 13%, rgba(28, 129, 132, 1) 14%, rgba(28, 125, 129, 1) 15%, rgba(28, 121, 125, 1) 16%, rgba(35, 124, 126, 1) 17%, rgba(27, 121, 125, 1) 18%, rgba(28, 117, 121, 1) 20%, rgba(27, 117, 122, 1) 21%, rgba(27, 116, 121, 1) 22%, rgba(28, 116, 120, 1) 23%, rgba(29, 111, 117, 1) 24%, rgba(29, 110, 116, 1) 26%, rgba(31, 106, 114, 1) 27%, rgba(31, 105, 114, 1) 29%, rgba(33, 101, 112, 1) 30%, rgba(33, 99, 111, 1) 31%, rgba(33, 101, 112, 1) 33%, rgba(33, 99, 110, 1) 34%, rgba(33, 96, 108, 1) 35%, rgba(33, 96, 108, 1) 36%, rgba(33, 93, 106, 1) 37%, rgba(33, 91, 104, 1) 38%, rgba(33, 92, 105, 1) 39%, rgba(33, 88, 101, 1) 40%, rgba(34, 86, 100, 1) 42%, rgba(34, 87, 100, 1) 43%, rgba(34, 86, 100, 1) 44%, rgba(34, 82, 97, 1) 45%, rgba(34, 83, 98, 1) 47%, rgba(35, 79, 95, 1) 48%, rgba(35, 79, 95, 1) 50%, rgba(35, 77, 94, 1) 51%, rgba(36, 74, 91, 1) 52%, rgba(35, 75, 92, 1) 54%, rgba(36, 71, 88, 1) 57%, rgba(36, 70, 88, 1) 59%, rgba(36, 66, 84, 1) 60%, rgba(36, 68, 86, 1) 61%, rgba(37, 65, 84, 1) 62%, rgba(37, 64, 83, 1) 63%, rgba(36, 64, 83, 1) 64%, rgba(37, 60, 80, 1) 65%, rgba(37, 62, 81, 1) 66%, rgba(37, 62, 81, 1) 67%, rgba(37, 59, 79, 1) 68%, rgba(38, 56, 77, .99) 71%, rgba(37, 59, 79, .99) 72%, rgba(37, 55, 76, .99) 73%, rgba(38, 57, 77, .99) 74%, rgba(37, 56, 77, .99) 75%, rgba(38, 54, 75, .99) 76%, rgba(37, 55, 76, .99) 77%, rgba(38, 52, 73, .99) 78%, rgba(37, 54, 75, .99) 79%, rgba(38, 50, 72, .99) 80%, rgba(38, 50, 72, .99) 81%, rgba(38, 52, 74, .99) 82%, rgba(38, 49, 71, .99) 83%, rgba(38, 50, 73, .97) 90%, rgba(38, 50, 73, .96) 92%, rgba(37, 49, 70, .96) 93%, rgba(37, 49, 70, .95) 97%, rgba(37, 49, 70, .94) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(28, 141, 142, 1) 0%, rgba(28, 137, 138, 1) 5%, rgba(28, 139, 141, 1) 6%, rgba(28, 137, 139, 1) 7%, rgba(28, 133, 136, 1) 8%, rgba(28, 131, 134, 1) 9%, rgba(28, 133, 135, 1) 10%, rgba(28, 130, 133, 1) 11%, rgba(28, 130, 133, 1) 12%, rgba(28, 127, 130, 1) 13%, rgba(28, 129, 132, 1) 14%, rgba(28, 125, 129, 1) 15%, rgba(28, 121, 125, 1) 16%, rgba(35, 124, 126, 1) 17%, rgba(27, 121, 125, 1) 18%, rgba(28, 117, 121, 1) 20%, rgba(27, 117, 122, 1) 21%, rgba(27, 116, 121, 1) 22%, rgba(28, 116, 120, 1) 23%, rgba(29, 111, 117, 1) 24%, rgba(29, 110, 116, 1) 26%, rgba(31, 106, 114, 1) 27%, rgba(31, 105, 114, 1) 29%, rgba(33, 101, 112, 1) 30%, rgba(33, 99, 111, 1) 31%, rgba(33, 101, 112, 1) 33%, rgba(33, 99, 110, 1) 34%, rgba(33, 96, 108, 1) 35%, rgba(33, 96, 108, 1) 36%, rgba(33, 93, 106, 1) 37%, rgba(33, 91, 104, 1) 38%, rgba(33, 92, 105, 1) 39%, rgba(33, 88, 101, 1) 40%, rgba(34, 86, 100, 1) 42%, rgba(34, 87, 100, 1) 43%, rgba(34, 86, 100, 1) 44%, rgba(34, 82, 97, 1) 45%, rgba(34, 83, 98, 1) 47%, rgba(35, 79, 95, 1) 48%, rgba(35, 79, 95, 1) 50%, rgba(35, 77, 94, 1) 51%, rgba(36, 74, 91, 1) 52%, rgba(35, 75, 92, 1) 54%, rgba(36, 71, 88, 1) 57%, rgba(36, 70, 88, 1) 59%, rgba(36, 66, 84, 1) 60%, rgba(36, 68, 86, 1) 61%, rgba(37, 65, 84, 1) 62%, rgba(37, 64, 83, 1) 63%, rgba(36, 64, 83, 1) 64%, rgba(37, 60, 80, 1) 65%, rgba(37, 62, 81, 1) 66%, rgba(37, 62, 81, 1) 67%, rgba(37, 59, 79, 1) 68%, rgba(38, 56, 77, .99) 71%, rgba(37, 59, 79, .99) 72%, rgba(37, 55, 76, .99) 73%, rgba(38, 57, 77, .99) 74%, rgba(37, 56, 77, .99) 75%, rgba(38, 54, 75, .99) 76%, rgba(37, 55, 76, .99) 77%, rgba(38, 52, 73, .99) 78%, rgba(37, 54, 75, .99) 79%, rgba(38, 50, 72, .99) 80%, rgba(38, 50, 72, .99) 81%, rgba(38, 52, 74, .99) 82%, rgba(38, 49, 71, .99) 83%, rgba(38, 50, 73, .97) 90%, rgba(38, 50, 73, .96) 92%, rgba(37, 49, 70, .96) 93%, rgba(37, 49, 70, .95) 97%, rgba(37, 49, 70, .94) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c8d8e", endColorstr="#f0253146", GradientType=0);
}

.hr-space-80px {
	padding-top: 80px;
}

.frame {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.frame::before {
	content: "";
	background: url("https://www.calahanlaw.com/wp-content/themes/sc/images/border-line-texture.png") left top repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: -35px;
	top: 40px;
}

.frame-inner {
	background: #f7f7f7;
	position: relative;
	z-index: 2;
}

/* Fixed button */
@keyframes bounceTop {
	0%, 20%, 50%, 80%, 100% {
		top: 10px;
	}
	
	60% {
		top: -10px;
	}
}

.atf-fix-buttons {
	display: none;
	position: fixed;
	width: 470px;
	right: -195px;
	top: 54%;
	z-index: 9999;
	height: 24px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.atf-fix-buttons ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.atf-fix-buttons ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 190px;
}

.atf-fix-buttons ul li:first-child {
	padding-left: 0;
}

.atf-fix-buttons ul li:last-child {
	width: 300px;
}

.atf-fix-buttons ul li:before {
	display: none;
}

.atf-fix-buttons ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	border-radius: 0;
	border-top-right-radius: 42px;
	border-top-left-radius: 42px;
	background: #c90000;
	background: -moz-linear-gradient(left, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c90000), color-stop(32%, #bd0000), color-stop(69%, #ad0000), color-stop(100%, #ac0000));
	background: -webkit-linear-gradient(left, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
	background: -o-linear-gradient(left, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
	background: -ms-linear-gradient(left, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
	background: linear-gradient(to right, #c90000 0%, #bd0000 32%, #ad0000 69%, #ac0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c90000", endColorstr="#ac0000", GradientType=1);
	text-transform: uppercase;
	line-height: 37px;
	font-size: 17px;
	text-align: center;
	color: #fff;
	letter-spacing: 1.5px;
	-webkit-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, .3);
	-moz-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, .3);
	box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, .3);
	padding: 5px 0 20px 0;
	font-weight: 600;
}

.atf-fix-buttons ul li a:not(:hover) {
	-webkit-animation: bounceTop 8s infinite;
	-moz-animation: bounceTop 8s infinite;
	animation: bounceTop 8s infinite;
}

.atf-fix-buttons ul li:last-child a:not(:hover) {
	animation-delay: 2s;
}

.atf-fix-buttons ul li a:hover {
	margin-top: -20px;
}

/* Fixed button */
.header {
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 100;
	line-height: 0;
}

.header .container-fw {
	width: 100%;
	padding-left: 5%;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}

.header .logo, .header .main-menu, .header .header-contact {
	display: inline-block;
	vertical-align: top;
}

.header .logo {
	float: left;
	margin-top: 24px;
	text-align: left;
}

.header .logo::after {
	content: "";
	width: 260%;
	height: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 11%;
	top: 75px;
}

body.win-scroll .header .logo::after {
	display: none;
}

.header .logo-dark {
	display: none;
}

/*body.menu-hover .header { background: #fff; }*/

/*body.menu-hover .header .logo .logo-main { display: none; }
body.menu-hover .header .logo .logo-dark { display: inline-block; }*/
body.menu-hover .header .logo {
	margin-top: 5px;
}

body.menu-hover:not(.win-scroll) .header .logo {
	margin-top: 10px;
}

.header .mobile-logo {
	display: none;
}

body.win-scroll .header .logo {
	margin: 7px 0;
}

.header .logo, .header .logo a img {
	width: 236px;
	height: 75px;
}

body.win-scroll .header .logo-dark {
	display: inline-block;
}

body.win-scroll .header .logo-main {
	display: none;
}

body.menu-hover .header .logo a img, body.win-scroll .header .logo a img, body.win-scroll .header .logo {
	width: 175px;
	height: 56px;
}

.header .header-contact {
	float: right;
	margin-top: 4px;
	padding: 0 3%;
	text-align: right;
}

.header .header-contact span {
	color: #fff;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	font-style: italic;
	font-family: "Playfair Display", serif;
}

.header .header-contact p {
	font-size: 21px;
	line-height: 70px;
	letter-spacing: 4px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-family: "Playfair Display", serif;
}

body.win-scroll .header .header-contact span {
	color: #292929;
}

.header .main-menu {
	margin-top: 32px;
}

.header .main-menu ul {
	margin-bottom: 0;
}

body.win-scroll .header .main-menu {
	margin-top: 0px;
}

.header .main-menu li {
	margin: 0 20px;
	padding-left: 0;
	display: inline-block;
	vertical-align: baseline;
}

.header .main-menu .navbar > li {
	margin: 0;
	padding: 0 15px;
	line-height: 40px;
}

/* body.win-scroll .header .main-menu .navbar > li {
    line-height: 66px;
} */
.header .main-menu .navbar > li:first-child {
	padding-left: 0;
}

.header .main-menu .navbar {
	margin-bottom: 0;
}

.header .main-menu li::before {
	content: none;
}

.header .main-menu .navbar .menu-item-has-children::after {
	content: "";
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 18px;
	position: relative;
	right: 0;
	top: 3px;
	cursor: pointer;
	color: #c00;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header .main-menu .navbar .menu-item-has-children.item-active::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header .main-menu a {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.header .main-menu li.item-active > a, .header .main-menu li a:hover {
	color: #c00 !important;
}

body.win-scroll .header .main-menu ul.navbar > li > a {
	color: #191d27;
}

.header .header-contact a {
	font-size: 38px;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 5px;
	font-family: "bebas_neuebold";
}

body.win-scroll .header .header-contact a {
	color: #c00;
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 20px;
}

body.win-scroll .header .header-contact p {
	color: #292929;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
}

body:not(.home):not(.win-scroll) .header .header-contact a {
	color: #fff;
}

.header .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
	max-width: 1140px;
	right: 0;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.menu-hover .header .sub-menu {
	top: 70px;
}

.header .sub-menu li {
	width: 21%;
	text-align: left;
}

.header .sub-menu li a {
	padding: 25px 15px 15px;
	border-bottom: 1px solid #c8c8c8;
	display: block;
	color: #838383;
	text-transform: capitalize;
}

.header .main-menu li.item-active .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}

body.win-scroll .header {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #292929;
}

body.win-scroll .header::before {
	content: "";
	height: 2px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.header .menu-btn {
	display: none;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: right;
	margin-top: 11px;
}

.header .menu-btn .menu-toggler, .header .menu-btn .menu-toggler::before, .header .menu-btn .menu-toggler::after {
	width: 22px;
	height: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.header .menu-btn .menu-toggler::before, .header .menu-btn .menu-toggler::after {
	content: "";
	position: relative;
}

.header .menu-btn .menu-toggler {
	margin-top: 19px;
}

.header .menu-btn .menu-toggler::before {
	top: -7px;
}

.header .menu-btn .menu-toggler::after {
	top: 5px;
}

@media screen and (min-width: 769px) {
	.header .main-menu .navbar li:hover > .sub-menu {
		display: inline-block;
	}
	
	.header .main-menu li {
		position: relative;
	}
	
	.header .sub-menu {
		max-width: 260px;
		min-width: 260px;
		top: 43px;
		background: #fff;
		padding: 15px 0;
		-webkit-box-shadow: 0px 10px 11px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0px 10px 11px rgba(0, 0, 0, .1);
		-ms-box-shadow: 0px 10px 11px rgba(0, 0, 0, .1);
		-o-box-shadow: 0px 10px 11px rgba(0, 0, 0, .1);
		box-shadow: 0px 10px 11px rgba(0, 0, 0, .1);
	}
	
	.win-scroll .header .sub-menu {
		top: 70px;
	}
	
	.header .sub-menu li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	
	.win-scroll .header .main-menu .navbar > li {
		padding: 14px 15px;
	}
	
	.header .sub-menu li a {
		padding: 10px 0;
		border: none;
		position: relative;
		display: inline-block;
		margin: 0 10px;
	}
	
	.header .sub-menu li > a::after {
		content: "";
		width: 0;
		height: 1px;
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 7px;
		background: #c00;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	
	.header .sub-menu li a:hover::after {
		width: 100%;
	}
	
	.header .navbar > li:hover > a {
		color: #c00 !important;
	}
	
	.header .sub-menu .sub-menu {
		left: 100%;
		top: 0;
	}
	
	.header .main-menu .navbar .sub-menu .menu-item-has-children::after {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}

/*======== Sticky Nav start ========*/
.sm-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.sm-nav .sticky-nav {
	background: #fff;
	border-top: 1px solid #d2d2d2;
}

.sm-nav .sticky-nav > ul {
	padding: 0;
	margin: 0;
}

.sm-nav .sticky-nav > ul li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sm-nav .sticky-nav > ul li::before {
	content: "";
}

.sm-nav .sticky-nav > ul li:first-child {
	border-left: none;
}

.sm-nav .sticky-nav > ul li a {
	line-height: 50px;
	color: #292929;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.sm-nav-wrapper {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 80;
}

/*======== Sticky Nav start ========*/
.atf-outer {
	padding-bottom: 160px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.atf-outer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.atf {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.atf .atf-inner {
	position: absolute;
	bottom: 24px;
	width: 100%;
	text-align: center;
}

.atf .play-btn {
	margin-bottom: 12px;
	width: 140px;
	display: inline-block;
}

.atf .title, .atf .title-bold span, .atf .sub-title {
	font-size: 64px;
	line-height: 62px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	margin-bottom: 3px;
	font-family: "Playfair Display", serif;
	display: block;
}

.atf .title-bold {
	font-size: 127px;
	line-height: 60px;
	color: #cdcdcd;
	padding-left: 20px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
	font-family: "bebas_neuebold";
	display: block;
}

.atf .title-bold span {
	display: inline-block;
	position: relative;
	top: -25px;
}

.atf .title {
	margin-bottom: 20px;
}

.atf .sub-title {
	text-align: right;
	position: relative;
	top: -45px;
}

.atf .sub-title h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	display: block;
	letter-spacing: 3.5px;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.atf .sub-title h1::before {
	height: 0;
	margin: 0;
}

.atf .atf-title {
	max-width: 985px;
	margin: 0 auto;
	max-height: 230px;
}

.atf .cta {
	margin-bottom: 10px;
	padding: 0 40px;
}

.atf .atf-caption {
	max-width: 1000px;
	margin: 0 auto 0px auto;
	line-height: 0;
}

.atf .cta-after {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 30px;
}

.atf .atf-cta {
	display: inline-block;
	vertical-align: top;
}

.atf .atf-cta .btn-hv {
	margin-top: 30px;
}

.atf .atf-cta p {
	font-size: 18px;
	line-height: 20px;
	color: #f2f2f2;
	font-weight: lighter;
}

.atf-btm {
	max-width: 1100px;
	margin: 0 auto;
}

.atf-btm .swiper-slide {
	background: transparent;
}

.atf-btm .slide-blurb {
	text-align: left;
}

.atf-btm h4 {
	display: block;
	max-width: 340px;
	font-size: 44px;
	line-height: 52px;
	color: #fff;
	font-family: "Playfair Display", serif;
}

.atf-btm h4 span {
	font-size: 54px;
}

.atf-btm p {
	font-size: 22px;
	line-height: 43px;
	color: #fff;
	font-weight: lighter;
	font-family: "Source Sans Pro", sans-serif;
}

.atf-btm .swiper-pagination {
	text-align: right;
	margin-top: 20px;
}

.video-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	z-index: 200;
	background: rgba(0, 0, 0, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

body.video-play {
	overflow: hidden;
}

body.video-play .header {
	z-index: 0;
}

body.video-play .video-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

body.video-play .atf .play-btn {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

body.video-play .atf-outer {
	z-index: 100;
	position: relative;
}

.video-wrapper .video {
	height: 100%;
	margin: 0 auto;
	max-width: 80%;
}

.video-wrapper .video video {
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

.video-wrapper .play-btn-close {
	position: absolute;
	right: 1%;
	top: 5%;
	max-width: 50px;
	height: 40px;
	z-index: 100;
}

.video-wrapper .play-btn-close::before, .play-btn-close::after {
	content: "";
	position: relative;
	width: 40px;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.video-wrapper .play-btn-close::before {
	top: 4px;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.video-wrapper .play-btn-close::after {
	top: -15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bouncer {
	width: 1px;
	height: 50px;
	background: #c00;
	display: inline-block;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	text-align: center;
	margin: 0;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bouncer-hr {
	-webkit-animation: bouncehr 2s infinite;
	animation: bouncehr 2s infinite;
}

@-webkit-keyframes bouncehr {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	40% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}

@keyframes bouncehr {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	40% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}

/* slider css start */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-new-container {
	width: 100%;
	height: 100%;
}

.swiper-new-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* slider css End */
.title-hp {
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
	text-align: left;
}

.title-hp h2 {
	display: inline-block;
	font-size: 102px;
	line-height: 112px;
	color: #c00;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.title-hp h2 span {
	font-size: 68px;
	line-height: 75px;
}

.title-hp .title-dark {
	font-size: 46px;
	line-height: 58px;
	color: #191d27;
	font-weight: normal;
	letter-spacing: 20px;
	text-transform: uppercase;
	text-align: left;
	font-family: "Playfair Display", serif;
}

.title-hp .title-light {
	font-size: 182px;
	line-height: 210px;
	color: #c00;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	font-family: "bebas_neuebold";
	letter-spacing: 13px;
}

.title-hp .and {
	font-size: 105px;
	line-height: 100px;
	color: #c00;
	font-weight: bold;
	display: inline-block;
	font-family: "Playfair Display", serif;
}

.l-space {
	font-size: 18px;
	line-height: 60px;
	color: #5a5a5a;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.h-dark-md {
	font-size: 64px;
	line-height: 74px;
	color: #191d27;
	text-align: left;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.h-dark-space {
	font-size: 23px;
	line-height: 40px;
	letter-spacing: 10px;
	color: #191d27;
	text-align: left;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.h-bold {
	font-size: 250px;
	line-height: 200px;
	color: #c00;
	letter-spacing: -4px;
	font-family: "bebas_neuebold";
	font-weight: bold;
}

.bold-min {
	font-size: 110px;
	line-height: 81px;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-weight: normal;
}

.bold-min span {
	display: inline-block;
	font-size: 54px;
	width: 100%;
	line-height: 61px;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-weight: normal;
}

.h-tag {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: "Playfair Display", serif;
}

.h-tag span {
	color: #c00;
}

.title-bar {
	text-align: left;
}

.title-bar .h-tag {
	color: #c00;
	text-align: left;
}

.p-tag, .p-tag p {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: -.3px;
	font-family: "Playfair Display", serif;
}

.h-sm-dark {
	font-size: 28px;
	line-height: 34px;
	color: #191d27;
	margin-bottom: 30px;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.title-tag {
	max-width: 590px;
	border-left: 4px solid #c00;
	padding: 80px 45px;
	text-align: left;
}

.title-tag .h-tag {
	font-size: 64px;
	line-height: 74px;
	color: #191d27;
	text-align: left;
}

.title-tag b {
	color: #c00;
	display: block;
	font-size: 92px;
}

.title-tag b.uc {
	text-transform: uppercase;
	font-family: "bebas_neuebold";
	font-size: 132px;
	line-height: 107px;
}

.title-tag span {
	font-size: 92px;
}

.h-lit {
	font-size: 76px;
	line-height: 78px;
	color: #fff;
	max-width: 480px;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.h-lit span {
	font-size: 132px;
	line-height: 110px;
	color: #cdcdcd;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: -3px;
	width: 100%;
	font-family: "bebas_neuebold";
}

.h-lit b {
	color: #c00;
}

.before-crv {
	height: 380px;
	position: absolute;
	width: 100%;
	top: -200px;
	z-index: 5;
	background: #fff;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

.p-light {
	color: #c00;
}

.p-dark {
	color: #191d27;
}

.btf-inner {
	position: relative;
	z-index: 6;
}

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	background: rgba(173, 173, 173, .35);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #c00;
}

.btf {
	padding: 100px 0;
	background: #fff;
	position: relative;
}

.btf h4 {
	font-size: 46px;
	line-height: 52px;
	color: #191d27;
	font-family: "Playfair Display", serif;
	font-weight: normal;
}

.hw-bg {
	background: #f6f6f6;
}

.works {
	padding-bottom: 400px;
}

.works .title-dark {
	margin-left: -75px;
}

.works .title-dark {
	font-size: 62px;
	letter-spacing: 30px;
}

.works .work-list li {
	padding: 0;
	margin: 0;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	text-align: center;
	position: relative;
}

.works .work-list li::before {
	counter-increment: list-counter;
	content: counter(list-counter);
	font-size: 328px;
	line-height: 233px;
	color: #f7f7f7;
	font-family: "bebas_neuebold";
	position: absolute;
	z-index: 1;
	left: 18%;
	top: 0;
}

.works .work-list .work-item {
	position: relative;
	z-index: 2;
}

.works .work-list .work-item > img {
	max-width: 89px;
	max-height: 90px;
}

.works .work-list h4 {
	text-transform: uppercase;
	letter-spacing: 7px;
	margin: 15px 0;
}

.works .work-list p {
	max-width: 345px;
	margin: 0 auto;
}

.dark-bg {
	background-color: #1c1f27;
}

.solving {
	padding-bottom: 250px;
}

.solving.crv-a::after {
	content: none;
	display: none;
}

.solving .title-hp h2 {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	text-align: left;
}

.solving .title-dark {
	text-align: right;
}

.solving h5 {
	margin-bottom: 50px;
	text-align: center;
}

.solving .solving-col-img {
	max-width: 578px;
	margin: 0 auto;
}

.solving .blurb-col-left .blrb-img-col {
	text-align: right;
}

.solving .sloving-wrap {
	margin-top: -250px;
	position: relative;
}

.tax-row {
	text-align: center;
	padding: 40px 0 0 0;
	z-index: 15;
}

.tax-row .container {
	position: relative;
	z-index: 10;
}

.tax-row .swiper-slide {
	background: transparent;
	text-align: center;
}

.tax-row h3 {
	display: block;
	color: #fff;
	margin-bottom: 15px;
}

.tax-row p {
	display: block;
	color: #fff;
}

.tax-row .swiper-slide {
	-webkit-display: block;
	-moz-display: block;
	-ms-display: block;
	-o-display: block;
	display: block;
}

.tax-row .swiper-pagination {
	display: none;
}

.tax-row .cta {
	margin-top: 55px;
	margin-bottom: -40px;
	z-index: 15;
}

.trust {
	padding-top: 180px;
	padding-bottom: 0;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 10;
}

.trust.crv-c::after {
	height: 40%;
	bottom: -40%;
}

.trust .trust-wrapper {
	position: relative;
	bottom: -120px;
	z-index: 15;
}

.trust .title-hp {
	text-align: left;
}

.trust .title-light {
	padding-left: 80px;
}

.trust .blurb-col .blurb-col-left {
	width: 55%;
}

.trust .blurb-col .blurb-col-right {
	width: 45%;
}

.trust .blurb-col .txt-blurb-left {
	max-width: 650px;
}

.trust .blurb-col .blrb-img-col {
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 20;
	margin-bottom: -17%;
	opacity: 1 !important;
}

.trust .blurb-col .animate-img.move {
	margin-bottom: -19%;
}

@media screen and (max-width: 1600px) {
	.trust .blurb-col .animate-img {
		margin-bottom: 0% !important;
		top: auto;
		bottom: -80px;
	}
	
	.trust .blurb-col .animate-img.move {
		bottom: -61px;
	}
	
	.trust.crv-c::after {
		height: 340px;
		bottom: -340px;
	}
}

.blurb-col {
	font-size: 0;
}

.blurb-col > * {
	font-size: initial;
}

.blurb-col .blurb-col-left, .blurb-col .blurb-col-right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.blurb-col .txt-blurb-left, .blurb-col .txt-blurb-right {
	max-width: 530px;
	margin-right: 45px;
}

.blurb-col .txt-blurb-left {
	float: right;
}

.blurb-col .txt-blurb-right {
	float: left;
}

.blurb-col .blrb-img-col {
	max-width: 620px;
	max-width: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.blurb-col .blurb-img-txt {
	position: absolute;
	bottom: 0;
	left: 88px;
	bottom: 75px;
	border-left: 3px solid #c00;
	padding-left: 23px;
}

.blurb-col .blurb-img-txt p {
	margin: 0;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.blurb-col .blrb-img-col img {
	width: 100%;
}

.blurb-col .blurb-col-left .blrb-img-col {
	float: right;
	margin-right: 55px;
}

.blurb-col .blrb-img-col.w-bg .blurb-img-txt {
	background: #f9f9f9;
	left: 0;
	border: none;
	padding: 22px 0 22px 0;
	width: 100%;
	bottom: 210px;
}

.blurb-col .blrb-img-col.w-bg p {
	color: #292929;
	margin-left: 88px;
	border-left: 3px solid #c00;
	padding-left: 23px;
	max-width: 400px;
}

.blurb-col h3 {
	margin: 10px 0 40px 0;
}

.blurb-col p {
	margin-bottom: 35px;
}

.blurb-col blockquote p {
	margin-bottom: 0;
}

.blurb-col .gr-img {
	height: 800px;
	width: 100%;
}

.blurb-col .gr-img.frame::before {
	left: 20px;
	top: 30px;
	z-index: 0;
}

.blurb-col .gr-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	top: 60px;
	left: 50px;
}

.blurb-col .gr-img-2 .gr-bg {
	background-position: center 15%;
}

.blurb-col .gr-img-2.frame::before {
	left: auto;
	right: -30px;
	top: 40px;
}

.blurb-col .gr-img-2 .gr-bg {
	top: -40px;
	left: -50px;
}

.practice-area {
	padding: 0;
	margin-top: 170px;
}

body.video-play .practice-area {
	z-index: 10000;
}

.practice-area .title-hp {
	text-align: center;
	margin-bottom: 85px;
}

.practice-area .practice-col {
	position: relative;
}

.practice-area ul li {
	margin-bottom: 0;
}

.practice-area ul li::before {
	content: none;
}

.practice-area .practice-icon {
	max-width: 75px;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.practice-area .practice-icon img {
	max-width: 75px;
}

.practice-area .pracitce-blurb {
	display: inline-block;
	width: 78%;
	vertical-align: top;
	padding-left: 25px;
}

.practice-area .pracitce-blurb p {
	padding-right: 10px;
}

.practice-area .pracitce-blurb h5 {
	margin-bottom: 0px;
	font-size: 28px;
	line-height: 52px;
	color: #191d27;
	font-family: "Playfair Display", serif;
}

.practice-area .practice-hover {
	display: none;
}

.practice-area ul li:hover .practice-img {
	display: none;
}

.practice-area ul li:hover .practice-hover {
	display: inline-block;
}

.practice-area .blurb-col .txt-blurb-right {
	max-width: 580px;
}

.practice-area .blurb-col .txt-blurb-left, .practice-area .blurb-col .txt-blurb-right {
	margin-right: 80px;
}

.practice-area .play-icon {
	width: 165px;
	height: 164px;
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/playbutton-inner.png") center center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.practice-area .play-inner {
	width: 100%;
	height: 100%;
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/playbutton-outer-2.png") center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	transition-property: transform;
	transition-duration: 1s;
	transition: all 800ms ease-in-out;
}

.practice-area .play-inner.nitro-lazy {
	background: none !important;
}

.practice-area .blrb-img-col:hover .play-inner {
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.practice-area .blurb-col-left .blrb-img-col {
	margin-bottom: -100px;
	z-index: 10;
}

.practice-area .title-hp h2 {
	text-align: right;
}

.practice-area .sm-practice {
	display: none;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.practice-area .play-icon img {
	width: 100%;
}

.why-choose {
	padding: 350px 0 300px 0;
	background: center center;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/calahanlaw.com/wp-content/uploads/2019/07/btf-4-bg-v2.webp");
}

.why-choose.nitro-lazy {
	background-image: none !important;
}

.why-choose .bold-min {
	text-align: right;
	line-height: 50px;
	margin-top: -35px;
	letter-spacing: -4px;
}

.why-choose .title-hp {
	text-align: center;
}

.why-choose .title-hp h2 {
	max-width: 1112px;
}

.why-choose .title-hp h2 span {
	letter-spacing: -6px;
}

.why-choose .swiper-slide {
	background: transparent;
}

.why-choose .why-choose-img {
	max-width: 300px;
	min-width: 300px;
}

.why-choose .swiper-wrapper {
	align-items: center;
}

.why-choose .why-choose-swiper {
	margin-top: 100px;
}

.why-choose .swiper-pagination {
	margin-top: 60px;
}

.why-choose .tag-sec {
	max-width: 850px;
	margin: 0 auto;
}

.ca-row {
	margin-top: -180px;
	background: left top;
	background-size: auto;
	background-repeat: repeat;
	z-index: 10;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
	background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/calahanlaw.com/wp-content/uploads/2019/02/btf-5-bg.webp");
}

.ca-row.nitro-lazy {
	background-image: none !important;
}

.ca-inner {
	padding: 150px 0 200px 0;
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
}

.ca-row .title-hp {
	text-align: center;
}

.ca-row .title-hp h2 {
	max-width: 960px;
	margin: 0 auto;
}

.ca-row .h-bold {
	letter-spacing: -10px;
}

.ca-row .h-dark-md {
	text-align: right;
	padding-right: 40px;
	line-height: 50px;
}

.ca-row .h-tag {
	max-width: 530px;
}

.ca-row .drawline {
	margin: 20px 0 40px 0;
}

.ca-row .blurb-col .txt-blurb-left {
	padding-top: 50px;
}

.ca-row .blurb-col .txt-blurb-right {
	padding-left: 30px;
}

.ca-row .title-bar {
	overflow: hidden;
}

.txt-row-1 {
	margin-top: -150px;
	z-index: 4;
}

.txt-row-1.crv-a::after {}

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

hr.sm {
	max-width: 275px;
	display: inline-block;
	border: none;
	background: #c00;
	border: none;
	width: 100%;
	height: 2px;
	vertical-align: middle;
	margin-right: 9px;
}

.sm-swipe-txt {
	display: none;
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	font-style: italic;
}

.txt-col {
	padding: 50px 0 0 0;
}

.btf.txt-col h4 {
	margin-bottom: 30px;
}

.help {
	min-height: 3500px;
	background-color: #fff8e2;
	padding-bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 150px 0 0 0;
}

.help .title-small {
	position: relative;
	left: 230px;
	top: 50px;
}

.help h4 {
	text-align: center;
	margin-bottom: 50px;
}

.help .blurb-col {
	position: relative;
	z-index: 30;
}

.help .title-hp .title-light {
	padding-left: 115px;
}

.help h5 {
	text-align: left;
}

.help.crv-a-w::after {
	content: none;
}

.help-2 {
	padding: 0 0 300px 0;
}

.help-2 .title-hp .title-light {
	padding-left: 50px;
}

.hw-crv-l {
	background: #f9f9f9;
}

.sm-col-img {
	display: none;
}

.txt-row {
	padding: 0px 0 20px 0;
	margin-top: 0px;
	z-index: 6;
}

.txt-row .title-hp .title-light {
	font-size: 140px;
	line-height: 150px;
}

.txt-row h5 {
	text-align: center;
	margin-bottom: 45px;
}

.txt-row .blurb-col .txt-blurb-left, .txt-row .blurb-col .txt-blurb-right {
	max-width: 520px;
	margin-right: 80px;
}

.txt-row .blurb-col .txt-blurb-left {
	margin-right: 50px;
}

.txt-row .blurb-col .txt-blurb-right {
	margin-left: 50px;
}

.txt-row .title-small {
	position: relative;
	top: 47px;
	left: 328px;
	max-width: 500px;
}

.txt-row .txt-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	min-height: 1570px;
	width: 100%;
	height: 76%;
}

.txt-row .txt-inner {
	position: relative;
	z-index: 10;
	padding-top: 52%;
}

.txt-row.crv-a::before {
	content: none;
}

.txt-row.crv-a::after {
	height: 260px;
	bottom: -259px;
}

.exp-row {
	padding: 360px 0 0px 0;
	margin: -180px 0 0 0;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.exp-row::after {
	content: "";
}

.exp-row .exp-logo {
	max-width: 520px;
	margin-bottom: 40px;
}

.exp-row .txt-blurb-left {
	text-align: right;
	margin: 0;
	padding: 0 35px 0px 0;
}

.exp-row .txt-blurb-right {
	text-align: left;
	margin: 0;
	padding: 0 0 360px 35px;
	padding-top: 20px;
	max-width: 480px;
	position: relative;
}

.exp-row .txt-blurb-right p {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.pi-row {
	margin-top: -180px;
	padding: 150px 0 150px 0;
	z-index: 10;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

.pi-row .pi-inner {
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
}

.pi-row .title-hp h2 {
	width: 100%;
}

.pi-row .h-dark-md {
	text-align: right;
	line-height: 50px;
}

.pi-row .txt-blurb-right {
	margin-top: 65px;
	padding-left: 35px;
}

.pi-row .title-hp {
	margin-bottom: 130px;
}

.resident-row {
	position: relative;
	padding-bottom: 450px;
	z-index: 5;
	margin-top: -180px;
}

.resident-row .resident-slide {
	width: 100%;
	min-height: 500px;
	display: flex;
	align-items: end;
	align-items: flex-end;
}

.resident-row .r-row-inner {
	text-align: center;
}

.resident-row .slide-inn {
	display: inline-block;
}

.resident-row .slide-inn, .resident-row .swiper-container::before {
	max-width: 1214px;
	width: 100%;
	height: 990px;
}

.resident-row .resident-blurb {
	background: rgba(25, 29, 39, .95);
	max-width: 1214px;
	min-height: 1100px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.resident-row .bg-slide, .resident-row .background-slide {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.resident-row .background-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.resident-row .swiper-slide {
	background: transparent;
}

.resident-row .slide-in-left {
	text-align: right;
}

.resident-row .slide-in-left, .resident-row .slide-in-right {
	width: 49.8%;
	display: inline-block;
	vertical-align: bottom;
}

.resident-row .r-blurb-in {
	min-height: 900px;
	position: relative;
}

.resident-row .swiper-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.resident-row .swiper-outer::after, .resident-row .bg-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.resident-row .slide-in-right, .resident-row .slide-in-right .h-tag {
	text-align: left;
}

.resident-row .h-lit {
	display: inline-block;
	padding-right: 35px;
}

.resident-row h1:not(.site-title):before, .resident-row .h-lit:before {
	content: none;
}

.resident-row .h-tag {
	max-width: 540px;
	padding-left: 35px;
	margin-bottom: 0;
}

.resident-row .drawline {
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.resident-row .swiper-pagination {
	top: 115px;
}

.attorney-row {
	z-index: 20;
	margin-top: -180px;
	padding: 50px 0 100px 0;
	transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 5deg);
}

.attorney-row .attorney-cta {
	display: none;
}

.attorney-row .attorney-inner {
	transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -5deg);
}

.attorney-row .title-col .blurb-col-left {
	width: 40%;
}

.attorney-row .title-col .title-hp {
	text-align: right;
	margin-bottom: 35px;
}

.attorney-row .title-col h2::before, .attorney-row .attorney-blurb h2::before {
	content: none;
}

.attorney-row .title-col .title-hp h2 {
	max-width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

.attorney-row .title-col .h-dark-md {
	line-height: 60px;
}

.attorney-row .title-col .title-bar .h-tag {
	font-size: 86px;
	line-height: 50px;
}

.attorney-row .drawline {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.attorney-row .attorney-blurb {
	min-height: 750px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

.attorney-row .attorney-blurb .attorney-in-left {
	width: 50%;
	position: relative;
	z-index: 10;
	padding: 70px 0 0 50px;
}

.attorney-row .attorney-blurb .attorney-in-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

.attorney-row .attorney-blurb .attorney-in-right img {
	width: 100%;
	border-radius: 50%;
}

.attorney-row .attorney-blurb .h-bold {
	font-size: 150px;
	line-height: 150px;
}

.attorney-row .attorney-blurb .h-dark-md {
	text-align: right;
	padding-right: 90px;
}

.attorney-row .attorney-blurb .title-hp {
	margin-bottom: 15px;
}

.attorney-row .attorney-detail {
	text-align: left;
	max-width: 400px;
}

.attorney-row .swiper-pagination {
	margin-top: 10px;
}

.form-row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 190px 0 300px 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 10;
	margin-top: -173px;
	transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 5deg);
}

.form-row-outer {
	background-attachment: fixed;
}

.form-inner {
	transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -5deg);
}

body.contact .form-inner {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

body.contact .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
	background: transparent;
	box-shadow: none;
}

.form-inner .border {
	display: none !important;
}

.form-row .title-hp .title-small {
	font-size: 68px;
	line-height: 75px;
	color: #fff;
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-family: "Playfair Display", serif;
	text-transform: initial;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.form-row .form-sub-title {
	font-size: 18px;
	line-height: 60px;
	color: #cdcdcd;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.form-row .title-hp {
	margin-bottom: 0;
	text-align: center;
}

.form-row .title-hp .main-span {
	font-size: 200px;
	line-height: 150px;
	text-transform: uppercase;
	color: #c1c3c8;
	margin: 0 auto;
	font-family: "bebas_neuebold";
	letter-spacing: -7px;
	display: inline-block;
}

.form-row .title-hp h2 {
	font-size: 200px;
	line-height: 150px;
	text-transform: uppercase;
	color: #c1c3c8;
	margin: 0 auto;
	font-family: "bebas_neuebold";
	letter-spacing: -7px;
}

.form-row .title-hp b {
	color: #c00;
}

.form-row .title-hp .title-dark-2 {
	text-align: center;
}

.form-row .title-hp .title-light {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 60px;
	line-height: 150px;
}

.form-row .title-hp .title-dark {
	color: #fff;
	font-size: 36px;
	line-height: 58px;
}

.form-row .title-hp .sub-span {
	color: #fff;
	font-size: 23px;
	line-height: 45px;
	display: inline-block;
	margin-top: 0px;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}

.form-row .formcraft-css .fc-form .form-page-content {
	box-shadow: none !important;
	padding: 0 !important;
}

.form-row .formcraft-css.align-left .fc-form {
	width: 100% !important;
	max-width: 1124px;
	margin: 0 auto;
	background: transparent !important;
	box-shadow: none !important;
}

body.contact .form-row .formcraft-css.align-left .fc-form {
	max-width: 840px;
}

.form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover select, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover, .form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
	color: #fff !important;
	border: none !important;
	border-color: none !important;
	border: 1px solid #828282 !important;
	border-bottom: 2px solid #fff !important;
	padding: 15px 22px !important;
	line-height: 31px;
	margin: 0;
}

.form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="text"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="email"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="password"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="tel"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus textarea, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus select, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus .time-fields-cover {
	border-color: #c00 !important;
}

.form-row .formcraft-css .fc-form .form-element .textarea-cover {
	line-height: 0;
}

html .formcraft-css .fc-form.label-floating .field-cover::before {
	content: "";
	background: #000;
	background-color: #000;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4) !important;
	height: 100%;
	position: absolute;
	z-index: 1;
}

body.contact .formcraft-css .fc-form.label-floating .field-cover::before {
	background: transparent;
	background-color: transparent !important;
}

html .formcraft-css .fc-form.label-floating .field-cover.submit-cover::before {
	content: none;
}

body.form-open .formcraft-css .fc-form.label-floating .field-cover::before {
	content: none;
}

.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown .field-cover > div {
	text-align: center;
}

.form-row .formcraft-css .fc-form .form-element {
	margin-bottom: 25px;
	margin-top: 5px;
}

.form-row .formcraft-css .fc-form.label-floating .field-cover > span {
	font-size: 16px;
	line-height: 28px;
	color: #fff !important;
	top: 10px;
	left: 22px;
}

.form-row .formcraft-css .fc-form .form-element.is-required-true .field-cover > span > span:first-child > span::after {
	color: #c00;
}

.form-row .formcraft-css .fc-form .form-element .form-element-html {
	padding: 0 !important;
	margin: 0 13px;
}

.form-row .formcraft-css .fc-form .form-element:nth-child(1), .form-row .formcraft-css .fc-form .form-element:nth-child(2), .form-row .formcraft-css .fc-form .form-element:nth-child(3) {
	width: 32.9% !important;
}

.form-row .formcraft-css .fc-form .form-element:nth-child(3) .form-element-html {
	margin-right: 0;
}

.form-row .formcraft-css .fc-form.label-floating .field-cover div [class^="icon-"], .form-row .powered-by {
	display: none !important;
}

.form-row .form-main {
	margin-top: 100px;
}

.form-row .formcraft-css .fc-form .form-element .stripe-amount-show, .form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text, .form-row .formcraft-css .fc-form .form-element .field-cover .button {
	text-shadow: none !important;
	background-color: transparent !important;
}

.form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text b {
	font-weight: 700;
}

.form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button > span {
	width: 100%;
	box-sizing: border-box;
}

.form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text {
	/*background: #05c33f !important;*/
	padding: 0 75px;
	background-image: linear-gradient(to right, #c90000, #bd0000, #ad0000, #ac0000) !important;
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, .75);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
}

body.form-open .form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text::before, body.contact .form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text::before {
	content: "REVIEW MY CASE";
	content: none;
	width: 100%;
	display: inline-block;
	vertical-align: sub;
}

body.form-open .form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text b, body.contact .form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text b {}

.form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
	max-width: 320px;
	text-align: right;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.form-open .form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
	margin-top: 60px;
}

/*.form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button:hover { background: rgba(2,232,36,0.9); box-shadow: 0 10px 10px -10px rgba(0,0,0,.5); -webkit-transform: scale(1.1); transform: scale(1.1); }*/
.form-row .form-after {
	color: #a7a7a7;
	font-size: 16px;
}

.form-row .form-after span {
	font-size: 16px;
	color: #c00;
}

.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element .field-cover select {
	width: 95%;
	border: none !important;
	margin: 0 auto;
}

.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
	width: 47.3% !important;
	padding: 0 !important;
	margin-left: 14px;
}

body.page-contact .form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown, body.form-open .form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
	border-color: #f2f2f2 !important;
	border-bottom-color: #d7d7d7 !important;
}

.form-row .formcraft-css .fc-form .form-element.form-element-type-dropdown .form-element-html {
	margin: 0;
}

.form-row .formcraft-css .fc-form .form-element.form-element-type-submit {
	margin-top: 30px;
	margin-bottom: 0;
}

body.form-open .form-row .formcraft-css .fc-form .form-element.form-element-type-submit {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.form-row .form-main .field-reg {
	display: inline-block;
	font-size: 17px;
	color: #a7a7a7;
	padding-right: 23px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-family: "Montserrat", sans-serif;
}

.form-row .form-main .field-reg span {
	color: #c00;
}

body.contact .form-row .formcraft-css .fc-form .form-element.form-element-type-submit::before {
	font-size: 0;
}

body.form-open .form-row .form-main .field-reg {
	text-align: center;
}

.form-row .formcraft-css .fc-form .form-element .submit-cover.align-center {
	text-align: right;
}

body.form-open .form-row .formcraft-css .fc-form .form-element .submit-cover.align-center {
	text-align: center;
}

.form-row .formcraft-css .fc-form .form-element.form-element-type-textarea {
	margin-bottom: 0;
}

.form-row .tel-cta {
	display: none;
	font-size: 26px;
	line-height: 19px;
	color: #fff;
	margin-top: 0px;
}

.form-row .tel-cta b {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.location-row {
	text-align: center;
	margin-top: 0px;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}

.location-row .loc-canvas {
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.location-row .title-hp h2 {
	text-align: left;
	max-width: 100%;
	width: 100%;
}

.location-row .address-line-1 {
	font-size: 49px;
	line-height: 60px;
	color: #5a5a5a;
	font-weight: normal;
	font-family: "Playfair Display", serif;
	margin-bottom: 0;
}

.location-row .address-line-2 {
	font-size: 24px;
	line-height: 60px;
	color: #5a5a5a;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.location-row .gmb-link {
	position: absolute;
	width: 158px;
	height: 223px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 14.5%;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-row .title-hp .title-light {
	padding-left: 80px;
}

.footer {
	line-height: 0;
}

.footer > * {
	line-height: initial;
}

.main-footer, .main-footer .bf-crv {
	background: #f7f8f9;
}

.main-footer .bf-crv {
	height: 340px;
}

.main-footer {
	position: relative;
	padding-bottom: 80px;
	text-align: center;
	display: inline-block;
	width: 100%;
	min-height: 205px;
	z-index: 5;
	margin-top: -180px;
	padding-top: 180px;
}

.main-footer .drawline {
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.main-footer .btf-inner {
	margin-top: -50px;
}

.main-footer .container-fw {
	width: 90%;
}

.main-footer p {
	font-size: 12px;
	line-height: 36px;
	color: #1c1f27;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	font-family: "Open Sans", sans-serif;
}

.main-footer .footer-col-left {
	padding-top: 195px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
}

.main-footer .social-list {
	padding: 0;
	margin: 30px 0 5px 0;
	text-align: left;
}

.practice-area .play-icon.nitro-lazy {
	background: none !important;
}

.main-footer .social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	padding-left: 0;
}

.main-footer .social-list li img {
	max-width: 29px;
	max-height: 21px;
	width: 100%;
	height: 100px;
}

.main-footer .footer-list {
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.main-footer .footer-list ul {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 150px 0 0 0;
	width: 120px;
}

.main-footer .footer-list li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 0;
}

.main-footer .footer-list li a {
	font-size: 14px;
	line-height: 28px;
	color: #262931;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

.main-footer .footer-list li a:hover {
	color: #c00;
}

.main-footer .footer-list .list-left {
	text-align: right;
	padding-right: 23px;
}

.main-footer .footer-list .list-right {
	text-align: left;
	padding-left: 23px;
}

.main-footer .footer-right {
	float: right;
	width: 215px;
	padding-top: 170px;
}

.main-footer .footer-phone {}

.main-footer .footer-phone .text-para {
	display: inline-block;
	width: 100%;
	color: #1c1f27;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.main-footer .footer-phone .phone {
	display: inline-block;
	width: 100%;
	color: #1c1f27;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	font-family: "Open Sans", sans-serif;
}

.main-footer .footer-phone .phone a {
	color: #1c1f27;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
}

.main-footer .powerd-by {
	position: relative;
	z-index: 10;
	text-align: left;
	margin-top: 20px;
}

.main-footer .powerd-by a > img {
	width: 215px;
	max-width: 215px;
}

.main-footer li::before {
	content: none;
}

.main-footer .footer-logo img {
	max-width: 141px;
}

body.contact .main-footer {
	padding-top: 0;
	margin-top: 0;
}

body.contact .main-footer .btf-inner {
	margin-top: 0px;
	top: 0;
}

body.contact .main-footer::before {
	content: none;
	width: 100%;
	height: 380px;
	display: inline-block;
	background: #f7f8f9;
	position: absolute;
	top: -180px;
	left: 0;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

body.contact .ip-row {
	padding-top: 70px;
	padding-bottom: 0;
}

.footer-location, .footer-location .bf-crv {
	background: #191d27;
}

.footer-location .location-blurb-inner {
	display: inline-block;
	text-align: center;
}

.footer-location {
	z-index: 10;
	padding-bottom: 50px;
	margin-top: -170px;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

body.contact .footer-location {
	display: none;
}

.footer-location .btf-inner {
	margin-top: -140px;
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
}

.footer-location .container-fw {
	width: 100%;
}

.footer-location .location-blurb {
	width: 50%;
	float: right;
	padding-top: 150px;
}

.footer-location .title-hp h2 {
	color: #fff;
}

.footer-location h4 {
	color: #fff;
}

.footer-location .contact-icon {
	max-width: 30px;
	max-height: 41px;
	display: inline-block;
	margin-right: 7px;
}

.footer-location .social-icon {
	min-width: 43px;
	max-height: 34px;
	width: 100%;
	max-width: 40px;
}

.footer-location li {
	padding-left: 0;
}

.footer-location li::before {
	display: none;
}

.footer-location p {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 34px;
	font-family: "Montserrat", sans-serif;
}

.footer-location p b {
	display: block;
	text-transform: initial;
	letter-spacing: 0px;
	font-family: "Playfair Display", serif;
	font-size: 49px;
	line-height: 60px;
}

.footer-location .contact-list p {
	display: inline-block;
	vertical-align: top;
}

.footer-location .contact-list a {
	color: #fff;
}

.footer-location .tel {
	margin-top: 7px;
	display: inline-block;
	font-weight: normal;
}

.footer-location .social-list {
	margin-top: 15px;
}

.footer-location .social-list li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
}

.footer-location .h-dark-md {
	color: #fff;
}

.footer-location .h-bold {
	font-size: 190px;
	line-height: 150px;
}

.footer-location .tel-cta {
	font-size: 32px;
	line-height: 33px;
	color: #fff;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	margin-top: 40px;
	display: inline-block;
}

.footer-location .tel-cta b {
	font-size: 37px;
	color: #c00;
}

.location-map {
	height: 740px;
	display: inline-block;
	width: 46%;
	position: relative;
	top: -75px;
	left: 0;
	float: left;
	overflow: hidden;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

.location-map .mag-img {
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/map.jpg") center center no-repeat;
	background-size: cover;
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
	width: 100%;
	height: 119%;
	position: absolute;
	left: 0;
	right: 0;
	top: -10%;
}

.location-map .mag-img.nitro-lazy {
	background: none !important;
}

.location-map iframe {
	/*     display: none; */
	width: 100%;
	height: 138%;
	position: absolute;
	left: 0;
	right: 0;
	top: -20%;
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
}

.ip-atf {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px !important;
	position: relative;
	text-align: center;
	background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/calahanlaw.com/wp-content/uploads/2019/02/ip-atf.webp");
}

.ip-atf.nitro-lazy {
	background-image: none !important;
}

.ip-atf .atf-title {
	max-width: 100%;
}

.ip-atf .bouncer {
	bottom: -58px;
	width: 2px;
	height: 116px;
	position: absolute;
}

.ip-atf .atf-caption {
	margin-bottom: 0px;
	max-width: 985px;
}

/*.ip-atf .ip-atf-caption { max-width: 860px; width: 100%; float: none; text-align: center; margin: 0 auto; margin-top: 250px; float: none; display: inline-block; }
.ip-atf .title { letter-spacing: 2px; }
.ip-atf .title-bold { font-size: 52px; letter-spacing: -1px; padding-left: 60px; }
.ip-atf .cta { margin-top: 25px; }
.ip-atf .sub-title { text-align: right; font-size: 92px; line-height: 62px; }
.ip-atf .title { display: none; letter-spacing: 14px; }
*/
.ip-row {
	padding-top: 0px;
	padding-bottom: 280px;
	position: relative;
}

.ip-row > .af-crv {
	z-index: 5;
}

.ip-row .ip-row-wrapper {
	position: relative;
	z-index: 10;
}

.ip-row.crv-a-w {
	position: relative;
	z-index: 5;
	padding-bottom: 60px;
}

.ip-row.crv-a-w::before {
	content: none;
}

/*.ip-row .container { width: 100%; max-width: 100%; display: inline-block; }*/
.ip-row .content-col-inner {
	max-width: 825px;
	float: right;
}

body:not(.archive):not(.blog):not(.single) .ip-row .content-col-inner {
	max-width: 100%;
}

/* .ip-row::after { content: ''; width: 100%; left: 0; bottom: 0; height: 380px; background: #fff; } */
.ip-row::after {
	content: "";
	width: 100%;
	height: 380px;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

.aside-col {
	border-left: 2px solid #f5f5f5;
	padding-bottom: 0px;
	padding-left: 4%;
	padding-top: 70px;
	float: right;
	min-height: 100vh;
	height: 105%;
	position: relative;
	right: 0;
	top: 0;
	width: 23%;
	max-width: 100%;
	padding-bottom: 200px;
	margin-bottom: -200px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	box-sizing: border-box;
}

body.contact .aside-col {
	padding-bottom: 400px;
	display: none;
}

body.contact .content-col {
	width: 100%;
	padding-bottom: 200px;
	padding-top: 100px;
}

body.blog .aside-col, body.single .aside-col {
	/*padding-left: 1%;*/
	width: 23%;
}

.aside-col .aside-title {
	font-size: 29px;
	line-height: 34px;
	color: #191d27;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-family: "Playfair Display", serif;
}

.aside-col .sidebar-menu > .widget > h2 {
	display: none;
}

.aside-col .sidebar-menu ul {
	padding: 0;
	margin: 0;
}

.aside-col .sidebar-menu li {
	list-style: none;
	max-width: 280px;
	position: relative;
	padding-left: 0;
	margin: 0 0 18px 0;
	line-height: 22px;
}

.aside-col .sidebar-menu .sub-menu li:first-child {
	padding-top: 10px;
}

.aside-col .sidebar-menu .sub-menu li {
	margin-bottom: 10px;
}

.aside-col .sidebar-menu li::before {
	display: none;
}

.aside-col .sidebar-menu li a {
	font-size: 16px;
	line-height: inherit;
	color: #292929;
	font-weight: normal;
}

.aside-col .sidebar-menu li a:hover {
	color: #c00;
}

.aside-col .sidebar-menu .sub-menu {
	margin-left: 8px;
	border-left: 2px solid #c00;
	padding-left: 12px;
	max-height: 0;
	overflow: hidden;
}

.aside-col .sidebar-menu .item-active > a {
	color: #c00;
}

.aside-col .sidebar-menu .item-active .sub-menu {
	max-height: 1000px;
}

.aside-col .sidebar-menu li.menu-item-has-children > .arrow {
	position: absolute;
	top: 0;
	right: 0;
}

.aside-col .sidebar-menu li.menu-item-has-children > .arrow:after {
	content: "";
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aside-col .sidebar-menu li.menu-item-has-children.item-active > .arrow:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aside-col .sidebar-menu li:hover > .arrow:after, .aside-col .sidebar-menu li.item-active > .arrow:after {
	color: #c00;
}

.aside-col .aside-reviews, .aside-col .aside-awards {
	max-width: 180px;
	margin-top: 60px;
}

.aside-col .aside-reviews .swiper-slide + .swiper-slide {
	display: none;
}

.aside-col .aside-awards .swiper-slide + .swiper-slide {
	display: none;
}

.aside-col .aside-reviews p {
	margin-bottom: 10px;
}

.aside-col .aside-reviews .about-name {
	margin-top: 15px;
	font-size: 18px;
	line-height: 30px;
	color: #191d27;
	font-weight: bold;
	border-left: 3px solid #c00;
	padding-left: 16px;
	display: inline-block;
}

.aside-col .color {
	display: inline-block;
	color: #c00;
	font-size: 45px;
}

.aside-col .quote-icon {
	width: 40px;
	margin-bottom: 15px;
}

.aside-col .aside-awards h3.bebas {
	font-size: 24px;
	line-height: 30px;
	margin-top: 25px;
}

.aside-col .aside-awards .award-badge {
	margin-top: 20px;
}

.aside-col .award-icon {
	max-width: 100%;
}

.content-col {
	/*max-width: 825px;*/
	width: 65%;
	float: left;
	padding-top: 60px;
}

body:not(.archive):not(.blog):not(.single) .content-col {
	width: 100%;
}

/*.content-col.ip-blog-col { max-width: 780px; }*/
body.page-template-template-about .ip-row .content-col-inner {
	float: left;
	max-width: 100%;
}

body.page-template-template-about .ip-row .content-col-inner > p, body.page-template-template-about .ip-row .content-col-inner > h2, body.page-template-template-about .ip-row .content-col-inner > ul, body.page-template-template-about .ip-row .content-col-inner > ol, body.page-template-template-about .ip-row .content-col-inner > h4, body.page-template-template-about .ip-row .content-col-inner > h5, body.page-template-template-about .ip-row .content-col-inner > h6 {
	padding-left: 10%;
}

body.page-template-template-about .ip-row .content-col-inner > hr {
	margin-left: 10%;
}

body.page-template-template-about .ip-row .content-col-inner blockquote p {
	padding-left: 0;
}

body.page-template-template-about .ip-row .content-col-inner blockquote {
	margin-left: 10%;
}

body.single .ip-row .content-col-inner {
	position: relative;
}

body.single .ip-row .content-col-inner .dpsp-content-wrapper {}

body.page-template-template-about .inner-title {
	padding-left: 10%;
}

body.page-template-template-about .attorney {
	background: transparent;
	width: 82%;
	margin: 0 auto;
}

body.page-template-template-about .ip-row h4 {
	color: #191d27;
}

body.page-template-template-about .attorney .swiper-container {
	margin-top: 40px;
}

body.page-template-template-about .mobile-main-attorney {
	display: none;
}

body.page-template-template-about .attorney-detail h5 {
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 145px;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.main-attorney {
	text-align: center;
	margin: 0 -13px;
}

.main-attorney .attorney-col {
	height: 595px;
	width: 23.4%;
	float: left;
	margin: 15px 13px;
	background-position: center top;
}

.main-attorney .attorney-detail h5 {
	margin-top: 345px;
}

.content h3 {
	margin-bottom: 30px;
}

.content h4 {
	margin-bottom: 25px;
}

.content p {
	margin-bottom: 30px;
}

#breadcrumbs span a, #breadcrumbs span a:hover {
	color: #c00;
}

.ip-row h1 {
	font-size: 86px;
	line-height: 100px;
	color: #c00;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	margin-bottom: 30px;
	word-break: break-word;
}

.ip-row h2 {
	font-size: 32px;
	line-height: 42px;
	color: #191d27;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	margin-bottom: 15px;
}

.ip-row h3 {
	font-size: 26px;
	line-height: 42px;
	color: #191d27;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	margin-bottom: 10px;
}

.content .ip-col-img {
	max-width: 346px;
	margin-left: 0;
	float: left;
	margin-right: 25px;
	margin-bottom: 40px;
}

body.page-about .content .ip-col-img {
	margin-top: -45px;
}

.ip-t-sm {
	font-size: 36px;
	line-height: 58px;
	text-transform: uppercase;
	color: #191d27;
	font-weight: normal;
	letter-spacing: 20px;
	padding-left: 0px;
	margin-bottom: 15px;
	font-family: "Playfair Display", serif;
}

.ip-t-light {
	font-size: 80px;
	letter-spacing: 11px;
	line-height: 58px;
	font-weight: bold;
	color: #c00;
	font-family: "bebas_neuebold";
}

.ip-title {
	margin-bottom: 85px;
}

body.page-about .ip-title {
	margin-bottom: 100px;
}

body.page-about .ip-t-light, body.page-reviews .ip-t-light {
	padding-left: 66px;
}

.content blockquote {
	margin-bottom: 40px;
}

.content blockquote p {
	margin-bottom: 0;
}

.ip-span {
	font-size: 20px;
	line-height: 20px;
	color: #191d27;
	font-family: "Playfair Display", serif;
	display: block;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 50px;
	margin-bottom: -10px;
}

.inner-title h1 {
	display: inline-block;
}

.video-img {
	max-width: 100%;
}

.content .amount-title {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 20px 0;
}

.results-block {
	border-bottom: 2px solid #c00;
	padding-bottom: 50px;
	margin-bottom: 80px;
}

.results-block:last-child {
	border-bottom: none;
}

.results-block .amount {
	border-left: 3px solid #c00;
	padding-left: 23px;
	color: #191d27;
	font-size: 48px;
	line-height: 48px;
}

.results-block .amount .colored {
	color: #c00;
	font-family: "antoniolight";
	font-weight: 300;
}

.results-block .numb b {
	font-family: "antoniobold";
}

.results-block .numb {
	font-family: "antonioregular";
}

.results-block .string {
	font-family: "antonioregular";
}

.results-block .result-name {
	font-size: 20px;
	line-height: 10px;
	display: inline-block;
	color: #c00;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 5.5px;
	margin-left: 0px;
	font-weight: lighter;
	padding-left: 130px;
	font-family: "Playfair Display", serif;
}

.results-block h3 {
	color: #191d27;
	margin-top: 0px;
	display: block;
	vertical-align: middle;
}

.results-div {
	margin-top: 30px;
}

.ip-review-col h2 {
	display: inline-block;
}

.ip-review-col .ip-t-sm {
	text-align: left;
}

.review-block {
	position: relative;
	padding-left: 50px;
	padding-top: 90px;
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 2px solid #c00;
	margin-bottom: 90px;
	background-size: 238px;
}

.review-block .quote-icon {
	text-align: center;
	color: #c00;
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 86px;
	content: "";
	background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/source/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/quotation.svg");
	background-size: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 41px;
	width: 100%;
	height: 100%;
	max-height: 30px;
}

.review-block .quote-icon.nitro-lazy {
	background-image: none !important;
}

.review-block p {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.review-block .reviewer {
	font-size: 38px;
	line-height: 44px;
	color: #c00;
	font-weight: normal;
	font-family: "Playfair Display", serif;
	float: right;
	margin: 100px 30px 10px 0;
}

.review-div {
	margin-top: 20px;
}

body.page-reviews .ip-t-light {
	font-size: 180px;
	line-height: 158px;
}

.ip-title-lg {
	font-size: 182px;
	line-height: 150px;
	color: #c00;
	font-family: "bebas_neuebold";
	letter-spacing: 10px;
}

.ip-contact-col .title-hp .title-small {
	position: relative;
	left: 140px;
	top: 26px;
	letter-spacing: 9px;
}

.ip-contact-col .form-row {
	padding-top: 0 !important;
	background-image: none !important;
	padding-bottom: 0 !important;
	background: transparent;
}

.ip-contact-col .form-row.nitro-lazy {
	background-image: none !important;
}

.ip-contact-col .form-row::before {
	content: none;
}

.ip-contact-col .ip-form-title {
	display: block;
	text-align: center;
	vertical-align: top;
	font-size: 48px;
	line-height: 60px;
	color: #191d27;
	font-weight: normal;
	font-family: "Playfair Display", serif;
}

.ip-row .ip-contact-col .content-col-inner {
	float: none;
}

body.contact .ip-row .ip-contact-col .content-col-inner {
	margin: 0 auto;
}

body.contact b.color {
	color: #c00;
}

.ip-row .ip-contact-col .inner-title {
	text-align: center;
}

.ip-contact-col .ip-title-lg {
	font-size: 136px;
	line-height: 100px;
	font-family: "Playfair Display", serif;
	letter-spacing: 0;
}

.ip-contact-col .title-small {
	font-size: 20px;
	color: #191d27;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: left;
}

.ip-contact-col .inner-title {
	margin-bottom: 60px;
}

.ip-contact-col .form-row .form-main {
	margin-top: 40px;
}

body.form-open .ip-contact-col .title-hp .title-small {
	left: 0;
	right: 0;
	color: #191d27;
	display: inline-block;
	vertical-align: top;
	font-size: 48px;
	padding-left: 0;
	width: auto;
	top: 0;
	letter-spacing: -1px;
	line-height: 60px;
	margin: 0;
}

.ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover select, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover, .ip-contact-col .form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
	background-color: transparent !important;
}

body.reviews .inner-title h1 {
	line-height: 86px;
}

.ip-contact-col .title-small {
	padding-left: 50px;
	letter-spacing: 9px;
}

body.contact .ip-contact-col .title-small {
	padding-left: 0;
	letter-spacing: 2px;
	text-align: center;
	line-height: 50px;
}

.ip-contact-col .ip-form-title b {
	display: inline-block;
}

.ip-contact-col .ip-form-title .title-light, .ip-contact-col .ip-form-title .title-dark {
	display: inline-block;
	vertical-align: top;
	text-transform: lowercase;
}

.ip-contact-col .ip-form-title .title-ligh.wt {
	margin-right: 10px;
}

.ip-contact-col .ip-form-title i {
	font-style: initial;
}

.ip-contact-col .form-row .form-sub-title {
	letter-spacing: 4px;
}

.ip-contact-col .map-block {
	max-width: 825px;
	height: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.ip-contact-col .map-block::after {
	content: "";
	width: 3px;
	height: 125px;
	background: #c00;
	display: inline-block;
	margin-top: -90px;
}

.ip-contact-col .map-block iframe {
	width: 100% !important;
}

.ip-contact-col .gm-style .place-card-large {
	display: none;
}

.ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover select, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover {
	border-color: #f2f2f2 !important;
	border-bottom-color: #d7d7d7 !important;
	color: #292929 !important;
}

/*body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover select, body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover {
  border-color: #f2f2f2 !important; border-bottom-color: #d7d7d7 !important; color: #292929 !important;
}*/
.ip-contact-col .form-row .formcraft-css .fc-form.label-floating .field-cover > span {
	color: #292929 !important;
}

.ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="text"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="email"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="password"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="tel"], .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus textarea, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus select, .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus .time-fields-cover {
	border-bottom-color: #c00 !important;
}

body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="text"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="email"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="password"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus input[type="tel"], body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus textarea, body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus select, body.form-open .ip-contact-col .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus .time-fields-cover {
	border-color: #c00 !important;
}

body.page-contact .crv-a-w::after {
	content: none;
}

.ip-contact-col .title-hp .title-light {
	font-size: 68px;
	line-height: 62px;
	color: #022b32;
	font-weight: normal;
	font-family: "Playfair Display", serif;
	letter-spacing: 0;
	padding-left: 0;
}

.ip-contact-col .form-row {
	margin-top: 60px;
}

.ip-contact-col .content-area {
	margin-top: 30px;
}

.ip-contact-col .loc-sm {
	font-size: 24px;
	line-height: 60px;
	color: #5a5a5a;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 5px;
}

.ip-contact-col .ip-direction-link > img {
	max-width: 72px;
}

.ip-contact-col .ip-tel-link > img {
	max-width: 50px;
}

.ip-contact-col .ip-direction-link {
	display: block;
	margin-top: 0px;
}

.ip-contact-col .diection-link {
	font-size: 18px;
	display: block;
	line-height: 0px;
	color: #c00;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.ip-contact-col .ip-tel-link {
	display: block;
	margin-top: 75px;
}

.ip-contact-col .ip-tel-link span {
	font-size: 18px;
	line-height: 20px;
	color: #5a5a5a;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}

.ip-contact-col .ip-tel-link b {
	font-size: 36px;
	line-height: 38px;
	color: #5a5a5a;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}

body.contact .ip-contact-col .ip-tel-link {
	max-width: 587px;
	width: 100%;
	padding: 75px 0;
	border-top: 2px solid #273047;
	margin: auto;
}

.ip-blog-col .post-block {
	padding-bottom: 70px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 50px;
}

.ip-blog-col .entry-date, .ip-blog-col .updated {
	font-size: 16px;
	line-height: 30px;
	color: #292929;
}

body.error404 .ip-blog-col .updated:not(.published) {
	display: none;
}

body.single .ip-blog-col .entry-date, body.single .ip-blog-col .updated {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8b8b8;
}

.ip-blog-col .blog-header {
	text-align: right;
}

.ip-blog-col .ip-t-light {
	margin-bottom: 35px;
}

.ip-blog-col .screen-reader-text {
	display: none;
}

.ip-blog-col h3 {
	color: #191d27;
	margin-bottom: 0px;
}

.ip-blog-col h3 > a {
	color: inherit;
	margin: 30px 0 20px 0;
	display: block;
}

.ip-blog-col .default-img {
	margin-bottom: 0px;
	max-width: 100%;
}

.ip-blog-col .dafult-link {
	display: inline-block;
}

.ip-blog-col .dafult-link > img {
	max-width: 100%;
	height: auto;
}

.ip-blog-col .cta-outer {
	text-align: left;
}

.ip-blog-col .post-block p {
	margin-bottom: 25px;
}

.ip-blog-col .cta {
	font-weight: bold;
}

.ip-blog-col .byline, .ip-blog-col .cat-links, .ip-blog-col .comments-link, body.single .byline, body.single .cat-links, body.single .comments-link {
	display: none;
}

.ip-blog-col .entry-footer {
	text-align: right;
	padding-bottom: 8px;
}

.ip-blog-col .entry-date:not(.updated) {}

.ip-blog-col .posted-on svg, body.single .posted-on svg {
	display: none;
}

.ip-blog-col .posted-on a, body.single .posted-on a {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}

body.single .posted-on a {
	font-size: 18px;
	line-height: 60px;
	color: #b4b4b4;
	text-transform: uppercase;
	letter-spacing: 5px;
}

body.single .entry-title {
	font-size: 38px;
	line-height: 48px;
	color: #191d27;
}

body.single-post .ip-blog-col h3 {
	font-size: 38px;
	line-height: 46px;
	margin-top: 25px;
}

body.single-post .ip-blog-col h1.entry-title {
	margin-top: 25px;
}

body.single-post .ip-blog-col .blog-header {
	display: inline-block;
	margin-bottom: -25px;
}

body.single-post .ip-blog-col .entry-date {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 60px;
	color: #b4b4b4;
	font-weight: normal;
	text-transform: uppercase;
}

body.single-post .entry-footer {
	display: block;
}

.ip-blog-col .entry-content {
	font-size: 16px;
	line-height: 30px;
	color: #292929;
	font-weight: normal;
}

.ip-blog-col .entry-content > a {
	color: #c00;
}

.ip-blog-col blockquote {
	margin-top: 25px;
}

.ip-blog-col blockquote, blockquote p {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	font-style: inherit !important;
	font-family: inherit !important;
	margin-bottom: 25px;
}

body.single-post .ip-blog-col .post-block {
	border-bottom: 2px solid #191d27;
	position: relative;
}

.ip-blog-col .post-block .attachment-post-thumbnail {
	max-width: 100%;
	height: auto;
}

body.blog .ip-blog-col .post-blurb h1 {
	font-size: 24px;
	line-height: 35px;
	color: #191d27;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: "Playfair Display", serif;
}

.ip-blog-col .post-blurb h1 > a {
	color: inherit;
}

.ip-blog-col .blog-cta {
	text-align: center;
	margin-top: 20px;
}

.ip-blog-col .blog-link {
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	text-transform: uppercase;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.blog .entry-content p {
	margin-bottom: 0;
}

body.blog .ip-blog-col .post, body.error404 .ip-blog-col .post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f5f5f5;
}

body.single .entry-content p > span {
	font-weight: inherit !important;
}

body.blog .content-area .updated:not(.published), body.single .content-area .updated:not(.published) {
	display: none;
}

body.single .content-area {
	border-bottom: 2px solid #191d27;
}

.next-pre .pre {
	float: left;
}

.next-pre .next {
	float: right;
	text-align: right;
}

.next-pre .btn-link {
	max-width: 350px;
	position: relative;
}

.next-pre .btn-link {
	font-size: 0;
}

.next-pre .btn-link > * {
	font-size: initial;
}

.next-pre .btn-link .span {
	font-size: 16px;
	line-height: 60px;
	color: #5a5a5a;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.next-pre .btn-link .span::before, .next-pre .next .span:after {
	display: inline-block;
	color: #c00;
	font-size: 25px;
}

.next-pre .next .span::after {
	content: "»";
}

.next-pre .pre .span::before {
	content: "«";
}

.next-pre .txt {
	font-size: 14px;
	line-height: 18px;
	color: #c00;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.contact .form-row {
	margin-top: 0;
	padding: 0 0 100px 0;
	transform: none;
	background: transparent;
	-ms-transform: none;
	-webkit-transform: none;
}

.contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover select, .contact:not(.form-open) .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover, .contact:not(.form-open) .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
	border-color: #f2f2f2 !important;
	border-bottom-color: #d7d7d7 !important;
}

body.contact .form-row .form-main .field-reg {
	font-size: 16px;
	color: #a7a7a7;
	font-style: normal;
	text-align: center;
	display: none;
}

body.contact .formcraft-css .fc-form .form-element .submit-cover.align-center {
	text-align: center;
}

body.contact .form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
	text-align: center;
}

body.contact .form-row {
	padding-bottom: 80px !important;
	margin-top: 70px;
}

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

.location-block .title-hp {
	max-width: 587px;
	width: 100%;
	border-top: 2px solid #273047;
	padding-top: 60px;
	margin-bottom: 30px;
}

.location-block .title-hp h4 {
	text-align: center;
}

.contact .formcraft-css .fc-form.label-floating .field-cover > span {
	color: #444 !important;
}

.contact .formcraft-css .fc-form .form-element .submit-cover.align-center {
	text-align: right;
}

body.form-open.contact .formcraft-css .fc-form .form-element .submit-cover.align-center {
	text-align: center;
}

.contact .form-row {
	padding-bottom: 200px !important;
}

.contact .form-row .title-hp {
	display: none;
}

body.form-open.contact .form-row .title-hp {
	display: block;
}

body.form-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

body.form-open .form-row.crv-f::after {
	content: none;
}

body.form-open .ip-row {
	z-index: 100;
}

body.form-open .form-row {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .5) !important;
	margin: 0;
}

.form-row .footer-ip-dn {
	display: none;
}

.form-row .form-close {
	display: none;
	width: 60px;
	height: 60px;
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/form-cross.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 55px;
	z-index: 500;
	top: 55px;
}

.form-row .form-close.nitro-lazy {
	background: none !important;
}

body.form-open .form-row {
	overflow-y: auto;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

body.contact.form-open .ip-contact-col {
	padding-bottom: 200px;
}

body.form-open .form-inner {
	overflow-y: hidden;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*background: #fff;*/
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.form-open .form-row .form-close {
	display: inline-block;
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/form-cross.png") center center no-repeat;
	width: 60px;
	height: 60px;
	top: 40px;
	right: 40px;
}

body.form-open .form-row .form-close.nitro-lazy {
	background: none !important;
}

body.form-open .form-row .footer-ip-dn {
	display: none;
}

body.form-open .form-row .title-hp .main-span {
	color: #191d27;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	font-family: "Playfair Display", serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	display: inline-block;
	font-weight: bold;
}

body.form-open .form-row .title-hp .main-span > br {
	display: none;
}

body.form-open .form-row .title-hp b {
	color: #191d27;
}

body.form-open .form-row .title-hp .main-span .title-small {
	font-size: 45px;
	font-weight: normal;
}

body.form-open .form-row .title-hp .sub-span {
	color: #cdcdcd;
	font-size: 18px;
	display: block;
	margin: 20px auto 0 auto;
	line-height: 60px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 3px;
	margin-top: 0;
	font-weight: normal;
}

body.form-open .form-row .title-hp {
	margin-top: 15px;
}

body.form-open .tel-cta {
	color: #292929;
	display: none;
}

body.form-open .tel-cta br {
	display: none;
}

body.form-open .form-after {
	display: none;
}

body.form-open .container {
	min-height: 340px;
	left: 0;
	right: 0;
	width: 100%;
	position: relative;
	top: 10px;
	height: 100%;
	top: -100%;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

body.form-open.page-contact .container {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: fixed;
	top: 0;
	max-width: 100%;
	z-index: 100;
}

body.form-open .form-cont.in .container {
	top: 50%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.form-open.page-contact .form-contact-row-ip {
	max-width: 1140px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.form-open .ip-contact-col .form-row .form-sub-title {
	display: none;
}

.form-row .model-form-title {
	display: none;
}

body.form-open .form-row .model-form-title {
	display: block;
	font-size: 0;
}

body.form-open .model-form-title .title-hp {
	display: block;
}

body.form-open.page-contact .ip-contact-col .ip-form-title {
	display: none;
}

.form-row .model-form-title .title-dark {
	color: #191d27;
}

.form-row .left-title, .form-row .model-right-list {
	width: 50%;
	display: inline-block !important;
	vertical-align: top;
}

.form-row .model-form-title .ip-title-lg {
	text-align: center;
}

.form-row .model-right-list {
	text-align: left;
	padding-top: 50px;
}

.form-row .model-right-list h3 {
	padding-left: 50px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-row .model-right-list ul {
	padding-left: 50px;
}

.form-row .model-right-list li {
	font-size: 20px;
}

.form-row .model-right-list li::before {
	content: "";
	width: 15px;
	height: 11px;
	background: url("https://www.calahanlaw.com/wp-content/themes/sc/images/list-mark.png") center center no-repeat;
	background-size: cover;
	position: relative;
	top: 10px;
}

.form-row .model-form-title .title-dark-2 {
	text-align: right;
}

.navigation.pagination .icon, .navigation.post-navigation .icon {
	color: #c00;
	max-width: 50px;
	height: 30px;
}

.navigation.pagination .icon.icon-arrow-left, .navigation.post-navigation .icon.icon-arrow-left {
	float: left;
}

.navigation.pagination .icon.icon-arrow-right, .navigation.post-navigation .icon.icon-arrow-right {
	float: right;
}

.navigation.post-navigation .icon.icon-arrow-right {
	position: absolute;
	right: 0;
	top: 0;
}

.navigation.pagination .icon.icon-arrow-right {
	margin-top: 0px;
}

.navigation.pagination .nav-subtitle, .navigation.post-navigation .nav-subtitle {
	/*display: none; */
	font-size: 16px;
	line-height: 25px;
	color: #5a5a5a;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.navigation.post-navigation .nav-next .nav-title {
	position: relative;
	padding-right: 50px;
	max-width: 300px;
}

.navigation.pagination .nav-title, .navigation.post-navigation .nav-title {
	display: block;
	max-width: 350px;
	font-size: 15px;
	line-height: 18px;
	color: #c00;
	font-weight: normal;
	text-transform: uppercase;
}

.navigation.post-navigation .nav-title {
	text-align: left;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
	text-align: right;
}

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

.navigation.pagination .page-numbers {
	color: #292929;
	font-size: 18px;
	border: 2px solid #c00;
	padding: 0 8px;
	margin: 0 6px;
	line-height: 25px;
}

.navigation.pagination .prev.page-numbers {
	border: none;
}

.navigation.pagination .next.page-numbers {
	border: none;
}

.navigation.pagination .page-numbers[aria-current="page"] {
	border: none;
}

.navigation.pagination .page-numbers .icon {
	background: url("https://www.calahanlaw.com/wp-content/themes/sc/images/arrow-black.png") center center no-repeat;
	background-size: contain;
}

.navigation.pagination .page-numbers .icon.nitro-lazy {
	background: none !important;
}

.navigation.pagination .page-numbers .svg-icon {
	position: relative;
	top: 5px;
}

.navigation.pagination .page-numbers.prev .icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navigation .nav-previous .nav-subtitle::before, .navigation .nav-next .nav-subtitle::after {
	content: "";
	background: url("https://www.calahanlaw.com/wp-content/themes/sc/images/arrow-black.png") center center no-repeat;
	background-size: auto auto;
	background-size: contain;
	width: 50px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.navigation .nav-previous .nav-subtitle::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dpsp-share-text {
	font-size: 16px;
	line-height: 38px;
	color: #5a5a5a;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
	position: absolute;
	right: 130px;
	top: 0;
}

#dpsp-content-top {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 45px;
	top: 20px;
	margin: 10px 0 0 0;
}

.dpsp-network-btn .dpsp-network-icon:before, .dpsp-network-btn .dpsp-network-icon:after {
	left: 23%;
}

.dpsp-button-style-1 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
	color: #3a579a !important;
}

body:not(.single) .dpsp-networks-btns-wrapper li span {
	display: none;
}

.dpsp-networks-btns-wrapper li::before {
	content: none;
}

html body .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	background-color: transparent !important;
	border-color: transparent !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon {
	background-color: transparent !important;
	border-color: none !important;
}

.dpsp-button-style-1 .dpsp-network-btn {
	background-color: transparent !important;
	border: none !important;
}

.dpsp-network-btn .dpsp-network-icon::before, .dpsp-network-btn .dpsp-network-icon::after {
	font-size: 25px;
	font-weight: bold;
}

.dpsp-networks-btns-wrapper li {
	padding-left: 0;
}

.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon::before {
	opacity: 1 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitte {
	color: #64a8eb !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-google-plus {
	color: #ca684f !important;
}

/* body.loading {
    visibility: hidden;
} */
#loader-wrapper {
	display: block;
}

#loader-wrapper {
	position: fixed;
	z-index: 100000;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: #fff;
}

#loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 41%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 8px solid #c00;
	border-radius: 50%;
	border-top: 8px solid #191d27;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#loader {
	display: block;
}

.animate-img {
	position: relative;
	top: 100px;
}

.animate-img.move {
	top: 0px;
	-webkit-transition: all 3s cubic-bezier(0, 0, .3, 1);
	-moz-transition: all 3s cubic-bezier(0, 0, .3, 1);
	-ms-transition: all 3s cubic-bezier(0, 0, .3, 1);
	-o-transition: all 3s cubic-bezier(0, 0, .3, 1);
	transition: all 3s cubic-bezier(0, 0, .3, 1);
	transition-delay: .5s;
}

.border {
	background: silver;
	position: absolute;
}

.borderh {
	height: 0px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.borderv {
	width: 0px;
	border: 1px solid #fff;
}

#topbar {
	left: 0px;
	top: 0px;
}

#rightbar {
	right: 0px;
	top: 0px;
}

#bottombar {
	right: 0px;
	bottom: 0px;
}

#leftbar {
	left: 0px;
	bottom: 0px;
}

body.form-open .form-cont {
	overflow: hidden;
	overflow-y: auto;
	background: rgba(255, 255, 255, 0);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.form-open .form-cont.in {
	background: rgba(255, 255, 255, 1);
}

.about-row {
	background: #191d27;
	position: relative;
	margin-top: -175px;
}

.about-row, .about-right {
	-webkit-transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
}

.about-row .about-inner, .about-row .about-slide {
	-webkit-transform: skew(0deg, 5deg);
	-moz-transform: skew(0deg, 5deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}

.about-row .about-left {
	float: left;
	width: 40%;
}

.about-row .about-right {
	float: right;
	width: 60%;
	background: #fff;
	position: relative;
	top: -75px;
}

.about-row .swiper-slide {
	background: transparent;
}

.about-row .swiper-container {
	max-width: 550px;
	margin-left: 18%;
	margin-top: 150px;
	min-height: 575px;
}

.about-row .swiper-pagination {
	margin-top: 50px;
}

.about-row .about-left-inner {
	max-width: 446px;
	width: 100%;
	float: right;
}

.about-row .about-left-main {
	padding: 200px 0 90px 0;
}

.about-row .btn-hv {
	margin-top: 55px;
}

.about-row .drawline {
	position: relative;
}

.about-row .drawline::before {
	position: absolute;
	right: 100%;
	width: 446px;
	max-width: 446px;
}

.about-row .drawline.draw::before {
	left: auto;
	right: 0;
}

.about-row p {
	font-size: 20px;
	line-height: 36px;
	color: #292929;
	margin-bottom: 20px;
	font-family: "Source Sans Pro", sans-serif;
}

.about-row .slide-outer {
	opacity: 1 !important;
}

.about-row .about-blurb span {
	font-size: 18px;
	line-height: 35px;
	color: #191d27;
	font-weight: bold;
	padding: 0 24px;
	border-left: 3px solid #c00;
	display: inline-block;
	margin-top: 30px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: capitalize;
}

.about-row .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

.about-row .quote-img {
	margin-bottom: 10px;
}

.ip-row .ip-contact-col .staff-title {
	text-align: left;
	margin-bottom: 20px;
}

.staff-block {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #c00;
}

.staff-block .staff-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.staff-block .staff-blurb {
	max-width: 490px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}

.staff-block h4 {
	margin-bottom: 10px;
}

.staff-block h3 {
	margin-bottom: 0px;
}

.staff-block p {
	margin-bottom: 0;
}

.staff-block a.staff-mail {
	margin-top: 20px;
}

/*********** New Css ************/
.faq-row {
	margin-bottom: 50px;
}

.faq-row h4 {
	color: #122741;
	font-size: 56px;
	line-height: 1;
	text-transform: capitalize;
	margin: 20px 0 40px 0;
}

.faq-row .article-title {
	display: inline-block;
	width: 100%;
	color: #122741;
	font-size: 24px;
	line-height: 1;
	padding-left: 35px;
	cursor: pointer;
}

.faq-row .article-title p {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 25px;
	padding: 0px;
}

.faq-row .accordion-cols {
	position: relative;
	margin: 0 0 18px 0;
	margin-bottom: 0;
}

.faq-row .accordion-cols:before {
	content: "";
	position: absolute;
	background-color: #2c3442;
	top: 15px;
	left: 0px;
	width: 20.55px;
	height: 3px;
	transition: transform .25s ease-out;
}

.faq-row .accordion-cols:after {
	content: "";
	position: absolute;
	background-color: #2c3442;
	width: 3px;
	height: 20px;
	left: 9px;
	top: 6px;
}

.ip-row .faq-row .article-title h3 {
	line-height: 32px;
}

.faq-row .article-title h3 {
	margin-top: 0;
}

.faq-row .accordion-cols.open:after {
	display: none;
}

.faq-row .accordion-content {
	display: none;
	padding-left: 35px;
	margin: 0px;
}

.faq-row .accordion-content p {
	padding: 0 0 20px;
	margin: 0px;
}

.ip-general-slidertitle, .asidebar .widget-title {
	font-size: 20px;
	color: #2c3442;
	line-height: 1.3;
	padding: 40px 0 10px 0;
	margin: 25px 0 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	text-transform: capitalize;
	font-weight: 600;
}

.asidebar .widget-title::before {
	display: none;
}

.asidebar .gform_wrapper {
	background-color: #f7f7f7;
	position: relative;
	margin: 0 !important;
	display: inline-block;
	padding: 10px 20px 0;
}

.asidebar .form-cover {
	position: relative;
}

.asidebar .gform_wrapper:after, .asidebar .form-cover::after {
	content: "* All Fields Required";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 auto;
	color: #444;
	line-height: .9;
	text-align: center;
	font-size: 12px;
}

.asidebar .gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.asidebar .sidebar-tel {
	display: inline-block;
	width: 100%;
	background-color: #f7f7f7;
	padding: 40px 0 35px;
	color: #1f1f1f;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.asidebar .sidebar-tel a {
	color: #1f1f1f;
	font-weight: 700;
}

.general-awards-slider {
	background-color: #f7f7f7;
	padding: 20px 35px 50px 35px;
}

.general-awards-slider img {
	max-width: 150px;
	margin: 5px auto 25px;
	max-height: 90px;
}

.asidebar .slick-dots li {
	width: 12px;
	margin: 0 5px 0 0;
}

.asidebar .slick-dotted.slick-slider {
	margin: 0;
}

.asidebar .slick-dots li button {
	background-color: transparent;
	border: 1px solid #c00;
}

.asidebar .slick-dots li.slick-active button {
	background-color: #c00;
}

.related-article-widget {
	background-color: #f7f7f7;
	padding: 20px 12px 12px 12px;
}

.relatedarticle-list {
	background-color: #e8e7e7;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}

.relatedarticle-list .thumbnail-article img {
	border: 1px solid #bfbfbf;
	width: 100%;
	height: auto;
}

.relatedarticle-list .thumbnail-article {
	display: flex;
	width: 100px;
}

.relatedarticle-list .desc-article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 110px);
}

.relatedarticle-list .article-title {
	display: flex;
	align-self: flex-end;
	width: 100%;
	color: #2c3442;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 600;
}

.relatedarticle-list .article-date {
	display: flex;
	align-self: flex-start;
	width: 100%;
	color: #2c3442;
	font-size: 14px;
	line-height: .9;
}

.ip-general-reviews {
	background-color: #f7f7f7;
	position: relative;
}

.ip-general-reviews:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
	width: 36px;
	height: 26px;
	background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/uploads/2021/05/site-quote-sidebar.png") left top no-repeat;
}

.ip-general-reviews .detail {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 20px 30px 20px;
}

.ip-general-reviews .detail p {
	text-align: center;
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 10px;
}

.ip-general-reviews .author {
	border-left: 2px solid #c00;
	padding: 3px 0 3px 10px;
	color: #444;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
	line-height: 1.5;
	margin: 15px 0 0;
}

.ip-general-reviews .detail p:focus {
	outline: none;
}

.asidebar .read-more {
	background-color: #f7f7f7;
	padding: 55px 0 45px 0;
	text-align: center;
}

.asidebar .read-more a {
	background: #c90000;
	background-image: linear-gradient(to right, #c90000, #bd0000, #ad0000, #ac0000);
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	padding: 15px 30px;
	text-transform: uppercase;
	transform: all .3s ease-in-out;
	border-radius: 32px;
}

.asidebar .slick-dots {
	width: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px !important;
	text-align: center;
}

.asidebar .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
}

.asidebar .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 0px;
	outline: none;
	cursor: pointer;
}

.asidebar .slick-dots li button::before {
	display: none;
}

.asidebar .ip-general-reviews .slick-dots {
	bottom: -20px !important;
}

.asidebar .gform_wrapper .gfield .gfield_required {
	color: #2c3442;
}

.asidebar .slick-dots li::before {
	display: none;
}

.asidebar .gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding-right: 0px !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
}

.asidebar .gform_wrapper ul.gform_fields li.gfield:nth-child(1), .asidebar .gform_wrapper ul.gform_fields li.gfield:nth-child(2), .asidebar .gform_wrapper ul.gform_fields li.gfield:nth-child(3) {
	width: 100% !important;
}

.asidebar .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100% !important;
	margin-right: 0px !important;
	max-width: inherit !important;
}

.asidebar .widget_recent_entries ul {
	background: #f7f7f7;
	padding: 20px 25px 30px;
	margin: 0 0 20px 0px;
}

.asidebar .widget_recent_entries ul li {
	margin-bottom: 10px;
}

html body .asidebar .gform_wrapper ul.gform_fields {
	margin: 0px !important;
}

.asidebar .gform_wrapper .gform_footer {
	position: static;
	max-width: inherit;
	margin: 20px 0 0 !important;
}

.asidebar .gform_wrapper .gform_footer input.button, .asidebar .gform_wrapper .gform_footer input[type=submit] {
	margin: 0px !important;
}

html .asidebar .formcraft-css .fc-form {
	background: #f7f7f7 !important;
	box-shadow: none;
	margin: 0px;
}

html .asidebar .formcraft-css .fc-form.label-floating .field-cover:before {
	background: none !important;
}

html .asidebar .formcraft-css .fc-form .form-element .submit-button {
	background: #c90000 !important;
	background-image: linear-gradient(to right, #c90000, #bd0000, #ad0000, #ac0000) !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	padding: 15px !important;
	text-transform: uppercase !important;
}

html .asidebar .formcraft-css .powered-by, .ip-map-row h2::before, .faq-row h2::before {
	display: none;
}

.ip-row.ip-main-row .content-col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ip-row.ip-main-row .content-col-inner {
	width: 63%;
}

.ip-row.ip-main-row .asidebar {
	width: 32%;
}

@media screen and (max-height: 600px) {
	body.form-open .form-cont.in .container {
		top: 0;
		padding-bottom: 80px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@media screen and (max-height: 815px) {
	body.form-open.page-contact .form-contact-row-ip {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@media screen and (min-width: 769px) and (max-height: 800px) {}

@media screen and (min-width: 769px) and (max-height: 660px) {
	body.home .atf {
		min-height: 660px;
	}
	
	body.home .atf-outer {
		min-height: 1160px;
	}
	
	.about-row {}
}

@media screen and (max-width: 2000px) {
	.main-attorney .attorney-col {
		width: 31.3%;
	}
}

@media screen and (max-width: 1920px) {
	.help {
		min-height: 2000px;
	}
}

@media screen and (max-width: 1920px) {
	.ip-atf {
		height: 500px !important;
	}
	
	.ip-atf .atf-inner {
		bottom: 5%;
	}
	
	.ip-atf .atf-cta p {
		margin-bottom: 10px;
	}
	
	.ip-atf .ip-atf-caption {
		margin-top: 155px;
	}
}

@media screen and (max-width: 1600px) {
	/*.help .hap-background { min-height: 1000px; }*/
	.txt-row .txt-inner {
		padding-top: 47%;
	}
	
	.txt-row .txt-bg {
		background-size: 100%;
	}
	
	.form-row {}
	
	.main-attorney .attorney-col {
		width: 30.9%;
		height: 395px;
	}
	
	.main-attorney .attorney-detail h5 {
		margin-top: 167px;
	}
}

@media screen and (max-width: 1500px) {
	.trust .blurb-col .blurb-col-left, .trust .blurb-col .blurb-col-right {
		vertical-align: bottom;
	}
	
	.trust .blurb-col .blrb-img-col {
		margin-bottom: -60px;
	}
	
	/*   .header .main-menu .navbar > li { padding: 0 16px; } */
	.header .header-contact a {
		font-size: 29px;
	}
	
	.header .header-contact {
		margin-top: 10px;
	}
	
	body.win-scroll .header .header-contact {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1440px) {
	.help .hap-background {
		min-height: 1000px;
	}
	
	.header .container-fw {
		padding-left: 2%;
	}
	
	.main-footer .container-fw {
		width: 95%;
	}
	
	.help {
		min-height: 2000px;
	}
	
	.header .header-contact {
		padding: 0 1%;
		margin-top: 10px;
	}
	
	body.win-scroll .header .header-contact {
		margin-top: 4px;
	}
	
	/*   .header .main-menu .navbar > li { padding: 0 17px; } */
	.atf .atf-caption {
		margin-bottom: 10px;
	}
	
	.atf .cta {
		margin-top: 45px;
	}
	
	.header .logo {
		margin-right: 20px;
	}
	
	.footer-location {
		margin-top: -80px;
	}
	
	.form-row {
		margin-top: -65px;
		padding-top: 80px;
		padding-bottom: 250px;
	}
	
	.ip-row {
		padding-bottom: 180px;
	}
	
	.header .header-contact a {
		font-size: 24px;
	}
	
	.header .header-contact p {
		font-size: 16px;
	}
	
	.header .main-menu a {
		font-size: 17px;
	}
	
	.atf-btm h4 {
		font-size: 38px;
	}
	
	.atf-btm h4 span {
		font-size: 50px;
		display: block;
	}
}

@media screen and (max-width: 1380px) {
	.about-row {
		margin-top: -160px;
	}
	
	.atf-outer {
		padding-bottom: 140px;
	}
}

@media screen and (max-width: 1300px) {
	.header .main-menu .navbar {
		padding-left: 0px;
	}
	
	.header .main-menu .navbar > li {
		margin: 0;
		padding: 0 11px;
	}
	
	.header .header-contact a {
		font-size: 20px;
	}
	
	.header .header-contact p {
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	.header .header-contact span {
		letter-spacing: 0px;
		font-size: 13px;
	}
	
	.header .main-menu a {
		font-size: 15px;
	}
	
	.ip-t-light {
		font-size: 60px;
		line-height: 60px;
	}
	
	.ip-t-sm {
		padding-left: 25px;
	}
	
	.blurb-col .txt-blurb-left, .blurb-col .txt-blurb-right {
		padding-left: 20px;
	}
	
	.atf .atf-cta .btn-hv {
		font-size: 15px;
		letter-spacing: 0;
		padding: 0 30px;
	}
	
	.bf-crv, .af-crv, .main-footer .bf-crv {
		height: 240px;
	}
	
	.bf-crv {
		top: -100px;
	}
	
	.af-crv {
		bottom: -100px;
	}
	
	.main-footer {
		padding-bottom: 35px;
	}
	
	.footer-location .btf-inner {
		margin-top: -100px;
	}
	
	.footer-location .title-hp h2 span {
		font-size: 50px;
	}
	
	.location-map {
		top: -35%;
	}
	
	.location-map iframe {
		top: -23%;
	}
	
	.form-row {
		padding: 150px 0 250px 0;
	}
	
	.main-attorney .attorney-col {
		width: 30.6%;
	}
	
	.ip-row .content-col-inner {
		padding-left: 4%;
	}
}

@media screen and (max-width: 1200px) {
	/*.header .logo { width: 266px; margin-top: 35px; }*/
	
	/*.header .logo a img { width: 100%; }*/
	.content-col, .content-col.ip-blog-col {
		max-width: 70%;
	}
	
	body:not(.archive):not(.blog):not(.single) .content-col, body:not(.archive):not(.blog):not(.single) .content-col.ip-blog-col {
		max-width: 100%;
	}
	
	.atf-btm .swiper-pagination {
		text-align: left;
		padding-left: 20px;
	}
	
	body.contact .content-col {
		max-width: 100%;
	}
	
	.aside-col {
		width: 23%;
	}
	
	.ip-row {
		padding-top: 0px;
	}
	
	.trust.crv-c::after {
		background-size: 100% 100%;
	}
	
	.works .work-list h4 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	
	.atf .atf-badge-list li {
		width: 19%;
	}
	
	.atf .atf-badge-list li img {
		width: 87%;
	}
	
	.practice-area .title-hp {
		margin-bottom: 30px;
	}
	
	.practice-area {
		padding-bottom: 200px;
	}
	
	.practice-area .pracitce-blurb {
		width: 70%;
	}
	
	.practice-area .blurb-col .txt-blurb-right {
		padding-left: 0;
		margin-right: 0;
	}
	
	.practice-area .prac-item {
		padding-left: 0;
	}
	
	.title-hp h2 {
		font-size: 80px;
		line-height: 90px;
	}
	
	.title-hp h2 span {
		font-size: 56px;
		line-height: 65px;
	}
	
	.btf h4 {
		font-size: 33px;
	}
	
	body.page-template-template-about .content-col {
		max-width: 100%;
	}
	
	.main-attorney .attorney-col {
		margin: 10px 11px;
	}
	
	/*   .header .main-menu a { font-size: 16px; } */
	.header .main-menu .navbar > li {
		padding: 0 8px;
	}
	
	.atf-btm .slide-blurb {
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.about-row .swiper-container {
		margin-left: 8%;
		max-width: 400px;
	}
	
	.about-row .h-md {
		font-size: 69px;
		line-height: 71px;
		padding-left: 10px;
	}
	
	.about-row .btn-hv {
		padding: 0 20px;
		font-size: 15px;
		margin-left: 10px;
	}
	
	.about-row .swiper-pagination {
		margin-bottom: 20px;
	}
	
	.atf-outer {
		padding-bottom: 180px;
	}
	
	.resident-row .resident-blurb {
		width: 95%;
	}
	
	.form-row .title-hp .main-span {
		font-size: 150px;
		line-height: 100px;
		letter-spacing: -4px;
	}
	
	.form-row .title-hp .sub-span {
		font-size: 20px;
		line-height: 30px;
		max-width: 800px;
	}
	
	.footer-location .h-bold {
		font-size: 150px;
	}
	
	.ip-row h1 {
		font-size: 66px;
	}
	
	.ip-contact-col .ip-title-lg {
		font-size: 94px;
	}
}

@media screen and (max-width: 1140px) {
	.container {
		width: 95%;
	}
}

@media screen and (max-width: 1100px) {
	.main-footer {
		padding-bottom: 60px;
	}
	
	.header .header-contact {
		display: none;
	}
	
	.header .main-menu {}
	
	.tag-row .title-hp h2 {
		margin-left: 0;
	}
	
	.title-hp .title-light {
		font-size: 120px;
	}
	
	.title-hp h2 {
		padding: 0 10px;
	}
	
	.txt-row .blurb-col .txt-blurb-left, .txt-row .blurb-col .txt-blurb-right {
		margin-right: 0px;
	}
	
	.main-footer .footer-col-left {
		max-width: 250px;
	}
	
	.main-footer .footer-col-left .footer-logo img {
		width: 100%;
	}
	
	.form-row .form-close {
		top: 10px;
		right: 15px;
	}
	
	.title-hp .title-dark {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 10px;
	}
	
	.title-hp .title-light {
		font-size: 80px;
		line-height: 110px;
	}
	
	.form-row .title-hp .title-light {
		font-size: 140px;
	}
	
	.txt-row .txt-inner {
		padding-top: 48%;
	}
	
	.txt-row .txt-bg {
		min-height: 1300px;
	}
	
	body.win-scroll .header .logo {
		margin-top: 18px;
	}
	
	.h-bold {
		font-size: 160px;
		line-height: 140px;
		letter-spacing: -2px;
	}
	
	.title-hp h2 span {
		font-size: 46px;
		line-height: 55px;
		letter-spacing: -3px;
	}
	
	.h-dark-md {
		font-size: 48px;
		line-height: 54px;
	}
	
	.h-dark-space {
		font-size: 17px;
		letter-spacing: 6px;
	}
	
	.bold-min {
		font-size: 70px;
		letter-spacing: -2px;
	}
	
	.title-tag {
		padding: 20px 25px;
	}
	
	.title-tag b {
		font-size: 92px;
		line-height: 100px;
	}
	
	.title-tag b.uc {
		font-size: 85px;
		line-height: 97px;
	}
	
	.title-tag span {
		font-size: 72px;
		line-height: 80px;
	}
	
	.title-tag .h-tag {
		font-size: 44px;
		line-height: 54px;
	}
	
	.practice-area .pracitce-blurb h5 {
		font-size: 21px;
	}
	
	.why-choose .bold-min {
		letter-spacing: -2px;
	}
	
	.exp-row .txt-blurb-right p {
		padding-right: 30px;
	}
	
	.resident-row .h-lit {
		font-size: 55px;
		line-height: 58px;
	}
	
	.resident-row .h-lit span {
		font-size: 100px;
		line-height: 100px;
	}
	
	.attorney-row .attorney-blurb .h-bold {
		font-size: 150px;
	}
	
	.attorney-row .attorney-blurb .attorney-in-left {
		padding-left: 0;
	}
	
	.attorney-row .attorney-blurb {
		min-height: 550px;
	}
	
	.attorney-row .attorney-blurb .attorney-in-right {
		width: 55%;
	}
	
	.footer-location .h-bold {
		font-size: 140px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
	.header .sub-menu {
		max-width: 190px;
		min-width: 190px;
	}
}

@media screen and (max-width: 1000px) {
	.header .main-menu a {
		font-size: 13px;
	}
	
	.header .main-menu li {}
	
	.header .main-menu .navbar .menu-item-has-children::after {
		top: 4px;
	}
	
	.atf .title-bold {
		font-size: 87px;
		line-height: 55px;
	}
	
	.atf .sub-title {
		font-size: 40px;
		line-height: 31px;
	}
	
	.atf .title {
		font-size: 50px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.atf .atf-cta .btn-hv {
		margin-left: 0;
		margin-right: 0;
		padding: 0 20px;
	}
	
	.atf .container-fw {
		width: 95%;
	}
	
	.atf .atf-title {
		max-width: 655px;
		max-height: 130px;
	}
	
	.atf .sub-title h1 {
		letter-spacing: 0;
		font-size: 15px;
	}
	
	/*.title-hp .title-dark { font-size: 70px; }*/
	.title-hp .title-light {
		font-size: 95px;
		line-height: 120px;
	}
	
	.title-hp .title-small {
		font-size: 15px;
		letter-spacing: 6px;
	}
	
	.title-hp .extra-light, .title-hp .title-white {
		font-size: 70px;
	}
	
	.title-hp .and {
		font-size: 120px;
	}
	
	.tag-row .title-light {
		padding-left: 85px;
	}
	
	.tag-row .extra-light {
		padding-left: 70px;
	}
	
	.tag-row .title-hp {
		margin-top: 150px;
	}
	
	.tag-row {
		padding-bottom: 150px;
	}
	
	.tag-row .tag-blurb {
		padding: 0 20px;
	}
	
	.btf-3 .title-hp .title-light {
		display: block;
		line-height: 63px;
	}
	
	.btf-3 .title-hp .title-dark {
		line-height: 114px;
	}
	
	.blurb-col .blurb-img-txt p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.txt-row .title-small {
		left: 235px;
		max-width: 300px;
	}
	
	.help .title-small {
		max-width: 200px;
	}
	
	.content-col {
		padding-top: 50px;
	}
	
	.aside-col {
		padding-top: 70px;
	}
	
	.navigation.pagination .nav-title, .navigation.post-navigation .nav-title {
		font-size: 0;
	}
	
	.ip-title-lg {
		font-size: 94px;
	}
	
	.ip-contact-col .title-hp .title-small {
		left: 26px;
	}
	
	.ip-contact-col .ip-form-title {
		font-size: 39px;
	}
	
	.form-row .form-sub-title {
		line-height: 30px;
	}
	
	.title-hp .title-dark {
		font-size: 39px;
		letter-spacing: 13px;
	}
	
	body.form-open .form-row .model-form-title .ip-title-lg {
		font-size: 100px;
		line-height: 100px;
	}
	
	.content .ip-col-img {
		float: none;
	}
	
	.attorney .attorney-blurb {
		width: 47%;
		margin-left: 2%;
	}
	
	.attorney .btn-hv {
		padding: 0 20px;
		font-size: 15px;
	}
	
	.main-footer .footer-col-left p {
		font-size: 10px;
		line-height: 1.2;
	}
	
	.form-row .title-hp .main-span .title-small {
		font-size: 46px;
	}
	
	.form-row .title-hp .main-span {
		line-height: 50px;
	}
	
	.footer-location .title-hp h2 {
		font-size: 80px;
		line-height: 38px;
	}
	
	.form-row .title-hp .main-span {
		font-size: 130px;
	}
	
	.form-row .title-hp .title-small {
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	.main-attorney .attorney-col {
		width: 46.5%;
	}
	
	body.page-template-template-about .content .ip-col-img {
		float: left;
	}
}

@media screen and (max-width: 900px) {
	.header .main-menu .navbar > li {
		padding: 0 7px;
	}
	
	.tax-row h3 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	
	.help {
		min-height: 2500px;
	}
	
	.txt-row .txt-bg {
		background-size: 100%;
	}
	
	.header .logo, .header .logo a img {
		width: 170px;
	}
	
	.header .logo {
		margin-top: 28px;
	}
	
	.footer-location .h-bold {
		font-size: 130px;
		line-height: 100px;
		letter-spacing: -5px;
	}
	
	.footer-location p b {
		font-size: 43px;
	}
	
	.footer-location p {
		font-size: 20px;
	}
	
	body.page-template-template-about .content .ip-col-img {
		float: none;
	}
	
	.ip-row h1 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	
	body.page-template-template-about .inner-title {
		padding-left: 0;
	}
	
	body.page-template-template-about .ip-row .content-col-inner > p, body.page-template-template-about .ip-row .content-col-inner > h2, body.page-template-template-about .ip-row .content-col-inner > ul, body.page-template-template-about .ip-row .content-col-inner > ol, body.page-template-template-about .ip-row .content-col-inner > h4, body.page-template-template-about .ip-row .content-col-inner > h5, body.page-template-template-about .ip-row .content-col-inner > h6 {
		padding-left: 0;
	}
	
	body.page-template-template-about .ip-row .content-col-inner > hr {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.atf-fix-buttons {
		display: none;
	}
	
	li {
		margin-bottom: 0;
	}
	
	li::before {
		top: -2px;
	}
	
	ul {
		margin-bottom: 20px;
	}
	
	ol li, ul li {
		padding-left: 15px;
		margin-left: 10px;
	}
	
	.container-fw {
		width: 100%;
	}
	
	.container {
		width: 90%;
	}
	
	.cta {
		font-size: 15px;
		padding: 0 30px;
	}
	
	.crv-btm-r::after {
		background-size: 300% 100%;
	}
	
	.vb.draw::before {
		height: 150px;
	}
	
	.crv-top-r::after {
		background-size: 300% 100%;
	}
	
	.lc-crv-top-r::before {
		background-size: 300% 100%;
	}
	
	.hw-crv-l::before {
		background-size: 300% 100%;
	}
	
	.w-crv-btm-l::after {
		background-size: 300% 100%;
	}
	
	.w-crv-top-l::before {
		background-size: 300% 100%;
	}
	
	.form-row::before {
		background-size: 500% 100%;
	}
	
	.title-hp {
		margin-bottom: 20px;
	}
	
	.content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.blurb-col {
		padding: 0px;
	}
	
	.blurb-col .blurb-col-left, .blurb-col .blurb-col-right {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.blurb-col .txt-blurb-left, .blurb-col .txt-blurb-right {
		max-width: 100%;
		padding: 0;
		margin: 0;
		margin: 0 auto;
		float: none;
		box-sizing: border-box;
	}
	
	.blurb-col .blurb-img-txt {
		display: none;
	}
	
	.blurb-col .blurb-col-right .blrb-img-col {
		float: right;
		text-align: right;
	}
	
	.blurb-col .blrb-img-col img {
		max-width: 295px;
	}
	
	.blurb-col .blrb-img-col {
		margin-bottom: 20px;
	}
	
	blockquote, blockquote p {
		font-size: 26px;
		line-height: 36px;
	}
	
	blockquote {
		padding-left: 18px;
		margin-bottom: 20px;
	}
	
	.ip-row .ip-contact-col .staff-title {
		margin-bottom: 0px;
	}
	
	.staff-block .staff-blurb {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	
	.header {
		height: 67px;
		position: absolute;
	}
	
	body.win-scroll .header {
		position: fixed;
	}
	
	body.nav-show .header {
		background: #fff;
	}
	
	body.nav-show .header .logo-dark {
		display: inline-block;
	}
	
	body.nav-show .header .logo-main {
		display: none;
	}
	
	body.win-scroll .header .logo {
		margin-top: 5px;
		margin-left: 15px;
	}
	
	body.win-scroll .header .logo a img {
		width: 150px;
	}
	
	body.nav-show .header .menu-btn .menu-toggler, body.nav-show .header .menu-btn .menu-toggler::before, body.nav-show .header .menu-btn .menu-toggler::after, body.win-scroll .header .menu-btn .menu-toggler, body.win-scroll .header .menu-btn .menu-toggler::before, body.win-scroll .header .menu-btn .menu-toggler::after {
		background: #191d27;
	}
	
	.header .menu-btn {
		display: inline-block;
		margin: 14px 15px 10px 0;
		border-color: transparent;
		border: 2px solid #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}
	
	body.win-scroll .header .menu-btn, body.nav-show .header .menu-btn {
		border-color: #191d27;
	}
	
	.header .logo {
		margin: 8px 0 12px 15px;
		width: 205px;
	}
	
	.header .main-menu {
		width: 100%;
		left: 100%;
		position: absolute;
		background: rgba(255, 255, 255, 1);
		height: calc(100vh - 110px) !important;
		overflow-y: auto;
		width: 0;
		top: 67px;
		margin-top: 0;
	}
	
	.header .main-menu {
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}
	
	.header .container-fw {
		width: 100%;
		padding-left: 0;
	}
	
	.header .main-menu .navbar > li, body.win-scroll .header .main-menu .navbar > li {
		line-height: 30px;
	}
	
	.header .main-menu ul.navbar > li > a {
		color: #191d27;
		line-height: 45px;
	}
	
	.header .main-menu li {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		margin: 0;
		padding: 0 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	
	.header .main-menu a {
		font-size: 17px;
		padding: 5px 15px;
	}
	
	.header .sub-menu li a {
		padding: 5px 15px;
	}
	
	.header .main-menu .navbar > li:first-child {
		padding-left: 7px;
	}
	
	.header .menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	
	.header .main-menu .navbar .menu-item-has-children::after {
		display: none;
	}
	
	.header .menu-item-has-children.open > .sub-menu {
		display: block;
	}
	
	.header .sub-menu {
		position: relative;
		left: 0;
		padding: 0;
	}
	
	.header .main-menu .navbar {
		padding-left: 0;
		padding-bottom: 90px;
	}
	
	body.nav-show {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	
	.header .main-menu::after {
		display: none;
	}
	
	body.nav-show .header .main-menu {
		left: 0;
		width: 100%;
		margin-top: 0;
		border-top: 1px solid #c00;
	}
	
	body.nav-show .header .menu-btn .menu-toggler {
		background: transparent;
	}
	
	body.nav-show .header .menu-btn .menu-toggler::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	body.nav-show .header .menu-btn .menu-toggler::after {
		top: -2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/*.header .mobile-logo { display: inline-block; }*/
	.header .logo-main {
		display: inline-block;
	}
	
	.header .logo, .header .logo a img {
		width: 150px;
		height: 55px;
	}
	
	body.nav-show .header .logo, body.nav-show .header .logo a img {}
	
	body.nav-show .header .logo {
		margin: 8px 0 7px 15px;
	}
	
	.sm-nav {
		display: block;
	}
	
	.atf {
		min-height: 440px;
		max-height: 600px;
		position: relative;
		/*background-image: url(/wp-content/uploads/2019/02/atf-bg-1-UPDATED.jpg) !important;*/
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 110%;
	}
	
	.atf .atf-inner {
		bottom: 20%;
	}
	
	.atf-outer {
		height: auto !important;
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/SC-group-shot-gradient-mobile.jpg") !important;
		background-size: 100%;
	}
	
	.atf-outer.nitro-lazy {
		background-image: none !important;
	}
	
	.atf-btm {
		padding: 20px 0 50px 0;
		/* background-image: url(../images/bg-2.jpg) !important; */
		background-repeat: repeat;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	
	.atf-btm h4 {
		font-size: 30px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.atf-btm p {
		font-size: 18px;
		line-height: 24px;
	}
	
	.atf-btm .swiper-pagination {
		text-align: left;
		margin-top: 10px;
		padding-left: 0;
		width: 90%;
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.atf-btm h4 span {
		font-size: 44px;
		display: block;
		line-height: 54px;
	}
	
	.atf .atf-inner .atf-btm {
		display: none;
	}
	
	.atf .cta, .atf .cta-after {
		display: none;
	}
	
	.atf .container-fw {
		width: 100%;
	}
	
	.atf .bouncer {
		display: none;
	}
	
	.atf .play-btn img {
		width: 90px;
	}
	
	.atf .play-btn {
		margin-bottom: 20px;
		display: inline-block;
	}
	
	.atf .title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
		letter-spacing: 1px;
		text-align: left;
	}
	
	.atf .sub-title {
		top: -30px;
		font-size: 30px;
		line-height: 44px;
		letter-spacing: 1px;
	}
	
	.atf .title-bold {
		font-size: 70px;
		line-height: 32px;
		margin-bottom: 8px;
		padding-left: 0px;
		text-align: center;
	}
	
	.atf .title-bold span {
		font-size: 31px;
		top: -5px;
	}
	
	.atf .sub-title {
		font-size: 26px;
		line-height: 34px;
		text-align: center;
		position: relative;
		margin-bottom: 16px;
		display: block;
	}
	
	.atf .sub-title::after {
		content: "";
		width: 100%;
		display: inline-block;
		background: #c00;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -9px;
	}
	
	.atf .sub-title b {
		font-weight: bold;
		display: block;
	}
	
	.atf .sub-title h1 b {
		font-size: 35px;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	
	.atf .sub-title::after {
		content: none;
	}
	
	.atf .sub-title h1 {
		font-size: 18px;
		letter-spacing: 1px;
		text-align: center;
		margin-top: 10px;
	}
	
	.atf .sub-title i > span {
		display: none;
	}
	
	.atf .atf-caption {
		max-width: 310px;
		margin-bottom: 60px;
	}
	
	.atf .title b {
		font-size: inherit;
		max-width: 150px;
		display: inline-block;
	}
	
	.atf .atf-badge-title {
		float: none;
		font-size: 24px;
		line-height: 40px;
		font-weight: 700;
		border-top: 2px solid #c00;
		max-width: 150px;
	}
	
	.atf .atf-badge-list {
		max-width: 300px;
		margin: 0 auto 60px auto;
		text-align: left;
	}
	
	.atf .atf-badge-list li {
		width: 90px;
		text-align: center;
		margin-left: 0;
	}
	
	.atf .atf-badge-list .abc {
		width: 70px;
	}
	
	.atf .atf-badge-list .nbc {
		width: 70px;
	}
	
	.atf .atf-badge-list .sbt {
		width: 115px;
	}
	
	.atf .atf-badge-list li:nth-child(4), .atf .atf-badge-list li:nth-child(5) {
		display: none;
	}
	
	.atf .atf-case {
		display: none;
	}
	
	.atf .atf-cta {
		display: none;
	}
	
	/*.ip-atf .title { display: none; }
  .ip-atf .sub-title::after { display: none; }
  .ip-atf .title-bold { font-size: 40px; line-height: 45px; }
  .ip-atf .sub-title { font-size: 21px; line-height: 26px; font-weight: normal; max-width: 225px; margin: 0 auto; }
  .ip-atf .atf-caption { margin-bottom: 30px; }*/
	.txt-row .title-hp .title-light, .title-hp .title-light {
		font-size: 75px;
		line-height: 70px;
		margin-bottom: 15px;
		letter-spacing: 7px;
	}
	
	.title-hp .title-small {
		letter-spacing: 5px;
		font-size: 12px;
		line-height: 15px;
	}
	
	.title-hp .extra-light, .title-hp .title-white {
		font-size: 47px;
		line-height: 38px;
	}
	
	.title-hp .and {
		font-size: 74px;
		line-height: 50px;
	}
	
	.title-hp .title-dark {
		font-size: 21px;
		line-height: 38px;
		letter-spacing: 5px;
		margin-bottom: 10px;
	}
	
	.works .title-dark {
		margin-left: 0;
	}
	
	.works .title-hp .title-light {
		padding-left: 30px;
	}
	
	.about-row {
		margin-top: -215px;
	}
	
	.about-row .about-left-inner {
		max-width: 100%;
	}
	
	.about-row .about-left-main {
		padding-top: 100px;
		overflow: hidden;
	}
	
	.about-row .h-md {
		max-width: 300px;
		padding-left: 20px;
		font-size: 50px;
		line-height: 51px;
	}
	
	.about-row .drawline {
		margin-left: 220px;
		margin-top: -60px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.about-row .drawline::before {
		width: 100%;
		max-width: 100%;
	}
	
	.about-row .title-small {
		left: 35px;
		top: 10px;
	}
	
	.about-row .slide-outer {
		transform: none !important;
	}
	
	.about-row .swiper-button-next, .about-row .swiper-button-prev {
		display: none;
	}
	
	.about-row .swiper-pagination {
		display: block;
		margin-bottom: 30px;
		margin-top: 10px;
		bottom: 0px;
	}
	
	.about-row .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	
	.about-row p {
		padding: 0 10px;
		font-size: 18px;
		line-height: 25px;
	}
	
	.about-row .about-blurb span {
		font-size: 15px;
	}
	
	.about-row .about-left {
		width: 100%;
		float: none;
	}
	
	.about-row .about-right {
		width: 100%;
		float: none;
		top: -175px;
	}
	
	.about-row .swiper-container {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		min-height: 480px;
	}
	
	.about-row .quote-img {
		margin-top: 60px;
		max-width: 30px;
	}
	
	.about-row .about-cta {
		position: absolute;
		bottom: 45px;
		left: 0;
		right: 0;
		text-align: center;
	}
	
	.about-row .btn-hv {
		margin: 0;
	}
	
	.h-dark-md {
		font-size: 27px;
		line-height: 37px;
	}
	
	.h-bold {
		font-size: 85px;
		line-height: 70px;
		letter-spacing: -2px;
	}
	
	.h-dark-space {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 4px;
	}
	
	.h-dark-space b {
		display: block;
	}
	
	.btf h4 {
		font-size: 20px;
	}
	
	p, li {
		font-size: 15px;
		line-height: 25px;
	}
	
	.space {
		margin-top: 40px;
	}
	
	.bold-min {
		font-size: 50px;
		line-height: 46px;
	}
	
	.title-hp h2 span {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: -1px;
	}
	
	.h-lit {
		font-size: 46px;
		line-height: 58px;
	}
	
	.h-lit span {
		font-size: 70px;
		line-height: 80px;
		letter-spacing: 0;
		display: block;
	}
	
	.why-choose .title-hp h2 span {
		letter-spacing: -1px;
		top: -15px;
		position: relative;
	}
	
	.why-choose .bold-min {
		margin-top: -28px;
		text-align: left;
		font-size: 54px;
		line-height: 50px;
	}
	
	.why-choose .title-hp .h-bold {
		text-align: left;
		font-size: 104px;
		line-height: 80px;
	}
	
	.why-choose .h-tag {
		font-size: 24px;
		line-height: 24px;
	}
	
	.why-choose .h-tag span {
		font-size: 38px;
	}
	
	.why-choose .p-tag {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
	
	.tag-row {
		padding-bottom: 100px;
		background-attachment: initial;
	}
	
	.tag-row .extra-light {
		padding-left: 0;
		text-align: center;
	}
	
	.tag-row .title-light {
		padding-left: 0;
		text-align: center;
	}
	
	.tag-row .extra-light, .tag-row .title-white {
		text-align: center;
	}
	
	.tag-row .title-hp h2 {
		padding: 0;
	}
	
	.tag-row .title-hp {
		margin-top: 105px;
		margin-bottom: 30px;
	}
	
	.tag-row p {
		font-size: 18px;
		line-height: 31px;
	}
	
	.tag-row .tag-blurb {
		padding: 0;
	}
	
	.btf-3 .title-hp .title-small {
		text-align: center;
	}
	
	.btf-3 .title-hp .title-light {
		line-height: 50px;
	}
	
	.btf-3 .title-hp .title-dark {
		line-height: 68px;
	}
	
	.help .title-small {
		left: 100px;
		top: 10px;
		max-width: 135px;
	}
	
	.help h4 {
		font-size: 18px;
		line-height: 31px;
	}
	
	.help .hap-background {
		margin-top: 0;
		min-height: 400px;
	}
	
	.sm-col-img {
		display: inline-block;
	}
	
	.lg-col-img {
		display: none;
	}
	
	.blurb-col {
		width: 90%;
		margin: 0 auto;
	}
	
	.form-row {
		padding: 100px 0 20px 0;
		background-attachment: initial;
	}
	
	.form-row .title-hp .title-light.wt {
		display: block;
		font-size: 54px;
	}
	
	.form-row .title-hp .title-dark {
		line-height: 38px;
	}
	
	.form-row .title-hp .title-small {
		left: 0;
		top: 0;
		display: block;
		text-align: left;
		max-width: 100%;
		margin-bottom: 0;
	}
	
	.form-row .form-sub-title {
		max-width: 280px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2px;
		display: inline-block;
		margin-top: 10px;
		color: #191d27;
	}
	
	.form-row .tel-cta b {
		font-size: 25px;
	}
	
	.form-row .tel-cta {
		font-size: 22px;
		line-height: 20px;
	}
	
	.form-row .formcraft-css .fc-form .form-element:nth-child(1), .form-row .formcraft-css .fc-form .form-element:nth-child(2), .form-row .formcraft-css .fc-form .form-element:nth-child(3) {
		width: 100% !important;
	}
	
	.form-row .formcraft-css .fc-form .form-element:nth-child(3) .form-element-html {
		margin-right: 13px;
	}
	
	.form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="text"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="email"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="password"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover input[type="tel"], .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover textarea, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover select, .form-row .formcraft-css .fc-form.label-floating .form-element .field-cover .time-fields-cover {
		padding: 4px 22px !important;
		line-height: 40px;
	}
	
	.form-row .formcraft-css .fc-form.label-floating .field-cover > span {
		top: 10px;
		left: 12px;
	}
	
	.form-row .formcraft-css .fc-form.label-floating .field-cover.has-focus > span {
		top: 17px;
	}
	
	.form-row .formcraft-css .fc-form .form-element {
		margin-bottom: 15px;
	}
	
	.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element .field-cover textarea {
		line-height: 28px;
		padding-top: 10px !important;
	}
	
	.main-footer {
		text-align: center;
		padding-bottom: 50px;
		margin-top: -100px;
	}
	
	.main-footer .footer-col-left {
		max-width: 280px;
		position: initial;
		padding-top: 50px;
	}
	
	.main-footer .footer-list {
		position: relative;
		margin-top: 0px;
		padding-top: 20px;
	}
	
	.main-footer .footer-list li {
		margin: 0;
	}
	
	.main-footer .footer-col-left, .main-footer .powerd-by {
		float: none;
		margin: 0 auto;
	}
	
	.main-footer .social-list {
		text-align: center;
		margin-top: 15px;
	}
	
	.main-footer .footer-list ul {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
	.main-footer .footer-list li {
		margin-bottom: 0;
	}
	
	.main-footer .footer-list::before {
		max-height: 200px;
		height: 100%;
		top: 0;
	}
	
	.main-footer p {
		text-align: center;
	}
	
	.main-footer .powerd-by {
		max-width: 175px;
		text-align: center;
		padding-top: 25px;
		margin-bottom: 40px;
	}
	
	.main-footer .btf-inner {
		padding-bottom: 1px;
	}
	
	body.contact .main-footer::before {
		height: 180px;
		top: -80px;
	}
	
	body.contact .main-footer .btf-inner {
		top: 0;
	}
	
	.main-footer .powerd-by p {
		text-align: center;
	}
	
	.main-footer .footer-col-left > p {
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		line-height: 26px;
		font-size: 14px;
	}
	
	.main-footer .footer-list .list-right {}
	
	.main-footer .footer-list .list-left {
		text-align: right;
		padding-right: 0;
	}
	
	.main-footer .footer-list::before {
		display: none;
	}
	
	.main-footer .footer-list li a {
		font-size: 12px;
		line-height: 25px;
	}
	
	.ip-atf {
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/ip-atf.webp");
		height: 355px !important;
		min-height: 355px !important;
		background-size: cover !important;
		background-position: center top !important;
	}
	
	.ip-atf.nitro-lazy {
		background-image: none !important;
	}
	
	/*.ip-atf .ip-atf-caption { max-width: 300px; float: none; left: 0; right: 0; bottom: 0; margin: 0 auto; position: absolute; }
  .ip-atf .title b { letter-spacing: 3px; }
  .ip-atf .title { font-size: 19px; letter-spacing: 2px; }
  .ip-atf .title-bold { font-size: 39px; }
  .ip-atf .sub-title { font-size: 35px; text-align: center; margin-bottom: 25px; }*/
	.aside-col {
		display: none;
	}
	
	.content-col, .content-col.ip-blog-col {
		max-width: 100%;
		width: 100%;
		padding-top: 10px;
	}
	
	.ip-row .content-col-inner {
		padding: 0 4%;
	}
	
	.ip-row {
		padding-top: 25px;
		padding-bottom: 120px;
	}
	
	.content h3 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.ip-blog-col .post-blurb h3 {
		margin-bottom: 0;
	}
	
	.ip-blog-col .post-blurb h3 > a {
		margin-top: 10px;
	}
	
	.ip-blog-col .post-blurb .entry-footer {
		margin-bottom: 13px;
	}
	
	body.blog .ip-blog-col .post {
		margin-bottom: 50px;
	}
	
	.header .sub-menu {
		top: 0;
	}
	
	body.page-about .ip-t-light, body.page-reviews .ip-t-light, .ip-t-light {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 5px;
	}
	
	body.page-about .ip-title, body.page-reviews .ip-title, .ip-title {
		margin-bottom: 25px;
	}
	
	.ip-t-sm {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 5px;
		padding-left: 0;
	}
	
	body.page-about .ip-t-light, body.page-reviews .ip-t-light {
		padding-left: 20px;
	}
	
	.content .ip-col-img {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	body.page-about .content .ip-col-img {
		margin-top: 0;
	}
	
	.results-block .amount {
		font-size: 42px;
		padding-left: 0px;
	}
	
	.results-block .result-name {
		letter-spacing: 5px;
		margin-left: 0px;
		font-size: 16px;
	}
	
	.results-block h3 {
		margin-top: 0px;
		margin-bottom: 0;
	}
	
	.results-block {
		margin-bottom: 60px;
		padding-bottom: 10px;
	}
	
	.review-block .reviewer {
		margin-top: 20px;
		font-size: 26px;
		margin-right: 50px;
	}
	
	.ip-blog-col .post-block {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.navigation.pagination .page-numbers {
		padding: 0 3px;
		margin: 0 2px;
	}
	
	.navigation.pagination .icon, .navigation.post-navigation .icon {
		max-width: 30px;
	}
	
	body.single-post .ip-blog-col .entry-date {
		font-size: 15px;
		letter-spacing: 3px;
	}
	
	body.single-post .ip-blog-col h3 {
		font-size: 30px;
		line-height: 37px;
	}
	
	.ip-title-lg {
		font-size: 55px;
	}
	
	.ip-contact-col .title-hp .title-small {
		left: 0;
		top: 0;
		letter-spacing: 5px;
	}
	
	.ip-contact-col .ip-form-title {
		font-size: 24px;
		line-height: 43px;
		max-width: 280px;
		margin: 0 auto;
		line-height: 35px;
	}
	
	.ip-contact-col .title-hp {
		margin-bottom: 0;
	}
	
	.ip-contact-col .form-row .form-main {
		margin-top: 25px;
	}
	
	.ip-contact-col .ip-tel-link b {
		font-size: 25px;
	}
	
	.dpsp-button-style-1 .dpsp-network-btn {
		padding: 0;
	}
	
	body.single-post .ip-blog-col .post-block {
		margin-top: 15px;
	}
	
	.btf-3 .blurb-col .blrb-img-col {
		position: relative;
		top: 0 !important;
		float: none;
		right: -5.5%;
	}
	
	.blurb-col .gr-img {
		height: 600px;
	}
	
	.blurb-col .gr-img-2 {
		display: none;
	}
	
	.txt-row {
		margin-top: -300px;
	}
	
	.help.lc-crv-top-r::before {
		top: -53px;
	}
	
	.btf-3 {
		padding-bottom: 0;
	}
	
	.txt-row .blurb-col .txt-blurb-left, .txt-row .blurb-col .txt-blurb-right {
		margin: 0 auto;
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	
	.btf.works {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.works .work-list li {
		width: 280px;
		display: block;
		margin: 0 auto 60px auto;
		padding-top: 10px;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	
	.works .work-list li::before {
		left: 0;
	}
	
	.works .title-hp {
		margin-bottom: 30px;
	}
	
	.btf {
		padding: 100px 0;
	}
	
	.btf h5 {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 0;
	}
	
	.blurb-col .blurb-col-left .blrb-img-col {
		top: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.cta {
		font-size: 15px;
		letter-spacing: 1px;
		padding: 0 20px;
	}
	
	.crv-a::before {
		height: 100px;
		top: -100px;
	}
	
	.crv-a::after {
		height: 100px;
		bottom: -100px;
	}
	
	.crv-b::before {
		height: 100px;
		top: -100px;
	}
	
	.crv-b::after {
		height: 100px;
		bottom: -100px;
	}
	
	.crv-a-w::before {
		height: 100px;
		top: -100px;
	}
	
	.crv-a-w::after {
		height: 100px;
		bottom: -100px;
	}
	
	.crv-e::before {
		height: 100px;
		top: -100px;
	}
	
	.crv-e::after {
		height: 100px;
		bottom: -100px;
	}
	
	.crv-a::after {
		height: 100px;
		bottom: -100px;
	}
	
	.txt-row.crv-a::after {
		height: 100px;
		bottom: -100px;
	}
	
	.crv-f::after {
		height: 100px;
		bottom: -100px;
	}
	
	.btf.solving {
		padding-bottom: 100px;
	}
	
	.solving .title-hp .title-dark {
		text-align: left;
		padding-left: 25px;
		max-width: 350px;
	}
	
	.solving .title-hp .title-dark span {
		text-align: right;
		display: block;
	}
	
	.solving .sloving-wrap {
		margin-top: 0;
	}
	
	.content .tax-row h3 {
		font-size: 31px;
	}
	
	.tax-row .cta {
		font-size: 0;
		line-height: 60px;
	}
	
	.tax-row .cta b {
		font-size: 15px;
		letter-spacing: 1px;
	}
	
	.cta {
		padding: 0 20px;
	}
	
	.tax-row .swiper-pagination {
		display: block;
	}
	
	.trust {
		background-attachment: initial;
		padding-bottom: 0;
	}
	
	.trust .trust-wrapper {
		bottom: 0;
	}
	
	.trust .title-light {
		padding-left: 0;
	}
	
	.trust .title-hp .title-light {
		text-align: right;
	}
	
	.trust .blurb-col .blurb-col-left {
		width: 100%;
	}
	
	.trust.crv-c::after {
		height: 100px;
		bottom: -100px;
	}
	
	.trust .blurb-col .blurb-col-right {
		width: 100%;
		position: relative;
		right: -5.6%;
	}
	
	.trust .blurb-col .blrb-img-col {
		margin-bottom: -120px;
	}
	
	.trust .blurb-col .blrb-img-col img {
		max-width: 500px;
	}
	
	.help .title-hp, .help h5 {
		text-align: left;
	}
	
	.help .title-hp .title-light {
		padding-left: 0;
	}
	
	.help .title-hp h2 {
		padding-left: 0;
	}
	
	.help .blurb-col {
		width: 100%;
	}
	
	.help.btf {
		padding-top: 50px;
	}
	
	.help {
		background-size: 100%;
		min-height: auto;
		padding-bottom: 500px;
		background-position: center bottom;
	}
	
	.help-2 {
		padding-top: 40px;
	}
	
	.help-2 .title-hp {
		text-align: left;
	}
	
	.help-2 .title-hp .title-light {
		padding-left: 25px;
	}
	
	.hr-space-80px {
		padding-top: 40px;
	}
	
	.title-hp .and {
		font-size: 65px;
	}
	
	.l-space {
		font-size: 16px;
		line-height: 25px;
	}
	
	.txt-row {
		margin-top: -100px;
		padding-bottom: 0;
	}
	
	.txt-row h5 {
		text-align: left;
	}
	
	.txt-row .title-small {
		left: 0;
		top: 0;
	}
	
	.txt-row .blurb-col .txt-blurb-left, .txt-row .blurb-col .txt-blurb-right {
		margin-right: 0;
	}
	
	.title-hp .sm-and {
		font-size: 23px;
	}
	
	.form-row .formcraft-css .fc-form .form-element .form-element-html {
		margin: 0 0 0px 0 !important;
	}
	
	.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element.form-element-type-dropdown {
		width: 100% !important;
		box-sizing: border-box;
		padding-left: 0 !important;
		margin-left: 0;
		line-height: 58px;
	}
	
	.form-row .formcraft-css .fc-form.fc-form-1.label-floating .form-element .field-cover select {
		padding-left: 0 !important;
	}
	
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit {
		margin-top: 0;
	}
	
	.form-row .title-hp .title-light, .form-row .title-hp h2 {
		padding: 0;
	}
	
	.main-footer .footer-list li {
		line-height: 24px;
	}
	
	body.form-open .form-row .model-right-list {
		display: none;
	}
	
	body.form-open .ip-contact-col .form-row .form-main {
		width: 95%;
		margin: 0 auto;
	}
	
	body.form-open .form-row .form-close {
		width: 30px;
		height: 30px;
	}
	
	.ip-blog-col .default-img {
		margin-bottom: 0px;
	}
	
	.ip-blog-col .cta {
		padding: 0 70px;
	}
	
	.works .title-dark {
		font-size: 35px !important;
		letter-spacing: 12px;
	}
	
	.works .title-hp .title-light {
		font-size: 91px;
		letter-spacing: 10px;
	}
	
	.solving .title-hp .title-light {
		font-size: 79px;
		letter-spacing: 11px;
	}
	
	.solving .title-hp .title-dark {
		max-width: 260px;
		font-size: 30px;
		line-height: 41px;
	}
	
	.solving .title-hp h2 {
		display: inline-block;
	}
	
	.trust .title-hp {
		text-align: center;
	}
	
	.trust .title-hp h2 {
		max-width: 300px;
	}
	
	.trust .title-hp .title-dark {
		font-size: 31px;
		letter-spacing: 6px;
	}
	
	.trust .title-hp .title-light {
		font-size: 76px;
		line-height: 84px;
		letter-spacing: 9px;
	}
	
	.help.btf6 {
		padding-top: 80px;
	}
	
	.help.btf6 .title-hp .title-dark {
		font-size: 30px;
	}
	
	.help.btf6 .title-hp .title-light {
		font-size: 75px;
		letter-spacing: 8px;
	}
	
	.help.btf6 .title-hp h2 {
		padding: 0;
	}
	
	.help-2 .title-hp .title-light {
		font-size: 65px;
		letter-spacing: 6px;
		padding-left: 10px;
	}
	
	.txt-row .title-hp h2 {
		padding: 0;
	}
	
	.txt-row .title-hp .title-dark {
		font-size: 28px;
		text-align: center;
	}
	
	html body .txt-row .title-hp .title-light {
		font-size: 70px;
		letter-spacing: 7px;
	}
	
	.form-row .title-hp .title-dark {
		font-size: 21px;
	}
	
	html body .form-row .title-hp .title-light {
		font-size: 130px;
		line-height: 95px;
	}
	
	.bf-crv, .af-crv, .main-footer .bf-crv {
		height: 150px;
	}
	
	.bf-crv {
		top: -65px;
	}
	
	.af-crv {
		bottom: -65px;
	}
	
	.title-hp h2 {
		font-size: 48px;
		line-height: 60px;
		padding: 0;
	}
	
	.btf h4 {
		font-size: 28px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	
	.sm-swipe-txt {
		display: block;
	}
	
	.gm-tp {
		border-top: 18px solid #f7f8f9;
		border-bottom: 18px solid transparent;
	}
	
	.gm-btm {
		border-top: 18px solid #fff;
	}
	
	.before-crv {
		height: 80px;
		top: -40px;
	}
	
	.why-choose .title-hp h2 {
		max-width: 350px;
	}
	
	.why-choose .why-choose-swiper {
		margin-top: 40px;
	}
	
	.why-choose {
		padding-bottom: 200px;
		background-attachment: initial;
	}
	
	.why-choose .swiper-pagination {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.why-choose .why-choose-img {
		max-width: 220px;
		min-width: 220px;
	}
	
	.practice-area {
		padding-top: 0;
		margin-top: 85px;
		padding-bottom: 0;
	}
	
	.practice-area .btf-inner {
		top: -35px;
	}
	
	.practice-area .title-hp h2 br {
		display: none;
	}
	
	.practice-area .title-hp, .practice-area .title-hp h2 {
		text-align: left;
	}
	
	.practice-area .blurb-col-left .blrb-img-col {
		top: 0;
		margin-bottom: 30px;
	}
	
	.practice-area .play-icon {
		width: 105px;
		height: 105px;
		background-size: 100%;
	}
	
	.practice-area .sm-practice {
		display: block;
	}
	
	.practice-area .lg-practice {
		display: none;
	}
	
	.practice-area .prac-item {
		text-align: left;
		display: inline-block;
		margin: 0;
	}
	
	.practice-area .pracitce-blurb {
		width: 100%;
		padding-left: 0;
	}
	
	.practice-area .practice-icon {
		max-width: 40px;
		margin-left: 5px;
	}
	
	.practice-area .pracitce-blurb h5 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.practice-area .practice-col {
		max-width: 320px;
		margin: 40px auto;
	}
	
	.practice-area ul {
		border: none;
	}
	
	.practice-area ul li:hover .pracitce-blurb h5 {
		font-style: normal;
	}
	
	/*.practice-area .swiper-pagination-bullet, .practice-area .swiper-pagination-bullet-active { background: #cc0000; }  
  .practice-area .swiper-pagination-bullet { width: 8px; height: 8px; }
  .practice-area .swiper-pagination-bullet-active { width: 15px; height: 15px; bottom: -3px; position: relative; }
  .practice-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px; }
  .practice-area .swiper-pagination { position: relative; }
  .practice-area .swiper-pagination::before { content: ''; width: 100%; height: 2px; background: #cc0000; display: block; margin-bottom: -13px; }*/
	.practice-area .blurb-col {
		width: 100%;
	}
	
	.practice-area .blurb-col-left .blrb-img-col {
		overflow: hidden;
	}
	
	.practice-area .blurb-col .blrb-img-col img {
		max-width: 110%;
		margin: 0 -5%;
		width: 110%;
	}
	
	.practice-area .blurb-col .txt-blurb-left {
		padding: 0 5%;
	}
	
	.practice-area .bf-crv {
		top: -100px;
	}
	
	.practice-area .pracitce-blurb p {
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	.practice-area ul li .more {
		vertical-align: top;
		margin-bottom: 20px;
	}
	
	.practice-area ul li .more .more-txt {
		display: inline-block;
		padding: 0 20px;
		font-size: 15px;
		font-weight: bold;
		line-height: 50px;
		border: 2px solid #c00;
		text-transform: uppercase;
		margin-top: 20px;
	}
	
	.practice-area .blurb-col .txt-blurb-left, .practice-area .blurb-col .txt-blurb-right {
		margin: 0 auto;
	}
	
	.practice-area .blurb-col .txt-blurb-left {
		margin: 0;
	}
	
	.practice-area .practice-icon {
		min-width: 85px;
		max-height: 70px;
		width: 100%;
		height: 100%;
	}
	
	.practice-area .practice-icon img {
		max-width: 100%;
	}
	
	.practice-area .prac-item {
		text-align: center;
	}
	
	.swiper-pagination-bullet {
		margin: 0 7px;
		width: 10px;
		height: 10px;
	}
	
	.txt-col {
		padding: 30px 0 0 0;
	}
	
	.txt-col .partial-logo {
		display: none;
	}
	
	.form-row {
		padding: 30px 0 100px 0;
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/contact-bg.webp");
	}
	
	.form-row.nitro-lazy {
		background-image: none !important;
	}
	
	.form-row .form-main {
		margin-top: 40px;
	}
	
	.form-row .tel-cta {
		display: none;
	}
	
	.form-row .title-hp .sub-span {
		font-size: 15px;
		line-height: 22px;
		max-width: 300px;
		letter-spacing: 3px;
		margin-top: 5px;
	}
	
	.form-row .title-hp .main-span {
		text-align: left;
		font-size: 40px;
		font-size: 60px;
		letter-spacing: -2px;
	}
	
	.form-row .title-hp .main-span br {
		display: none;
	}
	
	.form-row .title-hp .main-span b {
		font-size: inherit;
	}
	
	.form-row .title-hp .main-span .title-small {
		font-size: 40px;
		line-height: 45px;
	}
	
	.form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
		text-align: center;
	}
	
	.form-row .formcraft-css .fc-form .form-element .submit-cover.align-center {
		text-align: center;
	}
	
	.form-row .form-main .field-reg {
		text-align: center;
		padding-right: 0;
	}
	
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit .submit-button {
		margin-top: 30px;
	}
	
	.form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text {
		line-height: 57px;
	}
	
	.footer-location {
		padding-bottom: 0;
	}
	
	.footer-location .map-container {
		transform: none;
	}
	
	.footer-location .location-blurb {
		width: 100%;
		margin: 0 auto 45px auto;
		text-align: center;
		padding-top: 50px;
	}
	
	.footer-location .tel-cta b {
		display: block;
		font-size: 25px;
	}
	
	.footer-location .tel-cta {
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
	}
	
	.footer-location .h-dark-md {
		font-size: 32px;
		margin-bottom: 0;
	}
	
	.footer-location p {
		font-size: 16px;
		line-height: 15px;
		letter-spacing: 3px;
	}
	
	.footer-location p b {
		font-size: 31px;
		letter-spacing: 0px;
		line-height: 45px;
	}
	
	.footer-location .h-bold {
		font-size: 90px;
		line-height: 80px;
		letter-spacing: 0;
	}
	
	.footer-location .location-blurb-inner {
		text-align: center;
	}
	
	.location-map {
		width: 100%;
		position: relative;
		height: 320px;
	}
	
	.location-map iframe {
		height: 160%;
		top: -40%;
	}
	
	/*.location-map iframe { position: relative; top: 0; }*/
	.footer-location .container-fw {
		width: 100%;
	}
	
	.footer-location .title-hp h2 span {
		font-size: 42px;
		line-height: 50px;
	}
	
	.footer-location .social-list li {
		margin-right: 5px;
		margin-left: 4px;
	}
	
	.main-footer .footer-col-left, .main-footer .powerd-by {
		text-align: center;
	}
	
	.ip-row h1 {
		font-size: 58px;
		line-height: 60px;
	}
	
	#dpsp-content-top {
		position: absolute;
		top: 0;
		left: 50px;
	}
	
	.dpsp-share-text {
		position: relative;
		left: 0;
		top: 0;
	}
	
	.dpsp-column-3.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
		width: 18%;
	}
	
	.ip-span {
		padding-right: 0;
	}
	
	body.contact .form-row {
		padding-bottom: 20px;
	}
	
	body.case-results .ip-row h1 {
		margin-bottom: 0;
	}
	
	body.form-open .form-inner {
		top: 0;
		height: 100%;
		max-height: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	body.form-open .form-row .title-hp .sub-span {
		font-size: 0;
		line-height: 0;
		display: none;
	}
	
	body.form-open .form-row .form-close {
		top: 10px;
		right: 10px;
	}
	
	body.form-open .form-row {
		background: #fff !important;
	}
	
	.contact .formcraft-css .fc-form .form-element .submit-cover.align-center {
		text-align: center;
	}
	
	.form-row .formcraft-css .fc-form .form-element .submit-cover .submit-button .text {
		-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .75);
		-ms-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .5);
		-o-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .5);
		-webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .5);
		box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .5);
	}
	
	body.page-template-template-about .content .ip-col-img {
		float: none;
	}
	
	body.page-template-template-about .content-col {
		max-width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	
	body.page-template-template-about .ip-row h1 {
		font-size: 48px;
		line-height: 50px;
	}
	
	body.page-template-template-about .inner-title {
		padding-left: 0;
	}
	
	body.page-template-template-about .ip-row .content-col-inner {
		max-width: 100%;
		padding: 0 4%;
	}
	
	body.page-template-template-about .ip-row .content-col-inner > p, body.page-template-template-about .ip-row .content-col-inner > h2, body.page-template-template-about .ip-row .content-col-inner > ul, body.page-template-template-about .ip-row .content-col-inner > ol, body.page-template-template-about .ip-row .content-col-inner > h4, body.page-template-template-about .ip-row .content-col-inner > h5, body.page-template-template-about .ip-row .content-col-inner > h6 {
		padding-left: 0;
	}
	
	body.page-template-template-about .ip-row .content-col-inner > hr {
		margin-left: 0;
	}
	
	body.page-template-template-about .ip-row .content-col-inner blockquote {
		margin-left: 0;
	}
	
	.main-attorney {
		display: none;
	}
	
	body.page-template-template-about .mobile-main-attorney {
		display: block;
	}
	
	body.page-template-template-about .attorney {
		width: 100%;
	}
	
	body.page-template-template-about .ip-row h4 {
		margin-bottom: 15px;
		padding-left: 4%;
	}
	
	body.form-open .container {
		top: 10px;
	}
	
	.header .logo::after {
		content: none;
	}
	
	.ca-inner {
		padding: 50px 0;
	}
	
	.ca-row .h-bold {
		letter-spacing: -4px;
	}
	
	.ca-row .h-dark-md {
		text-align: left;
		line-height: 30px;
	}
	
	.ca-row .title-hp {
		text-align: left;
	}
	
	.ca-row .blurb-col .txt-blurb-right {
		padding-left: 0;
	}
	
	.ca-row .blurb-col .txt-blurb-left {
		padding-top: 10px;
	}
	
	.exp-row .exp-logo {
		max-width: 300px;
	}
	
	.exp-row {
		padding: 250px 0 250px 0;
		background-attachment: initial;
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/btf-4-bg.webp");
	}
	
	.exp-row.nitro-lazy {
		background-image: none !important;
	}
	
	.exp-row .h-lit {
		line-height: 38px;
		max-width: 260px;
		padding-right: 20px;
		border-right: 2px solid #c00;
		margin: 0 auto;
		position: relative;
		left: -30px;
	}
	
	.exp-row .drawline.vr {
		display: none;
	}
	
	.exp-row .txt-blurb-right p {
		padding-right: 0;
		font-size: 16px;
		line-height: 26px;
	}
	
	.exp-row .blurb-col-left {
		margin-bottom: 30px;
	}
	
	.pi-row {
		padding: 60px 0;
	}
	
	.pi-row .h-dark-md {
		text-align: left;
		line-height: 30px;
	}
	
	.pi-row .title-hp {
		margin-bottom: 35px;
	}
	
	.title-tag {
		transform: none;
		margin-bottom: 20px;
	}
	
	.title-tag .h-tag {
		font-size: 42px;
		line-height: 54px;
	}
	
	.title-tag b.uc {
		font-size: 65px;
		line-height: 57px;
	}
	
	.title-tag b {
		font-size: 52px;
		line-height: 50px;
	}
	
	.title-tag span {
		font-size: 46px;
		line-height: 50px;
	}
	
	.h-tag {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 34px;
	}
	
	.resident-row {
		margin-top: -80px;
		padding-bottom: 300px;
	}
	
	.resident-row .swiper-pagination {
		top: 20px;
	}
	
	.resident-row .drawline {
		max-height: 200px;
	}
	
	.resident-row .resident-blurb {
		min-height: 700px;
	}
	
	.resident-row .slide-in-left, .resident-row .slide-in-right {
		width: 100%;
	}
	
	.resident-row .resident-slide {
		display: block;
		padding: 0 30px;
		min-height: 450px;
	}
	
	.resident-row .r-blurb-in {
		min-height: 650px;
	}
	
	.resident-row .slide-in-left {
		text-align: left;
		margin-bottom: 30px;
	}
	
	.resident-row .h-tag {
		padding-left: 0;
		max-width: 100%;
	}
	
	.resident-row .h-lit {
		font-size: 40px;
		line-height: 40px;
	}
	
	.resident-row .h-lit span {
		font-size: 80px;
		line-height: 80px;
	}
	
	.attorney-row {
		padding: 50px 0;
	}
	
	.attorney-row .attorney-cta {
		display: inline-block;
		margin-top: -20px;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.attorney-row .title-col .title-bar .h-tag {
		font-size: 55px;
		line-height: 50px;
	}
	
	.attorney-row .title-col .h-dark-md {
		line-height: 30px;
		font-size: 30px;
	}
	
	.attorney-row .attorney-blurb .title-hp {
		margin-bottom: 0;
		text-align: center;
	}
	
	.attorney-row .attorney-blurb {
		min-height: 400px;
	}
	
	.attorney-row .title-bar h2 {
		padding-left: 30px;
	}
	
	.attorney-row .title-col .title-hp {
		margin-bottom: 10px;
	}
	
	.attorney-row .attorney-blurb .h-bold {
		font-size: 90px;
		line-height: 80px;
	}
	
	.attorney-row .attorney-blurb .h-dark-md {
		padding-right: 40px;
	}
	
	.attorney-row .attorney-detail {
		display: none;
	}
	
	.attorney-row .attorney-blurb .attorney-in-left {
		padding-top: 0;
		width: 100%;
	}
	
	.attorney-row .attorney-in-left .title-hp h2 {
		margin: 0 auto;
	}
	
	.attorney-row .attorney-blurb .attorney-in-right {
		position: relative;
		width: 100%;
		margin-top: -20px;
	}
	
	.attorney-row .attorney-blurb .attorney-img {
		max-width: 300px;
	}
	
	.attorney-row .blurb-col {
		width: 100%;
	}
	
	.form-row .tel-cta {
		display: inline-block;
		margin-top: 20px;
	}
	
	.form-row .tel-cta b {
		color: #c00;
		font-weight: bold;
		display: block;
	}
	
	body.page-template-template-about .content-col {
		width: 100%;
	}
	
	body.page-template-template-about .ip-row .content-col-inner {
		padding: 0;
	}
	
	.ip-span {
		padding-left: 10px;
		font-size: 15px;
	}
	
	.results-block .result-name {
		padding-left: 80px;
	}
	
	body.reviews .inner-title h1 {
		line-height: 56px;
	}
	
	.ip-contact-col .title-small {
		padding-left: 20px;
		letter-spacing: 3px;
		font-size: 18px;
	}
	
	.ip-row .ip-contact-col .inner-title {
		margin-bottom: 30px;
	}
	
	.review-block {
		padding-top: 30px;
	}
	
	.review-block .quote-icon {
		top: 18px;
		font-size: 35px;
		left: -15px;
		max-width: 32px;
	}
	
	.review-block .reviewer {
		margin-right: 20px;
	}
	
	.review-block {
		background-size: 140px;
		background-position: right center;
		margin-bottom: 40px;
		padding-left: 25px;
	}
	
	body.contact .content-col {
		padding-bottom: 100px;
	}
	
	body.contact .ip-row {
		padding-top: 25px;
	}
	
	.ip-contact-col .ip-title-lg {
		font-size: 55px;
		line-height: 65px;
	}
	
	.ip-contact-col .ip-form-title b {
		display: block;
		text-transform: uppercase;
		font-family: "bebas_neuebold";
		font-size: 46px;
	}
	
	.ip-contact-col .ip-form-title {
		text-align: left;
	}
	
	.ip-contact-col .title-hp .title-light {
		font-size: 38px;
		line-height: 48px;
		color: #c00;
		margin-bottom: 0;
	}
	
	.ip-contact-col .loc-sm {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 2px;
	}
	
	.ip-contact-col .ip-direction-link > img {
		max-width: 52px;
	}
	
	.ip-contact-col .ip-tel-link > img {
		max-width: 40px;
	}
	
	.location-row .address-line-1 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.location-row .address-line-2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	
	.ip-contact-col .ip-direction-link {
		margin-top: 10px;
	}
	
	.ip-contact-col .ip-tel-link span {
		letter-spacing: 2px;
	}
	
	body.contact .form-row {
		padding-bottom: 20px !important;
	}
	
	.location-block .title-hp {
		padding-top: 40px;
	}
	
	.ip-blog-col .blog-link {
		line-height: 57px;
	}
	
	.ip-row .content-col-inner {
		padding: 0;
	}
	
	.ip-blog-col .blog-cta {
		margin-top: 40px;
	}
	
	.next-pre .btn-link > a {
		display: none;
	}
	
	.dpsp-share-text, #dpsp-content-top {
		display: none;
	}
	
	.next-pre .txt {
		display: none;
	}
	
	.form-row .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
		max-width: 100%;
	}
	
	.form-row-outer {
		background-attachment: initial;
	}
	
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit::before {
		top: 112px;
		right: auto;
		left: 31%;
	}
}

@media screen and (max-width: 600px) {
	.help {
		background-size: contain;
		min-height: 1265px;
		padding-bottom: 250px;
	}
	
	.help.btf {
		min-height: 1265px;
		padding-bottom: 250px;
	}
	
	.txt-row .txt-inner {
		padding-top: 255px;
	}
	
	.title-hp .title-dark {
		font-size: 24px;
	}
	
	body.form-open .model-form-title .title-hp.left-title {
		width: auto;
	}
	
	body.form-open .form-row .model-right-list ul {
		display: none;
	}
	
	body.form-open .form-row .model-right-list {
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
	
	body.form-open .form-row .model-right-list h3 {
		padding: 0;
	}
	
	body.form-open .form-row .model-form-title .ip-title-lg {
		padding-left: 30px;
	}
}

@media screen and (max-width: 480px) {
	.bf-crv, .af-crv, .main-footer .bf-crv {
		height: 100px;
	}
	
	.af-crv {
		bottom: -50px;
	}
	
	.bf-crv {
		top: -50px;
	}
	
	.help .hap-background {
		background-position: left top;
	}
	
	.main-footer p {
		font-size: 11px;
	}
	
	.ip-atf {
		height: 340px !important;
	}
	
	.blurb-col .gr-img {
		height: 400px;
	}
	
	.blurb-col .gr-img.frame::before {
		top: 20px;
	}
	
	.blurb-col .gr-img:not(.gr-img-2) .gr-bg {
		top: 40px;
		left: 40px;
	}
	
	.dpsp-share-text, #dpsp-content-top {
		top: -10px;
		margin-bottom: 0;
	}
	
	body.single-post .ip-blog-col h3 {
		margin-top: 10px;
	}
	
	.header .menu-btn {
		margin: 13px 10px 10px 0;
		width: 35px;
		height: 35px;
	}
	
	.header .menu-btn .menu-toggler {
		margin-top: 17px;
	}
	
	.form-row {
		background-position: center center;
	}
	
	.txt-row .title-hp .title-light, .title-hp .title-light {
		font-size: 60px;
		letter-spacing: 3px;
	}
	
	.form-row .title-hp .title-light, .form-row .title-hp .title-light {
		padding-left: 15px;
	}
	
	.form-row .title-hp .title-dark {
		font-size: 20px;
	}
	
	.help {
		min-height: 2400px;
	}
	
	.help-2 .title-hp .title-light {
		text-align: right;
	}
	
	.title-hp .and {
		font-size: 40px;
	}
	
	.form-row .title-hp h2 {
		font-size: 55px;
	}
	
	html .formcraft-css .fc-form .form-element .submit-cover .submit-button > span {
		padding: 0 35px !important;
	}
	
	html .formcraft-css .fc-form .form-element .submit-cover.align-center {
		min-height: 100px;
	}
	
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit {
		margin-bottom: 8px;
	}
	
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit::before {
		left: 25%;
	}
	
	.ip-atf {
		height: 350px !important;
		min-height: 350px;
	}
	
	.ip-row h1 {
		font-size: 40px;
		line-height: 47px;
	}
	
	.ip-row h2 {
		font-size: 24px;
	}
	
	.why-choose .title-hp {
		text-align: left;
	}
	
	.why-choose .title-hp h2 {
		max-width: 200px;
	}
	
	.h-bold {
		font-size: 70px;
	}
	
	.exp-row .h-lit {
		left: -10px;
	}
	
	.resident-row .resident-slide {
		padding: 0 10px;
	}
	
	.resident-row .resident-blurb {
		min-height: 800px;
	}
	
	.resident-row .r-blurb-in {
		min-height: 750px;
	}
}

@media screen and (max-width: 360px) {
	.form-row .formcraft-css .fc-form .form-element.form-element-type-submit::before {
		left: 22%;
	}
}

.liveChatFloatingButtonSpacer {
	position: fixed;
}

@media screen and (max-width: 767px) {
	.liveChatFloatingButtonMobile {
		display: none !important;
	}
}

/* Chatpopup style start */
.chat-btn {
	width: 87px;
	height: 87px;
	font-size: 14px;
	line-height: 87px;
	color: #fff;
	font-weight: 600;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99999;
	text-align: center;
	outline: focus;
	color: #fff !important;
	background-size: cover;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.chat-btn b {
	top: -5px;
	position: absolute;
	left: 0;
	right: 0;
}

.chat-btn ul {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	padding: 0;
}

.chat-btn ul li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}

.chat-btn:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.chatwrapper {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 99999;
}

.chatwrapper.show {
	display: block;
}

.chatpopup {
	width: 725px;
	height: 441px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chatpopup .cta {
	color: #fff;
	font-weight: bold;
	margin: 0 10px;
}

.chatpopup .popup-canvas {
	width: 100%;
	text-align: center;
	padding-top: 200px;
}

.chatpopup a:not([href]):not([tabindex]):hover, .chatpopup a:not([href]):not([tabindex]):focus, .chatpopup a:not([href]):not([tabindex]) {
	color: #fff;
}

.chatpopup .cta:not(.active) {
	background: rgba(24, 201, 189, .5);
	border: 2px solid #c00;
}

.chatpopup .popup-canvas h3 {
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	font-family: "Playfair Display", serif;
}

.chatpopup .popup-canvas h3 b {
	font-weight: bold;
}

.chatpopup .popup-name {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
	border-bottom: 2px solid #ff903e;
	padding-left: 12px;
	position: absolute;
	right: 60px;
	bottom: 77px;
}

.chatpopup .popup-name b {
	position: absolute;
	display: inline-block;
	line-height: 22px;
	color: #ff903e;
	font-style: normal;
	bottom: -25px;
	right: 0;
	font-size: 20px;
	font-weight: 600;
}

@media screen and (min-width:768px) {
	body.chatopen {
		position: fixed;
	}
	
	.ip-row.ip-main-row .content-col-inner img {
		max-width: 100%;
		width: 100%;
		margin: 20px 30px 30px 0;
		object-fit: cover;
		height: auto;
		float: left;
	}
}

@media screen and (max-width:991px) {
	.chat-btn, .chatwrapper {
		display: none !important;
	}
	
	.main-footer .footer-right {
		width: 100%;
	}
	
	.main-footer .footer-list .list-left {
		padding-right: 22px;
	}
	
	.main-footer .footer-phone .phone {
		text-align: center;
	}
	
	.main-footer .footer-right {
		padding-top: 50px;
	}
	
	.main-footer .footer-col-left, .main-footer .powerd-by {
		text-align: center;
	}
	
	.main-footer .footer-col-left, .main-footer .powerd-by {
		float: none;
		margin: 0 auto;
	}
	
	.main-footer .footer-col-left {
		max-width: 280px;
		position: initial;
		padding-top: 50px;
	}
	
	.main-footer .footer-list {
		position: relative;
		margin-top: 0px;
		padding-top: 20px;
	}
	
	.main-footer {
		text-align: center;
		padding-bottom: 100px;
		margin-top: -100px;
	}
	
	.main-footer .footer-list .list-right {}
	
	.main-footer .footer-list .list-right {
		text-align: left;
		padding-left: 23px;
	}
	
	.main-footer .footer-list ul {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
	.main-footer .footer-col-left > p {
		bottom: -35px;
	}
	
	.ip-row.ip-main-row .content-col-inner {
		width: 57%;
	}
	
	.ip-row.ip-main-row .asidebar {
		width: 38%;
	}
}

/* Chatpopup style end */

/*404 style start */
.content-404 .title-404 {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 10px;
}

.content-404 .sub-title-404 {
	margin-bottom: 10px;
}

.content-404 .practice-areas-404 {
	padding-left: 0;
	margin-top: 30px;
	max-width: 560px;
	margin-left: 0;
}

.content-404 .practice-areas-404 li {
	width: 49.6%;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
	padding: 0;
}

.content-404 .practice-areas-404 li::before {
	content: none;
}

.content-404 .practice-areas-404 li > a {
	display: inline-block;
	vertical-align: top;
}

.content-404 .practice-areas-404 li img {
	max-width: 80px;
	max-height: 60px;
	min-height: 47px;
	width: 100%;
	height: 100%;
}

.content-404 .practice-areas-404 li h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 15px 0 0 0;
}

.ip-row .content-404 h3 {
	font-size: 32px;
}

.content-404 .blogs404 {
	max-width: 740px;
	margin-left: 130px;
}

html body .content-404 .blog-title404 {
	font-weight: 700;
	font-size: 44px;
	text-align: left;
	margin-bottom: 20px;
}

.footer-disclaimer {
	max-width: 1300px;
	margin: 30px auto 0 auto;
}

@media screen and (max-width: 1359px) {
	.content-404 .blogs404, .content-404 .practice-areas-404 {
		margin-left: 50px;
	}
}

@media screen and (max-width: 1199px) {
	.content-404 .blogs404, .content-404 .practice-areas-404 {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.content-404 .title-404 {
		line-height: 55px;
	}
	
	.content-404 .practice-areas-404 li {
		width: 100%;
		margin-left: 0;
	}
	
	.content-404 .practice-areas-404 li {
		padding-left: 0;
	}
	
	.content-404 .blogs404, .content-404 .practice-areas-404 {
		margin-left: 0;
	}
	
	html body .content-404 .blog-title404 {
		margin-left: 0 !important;
	}
	
	body.error404 .ip-content-outer .ip-left.reviews-outer {
		padding: 0 20px 0 0;
	}
	
	body.error404 .blog-detail-box h2 {
		font-size: 30px;
	}
	
	.ip-row.ip-main-row .content-col-inner, .ip-row.ip-main-row .asidebar {
		width: 100%;
	}
	
	html .asidebar .formcraft-css .fc-form.fc-form-2 {
		width: 100% !important;
	}
	
	body.blog .asidebar, body.single .asidebar {
		display: none;
	}
}

@media ( max-width:479px ) {
	.main-footer {
		padding-bottom: 100px;
	}
	
	.main-footer .footer-col-left > p {
		left: 15px;
		right: 15px;
		bottom: -55px;
	}
}

/*404 style end */

/* For Desktop imgs only */
@media screen and ( min-width:769px ) {
	.atf-outer {
		background: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/SC-group-shot-gradient.jpg");
		background-size: 100% auto !important;
		background-repeat: no-repeat !important;
		background-position: center top !important;
	}
	
	.exp-row {
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/btf-6-bg.webp");
		background-attachment: fixed;
		background-size: cover;
		background-position: center center !important;
	}
	
	.exp-row.nitro-lazy {
		background-image: none !important;
	}
	
	.form-row-outer {
		background-image: url("https://cdn-ilenhbd.nitrocdn.com/tBPQCtsoXrYYkTLPzgqDWoWTmCARnnqn/assets/images/optimized/rev-8506215/www.calahanlaw.com/wp-content/themes/sc/images/contact-bg.webp");
		background-position: center center;
		background-attachment: fixed;
	}
	
	.form-row-outer.nitro-lazy {
		background-image: none !important;
	}
	
	body.blog .asidebar .aside-col, body.single .asidebar .aside-col {
		padding-left: 1%;
		width: 30%;
	}
	
	.relatedarticle-list .desc-article {
		width: 100%;
	}
}

@media screen and ( min-width:990px ) {
	.relatedarticle-list .desc-article {
		width: calc(100% - 110px);
	}
}

@media screen and ( max-width:768px ) {
	body.blog .asidebar .aside-col, body.single .asidebar .aside-col {
		width: 100%;
		display: block;
		border: 0;
		min-height: 0 !important;
	}
	
	body.blog .asidebar .aside-col, body.blog .asidebar .aside-col {
		min-height: 0 !important;
		border: 0;
	}
	
	html .asidebar .formcraft-css .fc-form.fc-form-2 {
		width: 100% !important;
	}
}

.bread-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
}

.pagedate {
	margin-left: auto;
}

html body .dpsp-icon-total-share svg, html body .dpsp-network-icon .dpsp-network-icon-inner svg {
	max-height: 30px;
}

html body .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon .dpsp-network-icon-inner > svg {
	fill: var(--customNetworkColor, var(--networkColor, #3a579a)) !important;
}

html body .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon .dpsp-network-icon-inner > svg {
	fill: var(--customNetworkColor, var(--networkColor, #00abf0)) !important;
}

html body .dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	margin-right: 14%;
}

html body .liveChatFloatingButton {
	display: none;
}

body.page-template-template-contact h1:not(.site-title)::before, body.page-template-template-contact h2::before {
	display: none;
}

body.contact .content-col {
	padding-top: 30px;
}

body.contact .location-block .title-hp {
	border-top: none;
}

body.contact .map-row-inner {
	border-top: 2px solid #273047;
}

body.contact .map-row-left {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

body.contact .map-row-right {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

body.contact .ip-contact-col .map-block {
	margin-top: 80px;
}

@media screen and (max-width: 992px) {
	body.contact .map-row-left, body.contact .map-row-right {
		width: 100%;
	}
	
	html body.contact .form-row {
		margin-top: 30px;
	}
}

.featured-image-with-overlay {
	position: relative;
	line-height: 1;
}

.featured-image-with-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 1;
}

.featured-image-with-overlay .overlay-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	transform: translateY(-50%);
	padding: 12px 15%;
	z-index: 2;
}

.featured-image-with-overlay .overlay-content .post-title {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
	font-size: 22px;
	letter-spacing: .15px;
}

.featured-image-with-overlay .overlay-content .overlay-logo {
	width: 30%;
	height: auto;
	margin: 32px auto 0;
	display: block;
}

@media screen and (min-width: 992px) {
	.featured-image-with-overlay .overlay-content .post-title {
		font-size: 30px;
	}
}
