@import url("https://fonts.googleapis.com/css?family=Quicksand");
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.block-search {
  position: relative;
  width: 15%;
  height: 60px;
  -webkit-transition: .3s;
  transition: .3s; }
  .block-search input[type=search] {
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%; }
    .block-search input[type=search]:focus, .block-search input[type=search]:active, .block-search input[type=search]:hover {
      border: 2px solid #4db89b; }
    .block-search input[type=search]::-webkit-input-placeholder {
      font-size: 14px;
      font-style: italic; }
    .block-search input[type=search]:-ms-input-placeholder {
      font-size: 14px;
      font-style: italic; }
    .block-search input[type=search]::-ms-input-placeholder {
      font-size: 14px;
      font-style: italic; }
    .block-search input[type=search]::placeholder {
      font-size: 14px;
      font-style: italic; }
  .block-search div[id^="edit-actions"] {
    visibility: hidden; }
  .block-search svg {
    display: none;
    width: 20px;
    height: 20px;
    fill: #000;
    -webkit-transition: fill .5s;
    transition: fill .5s; }
  @media screen and (min-width: 1175px) {
    .block-search {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media screen and (min-width: 1400px) {
    .block-search {
      left: 10%; } }
  @media screen and (min-width: 1540px) {
    .block-search {
      left: 15%;
      width: 17%; } }
  @media screen and (max-width: 1175px) {
    .block-search {
      width: 20%; } }
  @media screen and (max-width: 850px) {
    .block-search {
      position: absolute;
      top: 10px;
      left: 100px;
      width: 40%; } }

/*# sourceMappingURL=search.css.map */
