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

/* Formular Prima Pagina START */
.wpcf7 textarea{
    width: 100%;
    height: 90px;
}
.wpcf7 textarea,
.wpcf7 input {
    margin-bottom: 10px;
    font-family: "Nunito Sans", Sans-serif;
    border: 0;
    border-bottom: 1px solid #0000005e !important;
    border-radius: 0;
    font-weight: 600;
    background-color: transparent;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
.wpcf7 label:not(:nth-of-type(3), :last-of-type) {
    width: calc(50% - 20px);
}
.wpcf7 label:not(:nth-of-type(even)) {
    width: calc(50%);
}
.wpcf7 label:nth-child(odd):not(:nth-of-type(3)) {
    margin-right: 20px;
}
.wpcf7 label:last-of-type,
.wpcf7 label:nth-of-type(3) {
    width: 100%;
}

.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder {
    text-transform: uppercase;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    padding: 20px;
    margin-bottom: 0;
}
p.bottom_box svg{
    font-size: 35px;
}
p.bottom_box span{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
p.bottom_box {
    display: flex;
}
.fom_box.bottom .bottom_box span.elementor-icon-list-item{
    display: none;
}
.fom_box.bottom label {
    width: 100%;
}
.testimonials .swiper-slide {
    border: 1px solid #E6E6E6;
    border-radius: 7px;
}
.elementor-accordion-item {
    margin-bottom: 20px;
}
@media (max-width: 785px){
    .elementor-nav-menu--dropdown >  ul.sub-menu a {
        font-size: 23px !important;
        font-weight: 500 !important;
    }
    p.bottom_box {
        flex-direction: column;
    }
    p.bottom_box span.elementor-icon-list-item{
        justify-content: center;
    }
}
/* Formular Prima Pagina END */