/*------------------------------------*\
    ACM Send Us a message Block CSS
\*------------------------------------*/

.acm-send-us-a-message-container {
  width: 100%;
  background-color: #fff;
  padding: 0 60px 60px 60px;
}

.acm-send-us-a-message-content {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}


.acm-send-us-a-message-left-form-right .acm-form-container {
  width: 45%;
  float: right;
}

.acm-send-us-a-message-left-form-right .acm-send-us-a-message-text-container {
  align-items: center;
  display: flex;
  width: 45%;
  float: left;
}

.acm-send-us-a-message-text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.acm-send-us-a-message-headline-description {
  max-width: 100%;
}

.acm-send-us-a-message-headline-description h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin: 0 0 30px 0;
}

.acm-send-us-a-message-headline-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: #000;
  text-align: left;
  margin: 0 0 10px 0;
}

.acm-ctas {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.acm-ctas .acm-cta{
  margin: 50px 40px 0 0;
}

.acm-cta.cta-1{
  min-width: 200px;
  border: 1px solid #000000;
  padding: 22px;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.acm-cta.cta-1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: darkorange;
  z-index: -1;
  transform: translateX(-100%);
  transition: all 1s;
}
.acm-cta.cta-1:hover {
  border-radius: 0;
  font-weight: 500;
  color: #000;
  border: 1px darkorange solid;
  z-index: 1;
}

.acm-cta.cta-1:hover:before {
  transform: translateX(0);
  z-index: -1;
}

.acm-cta.cta-2{
  border: 1px solid #000000;
  padding: 22px;
  min-width: 280px;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}

.acm-cta.cta-2:hover {
  border-radius: 0;
  font-weight: 500;
  color: #000;
  border: 1px darkorange solid;
  z-index: 1;
}

.acm-cta.cta-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: darkorange;
  z-index: -1;
  transform: translateX(-100%);
  transition: all 1s;
}

.acm-cta.cta-2:hover:before {
  transform: translateX(0);
  z-index: -1;
}

.acm-cta p,
.acm-cta p a{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.gform_title{
  margin-top: 5px;
  padding-bottom: 0px;
}
.gform_heading {
  padding-bottom: 0px;
}
/* Form */
.acm-send-us-a-message-left-form-right .acm-form-container .fm-form-container.fm-theme1 {
  width: 100%;
}
.acm-send-us-a-message-left-form-right .acm-form-container 
.fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.35px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.acm-send-us-a-message-left-form-right .acm-form-container .fm-form-container.fm-theme1 
.fm-form input[type="text"]:not(.ui-spinner-input), .fm-form-container.fm-theme1 
.fm-form input[type="number"]:not(.ui-spinner-input), .fm-form-container.fm-theme1 
.fm-form input[type=password], .fm-form-container.fm-theme1 .fm-form input[type=url], 
.fm-form-container.fm-theme1 .fm-form input[type=email], .fm-form-container.fm-theme1 
.fm-form textarea, .fm-form-container.fm-theme1 .fm-form .StripeElement, 
.fm-form-container.fm-theme1 .fm-form .ui-spinner, .fm-form-container.fm-theme1
 .fm-form .ui-slider, .fm-form-container.fm-theme1 .fm-form .ui-slider-handle, 
 .fm-form-container.fm-theme1 .fm-form select,
 .iti.iti--allow-dropdown {
  margin-right: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1241px) {

}

@media screen and (max-width: 1240px) and (min-width: 1025px) {

  .acm-send-us-a-message-left-form-right .acm-send-us-a-message-text-container{
    width: 47%;
    float: left;
  }

  .acm-send-us-a-message-headline-description h2 {
      margin: 0 0 16px 0;
  }

  .acm-send-us-a-message-headline-description p {
    font-size: 18px;
    line-height: 1.4em;
    margin: 6px 0 0 0;
  }

}


button.button-submit{
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 22px;
  font-weight: 400;
	border-radius: 0;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.36px;
	position: relative;
	transition: all 1s;
	overflow: hidden;
}

button.button-submit:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: darkorange;
	z-index: -1;
	transform: translateX(-100%);
	transition: all 1s;
}

button.button-submit:hover{
	border-radius: 0;
	font-weight: 500;
	color: #000;
	border: 1px darkorange solid;
	z-index: 1;
}

button.button-submit:hover:before{
	transform: translateX(0);
	z-index: -1;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {

  .acm-send-us-a-message-text-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
  }

  .acm-send-us-a-message-left-form-right .acm-send-us-a-message-text-container{
    width: 47%;
    float: left;
  }

  .acm-send-us-a-message-headline-description h2 {
    font-size: 23px;
    margin: 0 0 20px 0;
  }

  .acm-send-us-a-message-headline-description p {
    font-size: 16px;
    line-height: 1.3em;
    margin: 6px 0 0 0;
  }

  .acm-cta {
    padding: 22px;
    margin: 10px 0 0 0;
  }

  .acm-cta p a {
    font-size: 16px;
    line-height: 1.3em;
    margin: 12px 0 0 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {

  .acm-send-us-a-message-left-form-right .acm-form-container {
    width: 94%;
    float: none;
  }
  .acm-send-us-a-message-left-form-right .acm-send-us-a-message-text-container{
    width: 94%;
    float: left;
    padding-top: 15px;
  }
  .acm-cta {
    padding: 22px;
    margin: 10px 0 0 0;
  }
}

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

  .acm-send-us-a-message-container {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }

  .acm-send-us-a-message-headline-description {
    max-width: 95%;
  }

  .acm-send-us-a-message-headline-description h2 {
    margin: 0 0 20px 0;
  }

  .acm-send-us-a-message-left-form-right .acm-form-container {
    width: 94%;
    float: none;
  }

  .acm-send-us-a-message-left-form-right .acm-send-us-a-message-text-container {
    width: 100%;
    float: none;
    padding: 40px 0;
  }

  .acm-cta {
    padding: 22px;
    margin: 10px 0 0 0;
  }
}
