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

/* Fonts */

@font-face {
    font-family: "Proxima";
    src: url("/wp-content/uploads/2022/09/Proxima-Nova-Font.otf");
}

/* Site */
.wpbf-container {
    max-width: 100% !important;
    padding: 0;
}

.wpbf-container {
    max-width: 100% !important;
    padding: 0;
}

/*--Posts--*/
.single h2 {
    color: #F4B403;
    margin: 1em 0;
}

.single h3 {
    color: #F4B403;
    margin-top: 1em;
}

.single p {
    margin-bottom: 2em;
    color: #000;
}

.single a {
    color: #F4B403;
    font-weight: 500;
}