/**
Theme Name: Battage
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: battage
Template: astra
*/

/* GENERAL */
/* Check alla fine della frase */
p.check::after {
    border-style: solid;
    border-width: 0.35em 0.35em 0 0;
    content: '';
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    width: 20px;
    margin-left: 20px;
    transform: rotate(133deg);
    color: green;
    bottom: 7px;
}

.PriceBox {
    text-align: center;
	font-size: 16px;
    line-height: 1.5;
}

.PriceBox > p {
    margin-bottom: 0;
    padding: 20px 0;
}

.PriceBox > p:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.PriceBox .price { 
	font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 50px; 
}

.PriceBox .price > span { 
	font-size: 25px;
    font-weight: 400;
}

/* HEADER - Menu */
header#masthead ul:not(.sub-menu) > li.menu-item:not(:last-child):before, header#ast-fixed-header ul:not(.sub-menu) > li.menu-item:not(:last-child):before  {
    content: "";
    position: absolute;
    border-right: 1px solid #000000;
    height: 20px;
	left: 0;
	right: 0;
	z-index: -1;
}

ul.sub-menu li.menu-item.current-menu-item .menu-link {
	font-weight: 700!important;
}

/* HEADER DESK - Language */
header#masthead li.pll-parent-menu-item > ul.sub-menu {
	width: auto!important;
}

header#masthead li.pll-parent-menu-item > ul.sub-menu li.lang-item.current-lang {
	display: none;
	visibility: hidden;
}

/* HEADER FISSO - Menu */
header#ast-fixed-header .site-primary-header-wrap {
	min-height: 90px;
}

/* HEADER DESK - Mobile */
#ast-mobile-popup li.pll-parent-menu-item > ul.sub-menu li.lang-item.current-lang {
	display: none;
	visibility: hidden;
}

#ast-mobile-popup ul:not(.sub-menu) > li.menu-item:not(:last-child) > a {
	border-bottom: 1px solid #ccc;
}

#ast-mobile-popup li:not(.pll-parent-menu-item) > ul.sub-menu {
    padding-left: 20px;
    margin-top: 15px;
}

#ast-mobile-popup li.pll-parent-menu-item {
	margin-top: 30px;
}

#ast-mobile-popup li.menu-item.current-menu-item > .menu-link, #ast-mobile-popup li.menu-item.current-menu-ancestor > .menu-link {
	font-weight: 700!important;
}

/* HOME - Chi Siamo */
.boxValori ul strong {
	text-transform: uppercase;	
}

/* HOME - Titoli Servizi */
.TitServizio .uael-heading {
	font-family: Playfair Display, Helvetica, Arial, sans-serif;
}
.TitServizio .uael-heading strong {
	color: #000;
}

/* HOME - Didascalia IMG i nostri servizi */
.fancybox-caption {
	text-transform: uppercase;
}

/* FOOTER */
.nameFoo {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}

.site-footer .fooPolicy:first-child {
	padding-right: 20px;
}

.site-footer .fooPolicy:last-child {
	padding-left: 20px;
}

/* INTESTAZIONI PAGINA e PORTFOLIO + Breadcrumbs */
.ast-title-bar-wrap {
	background-size: auto;
	border-top: 1px solid rgba(204, 204, 204, 0.4);
	border-bottom: 1px solid rgba(204, 204, 204, 0.4);
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
}

.ast-title-bar-wrap h1 {
	font-family: inherit;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
	margin-bottom: 0;
}

.ast-title-bar-wrap .ast-breadcrumbs .trail-item.trail-end {
	color: #000000;
}

/* PORTFOLIO - Navigazione */
.single-astra-portfolio .post-navigation,
.single-portfolio .post-navigation {
    display: none !important;
	visibility: hidden!important;
}

/* Breadcrumbs */
.main-header-bar.ast-header-breadcrumb {
	background-image: url(https://www.battage.info/wp-content/uploads/2026/09/dots.png);
    background-repeat: repeat;
    background-position: center center;
	background-size: auto;
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

/* Style Contact Form */


/* RESPONSIVE */
@media (max-width: 544px) {
	/* INTESTAZIONI PAGINA e PORTFOLIO + Breadcrumbs */
	.ast-advanced-headers-breadcrumb { display: none!important; visibility: hidden; }
}