/*
Theme Name: CMDA Theme
Theme URI: https://cmda.org/
Version: 1.0
Description: A custom theme for Christian Medical & Dental Associations.
Author: K. Scott Rimell
Author URI: http://cmda.org
template: bb-theme
*/

/* Responsive Overrides */
@media (min-width: 992px) {
    /* Make sure nav lines up with right side of content on desktop */
    .fl-page-nav .navbar-nav li:last-child {
        margin-right: -15px;
    }
}

@media (max-width: 768px) {
    /* Remove content borders on tablet/mobile */
    .fl-builder-content .fl-col-content {
        border: none !important;
    }
}