@charset "UTF-8";
/* CSS Document */

#searchbar3{
     margin: 20px 10px 0px 0px;;
     padding:15px;
     border-radius: 10px;
	border: none;
	background-color: #efeff0;
   }

.search_bar3{}
 
  input[type=text] {
	  width: 100%;}
      /*-webkit-transition: width 0.15s ease-in-out;
      transition: width 0.15s ease-in-out;
   }
   /* When the input field gets focus,
        change its width to 100% */
   /*input[type=text]:focus {
     width: 70%;
   }*/

input[type=text]:focus {border-color: #000000;}

.blog_search_icon{margin: 25px 0px 0px 20px; 
					color: #33c3f1;}

.blog_search_icon:hover{ color: #000000;}
 
 