/*
Theme Name: Barista
Theme URI: http://barista.edge-themes.com
Description: A Modern Theme for Cafes, Coffee Shops and Bars
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 1.8.1
Text Domain: baristawp
License: GNU General Public License
License URI: licence/GPL.txt
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, blog, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready

*/

.yspl_win_title
{
    display: none !important;
}
.searchwp-live-search-widget-search-form
{
    margin-top: 10px;
}
#searchwp_live_search-3
{
    margin-top: 20px;
}
.search-field
{
	height: 30px;
    padding: 1px 2px 1px 5px;
    border-radius: 4px;
    border: none;
}
.edgtf-search-opener
{
	display: none !Important;
}
.search-submit
{
	display: none;
}

.searchwp-live-search-result a{
	color: #2B7A78 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2B7A78;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #2B7A78;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2B7A78;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #2B7A78;
}