body {
  line-height: 21px;
  font-size: 14px;
  color: #333;
  max-width: none !important;
  background: none;
}

.wpcf7 p {
  margin-bottom: 5px;
}

strong, em strong {
  font-weight: bold;
}
em, strong em {
  font-style: italic;
}

.lightbox-content,
.lightbox-sidebar {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  float: left;
}

.lightbox-content {
  width: 65%;
  padding-right: 30px;
  box-sizing: border-box;
  height: 100%;
}
.google-map .lightbox-content {
  width: 100%;
  padding-right: 0;
}
.lightbox-sidebar {
  width: 35%;
  /*font-size: 18px;*/
}

.lightbox-sidebar p {
  margin-bottom: 0.5em;
}
.lightbox-sidebar p span {
  display: block;
  font-weight: bold;
}
.lightbox-sidebar a {
  text-decoration: underline;
  color: #333;
}
.lightbox-sidebar a:hover {
  text-decoration: none;
}

.lightbox-content .page-header {
  padding: 0;
  margin: 0;
}
.lightbox-content p {
  margin-bottom: 0.5em;
}

.lightbox-content a {
  color: #333;
  text-decoration: underline;
}
.lightbox-content a:hover {
  text-decoration: none;
}

select {
  width: 75%;
}

.wpcf7 label {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

span.wpcf7-list-item {
  margin-right: 20px;
  display: inline-block;
  height: 25px
}
.ajax-loader {
  float:left;
}

.wpcf7 img.wpcf7-captchac {
  width: 20%;
  height: auto;
  margin-right: 5%;
}
.wpcf7 input[type="text"].wpcf7-captchar {
  width: 50%;
}
.wpcf7 p.buttons {
  text-align: center;
  margin-top: 15px;
}

.lightbox-sidebar {
  text-align: center;
}
.lightbox-sidebar .lightbox-sidebar-inner {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.lightbox-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lightbox-sidebar .widget {
  margin-bottom: 1.5em;
}


.google-map .lightbox-sidebar,
.map .lightbox-sidebar {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 20px;
  width: auto;
  border-top-left-radius: 5px;
  padding: 0 5px 0 10px;
  box-shadow: -1px -1px 3px rgba(0,0,0,0.2);
}

.google-map .lightbox-sidebar-inner,
.map .lightbox-sidebar-inner {
  padding: 0 0 0 0;
  border-left: none;
}

.google-map .lightbox-sidebar-inner h3,
.map .lightbox-sidebar-inner h3 {
  font-size: 18px;
  font-weight: bold;
}

.map-description img {
  max-width:100% !important;
  display: block;
  width: 200px;
  height: auto;
  max-width: 100%;
}

.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  position: absolute;
  top: -25px;
  background: #fff;
  width: 95%;
  margin-left: 0;
  height: 90px;
  padding: 20px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  border-radius: 5px;
  height: 29px;
  padding-left: 10px;
  color: #ff0000;
}

h1 {
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}
.google-map h1,
.map h1 {
  position: absolute;
  z-index: 1000;
  background: #fff;
  padding: 10px 10px 5px 5px;
  border-radius: 0 3px 0px 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 0px;
}
.widget h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: normal;
}

hr {
  margin-bottom: 15px;
  margin-top: 0;
}
.wpcf7 {
    margin-bottom: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  height: auto;
  font-size: 14px;
  color: #333;
  width: 75%;
  display: inline-block;
  box-sizing: border-box;
  font-family: 'Open Sans';
}
.wpcf7 textarea {
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-print {
  display: none;
}
.google-map .custom-print,
.map .custom-print {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}




@media (max-width: 767px) {
  .lightbox-content,
  .lightbox-sidebar {
    float: none;
    width: 100% !important;
  }
  .lightbox-sidebar .lightbox-sidebar-inner {
    padding-left: 0;
    border-left: 0;
  }
  .lightbox-content {
    padding-right: 00px !important;
  }

  .lightbox-sidebar {
    display: none;
  }
  .google-map .lightbox-sidebar,
  .map .lightbox-sidebar {
    display: block;
  }
  .google-map .lightbox-sidebar,
  .map .lightbox-sidebar {
    padding-top: 1em;
  }
  .google-map .lightbox-sidebar section.widget,
  .map .lightbox-sidebar section.widget {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5em;
  }
}