/* Tablet Styles */
@media screen and (max-width:1000px) {

    /* Search Bar */
    .is-menu.default form {
        max-width: 20rem;
    }

}

/* Phone Styles */

    /* iPhone 12/13 and 12/13 Pro 2532x1170 pixels at 460ppi */
    @media only screen 
        and (max-width: 390px) 
        and (max-height: 844px) 
        /*and (-webkit-device-pixel-ratio: 3)*/ {
        
        header {padding: 1rem 0 !important;}

        header h1 {margin: 1rem 0 !important;}

        /* Search Bar */
            .is-menu.default form {
                max-width: 10rem;
            }

        .post-roll, .post-roll-recap-thumb {margin: 0 3rem !important;}

        .post-roll-single main {margin:1rem !important}

        .thumb-block {
            width:100%;
            max-width:100% !important;
        }
        
        .post-roll-recap article {margin:0 !important;}

        .post-roll-recap-thumb p {display:none;}

        .feature-container {flex-direction: column;}

        .post-roll-single img {width: 100%;}
        
        .info-block {padding: 1rem 2rem 2rem !important;}
            
        blockquote {margin-right: 0; }

    }