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

/** {font-family:"kuka-bulo"}*/

.checkbox-mailing .wpcf7-list-item-label{
	color:#7A7A7A!important;
}
span.wpcf7-list-item{
	margin-left:0px!important;
}
.elementor-1435 .elementor-element.elementor-element-e246152 .premium-cf7-container input.wpcf7-submit{
	cursor: pointer;
}

.wpcf7-form table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: #FFF;
}
.wpcf7-form table td, table th{
	border: unset;
}
.wpcf7-form-control.wpcf7-submit{
	font-size:16px!important;
}
/* Add here styles for all display widths  */

@media all and (max-width: 767px) {
  /* Styles for mobile phones  */  
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets  */ 
}
@media all and (min-width: 1025px) {
  /* Styles for desktops  */  
}
