/*!
Theme Name:  Page Builder Framework - Child
Author:      David Vongries
Author URI:  https://mapsteps.com
Description: Page Builder Framework Child Theme
Version:     1.3
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/
/* Pre-Header Edits */
#pre-header {
  padding: 0 20px;
  transition: all ease 0.25s;
}
#pre-header .wpbf-social-icon {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 2;
  font-size: 16px;
  margin: 0 5px;
}
#pre-header .phone-top a {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-left: 15px;
}
#pre-header .phone-top a:hover {
  opacity: 0.85;
}
#pre-header .phone-top i {
  font-size: 16px;
  margin: 0 3px;
}
/* Header Edits */
#header .wpbf-navigation {
  padding: 0 20px;
}
#header .wpbf-menu-item-search svg {
  margin-top: 4px;
  margin-right: 10px;
  width: auto;
  height: 20px;
}
#header .wpbf-menu-off-canvas a {
  padding: 10px 20px;
  transition: all ease 0.25s;
}
#header .wpbf-menu-off-canvas a:hover {
  color: #2b2b2b;
}
#header .current-menu-item a {
  color: #fff !important;
  background: #2b2b2b;
  width: 100%;
}
/* Off Canavas Nav Edits */
#header .wpbf-menu-off-canvas {
  border-left: 2px solid #2b2b2b;
}
#header .wpbf-menu-off-canvas .wpbf-submenu-toggle {
  color: #fff;
  right: 12px;
}
#header .wpbf-menu-off-canvas .sub-menu a {
  background: transparent;
  margin-left: 20px;
}
#header .wpbf-menu-off-canvas .sub-menu .current-menu-item a {
  background: transparent;
  border-bottom: 2px solid #2B2B2B;
}
/* Overflow Fix */
body.fl-builder {
  overflow-x: visible !important;
}
/* Hide BB Mobile */
@media only screen and (min-width: 1200px) {
    .bb-view div {
        display: none !important;
    }
}
/* CSS Animations */
.float {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img {
		width: 100%;
		height: auto;
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.scale-on-hover {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  will-change: transform;
}
.scale-on-hover:hover {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px);
}
/* Mailchimp */
#mc4wp-form-1 * {
  font-family: "Poppins", San-serif;
}
#mc4wp-form-1 input[type="email"] {
  text-align: center;
  width: 75%;
  display: block;
  margin: auto;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: inset 2px 4px 10px 0 rgba(0,0,0,0.05);
}
#mc4wp-form-1 input[type="submit"] {
  text-align: center;
  margin: auto;
  width: 75%;
  display: block;
  background: #f7f7f7;
  color: #6598C2;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: inset 2px 4px 10px 0 rgba(0,0,0,0.05);
  transition: all ease 0.25s;
}
#mc4wp-form-1 input[type="submit"]:hover {
  background: #6598C2;
  color: #fff;
}

@media (max-width:767px) {
.phone-top a {
    width: auto;
    display: inline-block;
    margin: 0;
    text-align: left;
}
.wpbf-inner-pre-header-left {
    text-align: center !important;
}
  .phone-top {
    display: inline-block;
    width: auto;
    margin: auto;
    float: none;
  }
}
.fl-node-8x765f9jte3w span.uabb-fancy-text-dynamic-wrapper.uabb-fancy-text-wrapper {
    width: auto !important;
}
}