/* 
Theme Name: Hello Elementor Child
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 */


.subscribe-form-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
}

.subscribe-form-wrap p {
    margin: 0 !important;
    display: flex;
    width: 100%;
	gap: 10px;
}

.subscribe-form-wrap .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.subscribe-form-wrap input[type="email"] {
    width: 100%;
    height: 39px;
    padding: 12px !important;
    border: none;
    outline: none;
    background: #f5f5f500;
    color: #fff;
    font-size: 16px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    box-sizing: border-box;
    border-radius: 0;
	font-weight: 500;
	border: 1px solid #fff !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	letter-spacing: 1px;
}

.subscribe-form-wrap input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}

.wpcf7-response-output {
	border-color: #fff !important;
 	margin: 5px 0 0 0 !important;
}

.subscribe-form-wrap .wpcf7-spinner {
    display: none;
}

.subscribe-form-wrap br {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    color: #000;
    border-color: #fff;
    font-size: 14px;
}

footer .wpcf7 form .wpcf7-response-output {
    margin: 5px 0 0 !important;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    border-width: 1px;
}

/* .btn_box input  {
	border: none !important;
	height: 39px;
    border: 1px solid #b1b8a5 !important;
	position: relative;
}

.btn_box input::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #B1B8A5;
    transition: all 0.5s ease;
    pointer-events: none;
	z-index: -1;
}  */


.btn_box p {
    position: relative;
    display: inline-block;
    margin: 0;
}

.btn_box p::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #fff;
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.btn_box input {
    border: 1px solid #b1b8a5 !important;
    height: 39px;
    padding: 0 24px;
    background: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.btn_box input:hover{
}

.btn_box p:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-color: #fff !important;
}



/* .btn_box input:hover {
	border: 1px solid #fff !important;
} */


/* Mobile Responsive */
@media (max-width: 992px) {

	.prize_font {
		font-size: 14px !important;
	}
	
	.w-100 {
		width: 100% !important;
	}


}

/* Mobile Responsive */
@media (max-width: 767px) {


    .subscribe-form-wrap input[type="email"] {
        margin-bottom: 8px;
    }

	.prize_font {
		font-size: 12px !important;
	}
	
	.btn_box p::before , .elementor-widget-button::before {
		top: -4px !important;
    	left: -4px !important;
	}


}
