/**
* 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;
}
body.sala-dark-scheme .main-menu.desktop-menu .children{
	background-color: transparent;
}
.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
 }
}

.sala-popup-video .popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    display: none;
}

.sala-popup-video .popup-content {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    z-index: 10;
    text-align: center;
    display: none;
    max-width: 800px;
    margin: 0 auto;
    height: 450px;
}

.sala-popup-video .popup-content iframe{
    height: 100%;
}

.atropos{
	display: inline-block !important;
}

body{
	padding-top: 0 !important;
}

#wpadminbar{
	margin-top: 0 !important;
}

.uxper-widget-crypto{
	display: none;
}

.page-id-15727 .uxper-widget-crypto{
	display: block;
}


body.page-id-15727{
	padding-top: 45px !important;
}

.page-id-15727 #wpadminbar{
	margin-top: 45px !important;
}
.page-id-15727 header.site-header.header-sticky.on{
	top: 45px;
}

@media (max-width: 767px) {
	.sala-view-demo .badge{
		right: 30px;
	}
	.full-half .content-abs{
		position: static;
	}
}

@media (min-width: 1600px) {
	body:not(.rtl) .elementor-15409 .elementor-element.elementor-element-01a7de0 {
		right: -44% !important;
	}
	.elementor-15409 .elementor-element.elementor-element-01a7de0 img {
		width: 92% !important;
	}
}