/*
 Theme Name:   Campo Child
 Theme URI:    http://campo.bold-themes.com
 Description:  Campo child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     campo
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  campo-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/* Fix: show Bold Builder background images on mobile */
@media (max-width: 767px) {
  .btLazyLoadBackground.bt_bb_column_background_image {
    background-image: attr(data-background_image_src url) !important;
    background-size: cover !important;
    background-position: center !important;
    display: block !important;
    min-height: 300px; 
  }
}
/* Reverse order of columns in mobile (text below image → image above text) */

@media (min-width: 768px) {
  .bt_bb_column.bt_bb_column_background_image {
    min-height: 50px;
    background-size: cover !important;
    background-position: center !important;
  }
}
@media (max-width: 767px) {
  .bt_bb_row[data-structure="6-6"] .bt_bb_row_holder {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
