/*
Theme Name: Wrish Child
Theme URI: http://www.wpbingosite.com/wrish
Author: wpbingo
Description: This is a child theme for Wrish
Version: 1.0
Author URI: http://wpbingosite.com
Template: wrish
Text Domain: wrish-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.floating-line{
  position: fixed;
  bottom: 130px; 
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .18s ease, opacity .18s ease;
}

.floating-line img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: none;
}

.floating-line:hover,
.floating-line:focus{
  transform: translateY(-6px);
  opacity: 0.98;
}

@media (max-width: 768px){
  .floating-line{
    bottom: 110px;
  }
}
@media (max-width: 480px){
  .floating-line{
  }
}
