/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779892984
Updated: 2026-05-27 14:43:04

*/

.footer-form ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.footer-form ul li label {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 13px;
}

.privacy_concent .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label input[type="checkbox"] {
    margin-top: 1px;
}
.footer-form ul li {
    margin-bottom: 14px;
    width: 32%;
}

.footer-form ul li input {
    padding-top: 12px;
    padding-bottom: 11px;
    border-radius: 0;
    background: transparent;
    border-color: #a7a7a7;
    font-size: 14px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    height: 49px;
}

.footer-form ul li:nth-last-child(-n+2) {
    width: 100%;
} 
.country-select .country-list .country {
    width: 100% !important;
    margin: 0 !important;
}
.footer-form select, .country-select.inside input, .country-select.inside input[type=text] {
    height: 49px;
    color: #888888;
    background: transparent;
    border-radius: 0;
    border-color: #a7a7a7;
    font-size: 14px;
    /* padding-left: 10px; */
}
.footer-form textarea {
    height: 89px;
    border-radius: 0;
    background: transparent;
    border-color: #a7a7a7;
    font-size: 14px;
    resize: none;
}

.privacy_concent .wpcf7-form-control.wpcf7-acceptance {
    padding: 0;
    border: 0;
}

.privacy_concent .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    padding: 0;
    margin: 0;
}

.privacy_concent {
    margin-bottom: 15px;
}
.privacy_concent .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label {
    display: flex;
    align-items: start;
    gap: 8px;
}
.footer-menu ul.menu {
    padding: 0;
    list-style: none;
    column-count: 2;
}


.footer-menu ul.menu li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 13px;
}
.footer-menu ul.menu li:before {
    position: absolute;
    content: " ";
    background: #BF2A23;
    width: 4px;
    height: 4px;
    left: 0;
    top: 12px;
    border-radius: 100%;
} 
.footer-menu ul.menu li a {
  
    color: #FAF3E3;
    font-weight: 400;
}
.footer-menu ul.menu li a:hover {
     color: #BF2A23;
}