/**
** /top/ ────────────────────────────────────
**/
body {
  margin: 0;
}

p {
  margin: 20px;
}

#container-circle {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: #000;
}

#container-circle img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 1;
}


/**
** /contact/ ────────────────────────────────────
**/
.page-id-74 .content-Body {
  margin: 0 auto;
  text-align: center;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

textarea {
  line-height: 1.2;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-color: #999 !important;
}

/*	width: 752px;*/
@media print,
screen and (min-width: 768px) {
	section.contact {
     text-align: center;
     margin: 0 auto;
	}
}

/*	width: 960px;*/
@media screen and (min-width: 992px) {
  input[type="text"],
  input[type="email"],
  textarea {
    width: 45%;
  }

  wpcf7-checkbox {
    display: flex;
  }

}

/*	width: 1120px;*/
@media screen and (min-width: 1200px) {}

@media screen and (max-width: 766px) {
  section.contact span.wpcf7-checkbox {
    display: block;
    text-align: left !important;
  }

  textarea {
    line-height: 1.1;
  }

  input[type="submit"] {
    -webkit-appearance: none;
    background-color: #999 !important;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
  }
	

  .wpcf7-list-item {
    display: flex;
    padding: 0;
    margin: 0;
  }
}
#sb_instagram .sbi_follow_btn a{
	background:rgb(143, 122, 93) !important;
}
.content-Body a h3{
	color:rgb(143, 122, 93) !important;
}
}