/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.btn_show {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
	z-index:100!important;
}
.shadow:hover .btn_show {
  opacity: 1;
  transform: scale(1);
}
.shadow {
	transition: all 0.5s ease-in-out;
	border-radius: 20px;
 	box-shadow: 0 0 15px 4px rgba(255, 255, 255, 0.12);
} 
.shadow:hover {
	transform: scale(1.02);
	transition: all 0.5s ease-in-out;
	border-radius: 20px;
 	box-shadow: 0 0 15px 4px rgba(255, 255, 255, 0.12);
}
.fusion-layout-column{
	padding: 0!important;
}

/* stilizovanje forme za pretragu */
.hp-field--search{
    height: 40px !important;
    background: transparent!important;
    border: 1px solid!important;
}
.hp-field--search::placeholder {
    color: #f2f2f2; 
/* 	padding-left: 20px; */
}
input{
	padding: 20px!important;
/* 	color: #ffc107!important; */
}
.select2-selection--single{
	background: transparent!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	color: #fff!important;
}
.hp-form__button{
	background: transparent!important;
	height: 40px;
	color: #fff;
	border: 1px solid;
}
.button span{
	margin-top: -5px!important;
}
/* stilizovanje forme za pretragu */