/*
    Theme Name: AMW Amalfitano Apartments (TAAC Child Theme)
    Theme URI: https://www.amalfiweb.it
    Author: Mario Acunto
    Author URI: https://www.amalfiweb.it
    Description: Tema Child (TAAC) per Typically Amalfitano Apartments
    Version: 1.0.3
    Template: itn-taac
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: andros
    Domain Path: /languages
*/

.footer {
    border-top: 1px solid #f9f9f9;
    background: url('images/typically-bg.gif');
}

.footer-logo {
    width: 190px !important;
    margin: 2px 10px 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* -------------------
----  Colori ---------
---------------------*/

/* Button */
.btn, .comment-reply-link, input[type="submit"], input[type="reset"], button {
    background-color: #7CCCBF; 
}

.btn:hover, .comment-reply-link:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover { 
    background-color: #dad4c6;
}

/* Titles */
.section-subtitle { 
    color: #7CCCBF;
}
.section-heading::after {
    border-bottom-color: #8DD1BD;
}

.page-hero {
    background-color: #7CCCBF;
}