/* 
 * responsive.css - Responsive CSS styles used within the plugin
 */

/* Medium desktops */
@media only screen and (max-width: 1199px) {
    
}

/* iPad & below */
@media only screen and (max-width: 1024px) {
    
}

/* Smaller desktop */
@media only screen and (max-width: 959px) {
    
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    
    
    .cbp_container .cbp_row {
        margin: 25px 0;
    }
    .cbp_container .cb_left, .cbp_container .cb_right {
        float: none;
        width: 100%;
    }
    .cbp_container h3, .sfwd-lessons .entry-content .cbp_container h3 {
        margin: 8px 0 4px 0;
    }
    
}


@media only screen and (max-width: 525px) {
    
}


@media only screen and (max-width: 479px) {
    
}