@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");
@font-face {
  font-family: "Galano Grotesque W00 Medium";
  src: url("https://www.maid.co.uk/wp-content/themes/manvan/resources/fonts/Galano-Grotesque-medium.woff2") format("woff2"), url("https://www.maid.co.uk/wp-content/themes/manvan/resources/fonts/Galano-Grotesque-medium.woff") format("woff");
}

 
.page-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body a.maidapp-link-holder {
  display: none !important;
}

.section-title {
  margin-bottom: 48px;
}
.section-title h2 {
  font-size: 40px;
  color: #142602;
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 36px;
  }
}
.section-title h3 {
  font-size: 40px;
  color: #142602;
}
@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 32px;
  }
}
.section-title p {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #142602;
  width: 55%;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-title p {
    width: 100%;
    font-size: 18px;
  }
}

.app-download-links {
  display: inline-block;
  width: 100%;
  padding: 19px;
  border-top: 0;
  margin-top: 40px;
  background: rgba(125, 215, 4, 0.13);
  border-radius: 8px;
}
.app-download-links h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .app-download-links h5 {
    font-size: 18px;
  }
}
.app-download-links a img {
  width: 150px;
  margin-bottom: 5px;
}
.app-download-links a:hover img {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .app-download-links a.appstore {
    margin-left: -2.5px;
  }
}

.profile-card {
  display: block;
  background: #fff;
}
.profile-card .profile-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.profile-card .profile-photo img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .profile-card .profile-photo img {
    width: 80px;
    height: 80px;
  }
}
.profile-card .profile-photo:hover img {
  opacity: 0.8;
}
.profile-card .profile-photo .bio {
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .profile-card .profile-photo .bio {
    padding-top: 0px;
    padding-left: 20px;
    width: calc(100% - 82px);
  }
}
.profile-card .profile-photo .bio h5 {
  font-size: 28px;
  margin-bottom: 5px;
}
.profile-card .profile-photo .bio p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: rgba(34, 34, 34, 0.8);
}
.profile-card .maid-info {
  padding-top: 15px;
}
.profile-card .maid-info li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  display: inline-block;
  width: 100%;
  min-height: 22px;
}
@media screen and (max-width: 992px) {
  .profile-card .maid-info li {
    font-size: 16px;
  }
}
.profile-card .maid-info li span {
  display: inline-block;
}
.profile-card .maid-info li.fee strong {
  font-weight: 600;
}
.profile-card .maid-info li.fee span {
  font-size: 16px;
  color: #f27200;
}
@media screen and (max-width: 768px) {
  .profile-card .maid-info li.fee span {
    font-size: 15px;
  }
}
.profile-card .maid-info li img {
  width: 21px;
  position: absolute;
  left: 0;
  top: 0px;
}
.profile-card .description-holder {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .profile-card .description-holder {
    min-height: 77px;
    max-height: 77px;
    overflow: hidden;
  }
}
.profile-card .description {
  font-size: 15px;
  line-height: 24px;
  color: #404040;
}
.profile-card .google-map {
  padding-top: 40px;
  background: #fff;

}
  .profile-card #map-canvas {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 590px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 10px;
  }
.profile-card .message-link {
  display: block;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background-color: #509111;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  max-width: 300px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.profile-card .message-link:hover {
  background-color: #66aa1a;
}

.profile-card .profile-photo {
  margin-bottom: 0px;
}
.profile-card .maid-info li {
  font-size: 16px;
}
.profile-card .content-block {
  background-color: #F7F7EE;
  border-radius: 8px;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile-card .content-block {
    background-color: white;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
  }
}
.profile-card .content-block.google-map img{
  display: block;
  max-width: 100%;

}
.profile-card .content-block.about-maid .moreless {
  cursor: pointer;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  color: #548e07 !important;
  margin-top: 0 !important;
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 10px;
}
.profile-card .content-block.about-maid .moreless.less {
  display: none;
}
@media screen and (min-width: 768px) {
  .profile-card .content-block.about-maid .moreless {
    display: none;
  }
}
.profile-card .content-block.job-photos .block {
  margin: 10px 0px;
}
.profile-card .content-block.job-photos .block span {
  display: inline-block;
  border-radius: 8px;
  width: 49%;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .profile-card .content-block.job-photos .block span {
    padding: 8.5px 6.5px;
    width: 32.77777777%;
  }
}
.profile-card .content-block.job-photos .block img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile-card .content-block h4 {
  font-size: 18px;
}
.profile-card .content-block h6 {
  font-size: 16px;
  line-height: 25px;
  color: #404040;
}
.profile-card .content-block h5 {
  font-size: 20px;
}
.profile-card .content-block p {
  font-size: 16px;
  line-height: 24px;
}
.profile-card .content-block .block {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.profile-card .content-block .block ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .profile-card .content-block .block ul li {
    font-size: 16px;
  }
}
.profile-card .content-block .block ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #548e07;
  left: 0;
  top: 8px;
}
.profile-card .content-block.maid-review {
  border-bottom: 0;
}
.profile-card .content-block .reviews .review-content {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2da;
  margin-bottom: 25px;
}
.profile-card .content-block .reviews .review-content:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .profile-card .content-block .reviews .review-content {
    background-color: #f4f4f4;
    padding: 20px 18px;
    border-radius: 8px;
    border-bottom: 0;
  }
}
.profile-card .content-block .reviews .review-content .review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.profile-card .content-block .reviews .review-content .review-title span {
  font-size: 18px;
}
.profile-card .content-block .reviews .review-content .review-title span .count {
  font-size: 16px;
  font-style: normal;
}
.profile-card .content-block .reviews .review-content .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.profile-card .content-block .reviews .review-content .rating-summary .rating-result {
  width: 124px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.profile-card .content-block .reviews .review-content .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  color: #cbcbcb;
  font-family: IcoFont !important;
  content: "\f000 \f000 \f000 \f000 \f000";
  line-height: 12px;
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  height: 15px;
  letter-spacing: 6px;
}
.profile-card .content-block .reviews .review-content .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.profile-card .content-block .reviews .review-content .rating-summary .rating-result > span:before {
  font-family: IcoFont !important;
  content: "\f000 \f000 \f000 \f000 \f000";
  position: relative;
  z-index: 2;
  line-height: 12px;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 6px;
  color: #FBB500;
  font-size: 20px;
  height: 14px;
}
.profile-card .content-block .reviews .review-content .rating-summary .rating-result > span > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.profile-card .content-block .reviews .review-content h6 {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.profile-card .content-block .reviews .review-content h6 span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: normal;
  margin-left: 2px;
}
.profile-card .content-block .show-all,
.profile-card .content-block .hide-less {
  color: #548E07;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.breadcrumb-nav {
  padding: 87px 0 13px;
  background-color: #ffecba;
}
@media screen and (min-width: 768px) {
  .breadcrumb-nav {
    padding: 103px 0 13px;
  }
}
.breadcrumb-nav a {
  font-family: "Galano Grotesque W00 Medium";
  font-size: 16px;
  color: #222222;
}
.breadcrumb-nav a img {
  margin-right: 8px;
}
.breadcrumb-nav a:hover {
  opacity: 0.6;
}

.profile-wrap {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .profile-wrap {
    padding: 32px 0 0;
  }
}
.profile-wrap .side-bar {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .profile-wrap .profile-panel {
    padding-left: 10px;
    padding-top: 75px;
  }
}
.profile-wrap .message-form {
  background-color: #f7f7ed;
  padding: 60px 0;
  margin: 60px 0 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.profile-wrap .message-form .message-form-wrap {
  background: white;
  padding: 40px 30px 20px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.profile-wrap .message-form .message-form-wrap form .p-half {
  padding-left: 8px;
  padding-right: 8px;
}
.profile-wrap .message-form .message-form-wrap form .m-half {
  margin-left: -8px;
  margin-right: -8px;
}
.profile-wrap .message-form .message-form-wrap form .form-group {
  margin-bottom: 25px;
  text-align: left;
}
.profile-wrap .message-form .message-form-wrap form .form-group label {
  font-weight: 600;
}
.profile-wrap .message-form .message-form-wrap form .form-group input,
.profile-wrap .message-form .message-form-wrap form .form-group textarea {
  background-color: white;
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  color: #142602;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}
.profile-wrap .message-form .message-form-wrap form .form-group textarea {
  height: 140px;
}
.profile-wrap .message-form .message-form-wrap form .form-group .error-field {
  color: #c63232;
  font-size: 15px;
  padding: 7px 0 0;
  display: block;
}
.profile-wrap .message-form .message-form-wrap form .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #919a89;
  font-weight: normal;
  font-size: 16px;
}
.profile-wrap .message-form .message-form-wrap form .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #919a89;
  font-weight: normal;
  font-size: 16px;
}
.profile-wrap .message-form .message-form-wrap form .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #919a89;
  font-weight: normal;
  font-size: 16px;
}
.profile-wrap .message-form .message-form-wrap form .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #919a89;
  font-weight: normal;
  font-size: 16px;
}

/*# sourceMappingURL=maid-profile-styles.css.map */