/* 
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.9
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 */
#hero-hp .widget-image-caption.wp-caption-text{
    position: absolute;
    top: 120px;
    left: 50px;
}
@media only screen and (max-width: 600px) {
    #hero-hp .widget-image-caption.wp-caption-text{
        left: 0px;
    }
  }
div#hexa2 {
    position: absolute;
    width: 60%;
    top: -132px;
    right: -50px;
}
.elementor-shape .elementor-shape-fill {
    fill: #f7f7f7!important;
}

#contact-form .one-row, #contact-form .one-row >p {
    display: flex;
}
#contact-form label span.wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}
#contact-form label {
    width:100%;
    margin:5px;
}
.site-header{
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,.3);
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 20px;
}
.elementor-counter-title.elementor-inline-editing {
    line-height: 1.4em !important;
}
