/**
 * Theme Name:  Benchmark Never Quits
 * Theme URI:   https://benchmarkneverquits.com
 * Author:      Jason Haeger
 * Author URI:  http://greyleafmedia.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * 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
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */


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


/*SPLASH */

#post-2 section#bmnq-home_intro-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#post-2 section#bmnq-home_intro-section .builder-section-content {
    margin: auto;
}

#post-2 #bmnq-home_intro-section {
    padding-top: 66px;
    padding-bottom: 66px;
}

#post-2 #bmnq-home_intro-section .builder-section-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

/* YETI DRAWING FORM CITY PAGES*/

header#site-header {
    display: none;
}

article#post-12,
article#post-22, 
article#post-26,
article#post-29,
article#post-32 { /*city specific */
    background: url(/wp-content/uploads/2018/10/Photo-Sep-18-4-17-36-PM.jpg);
    background-repeat: no-repeat;
    -webkit-box-shadow: inset -60vw -120vw 1000px white;
    box-shadow: inset -60vw -120vw 1000px white;
    background-position: -200px left;
    background-position-y: -200px;
}
section#bmnq-form_top-section {
    padding-top:4.4rem;
}

/*
div#bmnq-form_top-section-column-3 {
    margin-top: 4.4rem;
    border-left: 3px solid;
    padding: 10px 10px 0;
    border-top: 2px solid;
    border-bottom: 1px solid;
    border-color: #062373;
    border-color: #ccc;
}

@media screen and (max-width:799px) {
    div#bmnq-form_top-section-column-3 {
        border:none;
        padding:none;
        margin-left:auto;
        margin-right:auto;
    }
}
*/

@media screen and (max-width:723px) { 
    article#post-12,
    article#post-22, 
    article#post-26, 
    article#post-29, 
    article#post-32 { /*city specific */
        -webkit-box-shadow: inset -90vw -120vw 120vw white;
        box-shadow: inset -90vw -120vw 120vw white;
        background-position:-170px -90px;
        background-position-y: -170px;
        background-position-x: -90px;
    }
    section#bmnq-form_top-section .builder-text-column {
        margin-bottom: 4.4rem;
    }
    section#bmnq-form_form-section {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(white), to(white));
        background: linear-gradient(transparent, white, white);
    }
}

section#builder-section-text_103 {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ccc));
    background: linear-gradient(transparent, #ccc);
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
    margin-bottom: 0;
}

section#builder-section-text_193 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(transparent), to(transparent));
    background: linear-gradient(#ccc, transparent, transparent);
}


/*Contact 7*/
span.wpcf7-form-control-wrap.acceptance {
    display: block;
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px;
}

#bmnq-form_form-section div.wpcf7 { /*section specifid, universal to all city pages*/
    max-width: 800px;
    margin: auto;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 5px;
    background-color: white;
}
form.wpcf7-form {
    padding: 4.4rem 4.4rem 0;
}

form.wpcf7-form input[type="text"], 
form.wpcf7-form input[type="tel"], 
form.wpcf7-form input[type="email"], 
form.wpcf7-form input[type="submit"] {
    width:100%;
    margin:auto;
}

/*Footer*/
.footer-text::before {
    content: url(/wp-content/uploads/2015/09/equal_housing_logo.png);
    -webkit-filter: brightness(.7);
    filter: brightness(.7);
}

