/*
Theme Name: Otaru Child
Theme URI: https://otaru.qodeinteractive.com
Description: A child theme of Otaru
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: otaru
Template: otaru
*/
.floating_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.contact_icon {
    background-color: #a4a2a2;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #25d366;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
@media only screen and (max-width: 680px){
.qodef-m-filter .qodef-m-filter-item {
    margin: 7px !important;
}	
	.qodef-m-filter .qodef-m-filter-items {
    flex-direction: row !important;
}
	.qodef-m-filter .qodef-m-filter-item{
		font-size:16px !important;
	}
	#py-3{
		margin-bottom:20px;
		margin-top:20px;
	}
}
