/*
Theme Name:Al Athath
Version:1.0
Text Domin:al-athath
*/
:root {
  --main-color: #88723F;
  --sec-color: #755D25;
}

.contact-form input[type="submit"] {
  min-width: 100%;
  background: #88723F;
  color: #fff;
}

.contact-form input[type="submit"]{
  color: #fff;
  min-width: 152px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background: #88723F;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 10px 12px;
}

.contact-form input[type="submit"]{
  /* color: var(--sec-color); */
  min-width: 152px;
  height: 55px;
  line-height: 40px;
  font-size: 16px;
  /* background: #fff; */
  border: 1px solid var(--sec-color);
  padding-bottom: 8px;
}

.contact-form input[type="submit"]:hover {
  color: #fff;
  background: #755D25;
}
