/* 
 * 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) {
    
    .cbsf_container .cb_left,
    .cbsf_container .cb_right {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .cbsf_container .cb_left {
        margin-bottom: 40px;
    }
    .cbsf_container .buddyboss-select {
        float: none;
        max-width: 100%;
    }
    
    
    .cbsf_container .cb_col {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    
}


@media only screen and (max-width: 525px) {
    
}


@media only screen and (max-width: 479px) {
    
}