15.search-form {
	
	right:00px;
	top: 1px;
}

.search-field {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://umake.ca/wp-content/themes/umake/images/search.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    height: 32px;
    margin: 6px 0;
    padding: 5px 5px 0 25px;
    position: relative;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    width: 0;
}
.search-field:focus {
	background-color:transparent;
	border:1px solid #fff;
	cursor: text;
	outline: 0;
	width: 128px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}/* Enter Your Custom CSS Here */

.header-page .navbar-affixed-top {
    background: rgba(0, 0, 0, 0.61) none repeat scroll 0 0;
}

h1 {
font-size: 25px;
}
