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


body:not(.elementor-editor-active) .bdt-template-content-header {margin-bottom: -172px;}

.bdt-active .bdt-navbar-nav li a {color: #777777 !important;}

/*HEADER*/
#logo-black {display: none !important}
.bdt-active #logo-black {display: block !important;}
.bdt-active #logo-white {display: none !important}



/*MENU*/
.bdt-drop.bdt-open {
    border-radius: 10px;
    border-top-left-radius: 0px;
}

.bdt-navbar-dropdown {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bdt-sticky-fixed .bdt-offcanvas-button svg {
    fill: #000 !important;
}

/*MENU MOBILE*/
.widget_nav_menu .menu-item a {color: #000 !important; font-size: 14px;}
.widget_nav_menu .menu-item {padding: 10px 0px !important;}

/*BLOCK REVEALER */
.bdt-reveal-effects-yes {border-radius: 15px;}

/*CUSTOM CAROUSELS*/
.custom-carousel .pc-category span {
    display: inline-block;
    background-color: green;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 3px;
    /* margin-top: -16px; */
}

.custom-carousel .bdt-ep-carousel-desc,
.custom-post-carousel .bdt-ep-carousel-desc {
    padding: 0px 18px 18px !important;
}

.custom-carousel .bdt-ep-carousel-item,
.custom-post-carousel .bdt-ep-carousel-item {
    border-radius: 10px;
}

/*CUSTOM GRIDS*/
.events-grid .data-evento-iniettata {
    display: inline-block;
    background-color: green;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 3px;
    margin: -15px auto 10px 0px;
    font-size: 13px;
}

.posts-grid .data-evento-iniettata {
    display: none !important;
}

.elementor-post__title a {
    font-size: 24px;
    font-weight: 500 !important;
    color: #000 !important;
}

.elementor-post__excerpt p {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.elementor-post__read-more {
    border-radius: 3px !important;
    font-size: 15px !important;
    padding: 8px 24px !important;
}
/*CONTACT FORM*/
.wpcf7 label {width: 100%;}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .five-col {
        width: 20% !important;
    }
}

.wpcf7-field-group-remove,
.wpcf7-field-group-add   {
    padding: 2px 15px 4px;
    margin-right: 10px;
}

.wpcf7-submit {
    background-color: #009966;
    border: 0px solid;
    color: #fff;
    border-radius: 5px;
    min-width: 230px;
    margin-top: 20px !important;
}

.wpcf7-submit:hover  {
    background-color: #CC1517 !important;
}

/*CONTACT FORM GENERAL*/
.general-contact-form input,
.general-contact-form select,
.general-contact-form textarea {
    margin-top: 8px !important;
}

/*FOOTER*/
.footer-row a {color: #fff !important;}
.footer-row a:hover {color: #CC1517 !important;}

@media screen and (max-width: 768px){
.footer-row-bottom .elementor-widget-container {
    text-align: center !important;
}
}
