/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

/* WooCommerce */


.mainBanner li {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #454656;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap {
    width: 100%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 20px 39.8px 20px 40px !important;
    border-radius: 5px !important;
    background-color: #1f2937 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #fff !important;
}

footer .form {
    display: flex;
    background-color: #ffffff00;
    border-radius: 5px;
}


.es-form-field-container {
    display: flex;
    width: 100%;
}

input#esfpx_email_bfbe81f385ed9 {
    background: #fff;
    padding: 10px 10px;
    border-radius: 5px 0px 0px 5px;
}


.es-form-field-container input[type="submit"] {
    background: #4b7777;
    color:#fff;
    padding: 12.5px 15px;
     border-radius: 0px 5px 5px 0px;
}

.churchbox {
    background-color: #ebebeb;
    padding: 20px;
}


.churchbox p, .churchbox h6 {
    color: #000;
}

.con h4 {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    padding: 0px 0px 30px 0px;
}

.churchbox a:hover {
    color: #000;
    font-weight:600;
    transition: font-weight .1s ease-in-out;
}

.churchbox a {
    transition: font-weight .1s ease-in-out;
}

.pop-inner {
    height: auto;
}

.pop-inner input, .pop-inner textarea {
    margin-bottom: 10px;
}

.pop-inner textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.pop-inner {
    padding: 15px 35px 0;
}

.popup {
    height: 550px;
 
}