/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* TEMP: Hide the header nav menu */
/* https://docs.wpbeaverbuilder.com/bb-theme/defaults-for-layouts-content/headers-nav-menus/hide-the-header-nav-menu/ */
.fl-page-nav-wrap {
  display: none;
  visibility: hidden;
}

/* GIVE SVG IMAGAES WIDTH AND HEIGHT */
/* .photo-no-cdn img FAILED LIGHTHOUSE */
img.fl-photo-img.wp-image-31, img.fl-photo-img.wp-image-68 {
  width: 225px;
  height: 225px;
}
img.fl-photo-img.wp-image-71 {
  width: 1020px;
  height: 218.539px;
}
img.fl-logo-img {
  width: 984.56px;
  height: 240px;
}
