/*.sec1-text {
    background-image: url(../images/intro-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
}
.sec1-text .head {
    color: #701000;
}
.sec1-text .text img {
    float: right;
    margin: 0 0 10px 10px;
}
img.family-law {
    border: 8px solid #dcd8d4;
    float: left;
    box-shadow: 0 0 10px #5a5a5a;
}
.con-today {
    border: 8px solid #c6a08e;
    background-image: url(../images/con-today-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.con-today .text1 {
    color: #f5b63d;
}
.con-today .text2 {
    color: #fff;
}
.con-today a.contact {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background-color: #000000;
    color: #fff;
    margin: 30px 0;
}

.phone-Number{
    color:white;
    text-decoration: none;
}

.con-today a.contact:hover {
    background-color: #272727;
}
.law-sec2 {
    background-image: url(../images/law-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.law-sec2 .head, .law-sec3 .head {
    color: #701000;
    border-bottom: 4px solid #caaa89;
    padding-bottom: 10px;
}
.attorneys-box {
    background-color: rgba(255, 255, 255, .32);
    display: inline-block;
    max-width: 290px;
}
.attorneys-box a.thumb, .attorneys-box a.thumb img {
    float: left;
}
.attorneys-box .name {
    color: #581e12;
}
.attorneys-box .job {
    margin: -6px 0 15px 0;
}
.attorneys-box .text {
    color: #000; 
    
    min-height: 70px;
}
.attorneys-box a.bio {
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    background-color: #581e12;
    color: #fff;
}
.attorneys-box a.bio:hover {
    background-color: #000;
}
.case-box {
    background-color: rgba(255, 255, 255, .32);
}
.case-box li {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    background-image: url(../images/li-bg.jpg);
    background-position: 0 8px;
    background-repeat: no-repeat;
}
.case-box a {
    text-decoration: none;
    color: #701000;
    font-weight: bold;
}
.case-box a:hover {
    color: #000;
}
.p-blog {
    background-image: url(../images/p-blog-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.p-blog .head {
    color: #701000;
    border-bottom: 4px solid #a59380;
    padding-bottom: 10px;
}
.p-blog .blog-post {
    display: inline-block;
    background-color: rgba(255, 255, 255, .45);
    margin: 10px 0 0 0;
}
.p-blog .blog-post a.thumb, .p-blog .blog-post a.thumb img, .p-blog .blog-post .text-box {
    float: left;
}
.p-blog .blog-post a.thumb {
    width: 14%;
    border: 7px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .38);
    display: inline-block;
}
.p-blog .blog-post a.thumb:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .60);
}
.p-blog .blog-post .text-box {
    width: 72%;
    padding: 8px 25px;
}
.p-blog .blog-post .title a {
    color: #781317;
    text-decoration: none;
}
.p-blog .blog-post .title a:hover {
    color: #000;
}
.p-blog .blog-post .by {
    color: #8c6239;
}
.p-blog .blog-post a.more {
    font-weight: bold;
    text-decoration: none;
    color: #781317;
}
.p-blog .blog-post a.more:hover {
    text-decoration: underline;
}
.p-blog .more-post a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 80px;
    background-color: #581e12;
    color: #fff;
}
.p-blog .more-post a:hover {
    background-color: #222222;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.p-blog .blog-post .text-box {
	    width: 85%;
	    padding: 0 0 0 25px;
	}
}
@media screen and (max-width: 767px) {
	.law-sec1 .sec1-text {
	    padding: 0 10px;
	}
}
@media screen and (max-width: 479px) {
	.con-today {
	    background-image: none;
	    background-color: #581e12;
	}
	.con-today .z-float-right {
	    float: left;
	}
	.attorneys-box .text {
	    min-height: auto;
	}
	.p-blog .blog-post a.thumb {
	    display: none;
	}
	.p-blog .blog-post .text-box {
	    width: 100%;
	    padding: 0;
	}
	.p-blog .more-post a {
	    padding: 7px 40px;
	}
}*/