/* 
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 */


.elementor-button-text{
	margin-top: 2px;
}

.elementor-icon-box-icon {
    margin-top: 5px;
}
.elementor-icon-box-title {
    margin-left: -10px;
}

a.xonex-link {
    color: #d8c272;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.xonex-link:hover {
    color: #871A1C;
}


.wpcf7-form-control{
	margin-top: 6px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
}

.wpcf7 input[type="submit"] {
    background: var(--e-global-color-395061b);
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #005bb5;
}

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.wpcf7-response-output{
	color: black;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: black;
}

.wpcf7-form p {
    color: #666;
}
.wpcf7-list-item{
	margin-left: 0px;
}
.privacy_link_custom{
	color: var(--e-global-color-395061b) !important;
}

.privacy-container{
    word-wrap: break-word;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    opacity: 0 !important;
}

.grecaptcha-badge { 
    opacity: 0 !important;
}

@media screen and (max-width: 767px) {
    .elementor-icon-box-icon {
        margin-top: 2px;
    }
    .elementor-icon-box-title {
        margin-left: -8px;
    }
}