/*
Theme Name: Coudray
Template: generatepress
Version: 1.0.0
Description: Custom theme for Le Stratege Romand
*/

body { font-weight: 400; }

.search-field {
  border: 1px solid #D9F0B4;
  background: #F7FEE7;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: inherit;
}
.search-field:focus {
  border-color: #4D7C0F;
  outline: none;
}
body .search-form .search-submit {
  background-color: #4D7C0F;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
}
body .search-form .search-submit:hover {
  background-color: #4D7C0Fcc;
}
