/*------------------------------------------------------------- 
		          Banner Styles
--------------------------------------------------------------- */

.wl_inner_banner {
	padding-top:305px;
	background-size:cover !important;
	min-height:583px;
}
.wl_inner_banner h1 {
	font-size:66px;
	line-height:64px;
}
.wl_inner_banner span {
	font-size:30px;
	font-weight:500;
	color:#ffffff;
	display:block;
	margin-bottom:2px;
}
.wl_consult_btn,
.wl_consult_btn:hover {
	font-size:26px;
	font-weight:900;
	color:#ffffff;
	background:#e10505;
	text-transform:uppercase;
	border-radius:2px;
	padding:13px 43px 11px;
	margin:11px 0 0 2px;
	display:table;
}
.wl_consult_btn:hover {
	color:#ffffff;
	background:#222222;
}

/*------------------------------------------------------------- 
		          attorney section
--------------------------------------------------------------- */

.wl_attorney_wrap {
	padding:64px 0;
	text-align:center;
}
.wl_attorney_wrap h2,
.wl_award_section h2 {
	position:relative;
	margin-bottom:21px;
	padding-bottom:6px;
}
.wl_attorney_wrap h2:before,
.wl_award_section h2:before {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	content:"";
	height:2px;
	background:#e10505;
	width:170px;
	margin:0 auto;
}
.wl_attorney_wrap p,
.wl_award_section p {
	line-height:28px;
}
/*------------------------------------------------------------- 
		          Award section
--------------------------------------------------------------- */

.wl_award_section {
	text-align:center;
	padding:68px 0 83px;
	background:#f5f5f5;
}
.wl_award_section h2 {
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	font-weight:900;
	padding-bottom:5px;
	margin-bottom:18px;
}
.wl_award_section p span {
	color:#e44242;
	font-weight:500;
}
.wl_awards li {
	display:inline-block;
	vertical-align:top;
	margin:11px 44px 0;
}
/*------------------------------------------------------------- 
		          Award section
--------------------------------------------------------------- */
.wl_expertise_wrap {
	background-size:cover !important;
	padding:107px 0 109px;
}
.wl_expertise {
	float:right;
	width:100%;
	max-width:485px;
	background:rgba(44, 43, 43, 0.9);
	padding:59px 69px 41px;
}
.wl_expertise h2,
.wl_expertise p {
	color:#ffffff;
}
.wl_expertise p {
	margin:2px 0 26px;
}
.wl_expertise p span {
	font-weight:500;
	color:#d80706;
}

/*------------------------------------------------------------- 
		     Request consultation
--------------------------------------------------------------- */

.wl_request_consultation {
	padding:79px 0 101px;
	text-align:center;
}
.wl_request_consultation h2 {
	position:relative;
	padding-bottom:5px;
}
.wl_request_consultation strong {
	font-size:24px;
	font-weight:500;
	color:#555555;
	line-height:30px;
	text-align:center;
	display:block;
	margin:15px 0 25px;
}
.wl_request_consultation input[type="text"],
.wl_request_consultation input[type="email"],
.wl_request_consultation input[type="tel"],
.wl_request_consultation textarea {
	border:#d4d4d4 solid 2px;
	padding:13px 13px 11px;
	font-size:16px;
	color:#555555;
	border-radius:2px;
	width:100%;
	margin-bottom:24px;
	text-align:left;
	background-repeat:no-repeat;
}
.wl_request_consultation input[type="text"]:focus,
.wl_request_consultation input[type="email"]:focus,
.wl_request_consultation input[type="tel"]:focus,
.wl_request_consultation textarea:focus {
	border:#e10505 solid 2px;
	box-shadow:none !important;
	outline:none !important;
}
.wl_request_consultation textarea {
	min-height:200px;
	margin-bottom:27px;
}
.wl_request_consultation input[type="text"].wl_consultation_name {
	background-image:url(../images/user_icon_grey.png);
	background-position:97% 14px;
}
.wl_request_consultation input[type="email"].wl_consultation_email {
	background-image:url(../images/email_icon_grey.png);
	background-position:97% 14px;
}
.wl_request_consultation input[type="tel"].wl_consultation_phone  {
	background-image:url(../images/phone_icon_grey.png);
	background-position:97% 15px;
}
.wl_request_consultation input[type="submit"] {
	border:none;
	background:#e10505;
	padding:10px 40px 10px;
	font-size:20px;
	color:#ffffff;
	border-radius:2px;
	box-shadow:none;
	text-transform:uppercase;
	font-weight:900;
	text-align:center;
	display:table;
	margin:0 auto;
}
.wl_request_consultation input[type="submit"]:hover {
	background:#222222;
	color:#ffffff;
}

.wl_location_address {
	position:relative;
	width:100%;
	padding:51px 0 36px;
	background:rgba(255, 5, 5, 1);
}
.wl_location_address h4 {
	position:relative;
	padding-bottom:2px;
	margin-bottom:6px;
}
.wl_location_address h4:before {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	content:"";
	height:2px;
	background:#ffffff;
	width:70px;
	margin:0 auto;
}
.wl_location_address ul {
	text-align:center;
}
.wl_location_address ul li {
	display:inline-block;
	vertical-align:top;
	width:30%;
	text-align:center;
	position:relative;
}
.wl_location_address ul li:before {
	position:absolute;
	right:0;
	width:1px;
	background:#ea5555;
	left:auto;
	content:"";
	top:34px;
	height:108px;
}
.wl_location_address ul li:last-child:before {
	display:none;
}
.wl_location_address p {
	color:#ffffff;
	text-align:center;
}
.wl_location_address p a,
.wl_location_address p strong {
	font-weight:900;
	display:block;
	color:#ffffff;
	letter-spacing:0.5px;
	text-shadow:none;
}
.wl_social_icons li {
	color:#ffffff;
	width:auto !important;
	border:none !important;
}
.wl_social_icons li:before {
	display:none !important;
}
.wl_social_icons li a {
	color:#ffffff;
	font-size:35px;
	padding:0 10px;
}
.wl_social_icons li:hover a {
	color:#ffffff;
}
a.wl_email_adds {
	font-weight:300 !important;
}

/*------------------------------------------------------------- 
		     Media Query
--------------------------------------------------------------- */
@media (max-width:1100px) {
.wl_inner_banner {
	/*min-height: 0px;*/
    padding-top: 273px;	
}
}
@media screen and (min-width: 768px) and (max-width: 994px) {
.wl_inner_banner {
    background-size: cover !important;
    /*min-height: 350px;*/    
	padding-top: 307px;	
}
.wl_inner_banner h1 {
    font-size: 55px;
    line-height: 55px;
}
.wl_request_consultation strong br {
	display:none;
}
.wl_awards li {
	margin:0 25px;
}
.wl_expertise_wrap {
	padding:60px 0;
}
.wl_expertise {
	padding:20px 30px;
}
}

@media (max-width: 767px) {
.wl_inner_banner {
    background-size: cover !important;
    min-height: 282px;
    padding-top: 174px;
}
.wl_inner_banner h1 {
    font-size:45px;
    line-height: 45px;
}
.wl_location_address ul li {
	width:49%;
}
.wl_location_address ul li:nth-child(2):before {
	display:none;
}
.wl_request_consultation strong br {
	display:none;
}
.wl_awards li {
	margin:10px 8px;
}
.wl_expertise_wrap {
	padding:60px 0;
}
.wl_expertise {
	padding:20px 15px;
	margin-top: 249px;
}
}

@media (max-width:450px) {
.wl_inner_banner span {
	font-size:19px;
}
.wl_inner_banner h1 {
    font-size: 27px;
    line-height: 32px;
}
.wl_consult_btn, 
.wl_consult_btn:hover {
	font-size:18px;
	padding:13px 25px 11px;
}
.wl_inner_banner {
    min-height: 200px;
    padding-top: 112px;
}
.wl_location_address ul li:before {
	display:none;
}
.wl_location_address ul li {
	width:100%;
}
.wl_request_consultation strong {
	font-size:16px;
	line-height:30px;	
}
.wl_expertise h2 {
	font-size:24px;
}
.wl_award_section h2 {
	font-size:22px;
	line-height:30px;
}
}