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

/* @group Misc Layout */

.fl-page-header-logo {
  margin-top: 0px;
  margin-bottom: -13px;
}

.fas.fa-bars {
  margin-top: 12px;
}

.hover-scale {
    transform: scale(1);
    transition: all .3s;
    position: relative;
    z-index: 1;
}

.hover-scale:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	transition: all .3s;
	z-index: 20;
}

.home-grow-links {
    transition: all .5s ease;
    position: relative;
    z-index: 1;
}

.home-grow-links:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	transition: all .5s ease;
	z-index: 20;
}

a {
    font-weight: 600;
}

.footer-links a {
	font-weight: 500;
}

.fl-photo-img {
    border-radius: 20px;
}

/* @end */ 