/*
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... */ 

/* Hero Photo Module - clean responsive image behaviour */
.hero-full-img,
.hero-full-img.fl-module-photo,
.hero-full-img .fl-photo-content {
  width: 100%;
  max-width: none;
}

.hero-full-img img.fl-photo-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Remove cookieuyes logo */
[data-cky-tag="powered-by"] {
	display: none !important;
}