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

/* Header */

@media screen and (min-width: 768px){
	.wpbf-cta-menu-item{
		margin-left: 15px;
	}
}

.wpbf-cta-menu-item a{
	background: linear-gradient(90deg, #B13673 0%, #D7182A 100%) !important;
}

.wpbf-cta-menu-item a:hover{
	background: linear-gradient(90deg, #B13673 0%, #B13673 100%) !important;
}

/* End Header */

.uabb-typed-main, .gradient-text{
    background: -webkit-linear-gradient(left, #B13673, #D7182A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-weight-800{
    font-weight: 800;
}

.helmet-icon img{
    transform: rotate(9deg) !important;
}

.overflow-hidden *{
	    overflow: hidden;
}

.nf-fu-fileinput-button{
background: #ccc;
    padding: 8px 12px;
}


.nf-fu-progress-bar{
	background-color: #55b555 !important;
}

.nf-field-element input[type="submit"]{
	padding: 18px 30px;
	font-weight: 400;
	color: #fff;
	background: linear-gradient(90deg, #B13673 0%, #D7182A 100%) !important;
}