form .ginput_container input{
    border-radius: 5px;
    outline: navajowhite;
    color: #ffffff;
    background-color: #b6916f5c;
    padding: 10px !important;
    border: 1px solid #62473a78;
   width: 100% !important;
}
form .ginput_container input::placeholder {
  color: white;
}
.gform_confirmation_message{
    color:#fff;
}

.gform_footer #gform_submit_button_1{
   border-radius: 5px;
    outline: navajowhite;
    color:#ffffff;
    background-color: #b6916f5c;
    padding: 10px 25px;
    border: 1px solid #62473a78;
    margin-top:10px !important;
}
.gform_fields li{
   margin-top:25px;
}
.gform_fields label{
   color:#fff;
   font-size: 17px;
}
.titleform{
    color:#ffffff;
    font-size:18px;
    padding:20px;
}
.validation_error{
 color:#ffffff;
}
.validation_message{
     color:#ffffff;
}
 .address {
  color:black;
  border-top: 1px solid rgba(255, 255, 255, 0.036);
  border-bottom: 1px solid rgba(255, 255, 255, 0.073);
  padding: 10px;
  font-size: 19px;
  text-align: center;
  position: relative;
}
 .left .address::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}
 .left .address::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}
 .left .sotial-media {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
 .left .sotial-media .sotial-media-item {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.036);
  border-bottom: 1px solid rgba(255, 255, 255, 0.073);
  padding: 10px 20px;
  color: #b6916f;
  font-size: 18px;
}
 .left .sotial-media .sotial-media-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}
 .left .sotial-media .sotial-media-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}

.advice-button {
    padding: 10px;
    justify-content: start;
    display: flex;
    WIDTH: 100%;
}

.advice-button button {
   border-top: 1px solid rgba(255, 255, 255, 0.036);
  border-bottom: 1px solid rgba(255, 255, 255, 0.073);
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    width: 50%;
    padding: 8px;
    position:relative;
   background-color:transparent;
}
.advice-button button::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}
.advice-button button::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(0deg, transparent 0%, rgb(162, 130, 94) 20%, rgb(162, 130, 94) 80%, transparent 100%);
}
.advice-button button a {
    color: #fff;
}
.commentlist{
    color:#fff !important;
    padding: 20px;
}
.comment-meta a{
    color:#fff !important;
}
.comment-body .commentmetadata a {
    color:#fff !important;
}
.reply a{
    color:#fff !important;
}
.comment-author .fn a{
    color:#fff;
}
.byuser{
background-color: #b6916f70;
padding:10px;
margin:10px;
}