/**
* Theme Name: Sala Child Demo
* Description: This is a child theme of Sala, generated by Merlin WP.
* Author: <a href="http://sala.co/">Sala</a>
* Template: sala
* Version: 1.0.0
*/
.widget.widget_search .widget-title{
    display: none;
}
.btn.purchase-theme {
 position:fixed;
 bottom:30px;
 left:30px;
 height:56px;
 background:rgba(133,164,46,.25);
 border:none;
 -webkit-box-shadow:0 2px 4px rgba(0,0,0,.07);
 box-shadow:0 2px 4px rgba(0,0,0,.07);
 -webkit-border-radius:30px;
 border-radius:30px;
 color:#fff;
 padding:0;
 padding-right:10px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 z-index:110;
 font-family:"Space Grotesk Bold",-apple-system,BlinkMacSystemFont,Roboto,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
 font-size:0
}
.btn.purchase-theme:hover {
 background-color:#85a42e;
 font-size:inherit;
 padding-right:15px
}
.btn.purchase-theme:hover i.icon {
 background-color:rgba(0,0,0,.2);
 margin-right:10px
}
.btn.purchase-theme i.icon {
 height:36px;
 width:36px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 position:relative;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 background-color:#85a42e;
 -webkit-border-radius:50%;
 border-radius:50%;
 margin:10px 0 10px 10px;
 -webkit-transition:all cubic-bezier(.4,0,.2,1) .4s;
 -o-transition:all cubic-bezier(.4,0,.2,1) .4s;
 transition:all cubic-bezier(.4,0,.2,1) .4s
}
.btn.purchase-theme i.icon:after {
 content:"";
 position:fixed;
 display:block;
 height:56px;
 width:56px;
 background:rgba(133,164,46,.3);
 z-index:-1;
 -webkit-border-radius:50%;
 border-radius:50%;
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 -webkit-animation:3s ease-in-out infinite pulses;
 animation:3s ease-in-out infinite pulses
}
.btn.purchase-theme i.icon img {
 height:18px
}
.btn.purchase-theme span {
 height:26px;
 width:1px;
 margin:0 10px;
 background-color:rgba(0,0,0,.2)
}
@-webkit-keyframes pulses {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
 25% {
  -webkit-transform:scale(1.6);
  transform:scale(1.6);
  opacity:1
 }
 55% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
 100% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
}
@keyframes pulses {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
 25% {
  -webkit-transform:scale(1.6);
  transform:scale(1.6);
  opacity:1
 }
 55% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
 100% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:0
 }
}