  /* Responsive Style Sheet */

/* click5 Interactive */


@media only screen and (min-width: 1510px) {
    .hero-sub:after, .hero-sub:before, #subpage-cont:before{
        content: '';
        position: absolute;
        width: 80px;
        height: 100%;
        background-color: #fff;
        top: 0;
        z-index: 10;
    }
    .hero-sub:after{
        right: 0;
    }
    .hero-sub:before, #subpage-cont:before{
        left: 0;
    }
    #testimonials:before{
        left: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .big-container .container{
        max-width: 1380px;
    }
    .page-content{
        padding-left: 100px !important;
    }
    #contact-page-form form{
        padding-right: 100px;
    }
    #about .item{
        padding-left: 115px;
    }
}

@media (min-width: 992px){
    #verdicts .item {
        width: 20%;
    }
}


@media only screen and (max-width: 1199px) {
    #nav ul li a{
        font-size: 13px;
    }
    header.sticky #nav ul li a {
        line-height: 40px;
        font-size: 12px !important;
    }
    #hero h2{
        font-size: 36px;
    }
    #boxes .item{
        padding: 25px 15px 25px 50px;
        background-position: 5% center;
        background-size: 50px;
    }
    #verdicts .item p {
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }
    #boxes .item span.arrow{
        right: 15px;
        width: 40px;
        height: 40px;
    }
    #boxes .item span.arrow i {
        line-height: 40px;
        font-size: 18px;
    }
    #personal-injury .item h3{
        font-size: 19px;
    }
    #personal-injury .item p{
        font-size: 14px;
    }
    #contact .map-item .top p{
        font-size: 16px;
        text-align: left;
    }
    #hero h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    header.sticky{
        top: 0 !important;
    }
    .slicknav_menu {
        display: block;
    }
    .hidden-md{
        display: none !important;
    }
    .logo, header.sticky .logo{
        max-width: 100px;
    }
    #hero{
        margin-top: 100px;
    }
    #boxes.mobile-sticky{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
    }
    #boxes.mobile-sticky .container{
        max-width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
    }
    #boxes.mobile-sticky .item {
        padding: 15px 15px 15px 50px;
    }
    #verdicts .item p{
        text-align: center;
    }
    #verdicts .item:nth-child(3){
        border: none;
    }
    #testimonials .img-bg {
        position: relative;
        width: 100%;
        height: 360px;
        right: auto;
        left: 0;
    }
    #testimonial-slider{
        background-color: #f2f7f8;
        padding-bottom: 40px;
    }
    #testimonials:before{
        display: none;
    }
    .owl-theme .owl-controls {
        bottom: 45px;
    }
    .testimonial .description {
        padding: 35px 40px 0px 40px;
    }
    #footer {
        padding: 40px 0 140px 0;
    }
    #footer .foot-cont p{
        text-align: center;
    }
    header .top .btn{
        margin-right: 60px !important;
        background-color: #fff !important;
        padding: 0 !important;
        color: #6196a7 !important;
    }
    #personal-injury .item:hover {
        background-color: transparent;
        padding-top: 40px;
    }
    #personal-injury .item:hover img {
        display: block;
    }
    #personal-injury .item:hover * {
        color: #000;
    }
    #personal-injury .item:hover p.hidden{
        display: none;
    }
    #personal-injury .item:hover p.lawyer {
        display: block;
    }
    #personal-injury .item:hover h3{
        -webkit-transform: none;
                transform: none;
        -webkit-animation: none;
                animation: none;
    }
    #personal-injury .item:hover p.more {
        border-color: #6196a7;
    }
    .foot-cont{
        border: none;
        margin-top: 20px;
        padding-top: 15px;
    }
    .hero-sub{
        margin-top: 100px;
    }
    .page-content:before{
        display: none;
    }
    .page-content{
        background-color: transparent;
    }
    #sidebar-area #boxes {
        margin-top: 0;
    }
    #sidebar-area ul{
        margin-top: 0;
        margin-bottom: 40px;
    }
    #verdicts .item p strong{
        font-size: 35px;
    }
    #hero h1 {
        font-size: 40px;
    }
    #testimonials .img-bg .btn{
        left: 50%;
        width: 60%;
        text-align: center;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #attorneys .owl-next{
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    
    p, ul li, ol li{
        font-size: 15px;
    }
    h4{
        font-size: 18px;
    }
    h3{
        font-size: 22px;
    }
    h2{
        font-size: 30px;
    }
    h1{
        font-size: 35px;
    }
    .section{
        padding: 65px 0;
    }
    .contact-info{
        padding-top: 30px;
    }
    #footer ul{
        float: left;
        padding-bottom: 20px;
    }
    #sidebar-area .item:last-child{
        padding-bottom: 0;
    }
    #boxes.mobile-sticky .item {
        padding: 10px 5px 10px 15px;
        background-position: 90% center;
        background-size: 50px;
    }
    #boxes.mobile-sticky .item h4 {
        font-size: 15px;
        line-height: 18px;
    }
    #personal-injury .item{
        padding: 20px 25px 25px 25px;
    }
    #personal-injury .item:hover {
        padding-top: 20px;
    }
    #personal-injury .item img{
        float: left;
        margin-top: 30px;
    }
    #personal-injury .item .txt{
        float: right;
        position: relative;
        width: 80%;
        padding-bottom: 10px;
    }
    #personal-injury .item p.more{
        position: relative;
        left: 0;
        width: 100%;
        padding: 15px 0;
        -webkit-transform: none;
                transform: none;
    }
    #cta .item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start !important;
                align-items: start !important;
    }
    #cta .item img{
        border: none;
        margin-bottom: 20px;
    }
    #cta .item:nth-child(2) span {
        font-size: 20px;
    }
    #cta .item {
        padding: 15px 20px;
    }
    #testimonials {
        margin-top: 0px;
    }
    #testimonials h2{
        text-align: center;
    }
    .testimonial .description p img{
        width: 70px;
    }
    .testimonial .description p{
        font-size: 18px;
    }
    #news{
        padding-bottom: 0;
    }
    .foot-cont {
        margin-top: 0;
        padding-top: 0;
    }
    #footer ul{
        padding: 25px 0;
    }
    .hero-sub {
        height: 300px;
        padding: 50px 0;
    }
    #contact .map-item {
        margin: 0;
    }
    #contact .map-item:first-child{
        margin-top: -570px;
        margin-bottom: 50px;
    }
    #hero h1 {
        line-height: 30px;
    }
    #hero h1 span {
        display: block;
        opacity: 0;
    }
    #testimonials .img-bg .btn{
        width: 80%;
    }
}

@media only screen and (max-width: 576px) {
    .tparrows{
        display: none !important;
    }
    #verdicts .item p strong{
        font-size: 19px;
    }
    #verdicts a{
        font-size: 13px !important;
    }
    button, .btn{
        padding: 15px 30px !important;
    }
    #boxes.mobile-sticky .item h4 {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: -0.3px;
    }
    #boxes.mobile-sticky .item {
        background-size: 40px;
    }
    #hero {
        height: 350px;
        padding: 60px 0;
    }
    #hero h2 {
        font-size: 22px;
        letter-spacing: 0;
    }
    #hero p{
        font-size: 13px;
    }
    #about{
        padding: 30px 0 0 0;
    }
    #about:before{
        display: none;
    }
    .video-placeholder img{
        height: 240px;
    }
    #personal-injury-bg {
        padding: 55px 0;
    }
    #personal-injury-bg p {
        font-size: 15px;
    }
    #personal-injury .item img{
        max-width: 45px;
    }
    #personal-injury .item {
        padding: 20px 15px 25px 15px;
    }
    #cta h2 {
        font-size: 24px;
    }
    #cta{
        padding-top: 30px;
    }
    #cta .item h4 {
        font-size: 13px;
    }
    #cta .item span, #cta .item:nth-child(2) span {
        font-size: 14px;
    }
    .testimonial .description {
        padding: 35px 15px 0px 15px;
    }
    .testimonial .description p {
        font-size: 15px;
    }
    .rating li{
        font-size: 10px;
    }
    #contact .item a.phone{
        font-size: 18px;
    }
    #contact .item p{
        font-size: 13px;
    }
    #contact:before{
        display: none;
    }
    #footer p{
        font-size: 12px;
    }
    #testimonials .img-bg {
        height: 260px;
    }
    #attorneys{
        padding-bottom: 20px;
    }
    .entry img{
        max-width: 100%;
        float: none;
    }
    #contact .map-item .top p {
        font-size: 12px;
    }
    #contact .map-item .top h3 {
        font-size: 20px;
    }
    #contact .awards img {
        max-height: 80px;
        max-width: 100px;
    }
    .in-the-news h3 {
        font-size: 19px;
    }
    .in-the-news p:not(.postpublishdate) {
        font-size: 15px;
    }
    .postpublishdate {
        font-size: 11px;
    }
    .section{
        overflow-x: hidden;
    }
    .page-template-contact #contact{
        overflow-x: visible;
    }
    #hero h1 {
        font-size: 30px;
        line-height: 23px;
    }
    #about {
        margin-bottom: 30px;
    }
    #testimonials .img-bg .btn {
        width: 90%;
    }
    #testimonials a.btn {
        font-size: 15px !important;
    }
    #attorneys{
        padding-top: 0;
    }
    #attorneys .owl-next {
        right: 20px;
    }
    #attorneys .owl-prev {
        left: -10px;
    }
}

@media only screen and (max-width: 479px) {
    

}