/*
Theme Name: MP Test=180 Legal (Custom Theme)
Theme URI: n/a
Author: 180 Legal
Author URI: n/a
Description: Theme build for Hoffman Law Group
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #5689b0;
	text-decoration: none;
}

a:visited {
	outline:none
}

a:focus {
	outline:none;
}

a:active,
a:hover {
	outline:none
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	
	font-weight: 300;
	padding: 24px 80px 24px 70px;
	background:url(images/blockquote.png) no-repeat 20px 24px;
	border:none;
	font-style:italic;
}
blockquote p{
	
	font-weight: 300;
	color:#5d5d5d;
	border:none;
	font:italic 18px/25px "RobotoLight"!important ;
	font-style:italic;
} 
blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
width: 270px;
}

input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
vertical-align: top;
}

table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}

caption,
th,
td {
font-weight: normal;
text-align: left;
}

caption {
font-size: 16px;
margin: 20px 0;
}

th {
font-weight: bold;
text-transform: uppercase;
}

td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}

del {
color: #333;
}

ins {
background: #fff9c0;
text-decoration: none;
}

hr {
background: url(images/dotted-line.png) repeat center top;
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
}

.wrapper {
width: 100%;
float: left;
}

.header {
background: #6c8151;
padding: 13px 0 21px 0;
border-bottom: 1px solid #b5c0a9;
}

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

.phone-number {
float: right;
margin-bottom: 10px;
}

.banner-up .text {
padding-left: 0px;
}

.phone-number  a {
font-size: 40px;
text-decoration: none;
color: #fff;
padding: 2px 0 0px 46px;
font-family: 'RobotoLight';
background: url(images/phone-icon.png) no-repeat left 0;
}

.menu-main {
float: right;
}

.menu-main ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.menu-main ul li {
float: left;
}

.menu-main ul li a {
text-decoration: none;
color: #fff;
padding: 7px 13px;
font-size: 18px;
line-height: 20px;
font-family: 'RobotoLight';
position: relative;
border-radius: 5px;
display:block;
}

.menu-main ul li a:hover {
background: #edeeee;
color: #576c3b;
}

.menu-main ul li:hover a {
background: #edeeee;
color: #576c3b;
}

.menu-main ul li.current-menu-item  a {
background: #edeeee;
color: #576c3b;
}

.menu-main ul li.current_page_ancestor   a {
background: #edeeee;
color: #576c3b;
}

.menu-main ul li.current_page_parent   a {
background: #edeeee;
color: #576c3b;
}

.menu-main .hover_menu {
float: left;
padding: 30px 10px 30px 30px;
display: none;
position: absolute;
left: 0px;
top: 100%;
z-index: 9999;
padding: 2%;
}

.menu-main ul li:hover .hover_menu {
display: block;
transition: all 0.7s;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
}

.menu-main ul li .hover_menu .corn {
background: #edeeee;
border-radius: 5px 5px 5px 5px;
float: left;
width: 96%;
padding: 2%;
margin-left: 2%;
}

.menu-main ul li .hover_menu ul.sub-menu li {
display: inline-block;
width: 33%;
}

.menu-main ul li .hover_menu ul.sub-menu li a {
font: 400 21px/34px "RobotoMedium";
color: #000000;
display: block;
}

.menu-main ul li .hover_menu ul.sub-menu li  ul li {
width: 100%;
display: block;
margin-top: 7px;
}

.menu-main ul li .hover_menu ul.sub-menu li  ul li a {
width: 100%;
display: block;
text-decoration: none;
font: 15px/19px "RobotoLight";
color: #010101;
width: 100%;
}

.menu-main ul li .hover_menu ul.sub-menu li  ul li a:hover {
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
background: #2f2f2f;
}

.menu-main ul li .hover_menu .triange {
position: absolute;
left: 27%;
top: 8px;
width: 15px;
height: 7px;
background: url(images/triangel.png) no-repeat left top;
}

.full-width {
width: 100%;
float: left;
}

.banner {
width: 100%;
float: left;
position: relative;
}

.full-width img {
width: 100%;
}

.mid {
width: 100%;
position: absolute;
left: 0;
top: 0;
padding: 7% 0;
}

.banner-up {
font: 400 19px/27px 'RobotoLight';
color: #fff;
text-align: left;
}

.banner-up  p {
margin: 25px 5px;
}

.banner-up h1 {
font-size: 50px;
color: #fff;
font-family: 'RobotoLight';
line-height: 59px;
margin: 0px;
padding: 0px;
}

.banner-up a.case {
font: 400 22px/28px 'RobotoLight';
text-decoration: none;
color: #fff;
background: url(images/arrow.png) no-repeat 14px center #0b82a4;
padding: 13px 6px 10px 33px;
position: relative;
border-radius: 5px;
margin-top: 10px;
 cursor:pointer;
}
/*hide*/
.hidebox{width:100%;float:left; background:#EDEEEE;padding:20px 0; display:none;}
.openform{width:100%;float:left;padding:0 30px;}
.col1{width:30%;float:left;}
.col1 span{  float: left;    position: relative;    width: 100%;}
.col1 span input{width:100%;float:left;background:#ffffff;border:1px solid #b1d0e2;color:#626262;padding:10px 10px;margin-bottom:15px;border-radius:3px;}
.col1 span input:focus, .col2 span textarea:focus{border:1px solid #107390;color:#4588a2}
.col2{width:40%;float:left;margin:0 15px 0 45px}
.col2 span{  float: left;    position: relative;    width: 100%;}
.col2 span textarea{width:100%;float:left;background:#ffffff;border:1px solid #b1d0e2;color:#626262;padding:10px 10px;margin-bottom:15px;border-radius:3px;max-height:140px}
.col3{width:20%;float:left;max-height:145px;height:140px;position:relative;display:table;}
.col3 span{color:#107392;font-size:14px;line-height:20px; }
.col3 .sendbutton{position:absolute; bottom:5px;left:0px;background:url(images/send.png) no-repeat 5px center #0B82A4;text-transform:uppercase;border:none;font-size:20px;line-height:20px;color:#fff;padding:10px 20px 8px 20px;display:table-cell;vertical-align:middle;}
.col3 .sendbutton:hover{text-decoration:underline;}
.hidebox div.wpcf7-mail-sent-ng {
    border: 2px solid #FF0000;
    float: left;
    width: 100%;
}
.hidebox h3 {
    font: 400 30px/40px 'RobotoLight';
    margin: 0;
}
.hidebox  div.wpcf7-validation-errors {
    border: 2px solid #F7E700;   float: left;
    width: 100%;
}
.col3 .close-form{width:32px;height:32px;float:left;background:url(images/closeBlue.png) left top;position:absolute;right:0;bottom:8px;cursor:pointer;}
.openform .wpcf7-not-valid-tip{position: absolute;    right: 3px;    text-align: right;    top: 9px;}
/*hide*/

.service {
width: 100%;
float: left;
background: #6c8151;
padding: 38px 0 24px 0;
}

.service .thumbf {
float: left;
position: relative;
}

.service .thumbf img {
width: 100%;
}

.service .thumbf .post-tit {
background: url("images/trans.png") repeat 0 0;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

.service a.title-service {
font: 400 21px/21px 'RobotoLight';
color: #fff;
padding: 10px 0px 10px 40px;
display: block;
background: url(images/link-bullet.png) no-repeat 7px center;
}

.service a.title-service:hover {
background: url(images/link-bullet.png) no-repeat 7px center  #091b1f;
text-decoration: none;
}

.service  ul {
margin: 20px 0 0 0;
padding: 0px;
list-style: none;
display: inline-block;
width: 100%;
}

.service  ul li {
display: block;
margin-bottom: 5px;
}

.service  ul li a {
display: block;
text-decoration: none;
font: 400 16px/22px 'RobotoLight';
text-decoration: none;
color: #fff;
padding: 5px 20px;
background: url(images/service-bullet.png) no-repeat 7px 9px;
border-radius: 5px;
}

.service  ul li a:hover {
background: url(images/service-bullet.png) no-repeat 7px 9px #2f2f2f;
}

.home-conetent {
width: 100%;
float: left;
padding: 45px 0 85px 0;
}

.home-conetent h2 {
font: 400 40px/50px 'RobotoLight';
margin: 0px;
}

.home-conetent p {
font: 400 18px/25px 'RobotoLight';
color: #181818;
text-align: left;
padding: 0px;
margin: 15px 0 0 0px;
}

.home-conetent a.tele {
color: #0b82a4;
text-decoration: none;
}

.home-conetent a.tele:hover {
border-bottom: 1px solid #0b82a4;
}

.testimonial-sec {
width: 100%;
float: left;
padding: 36px 0 24px 0;
background: #edeeee;
}

.testimonial-sec .bpl h2 {
font: 400 30px/50px 'RobotoLight';
margin: 0px;
color: #181818;
}

.testimonial-sec .blog-list {
float: left;
}

.testimonial-sec .blog-list .item {
float: left;
display: block;
margin: 23px 0 10px 0;
}

.testimonial-sec .blog-list .item .thu {
float: left;
margin: 0 20px 0 0;
width: 13%;
}

.testimonial-sec .blog-list .item .left {
float: left;
font: 400 12px/20px "RobotoLight";
}

.testimonial-sec .blog-list .item .right {
float: right;
background: url(images/number_of_comment.png) no-repeat left center;
padding-left: 20px;
}

.testimonial-sec .blog-list .item .right a {
text-decoration: none;
color: #000;
}

.testimonial-sec .blog-list .item .right a:hover {
text-decoration: underline;
}

.testimonial-sec .blog-list .item p {
margin: 0px;
padding: 0px;
}

.testimonial-sec .blog-list .item .textp {
display: block;
width: 83%;
float: left;
font: 400 14px/18px 'RobotoLight';
}

.testimonial-sec .blog-list .item .textp .con {
display: inline-block;
width: 100%;
}

.testimonial h2 {
font: 400 30px/50px 'RobotoLight';
margin: 0px;
color: #181818;
}

.testimonial .test {
float: left;
margin: 13px 0;
}

.testimonial .test .left-th {
display: block;
float: left;
margin-right: 15%;
}

.testimonial .test .left-th img {
}

.testimonial .test .left-th span {
display: block;
text-align: center;
font: 400 16px/20px "RobotoRegular";
color: #0b82a4;
text-transform: capitalize;
padding: 10px 0;
}

.test-content {display: block;background: url(images/quote.png) no-repeat 0px 0px;}

.test-content p {padding-left: 45px;font: italic 400 16px/20px "Georgia";}

.footer .footer-full {
width: 100%;
background: #333333;
float: left;
padding: 30px 0 20px 0;
}

.footer .footer-full .quicklinks {
padding-right: 30px;
}

.footer .footer-full h3 {
margin: 0px;
padding: 0px 0 16px 0;
color: #fff;
font: 400 32px/40px "RobotoLight";
}

.footer .footer-full ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.footer .footer-full ul li {
display: block;
}

.footer .footer-full ul li.border-none a {
border: none;
}

.footer .footer-full ul li a {
color: #fff;
font: 400 15px/26px "RobotoLight";
text-decoration: none;
padding: 10px 0;
display: block;
border-bottom: 1px solid #656565;
}

.footer .footer-full ul li a:hover {
color: #ccc;
}

.footer .footer-full .map .imap {
float: left;
}

.footer .footer-full .map img {width: 100%;}

.footer .footer-full .map iframe {
width: 100%;
border: 0px;
display: block;
min-height: 280px;
float: left;
}

.footer .footer-full .map .direction {
float: left;
clear: both;
margin-top: 13px;
}

.footer .footer-full .map .direction ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.footer .footer-full .map .direction ul li {
float: left;
}

.footer .footer-full .map .direction ul li a {
background: #0b81a4;
color: #fff;
font: 400 20px/31px "RobotoLight";
margin-right: 14px;
text-align: center;
padding: 10px 10px;
border: none;
}

.footer .footer-full .map .direction ul li a:hover {
text-decoration: underline;
}

.footer  .address {
padding-left: 30px;
}

.footer address .addtitle {
display: none;
}

.address-one {
font: 400 18px/25px "RobotoLight";
color: #fff;
padding: 10px 0;
border-bottom: 1px solid #656565;
margin: 17px 0 0 0px;
}

.address-two , .address-three  , .address-four, .address-five {
font: 400 15px/20px "RobotoLight";
color: #fff;
padding: 12px 0 12px 4px;
border-bottom: 1px solid #656565;
display: block;
color: #b4cb93;
margin: 0px;
}

.address-three span {color:white !important;font: 400 18px/25px "RobotoLight" !important;}
.content .address-three span {color: #181818 !important;font: 400 17px/22px "RobotoLight" !important;}

.footer .address-five {
display: none;
}

.address-five a {
font: 400 15px/20px "RobotoLight";
color: #fff;
padding: 10px 0;
text-decoration: none;
}

.last-border {
border: none;
}

.address-two a, .address-three  a, .address-four a {
font: 400 18px/25px "RobotoLight";
color: #fff;
display: block;
}

.last-footer {
width: 100%;
float: left;
padding: 10px 0 10px 0;
background: #454545;
}

.last-footer .copy {
font: 400 12px/20px "RobotoRegular";
color: #fff;
margin-top: 8px;
}

.last-footer .copy a {
font: 400 12px/20px "RobotoRegular";
color: #fff;
text-decoration: none;
border-bottom: 1px solid #747474;
}

.last-footer .copy a:hover {
border: none;
}

.social {
float: right;
}

.social ul {
margin: 0px;
padding: 0px;
list-style: none;
float: right;
margin-right: 46px;
}

.social ul li {
float: left;
width: 33px;
height: 36px;
background: url(images/social.png) no-repeat 0 0;
margin: 0 2px;
}

.social ul li a {
float: left;
float: left;
width: 36px;
height: 32px;
}

.social ul li.twi {
float: left;
background-position: 0 -33px;
}

.social ul li.facebok {
float: left;
background-position: -36px -33px;
}

.social ul li.gplus {
float: left;
background-position: -74px -33px;
}

.social ul li.linkedin {
float: left;
background-position: -111px -33px;
}

.social ul li.yelp {
float: left;
background-position: -148px -33px;
}

.social ul li.twi:hover {
background-position: 0px 5px;
}

.social ul li.facebok:hover {
background-position: -36px 5px;
}

.social ul li.gplus:hover {
background-position: -74px 5px;
}

.social ul li.linkedin:hover {
background-position: -111px 5px;
}

.social ul li.yelp:hover {
background-position: -148px 5px;
}

.full-width.inner h1 {
font: 400 50px/60px "RobotoLight";
text-align: right;
text-transform: capitalize;
}

.breadcrumb {
background-color: #454545;
width: 100%;
float: left;
color: #fff;
border-radius: 0px;
margin: 0px;
position: relative;
z-index: 9999;
}

.breadcrumb a {
color: #FFFFFF;
font: 400 18px/25px "RobotoLight";
margin: 0;
padding: 10px 10px;
text-decoration: none;
text-transform: capitalize;
}

.breadcrumb a:hover {
text-decoration: underline;
}

.breadcrumb span span {
color: #b4cc94;
font: 400 18px/25px "RobotoLight";
margin: 0;
padding: 10px 10px;
text-decoration: none;
text-transform: capitalize;
}

.cms-page {
float: left;
width: 100%;

}
.page-template-practice-areas-php .cms-page {
padding-bottom:50px;
}
.cms-page .content {
padding: 30px 0 60px 0;
}

.cms-page .content p {
font: 400 15px/25px "RobotoLight";
color: #181818;
margin: 0px;
padding: 5px 0 5px 0;
}

.cms-page .content ul {
margin: 0px 0 0 20px;
padding: 0px;
list-style: none;
list-style-position: inside;
}

.cms-page .content ul li {
font: 400 15px/25px "RobotoLight";
color: #181818;
margin: 0px;
background: url(images/bullert-black.png) no-repeat left 10px;
padding-left: 20px;
}

.cms-page .content ol {
margin: 10px  0 0 0px;
padding: 0px;
list-style-position: inside;
}

.cms-page .content ol li {
font: 400 15px/25px "RobotoLight";
color: #181818;
margin: 0px;
;padding-left: 20px;
}

.cms-page .content h2 {
font: 400 40px/50px "RobotoLight";
margin: 0px;
padding: 0px;
color: #181818;
}

.cms-page .content h3 {
font: 400 30px/40px "RobotoLight";
margin: 10px 0px;
padding: 0px;
color: #6c8151;
}

.cms-page .content h4 {
font: 400 24px/30px "RobotoLight";
margin: 5px 0;
padding: 0px;
color: #0b81a4;
}

.cms-page .content h5 {
font: 400 18px/25px "RobotoLight";
margin: 5px 0;
padding: 0px;
color: #0b81a4;
}

.cms-page .content h6 {
font: 400 14px/20px "RobotoLight";
margin: 5px 0;
padding: 0px;
color: #0b81a4;
}

.cms-page .content h3 a {
font: 400 30px/40px "RobotoLight";
margin: 10px 0px;
padding: 0px;
color: #6c8151;
text-decoration: none;
}

.cms-page .content h3 a:hover {
text-decoration: underline;
}

img.alignnone, img.size-full {
max-width: 100%;
}

.sidebar-in {
padding: 30px 13px;
background: #edeeee;
float: left;
}

.sidebar-side {
width: 100%;
float: left;
}

.sidebar-in h3 {
margin: 0px;
padding: 0px;
text-align: left;
color: #6c8151;
font: 400 22px/36px "RobotoMedium";
}

.sidebar-in h2 {
margin: 0px;
padding: 0px;
text-align: left;
color: #181818;
font: 400 41px/50px "RobotoLight";
}

.sidebar-in ul {
display: inline-block;
list-style: none outside none;
margin: 0px 0 0;
padding: 0;
width: 100%;
}

.sidebar-in ul li {
display: block;
margin-bottom: 5px;
}

.sidebar-in ul li a {
background: url("images/sidebar-arrow.png") no-repeat scroll 7px 10px transparent;
border-radius: 5px 5px 5px 5px;
color: #181818;
display: block;
font: 400 16px/22px 'RobotoLight';
padding: 5px 20px;
text-decoration: none;
}

.sidebar-in ul li a:hover {
background: url("images/arrow-hover-sidebar.png") no-repeat scroll 7px 10px #6c8151;
color: #fff;
}

.sidebar-in ul li.current-menu-item a {
background: url("images/arrow-hover-sidebar.png") no-repeat scroll 7px 11px #6c8151;
color: #fff;
}

.sidebartabcon {
position: absolute;
top: 0px;
right: 0px;
}

.sidebartab {
background: #edeeee;
margin-top: 30px;
margin-bottom: 30px;
}

.cms-page .content  .sidebartab h2 {
color: #181818;
font: 400 27px/30px 'RobotoLight';
padding: 10px 26px 0px 26px;
margin: 0px 0 10px 0;
}

.cms-page .content	.sidebartab ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.cms-page .content	.sidebartab ul li {
display: block;
background:none; 
padding: 5px 0;
border-top:2px dotted #d6d6d6;
}

.cms-page .content	.sidebartab ul li a {
font: 400 14px/22px 'RobotoMedium';
text-decoration: none;
color: #77875a;
display: block;
background: url(images/sidebar-arrow.png)  30px 5px no-repeat;
padding-left: 45px;
}

.cms-page .content	.sidebartab ul li.none {
background-image: none;
}

.content.second {
margin: 0px;
padding: 0px 15px;
}

.evictions-child {
float: left;
margin: 0px 0;
min-height: 365px;
}

.evictions-child .f-image {
float: left;
}

.evictions-child .f-image img {
width: 100%;
}

.evictions-child .f-image span {
background: url("images/trans.png") repeat 0 0;
position: absolute;
left: 15px;
top: 0px;
width: 95%;
}

.evictions-child .f-image span:hover {
background: #000;
}

.evictions-child .f-image a {
background: url("images/link-bullet.png") no-repeat  7px center;
color: #FFFFFF;
display: block;
font: 400 21px/21px 'RobotoLight';
padding: 10px 0 10px 40px;
}

.evictions-child .f-image a:hover {
text-decoration: none;
}

.evictions-child .f-text {
float: left;
font: 400 15px/22px "RobotoLight";
color: #181818;
margin: 0px;
padding: 15px 0;
}

.evictions-child .f-text a.view-more {
background: #0b81a4;
color: #fff;
text-decoration: none;
font: 400 16px/30px "RobotoLight";
padding: 10px;
text-transform: capitalize;
}

.evictions-child .f-text a.view-more:hover {
text-decoration: underline;
}

.story {
float: left;
display: block;
width: 100%;
}

.story .a {
float: left;
font: 400 15px/22px "RobotoLight";
text-decoration: none;
color: #181818;
background: #edeeee;
padding: 10px;
margin: 0 0 10px 0;
display: block;
width: 100%;
min-height: 56px;
}

.story  .a:hover {
background: #d0e1b9;
}

.cms-page .content ul.download {
margin: 25px 0 0 0px;
float: left;
width: 100%;
}

.cms-page .content ul.download li {
padding: 10px 0;
border-top: 1px solid #d7d7d7;
background-position: 15px 18px;
padding-left: 35px;
}

.cms-page .content ul.download li.border {
border-bottom: 1px solid #d7d7d7;
}

.cms-page .content ul.download li a.camera {
background: url(images/download.png) no-repeat left top;
width: 31px;
height: 24px;
float: right;
text-indent: -9999px;
margin-right: 20px;
}

.righform {
float: right;
}

.page-template-contact-php .content .address {
margin-top: 15px;
}

.page-template-contact-php .content .address h3.widget-title {
display: none;
}

.page-template-contact-php .content .address a.first {
display: none;
}

.page-template-contact-php .content .address {
width: 100%;
}

.page-template-contact-php .content .address  address {
font: 400 17px/28px "RobotoLight";
color: #6c8151;
padding:26px 0 26px 0;
border-color: #d7d7d7;
}

.page-template-contact-php .content .address  address a {
color: #181818;
font: 400 17px/22px "RobotoLight";
text-decoration: none;
}

.page-template-contact-php .content .address  address a:hover {
text-decoration: underline;
}

.page-template-contact-php .content .address-one {
color: #181818!important;
}

.page-template-contact-php .content .address  address .addtitle {
display: block;
text-transform: capitalize;
display: block;
padding: 0 0px  5px 35px;
background: url(images/location.png) no-repeat left 2px;
font: 400 22px/28px "RobotoLight";
color: #6c8151;
}

.page-template-contact-php .content .address  address.address-five span {
display: block;
padding: 0 0px  0 35px;
background: url(images/mail-contenet.png) no-repeat left 5px;
font: 400 22px/28px "RobotoLight";
}

.righform #wpcf7-f30-o1 {
margin-top: 30px;
}

.righform label {
font: 400 17px/28px "RobotoLight";
display: block;
}

.righform label span {
color: #ff0000;
font-size: 14px;
}

.righform .wpcf7-form br {
display: none;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap {
width: 100%;
margin-bottom: 15px;
display: block;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap input {
width: 100%;
background: #edeeee;
border-radius: 0px;
border: 1px solid #cccccc;
padding: 12px 10px;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap textarea {
width: 100%;
background: #edeeee;
height: 190px;
border-radius: 0px;
border: 1px solid #cccccc;
padding: 12px 10px;
resize: none;
}

.righform .captcha-my {
width: 100%;
float: left;
}

.righform .captcha-my .wpcf7-form-control-wrap img.cap {
width: 30%;
background: #000;
text-align: center;
}

.righform .wpcf7-form  .captcha-32 .wpcf7-captchar {
width: 68%;
float: right;
}

.righform .wpcf7-form  .captcha-32 input {
width: 80%;
float: left;
}

.righform .capimg {
width: 30%;
float: left;
background: #edeeee;
border-radius: 0px;
border: 1px solid #cccccc;
padding: 10px 10px;
text-align: center;
}

.righform .checkbox-884 {
float: left;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap .cbx input {
float: left;
width: 4%;
margin-top: 15px;
margin-left: 0px;
}

.righform span.wpcf7-list-item {
margin-left: 0px;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap .cbx input span {
display: inline-block;
}

.righform .wpcf7-form span.wpcf7-form-control-wrap .cbx span {
display: inline-block;
color: #000;
font-size: 14px;
line-height: 20px;
width: 95%;
margin-top: 12px;
}

.righform .checkbox-884 input[type="checkbox"] {
float: left;
text-align: left;
}

.righform .wpcf7-submit {
background: none repeat scroll 0 0 #0B81A4;
color: #FFFFFF;
font: 400 21px/30px "RobotoLight";
padding: 10px 10px 7px 10px;
text-decoration: none;
text-transform: capitalize;
border: none;
float: right;
margin-top:10px;
}

.righform .wpcf7-submit:hover {
text-decoration: underline;
}

.cms-page .content .post-listing {
float: left;
border-bottom: 1px solid #c0c0c0;
padding: 20px 0;
}

.cms-page .content .post-listing.first-post {
padding: 0px 0 20px 0;
}

.cms-page .content .post-listing.last-post {
border-bottom: none;
padding-bottom:50px;
}

.blog  .cms-page .content .post-listing  img.attachment-blog-page-list.wp-post-image {
margin: 0 35px 20px 0;
float: left;

}

.archive  .cms-page .content .post-listing  img.attachment-blog-page-list.wp-post-image {
margin: 0 35px 20px 0;
float: left;
border-radius: 5px;
}

.cms-page .content .post-listing p {
padding: 0px!important;
}

.cms-page .content .post-listing .metainfo {
width: 100%;
float: left;
margin: 20px 0 0 0;
}

.cms-page .content .post-listing .blog-listing .metainfo {
margin: 10px 0;
}

.cms-page .content .blog-listing .metainfo a:hover {
text-decoration: underline;
}

.cms-page .content .post-listing .metainfo .padmin span.date {
background: url(images/calender.png) no-repeat left center;
padding-left: 21px;
margin-right: 18px;
font: 400 14px/20px "RobotoLight";
}

.cms-page .content .post-listing .metainfo .padmin span.tags-links {
display: none;
background: url(images/tag.png) no-repeat left center;
padding-left: 21px;
margin-right: 18px;
font: 400 14px/20px "RobotoLight";
}

.cms-page .content .post-listing .metainfo .padmin span.categories-links {
display: none;
background: url(images/cat.png) no-repeat left center;
padding-left: 21px;
margin-right: 18px;
font: 400 14px/20px "RobotoLight";
}

.cms-page .content .post-listing .metainfo .padmin span.author {
background: url(images/admin.png) no-repeat left center;
padding-left: 21px;
margin-right: 11px;
font: 400 14px/20px "RobotoLight";
}
.cms-page .content .post-listing .metainfo .padmin span.author.vcard a.fn:first-letter{text-transform:upperacse}
.cms-page .content .post-listing .metainfo span.liked {
background: url(images/likes.png) no-repeat left center;
padding-left: 21px;
margin-left: 11px;
font: 400 14px/20px "RobotoLight";
}

.cms-page .content .post-listing .metainfo .pcomm span {
background: url(images/commnet.png) no-repeat left center;
padding-left: 21px;
font: 400 14px/20px "RobotoLight";
}

.cms-page .content .post-listing .metainfo  a {
color: #676868;
text-decoration: none;
}

.cms-page .content .post-listing .metainfo  a.view-more {
background: none repeat scroll 0 0 #0B81A4;
color: #FFFFFF;
font: 400 16px/25px "RobotoLight";
padding: 5px 10px;
text-decoration: none;
text-transform: capitalize;
float: right;
}

.cms-page .content .post-listing .metainfo  a.view-more:hover {
text-decoration: underline;
}
	
	/* Page navi style */
.wp-pagenavi {
width: 100%;
float: left;
margin-top: 25px;
margin-bottom: 50px;
}

.wp-pagenavi a {
color: #2d1c07;
text-transform: uppercase;
text-decoration: none;
text-align: center;
background: #f2f3f3;
padding: 8px 15px 8px;
border-radius: 5px;
margin: 0 2.5px;
font: 400 15px/20px "RobotoLight";
}

.wp-pagenavi a.previouspostslink {
text-align: center;
background: #edeeee;
padding: 8px 15px 8px;
border-radius: 5px;
font: 400 15px/20px "RobotoLight";
}

.wp-pagenavi a.nextpostslink {
text-align: center;
background: #edeeee;
padding: 8px 15px 8px;
border-radius: 5px;
font: 400 15px/20px "RobotoLight";
}

.wp-pagenavi span.current {
text-align: center;
background: #54a7bf;
padding: 8px 15px 8px;
border-radius: 5px;
margin: 0 2.5px;
color: #fff;
font: 400 15px/20px "RobotoLight";
}

.wp-pagenavi a:hover {
text-decoration: underline;
}

.cms-page .content .post-listing  img.attachment-full {
width: 100%;
max-width: 100%;

position: relative;
}

.single-testimonials .cms-page .content .post-listing  img.attachment-full {
width: auto;
}

.single .cms-page .content .post-listing .metainfo {
width: 100%;
float: left;
margin: 20px 0 20px 0;
}

.single .cms-page .content .post-listing .metainfo span.date:hover {
text-decoration: underline;
}

.single .cms-page .content .post-listing .metainfo span.author:hover {
text-decoration: underline;
}

.single .cms-page .content .post-listing .metainfo span.pcomm:hover {
text-decoration: underline;
}

.comments-area {
width: 100%;
float: left;
}

.comments-area h3 {
margin: 0px 0px 22px 0;
padding: 0px;
color: #1e708a;
text-align: left;
}

.comments-area ol.comment-list {
margin: 0px;
padding: 0px;
list-style: none;
}

.comments-area ol.comment-list li {
border-top: 1px solid #d3d3d3;
padding: 20px 0;
clear: left;
}

.comments-area ol.comment-list li.no-border {
border-top: none;
}

.comments-area ol.comment-list li .comment-author {
float: left;
margin: 0 15px 0 0;
width: 11%;
}

.comments-area ol.comment-list li .comment-author img {
border: 1px solid #cccccc;
width: 100%;
height: auto;
border-radius: 50%;
}

.comments-area ol.comment-list li .sss {
float: left;
width: 86%;
}

.comments-area a {
text-decoration: none!important;
}

.comments-area ol.comment-list .time-con time {
text-decoration: none;
color: #0b81a4;
font: 400 13px/28px "RobotoLight";
}

.comments-area ol.comment-list li .comment-metadata b {
margin: 0px 0px 0px 0;
padding: 0px;
color: #2a3f4c;
text-align: left;
vertical-align: top;
width: 100%;
float: left;
text-transform: capitalize;
font: 400 18px/28px "RobotoLight";
color: #181818;
}

.comments-area ol.comment-list li .says {
display: none;
}

.comments-area ol.comment-list li ol.children {
margin: 0px 0 0 11%;
; padding: 0px;
list-style: none;
}

p.form-allowed-tags {
display: none;
}

.comments-area .comment-meta {
width: 100%;
float: left;
}

.comments-area .reply {
display: block;
float: left;
width: 100%;
}

.comments-area ol.comment-list a.comment-reply-link {
background: none repeat scroll 0 0 #0B81A4;
color: #FFFFFF;
float: right;
font: 400 18px/25px "RobotoLight";
padding: 5px 10px;
text-decoration: none;
text-transform: capitalize;
border: none;
margin-bottom: 20px;
}

.comments-area ol.comment-list a.comment-reply-link:hover {
text-decoration: underline;
}

.comment-content p {
color: #2a3f4d;
text-align: left;
font-size: 16px;
line-height: 20px;
}

.comment-respond {
width: 100%;
float: left;
border-top: 1px solid #d3d3d3;
padding-top: 20px;
margin-bottom: 50px;
}

.combine {
width: 100%;
float: left;
margin-bottom: 5px;
}

p.comment-form-email {
float: right;
}

.combine p input {
width: 100%;
background: #edeeee;
border: 1px solid #cacaca;
line-height: 25px;
padding: 10px 10px;
color: #b0b0b0;
}

p.comment-form-comment {
float: left;
width: 100%;
}

p.comment-form-comment textarea {
width: 100%;
max-height: 93px;
background: #edeeee;
border: 1px solid #cacaca;
line-height: 25px;
padding: 10px 10px;
color: #b0b0b0;
}

p.form-submit {
width: 100%;
}

p.form-submit #submit {
background: none repeat scroll 0 0 #0B81A4;
color: #FFFFFF;
float: right;
font: 400 18px/25px "RobotoLight";
margin-top: 10px;
padding: 10px 10px;
text-decoration: none;
text-transform: capitalize;
border: none;
}

p.form-submit #submit:hover {
text-decoration: underline;
}

p.form-submit input:hover {
text-decoration: underline;
}

.comment-form p {
float: left;
}

p.comment-form-email {
float: right;
}

.custom-error {
color: #096884;
font-family: 'RobotoBold';
font-size: 100px;
line-height: 100%;
margin: 50px 0 0;
padding: 0;
text-align: center;
text-shadow: 2px 2px 5px #888888;
}

.wpcf7-validation-errors,  .wpcf7-mail-sent-ok {
float: left;
}

.wpcf7-not-valid-tip {
display: block;
position: absolute;
right: 10px;
text-align: right;
top: 0;
}

.your-message .wpcf7-not-valid-tip {
top: -78px;
}

.comments-area ol.comment-list li.fc {
border: none;
}

.cms-page .content h4.number {
color: #6c8151;
font: 400 20px/28px "RobotoLight";
margin: 5px 0;
padding: 15px 0 0px 0;
border-top: 1px solid #ccc;
}

.sidebar-in .widget_search h3 {
font: 400 41px/50px "RobotoLight";
color: #181818;
}

.white-bg {
border: 1px solid #c7c7c7;
background: #fff;
padding: 7px 10px 7px 10px;
margin: 15px 0 15px 0;
}

.white-bg .field {
border: none;
width: 75%;
background: #fff;
line-height: 18px;
color: #a2a2a2;
font-size: 18px;
}

.white-bg input.submit {
background: url("images/search-icon.png") no-repeat scroll right top transparent;
float: right;
height: 25px;
text-indent: -9999px;
width: 30px;
border: none;
}
.content.first-con{padding-bottom:0px;}
.responsive {
display: none;
}
p.comment-form-author{width:49%}
p.comment-form-email{width:49%}
/* responsive css */

@media only screen and (max-width :1199px) {
.menu-main ul li a {
      padding: 5px 7px;
}
}
@media only screen and (max-width :990px) {
.menu-main ul li a {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 5px;
}
.sidebartabcon{position:relative;width:100%;}
.mid {
    left: 0;
    padding: 35% 0 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page	.mid {
    padding: 15% 0 0 0;
}

.archive .mid {
    padding: 5% 0 0 0;
}

.blog .mid {
    padding: 5% 0 0 0;
}

.single .mid {
    padding: 5% 0 0 0;
}

.service ul li a {
    font: 400 14px/18px 'RobotoLight';
}

.home-conetent h2 {
    font: 400 24px/31px 'RobotoLight';
}

.home-conetent p {
    color: #181818;
    font: 400 15px/25px 'RobotoLight';
    margin: 0;
    padding: 10px 0;
}

.test-content p {
    background-position: 15%  top;
}

.footer .footer-full .quicklinks, 
	.footer .footer-full .map,
	.footer .footer-full .address {
    margin: 20px 0;
}

.address-one br {
    display: none;
}

.breadcrumb {
    display: none;
}

.sidebar-in h2 {
    font: 400 38px/40px "RobotoLight";
}

.sidebar-in ul li a {
    font: 400 13px/20px 'RobotoLight';
}

.evictions-child .f-image span {
    width: 92%;
}

.evictions-child .f-image a {
    font: 400 18px/20px 'RobotoLight';
}

.cms-page .content .post-listing .metainfo a.view-more {
    font: 400 11px/19px 'RobotoLight';
}

.logo {
    text-align: center;
}

.phone-number {
    text-align: center;
    margin-top: 0px;
}

.testimonial-sec .blog-list .item .textp {
    width: 78%;
}

.footer .footer-full .quicklinks {
    padding-right: 15px;
}

.footer .footer-full .map {
    padding-right: 15px;
}

.comment-form .combine p {
    float: left;
    width: 100%;
}

.page-template-contact-php .cms-page .content h2 {
    font: 400 27px/32px "RobotoLight";
}

.righform .wpcf7-submit {
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
}

.footer .footer-full h3 {
    margin-bottom: 10px;
}

.cms-page .content h2 {
    font:400 30px/40px "RobotoLight";
    margin: 0px;
    padding: 0px;
    color: #181818;
}

.cms-page .content h3 {
    font: 400 25px/30px "RobotoLight";
    margin: 10px 0px;
    padding: 0px;
    color: #6c8151;
}

.cms-page .content h4 {
    font: 400 20px/28px "RobotoLight";
    margin: 5px 0;
    padding: 0px;
    color: #0b81a4;
}

.cms-page .content h5 {
    font: 400 16px/22px "RobotoLight";
    margin: 5px 0;
    padding: 0px;
    color: #0b81a4;
}

.cms-page .content h6 {
    font: 400 12px/20px "RobotoLight";
    margin: 5px 0;
    padding: 0px;
    color: #0b81a4;
}

.cms-page .content h3 a {
    font: 400 25px/30px "RobotoLight";
    margin: 10px 0px;
    padding: 0px;
    color: #6c8151;
    text-decoration: none;
}

.cms-page .content h3 a:hover {
    text-decoration: underline;
}

.menu-main ul li .hover_menu ul.sub-menu li ul li a {
    font: 14px/19px "RobotoLight";
}

.menu-main ul li .hover_menu .triange {
    top: 2px;
}

.menu-main ul li .hover_menu ul.sub-menu li a {
    font: 400 19px/20px "RobotoMedium";
}
	
}

@media only screen and (max-width :767px) {

    .banner-up h1 {
        font-size: 34px;
        line-height: 40px;
    }
.full-width.inner h1 {
    background: #000000;
    font: 400 50px/60px "RobotoLight";
    opacity: 0.5;
    text-align: center;
    text-transform: capitalize;
}
    .mycon .menu-main {
        display: none;
    }

    .responsive {
        display: block;
        position: relative;
    }

    .menu-toggle {
        background: url("images/mobile-nav.png") no-repeat scroll left center #000000;
        border: medium none;
        display: block;
        left: 0;
        padding: 10px 0;
        text-align: right;
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }

    .responsive .menu-main {
        display: none;
        width: 100%;
        float: left;
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: 9999;
        background: #000;
    }

    .responsive .menu-main ul {
        width: 100%;
    }

    .responsive .menu-main ul li {
        width: 100%;
        display: block;
        position: relative;
    }

    .responsive .menu-main ul li a {
        width: 100%;
        display: block;
        border-radius: 0px;
    }

    

    .responsive .menu-main ul li.current-menu-item a {
        color: #000;
    }

    .responsive .menu-main ul li.menu-item-has-children a:hover {
        color: #576C3B;
    }

    .responsive .menu-main ul li .hover_menu {
        display: none;
        position: relative;
        left: 0px;
        top: 100%;
        padding: 0px;
        background: #EDEEEE;
        margin-top: 1px;
    }
.sidebar-in, .direction{width:100%;}
    .responsive .menu-main ul li a:hover {
        background: none repeat scroll 0 0 #EDEEEE;
        color: #576C3B;
    }

    .responsive .menu-main ul li:hover .hover_menu {
        display: block;
    }

    .responsive .menu-main ul li:hover .hover_menu .corn {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .responsive .menu-main ul li .hover_menu ul.sub-menu li {
        width: 100%;
    }

    .responsive  .menu-main ul li .hover_menu ul.sub-menu li ul li a:hover {
        border-radius: 0px;
    }

    .header {
        padding-top: 0;
    }

    .banner-up a.case {
        font: 400 16px/23px 'RobotoLight';
    }

    .phone-number {
        margin: 10px 0 0 0;
    }

    .phone-number a {
        font-size: 30px;
    }

    .testimonial-sec .blog-list .item .thu {
        width: 20%;
    }

    .testimonial-sec .blog-list .item .thu img {
        max-width: 100%;
    }

    .testimonial-sec .blog-list .item .textp {
        width: 67%;
    }

    .footer .footer-full {
        padding-top: 1%;
    }

    .footer .footer-full .map .direction ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .social {
        margin-top: 10px;
    }

    .sidebar-in {
        height: auto!important;
    }

    .sidebartabcon {
        position: relative;
    }

    .evictions-child .f-image a {
        font: 400 15px/20px 'RobotoLight';
    }

    .evictions-child .f-image span {
        width: 90%;
    }

    .righform .wpcf7-form span.wpcf7-form-control-wrap .cbx span {
        width: 85%;
    }

    .righform .wpcf7-submit {
        float: left;
    }

    .blog .cms-page .content .post-listing img.attachment-blog-page-list.wp-post-image,
	.archive .cms-page .content .post-listing img.attachment-blog-page-list.wp-post-image {
        width: 100%;
    }

    .blog .mid {
        padding-top: 35%;
    }
	.footer .footer-full .map .direction ul li a{margin-right:0px;}
	
	.social{text-align:center;}
	.social ul{width:100%;text-align:center}
	.social ul li{display: inline-block;}
	.footer .address{padding-left:15px;}
	.service ul li a{display:inline-block}
	.last-footer{text-align:center;}
	span.rm{float: left;
    width: 100%;}
	.cms-page .content .post-listing .metainfo a.view-more {
        
        float: left;
		margin:10px 0;
		text-align:center;
		display:inline-block;
		
    }
	.social ul{margin:0;}
	.social ul li{float:none;display:inline-block;}
	.social ul li.twi, .social ul li.facebok, .social ul li.gplus, .social ul li.linkedin, .social ul li.yelp{float:none;display:inline-block;}
	.col1{width:100%;}
.col2{width:100%; margin-left:0px;}
.col3{width:100%; }
	
}

@media only screen and (max-width :480px) {
    .page .mid {
        padding-top: 5%;
    }

   
}