/* 
Theme Name: Little Guy Construction LLC
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Row */
.cf7-row{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}

/* Columns */
.cf7-col{
    width:50%;
    padding:0 10px;
    margin-bottom:20px;
    box-sizing:border-box;
}

.cf7-full{
    width:100%;
}

/* Inputs */
.cf7-row input,
.cf7-row select,
.cf7-row textarea{
    width:100%;
    height:55px;
    padding:0 18px;
    border-style:solid;
    border-width:0.5px;
    border-color:#0000003B;
    color:#000000;
    background:#fff;
    border-radius:0;
    font-size:15px;
    outline:none;
    box-sizing:border-box;
    transition:.3s;
}

/* Textarea */
.cf7-row textarea{
    height:170px;
    padding:18px;
    resize:none;
}

/* Placeholder */
.cf7-row ::placeholder{
    color:#000000;
    opacity:1;
}

/* Focus */
.cf7-row input:focus,
.cf7-row select:focus,
.cf7-row textarea:focus{
    border-color:#000;
    box-shadow:none;
    outline:none;
}

/* Select */
.cf7-row select{
    appearance:none;
    -webkit-appearance:none;
    background:#fff;
    cursor:pointer;
}

/* Submit Button */
.cf7-row input[type="submit"]{
    width:auto;
    min-width:220px;
    height:55px;
    padding:0 40px;
    background:#000;
    color:#fff;
    border:1px solid #000;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:1px;
    transition:.3s;
}

.cf7-row input[type="submit"]:hover{
    background:#fff;
    color:#000;
}

/* Validation */
.cf7-row .wpcf7-not-valid{
    border-color:#e30000 !important;
}

.cf7-row .wpcf7-spinner{
    margin-left:15px;
}

.error404 .site-main {
    padding: 120px 20px;
}
.error404 .site-main h1.entry-title{ font-size:65px; line-height:70px; color:#262626}


form input[type="submit"]:hover{background-color: #fff !important;
    color: #153993 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #153993 !important;}

.ekit-form form label {
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    background: #ffffff;
    padding: 7px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #153993;
    background: #153993;
    COLOR: #FFF;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    margin-top: 0px;
}

/* Responsive */
@media(max-width:767px){
    .cf7-col{
        width:100%;
    }

    .cf7-row input[type="submit"]{
        width:100%;
    }
}
