/* Kindle Horizonal */
/* @media(max-width:1280px)  */
@media only screen and (max-width: 1280px) and (orientation: landscape) {

}

@media only screen and (min-width: 800px) and (orientation: portrait) {

}

/* end kindle */

/* Horizonal iPad */
@media(min-width:768px) and (max-width:1024px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }
    .logo img {
        margin-top: 10px;
    }
    /* .logo-container {
        padding: 0;
    } */
    .parallax {
        background-image: none;
        height: auto;
        background-color: #000;
        padding: 32px 15px;
    }
    .parallax2 {
        background-attachment: initial;
    }
    .provide-legal {
        padding: 0;
    }
    .focus-area .container {
        background: none;
        padding: 0;
    }
    .vid iframe {
        height: 442px;
    }
    .footer-middle {
        padding-right: 0;
    }
    .sitemap li a {
        font-size: 13px;
    }
    .footer {
        background-image: url(imgs/footerbg_ipadh.jpg);
    }
    .img-banner {
        background-position: bottom;
    }
    .attorney-page .card {
        height: 383px;
    }
    .attorney-page-photo, .attorney-photo-soon {
        height: 209px;
    }
    .comingsoon-text {
        padding-top: 14%;
    }
    .contactthank-text {
        padding-top: 14%;
    }
    .mobile-image img{
        width: 100%;
    }
    .books img{
        width: 100%;
    }
}

/* Vertical iPad */
@media(min-width:700px) and (max-width:1023px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
        font-size: 15px;
    }
    .navbar-mr li a, .navbar-mr li {
        font-size: 13px;
    }
    .navbar-collapse .dropdown-menu a {
        font-size: 11px;
    }
    .logo {
        margin: 7px 0;
    }
    .logo img {
        width: 51%;
    }
    figure.focus-item {
        margin: 10px 11%;
        max-width: 263px;
    }
    .parallax {
        background-image: none;
        height: auto;
        background-color: #000;
        padding: 32px 15px;
    }
    .parallax2 {
        background-attachment: initial;
    }
    .provide-legal {
        padding: 0;
    }
    .focus-area .container {
        background: none;
        padding: 0;
    }
    .news {
        margin-bottom: 21px;
    }
    .news-vid {
        background-size: cover;
    }
    .logo-contact {
        display: flex;
    }
    .footer-contact-info {
        margin-left: 14px;
    }
    .m-location {
        margin-right: 0;
    }
    .footer {
        background-image: url(imgs/footerbg_ipadv.jpg);
        background-size: cover;
    }
    .logo-contact {
        display: flex;
    }
    .footer-left {
        margin-right: 79px;
    }
    .footer-middle {
        margin-top: 0;
    }
    .fb-icon {
        margin-top: 0;
        text-align: center;
    }
    .img-banner {
        background-position: center;
    }
    /* news detail page */
    .news-detail-photo img {
        float: right;
        width: 38%;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .attorney-page .card {
        height: auto;
    }
    .attorney-page-photo {
        overflow: hidden;
        height: 316px;
        margin-bottom: 8px;
        border: 3px solid #830606;
    }
    .attorney-detail-photo img {
        width: 35%;
        margin-bottom: 5px;
    }
    .attorney-detail-photo {
        float: none;
    }
    .comingsoon-text {
        padding-top: 16%;
    }
    .contactthank-text {
        padding-top: 16%;
    }
    .location-page-map {
        display: block;
    }
    .mobile-image img{
        width: 100%;
    }
    .books img{
        width: 100%;
    }
}

/* Vertical Phone */
@media(min-width:220px) and (max-width:414px) {
    .logo-container {
        padding-bottom: 0;
    }
    .logo img {
        display: block;
        margin: 0 auto;
        margin-top: 13px;
    }
    .logo-nav {
        display: block;
        margin: 0 auto;
    }
   
    figure.focus-item {
        margin: 18px 6%;
        max-width: 263px;
    }
    .parallax {
        background-image: none;
        height: auto;
        background-color: #000;
    }
    .parallax2 {
        background-attachment: initial;
        min-height: 280px;
    }
    .provide-legal {
        padding: 0;
    }
    .focus-area .container {
        background: none;
        padding: 0;
    }
    .news {
        margin-bottom: 21px;
        padding: 0 15px;
    }
    .news-vid {
        background-size: cover;
    }
    .footer {
        background-image: none;
    }
    .footer-middle {
        margin-top: 0px;
    }
    .locations {
        display: block;
    }
    .m-location, .w-location {
        margin-right: 0;
        margin-top: 22px;
    }
    .fb-icon {
        margin-left: 45%;
        margin-top: 0;
    }
    .sitemap {
        margin-top: 21px;
    }
    .img-banner {
        background-position: -380px;
    }
    .books img{
        width: 100%;
    }
    .news-detail-photo img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .news-detail-title h3 {
        font-size: 22px;
    }
    .attorney-page .card {
        height: auto;
    }
    .attorney-page-photo {
        height: auto;
    }
    .attorney-detail-photo img {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
    }
    .comingsoon-text {
        padding-top: 33%;
    }
    .contactthank-text {
        padding-top: 33%;
    }
    .location-page-map {
        display: block;
    }
    .resource-page-link {
        margin: 0 0px;
        margin-bottom: 15px;
    }
    .resource-page-link .btn-primary {
        margin-bottom: 0px;
    }
    .carousel {
        padding: 0 15px;
    }
    .payonline-instructions h2 {
        font-size: 29px;
    }
    .payonline-instructions {
        padding: 0 15px;
    }
    .card-expire-year {
        margin-top: 5px;
    }
    .mobile-image img{
        width: 100%;
    }
}

/* iphone 5/5S */
@media(min-width:199px) and (max-width:320px) {
    figure.focus-item {
        margin: 18px 0%;
        max-width: 263px;
    }
    .news-item a {
        font-size: 16px;
    }
    .date {
        float: none;
    }
}

/* Pixel 2 */
@media(min-width:411px) and (max-width:731px) {
    figure.focus-item {
        margin: 18px 11%;
    }
}

/* iPhone plus */
@media(min-width:414px) and (max-width:737px) {
    figure.focus-item {
        margin: 18px 12%;
        max-width: 263px;
    }
}

/* iPad Pro 10" vertial */
/* @media(min-width:834px) and (max-width:1112px)  */
@media only screen and (min-width: 834px) and (orientation: portrait) {
    .footer {
        /* background-size: cover; */
        background-position: bottom;
    }
}

/* ipad pro (10.5 horizontal) */
@media only screen and (max-width: 1112px) and (orientation: landscape) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }
    .logo img {
        margin-top: 10px;
    }
    .parallax {
        background-image: none;
        height: auto;
        background-color: #000;
        padding: 32px 15px;
    }
    .parallax2 {
        background-attachment: initial;
    }
    .provide-legal {
        padding: 0;
    }
    .focus-area .container {
        background: none;
        padding: 0;
    }
    .footer {
        /* background-image: url(imgs/footerbg_ipadh.jpg); */
        background-size: cover;
    }
    .books img{
        width: 100%;
    }
    .sitemap li a {
        font-size: 13px;
    }
    .locations {
        font-size: 14px;
    }
    .footer-logo img {
        width:67%;
    }
    .attorney-page-photo, .attorney-photo-soon {
        height: 209px;
    }
    .mobile-image img{
        width: 100%;
    }
    .contactthank-text {
        padding-top: 12%;
    }
}

/* Galaxy S9/S9+ */
@media(min-width:200px) and (max-width:361px) {
    .news-item a {
        font-size: 16px;
    }

}

/* iPad Pro 12" */
/* @media(min-width:1024px) and (max-width:1366px)  */ 
@media only screen and (min-width: 1024px) and (orientation: portrait) {
    .locations {
        font-size: 13px;
    }
}

/* iPad pro 12" horizontal */
@media only screen and (max-width: 1366px) and (orientation: landscape) {
    .parallax {
        background-attachment: initial;
        min-height: 580px;
    }
     .parallax {
        background-image: none;
        height: auto;
        background-color: #000;
        padding: 32px 15px;
    }
    .parallax2 {
        background-attachment: initial;
    }
    .provide-legal {
        padding: 0;
    }
    .focus-area .container {
        background: none;
        padding: 0;
    }
    .mobile-image img{
        width: 100%;
    }
}

/* Smaller desktop screens */
@media (min-width: 1098px) and (max-width: 1199px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 15px;
    }
    .footer {
        background-size: cover;
    }
    .sitemap li a {
        font-size: 13px;
    }
}

@media (min-width: 921px) and (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 11px;
    }
    .navbar-mr li a, .navbar-mr li {
        padding-right: .4rem;
        padding-left: .4rem;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .logo img {
        position: inherit;
        width: 69%;
        display: block;
        margin: 0 auto;
    }
    figure.focus-item {
        margin: 10px 26%;
        max-width: 263px;
    }
    .news-vid {
        background-size: cover;
    }
    .news {
        margin-bottom: 21px;
    }
    .sitemap-items {
        text-align: center;
    }
    .footer {
        background-image: url(imgs/footerbg_ipadv.jpg);
        background-size: cover;
    }
}

@media (min-width: 435px) and (max-width: 547px) {
    .logo img {
        position: inherit;
        width: 69%;
        display: block;
        margin: 0 auto;
    }
    figure.focus-item {
        margin: 10px 18%;
        max-width: 263px;
    }
    .news-vid {
        background-size: cover;
    }
    .news {
        margin-bottom: 21px;
    }
    .footer {
        background-image: url(imgs/footerbg_ipadv.jpg);
        background-size: cover;
    }
    .sitemap-items {
        text-align: center;
    }
}

@media (min-width: 548px) and (max-width: 670px) {
    .logo img {
        position: inherit;
        width: 69%;
        display: block;
        margin: 0 auto;
    }
    figure.focus-item {
        margin: 10px 26%;
        max-width: 263px;
    }
    .news-vid {
        background-size: cover;
    }
    .news {
        margin-bottom: 21px;
    }
    .footer {
        background-image: url(imgs/footerbg_ipadv.jpg);
        background-size: cover;
    }
    .sitemap-items {
        text-align: center;
    }
}

@media (min-width: 1367px) and (max-width: 1903px) {
    .mobile-image {
        display: none;
    }
}


/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
}