
.cta_started {
  position: relative;
  display: inline-block;
  font-size: inherit;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cta_started input[type=email] {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  width: 190px;
  width: 220px;
  padding:6px;
  color: #6B7193;
  font-size: inherit;
  font-size: 16.5px;
  font-family: inherit;
  background-color: #fff;
  border:1px solid #7F8FA433;
  border-radius: .25rem 0 0 .25rem !important;
  border-right-width: 0px;
  box-sizing: border-box;
  transition: .3s;
  outline: none;
  box-shadow: none !important;
}
.cta_started input[type=email]:focus { color: #6b7c93; }

input::placeholder { color: #6b7c93!important; opacity: .5; }
input:-moz-placeholder { color: #6b7c93!important; opacity: .5; }
input::-moz-placeholder { color: #6b7c93!important; opacity: .5; }
input:-ms-input-placeholder { color: #6b7c93!important; opacity: .5; }
input::-webkit-input-placeholder { color: #6b7c93!important; opacity: .5; }


.cta_started input[type=submit] {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 36px;
  border: 1px solid #27c469;
  background-color: #27c469;
  border-left-width: 1px;
  font-size: inherit;
  color: #fff;
  border-radius: 0 .25rem .25rem 0 !important;
  transition: .3s;
  font-weight: bold;
  cursor: pointer;
}
.cta_started input[type=submit]:hover {
  /*border: 1px solid #27c469;*/
  /*background-color: #27c469;*/
  border: 1px solid #20AB4F;
  background-color: #20AB4F;
}
.cta_started div {
  margin-top: 5px;
  /*color: #6b7c93;*/
  color: #6a788a;
  text-align: left;
}

/* SIZE 2 */
.cta_started input[type=email], .cta_started input[type=submit] { height: 46px; line-height: 100%; }
.cta_started input[type=email] { padding: 6px 4px 6px 8px; width: 260px; line-height: 46px; }

/* SIZE MENU */
#menu .cta .cta_started input[type=email], #menu .cta .cta_started input[type=submit] { height: 40px; line-height: 100%; }
#menu .cta .cta_started input[type=email] { padding: 6px; width: 190px; line-height: 40px; }



/* MOBILE */
@media (max-width: 1050px) and (min-width:970px) {
  .cta_started input[type=email] {
    width: 240px;
  }
}
@media (max-width: 465px) and (min-width:452px) {
  .cta_started input[type=email] {
    width: 250px;
  }
}
@media (max-width: 452px) and (min-width:430px) {
  .cta_started input[type=email] {
    width: 230px;
  }
}
@media (max-width: 430px) {
  .cta_started {
    width: 100%;
  }
  .cta_started input[type=email] {
    display: block;
    border-right-width: 1px;
    border-radius: .25rem !important;
    width: 100%;
  }
  .cta_started input[type=submit] {
    display: block;
    margin-top: 7px;
    border-radius: .25rem !important;
    width: 100%;
  }
  #menu .cta .cta_started input[type=email] { width: 100%; }
}



/*

  CTA BLOG & PRICING

*/
#cta_footer {
  position: relative;
  text-align: center;
  padding-top: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}
#cta_footer .cta_input,
#cta_footer .cta_request_demo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#cta_footer .cta_footer_ctn {
  display: inline-block;
  text-align: left;
}
#cta_footer .intro {
  margin-bottom: 15px;
  line-height: 1.7em;
  /*font-size: 1.1em;*/
  font-size: 1.2em;
  /*color: #6b7c93;*/
  color: #6A788A;
  font-weight: bold;
  cursor: default;
}
/* CTA STARTED */
#cta_footer .cta_input input[type=email] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 50px;
  padding:6px;
  padding-left: 10px;
  font-size: 15px;
  color: #6B7193;
  background-color: #fff;
  border:1px solid #EBEEF6;
  border-right-width: 0px;
  border-radius: 5px 0 0 5px !important;
  transition: .3s;
  outline: none;
  box-sizing: border-box;
  box-shadow: none !important;
  z-index: 10;
}
#cta_footer .cta_input input[type=email]::placeholder,
#cta_footer .cta_input input[type=email]:-moz-placeholder,
#cta_footer .cta_input input[type=email]::-moz-placeholder,
#cta_footer .cta_input input[type=email]:-ms-input-placeholder,
#cta_footer .cta_input input[type=email]::-webkit-input-placeholder { color: #878796; }

#cta_footer .cta_input input[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 50px;
  border: 1px solid #27c469;
  background-color: #27c469;
  color: #fff;
  border-radius: 0 5px 5px 0 !important;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
}
#cta_footer .cta_input input[type=submit]:hover {
  background-color: #23b25f;
}
#cta_footer .cta_input div {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-left: 1px;
  font-size: 15px;
  color: #878796;
  cursor: default;
}
#cta_footer .cta_input .ombre_hover {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 99%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px !important;
  transition: .3s;
  z-index: 1;
}
#cta_footer .cta_input:hover input { transform: translateY(-1px); }
#cta_footer .cta_input:hover .ombre_hover {
  /*box-shadow: 0 7px 14px rgba(50,50,93,.25),0 3px 6px rgba(0,0,0,.25);*/
  box-shadow: 0 7px 14px #ccccd6,0 3px 6px #bfbfbf;
  transform: translateY(-1px);
}
#cta_footer .cta_input input[type=email]:focus { transform: translateY(-1px); border-color: #27c469; }
#cta_footer .cta_input input[type=email]:focus ~ input[type=submit] { transform: translateY(-1px); }
#cta_footer .cta_input input[type=email]:focus ~ .ombre_hover {
  box-shadow: 0 7px 14px  #ccccd6,0 3px 6px #bfbfbf;
  transform: translateY(-1px);
}

/* CTA REQUEST DEMO */
#cta_footer .cta_request_demo a,
#cta_footer .cta_request_demo input[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 50px;
  border: 1px solid #EBEEF6;
  background-color: transparent;
  color: #fff;
  color: inherit;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  transition: .3s;
  margin-left: 3px;
}
#cta_footer .cta_request_demo a {
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#cta_footer .cta_request_demo a:hover,
#cta_footer .cta_request_demo input[type=submit]:hover {
  transform: translateY(-1px);
  background-color: #fff;
  box-shadow: 0 7px 14px  #ccccd6,0 3px 6px #bfbfbf;
}
#cta_footer .cta_or {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 36px;
  line-height: 50px;
  text-align: center;
  color: #878796;
}

/**/
@media (max-width: 760px) {
  #cta_footer .cta_input input[type=email] { width: calc(100% - 140px); }
}
@media (max-width: 550px) {
  #cta_footer .cta_input,
  #cta_footer .cta_request_demo { display: block; /*width: calc(100% - 41px); left: 20px;*/ width: 100%; left: 0px; }
  #cta_footer .cta_input input[type=email] { width: calc(100% - 102px); left: 0px; }
  #cta_footer .cta_input input[type=submit] { width: 100px; }
  #cta_footer .cta_request_demo input[type=submit] {
    display: block;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-top: 30px;
    left: 0px;
  }
  #cta_footer .cta_request_demo { display: none; }
  #cta_footer .cta_or { display: none; }
}

