/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
html, body {
  height: 100%;
  background: #F8F8FF;
}

#footer {
  display: none;
}

html.responsive, .responsive body {
  overflow-x: initial;
}

.responsive .container {
  max-width: 100%;
}

.template-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  text-align: center;
  margin: 0 0 20px;
  padding: 20px;
  background: #1976d2;
  color: white !important;
  border-radius: 10px 10px 0 0;
}

.air-10 {
  padding: 10px;
}

.air-15 {
  padding: 15px;
}

.air-20 {
  padding: 20px;
}

.hidden {
  display: none !important;
}

.inline {
  margin: 0 4px;
  display: inline-block !important;
  vertical-align: middle;
}

.center {
  text-align: center !important;
}

.title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: black !important;
  text-align: left;
  margin: 15px 0 !important;
}

button, .btn {
  display: block;
  cursor: pointer !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 15px !important;
  border-radius: 4px !important;
  text-decoration: none;
  font-size: 12px !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
}

.btn-dark {
  background: #4d4d4d;
  color: white !important;
}

.btn-blue {
  background: #1976d2;
  color: white !important;
  border: #1976d2;
}

.btn-outline-blue {
  background: #d6e8fa;
  color: #1976d2 !important;
  border: solid 1px #92c2f2;
}

.btn-blue-active {
  background: #cde3f9 !important;
  border: none !important;
  border-bottom: solid 2px #92c2f2 !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-red {
  background: #e64a19;
  color: white !important;
  border: #e64a19;
}

.btn-outline-red {
  background: #fdede8;
  color: #e64a19 !important;
  border: solid 1px #f5b7a3;
}

.btn-red-active {
  background: #fce6df !important;
  border: none !important;
  border-bottom: solid 2px #f5b7a3 !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-green {
  background: #7cb342;
  color: white !important;
  border: solid 1px #c8e1ad;
}

.btn-outline-green {
  background: #edf5e5;
  color: #7cb342 !important;
  border: solid 1px #c8e1ad;
}

.acf-field {
  border: none !important;
}
.acf-field label {
  font-size: 12px;
  color: black;
}
.acf-field input, .acf-field select {
  border-radius: 4px;
  font-size: 12px;
  color: black;
}

.ui-datepicker {
  background: white;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.ui-datepicker .ui-datepicker-header {
  padding: 10px;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("/wp-content/themes/enfold-child/img/arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 12px;
  font-weight: bolder;
  color: black;
}
.ui-datepicker .ui-datepicker-calendar {
  border: none !important;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  border: none !important;
  padding: 3px 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bolder;
}
.ui-datepicker .ui-datepicker-calendar th a, .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  background: #dfedfb;
  color: #1976d2;
}
.ui-datepicker .ui-datepicker-calendar th .ui-state-active, .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #edf5e5;
  color: #7cb342;
}
.ui-datepicker .ui-datepicker-calendar th .ui-state-highlight, .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
  background: #fef4f1;
  color: #e64a19;
}

#header {
  display: none;
}

#main .container_wrap_first {
  background: #F8F8FF !important;
}

.responsive .container {
  max-width: 100% !important;
}

div.container.template-blog {
  width: 100% !important;
  padding: 40px 40px 40px 260px;
}

main.content {
  box-sizing: border-box;
  padding: 10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1976d2;
  border-color: #1976d2 transparent #1976d2 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */