﻿ /* webform styes */

@font-face {
  font-family: CervoNeue;
  src: url(../fonts/CervoNeue-LightNeue.otf);
}

@font-face {
  font-family: CervoNeueBold;
  src: url(../fonts/CervoNeue-BoldNeue.otf);
}

.form-page .body {
  font-family: CervoNeue;
  width: 100% !important;
}

.form-page p,
.form-page a,
.form-page .btn,
.form-page .content-padding li,
.form-page .intro-text li{
  font-size: 1.3em;
}

.form-page p:last-child,
.form-page textarea {
  margin-bottom: 15px !important;
}

.form-page .body>section {
  display: none;
}

.form-page .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: white;
  z-index: 10;
  margin-bottom: 30px;
}

/*for testing purposes only*/

.form-page #home {
  display: block;
}

.form-page .heading {
  width: 100%;
  max-height: 120px;
  overflow: hidden;
}

.form-page .heading .logo {
  max-height: 120px;
}

.form-page .heading img {
  height: 100%;
  max-height: 120px;
}

.form-page .logo {
  width: 25%;
  float: left;
}

.form-page .logo img {
  max-width: 300px;
}

.form-page .header-images {
  float: right;
}

.form-page .body {
  margin-top: 100px;
}

.form-page .intro-text {
  width: 90%;
}

.form-page .title {
  font-family: CervoNeueBold;
  color: #3e2163;
  font-size: 2em;
}

.form-page .subtitle {
  color: #3e2163;
  font-weight: normal;
  font-size: 1.8em;
  margin-top: 10px;
}

.form-page .bold {
  font-family: CervoNeueBold;
}

.form-page .body .btn,
.form-page .body .btn.submit {
  display: inline-block;
  border: 1px solid #ea4862;
  color: #ea4862;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s;
  background: transparent;
  font-family: CervoNeueBold;
  font-size: 1.5em;
  text-transform: initial;
}

.form-page .body .btn:hover,
.form-pag .body .btn.submit:hover {
  cursor: pointer;
  color: white;
  background-color: #ea4862;
}

.form-page .btn.submit {
  margin-left: 20px;
}

.form-page .footer-image {
  margin-top: 50px;
}

.form-page .footer-image img {
  width: 100%;
}

.form-page form#form {
  display: block;
}

/*form styles*/

.form-page label,
.form-page small {
  color: #00a5a6;
  margin-bottom: 10px;
  display: inline-block;
}

.form-page small {
  font-size: 1em;
  margin-bottom: -5px;
}

.form-page form {
  width: 100%;
}

.form-page select{
  background: white;
  border: 2px solid #464646;
  height: 43px;
  margin-left: -15px;
}

.form-page input, .form-page .form-control{
  margin-right: 2.5%;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #464646;
  width: 97%;
  padding-left:10px;
}

.form-page .form-item{
  margin-bottom: 15px;
}

.form-page .form-group {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.form-page .webform-clearfix {
  content: "";
  clear: both;
  display: table;
}

/* checkboxes */

.form-page label.container {
  display: block;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
}

/* Hide the browser's default checkbox */

.form-page label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}

/* Create a custom checkbox */

.form-page .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  border: 1px solid #464646;
}

/* On mouse-over, add a grey background color */

.form-page label.container:hover input~.checkmark {
  background-color: rgba(62, 33, 99, 0.4);
}

/* When the checkbox is checked, add a blue background */

.form-page label.container input:checked~.checkmark {
  background-color: rgba(62, 33, 99, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */

.form-page .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.form-page label.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.form-page label.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-page .webform-client-form .error.valid{
  display: none !important;
}



label.sub {
  visibility: hidden;
}

.top-checkboxes>div {
  float: left;
}

.top-checkboxes .sub {
  padding-left: 10px;
}

.red-link {
  color: #ea4862;
  font-family: CervoNeueBold;
  text-decoration: none;
}

.form-page .red-link.small {
  font-size: 0.6em;
}

.form-page .submit-section {
  float: right;
  padding-right: 2%;
  margin-bottom: 20px !important;
}

.form-page .row.check{
  margin-left: 0px;
  margin-top: 10px;
}

.form-page .row.check.living-streets{
  margin-top: 20px;
  margin-bottom: 20px;
}


.form-page .row.check label{
  font-size: 1.3em;
}

.form-page #homeBtn{
  font-size: 2.3em;
}

.form-page #email input,
.form-page #email textarea {


  font-size: 1.3em !important;
}
/*email form*/

.form-page #email input,
.form-page #email textarea {
  width: 100%;
}

.form-page #email textarea {
  height: 700px;
  border: 2px solid #464646;
  border-radius: 5px;
  padding: 10px;
}

.form-page #email input {
  margin-bottom: 20px;
}

.form-page .social-links img {
  width: 50px;
  display: inline-block;
  margin-left: 10px;
}

.form-page .social-links {
  height: 50px;
}

/* @media only screen and (max-width: 1199px){
  .body {
    width: 100% !important;
  }

}
 */

@media only screen and (max-width: 991px){
  .form-page .sub{
    margin-bottom: 8px !important;
  }
}

@media only screen and (max-width: 550px) {

  .form-page .heading{
    max-height: none;
  }
  .form-page .logo {
    width: auto;
    float: none;
  }

  .form-page .header-images{
    float: none;
    margin-top: 10px;
  }

}


