/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@-webkit-keyframes slideIn {
    100% { right:-100px; }
}

@keyframes slideIn {
    100% { right:30px;  }
}
/* HOME*/
.fondo-mobile{
	background-position: 65% !important;
}

.gb-headline mark {
    background-image: linear-gradient(180deg, var(--accent-2) 0%, var(--accent-2) 100%);
    background-position: 0 96%;
    background-repeat: no-repeat;
    background-size: 100% 20%;
    padding-left: 0.1em;
    padding-right: 0.1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}



.after-content p{
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:10px;
}
.after-content .mail{
	text-transform:none;
}

.fixed-footer{
	 position: fixed;
    right: -100px;
	-webkit-animation: slideIn 0.8s forwards;
    -webkit-animation-delay: 3s;
    animation: slideIn 0.8s forwards;
    animation-delay: 3s;
	bottom: 100px;
	
	z-index: 999;
}
.fixed-footer .fixed-footer-item{
	float: right;
	width: 60px;
	border-radius:60px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.fixed-footer a{
	color:#fff;
}

.fixed-footer .wha{
	background-color: #008069;
}

.site-footer{
		margin-bottom: 40px;
	}

.privacy-check label{
	font-size: 12px !important;
}
.privacy-check label a{
	text-decoration:underline;
}
.privacy-check label a:hover{
	text-decoration:none;
}

@media (min-width: 1025px) {
	.fixed-footer{
		display: none;
	}
	.site-footer{
		margin-bottom: 0px;
	}
	
}

/* Mega menu*/
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
       display: grid;
    	
		grid-template-rows: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      grid-auto-flow: column;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

.post a{
	font-weight:500;
	color: var(--accent);
}
.post a:hover{
	color:#000;
}