/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    https://khardani.de/twentyfifteen-child/
 Description:  My first child theme, based on Twenty Fifteen 
 Author:       Oussama Khardani
 Author URI:   http://khardani.de
 Template:     twentyfifteen
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  twenty-fifteen-child
*/

/*
 * Contact page
 * */

#contact_page .captcha-image{
  width: 200px;
  height: 50px;
  margin: 10px;
}

#contact_page .refresh-captcha{
  padding: 5px;
  color: blue;
}


#contact_page .error-message {
  color: red;
  font: bold;
}

#contact_page .success-message {
  color: green;
  font: bold;
}

#contact_page div.elem-group {
  margin: 15px 0;
}

#contact_page label {
  display: block;
  font-family: "Aleo";
  padding-bottom: 4px;
  font-size: 1em;
}

#contact_page input,
select,
textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "Aleo";
  width: 500px;
  padding: 8px;
}

#contact_page textarea {
  height: 250px;
}

#contact_page button {
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 0.8em;
  font-family: "Aleo";
  border-radius: 4px;
  cursor: pointer;
}

#contact_page button:hover {
  border: 2px solid black;
}
