/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* logo colors */
/* ===================================
WIREFRAME MODE 
=================================== */
/* ===================================
   DESIGN MODE 
   =================================== */
.block-contact {
  /* structure */
  padding-top: 100px;
  padding-bottom: 100px;
  /* design */
}
.block-contact .heading {
  /* structure */
  text-align: center;
  margin-bottom: 2.25rem;
}
.block-contact .heading .tagline {
  /* structure */
  display: inline-block;
  border-bottom: solid 1px #868686;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.block-contact .body {
  /* structure */
  text-align: left;
  /* design */
}
@media (max-width: 576px) {
  .block-contact .body {
    padding: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block-contact .body {
    padding: 0px;
  }
}
.block-contact .body .body-left .accordion {
  /* structure */
}
.block-contact .body .body-left .accordion .accordion-button {
  font-size: 1.5rem;
  border-radius: 10px;
}
.block-contact .body .body-left .accordion .icon {
  /* structure */
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 10px;
  /* design */
}
.block-contact .body .body-left .accordion .card {
  /* structure */
  margin-bottom: 25px;
  font-size: 1rem;
}
.block-contact .body .body-right {
  /* GRAVITY FORMS PLUGIN */
}
@media (max-width: 576px) {
  .block-contact .body .body-right {
    margin-top: 2.25rem;
  }
}
.block-contact .body .body-right .gform_wrapper {
  /* structure */
  padding: 25px;
  padding-left: 55px;
  padding-right: 55px;
  margin: 0px;
  /* design */
  border-radius: 10px;
  border: solid 1px #868686;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .block-contact .body .body-right .gform_wrapper {
    padding: 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block-contact .body .body-right .gform_wrapper {
    padding: 1rem;
  }
}
.block-contact .body .body-right .gform_wrapper h2 {
  margin-bottom: 25px;
  font-size: 1.3rem;
}
.block-contact .body .body-right .gform_wrapper label {
  font-size: 1.3rem !important;
}
.block-contact .body .body-right .gform_wrapper input[type=text] {
  height: 50px !important;
  margin: 0px;
  width: 100%;
}
.block-contact .body .body-right .gform_wrapper input[type=radio] {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.block-contact .body .body-right .gform_wrapper input[type=submit] {
  height: 50px;
  width: 100%;
  border: none;
}
.block-contact .body .body-right .gform_wrapper:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

/* ===================================
WIREFRAME MODE 
=================================== */
.block-contact.wireframe {
  border: solid 1px #80878D;
}
.block-contact.wireframe .body {
  border: solid 1px #80878D;
}
.block-contact.wireframe .accordion .accordion-button {
  color: #32393F !important;
  background: none !important;
  border: solid 1px #80878D;
}

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