/*
Theme Name:         Grace Skincare Clinic
Theme URI:          http://cun.ninja
Description:        Grace Skincare Clinic website
Version:            1.0.0
Author:             Long Nguyen <olragon@gmail.com>
Author URI:         http://cun.ninja
Text Domain:        sage

License:
License URI:
*/

#nav li.current-menu-item a {
  background: #67c7c6;
  color: #fff;
}

.form-booking .gform_wrapper {
  margin: 0 !important;
}
.form-booking .gform_fields li {
  margin: 0 0 7px 0 !important;
  padding: 0 !important;
}
.form-booking .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 95% !important;
}
.form-booking #field_1_4 {
  width: 48%;
  display: inline-block;
  padding-right: 0;
  margin-right: 10px;
  clear: none;
  width: 100%;
}
.form-booking #field_1_5 {
  width: 48%;
  clear: none;
  display: inline-block;
  width: 100%;
}
.form-booking-popup .gform_wrapper textarea,
.form-booking .gform_wrapper textarea {
  width: 95%;
  height: 34px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 25px;
}
.form-booking-popup .gform_wrapper .gform_button,
.form-booking .gform_wrapper .gform_button {
  width: auto !important;
  background: none;
  color: #2b2d7b;
  border-color: #2b2d7b;
}
.form-booking-popup .gform_wrapper .gform_button:hover,
.form-booking .gform_wrapper .gform_button:hover {
  border: 1px solid #d6d6d6;
  background: url(./images/btn-hv.png) no-repeat center;
  background-size: 100% 100%;
  color: #2b2d7b;
}

footer .info div p {
  display: inline-block;
}

footer .info div img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

footer .gform_wrapper {
  margin: 0 !important;
}

footer .gform_wrapper ul li.gfield {
  margin-top: 5px;
}

footer #field_2_2 {
  width: 48%;
  display: inline-block;
  padding-right: 0;
  margin-right: 10px;
  clear: none;
}

footer #field_2_3 {
  width: 48%;
  clear: none;
  display: inline-block;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper textarea.medium {
  height: 68px !important;
  resize: none;
}

.gform_wrapper .gform_button {
  border: 1px solid #2b2d7b;
  line-height: 32px;
  padding: 0 20px;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #2b2d7b;
  width: 130px;
  border-radius: 25px;
  background: transparent;
  font-weight: 500;

  position: relative !important;
}

.gform_wrapper .gform_button:hover {
  border: 1px solid #d6d6d6;
  background: url(./images/btn-hv.png) no-repeat center;
  background-size: 100% 100%;
}

.gform_wrapper .gform_button:hover {
  background: transparent;
  color: #2b2d7b;
}

.gform_wrapper .gform_button {
  background: transparent;
  color: #2b2d7b;
  width: 100% !important;
  display: block;
  max-height: 40px;
}

.gform_wrapper .gform_button:hover {
  background: #2b2d7b;
  color: #fff;
}
.gfield_time_hour i {
  display: none;
}
.gfield_time_hour {
  margin-right: 10px;
}
.gfield_time_hour,
.gfield_time_minute {
  width: 45%;
  float: left;
}
.ui-datepicker {
  position: absolute;
}
.gform_wrapper .gfield_time_hour {
  margin-right: 10px;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  width: 150px;
  max-width: none;
}
.gfield_time_hour input,
.gfield_time_minute input {
  text-align: center;
}
.gform_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  font-size: 10px;
}
.acf-map {
  margin: 0 0 20px 0;
}

.pull-right {
  float: right;
}
.post-search {
  color: #67c7c6;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
}
.post-search > div {
  position: relative;
  height: 25px;
}
.post-search input[type="search"] {
  width: 250px;
  border-bottom: 1px solid #67c7c6;
  color: #000;
}
.post-search .fa-search {
  position: absolute;
  right: 5px;
  top: 35%;
  cursor: pointer;
}
.form-group {
  position: relative;
}
.form-group input::placeholder {
  color: #d6d6d6;
}
.form-group input {
  height: 25px;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 5px;
}
.clearfix {
  content: "";
  clear: both;
  display: table;
}
#wpadminbar.mobile {
  position: fixed;
  top: 0;
}

.package:before {
  width: 1056px !important;
  height: 755px !important;
}

.package ul li .thumb > img {
  filter: none !important;
}

.event-promotion .links li > a.active .event-promotion-h4 {
  color: #67c7c6;
}

.next-prev-post {
  clear: both;
}

.next-prev-post h4 {
  color: #67c7c6 !important;
}

.next-prev-post .next-post {
  float: right;
}

.next-prev-post .prev-post {
  float: left;
}

@media screen and (max-width: 1024px) {
  .admin-bar #nav {
    top: 15px;
  }
}

@media screen and (max-width: 567px) {
  .event-promotion {
    display: flex;
    flex-direction: column-reverse;
  }
  .event-promotion .contain {
  }
  .event-promotion .links {
  }

  .post-search {
    clear: both;
    margin-bottom: 20px;
  }
  .post-search .form-group.pull-right {
    float: none;
  }
  .post-search .form-group input {
    width: 90%;
    height: 30px;
  }
  .post-search i.fa {
    font-size: 20px;
  }
  .post-list .post-item p {
    max-height: 46px;
    overflow: hidden;
  }
  .pages {
    margin-bottom: 20px;
  }
  .event-promotion .contain .post-list .post-item img {
    height: 136px !important;
  }
  .post-item {
    padding-bottom: 0 !important;
  }
  #wp-admin-bar-top-secondary {
    display: none;
  }
  header {
    position: sticky;
    top: 0;
  }
}
/*Custom*/
ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}

.content-inner ol li {
  list-style-type: decimal!important;
}

.content-inner h2 {
  margin-bottom: 20px;
}

.content-inner h3 {
  margin-bottom: 20px;
  color: #06038D;
}

.content-inner ol,
.content-inner ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.content-inner ul li {
  list-style: disc;
}

