/*!
Theme Name: Rotonda
Theme URI: http://ohio.colabr.io/
Template: ohio
Text Domain: ohio-child
*/
.bgShop{
    background-size: cover!important;
    background-position: center!important;
}
.portfolio-filter:not(.-filter-button) a.active{
	color:#52B4B6!important;
}
.hamburger-nav .menu{
	width:90%!important;
}

.txtBordered h2{
  white-space: nowrap;
  font-size: 7rem;
  color: #fff!important;
  letter-spacing: 1px;
  text-shadow: 
    -1px -1px 0 #B95E2C,
     1px -1px 0 #B95E2C,
    -1px  1px 0 #B95E2C,
     1px  1px 0 #B95E2C; 
}
.maxIcon{
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
span.tag, a.tag, .tagcloud > a, .wp-block-tag-cloud > a, .testimonial-headline > b{
	background: #F1E4DD!important;
}
.elementor-widget-ohio_recent_posts figure.image-holder {
    padding-bottom: 70% !important;
	position:relative;
	margin-bottom: 40px!important;
	background: #ebebeb;
}
.elementor-widget-ohio_recent_posts .card-details{
	position:relative;
	margin-top: -40px!important;
	padding-top: 50px!important;
}
.elementor-widget-ohio_recent_posts .card-details:before{
	position:absolute;
	content: '';
	background:url('img/logo.png') no-repeat;
	background-size: 70% auto;
	background-position:center;
	background-color:white;
	border:1px solid black;
	width:80px;
	height: 80px;
	border-radius: 50%;
	left: 20px;
	top: -40px;
	z-index:90;
}
.bgShop .negozio{
	display: flex!important;
	border:1px solid red!important;
	margin: 0!important;
}

@media screen and (max-width:768px){
    .txtBordered h2{
         font-size: 4rem;
    }
}
.clb-popup.hamburger-nav .hamburger-nav-details .details-column{
  margin-top: -30px;
  margin-bottom: 30px!important;
}
.clb-popup.hamburger-nav .hamburger-nav-details .details-column:last-child{
  margin-top: 0!important;
  margin-bottom: 60px!important;
}
.links-underline a:not(.button):not(.tag):not(.-undash):hover, .links-underline a:not(.button):not(.tag):not(.-undash).-dashed{
  background: none;
}