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


/*span.wpcf7-form-control.wpcf7-checkbox {
    display: flex !important;
    flex-wrap: wrap !important;
}
span.wpcf7-list-item {
    width: 30%;
}*/


.wpcf7-checkbox .wpcf7-list-item { width: 100%; }

    .mfp-container { /*padding: 0 17px 0 0;*/ }

    .mfp-bg {
        background: none;
    }

    .popup {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        border: 1px solid #125594;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 50px #575757;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 32px 32px 32px;
        position: relative;
        max-width: 732px;
    }

    .popup-head h3 {
        font-size: 26px;
    }

    .popup-body .registerText {
        font-size: 16px;
    }


    .mfp-close-btn-in .mfp-close {
        color: #125594;
        font-size: 42px;
        opacity: 1;
    }

    .popup-body .form {
        font-size: 18px;
        margin-top: 16px;
    }

    .popup-body .form p {
        display: inline-block;
        margin: 0 0 12px 0;
        width: 100%;
    }

    .popup-body .form label {
        float: left;
        padding-top: 5px;
        width: 100%;
    }

    .popup-body .form input, .popup-body .form select, .popup-body .form textarea {
        box-sizing: border-box;
        border: 1px solid #125594;
        color: #55565a;
        float: left;
        font-size: 18px;
        padding: 7px;
        width: 100%;
    }

    .popup-body .form input, .popup-body .form select, .popup-body .form textarea, .popup-body .form .wpcf7-submit {
        font-family: 'Hero', 'Helvetica', sans-serif;
    }

    .popup-body .form select::-ms-expand {
        display: none;
    }

    .popup-body .form select {
        background: url('../images/selectArrow.png') #ffffff no-repeat center right;
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
     }

    .popup-body .form .wpcf7-not-valid-tip {
        float: left;
    }

    .popup-body .form .wpcf7-form-control-wrap .wpcf7-recaptcha {
        float: right;
        margin: 0 -7px 0 0;
    }

    .popup-body .form .submit {
        margin-bottom: 0;
    }

    .popup-body .form .wpcf7-submit {
        background-color: #125594;
        border: none;
        color: #ffffff;
        float: right;
        font-size: 22px;
        margin-top: 32px;
        padding: 7px 0;
        width: 190px;
    }


