/* ==============================================================================
Theme Name: Client Theme
Template: phlox
Text Domain: fossati
================================================================================= */
body{
    --rosso: #BE1F2E;
	--rossoRgb: 190,31,46;
}
.page-id-21 #contattaci{
	display:none!important;
}
a, a:hover,
h4.entry-title a:hover{
    color: #333;
}
.txtRed{
	color:var(--rosso);
}
.txtCenter{
	text-align:center!important;
}
h4.entry-title{
	line-height:1.2!important;
}
header#site-title {
    text-align: center;
}
.page-header {
   /*background: url('img/titleOverlay.png') no-repeat!important;*/
    background-size: auto 100%!important;
    background-position: right center!important;
    background-color: #f9f9f9!important;
    margin-top: -10px;
}
.headerSticky{
     box-shadow: 0 4px 10px -2px rgba(0,0,0,0.15);
}
.menuSticky .elementor-widget-container{
    margin: 0!important;
}

.menu-header-primary-menu-container .sub-menu .menu-item:hover > a{
	background:#ececec!important;
}
.aux-master-menu .aux-submenu > .aux-menu-item {
    min-width: 250px;
}
.kali-form-field-row input{
    width: 100%!important;
    max-width: unset!important;
}
.bordoSfalsato {
    position: relative;
    display: inline-block;
    padding: 60px 40px 0 0; 
    max-width: 750px!important;
    margin: 0 auto!important;
}
.bordoSfalsato img{
    margin-top: 0;
}
.bordoSfalsato::before {
    content: "";
    position: absolute;
    top: 0px;  
    left: 100px;
    right: 0;
    bottom: 80px;
    border: 20px solid var(--rosso); 
    z-index: -1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: .4!important;
    animation: pulse 2s infinite;
}
.bordoRossoAnimato{
    border: 20px solid rgba(var(--rossoRgb),.4); 
    z-index: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /*animation: pulse 2s infinite;*/
	
}
.bordoRossoAnimato{
	max-width:94%!important;
}
.decoro{
    position: relative;
}
.decoro img{
   border: 2px solid var(--rosso);
}
.decoro:before{
    content: '';
    width: 100px;
    height: 100px;
    background: url('img/simbolo.png') no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid var(--rosso);
    animation: pulse 6s infinite;
}
.pulse{
    transform: scale(1);
    animation: pulse 2s infinite;
}
.mainMenu li > .aux-item-content{
	padding-left: 25px!important;
}
.bntMarg0 .aux-button{
	margin:0!important;
}
.aux-read-more{
	background:var(--rosso)!important;
	text-transform:uppercase;
	border:0!important;
	color:white!important;
	padding:8px 20px!important;
}
.aux-read-more:hover{
	background:#333!important;
}
.sfuma:before{
	position:absolute;
	background: rgab(255,255,255,.6);
	background: linear-gradient(90deg,rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, .8) 20%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, 0) 100%);
	max-width:70%;
	top:0;
	left:0;
	bottom:0;
	content:'';
}
#inner-body p strong,
#inner-body p b{
	color: var(--rosso);
}
@keyframes pulse {
    0% {
        transform: scale(0.975);
     /*   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);*/
    }

    70% {
        transform: scale(1);
       /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);*/
    }

    100% {
        transform: scale(0.975);
      /*  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
    }
}
@media screen and (max-width:768px){
	.bordoSfalsato::before{
		left:50px;
		bottom:50px;
	}
	.sfuma:before{
		background: rgba(255,255,255,.7)!important;
	}
    .bordoSfalsato{
        max-width: 70%!important;
    }
    .boxConIcone{
        max-width: 94%!important;
    }
}
@media screen and (max-width:480px){
    .bordoSfalsato{
        max-width: 90%!important;
    }
}