/* = Child Theme Custom CSS File
-------------------------------------------------------------- */
.home-slider .appointment-form {
background-color: rgba(249, 164, 27, 0.4);
}

.home-slider .make-appoint {
background-color: #00517f;
}

.home-slider .make-appoint:hover {
background-color: #00517f;
}

.home-slider .flex-direction-nav .flex-next {
  background: url("/wp-content/uploads/2016/05/slider-right-arrow.png") 21px center no-repeat #00517f;
}
.home-slider .flex-direction-nav .flex-prev {
  background: url("/wp-content/uploads/2016/05/slider-left-arrow.png") 17px center no-repeat #00517f;
}

.bread-crumb .breadcrumb li.active {
  color: #00517f;
}

#filters li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #f9a41b;
}

#filters li.active {
  padding-bottom: 0;
  border-bottom: 2px solid #f9a41b;
}

div.doctor-departments a {
  font-size: 14px;
  font-weight: 400;
  color: #00517f;
  display: inline-block;
}

div.doctor-departments a:hover {
  color: #f9a41b;
}

.blog-page .post .left_meta {
  float: left;
  margin-right: 30px;
  border-top: 2px solid #f9a41b;
  background-color: #fff;
}

a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #f9a41b url("/wp-content/uploads/2016/05/scroll-top.png") center center no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50px;
}

a#scroll-top:hover {
  background-color: #fdcf55;
}

div.gallery-item-types a {
  font-weight: 400;
  color: #00517f;
}
div.gallery-item-types a:hover {
  color: #f9a41b;
}

.toggle-main .toggle.current .toggle-title {
  background-color: #00517f;
  border: none;
}

.widget .tagcloud a:hover {
  background-color: #666666;
  color: #fff;
}

.tabs .tab-head.active {
  background: #fff;
  border: 0;
  border-top: 2px solid #f9a41b;
  margin-top: -1px;
}

.blog-page blockquote {
  border-left-color: #f9a41b;
}

.home-slider input[type="text"],
.home-slider input[type="email"],
.home-slider input[type="number"],
.home-slider textarea {
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fdcf55;
  width: 100%;
  display: inline-block;
  resize: none;
  padding: 15px 10px 10px 10px;
  margin-bottom: 0;
}

.home-slider input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  border: 0;
  padding: 6px 19px;
  color: #00517f;
  background-color: #fff;
  border: none;
  border-image: none;
  letter-spacing: 0;
  outline: none;
}

.home-slider input[type="submit"]:hover {
  background-color: #00517f;
  color: #fff;
}

.home-slider .slide-content h1:after {
  content: url("/wp-content/uploads/2016/05/orangewood-site-icon-small.png");
  margin-left: 10px;
}

.home-slider .slide-content.display-bg {
  background-color: rgba(249, 164, 27, 0.3);
  padding: 20px;
}

.home-features .icon-wrapper .fa {
  font-size: 60px;
  color: #f9a41b;
}