/**
 * Theme Name:  Building
 * Theme URI:   Levco.ca
 * Author:      Anton Levchenko
 * Author URI:  https://thethemefoundry.com
 * Description: Child Theme
 * Version:     1.1.0
 * Template: make
 * Text Domain: make-child
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */

/*Override padding*/
.builder-section {
    margin-bottom: 30px;
}

.ttfmake-media-uploader-placeholder:before {
    font: 25px/50px dashicons !important;
}
.ttfmake-media-uploader-placeholder {
    height: 50px !important;
}

a {
    color: #3070d1;
}
blockquote p {
    font-size: 18px;
font-size: 1.8rem;
line-height: 1.5;
}

h3 {
    font-size: 2rem;
    font-size: 20px;
}

/* when section has BG, make color white */
/*section.has-background {
    color: #FFF;
}*/

.site-content .container {
max-width: 100%;
}

.fl-builder-upgrade-button {
    display: none;
}
.fl-builder-bar-title img {
    display: none;
}
.fl-builder-knowledge-base-button {
    display: none !important;
}

.fl-builder-forums-button {
    display: none !important;
}
.fl-builder-help-video-button {
    display: none !important;
}
li#wp-admin-bar-edit {
    display: none !important;
}

#site-content .container {
    /*padding: 0px !important;*/
}

.menu-toggle {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
}