/* Pricing Page Styles - Services Styling */

#masthead, #contact {
    display: none;
}

/* Main services container */
#services.services {
  background-image: url(../images/services_back.svg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1120px) {
  #services.services {
    background: none;
  }
  
  #services.services .max-width {
    padding: 0;
  }
}

/* Main content area */
#services.services .part-left {
  width: 70%;
  color: #00071f;
  padding: 100px 0 50px;
  margin: 0;
  float: left;
}

#services.services .part-left p {
  font-size: 20px;
  font-weight: 300;
}

#services.services .part-left h2 {
  font-weight: 300;
  line-height: 1.17;
  margin-bottom: 60px;
}

@media screen and (max-width: 1120px) {
  #services.services .part-left {
    padding: 0;
    float: none;
    width: 100%;
  }
  
  #services.services .part-left h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  
  #services.services .part-left p {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  #services.services .part-left h2 {
    font-size: 22px;
    line-height: 1.27;
    margin-bottom: 40px;
  }
  
  #services.services .part-left p {
    font-size: 16px;
  }
}

/* Services list table styling */
#services.services .part-left .services_list {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 60px;
}

#services.services .part-left .services_list li {
  display: table-row;
}

#services.services .part-left .services_list li p {
  display: table-cell;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid rgba(0, 7, 31, 0.1);
  line-height: 1.2;
}

#services.services .part-left .services_list li p.price {
  font-weight: 700;
  border-bottom: 0;
  width: 55px;
}

#services.services .part-left .services_list li p.duration {
  min-width: 70px;
  text-align: right;
}

#services.services .part-left .services_list li.prevduplicate p {
  padding-bottom: 0;
  border-bottom: 0;
}

#services.services .part-left .services_list li.duplicate p {
  padding-top: 5px;
}

@media screen and (max-width: 680px) {
  #services.services .part-left .services_list {
    margin-bottom: 50px;
  }
}

/* Mobile background */
@media screen and (max-width: 1120px) {
  #services.services .mobile_bg {
    padding: 50px 25px 10px;
    background-image: url(../images/services_back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  #services.services .content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1120px) {
  #services.services .mobile_bg {
    padding-top: 40px;
  }
}

/* Service category specific styles */
.services_category_content {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.services_category_excerpt {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #00071f;
  font-style: italic;
}

/* Right part (for future booking widget) */
#services.services .part-right {
  padding-top: 260px;
  width: 24%;
  float: right;
}

@media screen and (max-width: 1120px) {
  #services.services .part-right {
    padding: 30px 15px 0;
    min-width: 350px;
  }
}

@media screen and (max-width: 680px) {
  #services.services .part-right {
    float: none;
    max-width: 450px;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
