/*
Theme Name: Jest Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Jest Hard Tea
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.4
*/

body[data-form-submit=regular] .container-wrap .gform-theme--framework.gform-theme.gform_wrapper .jest_footer_gravityform .button {
    background-color: #F5EB27;
    color: #2d2e75;
    --gf-color-primary: #F5EB27;
    --gf-ctrl-border-color-focus: var(--gf-color-primary);
    --gf-ctrl-outline-color-focus: rgba(45,46,117,0.35); 
}

body[data-form-submit=regular] .container-wrap .gform-theme--framework.gform-theme.gform_wrapper .jest_footer_gravityform input[type=email] {
    height: 48px; 
}

body[data-form-submit=regular] .container-wrap .gform-theme--framework.gform-theme.gform_wrapper .jest_footer_gravityform div#gform_confirmation_message_1 {
    color: #FFF !important;
}

.material .wpb_content_element.jestwhite {
    color: #FFF !important;
    margin-bottom: 12px;
}

.jest-footer-social {
    padding-top: 25px;
}

.jest-footer-social a {
    display: inline-block;
    margin-right: 16px;
}

.row .col .jest-footer-social img {
    margin-bottom: 0px;
}

@media only screen and (max-width : 690px) {
    .jest-footer-social {
        text-align: left !important;
    }
}

p.age-gate__challenge {
    color: #2d2e75;  
}

@media only screen and (max-width : 1000px) {
    .vc_row-fluid[data-column-margin="10px"].jest-home-cans .wpb_column:not(.child_column) {
        width: 100%; 
    }
    
}