/*
Theme Name: Entrypoint Monday
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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 */


/*LP1 CONTACT
---------------------------------------*/
.lp1-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lp1-contact-title {
    font-size: 30px;
}
.lp1-contact-subtitle {
    font-size: 20px;
}
.lp1-contact .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;
}
.lp1-contact .wpcf7-form-control-wrap input {
    width: 90%;
    text-align: center;
    color: #000000;
}
.lp1-contact .wpcf7-form-control-wrap input::placeholder {
    text-align: center;
    color: #000000;
}
.lp1-contact .contact-submit {
    position: relative;
    float: left;
    width: 100%;
}
.lp1-contact input[type="submit"] {
    display: block;
    margin: 5px auto;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 90%;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #00aeae;
    color: #ffffff;
    outline: 0;
    cursor: pointer;
}
.lp1a-contact input[type="submit"] {
    background-color: #6161ff;
}
.lp1-contact .wpcf7-response-output {
    float: right;
    width: 90%;
    margin: 5px 5% !important;
    text-align: center;
    border: 2px solid #00aeae !important;
}

.lp2-contact p {
    display: flex;
    align-items: flex-start;
}
.lp2-contact .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 4px 2px;
}
.lp2-contact .wpcf7-form-control-wrap input {
    width: 90%;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
}
.lp2-contact .contact-submit {
    display: flex;
    align-items: center;
    width: 25%;
}
.lp2-contact input[type="submit"] {
    display: block;
    margin: 5px auto;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 90%;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #00aeae;
    color: #ffffff;
    outline: 0;
    cursor: pointer;
}
.lp2a-contact input[type="submit"] {
    background-color: #6161ff;
}
