/*================================================================================================
Theme Name: ONDA FAMILY LAW THEME
Author(s): Steven Wilson
Email: swilson@clickedsolutions.com
==================================================================================================*/



/* Global CSS Reset List
========================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers
=========================================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	margin:0px !important;
}
body {
	margin:0px;
	line-height: 1;
	font-family: 'Open Sans', Arial;
}
ol {
/* 	list-style: none; */
    padding-left: 30px;
    line-height: 26px;
}
ol, ul {
/* 	list-style: none; */
	color:#ffffff;
}
ol li{
	margin-bottom:10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Globals
=========================================================================================*/

a:link {
    color: ed1b24;
}

/* visited link */
a:visited,a:focus {
    color: ed1b24;
}

/* mouse over link */
a:hover {
    color: ed1b24;
}

/* selected link */
a:active {
    color: ed1b24;
}



h1{
	font-family:'Open Sans', Arial, Helvetica;
	font-size:34px;
	color:#333333;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight: 100;
}
h2, h3, h4{
	font-family: 'Open Sans', Arial, Helvetica;
    text-align: center;
    font-size: 29px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700;
    margin: 31px 0 20px 0;
    line-height: 1.3;
}
p{
	font-family:'Open Sans', Arial, Helvetica;
	margin:0px 0px 20px 0px;
	line-height: 26px;
	text-align:center;
	font-size:16px;
	color:#585858;
}
p strong{
	font-weight:bold;
}
ul{
	margin-bottom:5px;
	margin-top:10px;
}
ul li{
	font-family:'Open Sans', Arial, Helvetica;
	font-size:14px;
}
ul li:last-child{
	border-right:none;
}
.mt20{margin-top:20px !important;}
.mt10{margin-top:10px !important;}

::-webkit-input-placeholder {
	   color:#000000;
}
:-moz-placeholder {
   color:#000000;
}
::-moz-placeholder {
   color:#000000;
}
:-ms-input-placeholder {
   color:#000000;
}

.offset:before {
	display: block;
 	content: " ";
  	height: 110px;      /* Give height of your fixed element */
    margin-top: -110px; /* Give negative margin of your fixed element */
    visibility: hidden;
}
a, input[type=submit]{
	-webkit-appearance:none;
	text-decoration:none;
	-webkit-transition:all 0.2s ease-out 0s;
	   -moz-transition:all 0.2s ease-out 0s;
	     -o-transition:all 0.2s ease-out 0s;
	        transition:all 0.2s ease-out 0s;
}

.alignright {
	float:right;
}

span.wpcf7-not-valid-tip{
	margin-bottom:8px;
	font-size:12px !important;
}





/* Header
=========================================================================================*/
#topbar{
	background:#000000;
}
	#topbar .container{
		padding:0px 20px;
	}
	.topbar-phone-numbers{
		margin:0px;
		padding:10px 0px;
		float:left;
		width:70%;
	}
	.topbar-phone-numbers li{
		display:inline-block;
		margin-right:1%;
		color:#ffffff;
		font-weight:bold;
		font-size: 16px;
	}
	.topbar-phone-numbers li span{
		color:#cccccc;
		font-size: 11px;
		text-transform:uppercase;
	}
	.topbar-cta{
		overflow:hidden;
		float:right;
	}
	.topbar-cta a{
		background:#d3313a;
		color:#ffffff;
		display:block;
		padding:11px 20px;
		width:236px;
		float:right;
		box-sizing: border-box;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		text-align:center;
	}
	.topbar-cta a:hover{
		background:#ff3d48;
	}
#header{
	background:rgba(255,255,255,1);
	z-index:500;
}
	#header .container{
		overflow:visible;
	}
	.logo{
		float:left;
	}
	#header.internal{
		box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}



/* Navigation
=========================================================================================*/

.primary-menu-container{
	float:right;
	display:table;
}
	.primary-menu{
		display:table-row;
	}
	.primary-menu > li{
		display:table-cell;
		position: relative;
	}
	.primary-menu > li > a{
		display:block;
		padding:26px 12px;
		box-sizing: border-box;
		color:#333333;
		border-bottom:solid 4px #ffffff;
		text-transform:uppercase;
		font-weight:bold;
	}
	.primary-menu > li > a:hover, .primary-menu > li:hover > a, .primary-menu > li.current-page-ancestor > a{
		text-decoration:none;
		color:#d3313a;
		border-bottom:solid 4px #d3313a;
	}

	.primary-menu li.current-menu-item > a{
		color:#d3313a;
	}

	.primary-menu > li > .sub-menu-container{
		background:rgba(0,0,0,0.8);
		position: absolute;
		left:-215px;
		z-index:500;
		margin:0px;
		width:670px;
		/*border-bottom:solid 4px #d3313a;*/
		opacity:0;
		transform:scale(0);
		transform-origin:left top 0;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
	}

	.primary-menu > li:hover > .sub-menu-container{
		opacity:1;
		transform:scale(1);
	}

	.primary-menu > li#menu-item-5005 > .sub-menu-container{
		left:0;
		width:170px;
	}
	.primary-menu > li#menu-item-5005 > .sub-menu-container > ul{
		width:100%;
	}
	.primary-menu > li > .sub-menu-container > .menu-contact-box{
		display:none;
	}
	.primary-menu > li > .sub-menu-container > ul{
		margin:0px;
		width:31%;
	}
	.primary-menu > li > .sub-menu-container > ul > li{
		border-bottom:solid 1px #cccccc;
		/*position: relative;*/
	}
	.primary-menu > li > .sub-menu-container > ul > li:last-child{
		border-bottom:none;
	}

	.primary-menu > li > .sub-menu-container > ul > li > a:hover, .primary-menu > li > .sub-menu-container > ul > li:hover > a{
		border-left:solid 2px #d3313a;
		color:#ffffff;
		background:rgba(0,0,0,0);
	}

	.primary-menu > li > .sub-menu-container > ul > li > a{
		color:#333333;
		font-weight:bold;
		padding:10px 20px;
		background:rgba(255,255,255,1);
		display:block;
		box-sizing: border-box;
		text-transform:uppercase;
		border-left:solid 2px #ffffff;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container{
		background:rgba(0,0,0,0.8);
		position:absolute;
		top:0;
		left:32%;
		opacity:0;
		width:62%;
		min-height:95%;
		padding:10px 20px;
		transform:scale(0);
		transform-origin:left top 0;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
	}
	.primary-menu > li > .sub-menu-container > ul > li:hover > .sub-menu-container{
		opacity:1;
		transform:scale(1);
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul{
		margin:0;
		margin-bottom:5px;
		width:100%;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li{
		float:left;
		margin-right:2%;
		width:49%;
		margin-bottom:1%;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li:nth-child(2n){
		margin-right:0;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li > a{
		color:#ffffff;
		font-weight:bold;
		padding:5px 0px;
		display:block;
		box-sizing: border-box;
		text-transform:uppercase;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li > a:hover{
		color:#d3313a;
	}
	.menu-contact-box{
		overflow:hidden;
		padding:5px 0px 5px 0px;
		box-sizing:border-box;
		width:100%;
		border-top:solid 1px #cccccc;
	}
	.menu-contact-box p{
		float:left;
		font-size:10px;
		margin:0px;
		text-align:left;
		text-transform:uppercase;
		line-height: 14px;
		margin-right:16px;
		margin-bottom:10px;
		color:#ffffff;
	}
	.menu-contact-box p.last{
		margin-right:0px;
	}
	.menu-contact-box p span{
		display:block;
		color:#ffffff;
		font-size:15px;
		font-weight:bold;
	}
	.menu-contact-box a{
		display:block;
		padding:8px 20px;
		text-transform:uppercase;
		clear:both;
		color:#ffffff;
		background:#d3313a;
		border-radius:3px;
		width:70%;
		box-sizing:border-box;
		font-weight:bold;
	}
	.menu-contact-box a:hover{
		background:#ff3d48;
	}



	/*.primary-menu > li > .sub-menu-container{
		height:100%;
		overflow: hidden;
	}
	.primary-menu > li > .sub-menu-container > ul{
		display:block;
		position: absolute;
		left:-215px;
		z-index:500;
		margin:0px;
		width:275px;
		opacity:1;
		transform:scale(1);
		transform-origin:left top 0;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
	}
	.primary-menu > li:hover > .sub-menu-container > ul{
		opacity:1;
		transform:scale(1);
	}
	.primary-menu > li > .sub-menu-container > ul > li{
		border-bottom:solid 1px #cccccc;
		position: relative;
	}
	.primary-menu > li > .sub-menu-container > ul > li:last-child{
		border-bottom:solid 4px #d3313a;
	}
	.primary-menu > li > .sub-menu-container > ul > li > a{
		color:#333333;
		font-weight:bold;
		padding:10px 20px;
		background:rgba(255,255,255,1);
		display:block;
		box-sizing: border-box;
		text-transform:uppercase;
		border-left:solid 2px #ffffff;
	}
	.primary-menu > li > .sub-menu-container > ul > li > a:hover, .primary-menu > li > .sub-menu-container > ul > li:hover > a{
		border-left:solid 2px #d3313a;
		color:#ffffff;
	}

	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container{
		width:100%;
		background:rgba(0,0,0,0.7);
		height:inherit;
		position:absolute;
		top:0;
		left:100%;
		opacity:1;
		width:85%;

		transform:scale(1);
		transform-origin:left top 0;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul{
		margin:0px;
	}
	.primary-menu > li > .sub-menu-container > ul > li:hover > .sub-menu-container > ul{
		opacity:1;
		transform:scale(1);
	}


	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li > a{
		background:rgba(0,0,0,0.7);
		color:#ffffff;
		display:block;
		font-weight:bold;
		padding:10px 20px;
		box-sizing: border-box;
	}
	.primary-menu > li > .sub-menu-container > ul > li > .sub-menu-container > ul > li > a:hover{
		color:#d3313a;
	}*/




	.mobile-nav-btn:before{
		content:"";
		border-bottom:solid 5px #d3313a;
		border-top:double 16px #d3313a;
		position:absolute;
		width:100%;
		height:6px;
		top:0;
		right:0;
	}
	.mobile-nav-btn{
		display:none;
		width:45px;
		height:30px;
		position:relative;
		float:right;
		top:20px;
		right:0px;
		cursor:pointer;
	}



/* Banner
=========================================================================================*/
/*@keyframes slide {
    from{background-position:0px;}
    to{background-position:-1395px;}
}
@-webkit-keyframes slide {
    from{background-position:0px;}
    to{background-position:-1395px;}
}
@-moz-keyframes slide {
    from{background-position:0px;}
    to{background-position:-1395px;}
}*/
#banner{
	width:100%;
	background:#000000;
}
	#internal-banner{
		background:rgba(0,0,0,0.6) url('/wp-content/uploads/2016/01/star.jpg') no-repeat scroll 0 0 / cover;
	}
	#internal-banner .container{
		background:rgba(0,0,0,0.6);
		max-width:100%;
	}
	#internal-banner h1{
		color:#ffffff;
		font-weight:bold;
		margin-bottom:0px;
	}
	#banner .container{
		background:rgba(0,0,0,0.6) url('/wp-content/uploads/2015/04/home-banner-short-new.jpg') no-repeat left top;
		min-height:760px;
		padding:0px;
	}
	#banner .container:before{
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:30px;
		height:100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+17,0+83 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 17%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(17%,rgba(0,0,0,1)), color-stop(83%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
		background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* IE10 preview */
		background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 17%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


	}
	#banner .container:after{
		content:'';
		position:absolute;
		right:0;
		top:0;
		width:30px;
		height:100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+17,1+83 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,1) 83%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(17%,rgba(0,0,0,0)), color-stop(83%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */
		background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 100%); /* IE10 preview */
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */


	}
	#banner .container h1{
		font-size:32px;
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:0px;
		text-align:center;
		color:#ffffff;
	}
	#banner .container h2{
		color:#d3313a;
		font-size:24px;
		font-weight:bold;
		margin-bottom:5px;
	}

	#banner .container p{
		color:#ffffff;
		text-align:center;
		line-height: 20px;
		margin:0px;
		font-size:14px;
	}
	.banner-content{
		max-width:555px;
		background:rgba(0,0,0,0.9);
		padding:19px 30px;
		box-sizing:border-box;
		margin:0 auto;
		position: absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		   -moz-transform:translate(-50%, -50%);
		     -o-transform:translate(-50%, -50%);
		        transform:translate(-50%, -50%);
	}
	#banner .container p a{
		display:block;
		padding:10px 20px;
		box-sizing: border-box;
		background:#d3313a;
		border-radius: 2px;
		color:#ffffff;
		text-transform:uppercase;
		font-weight:bold;
		max-width:250px;
		margin:0 auto;
		margin-top:15px;
	}
	#banner .container p a:hover{
		background:#ff3d48;
	}



	.banner-form{
		margin-top:30px;
		background:rgba(0,0,0,0.3);
		border:solid 2px #ffffff;
		float:right;
		max-width:325px;
	}
        .banner-form .logos{
		padding:10px;
		background:#ffffff;
	}
	.banner-form .logos img{
		display:block;
		width:100%;
	}
	.banner-form .form{
		padding:20px;
		box-sizing:border-box;
	}

	#banner .banner-form form h2{
		color:#ffffff;
		font-size:30px;
		margin-bottom:15px;
	}
	#banner .banner-form form h2 strong{
		font-weight:bold;
	}
	#banner .banner-form form p{
		margin:0px;
	}
	.banner-form form img{
		display:none;
	}
	.banner-form form input, .banner-form form textarea{
		display:block;
		width:100%;
		box-sizing: border-box;
		margin-bottom:10px;
		padding:8px;
		font-family:"Open Sans", Arial;
		font-size:14px;
		border:solid 1px #cccccc;
	}
	.banner-form form textarea{
		height:50px;
	}

	.banner-form form input[type=submit]{
		border:solid 1px #c40606;
		background:#d30d0e;
		box-shadow:inset 1px 1px 0px #ea5a5a;
		color:#ffffff;
		text-transform:uppercase;
		font-size:18px;
		font-weight:bold;
		margin-bottom:0px;
		cursor:pointer;
	}
	form.wpcf7-form .wpcf7-display-none{
		display:none !important;
	}






/* Content
=========================================================================================*/
#image-block .container{
	padding:10px 20px;
	overflow: visible;
}
	#image-block .container .image-block-awards ul{
		margin:0px;
	}
	#image-block .container .image-block-awards ul li{
		position: relative;
	}
	#image-block .container .image-block-awards ul li:hover div.best-lawyers{
		opacity: 1;
		transform:scale(1);
	}
	.best-lawyers{
		border:solid 4px #cccccc;
		width:340px;
		position: absolute;
		background:#ffffff;
		z-index: 500;
		top:80%;
		opacity:0;
		transform:scale(0);
		transform-origin:left top 0;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
	}
	.best-lawyers h3{
		color:#d3313a;
		font-size:14px;
		text-align:center;
		padding:10px 20px;
		font-weight:bold;
		margin:0px;
	}
	.best-lawyers h3 span{
		display:block;
		color:#333333;
		font-size:14px;
		margin-top:2px;
	}
	.best-lawyers table th, .best-lawyers table td{
		padding:8px 12px;
		text-align:left;
	}
	.best-lawyers table th{
		background:#eeeeee;
		font-weight:bold;
	}
	.image-block-awards{
		margin-top:5px;
	}
	.image-block-awards ul{
		text-align:center;
	}
	.image-block-awards ul li{
		display:inline-block;
		margin-right:4.5%;
	}
	.image-block-awards ul li:last-child{
		margin-right:0%;
	}

#content-block{
	background:#d3313a;
	color:#ffffff;
}
	#content-block h1, #content-block h2, #content-block h3{
		color:#ffffff;
	}
	#content-block p{
		color:#ffffff;
	}

	#content-block-3{
		background:#f8f8f8;
	}
	#content-block-3 .container{
		padding-bottom:0px;
	}
	#content-block-3 h2, #content-block-3 p{
		text-align:left;
	}
	#content-block-3 h2{
		margin-top:40px;
	}

	#content-block-5{
		background:#545454 url("/wp-content/uploads/2016/01/star.jpg") no-repeat scroll 0 0 / cover;
	}
	#content-block-5 h2,#content-block-5 p{
		color:#ffffff;
	}
	#content-block-5 .container{
		max-width:960px;
	}
	#image-block.internal{
		z-index: 1;
	}
	#image-block.internal .container{
		padding:0px 20px;
	}
	#image-block.internal .container ul{
		margin:0;
	}
	#image-block.internal .container ul li{
		margin-right:4.5%;
	}
	#image-block.internal .container ul li:last-child{
		margin-right:0;
	}


#areas-practice-block{
	background:#f0f0f0;
}
#areas-practice-block h2{
	margin-bottom:40px;
}
.practice-areas-home{
	overflow:hidden;
	margin:0px;
}
	.practice-areas-home li{
		background-repeat:no-repeat;
		background-position: 50% center;
		background-size:cover;
		float:left;
		border:solid 1px #ffffff;
		box-sizing:border-box;
		width:25%;
		position: relative;
		height: 250px;
	}
	.practice-areas-home li a{
		display:block;
		height:100%;
	}
	.practice-areas-home li h3{
		font-size:14px;
		font-weight:bold;
		position:absolute;
		bottom:0;
		color:#ffffff;
		margin:0px;
		padding:14px;
		width:100%;
		box-sizing: border-box;
		text-align:left;
		background:rgba(0,0,0,0.8);
		transition:all 0.2s ease-out 0s;
	}
	.practice-areas-home li img{
		width:100%;
		display:block;
		opacity:0.7;
		transition:all 0.2s ease-out 0s;
	}
	.practice-areas-home li:hover h3{
		background:#ff3d48;
	}
	.practice-areas-home li:hover img{
		opacity:1;
	}
.practice-areas-main li{
	overflow:hidden;
}
	.practice-content-auto{
		height:200px;
		overflow:scroll;
		margin-bottom:32px;
	}
	.practice-content-auto::-webkit-scrollbar {
    		width: 1em;
	}
	.practice-areas-main li .practice-content h2{
		text-align:left;
		color: var(--ccl-theme-dark);
	}
	.practice-areas-main li .practice-content p{
		text-align:left !important;
	}
	.practice-areas-main li .practice-image, .practice-areas-main li .practice-content{
		width:50%;
	}
	.practice-areas-main li .practice-content{
		padding:40px;
		box-sizing: border-box;
	}
	.practice-areas-main li .practice-content .practice-btn{
		padding:20px;
		box-sizing: border-box;
		width:100%;
		display:block;
		text-transform:uppercase;
		background: var(--ccl-highlight);
		color: var(--ccl-theme-dark);
		border-radius: 3px;
		font-weight:bold;
		text-align:center;
	}

	.practice-areas-main li .practice-content .practice-btn:hover{
		/* background:#ff3d48; */
	}


	.practice-areas-main li .practice-image img{
		width:100%;
	}

	.practice-areas-main li.odd .practice-image{
		float:left;
		min-height:410px;
		background-size:570px 410px;
	}
	.practice-areas-main li.odd .practice-image a{
		min-height:410px;
	}
	.practice-areas-main li.odd .practice-content{
		float:right;
	}

	.practice-areas-main li.even .practice-image{
		float:right;
		min-height:410px;
		background-size:cover;
	}
	.practice-areas-main li.even .practice-image a{
		min-height:410px;
	}
	.practice-areas-main li.even .practice-content{
		float:left;
	}


	#practice-navigation{
		background: var(--ccl-theme-dark);
		padding: 60px 0 !important;
	}
	#practice-navigation .container{
		background: var(--ccl-theme-dark);
		max-width:800px;
	}

	.practice-areas-navigation{
		text-align:center;
		margin:0px;
	}
	.practice-areas-navigation li{
		display:inline-block;
		border-right:solid 1px #ffffff;
		margin-bottom:5px;
	}
	.practice-areas-navigation li:last-child{
		border-right:none;
	}
	.practice-areas-navigation li a{
		text-transform: uppercase;
		color: var(--ccl-highlight);
		padding:0px 8px;
	}
	.practice-areas-navigation li a:hover{
		color: var(--ccl-highlight-hover);
	}



.locations{
	overflow:hidden;
	margin-top:40px;
}
	.locations > li{
		float:left;
		margin-right:3.5%;
		width:31%;
		border:solid 1px #e3e3e3;
		box-sizing: border-box;
	}
	.locations > li:last-child{
		margin-right:0;
		border-right:solid 1px #e3e3e3;
	}

	.locations > li h3{
		background:#d3313a;
		color:#ffffff;
		font-size:18px;
		text-align:left;
		margin:0px;
		padding:10px 20px;
		box-sizing: border-box;
		font-weight:bold;
	}
	.locations > li > ul{
		overflow:hidden;
		margin:0px;
		padding:20px 46px;
		min-height: 100px;
	}
	.locations > li > ul > li{
		float:none;
		margin-bottom:8px;
		line-height: 18px;
	}
	.locations li p{
		margin:0px;
	}
	.locations li a{
		background:#f1f1f1;
		padding:10px 20px;
		font-size:14px;
		display:block;
		box-sizing: border-box;
		border-top:solid 1px #e3e3e3;
		text-decoration:none;
		color:#333333;
		font-weight:bold;
	}
	.locations li a:hover{
		background:#393939;
		color:#ffffff;
		text-decoration:none;
	}







#connect-us{
	background:url('/wp-content/themes/mclain/images/contact-bg.png');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 50% center;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
	        background-size:cover;

}
	#connect-us h2{
		margin-top:20px;
		margin-bottom:35px;
		position: relative;
	}
	#connect-us h2 span:before{
		right:100%;
	}
	#connect-us h2 span:before, #connect-us h2 span:after{
		border-top:solid 1px #666666;
		content:"";
		display:block;
		width:52%;
		position: absolute;
		top:34px;
	}
	#connect-us h2 span:after{
		left:100%;
	}
	#connect-us h2 span{
		position: relative;
		padding:0px 10px;
	}
	#connect-us h2 strong{
		font-weight:bold;
	}

	.connect-us-column{
		float:left;
		width:30%;
		margin-right:9%;
	}
	#black-studio-tinymce-2.connect-us-column{
		margin-right:1%;
	}
	.connect-us-column p{
		text-align:left;
		line-height:20px;
	}
	.connect-us-column:last-child{
		margin-right:0;
	}
	.connect-us-column iframe{
		border:solid 3px #ffffff;
	}
	#wpcf7-f3222-p559-o1 .wpcf7-form{
		overflow:hidden;
	}
	#wpcf7-f3222-p559-o1 .wpcf7-form .field-row{
		margin-bottom:1%;
		overflow: hidden;
	}
	#wpcf7-f3222-p559-o1 .wpcf7-form .field{
		float:left;
		width:49.5%;
		margin-right:1%;
	}
	#wpcf7-f3222-p559-o1 .wpcf7-form .field:nth-child(2n){
		margin-right:0;
	}
	#wpcf7-f3222-p559-o1 .wpcf7-form .field input, #wpcf7-f3222-p559-o1 .wpcf7-form .field textarea{
		margin:0px;
		border:none;
		padding:12px;
		box-sizing: border-box;
		border-radius: 2px;
		color:#333333;
		font-weight:bold;
	}

	#wpcf7-f3222-p559-o1 .wpcf7-form .field input[type=submit]{
		background:#d3313a;
		color:#ffffff;
		cursor: pointer;
	}

	#wpcf7-f3222-p559-o1 .wpcf7-form .field input[type=submit]:hover{
		background:#ff3d48;
	}

	#wpcf7-f3222-p559-o1 .wpcf7-form .field.last{
		width:100%;
		margin:0px;
	}

	.wpcf7-form p{
		margin-bottom:0px;
	}
	.wpcf7-form p img{
		display:none;
	}
	.wpcf7-form input, .wpcf7-form textarea{
		display:block;
		padding:8px;
		box-sizing:border-box;
		margin-bottom:8px;
		width:100%;
		font-size:14px;
		font-family:"Open Sans", Arial;
		border:solid 1px #cccccc;
		border-radius: 5px;
	}
	.wpcf7-submit {
		background: #ed1b24;
		background: #ed1b24;
		color: #fff !important;
		font-size: 20px !important;
		font-weight: 600 !important;
		text-align: center !important;
	}
	.wpcf7-form textarea{
		height:100px;
	}
	.wpcf7-form label{
		overflow:hidden;
	}
	.wpcf7-form label input[type=checkbox]{
		width:inherit;
		float:left;
		margin-right:8px;
	}
	.wpcf7-form label span{
		float:left;
		font-size:12px;
	}
	.connect-us-column .wpcf7-form input[type=submit]{
		border:solid 1px #c40606;
		background:#d30d0e;
		box-shadow:inset 1px 1px 0px #ea5a5a;
		color:#ffffff;
		text-transform:uppercase;
		font-size:22px;
		margin-bottom:0px;
		padding:8px 20px;
		display:block;
		-webkit-transition:all 0.2s ease-out 0s;
		   -moz-transition:all 0.2s ease-out 0s;
		     -o-transition:all 0.2s ease-out 0s;
		        transition:all 0.2s ease-out 0s;
		margin-top:15px;
		cursor:pointer;
	}
	.connect-us-column .wpcf7-form input[type=submit]:hover{
		background:#eb1918;
	}

	#black-studio-tinymce-12, #black-studio-tinymce-13, #black-studio-tinymce-14{
		width:100%;
	}
	#black-studio-tinymce-13{
		margin:0px;
		float:none;
	}
	#black-studio-tinymce-13 p{
		text-align:center;
	}
	#black-studio-tinymce-14{

	}

#quote h2{
		margin-bottom:20px;
	}
	#quote h2 span{
		font-weight:bold;
	}


	#quote h3{
		font-size:22px;
		color:#333333;
		margin:0 auto;
		margin-bottom:85px;
		border-bottom:solid 0px #d8d8d8;
		/*line-height:4px;*/
		font-weight:400;


	}

	#quote h3 span{
		background:#ffffff;
		padding:0px 10px;
	}
	#quote .red-button{
		max-width:250px;
		margin:0 auto;
		padding:15px 25px;
		font-size:22px;
		font-weight:normal;
	}


.sidebar{
	float:none;
	margin-right:3%;
	width:25%;
}
	.sidebar img{
		width:100%;
		display:block;
	}
	.sidebar .blue-button{
		background:#1d5ef2;
		padding:12px 8%;
		display:block;
		color:#ffffff;
		text-transform:uppercase;
		font-size:16px;
		font-weight:bold;
		line-height: 16px;
	}
	.sidebar .blue-button:hover{
		background:#4176ef;
	}
	.sidebar-box{
		background:rgba(253,253,253,0.9);
		padding:20px;
		box-sizing:border-box;
		margin-bottom:15px;
	}

	.sidebar-box h3{
		color:#ffffff;
		background:#282d61;
		font-size:22px;
		padding:10px;
		box-sizing:border-box;
		border-bottom:solid 1px #e0e0e0;
		margin-bottom:0px;
	}
	.sidebar-box .textwidget{
		box-sizing:border-box;
	}
	.sidebar-box p{
		margin-bottom:0px;
		text-align:left;
	}
	.sidebar-box form p{
		font-size:12px;
		line-height: 14px;
		margin-bottom:15px;
	}
	.sidebar-box form img{
		display:none !important;
	}

	#black-studio-tinymce-6{
		padding:0px;
		background:none;
	}
	#black-studio-tinymce-7 p{
		margin-bottom:20px;
		font-size:14px;
		line-height: 18px;
	}
	#black-studio-tinymce-7 p:last-child{
		margin-bottom:0px;
	}
	#black-studio-tinymce-7 p span{
		font-size:18px;
		color:#d3313a;
	}
	#execphp-2{
		padding:0px;
	}
	#execphp-2 h3{
		background:#d3313a;
		font-size:16px;
		font-weight:bold;
	}
	#execphp-2 form{
		padding:20px;
		box-sizing: border-box;
	}
	#execphp-2 form input[type=submit]{
		background:#d3313a;
		color:#ffffff;
		cursor: pointer;
		border:none;
	}

	#execphp-2 form input[type=submit]:hover{
		background:#ff3d48;
	}
	#execphp-3{
		padding:0px;
	}
	.sidebar-menu-container #menu-practice-areas-1,
	.mobile-sidebar-menu-container #menu-practice-areas{
		margin:0px;
	}
	.mobile-sidebar-menu-container{
		margin-bottom:20px;
		display:none;
	}
	.mobile-sidebar-menu-container #menu-practice-areas{
		background:rgba(253,253,253,0.9);
		display:none;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li,
	.mobile-sidebar-menu-container #menu-practice-areas > li{
		border-bottom:solid 1px #cccccc;
	}
	.sidebar-menu-container #menu-practice-areas-1 > li:last-child, .sidebar-menu-container #menu-practice-areas-1 > li > ul > li:last-child,
	.mobile-sidebar-menu-container #menu-practice-areas > li:last-child, .mobile-sidebar-menu-container #menu-practice-areas > li > ul > li:last-child{
		border-bottom:none;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li > a, .sidebar-menu-container #menu-practice-areas-1 > li > ul > li > a,
	.mobile-sidebar-menu-container #menu-practice-areas > li > a, .mobile-sidebar-menu-container #menu-practice-areas > li > ul > li > a{
		padding:10px 20px;
		display:block;
		color:#333333;
		font-weight:bold;
		text-transform:capitalize;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li > a:hover, .sidebar-menu-container #menu-practice-areas-1 > li.current-menu-item > a, .sidebar-menu-container #menu-practice-areas-1 > li.current-menu-parent > a,
	.mobile-sidebar-menu-container #menu-practice-areas > li > a:hover, .mobile-sidebar-menu-container #menu-practice-areas > li.current-menu-item > a, .mobile-sidebar-menu-container #menu-practice-areas > li.current-menu-parent > a{
		background:#d3313a;
		color:#ffffff;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li.current-menu-item > a,
	.mobile-sidebar-menu-container #menu-practice-areas > li.current-menu-item > a{
		font-weight:bold;
	}
	.sidebar-menu-container #menu-practice-areas-1 > li > ul,
	.mobile-sidebar-menu-container #menu-practice-areas > li > ul{
		margin:0px;
		display:none;
	}
	.sidebar-menu-container #menu-practice-areas-1 > li > ul > li,
	.mobile-sidebar-menu-container #menu-practice-areas > li > ul > li{
		border-bottom:solid 1px #cccccc;
	}
	.sidebar-menu-container #menu-practice-areas-1 > li > ul > li > a,
	.mobile-sidebar-menu-container #menu-practice-areas > li > ul > li > a{
		padding-left:40px;
		font-weight:normal;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li > ul > li > a:hover, .sidebar-menu-container #menu-practice-areas-1 > li > ul > li.current-menu-item > a,
	.mobile-sidebar-menu-container #menu-practice-areas > li > ul > li > a:hover, .mobile-sidebar-menu-container #menu-practice-areas > li > ul > li.current-menu-item > a{
		background:#1d5ef2;
		color:#ffffff;
	}
	.sidebar-menu-container #menu-practice-areas-1 > li.current-menu-ancestor > ul, .sidebar-menu-container #menu-practice-areas-1 > li.current-menu-item.menu-item-has-children > ul,
	.mobile-sidebar-menu-container #menu-practice-areas > li.current-menu-ancestor > ul, .mobile-sidebar-menu-container #menu-practice-areas > li.current-menu-item.menu-item-has-children > ul{
		display:block;
	}

	.sidebar-menu-container #menu-practice-areas-1 > li.menu-item-has-children:hover ul,
	.mobile-sidebar-menu-container #menu-practice-areas > li.menu-item-has-children:hover ul{
		display:block;
	}

	#mobile-sidebar-nav-btn{
		background:#1d5ef2;
		display:none;
		width:100%;
		color:#ffffff;
		padding:15px 20px 15px 50px;
		font-weight:bold;
		position: relative;
		box-sizing: border-box;
	}
	#mobile-sidebar-nav-btn:before{
		content:'';
		position: absolute;
		width:25px;
		height:4px;
		background:none;
		left:15px;
		top:14px;
		border-top:solid 3px #ffffff;
		border-bottom:double 10px #ffffff;
	}




.content{
	/* width:72%; */
	padding:20px;
	box-sizing: border-box;
	/* background:rgba(0,0,0,0.9); */
}
	/* .content h1, .content h2, .content p{
		text-align:left;
		color:#ffffff !important;
		padding:0px !important;
	} */
	.contact-us{
		
		box-sizing: border-box;
		
	}
	#content-internal{
		clear:both;
	}
	#content-internal.contact .content{
		width:100%;
		margin-bottom:20px;
	}
	#content-internal.contact .content p{
		margin-right:5%;
		width:30%;
		font-size:18px;
		margin-bottom:0px;
	}
	#content-internal.contact .content p:last-child{
		margin-right:0px;
	}
	#content-internal.contact .content p strong{
		display:block;
		border-bottom:solid 1px #333333;
		font-size:20px;
		padding-bottom:5px;
		margin-bottom:10px;
		position: relative;
	}
	#content-internal.contact .content p strong:before{
		content:'';
		position: absolute;
		width:30px;
		left:0;
		bottom:-1px;
		border-bottom:solid 1px #d3313a;
	}
	#content-internal .content h2{
		font-size:26px;
		line-height:28px;
		margin:20px 0px 5px 0px;
		color:#ffffff;
	}
	#content-internal .content h3{
		font-size:20px;
		text-align:left !important;
		color:#ffffff;
		font-weight:bold;
	}
	#content-internal .content h3 span{
		color:#ffffff !important;
		font-weight:bold;
	}
	#content-internal .content p{
		margin-bottom:10px;
		text-align:left !important;
	}
	#content-internal .content p strong{
		border-bottom:solid 1px #cccccc;
	}
	#content-internal .content ul{
		margin-bottom:20px;
		padding-left:30px;
	}
	#content-internal .content ul li{
		margin-bottom:10px;
		list-style-type:square;
		background:url(images/check.png) left center no-repeat;
		padding-left:0px;
		line-height:26px;
		color:#ffffff;
		font-size:16px;
	}
	#content-internal .content a{
		color:red;
	}
	#content-internal .content a:hover{
		color:white;
	}

	#content-internal .contact-us{
		clear:both;
		max-width: 79%;
		margin: auto;
	}
	#content-internal .contact-us h2{
		color:#d3313a !important;
	}

	#content-internal .contact-us h2, #content-internal .contact-us p{
		color:#000;
	}
	#content-internal .contact-us .wpcf7-form{
		margin:0 auto;
	}
	#content-internal .contact-us .wpcf7-form .field-row{
		margin-bottom:1%;
		overflow: hidden;
	}
	#content-internal .contact-us .wpcf7-form .field{
		float:left;
		width:49.5%;
		margin-right:1%;
	}
	#content-internal .contact-us .wpcf7-form .field:nth-child(2n){
		margin-right:0;
	}
	#content-internal .contact-us .wpcf7-form .field input, #content-internal .contact-us .wpcf7-form .field textarea{
		margin:0px;
		border:none;
		padding:12px;
		box-sizing: border-box;
		border-radius: 2px;
		color:#333333;
		border: 1px solid #eee;
    	background: #f7f7f7;
	}


	#content-internal .contact-us .wpcf7-form .field input[type=submit]{
		background:#d3313a;
		color:#ffffff;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 16px;
	}

	#content-internal .contact-us .wpcf7-form .field input[type=submit]:hover{
		background:#ff3d48;
	}

	#content-internal .contact-us .wpcf7-form .field.last{
		width:100%;
		margin:0px;
	}

	div.wpcf7 img.ajax-loader{
		display:none;
	}

/* 	#content-internal.blog .content{
		margin-right:3%;
		padding:0px;
		background:none;
	} */
	#content-internal.blog .sidebar{
		margin-right:0%;
		float:right;
	}
	#content-internal.blog .sidebar .sidebar-box{
		padding:0px;
	}
	#content-internal.blog .sidebar .sidebar-box h3{
		background:#d3313a;
		font-size:16px;
		font-weight:bold;
	}
	#content-internal.blog .sidebar .sidebar-box ul{
		box-sizing: border-box;
		margin:0px;
	}
	#content-internal.blog .sidebar .sidebar-box ul > li{
		border-bottom:solid 1px #cccccc;
	}
	#content-internal.blog .sidebar .sidebar-box ul > li > a{
		padding:10px 20px;
		display:block;
		color:#333333;
		font-weight:bold;
	}
	#content-internal.blog .sidebar .sidebar-box ul > li > a:hover{
		background:#d3313a;
		color:#ffffff;
	}

	#content-internal.attorneys .content{
		padding:0px;
		width:100%;
		overflow:hidden;
	}
	#content-internal.attorneys .content ul{
		margin:0;
		padding:0;
	}
	#content-internal.attorneys .content ul li{
		float:left;
		width:25%;
		list-style-type: none;
		margin:0px;
		position:relative;
		margin-bottom:1%;
	}


	#content-internal.attorneys .content ul#second-partners{
		width:75%;
		margin:0 auto;
	}
	#content-internal.attorneys .content ul#second-partners li{
		width:32.66%;
		margin:0 1% 1% 0;
	}
	#content-internal.attorneys .content ul#second-partners li:nth-child(3n){
		margin-right:0;
	}
	#content-internal.attorneys .content ul#associates li{
		width:20%;
	}
	#content-internal.attorneys .content ul li .ppadd{
		padding:20px;
		box-sizing:border-box;
		position: absolute;
		width:100%;
		height:100%;
		top:0;
		background:rgba(255,255,255,0.8);
		opacity: 0;
		visibility: hidden;
		transition:all 0.2s ease-out 0s;
	}
	#content-internal.attorneys .content ul li .ppadd p{
		color:#333333 !important;
	}
	#content-internal.attorneys .content ul li .ppadd p strong{
		border:none;
	}
	#content-internal.attorneys .content ul li p{
		margin-bottom:5px;
		line-height: 20px;
	}
	#content-internal.attorneys .content ul li img{
		width:100%;
		height:100%;
		display:block;
		-webkit-transition:all 0.2s ease-out 0s;
	       -moz-transition:all 0.2s ease-out 0s;
	         -o-transition:all 0.2s ease-out 0s;
	            transition:all 0.2s ease-out 0s;
		-webkit-filter: grayscale(100%);
		   -moz-filter: grayscale(100%);
		     -o-filter: grayscale(100%);
		        filter: grayscale(100%);
	}
	#content-internal.attorneys .content ul li:hover img{
		-webkit-filter: grayscale(0%);
		   -moz-filter: grayscale(0%);
		     -o-filter: grayscale(0%);
		        filter: grayscale(0%);
	}
	#content-internal.attorneys .content ul li:hover .ppadd{
		visibility: visible;
		opacity: 1;
	}





	#black-studio-tinymce-9{
		padding:20px !important;
	}
	#black-studio-tinymce-9 p{
		margin-bottom:20px;
		font-size:14px;
		line-height: 18px;
	}
	#black-studio-tinymce-9 p:last-child{
		margin-bottom:0px;
	}
	#black-studio-tinymce-9 p span{
		font-size:18px;
		color:#d3313a;
	}

	article.post.post-box-wrap {
		display: flex;
		margin: 15px 0;
	}
	.post-box-inner {
		background: #f7f7f7;
		padding: 20px;
/* 		box-sizing: border-box;
		margin-right: 3%;
		width: 31.33% !important;
		min-height: 350px !important;
		margin-bottom: 3%;
		border-bottom: solid 4px #d3313a; */
		box-shadow:0px 0px 4px #ddd;
		position: relative;
    	padding-bottom: 50px;
	}
	.post .post-box-inner h2 {
		text-align: left;
		line-height: 1.4 !important;
		margin-bottom: 10px !important;
		text-transform: uppercase;
		font-family: 'Oswald';
		margin-top: 0 !important;
		font-size: 18px !important;
	}
	.post-box-inner h2 a {
		color: #000 !important;
		
	}
	.post-box-inner a.red-button:hover {
		color: #000 !important;
	}
	.post-box-inner h2 a:hover {
		color: #ed1b24 !important;
	}
	.post-box-wrap .article-info .read-more {
		margin-bottom: 0 !important;
		position: absolute;
		bottom: 20px;
		font-weight:700;
	}
	.post h2{
		font-size:16px !important;
		margin-bottom:5px !important;
		line-height: inherit !important;
		font-weight:bold;
	}
	.post h2 a{
		color:#ffffff;
	}
	.post .red-button{
		padding:0px !important;
		color:#d3313a;
		font-size:14px;
	}
	.post .red-button:hover{
		text-decoration:underline;
	}

	.post.single{
		width:100% !important;
		margin:0px;
	}
	.post.single h2{
		font-size:26px !important;
		font-weight:normal;
        line-height: 28px;
	}
	.post.single ul{
		padding-left:20px;
	}
	.post.single ul li{
		list-style-type: square !important;
		padding:0px !important;
		color:#ffffff !important;
	}
	.post.single ol li{
		list-style-type: square !important;
		padding:0px !important;
		color:#ffffff !important;
	}
	.post.single a{
		color:#ed1b24 !important;
        font-weight: 500;
	}
	.single-post .content a{
		color: #ed1b24;
	}
.content-cta{
	/* float:right;
	margin-top:20px;
	width:72%; */
}
	.content-cta-btn{
		padding:15px 40px;
		background:#f11d1d;
		display:block;
		color:#ffffff !important;
		text-transform:uppercase;
		font-size:30px;
		font-weight:bold;
		text-align:center;
text-decoration:none;
	}
	.content-cta-btn:hover{
		background:#4176ef;
	}

.content-cta-btn:link{
text-decoration:none;
	}

#footer{
	background:#000000;
}
	.footer-column{
		float:left;
		width:15.16%;
		margin-right:3%;
	}
	#black-studio-tinymce-4{

	}
	#black-studio-tinymce-4 a{
		display:block;
		color:#f13939;
	}
	#black-studio-tinymce-5{
		width:45.5%;
	}
	#black-studio-tinymce-6{
		margin-right:0;
	}
	.footer-column:last-child{
		margin-right:0;
	}
	.footer-column h3{
		color:#d3313a;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		margin-bottom:15px;
		border-bottom:solid 1px #333333;
		padding-bottom:15px;
		position: relative;
	}
	.footer-column h3:before{
		content:'';
		position: absolute;
		width:30px;
		left:0;
		bottom:-1px;
		border-bottom:solid 1px #d3313a;
	}
	.footer-column p{
		color:#999999;
		text-align:left;
		font-size:12px;
		line-height: 18px;
		float:left;
		margin-right:1.5%;
		width:32.33%;
	}
	.footer-column p:last-child{
		margin-right:0;
	}
	.footer-column p a{
		display:block;
		color:#d3313a;
	}
	.footer-column p a:hover{
		color:#ff3d48;
	}
	.footer-column ul li{
		margin-bottom:5px;
		line-height:16px;
	}
	.footer-column ul li ul{
		display:none;
	}
	.footer-column ul li a, .footer-column ul li{
		color:#999999;
		font-size:12px;
	}
	.footer-column ul li a:hover{
		color:#ffffff;
	}

	.footer-column p strong{
		color:#ffffff;
	}

	.footer-social{
		overflow:hidden;
	}
	.footer-column .footer-social li{
		float:left;
		margin:0 7% 7% 0;
	}
	.footer-column .footer-social li:nth-child(3n){
		margin-right:0;
	}
	.footer-social li a{
		background:#000000 url(images/footer-social.png) no-repeat left top;
		width:41px;
		height:41px;
		display:block;
		text-indent:-999em;
	}
	.footer-social li a:hover{
		background-color:#ffffff;
	}



	.footer-social li.twitter a{
		background-position:-50px top;
	}
	.footer-social li.google a{
		background-position:-100px top;
	}
	.footer-social li.linkedin a{
		background-position:0px -50px;
	}
	.footer-social li.youtube a{
		background-position:-50px -50px;
	}
	.footer-social li.other a{
		background-position:-100px -50px;
	}



	#black-studio-tinymce-6 img{
		width:100% !important;
	}
	#black-studio-tinymce-6 ul{
		overflow:hidden;
		text-align:center;
	}
	#black-studio-tinymce-6 ul li{
		margin-right:8px;
		display:inline-block;
	}
	#black-studio-tinymce-6 ul li a{
		display:block;
		background: url('/wp-content/themes/mclain/images/social-icons.png') no-repeat left top;
		width:34px;
		height:34px;
		text-indent:-999em;
	}
	#black-studio-tinymce-6 ul li.facebook a:hover{
		background-position:left bottom;
	}
	#black-studio-tinymce-6 ul li.twitter a{
		background-position:-48px top;
	}
	#black-studio-tinymce-6 ul li.twitter a:hover{
		background-position:-48px bottom;
	}
	#black-studio-tinymce-6 ul li.google a{
		background-position:-96px top;
	}
	#black-studio-tinymce-6 ul li.google a:hover{
		background-position:-96px bottom;
	}
	#black-studio-tinymce-6 ul li.linkedin a{
		background-position:-144px top;
	}
	#black-studio-tinymce-6 ul li.linkedin a:hover{
		background-position:-144px bottom;
	}

#footer-copy{
	background:#ffffff;
}
	#footer-copy .container{
		padding:5px;
	}
	#footer-copy p{
		color:#808080;
		font-size:14px;
		text-align:left;
		margin-bottom:0px;
		line-height: 18px;
	}









/* Mobile Site
======================================================================================================*/
@media only screen and (max-width:1040px){

	#topbar .container{
		padding:0px 0px 0px 20px;
	}
	.primary-menu > li > a{
		padding:26px 6px;
	}
	#banner .container, #banner .container::before, #banner .container::after{
		background:none;
	}
	#banner .container{
		min-height: inherit;
		padding:40px 20px;
	}
	.banner-content{
		transform:none;
		top:0;
		left:0;
		position:relative;
		max-width:100%;
		padding:0px;
	}

	.footer-column .footer-social li:nth-child(3n){
		margin-right:7%;
	}
	.footer-column .footer-social li:nth-child(2n){
		margin-right:0;
	}
	.sidebar .blue-button{
		font-size:14px;
	}
	#image-block{
		display:none;
	}
	.practice-areas-main{
		margin:0px;
	}
	.practice-areas-main li{
		margin-bottom:20px;
	}
	.practice-areas-main li.even .practice-image, .practice-areas-main li.odd .practice-image, .practice-areas-main li.even .practice-content, .practice-areas-main li.odd .practice-content{
		float:none;
		margin:0 auto;
	}
	.practice-areas-main li .practice-image, .practice-areas-main li .practice-content{
		width:75%;
	}
	.practice-areas-main li .practice-image{
		margin-bottom:20px !important;
	}
	.practice-areas-main li .practice-content{
		padding:0px;
	}


}
@media only screen and (max-width:980px){
	#topbar .container{
		padding:0px;
	}
	.topbar-cta, .topbar-cta a{
		float:none;
		width:100%;
	}

	.topbar-phone-numbers{
		display:none;
	}
	.primary-menu-container{
		display:inherit;
		float:none;
	}
	.primary-menu{
		display:none;
		position: absolute;
		top:72px;
		left:0;
		z-index:500;
		margin:0px;
		width:100%;
		background:rgba(0,0,0,0.9);
	}
	.primary-menu > li{
		display:inherit;
		border-bottom:solid 1px rgba(255,255,255,0.7);
	}
	.primary-menu > li > a{
		border-bottom:none !important;
		padding:10px;
		color:rgba(255,255,255,0.7);
	}
	.primary-menu > li > a:hover{
		border-bottom:none !important;
	}
	.primary-menu > li > .sub-menu-container{
		display:none;
		transition:none;
	}
	.mobile-nav-btn{
		display:block;
	}
	.practice-areas-home li{
		width:33.33%;
	}
	#content-block-3 .container{
		padding:40px 20px;
	}
	#content-block-3 p:first-child{
		display:none;
	}
	#content-block-3 h2{
		margin-top:0;
		text-align:center;
	}
}


@media only screen and (max-width:860px){
	#content-internal{
		background:#999999;
	}
	#content-internal.contact .content{
		overflow:hidden;
	}
	#mobile-sidebar-nav-btn, .mobile-sidebar-menu-container{
		display:block;
	}

	#execphp-3{
		display:none;
	}
	.content, .sidebar{
		float:none;
		width:100%;
	}
	.sidebar{
		clear:right;
	}
	.sidebar .blue-button{
		display:none;
	}
	.content-cta{
		margin-bottom:20px;
		width:100%;
	}
	.sidebar-box h3{
		font-size:20px;
	}
	.sidebar-box form p{
		font-size:16px;
	}
	.wpcf7-form input, .wpcf7-form textarea{
		font-size:16px;
		padding:12px;
	}
	#execphp-2 form input[type="submit"]{
		font-weight:bold;
	}
	#content-internal.blog .sidebar .sidebar-box ul > li > a{
		font-size:16px;
	}
	#content-internal.contact .content p{
		float:none;
		text-align:center !important;
		margin:0 auto 20px auto !important;
		width:200px;
	}
	.sidebar-menu-container #menu-practice-areas > li > a, .sidebar-menu-container #menu-practice-areas > li > ul > li > a{
		font-size:16px;
	}
	.footer-column{
		width:15.25%;
		margin-right:2%;
	}
	#nav_menu-3{
		display:none;
	}
	#black-studio-tinymce-5{
		width:64.5%;
	}
	#content-internal.attorneys .content ul li, #content-internal.attorneys .content ul#second-partners li, #content-internal.attorneys .content ul#associates li{
		width:50%;
		margin:0;
	}
	#content-internal.attorneys .content ul#second-partners{
		width:100%;
	}
	.locations > li{
		float:none;
		width:100%;
		margin:0px 0px 20px 0px !important;
	}

}

@media only screen and (max-width:770px){
/* 	.post{
		width:48.5%;
		margin-right:3% !important;
	}
	.post:nth-child(2n){
		margin-right:0 !important;
	} */
	.practice-areas-home li{
		width:50%;
	}
	#content-internal .content h1, #internal-banner h1{
		font-size:26px;
	}
	#content-internal .content h2, .container h2{
		font-size:24px;
	}
	#internal-banner .container{
		padding:20px;
	}
	#internal-banner h1{
		margin-bottom:0px;
	}
	.content-cta-btn{
		font-size:20px;
	}
	.locations{
		margin-top:20px;
	}
	.footer-column{
		float:none;
		margin-bottom:20px;
		margin-right:0px;
		overflow:hidden;
		width:100% !important;
	}
	.footer-column h3{
		text-align:center;
	}
	.footer-column ul{
		text-align:center;
	}
	.footer-column ul li{
		display:inline-block;
		margin-right:8px;
	}
	.footer-column .footer-social li{
		float:none;
		display:inline-block;
		margin:0;
		margin-bottom:5px;
	}
	.footer-column .footer-social li:nth-child(3n){
		margin-right:0;
	}
	.author-box-wrapper .author-box {
		padding-top: 0;
	}

}
@media only screen and (max-width:540px){
	#banner .container h1{
		font-size:26px;
	}
	#banner .container h2{
		font-size:16px;
	}
	#areas-practice-block h2{
		margin-bottom:20px;
	}
	.post{
		width:100%;
		margin-right:0 !important;
	}
	#content-internal .contact-us .wpcf7-form, #wpcf7-f3222-p559-o1 .wpcf7-form{
		width:100%;
	}
	#content-internal .contact-us .wpcf7-form .field-row, #wpcf7-f3222-p559-o1 .wpcf7-form .field-row{
		margin-bottom:0px;
	}
	#content-internal .contact-us .wpcf7-form .field.last, #wpcf7-f3222-p559-o1 .wpcf7-form .field.last{
		margin-bottom:10px;
	}
	#content-internal .contact-us .wpcf7-form .field, #wpcf7-f3222-p559-o1 .wpcf7-form .field{
		float:none;
		width:100%;
		margin:0 0 10px 0px;
	}



}

@media only screen and (max-width:460px){
	#header .container{
		padding:2px 20px 2px 10px;
	}
	#content-internal.attorneys .content ul li, #content-internal.attorneys .content ul#second-partners li, #content-internal.attorneys .content ul#associates li{
		width:100%;
		margin-bottom:10px;
	}
	.practice-areas-home li{
		width:100%;
	}
	.practice-areas-main li{
		margin-bottom:40px !important;
	}
	.practice-areas-main li .practice-image, .practice-areas-main li .practice-content{
		width:100%;
	}
	.practice-areas-main li .practice-content .practice-btn{
		padding:10px;
	}
	.footer-column p{
		float:none;
		margin:0 auto 10px;
		text-align:center;
		width:100%;
	}
	.footer-column p:last-child{
		margin-right:auto;
	}
}















/* NEW DESIGN STYLE
===================================================================================================================*/

body.page-template-page-home{
	font-family: "Open Sans", sans-serif;
}
section.section {
    background-color: #fff;
    background-size: cover;
/*     background-attachment: fixed; */
    background-position: 100%;
    background-repeat: no-repeat;
    min-height: auto;
    padding: 80px 0 !important;
}
section.section .container h2.section-title{
	font-size: 28px;
	color:#000;
	text-transform: capitalize;
	margin-bottom:20px;
	font-weight: 700;
}
section.homeForm{
    padding-bottom: 30px;
}
section.section .container span.section-sub-title{
	color:#333;
	display: block;
	font-size: 20px;
	margin-top:10px;
}
section.section .container p{
	color:#333;
	text-align: center;
	margin-bottom:10px;
	font-weight:300;
}
section.section a.cta-button{
	background-color: #ed1b24;
	transition: all 0.2s ease-in-out 0s;
	border:none;
	padding:10px 20px;
	display: block;
	max-width: 200px;
	margin:20px auto 0;
color:#ffffff;
}

section#home-accolades{
	min-height: inherit;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
	.mbclear{display:none;}
}
@media (min-width: 768px) and (max-width:991px) {
	#home-accolades .bor img {
		max-width: 300px;
		padding-top: 25px;
	}
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.wpseo_locations-template-default article.post.single {
    width: 100% !important;
}

header#header{
	background-color: #fff;
}
header#header .navbar{
	border:none;
margin-bottom:0px;
}
header#header .logo{
	padding:10px;
	margin-right:20px;
}
header#header .logo img{
	width:100%;
}
#menu-primary-menu{
	float:right;
}
#menu-primary-menu > li#menu-item-5304{
	display: block;
	margin-left: 20px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
section#content-internal {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.pageSingleBanner .container {
    padding-bottom: 0 !important;
}
section#content-internal .row {
    display: flex;
    align-items: center;
}
.innerpage-banner-image {
    line-height: 0;
}
.innerpage-banner-image img {
    width: 70%;
    margin: 0 auto;
    display: flex;
}
section#content-internal .row .col-lg-8.col-12 {
    padding-bottom: 50px;
}
section#content-internal .row .col-lg-4.col-12 {
    display: flex;
    align-items: stretch;
    margin-top: auto;
}
@media only screen and (max-width:1200px){
	header#header .container{
		width:100%;
	}
	header#header .navbar-header{
		float:none;
	}
	header#header .logo {
	    margin-right: 0px;
	    margin: 0 auto;
	    display: block;
	    float: none;
	    max-width: 310px;
	}
	#menu-primary-menu{
		float:none;
		text-align: center;
	}
	header#header #navbar #menu-primary-menu > li{
		float:none;
		display: inline-block;
	}
	header#header #navbar #menu-primary-menu > li#menu-item-5304{
		display: block;
		margin-left: 0px;
	}
	header#header #navbar #menu-primary-menu > li#menu-item-5304 > a{
		text-align: center;
		line-height: inherit;
		font-size: 24px;
		color:#fff;
		padding:14px;
	}
}
@media only screen and (max-width: 768px){
	header#header .navbar-header{
		border-bottom:solid 1px #050d14;
	}
	header#header .logo{
		margin-top:0px;
		margin-left:0px;
		float:left;
		max-width: 250px;
	}
	.navbar-toggle{
		margin-top:10px;
	}
	.navbar-toggle .icon-bar{
		background-color: #ed1b24;
	}
	header#header #navbar #menu-primary-menu{
		margin:0px;
	}
	header#header #navbar #menu-primary-menu > li{
		float:none;
		display: block;
	}
	header#header #navbar #menu-primary-menu > li > a{
		text-align: left;
		border-top:none !important;
		padding:10px 10px;
		margin-left: 0;
	}
	header#header #navbar #menu-primary-menu > li > a:hover{
		color:#fff;
		background-color: #ed1b24;
	}
	header#header #navbar #menu-primary-menu > li ul{
		display: none;
	}
	header#header #navbar #menu-primary-menu > li#menu-item-5304 > a{
		text-align: center;
		line-height: inherit;
		font-size: 24px;
	}
	.navbar-collapse{
		border-top:none;
		padding:0px;
	}
}


#menu-primary-menu > li#menu-item-5304 a{
	background-color: #1c1c1c;
    color: #ed1b24;
    border: none;
    padding: 11px 10px;
    font-size: 20px;
    margin-top: 15px;
	cursor: pointer;
}
/* #menu-primary-menu > li:last-child a{
    padding: 8px 5px;
    cursor: default;
} */
.onda-logo{max-width: 120px !important;}
@media ( max-width: 768px){.onda-logo{display:none;}}
#menu-primary-menu > li > a{
	color: #333;
    font-family: "Oswald", sans-serif;
    padding: 14px 0 14px 0;
    border-top: solid 4px #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 40px;
	display: block;
	border-bottom: 4px solid transparent;

}
#menu-primary-menu > li:hover > a{
	color:#ed1b24;
	background-color: #fff;
	border-bottom:solid 4px #ed1b24;
}
#menu-primary-menu > li > ul.dropdown{
	top:54px;
    width: 200px !important;
    background-color: #ed1b24;
    position: absolute;
    left: 0%;
    z-index: 999999;
margin-top:0px;
}
#menu-primary-menu > li > ul.dropdown > li a{
	font-family: "Oswald", sans-serif;
    font-size: 15px;
    padding: 12px 10px;
}

.dropdown {
    width: 200px !important;
    background-color: #ed1b24;
    position: absolute;
    top: 80px;
    left: 0%;
    z-index: 22;
    display: none;
}

.drop_in li {
    list-style: none;
    border-bottom: 1px solid #cf0d15;
    position: relative;
}


.drop_in li a {
    font-family: 'Roboto';
    font-size: 12px;
    color: #fff;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 20px;
    display: block;
    transition: all .3s ease-in-out;
}


.nav > li:hover .dropdown {
    display: block;
    transform: scaleY(1) !important
}



.dropdown2 {
    width: 270px !important;
    background-color: #cf0d15;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 22;
    display: none;
}


.drop_in2 {
    margin: 0px;
    padding: 0px;
}


.drop_in2 li {
    list-style: none;
    border-bottom: 1px solid #ba0b12;
    position: relative;
}


.drop_in2 li a {
    font-family: 'Roboto';
    font-size: 12px;
    color: #fff;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 20px;
    display: block;
    transition: all .3s ease-in-out;
}


.drop_in li:hover .dropdown2 {
    display: block;
	transform: scaley(1) !important;
    transition: .3s ease-out;
}


.page-template-page-home section#home-banner{
	min-height: 450px;
	padding:40px 0px 0px 0px;

}
.page-template-page-home section#home-banner #home-banner-content{
	margin-top:60px;
	margin-bottom: 20px;
}

.page-template-page-home section#home-banner #home-banner-content p{
	font-family: "Oswald", sans-serif;
	color:#fff;
	text-align: left;
	line-height: 52px;
}
.page-template-page-home section#home-banner #home-banner-content p a{
	font-family: "Oswald", sans-serif;
	background-color: #fff;
	color:#333;
	padding:10px 20px;
	border-left:solid 4px #ed1b24;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-top:30px;
	display: block;
	line-height: 20px;
	max-width: 440px;
	text-align: center;
}

.page-template-page-home section#home-banner #home-banner-form{
	padding-top:20px;
	padding-bottom:20px;
	border:solid 1px #fff;
}
.page-template-page-home section#home-banner #home-banner-form h3{
	font-family: "Oswald", sans-serif;
	color: #ed1b24;
	text-transform: uppercase;
	margin-bottom: 20px;
font-size:24px;
text-align:left;
font-weight:500;
}
.page-template-page-home section#home-banner #home-banner-form form .form-group{
	margin-bottom: 5px;
}
.page-template-page-home section#home-banner #home-banner-form form input{
	margin-bottom: 0px;
	padding:20px 10px;
}
.page-template-page-home section#home-banner #home-banner-form form textarea{
	min-height: 150px;
}
.page-template-page-home section#home-banner #home-banner-form form input[type=submit]{
	font-family: "Oswald", sans-serif;
	background-color: #fff;
	color:#333 !important;
	border:none;
	border-left:solid 4px #ed1b24;
	padding:6px 10px;
	float:left;
max-width:125px;
}
.submit {
    width: 125px;
    min-height: 35px;
    background: #000;
    text-align: center;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #000;
}


@media only screen and (max-width: 992px){
	.page-template-page-home section#home-banner #home-banner-content{
		margin-top: 0px;
	}
	.page-template-page-home section#home-banner #home-banner-content p{
		line-height: 30px;
		text-align: center;
	}
	.page-template-page-home section#home-banner #home-banner-content p span{
		font-size:30px !important;
	}
	.page-template-page-home section#home-banner #home-banner-content p a{
		font-size:16px;
		margin:0 auto;
	}
	.page-template-page-home section#home-banner #home-banner-form{
		margin-bottom:20px;
	}
	.page-template-page-home section#home-banner #home-banner-form h3{
		text-align: center;
	}
}


#home-accolades{
	padding:30px 0px;
}

#home-accolades .bor img{
	text-align: center;
	display: block;
	margin:0 auto;
	width:100%;
}


.page-template-page-home section#home-practice-areas{}
.page-template-page-home section#home-practice-areas .practice-areas-list{
	overflow: hidden;
	padding-left:0px;
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li{
	margin-bottom:10px;
	margin-top:10px;
	padding: 0 15px;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li.col-half-offset{
	margin-left:4.166666667%;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li a{
	padding:25px 10px 10px;
	border-bottom:solid 4px #ed1b24;
	display: block;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	text-decoration: none;
	min-height: 165px;
	position: relative;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li a img{
	display: block;
	margin:0 auto;
	margin-bottom:20px;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li a h3{
	color:#333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 15px;
    left: 0;
    right: 0;
    max-width: 150px;
    margin: 0 auto;
    transition: all 0.2s ease-in-out 0s;
}
.page-template-page-home section#home-practice-areas .practice-areas-list li a:hover h3{
	color:#ed1b24;
}



.page-template-page-home section#home-more-about-jeff-anderson{

}
.page-template-page-home section#home-more-about-jeff-anderson h2.section-title{
	color:#fff;
}
.page-template-page-home section#home-more-about-jeff-anderson p{
	color:#fff;
	text-align: left;
}





.page-template-page-home section#latest-news{}

.page-template-page-home section#latest-news .latest-news-articles{
	margin:0px;
	padding:0px;
}
.page-template-page-home section#latest-news .latest-news-articles li{
	margin-bottom:20px;
}
.page-template-page-home section#latest-news .latest-news-articles li div.news-article{
	border-bottom:solid 4px #ed1b24;
	display: block;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	position: relative;
	padding:20px;
	min-height: 300px;
}
.page-template-page-home section#latest-news .latest-news-articles li h3,
.page-template-page-home section#latest-news .latest-news-articles li p{
	text-align: left;
}
.page-template-page-home section#latest-news .latest-news-articles li h3{
	font-size: 16px;
	color:#ed1b24;
	margin-bottom:10px;
}
.page-template-page-home section#latest-news .latest-news-articles li h3 a{
	color:#ed1b24;
	text-decoration: none;
	font-weight: 600;
}
.page-template-page-home section#latest-news .latest-news-articles li p{
	margin-bottom:20px;
}
.page-template-page-home section#latest-news .latest-news-articles li p.latest-news-date{
	margin-bottom:10px;
}
.page-template-page-home section#latest-news .latest-news-articles li a.latest-news-more{
	color:#333;
	text-transform: uppercase;
	font-weight: 600;
	border-right: solid 10px #ed1b24;
	padding-right: 10px;
}


section#footer-top,
section#footer-bottom{
	min-height: 50px;
	padding:20px 0px;
}

section#footer-top{
	background-color: #ececec;
}

section#footer-top h3{
	font-size: 20px;
	color:#333;
	margin-bottom:20px;
text-align:left;
font-weight: 500;
    text-transform: none;

}
section#footer-top p{
	text-align: left;
}
section#footer-top p a{
	color:#ed1b24;
}

#menu-footer-menu-top{
	background:none;
	padding:0px;
	margin:0px;
	list-style-type: none;
}
#menu-footer-menu-top li{
	margin-bottom:10px;
}
#menu-footer-menu-top li a{
	font-weight: 300;
	color:#ed1b24;
	font-size:16px;
}




section#footer-bottom{
	background-color: #303030;
	color:#fff;
}
section#footer-bottom .container p{
	color:#565656;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 600;
line-height:20px;
}

.rc-anchor.rc-anchor-normal.rc-anchor-light{
	width : 260px !important;
}

@media screen and (min-width:991px){
	#home-accolades .bor img {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
	height: 150px;
    width: 150px;
    object-fit: contain;
    margin: auto !important;
}
#home-accolades .bor img {
	margin: 0 !important;
}
#home-accolades .bor  {
	display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
}
#home-accolades .bor {
	justify-content: center;
	gap: 20px;
}
}


@media screen and (max-width:500px){
	#home-accolades .bor img {
    
}

#home-accolades .bor {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

#home-accolades .bor img {
	flex: 0 0 45%;
	width: 30%;
}

}

/* Footer CSS */

h6.footer-widget-heading {
    color: #ed1b24;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 4px;
}

h6.footer-loc-name {
    color: #ed1b24;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.footer-loc-col-inner {
    padding: 15px 0;
    color: #fff;
    /* font-=s: 1; */
}

span.footer-loc-type {
    font-size: 13px;
    font-style: italic;
    display: block;
    margin: 4px 0;
}

.footer-loc-col-inner address {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.75;
}

.footer-call-link a {
    font-weight: 600;
}

.footer-loc-col-inner .map-link {
    margin: 6px 0 0;
    text-align: left;
}

.footer-loc-col-inner a.map-link {
    color: #ed1b24;
    font-weight: 500;
}

.footer-call-link {
    margin: 5px 0 0;
}

.footer-copy-right-sec {
    color: #fff;
}

.footer-copyright p:last-child {
    margin-bottom: 0;
}

.ft-widget-col.ft-image-block {
    margin-bottom: 48px;
}

.footer-top-sec {
    padding: 56px 0;
}

.ft-sidebar .menu li>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    letter-spacing: 0.01em;
    background: transparent;
}

.ft-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-sidebar ul li {
    list-style: none;
    padding: 0 0 6px;
}

.row.fc-row {
    margin: 0 -4px;
}


.footer-copyright {
    position: relative;
}

.ft-sidebar .menu li>a:hover,
ul.footer-menu-links a:hover {
    color: #ffffff;
    opacity: 0.9;
}


.footer-social-media {
    padding: 0;
    margin: 0;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-list li {
    padding: 2px 0;
}

.footer a {
    color: rgba(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.56;
    text-transform: uppercase;
}


.footer a:hover {
    color: #5bacf2;
}


#menu-footer-quick-links {
    text-align: right;
    text-transform: uppercase;
    line-height: 1.75;
    margin: 15px 0;
}

.footer-bottom-copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid;
}
.footer-top-sec {
    padding: 40px 0 30px;
}
.footer-widget-col-inner {
    padding: 15px 0;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.footer-social-media ul {
    margin: 0 -8px;
    list-style: none;
}

.footer-social-media li> a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    font-size: 20px;
}

.footer-social-media li> a:hover {
    background: #ed1b24;
    color: #fff;
    border-color: #ed1b24;
}
ul#menu-footer-bottom-menu {
    justify-content: center;
    list-style: none;
    margin: -8px 0 0;
}

ul#menu-footer-bottom-menu li {
    padding: 0 12px;
    border-right: 1px solid;
    line-height: 1;
    color: #585858;
}

ul#menu-footer-bottom-menu li a {
    line-height: 1;
    color: #585858;
}

ul#menu-footer-bottom-menu li:last-child {
    border-right: 0;
}
@media screen and (max-width: 991px) {
    .footer-bottom-copy,
    .site-credit-text-col {
        text-align: center;
    }
    .site-credit-text-col {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .ft-col:first-child .widget_block {
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .footer-social-media ul {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 575px) {
    .ft-col:first-child .widget_block {
        margin: 0;
        text-align: left;
    }
    .footer-social-media ul {
        justify-content: flex-start;
    }
}

/* Author BoxCSS */
.author-name-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
    text-transform: capitalize;
}

.author-name-wrap img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

span.auth-name.font-mr {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}



 li.menu-item {
	position: relative;
}

.topBar .top-cont {
	color:#000;
font-size: 20px;
font-weight: 700;
}


.topBar .top-cont a{
	color:#ed1b24!important;
	
}

.topBar .top-cont i{
	padding: 5px 7px;
    border: 2px solid;
    border-radius: 50%;
	
}


.homeBanner p{
	color:#fff!important;
	text-align: left!important;
	font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: left;
    line-height: 52px;

}

.homeBanner a {
    font-family: "Oswald", sans-serif;
    background-color: #ed1a25;
    color: #fff;
    padding: 15px 20px;
    border-left: solid 4px #ed1b24;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    line-height: 20px;
    max-width: 300px;
    text-align: left;
}
.red-button a {
    position: relative;
}
.red-button i.fa.fa-angle-right {
    position: absolute;
    right: 22px;
    background: #c20707;
    /* border: #ec8181 1px solid; */
    border-radius: 50%;
    padding: 3px;
    top: 22%;
}
.red-button i.fa.fa-angle-right:before {
    padding: 7px !important;
}
.homeBanner .home-banner-image img {
	display: block;
	margin: auto;
}


.homeFaqs .accordion * {
outline:none!important;
box-shadow:none!important;
text-align: left;
border:none;
}

.homeFaqs h2, .homeForm h2, #home-accolades h1{
	font-size: 28px !important;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700 !important;
    line-height: 1.5;
    text-transform: capitalize !important;
}


.homeFaqs .accordion .accordion-button{
	background-color: #62626245!important;
	color: #000 !important;
    font-weight: 600;
	line-height: 1.5;

}

.homeFaqs .accordion .accordion-item {
	margin-top: 20px;
}


.homeFaqs .accordion .accordion-button[aria-expanded="true"] {
    background-color: #ed1b24!important;
    color: #fff !important;
}


.homeTabs .tab-content p{

	text-align: left;
}


.homeTabs .tab-content {
	border: 1px solid #ebebeb;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    border-bottom: 4px solid #ececec;
    background: #fff;
}

.homeTabs .tab-content .row .col-md-4 img{
	margin: 0 !important;
    width: 100%;
    margin-bottom: 20px !important;
    border-radius: 3px;
    box-shadow: 0 0 5px;
    height: 330px;
    object-fit: cover;
}

.homeTabs .tab-content .row .col-md-8 {
	padding-right: 50px;
}

.homeTabs .tab-content .row .col-md-4{
	padding: 20px;
    background: #dcdcdc;
    border-radius: 5px;
}

.homeTabs .tab-content strong{
	font-weight: bold!important;
	color:#000;
	    margin-bottom: 14px;
    display: inline-block;
}
section.homeTabs{
    background-image: url(https://jandersonnestg.wpenginepowered.com/wp-content/uploads/2024/03/Home-bg1.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: left;
	position: relative;
}

section.homeTabs::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff94;
    z-index: 1;
}

section.homeTabs>.container{
	position: relative;
	z-index: 9;
}
.homeTabs .tab-content .col-md-3 strong{
	font-weight: bold!important;
	color:#000;
	font-size: 25px;
    margin: 30px 0;
    display: inline-block;
}

.homeTabs .tab-content .row .col-md-4 .wpcf7 .form-group{
	margin-bottom: 15px;
}
.homeTabs .tab-content .row .col-md-4 .wpcf7 .wpcf7-submit{
    background: #ed1b24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	border-radius: 5px;
}

.homeTabs .nav-tabs .nav-link {
    font-size: 18px;
    padding: 15px 33px;
    border-bottom: none;
    background-color: #524f4f;
    color: #fff;
	margin-right: 1px;
	width: 100%;
	    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
}


.homeTabs  .nav-tabs .nav-link.active {
    background-color: #ed1b24;
    color: #fff;
	
}

.homeTabs .nav-tabs {
    justify-content: center;
	border-bottom:0;
}


.homeForm .contactBanner{
	background-image:url('https://jandersonnestg.wpenginepowered.com/wp-content/uploads/2015/07/Informal-Settlement-Agreements.jpg');
	height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;

}

.homeForm .contactBanner::after{
	background-color:#0000008c;
	height: 100%;
    width: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.homeForm .col-12 {
	max-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    margin-top: -175px;
    z-index: 999;
    position: relative;
    box-shadow: 3px 3px 10px #b8b3b3;
}
.homeForm .col-12 p {
	/* display: none; */
}

.homeForm .wpcf7-form input, .homeForm .wpcf7-form textarea {
	border-radius: 5px;
}


.homeForm .wpcf7-form .wpcf7-submit{
    background: #ed1b24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.footer-col-first img {
padding: 5px;
background-color: #fff;
}

.footer-col-first p {
	text-align: left!important;
}


.pageSingleBanner{
	background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: unset !important;
	position: relative;
}

.pageSingleBanner::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
    background-color: #00000057;
	z-index: 0;
}
.pageSingleBanner .container{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pageSingleBanner h1 {
    text-align: left;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
	line-height: 1.3;
}

.pageSingleBanner .bannerCta a {
	background-color: #ed1b24;
    padding: 13px 22px 16px;
    display: block;
    width: max-content;
    color: #fff;
    font-weight: 600;
    border-left: 4px solid;
    line-height: 0;
    font-family: 'Open Sans', Arial, Helvetica;
    text-transform: uppercase;
	margin-top: 40px;
}
.bannerCta.red-button a {
    font-family: "Oswald", sans-serif;
    background-color: #ed1a25;
    color: #fff;
    padding: 15px 20px;
    border-left: solid 4px #ed1b24;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    line-height: 20px;
    width: 340px;
    max-width: 304px;
    text-align: left;
}

.pageSingleBanner .bannerCta a i {
	margin-left: 10px;
    font-size: 23px;
}

.pagesMainContnet *{
	color: #151515;
    text-align: left;
}

.pagesMainContnet li {
	margin-left: 30px;
	padding-bottom: 15px;
	font-family: 'Open Sans', Arial, Helvetica;
	line-height: 26px;
	font-size: 16px;
}


.content-cta .ctaBox h3, .sideQuickLinks h3{
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
	text-align: left!important;
	margin-top: 0;
}


.content-cta .ctaBox .wpcf7-submit {
    background: #ed1b24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
	border-radius: 5px;
}


.sidebar-menus li {
	padding-bottom: 10px;
	list-style-type: disclosure-closed;
	margin-left: 20px;
	color:#000;
}

.sidebar-menus li a{
	font-family: 'Open Sans', Arial, Helvetica;
    line-height: 26px;
    font-size: 16px;
	color: #000;
}


.sidebar-menus {
	margin-top: 20px;
}

.fixed-header-all {
    position: fixed;
    top: 0;
    z-index: 1030!important;
    -webkit-animation: smoothScroll .5s forwards;
    animation: smoothScroll .5s forwards;
	box-shadow: 0 0 5px #dbd9d9;
}

.fixed-header-all .topBar {
	display: none;
}


header#header {
width: 100%;
}

.navbar-toggler{
	box-shadow: none!important;
}




#home-practice-areas .col-lg-15 {
	flex: 0 0 25%;
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-154px);
        transform: translateY(-154px)
    }
}

@media(max-width:500px){
	.content {
		padding: 0;
	}

	.homeTabs .nav-tabs .nav-link { 
		font-size: 17px;
	}

	.homeTabs .tab-content .row .col-md-8 {
		padding: 15px;
	}


	.homeForm .col-12 {
		max-width: 93%;
	}

	.navbar-collapse{
		position: fixed;
		height: 100%;
		background: #fff;
		z-index: 99999;
		transform: translateX(-500px);
		width: 50%;
		top: 48px;
		left: 0;
		transition: ease-in .1s;
	}
	
	.navbar-collapse.show {
		position: fixed;
		height: 100%;
		background: #fff;
		z-index: 99999;
		transform: translateX(0);
		width: 65%;
	}

	#header .container {
		padding: 10px 0;
	}
}

span.auth-name.font-mr {
	color:#000;
}

.contactDetails {
    
    justify-content: center;
    text-align: center !important;
}


.contactDetails * {
	text-align: center !important;

}

.contactDetails  .indcard h3{
	color: #000;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
	width: max-content;
	margin-inline: auto;

}

.contactDetails  .indcard h3::after{
	content: '';
    position: absolute;
    height: 3px;
    width: 80px;
    background: #ed1b24;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;

}


.contactDetails .indcard p{
    font-size: 20px;
    font-weight: 400;
}

.contactDetails .indcard a{
	font-size: 20px;
    font-weight: 600 !important;
    color: #ed1b24;
    margin: 20px;
    display: block;
}

.contactDetails .indcard a i {
	margin-right: 10px;
    border: 2px solid;
    padding: 5px 7px;
    border-radius: 55%;
}

.contactDetails .indcard iframe {
    max-width: 70%;
    max-height: 200px;
}


@media(max-width:500px){
	.contactDetails .indcard iframe {
		max-width: 100%;
		max-height: 200px;
		margin-bottom: 30px;
	}


	#content-internal .contact-us .wpcf7-form {
		padding: 0;
	}

	.conatctPageForm {
		background: none!important;
	}

	#content-internal .contact-us {
		max-width: 100%;
	}

	.contact-us .wpcf7-form input, .contact-us .wpcf7-form textarea {
	
		margin-bottom: 12px !important;
	}
}



@media(min-width:993px){
	.contactDetails .indcard:first-child{
		border-right: 2px solid #c3c3c3;
	}
}


.contact-us .wpcf7-form input, .contact-us .wpcf7-form textarea {
	border-radius: 5px !important;
    min-height: 45px;
    padding: 8px;
    margin-bottom: 0;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.warning-text{
	background: #eee;
    padding: 16px;
    font-size: 14px;
	border-radius: 5px;
	margin-bottom:30px !important;
}
@media only screen and (max-width: 768px){
	/* header#header #navbar #menu-primary-menu > li{
		width: 100%;
		margin-bottom: 0px;
	}
header#header #navbar #menu-primary-menu > li.showSub ul {
    display: block;
    position: unset;
    width: 100% !important;
}

.menu-item-has-children:after {
	content: "+";
    position: absolute;
    color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    font-size: 25px;
    font-weight: 600;
    line-height: 01;
    margin-left: 0;
    right: 20px;
    margin-top: 5px;
	height: 44px;
    width: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 9999999;
}

.menu-item-has-children.showSub:after{
	transform: rotate(45deg);
} */
.page-template-page-home section#home-practice-areas .practice-areas-list li a {
    padding: 40px;
}
/* .menu-item-has-children ul {
  display: none;
}
.menu-item-has-children.showSub > ul {
  display: block;
} */
	/* .menu-item-has-children:hover > .sub-menu {
    display: none !important;
  } */
	/* .cloned-parent-link {
  font-weight: bold;
  padding-left: 10px;
}

.submenu-toggle {
  float: right;
  cursor: pointer;
  padding-left: 8px;
  font-size: 16px;
} */

	
}


@media(min-width:993px){

	.page-sideBar {
		position: -webkit-sticky;
    position: sticky;
    top: 120px;
    background-color: #f3f3f3;
    padding: 10px;
	}
}


.author-box .avtar-img {
	display: flex;
	align-items: center;
}
.mobile-hero-banner{
	display: none;
}
@media screen and (max-width:767px) {
	section.section.homeBanner{
		background-image: none !important;
		background-color: var(--ccl-theme-dark);
		padding-top:0 !important;
	}
	.home-banner-image img {
		width: 80% !important;
	}
	.banner-cnt-wrapper {
		padding: 0px 0 40px !important;
	}
	.mobile-hero-banner{
		display: block;
		margin-bottom: 30px;

	}
	.mobile-hero-banner img {
		width: 100%;
	}
	section.homeTabs.mb-5 {
		margin-bottom: 0 !important;
	}
	section#content-internal {
		padding: 30px 0 !important;
		background-position: 60% !important;
	}
	.author-box {
		padding-top: 15px;
	}
	section.homeBanner .col-md-6 p > span:first-child {
		line-height: 1.4;
		max-width: 220px;
	}
}


/* New updates for castrocriminallawyer site */


:root {
  --ccl-theme-dark: #1d3868;
  --ccl-theme-light: #295DA6;
  --ccl-menu-hover: #1d3868;
  /* --ccl-menu-hover: #3f30ff; */
  --ccl-highlight: #EDCF02;
  --ccl-white: #ffffff;
  --ccl-black: #000000;
  --ccl-border-light: #c1c0c033;
}

.home-banner-image img {
    width: 65%;
}

/* #menu-primary-menu ul.dropdown2 {
    width: 200px !important;
    background-color: var(--ccl-white);
	transform: scaleY(0);
    transform-origin: 0px 0px;
	transition: all 0.25s ease;
}

#menu-primary-menu ul.dropdown2 li ul.dropdown {
    display: none;
    left: 100%;
    top: 0;
    margin-top: 0px;
	transform: scaleY(0);
    transform-origin: 0px 0px;
	transition: all 0.25s ease;
}

#menu-primary-menu ul.dropdown2 li:hover ul.dropdown {
    display: block;
	transform: scaleY(1) !important
}

#menu-primary-menu > li > ul.dropdown {
    background-color: var(--ccl-white);
    color: var(--ccl-black) !important;
	transform: scaleY(0);
    transform-origin: 0px 0px;
	transition: all 0.25s ease;
}
#menu-primary-menu > li > a {
    color: var(--ccl-theme-dark);
}

#menu-primary-menu > li > ul.dropdown > li a {
    color: var(--ccl-theme-dark);
}

.drop_in li {
    border-bottom: 1px solid var(--ccl-border-light) !important;
}

.dropdown {
    background-color: var(--ccl-white);
}

#menu-primary-menu ul.dropdown li:hover {
    background-color: var(--ccl-menu-hover);
/* 	transform: scaleY(1); */
/*}

ul.dropdown.drop_in > li:hover > a,
ul.dropdown2.drop_in2 > li:hover > a {
    color: var(--ccl-white) !important;
} */

.topBar .top-cont {
    color: var(--ccl-theme-dark);
}

.topBar .top-cont a {
    color: var(--ccl-highlight) !important;
}

#menu-primary-menu > li:hover > a {
    color: var(--ccl-menu-hover);
    border-bottom: 4px solid var(--ccl-menu-hover);
}

.homeBanner a {
    background-color: var(--ccl-highlight);
    border-left: solid 4px var(--ccl-theme-dark);
    color: var(--ccl-theme-dark);
}

.red-button i.fa.fa-angle-right {
    background: var(--ccl-theme-dark);
    color: var(--ccl-highlight);
}

.homeTabs .nav-tabs .nav-link.active {
    background-color: var(--ccl-highlight);
    color: var(--ccl-theme-dark);
}

.homeTabs .tab-content .row .col-md-4 .wpcf7 .wpcf7-submit {
    background: var(--ccl-highlight);
    color: var(--ccl-theme-dark) !important;
	border: 1px solid var(--ccl-theme-dark);
}

.page-template-page-home section#home-practice-areas .practice-areas-list li a h3:hover {
    color: var(--ccl-highlight);
}

.page-template-page-home section#home-practice-areas .practice-areas-list li a {
    border-bottom: 4px solid var(--ccl-highlight);
}

.page-template-page-home section#home-practice-areas .practice-areas-list li a:hover {
    color: var(--ccl-highlight);
}

.page-template-page-home section#home-practice-areas .practice-areas-list li a:hover h3 {
    color: var(--ccl-highlight);
}

.homeFaqs .accordion .accordion-button[aria-expanded="true"] {
    background-color: var(--ccl-theme-light) !important;
}

#footer {
    background: var(--ccl-theme-dark);
}

h6.footer-widget-heading {
    color: var(--ccl-highlight);
}

h6.footer-loc-name {
    color: var(--ccl-highlight);
}

.footer-loc-col-inner a.map-link {
    color: var(--ccl-highlight);
}
.footer-col-first img {
    background-color: transparent;
    width: 100%;
    max-width: 250px;
}
.footer-copyright-text.text-white {
    color: var(--ccl-highlight);
    opacity: 0.8;
}
.footer-copyright p {
    color: var(--ccl-highlight);
    opacity: 0.7;
}

ul#menu-footer-bottom-menu li a {
    color: var(--ccl-highlight);
    opacity: 0.7;
}
.footer-social-media li> a:hover {
    background: var(--ccl-white);
    border: var(--ccl-white);
    color: var(--ccl-theme-dark);
}
header#header .logo img {
    max-width: 250px;
/*     background: var(--ccl-theme-dark); */
}
.bannerCta.red-button a {
    background-color: var(--ccl-highlight);
    color: var(--ccl-theme-dark);
    border-left: 4px solid var(--ccl-theme-dark);
}

.content-cta .ctaBox .wpcf7-submit {
    background: var(--ccl-highlight);
    color: var(--ccl-theme-dark) !important;
    border: 1px solid var(--ccl-theme-dark);
}


.custom-review-slider-wrapper {
	padding: 20px 40px;
	position: relative;
}

.review-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.review-carousel .owl-item {
	display: flex;
	height: auto;
}

.review-item {
	display: flex;
	width: 100%;
}
section.home-testimonials {
	padding-bottom: 40px !important;
	padding-top: 40px !important;
}
.review-card {
	background: #f4f4f4;
	padding: 30px 20px;
	border-radius: 12px;
	max-width: 400px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.review-top-icon {
	width: 50px !important;
	height: 50px;
	object-fit: contain;
	margin: 0 auto 15px;
}

.review-stars span {
	font-size: 20px;
	margin: 0 2px;
}

.review-text {
	margin: 20px 0;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 5em;
	flex: 1;
}

.reviewer-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
}

.reviewer-info img {
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
}

/* Owl Carousel Custom Navigation Styles */
.owl-nav button {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9) !important;
	border-radius: 50% !important;
	color: var(--ccl-theme-dark, #003366) !important;
	font-size: 24px !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.owl-nav button:hover {
	background: #fff !important;
}

.owl-nav button span {
	display: inline-block;
	line-height: 1;
}

.owl-prev {
	left: -50px;
}

.owl-next {
	right: -50px;
}

.owl-dots {
	margin-top: 20px;
}

.owl-dot span {
	background: #ccc !important;
}

.owl-dot.active span {
	background: var(--ccl-theme-dark, #003366) !important;
}


section.why-need-us {
	position: relative;
	background: #f8f9fa;
}
.why-need-content {
	position: relative;
}
.why-need-content .section-title {
	color: var(--ccl-theme-dark, #003366);
	margin-bottom: 1.5rem;
}
.why-need-content .content-wrapper {
	font-size: 1.1rem;
	line-height: 1.6;
}
.why-need-content .content-wrapper ul {
	padding-left: 1.5rem;
	margin-top: 1rem;
}
.why-need-content .content-wrapper ul li {
	margin-bottom: 0.5rem;
}
.why-need-image img {
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.why-need-image img:hover {
	transform: translateY(-5px);
}


section.why-choose-us {
	position: relative;
	background: #dfdfdf;
}
.choose-us-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}
.choose-us-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.card-inner {
	padding: 2rem;
}
.choose-us-card h3 {
	color: var(--ccl-theme-dark, #003366);
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	position: relative;
	padding-bottom: 0.5rem;
}
.choose-us-card h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 50px;
	height: 3px;
	background: var(--ccl-theme-dark, #003366);
}
.choose-us-card .content-wrapper {
	color: #555;
	line-height: 1.6;
	font-size: 1rem;
	padding-bottom: 0.5rem;
}


ul.sub-menu.home-sidebarr {
    padding-bottom: 0px;
    list-style-type: disclosure-closed;
    margin-left: 0px;
    color: #1d3868;
}

ul.sub-menu.home-sidebarr li ul {
    padding-bottom: 0px;
    list-style-type: disclosure-closed;
    margin-left: 0px;
    color: #1d3868;
	margin-top: 0;
}

.home-sidebarr li {
    padding-bottom: 6px !important;
    list-style-type: disclosure-closed;
    margin-left: 20px;
    color: #1d3868;
}

ul.sub-menu.home-sidebarr li a {
    color: #1d3868;
    font-family: "Open Sans", Arial, Helvetica;
    line-height: 22px;
    font-size: 16px;
}

.contact-btitle {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 28px;
    color: #000;
    margin-top: 20px
}

.contact-subtitle {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 42px;
     color:#000;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 700;
}
.line {
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.line::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -15px;
    background-color: var(--ccl-theme-dark);
}

section.section.homeBanner {
    padding-top: 120px;
    padding-bottom: 0px !important;
}

.banner-cnt-wrapper {
    padding: 40px 0 70px;
}

h2.contact-us-title {
    margin-bottom: 50px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
	color: var(--ccl-theme-dark);
}

section.section.contact.contact-us {
    padding-top: 60px !important;
}

section.section.contact.contact-us .contact-us-title:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    background: var(--ccl-theme-dark);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-us .form-group {
    margin-bottom: 25px;
}

.contact-us .wpcf7-form #submit {
    background: var(--ccl-highlight);
    color: var(--ccl-theme-dark) !important;
}

.phone-cta {
    background-color: var(--ccl-theme-dark);
    padding: 10px 30px 15px 100px;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
}
.phone-cta:before {
    content: "";
    background: url(images/phone-call-white.svg) no-repeat left center;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 60px;
    background-size: contain;
}
.phone-cta-text {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    display: inline-block;
    color: var(--ccl-white);
}
.phone-cta-no {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}
.contact-form-404 input#submit {
    background: var(--ccl-highlight);
    color: var(--ccl-theme-dark) !important;
}


section#content-internal.class-404 .content {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

section#content-internal.class-404 .content p {
    max-width: 700px;
    margin: auto;
    text-align: center !important;
}

section#content-internal.class-404 .contact-form-404 {
    max-width: 700px;
    margin: auto;
    text-align: center !important;
}
.homeForm .wpcf7-form .wpcf7-submit {
    background-color: var(--ccl-highlight);
    color: var(--ccl-theme-dark) !important;
    font-family: 'Lato', sans-serif;
}

/* Font related styles */
:root {
	--ff-sans-1: 'Lato', sans-serif;
	--ff-sans-2: 'GoudyTitling';
}
body {
/*     font-family: var(--ff-sans-1); */
	font-family:'Open Sans';
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
/* 	font-family: var(--ff-sans-1); */
	font-family: 'Open Sans', Arial, Helvetica;
}
p {
	font-family: 'Open Sans', Arial, Helvetica;
	position:relative;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
}
h1.para-heading-2 {
    font-size: clamp(1.5em,5vw, 2.5em) !important;
    text-transform: uppercase;
    font-weight: var(--fw-600);
    font-family: 'Open Sans', Arial, Helvetica;
    padding-top: 10px;
    line-height: 1.2;
}

h2.para-heading-2 {
    font-size: clamp(1.5em, 5vw, 2.5em) !important;
    text-transform: uppercase;
    font-weight: var(--fw-600);
    font-family: 'Open Sans', Arial, Helvetica;
    padding-top: 10px;
    margin: 0 0 28px;
}

/* #menu-primary-menu > li > a {
    font-family: var(--ff-sans-1);
	font-size: 14px;
	padding: 8px 0 8px 0;
} */

/* #menu-primary-menu > li > ul.dropdown > li a {
    font-family: var(--ff-sans-1);
	font-size: 14px;
} */
.homeBanner a {
    font-family: var(--ff-sans-1);
    max-width: 340px;
}
.wpcf7-form input, .wpcf7-form textarea {
    font-family: var(--ff-sans-1);
}

.homeTabs .tab-content strong {
    font-family: var(--ff-sans-1);
}

/* #menu-primary-menu > li > ul.dropdown li {
    line-height: 1.3;
} */
section#home-contact {
    padding: 30px 0 !important;
}
@media (max-width: 767px) {
	section.home-testimonials {
		padding-top: 3rem !important;
		padding-bottom: 0 !important;
	}
	.owl-nav {
		display: none !important;
	}

	.custom-review-slider-wrapper {
		padding: 20px !important;
	}
	section.why-need-us.py-5.section {
		padding-top: 3rem !important;
	}
	.why-need-content {
		text-align: center;
	}
	.why-need-content .content-wrapper {
		text-align: left;
	}
	.choose-us-card {
		margin-bottom: 1rem;
	}
	.card-inner {
		padding: 1.5rem;
	}
	.contact-subtitle {
        font-size: 18px !important;
		line-height: 27px !important;
    }
	section.section.contact.contact-us {
		padding-top: 100px !important;
	}
	h2.contact-us-title {
		margin-bottom: 30px;
	}
	section#content-internal {
    padding-bottom: 0 !important;
}
	#home-accolades .bor {
    display: flex;
    align-items: center;
}

#home-accolades .bor img {
    width: 40%;
}
	.homeBanner p {
    line-height: 1.2;
}
	/* .navbar-collapse.show {
        position: fixed;
        height: 100%;
        background: #fff;
        z-index: 99999;
        transform: translateX(0);
        width: 65%;
        height: 100vh;
        z-index: 999;
		top: 130px !important;
    } */
}


/* Header css */

#top {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#top.sticky {
    position: fixed;
    background: #FFF;
}

.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

.primary-menu-wrap {
    width: 100%;
}

.menu-col-wrapper {
    padding: 9px 0;
}

.p_menu_wrap>li {
    margin: 0 15px;
}

.p_menu_wrap li a {
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
    color: var(--ccl-theme-dark) !important;
    font-weight: 700;
}

.p_menu_wrap li>a:hover {
    color: var(--ccl-highlight) !important;
}

.logo-wrap {
    max-width: 300px;
    transition: all 0.2s ease;
    position: relative;
}


.logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.p_menu_wrap li.button-link {
    margin-left: 20px;
}

.p_menu_wrap>li>a:hover:after,
.p_menu_wrap>li.current-menu-item>a:after {
    max-width: 100%;
}

.p_menu_wrap>li.current-menu-item>a {
    color: var(--ccl-highlight) !important;
}

.p_menu_wrap>li:last-child {
    margin-right: 0;
}

.admin-bar #top.sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #top.sticky {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .menu-col-wrapper {
        padding: 10px 0;
    }

    .admin-bar #top.sticky {
        top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .p_menu_wrap>li {
        margin: 0 12px;
    }

    .p_menu_wrap li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999;
        display: none;
        /* transform: translateX(100%); */
        opacity: 0;
        visibility: hidden;
        /* transition: all .3s linear; */
    }

    svg.hamburger {
        width: 30px;
        fill: #ffffff;
    }

    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .p_menu_wrap li a {
        flex: 1;
        color: #fff;
    }

    .menu.p_menu_wrap {
        flex-wrap: wrap;
        margin: 0;
    }

    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        transition: all 0.2s linear;
        padding: 32px 0;
    }

    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
		color: #fff !important;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-overlay {
        background: rgb(217 217 217 / 50%);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }

    .header-nvigation {
        z-index: 99999;
    }

    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background: rgb(255 255 255);
        color: #0d1c26;
        text-align: center;
        transition: 0.3s ease-in-out;
        display: flex;
        line-height: 1;
        padding: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
        z-index: 9999;
        opacity: 1;
        justify-content: center;
        align-items: center;
    }

    #header-Navigation.active {
        /* transform: translateX(0); */
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-overlay {
        display: block;
    }

    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        width: 240px;
        transition: all 0.2s linear;
        background: #000;
    }

    .p_menu_wrap>li.current-menu-item a {
		color: var(--ccl-highlight) !important;
    }

    .p_menu_wrap>li>a:after {
        opacity: 0;
        visibility: hidden;
    }

    .has-mobile-menu #wpadminbar {
        z-index: 9;
    }

    .header-wrap {
        position: relative;
    }

    .menu-col-wrapper {
        position: relative;
    }

    .current-menu-item.current_page_item>a {
        color: var(--ccl-highlight) !important;
    }

    .p_menu_wrap li.button-link>a {
        margin: 10px;
        text-align: center;
    }
}

/* Submenu CSS */

.sub-menu,
.sub-menu li {
    list-style: none;
}

@media screen and (min-width: 992px) {

    /* Mobile Sub Menu Design */
    .p_menu_wrap>li {
        position: relative;
        display: flex;
        align-items: center;
    }

    ul.sub-menu {
        width: 270px;
        position: absolute;
        background: #ffffff;
        list-style: none;
        padding: 0px 0;
        top: 100%;
        margin: 0;
        box-shadow: 0px 0px 6px #ddd;
        transition: all 0.2s linear;
        opacity: 0;
        visibility: hidden;
        display: block;
        transform: translateY(25px);
    }

    li.menu-item-has-children:hover ul.sub-menu {
        /* display: block; */
        transition: all 0.2s linear;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    ul.sub-menu li>a {
        color: #000;
        padding: 12px 18px;
        line-height: 1.2;
        font-size: 12px;
        display: block;
    }

    ul.sub-menu li>a:hover {
        color: #676767;
    }

    ul.sub-menu li+li>a {
        border-top: 1px solid #f3f3f3;
    }

    ul.sub-menu>li>ul.sub-menu {
        display: none;
    }

    ul.sub-menu>li {
        position: relative;
    }

    ul.sub-menu>li:hover ul.sub-menu {
        display: block;
        left: 100%;
        top: 0;
        border-left: 2px solid #112771;
    }

    .p_menu_wrap>li.home-link>a {
        font-size: 0;
        background-image: url(../images/home.svg);
        width: 22px;
        height: 22px;
        padding: 0;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: relative;
        top: -2px;
    }
}

@media screen and (max-width: 991px) {
    .menu.p_menu_wrap .sub-menu li>a {
        font-size: 14px;
    }
	.logo-wrap {
    	max-width: 230px;
	}

    .drop-arrow {
        cursor: pointer;
        padding: 12px;
        display: flex;
        align-items: center;
        min-width: 46px;
        justify-content: center;
        border-left: 1px solid rgba(189, 189, 189, 0.3);
		        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
    }

    .down-arrow {
        width: 12px;
        height: 12px;
        background: 0 0;
        display: block;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #ffffff;
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
        transition: all 0.25s linear;
    }

    span.drop-arrow.active span.down-arrow {
        transform: rotate(45deg);
    }

    ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(189, 189, 189, 0.3);
        display: none;
        background:rgb(183 183 183 / 40%);
    }

    .sub-menu>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }

    ul.sub-menu>li {
        width: 100%;
    }
	.top-cont span {
    display: none;
}
}
