/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 23:27:32 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Gotham-Book";
  src: url("../ccdev_fonts/gotham/Gotham-Book.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Book%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("../ccdev_fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Book.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../ccdev_fonts/gotham/Gotham-Medium.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../ccdev_fonts/gotham/Gotham-Bold.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../ccdev_fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Bold.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-BoldItalic";
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../ccdev_fonts/gotham/Gotham-Light.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg"), url("../ccdev_fonts/gotham/Gotham-Light.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Light.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-LightItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
.contact-form {
  flex-basis: 50%;
}
.contact-form form {
  margin-bottom: 0 !important;
}
.contact-form form input, .contact-form form textarea {
  background: transparent !important;
  border-color: #4A78A7 !important;
  color: #fff !important;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  color: #4A78A7;
  font-style: italic;
}
.contact-form form textarea {
  resize: none;
}
.contact-form form input {
  height: 50px;
}
.contact-form form fieldset {
  margin-bottom: 0 !important;
}
.contact-form form fieldset label {
  color: #fff !important;
  cursor: pointer;
}
.contact-form form fieldset .gchoice > input[type="radio"] {
  display: none;
}
.contact-form form fieldset .gchoice > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.contact-form form fieldset .gchoice > input[type="radio"]:checked + *::before {
  border: 1px solid #CC943A !important;
}
.contact-form form fieldset .gchoice > input[type="radio"]:checked + *::before {
  background: radial-gradient(#CC943A 0%, #CC943A 50%, transparent 50%, transparent);
}
.contact-form form .gform_footer {
  cursor: pointer;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  width: fit-content;
}
.contact-form form .gform_footer:before {
  content: "";
  border-bottom: 3px solid #CC943A;
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  text-align: center;
  transition: width ease 0.3s;
  width: 30%;
}
.contact-form form .gform_footer:hover:before {
  width: 90%;
}
.contact-form form .gform_footer input {
  font-family: "Gotham-Medium", sans-serif !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 35px !important;
  letter-spacing: 1px;
  padding: 0 !important;
  text-transform: uppercase;
}
.contact-form .gform_confirmation_message {
  color: #CC943A !important;
  font-size: 20px !important;
}
.contact-form .gform_validation_errors > h2 {
  color: #c02b0a !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 990px) and (max-width: 1350px) {
  .contact-form .gform_wrapper .gfield.gfield--width-third {
    grid-column: 1/-1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .gform_wrapper .gfield.gfield--width-third {
    grid-column: 1/-1 !important;
  }
}
