.apicheckcontactformMessage {
  background: #ff000091;
  padding: 10px 20px;
  margin-top: 20px;
  color: #222;
}

.loadinggif {
  background: url("../img/ajax-loader.gif") no-repeat right center !important;
  background-size: 9% !important;
}

/* ==== GRID SYSTEM ==== */
.container {
  width: 272px;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
}

.col-lg,
.col-sm,
.col-md {
  width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.wpcf7-form-control-wrap {
  width: auto;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 45em) {
  /* 720px */
  .col-lg {
    width: 100%;
  }

  .col-md {
    width: 50%;
  }

  .col-sm {
    width: 25%;
  }

  .hidden-sm {
    display: block;
  }
}
