/**
 * @file
 * Overall specifications for Culturepresse.
 */

input[type="submit"] {
  /* Remove default in Safari*/
  -webkit-appearance: none;
}

/** Get rid oF the field linking node and webform (webform ref)  **/
body.page-node-type-webform .field__label {
  display: none;
} 

/** Search block form => div.search-block-form (header) **/
 
div.search-block-form {
  float: right;
  min-width: 300px;
  max-width: 300px;
  margin-right: 2em;
  position: relative;
 }
@media (max-width: 1168px) {
  div.search-block-form {
    display: none;
  }
} 

div.search-block-form form#search-block-form input[type="search"] {
  font-size: 1em;
  height: 34px;
  line-height: 34px;
  position: absolute;
  padding: 0.02em 0.1em;
  top: 0.9em;
  left: 5.75em;
  width: 15em;
  color: #333333;
  border-radius: 0;
  float: none;
}

div.search-block-form form#search-block-form input[type="submit"] {
  position: absolute;
  top: 0.9em;
  left : 22em;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer; 
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background: url('/sites/default/files/images/theme/btn_search_sprite.png') 0 0 no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: none; 
}

div.search-block-form form#search-block-form input[type="submit"]:hover {
  background: url('/sites/default/files/images/theme/btn_search_sprite.png') 0 -34px no-repeat;
}

/* search results page => #search-form */
form#search-form input[type="search"] {
  font-size: 1.1em;
  height: 34px;
  line-height: 34px;
  padding: 0.02em 0.1em;
  width: 19em;
  color: #333333;
  border-radius: 0;
  float: none;
}

form#search-form label {
  font-size: 1.2em;
}

form#search-form input[type="submit"] {
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer; 
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background: url('/sites/default/files/images/theme/btn_search_sprite.png') 0 0 no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: none; 
  margin-left: -6px;
}

form#search-form input[type="submit"]:hover {
  background: url('/sites/default/files/images/theme/btn_search_sprite.png') 0 -34px no-repeat;
}

a#edit-help-link {
  font-size: 1.2em;
}

