p{
	margin:0px;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 6px 0px 10px 10px;
    margin: 4px 0px;
    border-radius: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #549e4d !important;
    padding: 14px 48px;
    border-radius: 28px;
    margin-top: 10px;
}


.review_wrap {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  outline: none;
  border: 1px solid #ccc;
  text-align: left;
  width: 25%;
  min-height: 235px;
  a{
    color:#333;
    text-decoration: none;
  }
  .review_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media only screen and (max-width:991px) {
      flex-wrap: wrap;
    }

    a {
      display: flex;
      align-items: center;
      outline: none;
      @media only screen and (max-width:991px) {
        width: 100%;
      }

      &:focus {
        color: #444444;
      }
    }

    img {
      height: 35px;
      width: 33px;
    }

    .rating_star {
      display: flex;
      justify-content: center;
      @media only screen and (max-width:991px) {
        margin-top: 20px;
        width: 100%;
      }

      img {
        width: 35px;
        height: 32px;
        display: inline-block;
      }
    }
  }

  .review_comment {
    display: flex;
    flex-wrap: wrap;

    p {
      height: 90px;
      overflow: hidden;
      text-overflow: ellipsis;

      &.active {
        height: auto;
        overflow: auto;
      }
    }

    a {
      width: 100%;
      color:#4292f9;
      font-weight: bold;
    }
  }

  h3 {
    display: inline-block;

    padding-top: 5px;
    margin: 0;

    span {
      font-size: 16px;
    }
  }
}
.feedback_title {
  display: inline-block !important;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: none !important;
  @media only screen and (min-width:991px) {
    font-size: 30px;
  }
}

img.attachment-full.size-full {
    border-radius: 0px !important;
}

.single-layout-1{
	padding:5% !important;
}

.post-template-default .site-content{
	background-color: #dee1d9 !important;
}


#respond{
	padding:5% !important;
}

