/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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{
    display: flex;
    margin-bottom: 20px;
}

.col-6{
    display: flex;
    width: 50%;
    align-items: center;
}
.col-6:not(:last-child){
    margin-right: 10px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{  
    margin-top: 5px;
    border-top:  0;
    border-left: 0;
    border-bottom: 2px solid var(--e-global-color-primary);
    border-right: 0;
    border-radius: 0;
    resize: none;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus{ 
    outline: none;
}

.wpcf7-submit{
    background-color: var(--e-global-color-primary);
    color: white;
    border:  none;
}

.wpcf7-submit: hover{
    background-color: #000 !important;
    color: white;
}

.paypal-button-number-2{
	display:none !important;
}
.paypal-button-number-3{
	display:none !important;
}

.paypal-button-container div:nth-child(3){
	display:none !important;
}