/*
Theme Name: AMW MilkySuites
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per MilkySuites
Version: 1.0.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-andros
Text Domain: amw-milkysuites
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
:root {
    --jasmine: #fcd589ff;
    --sunshine: #fac151ff;
    --silver: #b0a9a5ff;
    --french-gray: #b8babfff;
    --midnight-green: #1f5c6dff;
    --cadet-gray: #979a9eff;
    --jasper: #d26450ff;
    --moonstone: #54A0B3ff;
}

.navigation-main .nav-button>a {
	border-radius: 30px;
	border-bottom-color: #54A0B3;
}

.btn {
		border-radius: 30px;
}

a.mobile-nav-trigger {
    color: #1f5c6d !important;
}


.elementor-kit-9 a, 
.elementor-kit-9 .navigation-mobile a, 
.theme-language-switch-wrap a 
{
    color: var(--midnight-green);
}

.entry-item-title a {
	color: #fff !important;
}

.footer-widgets a {
	color: #fff;
}

a:hover  {
	color: var(--sunshine) !important;
}

.site-branding {
	max-width: 140px;
}

.head-mast-inner {
	padding: 4px 0 8px;
}

@media(max-width:767px) {
	.site-branding {
    max-width: 80px;
	}
}
