/* 
 Theme Name:   Astra Child
 Theme URI:    
 Description:  
 Author:       Ludwig
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.elementor-18 .elementor-element.elementor-element-5e96f08.elementor-view-default .elementor-icon {
    fill: red!important;
    color: red!important;
}
.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    flex: 1;
}

.cf7-col label,
.wpcf7-form label {
    display: block;
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
}



@media (max-width: 1000px) {
.elementor-18 .elementor-element.elementor-element-5e96f08.elementor-view-default .elementor-icon {
    fill: yellow !important;
    color: yellow !important;
}
}

@media (max-width: 768px) {
.elementor-18 .elementor-element.elementor-element-5e96f08.elementor-view-default .elementor-icon {
    fill: green !important;
    color: green !important;
}
}

@media (max-width: 508px) {
.elementor-18 .elementor-element.elementor-element-5e96f08.elementor-view-default .elementor-icon {
    fill: blue !important;
    color: blue !important;
}
}