/*
Theme Name: Vega Child
Theme URI: https://www.lyrathemes.com/vega/
Author: Dmaiano Mantovani
Author URI: https://www.example.com/
Description: Vega is a simple, clean, minimal and responsive WordPress theme. It can be used for a personal blog or a business website. Using Vega to create your new website will be a fast and easy experience, without getting overwhelmed with needless settings and choices. This theme can also be used to set up a single page (one page) website. It has animated content, three pre-built color choices, text or image logo options, full screen image banner, multiple home page displays, multiple blog feed displays, and custom CSS options. The one page home page displays the banner, welcome content, featured pages, two call to action rows, recent posts, and an open content row. The call to action rows have a parallax background effect.
Version: 1.9.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vega
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, grid-layout, flexible-header, custom-header, custom-colors, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, news, portfolio
Template:    vega
*/

@import url("../vega/style.css");

.page-title { color:#2e93cd; }

/* Footer
------------------------------------------------------------------------*/
.footer{ padding:20px 0 10px; background-color:#e2e2e2; }
.copyright{ text-align:center; font-size:11px; text-transform:uppercase; line-height:1.3; color:#4e4e4e; }
.copyright a{ text-decoration:none; color:#4e4e4e; }

/* gmaps */
#mappaContatti{border: 2px solid #2e93cd;}

/* modulo contatti */
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}