@charset "UTF-8";

/* ---------------------
Maffice KITASANDO CONTACT
contact.css
--------------------- */

/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix::after {
    content:"";
    display:block;
    clear:both;
}

/* contact form */
#shift_contact .visual {
  height: 300px;
  background: #fbf4ee url(../img/pic-top.png) no-repeat 50% 50%;
}
#shift_contact .sec.contact {
  padding: 50px 0;
}
#shift_contact .sec.contact a {
  display: inline;
}
#shift_contact #form_area {
  padding: 40px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
}
#shift_contact .lead {
  width: 840px;
}
#shift_contact .lead a,
#shift_contact .privacy_checkbox + p a {
  text-decoration: underline;
  color: #c8bfa3;
  font-weight: bold;
}
#shift_contact .lead a:hover,
#shift_contact .privacy_checkbox + p a:hover {
  text-decoration: none;
}
#shift_contact #form_box {
  font-size: 15px;
}
#shift_contact #form_box dt {
  padding: 22.5px 0;
  position: relative;
  width: 16em;
  float: left;
  clear: both;
}
#shift_contact #form_box .hiss {
  margin-left: 10px;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  background-color: #c8bfa3;
}
#shift_contact #form_box dd {
  margin-bottom: 30px;
  padding-left: 17em;
  position: relative;
  line-height: 1.5;
}
#shift_contact #form_box dd p {
  margin-bottom: 5px;
  font-size: 13px;
}
#shift_contact #form_box dd input[type="text"],
#shift_contact #form_box dd input[type="email"],
#shift_contact #form_box dd input[type="tel"],
#shift_contact #form_box dd select {
  padding-left: 1em;
  width: 100%;
  height: 60px;
  font-size: 15px;
  background-color: #EBEBEB;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#shift_contact #form_box dd select {
  cursor: pointer;
}
/* IE select appearace */
#shift_contact #form_box dd select::-ms-expand {
  display: none;
}
#shift_contact #form_box dd textarea {
  padding: 10px 0 0 1em;
  width: 100%;
  height: 200px;
  font-size: 14px;
  background-color: #EBEBEB;
  border: none;
  overflow: auto;
  resize: vertical;
}
#shift_contact #form_box dd input[type="checkbox"] {
  display: none;
}
#shift_contact #form_box dd input[type="checkbox"] + label {
  margin-bottom: 10px;
  padding-left: 55px;
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border: 1px solid #c8bfa3;
  cursor: pointer;
  transition: all .2s ease-out;
}
#shift_contact #form_box dd input[type="checkbox"] + label::before {
  content: "";
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#shift_contact #form_box dd input[type="checkbox"]:checked + label {
  background-color: #e3dfd1;
}
#shift_contact #form_box dd input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 27px;
  display: block;
  width: 5px;
  height: 9px;
  border-right: 3px solid #c8bfa3;
  border-bottom: 3px solid #c8bfa3;
  transform: rotate(45deg);
}
#shift_contact #form_box .category_box::before {
  content: "";
  position: absolute;
  top: 38%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c8bfa3;
  border-bottom: 2px solid #c8bfa3;
  transform: rotate(45deg);
  pointer-events: none;
}
#shift_contact #form_box #zip_area .zip_input {
  width: 20%;
}
#shift_contact #form_box #address {
  margin-top: 10px;
}
#shift_contact #form_box .usetype ul {
  margin-bottom: 0;
  display: block;
}
#shift_contact #form_box .usetype li {
  width: auto;
  float: left;
}

/* contact form submit */
#shift_contact #submit_area #submit,
#shift_contact #submit_area #submit_btn {
  margin: auto;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 16px;
  background: #c8bfa3;
  border: none;
  cursor: pointer;
}

/* contacto form confirm */
#shift_contact.confirm #submit_area {
  margin-top: 40px;
}
#shift_contact.confirm #form_box dt {
  padding: 0;
}
#shift_contact.confirm #form_box dd {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #cccccc;
}
#shift_contact.confirm #form_box dd:last-child {
  margin-bottom: 0;
}
#shift_contact.confirm #form_box .category_box::before {
  content: none;
}
#shift_contact.confirm #form_area p {
  margin-bottom: 30px;
  line-height: 1.75;
	font-size: 15px;
}
#shift_contact.confirm #form_area .ERR {
  margin-top: 40px;
	text-align: center;
  color: #eb0c0c;
  font-weight: bold;
}
#shift_contact.confirm #submit_area {
  text-align: center;
}
#shift_contact.confirm #submit_area #submit,
#shift_contact.confirm #submit_area #back {
	display: inline-block;
}
#shift_contact #submit_area #back {
	width: 220px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
	border: none;
	font-size: 15px;
  background: #aaa;
  cursor: pointer;
}

/* contacto form completion */
#shift_contact.completion #form_area p {
  text-align: center;
  line-height: 2.5;
  font-size: 15px;
}
#shift_contact.completion #form_area .comp_lead {
  margin-bottom: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  color: #c8b370;
  font-size: 22px;
  border-bottom: 1px dashed #c8b370;
}
#shift_contact.completion #form_area .back_top {
  margin: 30px auto 0;
  width: 200px;
}
#shift_contact.completion #form_area .back_top a {
  display: block;
  width: auto;
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: all .3s ease-out;
}
#shift_contact.completion #form_area .back_top a:hover {
  color: #ffffff;
  background-color: #c8bfa3;
  border: 1px solid #c8bfa3;
}

@media (max-width: 991px) {
  /* contact form */
  #shift_contact .visual {
    padding: 0;
    height: 90px;
    background: #fbf4ee url(../img/pic-top.png) no-repeat 50% 0/cover;
  }
  #shift_contact #form_area {
    padding: 30px 15px;
  }
  #shift_contact .lead {
    width: auto;
  }
  #shift_contact #form_box {
    font-size: 13px;
  }
  #shift_contact #form_box dt {
    padding: 0;
    position: relative;
    width: auto;
    float: none;
  }
  #shift_contact #form_box .hiss {
    margin-left: 5px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #shift_contact #form_box dd {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1.5;
  }
  #shift_contact #form_box dd p {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #shift_contact #form_box dd input[type="text"],
  #shift_contact #form_box dd input[type="email"],
  #shift_contact #form_box dd input[type="tel"],
  #shift_contact #form_box dd select {
    height: 50px;
    font-size: 12px;
  }
  #shift_contact #form_box dd textarea {
    padding: 10px 1em 0 1em;
    font-size: 13px;
  }
  #shift_contact #form_box dd input[type="checkbox"]:checked + label {
    background-color: #e3dfd1;
  }

  /* contact form submit */
  #shift_contact #submit_area #submit,
  #shift_contact #submit_area #submit_btn,
  #shift_contact #submit_area #back {
    width: 80%;
  }

  /* contacto form confirm */
  #shift_contact.confirm #form_box dd {
    margin-bottom: 30px;
  }
  #shift_contact.confirm #form_area p {
    margin-bottom: 30px;
    font-size: 15px;
  }
  #shift_contact #submit_area #back {
    margin-top: 10px;
  }
}
