/***** Theme Main Color As Per Logo ******/
/* Search Bar */
input[type="search"],  input {
  height: 35px;
line-height: 35px;
}
.search-bar {
    float: right;
    margin: 7px 0 0;
}
h1 {
  font: 1.7em;
  line-height: 110%;
  color: #000;
}
p {
  margin: 0 0 20px;
}


input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; 
}


input[type=search] {
  background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
/*  padding: 9px 10px 9px 32px;*/
  width: 55px;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
#demo-2 input[type=search] {
 /* width: 15px;*/
 width: 5px;
  padding-left: 10px;
  margin-top: 15px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
  background-color: #fff;
}
#demo-2 input[type=search]:focus {
/*  width: 130px;*/
  width:auto;

  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  position: absolute;
  left: 0;
  top:0;
  bottom:0;
  right:0;
  text-align: center;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

/* color */
a:hover,
.theme-color,
.online-option ul li a:hover,
.cart-option ul li a:hover,
.navigation li a:hover,
.navigation li a:hover i,
.caption.style-1 p,
.caption.style-2 h1 span,
.release-book-detail span,
.recomend-slider .owl-prev:hover,
.recomend-slider .owl-next:hover,
.pagination-holder ul li.active a,
.pagination-holder ul li a:hover,
.blog-style-1 .post-box .text-column em i,
#dates .selected,
.bx-wrapper .bx-controls-direction a:hover,
.address-list.style-2 ul li i,
.blog-style-1.style-2 .post-box .text-column span,
.arthor-list-img .overlay a,
.s-arthor-detail,
.s-arthor-detail > a,
.books-post-widget span,
.author-p-detail ul li h6 i,
.meta-post li i,
.date i,
.event-img .overlay a,
.event-organizar.style-1 span i,
.comment h6,
.single-blog-detail blockquote,
.offer-price del,
.add-cart-alert p i,
.product-thumnbnail .bx-wrapper ul li .expand,
.availability strong,
.related-products h5 span,
.book-list-detail strong,
.description .check-list li::before,
.mission-disc h4 span,
.facts-list ul li i,
.action-text h3 span,
.address-column h6,
.error-heading h2 span,
.terms a,
.quick-view .prics .now,
.switcher h2 a,
.footer-column h4,
.address-list li i,
.back-top i,
.rating-nd-price strong,
.s-product-hover ul li a,
.footer-links li a:hover,
.navigation ul li ul li .mega-dropdown a:hover
{ color: #f66d8a;}


/* Background Color */
.add-cart a span,
.social-icons ul li a:hover,
.search-bar .sub-btn:hover,
.btn-1,
.plus-icon,
.best-sellers-tabs .tabs-nav li.ui-tabs-active a,
.service-column:hover .service-icon,
.gallery-figure .overlay ul li a:hover,
#dates .selected::before,
.s-product-hover ul li a:hover,
.sidebar ul li.ui-state-active::before,
.nav-holder.style-2 .add-to-cart .btn-1 i em,
.tags-list li a:hover,
.pricing-slider .ui-slider .ui-slider-range,
.filter-tags-holder ul li a.selected,
.address-column:hover .address-icon,
.disc-reviews-tabs .tabs-nav ul li.ui-tabs-active a,
.progress-rating .progress-bar,
.product-cart-option li a:hover,
.product-img .sale-bacth,
.navigation ul li ul li a::before
{ background: #f66d8a;}

/* Border Color */
.social-icons ul li a:hover,
.navigation ul li a::before,
.sec-heading::before,
.pagination-holder ul li.active a,
.gallery-figure .overlay ul li a:hover,
.navigation ul li > ul,
.authors-filter ul li a.selected::before,
.tags-list li a:hover,
.add-cart-alert
{ border-color: #f66d8a;}


