/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.uw_search_widget form {
	display: block;
}

.uw_search_widget form .uw-field {
	float: left;
	width: 65%;
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.uw_search_widget form .uw-submit {
	float: right;
	width: 35%;
	height: 40px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-transform: uppercase;
}

/*style 2*/
.uw_search_widget form.style-two {
    position: relative;
    width: 100%;
}

.uw_search_widget .style-two input[type="search"] {
	float: none;
    width: 100%;
    height: 44px;
    background-color: transparent;
    color: #7f7f7f;
    border-width: 1px;
    border-color: #1a1f24;
    font-size: 13px;
    padding: 0 60px 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.uw_search_widget .style-two button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
    height: 42px;
    background-color: transparent;
    color: #1a1f24;
    font-size: 16px;
    border: 0;
    padding: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.uw_search_widget .style-two button:hover {
	color: #1abc9c;
}

.uw_search_widget .style-two span {
	position: absolute;
    top: 14px;
    right: 50px;
    width: 1px;
    height: 15px;
    border-left: 1px dotted #1a1f24;
}