/*!
Theme Name: svai
Version: 1.0.0
Tested up to: 5.4
*/

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* #CONTACT FORM 7
   ========================================================================== */

.wpcf7-response-output,
.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid.form-control {
  border-color: #d3202b;
}

.wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
  color: #d3202b;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
