/* GRAVILITA footer social layout v11 */
.gv-footer .gv-social-row{
  display:none!important;
}
.gv-footer-bottom{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:20px!important;
  max-width:1180px!important;
}
.gv-footer-copy{
  justify-self:start;
  text-align:left;
}
.gv-footer-contact{
  justify-self:end;
  text-align:right;
}
.gv-footer-social-center{
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.gv-footer-social-center a{
  width:44px;
  height:44px;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#e4b467!important;
  border:1px solid rgba(228,180,103,.28);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.gv-footer-social-center a:hover{
  transform:translateY(-2px);
  color:#ffd58b!important;
  border-color:rgba(255,213,139,.58);
  background:linear-gradient(180deg,rgba(228,180,103,.18),rgba(255,255,255,.035));
}
.gv-footer-social-center svg{
  width:21px;
  height:21px;
  display:block;
  fill:currentColor;
}
.gv-footer-social-center .gv-ig svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:768px){
  .gv-footer-bottom{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    gap:14px!important;
  }
  .gv-footer-copy,.gv-footer-contact,.gv-footer-social-center{
    justify-self:center!important;
    text-align:center!important;
  }
  .gv-footer-social-center{order:2;}
  .gv-footer-contact{order:3;}
}
