/* Fonts
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans:400,700');

/* Default
-------------------------------------------------- */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000;
  background-color: #ffffff;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

p + p {
  margin-top: 10px;
}

/* Forms
-------------------------------------------------- */

.form-field {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  color: #000;
  background-color: transparent;
  border: 1px #000 solid;
  border-radius: 4px;
}

textarea.form-field {
  padding: 10px;
  height: 170px;
}

option {
  background-color: #fff !important;
  color: #000 !important;
}

/* Forms
-------------------------------------------------- */

.wpcf7-not-valid {
  border: 2px #e90000 solid !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: #e90000;
  width: calc(100% - 40px);
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  float: left;
  margin: 20px;
}

.wpcf7-mail-sent-ok {
  background-color: #0ca400;
  width: calc(100% - 40px);
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  float: left;
  margin: 20px;
}

.wpcf7-response-output[role=alert] {
  margin-top: 0;
}

.screen-reader-response[role=alert] {
  margin-bottom: 0;
}

/* Button
-------------------------------------------------- */

.button {
  height: 36px;
  padding: 0 20px;
  background-color: #062D53;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
}

.button-full {
  width: 100%;
}

/* Image
-------------------------------------------------- */

.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-center {
  margin: 0 auto;
  display: block;
}

/* Text
-------------------------------------------------- */

.text-bold {
  font-weight: bold;
}

/* Table
-------------------------------------------------- */

.table {
  width: 100%;
}

.table tr {
  border: 1px #ddd solid;
}

.table td, .table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */

.pagination a {
  background-color: #FEBA11;
  color: #062D53;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
}

.pagination span {
  padding: 8px 12px;
  color: #062D53;
  font-weight: bold;
}

/* Map
-------------------------------------------------- */

.map {
  width: 100%;
  height: 350px;
  display: block;
}

/* Selection
-------------------------------------------------- */

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive Emped
-------------------------------------------------- */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/* Extras
-------------------------------------------------- */

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}