/* 
Theme Name: Serena Calcopietro Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Serena Calcopietro 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: serena-calcopietro-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
*/

/* Styles */


/* Global */

.text-blue {
    color: #6EAFCC !important;
}


/* Public Speaker */

.grid-public-speaker {
    grid-template-rows: auto !important;
}

.grid-public-speaker figure {
    margin-bottom: 0px !important;
}


/* Form */

.contact-form input::placeholder, .contact-form textarea::placeholder {
    opacity: 1 !important;
}

.contact-form label {
    font-size: 14px;
}


/* Footer */

.signature {
    width: 100px;
}


/* Breakpoints */

/* Desktop */
@media(min-width: 1100px) {

    .nav-menu .button-contact a {
        background-color: #6EAFCC;
        color: white !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        border-radius: 5px;
        display: block !important;
        padding: 15px 30px 15px 30px !important;
        margin-left: 15px;
    }

    .nav-menu .button-contact a:hover {
        background-color: #94C6DC !important;
    }

    .blue-container {
        background-color: #20282D !important;
    }

    .blue-container p {
        color: white !important;
    }

}

/* Mobile */

@media (max-width: 766px) {

    .grid-public-speaker figure {
        margin-bottom: 15px !important;
    }

}


