/*@import "compass/reset.html";
@import "compass/css3/border-radius.html";*/
/***********************************
  Variables, because easy.
************************************/
/***********************************
  Mixins, because lazy.
************************************/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

html, body {
  height: 100%;
  background: #FFFFFF;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #FAFAFA 100%);
  background-size: 100% 100%;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  overflow: hidden; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: 0;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.green {
  color: #83CD60;
  line-height: 1.5; }

.align-left,
.align-center,
.align-right {
  display: inline-block; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center;
  margin: 0 auto; }

.align-right {
  text-align: right; }

.app-preview,
.app-screen {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/app-preview.png") no-repeat;
  background-position: bottom right; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .app-preview,
    .app-screen {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/app-preview@2x.png");
      background-size: 693px 856px; } }
  .app-preview.mobile,
  .app-screen.mobile {
    display: none; }

.app-screen {
  z-index: 2;
  background: url("images/preview-screen.png") no-repeat;
  background-position: bottom right; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .app-screen {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/preview-screen@2x.png");
      background-size: 693px 856px; } }

.container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 680px) {
    .container {
      flex-direction: column; } }

.content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table; }
  .content-container .content {
    width: 464px;
    max-width: 90%;
    display: table-cell;
    vertical-align: middle; }
    .content-container .content h1 {
      font-family: 'Cabin', sans-serif;
      display: inline-block;
      font-size: 30px;
      margin-bottom: 12px;
      opacity: .5;
      font-weight: 700; }
    .content-container .content * {
      max-width: 464px; }

.col {
  float: right; }

.col-1-2 {
  width: 50%;
  padding: 0 145px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1460px) {
    .col-1-2 {
      padding: 0 120px; } }
  @media screen and (max-width: 1350px) {
    .col-1-2 {
      padding: 0 90px; } }
  @media screen and (max-width: 1230px) {
    .col-1-2 {
      padding: 0 60px; } }
  @media screen and (max-width: 900px) {
    .col-1-2 {
      padding: 0 40px; } }
  @media screen and (max-width: 760px) {
    .col-1-2 {
      padding: 0 30px; } }
  @media screen and (max-width: 680px) {
    .col-1-2 {
      width: 100%; } }
  .col-1-2 .footer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 680px) {
      .col-1-2 .footer {
        width: 100%; } }

@media screen and (max-width: 900px) {
  .left {
    text-align: center; } }
@media screen and (max-width: 680px) {
  .left {
    padding: 50px 30px; } }
.left .content {
  max-width: 450px;
  margin: auto; }
.left p {
  margin-bottom: 25px; }
.left img {
  height: 60px;
  width: auto; }
  @media screen and (max-height: 580px) {
    .left img {
      height: 50px; } }
  @media screen and (max-width: 900px) {
    .left img {
      height: 50px; } }
.left .appstore {
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .left .appstore:hover {
    opacity: .75;
    transition: all 0.25s ease-in-out; }
.left .footer {
  margin-left: inherit;
  margin-right: auto; }
  @media screen and (max-width: 680px) {
    .left .footer {
      bottom: 60px; } }
  .left .footer a {
    color: rgba(138, 147, 165, 0.6);
    text-decoration: none; }
    @media screen and (max-width: 680px) {
      .left .footer a {
        color: rgba(0, 0, 0, 0.33); } }
    .left .footer a + a {
      margin-left: 25px; }
    .left .footer a:hover {
      color: #8a93a5; }
      @media screen and (max-width: 680px) {
        .left .footer a:hover {
          color: rgba(0, 0, 0, 0.6); } }

@-webkit-keyframes color_change {
  0% {
    background-color: rgba(79, 184, 252, 0.7); }
  10% {
    background-color: rgba(79, 252, 230, 0.7); }
  20% {
    background-color: rgba(76, 227, 118, 0.7); }
  30% {
    background-color: rgba(247, 229, 84, 0.7); }
  40% {
    background-color: rgba(255, 153, 0, 0.7); }
  50% {
    background-color: rgba(252, 185, 79, 0.7); }
  60% {
    background-color: rgba(252, 79, 79, 0.7); }
  70% {
    background-color: rgba(252, 79, 173, 0.7); }
  80% {
    background-color: rgba(180, 79, 252, 0.7); }
  90% {
    background-color: rgba(79, 111, 252, 0.7); }
  100% {
    background-color: rgba(79, 184, 252, 0.7); } }
@-moz-keyframes color_change {
  0% {
    background-color: rgba(79, 184, 252, 0.7); }
  10% {
    background-color: rgba(79, 252, 230, 0.7); }
  20% {
    background-color: rgba(76, 227, 118, 0.7); }
  30% {
    background-color: rgba(247, 229, 84, 0.7); }
  40% {
    background-color: rgba(255, 153, 0, 0.7); }
  50% {
    background-color: rgba(252, 185, 79, 0.7); }
  60% {
    background-color: rgba(252, 79, 79, 0.7); }
  70% {
    background-color: rgba(252, 79, 173, 0.7); }
  80% {
    background-color: rgba(180, 79, 252, 0.7); }
  90% {
    background-color: rgba(79, 111, 252, 0.7); }
  100% {
    background-color: rgba(79, 184, 252, 0.7); } }
@-ms-keyframes color_change {
  0% {
    background-color: rgba(79, 184, 252, 0.7); }
  10% {
    background-color: rgba(79, 252, 230, 0.7); }
  20% {
    background-color: rgba(76, 227, 118, 0.7); }
  30% {
    background-color: rgba(247, 229, 84, 0.7); }
  40% {
    background-color: rgba(255, 153, 0, 0.7); }
  50% {
    background-color: rgba(252, 185, 79, 0.7); }
  60% {
    background-color: rgba(252, 79, 79, 0.7); }
  70% {
    background-color: rgba(252, 79, 173, 0.7); }
  80% {
    background-color: rgba(180, 79, 252, 0.7); }
  90% {
    background-color: rgba(79, 111, 252, 0.7); }
  100% {
    background-color: rgba(79, 184, 252, 0.7); } }
@-o-keyframes color_change {
  0% {
    background-color: rgba(79, 184, 252, 0.7); }
  10% {
    background-color: rgba(79, 252, 230, 0.7); }
  20% {
    background-color: rgba(76, 227, 118, 0.7); }
  30% {
    background-color: rgba(247, 229, 84, 0.7); }
  40% {
    background-color: rgba(255, 153, 0, 0.7); }
  50% {
    background-color: rgba(252, 185, 79, 0.7); }
  60% {
    background-color: rgba(252, 79, 79, 0.7); }
  70% {
    background-color: rgba(252, 79, 173, 0.7); }
  80% {
    background-color: rgba(180, 79, 252, 0.7); }
  90% {
    background-color: rgba(79, 111, 252, 0.7); }
  100% {
    background-color: rgba(79, 184, 252, 0.7); } }
@keyframes color_change {
  0% {
    background-color: rgba(79, 184, 252, 0.7); }
  10% {
    background-color: rgba(79, 252, 230, 0.7); }
  20% {
    background-color: rgba(76, 227, 118, 0.7); }
  30% {
    background-color: rgba(247, 229, 84, 0.7); }
  40% {
    background-color: rgba(255, 153, 0, 0.7); }
  50% {
    background-color: rgba(252, 185, 79, 0.7); }
  60% {
    background-color: rgba(252, 79, 79, 0.7); }
  70% {
    background-color: rgba(252, 79, 173, 0.7); }
  80% {
    background-color: rgba(180, 79, 252, 0.7); }
  90% {
    background-color: rgba(79, 111, 252, 0.7); }
  100% {
    background-color: rgba(79, 184, 252, 0.7); } }
.right {
  height: 100vh;
  background-color: #FFF;
  -webkit-animation-name: color_change;
  animation-name: color_change;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }
  @media screen and (max-width: 680px) {
    .right {
      height: auto;
      padding: 30px 0 120px; } }
  .right img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 420px; }
    @media screen and (max-width: 1100px) {
      .right img {
        max-width: 370px; } }
    @media screen and (max-width: 900px) {
      .right img {
        max-width: 340px; } }
    @media screen and (max-height: 920px) and (min-width: 681px) and (max-width: 900px) {
      .right img {
        max-width: 300px; } }
    @media screen and (max-height: 880px) and (min-width: 681px) {
      .right img {
        max-width: 290px; } }
    @media screen and (max-height: 700px) and (min-width: 681px) {
      .right img {
        max-width: 270px; } }
    @media screen and (max-height: 640px) and (min-width: 681px) {
      .right img {
        max-width: 260px; } }
    @media screen and (max-height: 580px) and (min-width: 681px) {
      .right img {
        max-width: 220px; } }
    @media screen and (max-height: 500px) and (min-width: 681px) {
      .right img {
        max-width: 180px; } }
    @media screen and (max-width: 1080px) and (min-height: 900px) {
      .right img {
        max-width: 340px; } }
    @media screen and (max-width: 880px) and (min-height: 900px) {
      .right img {
        max-width: 320px; } }
    @media screen and (max-width: 780px) and (min-height: 900px) {
      .right img {
        max-width: 260px; } }
    @media screen and (max-width: 400px) {
      .right img {
        max-width: 280px; } }
    @media screen and (max-width: 340px) {
      .right img {
        max-width: 260px; } }
  .right .footer {
    margin-left: auto;
    margin-right: inherit; }
    .right .footer .align-center {
      color: rgba(0, 0, 0, 0.33); }
    .right .footer a {
      color: rgba(0, 0, 0, 0.33);
      text-decoration: none; }
      .right .footer a:hover {
        color: rgba(0, 0, 0, 0.6); }

.content {
  width: 100%;
  align-self: center; }

.content-image {
  float: left;
  width: 50%;
  position: relative;
  overflow: visible;
  z-index: -1; }
  .content-image .preview-image {
    background-size: 797px 984px;
    width: 797px;
    height: 984px;
    background-image: url("images/app-preview.png");
    position: relative;
    margin-left: 580px;
    margin-top: 359px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .content-image .preview-image {
        /* on retina, use image that's scaled by 2 */
        background-image: url("images/app-preview@2x.png");
        background-size: 797px 984px; } }
  .content-image .preview-image-app {
    background-size: 797px 984px;
    width: 797px;
    height: 984px;
    background-image: url("images/preview-screen.png");
    position: relative;
    margin-left: 580px;
    margin-top: -988px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .content-image .preview-image-app {
        /* on retina, use image that's scaled by 2 */
        background-image: url("images/preview-screen@2x.png");
        background-size: 797px 984px; } }

.logo--bobby {
  width: 174px;
  margin-bottom: 25px; }

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 27, 45, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateZ(0);
  z-index: 9;
  transition: all 0.25s ease-in-out; }
  .overlay h3 {
    font-size: 22px;
    margin-bottom: 25px; }
  .overlay p {
    font-size: 17px;
    margin-bottom: 20px; }
    .overlay p:last-of-type {
      margin-bottom: 0; }
  .overlay .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin: 20px;
    cursor: pointer; }
    .overlay .close img {
      width: 16px;
      height: 16px; }
  .overlay .legal-scroll {
    width: 800px;
    height: 450px;
    padding: 50px;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }

.none {
  opacity: 0;
  transition: all 0.25s ease-in;
  z-index: -9999; }

h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px; }
  @media screen and (max-width: 1460px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-height: 580px) {
    h2 {
      font-size: 26px; } }
  @media screen and (max-width: 900px) {
    h2 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px; } }

h4 {
  font-size: 20px;
  margin-bottom: 15px; }

h1, h2, h3, h4 {
  color: #1e222b;
  font-weight: 500; }

p {
  color: #bbc0cb;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px; }
  @media screen and (max-height: 580px) {
    p {
      font-size: 16px; } }
  @media screen and (max-width: 900px) {
    p {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    p {
      font-size: 16px; } }

a {
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

img {
  display: inline-block;
  max-width: 100%;
  width: 400px;
  height: auto; }

p {
  margin-bottom: 0;
  color: #8a93a5; }

@media screen and (max-width: 850px) {
  .isMobile {
    display: none; } }

.no-scroll {
  overflow: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animatedFast {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 5em); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 5em); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(0, -65px); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(0, -65px); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(0, 5em); } }
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(0, 5em); } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.delayed {
  -webkit-animation-delay: .4s;
  /* Chrome, Safari, Opera */
  animation-delay: .4s; }

.bobby-video {
  margin: auto;
  width: 372px;
  height: 705px;
  background-image: url("images/bobbyapp@2x.png");
  background-size: 372px 705px; }

.video--app {
  position: relative;
  left: 47px;
  top: 105px;
  width: 277px; }

.legal-container {
  padding-top: 100px;
  max-width: 725px;
  margin: 0 auto; }
  .legal-container h3 {
    font-size: 22px;
    margin-bottom: 25px; }
  .legal-container p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px; }
    .legal-container p:last-of-type {
      margin-bottom: 40px; }

.announcement {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 999999; }
  .announcement h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1C232B;
    text-align: center;
    padding: 20px; }
  .announcement a {
    color: #1C232B;
    transition: all 0.25s ease-in-out; }
    .announcement a:hover {
      transition: all 0.25s ease-in-out;
      opacity: .75; }

@media screen and (min-width: 861px) and (max-width: 920px) {
  .content-image .preview-image {
    margin-left: 470px; }
  .content-image .preview-image-app {
    margin-left: 470px; } }
@media screen and (min-width: 921px) and (max-width: 1080px) {
  .content-image .preview-image {
    margin-left: 500px; }
  .content-image .preview-image-app {
    margin-left: 500px; } }
@media screen and (min-width: 1081px) and (max-width: 1239px) {
  .content-image .preview-image {
    margin-left: 530px; }
  .content-image .preview-image-app {
    margin-left: 530px; } }
@media screen and (min-width: 921px) and (max-width: 1080px) {
  .content-image .preview-image {
    margin-left: 470px; }
  .content-image .preview-image-app {
    margin-left: 470px; } }
@media screen and (max-width: 1240px) and (min-width: 861px) {
  .content-container .content {
    padding-left: 30px; }
    .content-container .content * {
      max-width: 424px; }

  .footer .links {
    left: 30px; } }
@media only screen and (max-width: 860px) {
  html, body {
    overflow: auto;
    height: auto; }

  .container {
    width: 100%;
    height: 100%; }

  .content-container {
    height: auto;
    position: relative; }
    .content-container .content {
      position: inherit;
      display: block;
      margin: 50px auto 0 auto;
      top: 0;
      transform: translateY(0%);
      text-align: center;
      float: none;
      width: 100%; }
      .content-container .content * {
        margin: 0 auto; }
      .content-container .content .logo--bobby {
        width: 150px;
        margin-bottom: 15px; }

  form#subForm input[type=email] {
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 2px solid #e5e6e7;
    margin-bottom: 0; }
  form#subForm button {
    margin-top: 10px;
    width: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    left: 0;
    margin-bottom: 15px; }
  form#subForm h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

  .content-image {
    display: none; }

  .footer .links {
    position: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
    .footer .links a {
      margin-right: 26px; }
      .footer .links a:last-of-type {
        margin-right: 0; }

  .mobile {
    display: block !important; }
    .mobile.app-preview {
      width: 100%;
      text-align: center;
      margin-top: 40px;
      position: relative;
      z-index: 1;
      background: inherit; }

  .app-preview,
  .app-screen {
    display: none; } }
@media screen and (max-height: 1200px) {
  .content-image .preview-image {
    margin-top: 270px; } }
@media screen and (max-height: 1060px) {
  .content-image .preview-image {
    margin-top: 180px; } }
@media screen and (max-height: 900px) {
  .content-image .preview-image {
    margin-top: 80px; } }
@media screen and (max-height: 800px) {
  .content-image .preview-image {
    margin-top: 50px; } }
@media screen and (max-height: 740px) {
  .content-image .preview-image {
    background-size: 693px 856px;
    width: 693px;
    height: 856px;
    margin-top: 40px; }
  .content-image .preview-image-app {
    background-size: 693px 856px;
    width: 693px;
    height: 856px;
    margin-top: -860px; } }
@media screen and (max-width: 1060px) {
  .bobby-video {
    width: 353px;
    height: 668px;
    background-size: 353px 668px; }

  .video--app {
    left: 45px;
    top: 100px;
    width: 263px; } }
@media screen and (max-width: 880px) {
  .bobby-video {
    width: 294px;
    height: 557px;
    background-size: 294px 557px; }

  .video--app {
    left: 37px;
    top: 83px;
    width: 219px; } }
@media screen and (max-width: 700px) {
  .overlay .legal-scroll {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none; } }
@media screen and (max-width: 600px) {
  .legal-container {
    width: 100%;
    padding: 50px 20px 0; }

  .legal-container h3 {
    font-size: 20px;
    margin-bottom: 20px; }

  .legal-container p {
    font-size: 16px; } }
@media screen and (max-width: 500px) {
  .legal-container {
    width: 100%;
    padding: 40px 20px 0; }

  .legal-container h3 {
    font-size: 18px;
    margin-bottom: 15px; }

  .legal-container p {
    font-size: 15px; } }
@media screen and (max-width: 370px) {
  .legal {
    display: none; } }
@media screen and (max-width: 680px) {
  .announcement {
    position: relative;
    height: auto; }
    .announcement a {
      display: block; } }


div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

.wpcf7-form  {
    float: none;
    position: relative;
    max-width: 550px;
    height: 100px;
    margin: 60px auto;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-text  {
    border: 1px solid #000;
    border-right: 0;
    float: left;
    font-size: 0.85em;
    border-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 280px;
    border-radius: 2px;
    height: 50px;
    color: #000;
    background: none;
    padding: 0 20px;
}
.wpcf7-submit {
    margin: 0;
    float: left;
    border-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 150px;
    border: none;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: #000;
    margin-left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wpcf7-response-output {
    border: none;
    margin: 0;
    width: 200px;
    position: absolute;
    border-radius: 2px;
    background: #fff;
    top: 0;
    font-weight: bold;
    font-size: 0.85em;
    cursor: pointer;
    padding: 0;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

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