/*
Theme Name: TH Store 1.1
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: TH Store for TH true milk
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: th-store

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b6b6b6;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b6b6b6;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b6b6b6;
}

.c-form1 .nf-form-fields-required,
.c-form1 .ninja-forms-req-symbol { display: none; }
.c-form1 .nf-field-element input[type=text],
.c-form1 .nf-field-element input[type=email] {
  width: 100%;
  background: #fff!important;
  /*border: 1px solid #D2D2D2;*/
  border-radius: 5px!important;
  font-family: DINRoundOT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /*height: 50px;*/
  padding: 0 20px;
}
.c-form1 .nf-field-element textarea {
  padding: 10px 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  font-family: DINRoundOT;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.c-form1 input[type=button].ninja-forms-field {
  width: 260px;
  padding: 11px 36px;
  border-radius: 5px;
  font-family: DINRoundOTMedium;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #103a71;
  border: 1px solid #103A71;
  transition: all ease 0.4s;
}
.c-form1 input[type=button].ninja-forms-field:hover {
  color: #103a71;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .c-form1 input[type=button].ninja-forms-field {
  	display: block;
  	width: 100%;
  }
}
