/*
Theme Name: Venedor Child Theme
Theme URI: http://newsmartwave.net/wordpress/venedor/
Author: SW-THEMES
Author URI: http://themeforest.net/user/SW-THEMES
Description: Responsive & Retina Ready Woocommerce Theme
Template: venedor
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: green, blue, orange, pink, brown, one-column, two-columns, left-sidebar, right-sidebar,  fluid-layout, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, sticky-post, translation-ready
*/

@import url("../venedor/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.login-links {
  display: none;

}

.breadcrumbs {
  background: #f1f1f1 none repeat scroll 0 0;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 0;
  color: #575A59;
  font-family: Oswald;
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs a {
  color: #575A59;
}

#main {
  padding: 50px 0 60px;
  position: relative;
  z-index: 0;
}

.widget {
    margin-top: 33px;
}

.content-slider .post-item .post-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
}



.mymedi-search {
  position: relative;
}
.mymedi-search > input {
  background: rgba(255, 255, 255, .9);
  height: 56px;
  border-radius: 32px;
  padding: 12px 67px 12px 32px;
  width: 500px;
  border: none;
  font-size: 32px;
  line-height: 36px;
  margin-left: -250px;
}
.mymedi-search > span {
  position: absolute;
  right: 32px;
  top: 12px;
  color: #007fa8;
  font-size: 32px;
}
#search-results {
  margin-left: -250px;
  background: rgb(255, 255, 255);
  width: 500px;
  color: black;
  position: absolute;
  z-index: 30;
  margin-top: 64px;
  box-shadow: 0 0 6px #ccc;
	/*border: 1px solid #ccc;*/
}
.search-results table {
	width: 100%;
}
.search-results table tr td {
	padding: 5px;
}
.search-results table tr:hover td, .search-results table tr.active td {
	background: #007fa8;
	color: #fff;
	cursor: pointer;
}
tr.search-results-all td {
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	font-weight: bold; 
}
.search-results table tr.search-results-all:hover td {
	color: #666;
	background: #f2f2f2;
}
.banner-container > .mymedi-search {
  position: relative;
}
.banner-container > .mymedi-search > input {
  margin-left: 0;
}
@media(max-width: 778px) {
  .banner-container {
    padding: 32px;
  }
  .mymedi-search {
    width: 90%;
    margin: 0 auto;
  }
  .mymedi-search > input {
    width: 100%;
  }

  #banner-wrapper {
    display: none;
  }
  #search-results {
    margin-left: 0;
    width: 90%;
  }
}

.mymedi-search input {
  color: #737373;
}
#s {
  color: #737373;
}
