html {
    background-color: #ECEFF1;
}

body,
html {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: 50%;
}

body,
input,
textarea,
button,
p,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    letter-spacing: 0px !important;
}

.validation_error {
    display: none !important;
}

body:before,
body:after,
html:before,
html:after {
    display: none !important;
}

/*body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;                
}*/

.bco-landing-pages-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;     
}

body.has-post-thumbnail .bco-landing-pages-background:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5 !important;
    background-color: #333;
    background-image: none !important;
    opacity: 0.33;
}

.bco-landing-pages--container {
    max-width: 520px;
    margin: 0 auto;
}

.bco-landing-pages--wrapper {
    padding: 10% 50px;
    position: relative;
    z-index: 10;
}

@media screen and ( min-width: 750px ) {
    .bco-landing-pages--wrapper {
        padding-top: 8%;
    }
}

.gform_wrapper .gform_heading {
    text-align: center !important;
}

.gform_wrapper .gform_heading .gform_title {
    margin: 15px 0 !important;
    font-size: 50px !important;
}

.gform_wrapper .gform_heading a {

}

.gform_wrapper .gform_heading .gform_description {
    margin: 15px 0 !important;
    display: block !important;
    font-size: 20px !important;
}

.gform_body ul {
    margin: 0;
    padding: 0;
}

.gform_body ul li {
    list-style: none !important;
}

.gform_body {
    margin: 15px 0 !important;
}

.gform_body .gfield {
    margin: 15px 0 !important;
}

.gform_body .gfield input,
.gform_body .gfield textarea,
.gform_body .gfield select {
    width: 100%;
}

.gform_body .gfield input {
    width: 100% !important;
    background-color: #fff;
    border: 2px solid #fff;
    height: 50px;
    line-height: normal;
    padding: 0 15px;
    transition: 300ms;
    -webkit-transition: 300ms;
    border: 1px solid #ccc;
}

.gform_body .gfield textarea {
    border: 1px solid #ccc;
}

.gform_body .gfield input:focus {
    background-color: #eee !important;
}

.gform_body .gfield label {
    margin-bottom: 5px !important;
    color: #999 !important;
    font-size: 14px !important;
    display: block !important;
}

.gform_footer {
    margin: 15px 0 !important;
    text-align: center !important;
}

.gform_footer input[type="submit"] {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 0 0 transparent;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    min-width: 150px;
    letter-spacing: 1px;
    width: 100%;
    background-color: #F44336;
    color: #fff;
    border: none;
}

#BrandcoLandingPages_Map {
    background-color: #333;
    width: 100%;
    height: 250px;
}

#BrandcoLandingPages_Map:empty {
    display: none !important;
}

.bco-landing-pages--box {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #fff;
}

.bco-landing-pages--box .gform_heading {
    margin: 0 !important;
    padding: 20px !important;
    background-color: #2196F3;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}

.bco-landing-pages--box .gform_heading h1 {
    line-height: 1.25;
}

.bco-landing-pages--box .gform_heading .gform_title {
    font-size: 24px !important;
}

.bco-landing-pages--box .gform_heading .gform_description {
    font-size: 18px !important;
}

.bco-landing-pages--box .gform_heading .gform_description a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}

.bco-landing-pages--box .gform_heading .gform_title, 
.bco-landing-pages--box .gform_heading .gform_description {

}

.bco-landing-pages--box .gform_body {
    background-color: #fff;
    padding: 20px 20px 1px;
    margin: 0 !important;
}

.bco-landing-pages--box .gform_footer {
    margin: 0 !important;
    background-color: #fff;
    padding: 1px 20px 20px;
    border-radius: 0 0 10px 10px;
}

.bco-landing-pages--box .gform_footer p {
    margin: 20px 0 0;
    font-weight: 700;
    text-decoration: underline;
}

.do-map-confirmation .gform_heading > .gform_title:first-of-type,
.do-map-confirmation .gform_heading  .gform_description,
.do-map-confirmation .gform_body,
.do-map-confirmation .gform_footer input[type="submit"] {
    display: none !important;
}

.gmaps-confirmation-title {
    margin-bottom: 30px;
}

.gmaps-confirmation-button {
    display: inline-block;
    margin: 5px;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    text-decoration: none;
}

.gmaps-confirmation-button:hover {
    opacity: 0.8;
}

#gmaps-confirmation-yes {
    background-color: #72bf33;
}

#gmaps-confirmation-no {
    background-color: #bf3333;
    color: #fff;
}

.map-is-confirmed .gmaps-confirmation-title {
    display: none !important;
}

.bco-landing-pages--container .gform_wrapper li.gfield.gfield_error {
    clear: none !important;
}

.bco-landing-pages--wrapper h1,
.bco-landing-pages--wrapper h2,
.bco-landing-pages--wrapper h3 {
    text-transform: none;
}

.bco-landing-pages--wrapper .gfield_checkbox > li {
    margin-bottom: 5px;
}

.bco-landing-pages--wrapper .gfield_checkbox input[type="checkbox"] {
    width: 30px !important;
    height: 25px !important;
}

.bco-landing-pages--wrapper .gfield_checkbox input[type="checkbox"] + label,
.bco-landing-pages--wrapper .gfield_checkbox input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: top !important;
}















