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


.icon-47a {
  
  display: inline-block;
  width: 226px; 
  height: 103px;
  background-image: url('/wp-content/themes/bb-theme-child/img/47A-logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}


.icon-ice {
  
  display: inline-block;
  width: 414px;         /* Width relative to the font size */
  height: 31px;        /* Height relative to the font size */
  background-image: url('/wp-content/themes/bb-theme-child/img/expedition-ice-logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: bottom;
}