
/* Walkinto top social icons - same links as virtualtours.ge/index.php */
.walkinto-social-holder{
  position:relative!important;
  z-index:9999999!important;
  margin-top:0!important;
  margin-left:20px!important;
  width:500px!important;
  float:left!important;
  height:0!important;
  clear:none!important;
}
.walkinto-social-holder,
.walkinto-social-holder *{
  box-sizing:border-box!important;
  clear:none!important;
}
.walkinto-top-social{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding-top:7px!important;
  margin:0!important;
  width:auto!important;
  height:auto!important;
  line-height:1!important;
}
.walkinto-top-social a{
  width:24px!important;
  height:24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  border:1px solid rgba(18,35,54,.20)!important;
  background:rgba(255,255,255,.42)!important;
  color:#122336!important;
  text-decoration:none!important;
  line-height:1!important;
  font-size:12px!important;
  opacity:.82!important;
  box-shadow:0 4px 14px rgba(18,35,54,.08)!important;
  transition:color .25s ease, border-color .25s ease, background-color .25s ease, opacity .25s ease, transform .25s ease, box-shadow .25s ease!important;
}
.walkinto-top-social a i{
  color:inherit!important;
  line-height:1!important;
  margin:0!important;
  padding:0!important;
}
.walkinto-top-social a:hover{
  color:#d3a354!important;
  border-color:rgba(211,163,84,.72)!important;
  background:rgba(255,255,255,.76)!important;
  opacity:1!important;
  transform:translateY(-1px)!important;
  box-shadow:0 7px 18px rgba(18,35,54,.14)!important;
}
@media only screen and (max-width: 768px){
  .walkinto-social-holder{
    margin-left:10px!important;
    width:auto!important;
  }
  .walkinto-top-social{
    gap:6px!important;
    padding-top:7px!important;
  }
  .walkinto-top-social a{
    width:23px!important;
    height:23px!important;
    font-size:11px!important;
  }
}
