/* @group BANNER POLICY */

/*banner*/

#cookiesBanner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    display: none;
    z-index: 20000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: .8;
    color: #333;
    text-align: center;
    padding: 2rem 2.5rem;
    font-family: variablebold;
}
#cookiesBannerActions {
    text-align: center;
    padding-top: 4px;
}
#cookiesBanner a,
#cookiesBannerActions .cookiesBtn{
  display: inline;
  color: #302d1f;
  text-decoration: underline;
  cursor: pointer;
}
#cookiesBanner a:hover,
#cookiesBannerActions .cookiesBtn:hover{
  color: #000;
}
#cookiesBannerClose{
  position: absolute;
  top: 0px;
  right: -1rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 15px;
  height: 15px;
  background: url(/themes/ristorantedaguido/images/chiudiprivacy.png) no-repeat;
  background-size: 15px;
}
#

#cookiesBannerClose:hover{
	color: #5291EF;
}
#cookiesAcceptedMsg{
  display: none;
}
#cookiesBannerMsg{
	text-align: left;
	padding-right: 2em;
	position: relative;
	line-height: 1.5em;
	color: #4e4934;
}
@media only screen and (min-width: 40.063em){
	#cookiesBannerMsg{
		padding: 0 4em;
	}
}

/*utilities*/

.cookiesCheck_absCentered{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 19000;
}


/* @end */