@charset "UTF-8";

/*==========================================*/
/* GERAL */

.aws-finder .widget_aws_widget {
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

.aws-finder .widget_aws_widget .offscreen {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

.aws-finder .aws-search-form,
.aws-finder .aws-search-form .aws-wrapper {
	margin: 0px !important;
	padding: 0px !important;
	line-height: normal;
	height: auto;
}

.aws-finder .aws-search-form .aws-search-btn {
	font-size: 23px;
	height: 32px;
	line-height: 32px;
}

.aws-finder .aws-search-form .aws-search-field {
	height: 32px;
	line-height: 32px;
	margin: 0 !important;
	padding: 0 10px !important;
}

/*==========================================*/
/* SEM BOTÃO PARA ABRIR */

.aws-finder.aws-no-toggleable .widget_aws_widget {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.aws-finder.aws-no-toggleable .widget_aws_widget .aws-button-toogle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

.aws-finder.aws-no-toggleable .widget_aws_widget .aws-container {
	width: 100%;
}

/*==========================================*/
/* COM BOTÃO PARA ABRIR */

.aws-finder.aws-toggleable .widget_aws_widget {
	float: none;
	position: static;
	line-height: normal;
}

/* BOTÕES */
.aws-finder:not(.aws-toggleable-visible) .aws-button-toogle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

.aws-finder.aws-toggleable-visible .aws-button-toogle {
	display: inline-block !important;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.aws-finder.aws-toggleable-visible .aws-button-toogle:hover {
	text-decoration: none;
}

.aws-finder.aws-toggleable-visible .aws-button-toogle span {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

.aws-finder.aws-toggleable-visible .aws-button-toogle i {
	display: inline-block;
}

/* BOTÃO PARA ABRIR */
.aws-finder.aws-toggleable-visible .aws-button-show {
	position: relative;
}

/* BOTÃO PARA FECHAR */
.aws-finder.aws-toggleable-visible .aws-button-hide {
	position: absolute;
	top: 10px !important;
	left: auto !important;
	right: 10px !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 25px;
	color: #FFF;
	font-size: 20px;
	border: 2px solid #FFF;
	border-radius: 50px;
	box-sizing: content-box;
	box-shadow: 0px 0px 5px #FFF, inset 0px 0px 5px #FFF;
	text-shadow: 0px 0px 5px #FFF;
	z-index: 9999;
}

/* WRAPPER DOS CAMPOS */
.aws-finder.aws-toggleable-visible .aws-container {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px !important;
	width: 100vw !important;
	height: 100vh;
	padding: 60px 20px 20px;
	margin: 0px;
	z-index: 99999;
	background: rgba(0,0,0,.8);
}

/* FORMULÁRIO */
.aws-finder.aws-toggleable-visible .aws-container .aws-search-form {
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 8888;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.aws-finder.aws-toggleable-visible .aws-container .aws-search-form .aws-wrapper {
	margin: 0px;
	padding: 0px;
	z-index: 8888;
}

/* CAMPO DE BUSCA */
.aws-finder.aws-toggleable-visible .aws-container .aws-search-field {
	width: 100%;
	height: 45px !important;
	border-radius: 0px 5px 5px 0px !important;
}

/* BOTÃO DE BUSCA */
.aws-finder.aws-toggleable-visible .aws-container .aws-search-btn {
	width: 45px !important;
	height: 45px !important;
	border-radius: 5px 0px 0px 5px !important;
	margin: 0px;
	padding: 0px;
	z-index: 8888;
}

.aws-finder.aws-toggleable-visible .aws-container .aws-search-btn_icon {
	width: 45px !important;
}

/* RESULTADOS DA PESQUISA */
.aws-finder.aws-toggleable-visible .aws-search-result {
	position: fixed;
	top: 106px !important;
	left: 20px !important;
	width: calc(100% - 40px) !important;
	z-index: 999999;
}
