/*
	Theme Name:   Theme
	Theme URI:    http://www.besite.nl
	Description:  Theme
	Author:       BeSite
	Author URI:   http://www.besite.nl
	Template:     bs-framework
	Version:      1.0.0
	Tags:         besite
	Text Domain:  theme
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF7E9;
  font: 15px/1.6 Open Sans, sans-serif;
  color: #444;
  padding: 0;
  margin: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
}

p, ul, ol, dl {
  margin: 16px 0;
}
p:empty, ul:empty, ol:empty, dl:empty {
  display: none;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

a:not([href]), a:not([href]):hover {
  color: #444 !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password], select, textarea, button, .button, input[type=button], input[type=submit], input[type=reset] {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password],
button, .button, input[type=button], input[type=submit], input[type=reset],
select,
textarea {
  font: inherit;
  letter-spacing: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password],
select,
textarea {
  background: #FFF7E9;
  border: 1px solid #22590A;
  border-radius: 0;
  padding: 5px 12px !important;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password],
select {
  height: 40px;
}

textarea {
  height: 120px;
}

button, .button, input[type=button], input[type=submit], input[type=reset] {
  overflow: visible;
  cursor: pointer;
}

button {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

h1, .h1 {
  font-size: 200%;
  color: #22590A;
}
h1 span, .h1 span {
  color: #85B200;
}

h2, .h2 {
  font-size: 180%;
}

h3, .h3 {
  font-size: 160%;
}

h4, .h4 {
  font-size: 140%;
}

h5, .h5 {
  font-size: 120%;
}

h6, .h6 {
  font-size: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
header {
  margin: 32px 0 16px 0;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password],
textarea {
  border-bottom: 3px solid #85B200;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, input[type=password]:hover,
textarea:hover {
  border-color: #22590A;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=file]:focus, input[type=password]:focus,
textarea:focus {
  border-bottom-color: #FDB52C;
}

button, .button, input[type=button], input[type=submit], input[type=reset] {
  float: right;
  margin-right: 1%;
  padding-right: 25px;
  border: none;
  color: #85B200;
  font-weight: bold;
  background: none;
}
button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  color: #22590A;
}

pre,
code {
  background: #f6f6f6;
  padding: 5px 10px;
}

dl {
  width: 100%;
  box-sizing: border-box;
}
dl:after {
  content: "";
  display: block;
  clear: both;
}
dl > dt,
dl > dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: top;
  display: block;
  margin: 0;
  float: left;
}
dl > dt {
  font-style: italic;
  clear: both;
  width: 40%;
}
dl > dt:first-child, dl > dt:first-child + dd {
  border-top: none;
}
dl > dd {
  width: 60%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 20px;
  padding: 0;
}
table thead,
table tbody,
table tfoot,
table tr {
  padding: 0;
  margin: 0;
}
table thead {
  font-weight: bold;
}
table thead ~ tbody tr,
table tfoot ~ tbody tr,
table tr:not(:first-child) {
  border-top: 1px solid #ccc;
}
table th,
table td {
  padding: 10px 15px;
  margin: 0;
}
table.table-striped tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
table.table-hover tbody tr:hover {
  background: #f6f6f6;
}
table.table-bordered {
  border: 1px solid #ccc;
}
table.table-bordered th:not(:first-child),
table.table-bordered td:not(:first-child) {
  border-left: 1px solid #ccc;
}

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