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


.wpcf7-form-control {
  font-size: 15px;
  padding: 12px 16px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}

textarea.wpcf7-form-control {
  min-height: 120px;
}

.wpcf7-submit {
  background-color: #2d2d2d;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

.wpcf7-submit:hover {
  background-color: #444;
}

span.wpcf7-not-valid-tip {
  color: #e53935 !important;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  color: #e53935 !important;
  background: none;
  font-size: 15px;
  padding: 12px 0 0;
  margin: 10px 0 0;
}

#header-wa {
   padding: 6px 12px !important;
    font-size: 14px !important;
    margin-top: 15px !important;  
}   

@media (max-width: 767px) {
   #masthead>.e-con.e-flex {
        width: 100%;
      flex-wrap: no-wrap;
    }

	.wp-singular  .elementor-element-6380c0a0 .e-con.e-flex {
		width: 100%;
	   --flex-wrap: no-wrap!important;
	}

}


#wa-color {
    color: #29D366;
    font-weight: bold;
}


.not-animated .animated {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.cta-wp-header .elementor-icon-box-wrapper{
    display: flex;
    align-items: anchor-center;
    flex-direction: row;
    gap: var(--icon-box-icon-margin, 15px);
    text-align: start;
}

.cta-wp-header .elementor-icon-box-icon{
	display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
}

.cta-wp-header .elementor-icon-box-content{
    flex-grow: 1;
    width: 100%;
}

.cta-wp-header .elementor-icon-box-description{
    margin: 0;
}