//.block{position: relative;}
.block.overlay-bg {
  position: relative;
  //*{color: #fff;}
}
.block.overlay-bg > .inner {
  background: #453951;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.block.overlay-bg1 > .inner {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.border-boxed {
  padding: 0;
  border: 1px solid #f8f8f8;
}
.color {
  color: @base_color;
}
.equalizer {
  .set-height {
    overflow: hidden;
    img {
      width: 100%;
      height: auto;
    }
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: @base_color;
  z-index: 1;
  opacity: 0.3;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  .inner-content {
    .middle-center();
    text-transform: uppercase;
    .color {
      color: @base_color;
    }
    &.white-color {
      color: #fff;
    }
  }
}
.image-container {
  bottom: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 111;
  &.full-right-image {
    right: 0;
    .background-image-wrapper {
      text-align: right;
    }
  }
  img {
    position: absolute;
    right: 0;
  }
}
.equalizer {
  position: relative;
}
.bottom-image img {
  position: absolute;
  bottom: 0;
}

/*=============CONTACT FORM============*/

#contact-site-form,
#contact-site-form--2 {
  .form-type-textarea {
    clear: both;
  }
  .form-item-name {
    text-align: left;
  }
  .form-type-textfield {
    width: 33.3%;
    float: left;
  }
  /*    .form-item-subject {
              text-align: right;
          }
  
          .form-item-subject label{
              text-align: left;
          }*/
  .form-type-textfield input {
    width: 90%;
    height: 35px;
    margin-bottom: 30px;
  }
  .form-item-subject input {
    width: 100% !important;
  }
  @media (max-width: 480px) {
    .form-type-textfield {
      width: 100%;
      float: left;
    }
    .form-type-textfield input {
      width: 100%;
      height: 35px;
    }
  }
  .form-item-copy {
    margin-bottom: 0;
  }
  .form-actions {
    margin-top: 10px !important;
  }
  .grippie {
    display: none;
  }
  .form-type-textarea textarea {
    height: 140px;
  }
  .form-required {
    display: none;
  }
  .form-item-copy input {
    margin-top: 0;
  }
  .form-item.form-type-textfield input,
  .form-item.form-type-textarea textarea {
    padding: 10px;
    font-size: 12px;
  }
  .form-actions {
    text-align: right;
  }
  /*    .btn {
            background: @base_color !important;
            border-color: @base_color !important;
            color: #fff !important;
            border-radius: 0 !important;
            font-size: 16px !important;
            line-height: 1.33 !important;
            padding: 10px 30px !important;
        }
        .btn:hover {
            background-color: lighten(@base_color, 5%) !important;
            color: #fff !important;
            text-decoration: none !important;
            border-color: @base_color !important;
        }*/
}
.small-form {
  .form-type-textfield {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .form-type-textfield input {
    width: 100% !important;
    height: 40px;
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
    margin-bottom: 10px !important;
  }
  textarea {
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
    height: 125px !important;
  }
  .form-actions {
    text-align: right !important;
    .btn {
      margin-top: 10px !important;
    }
  }
  .form-item-copy {
    text-align: left;
    display: none;
  }
}
.page-contact {
  #section-content {
    margin-top: 30px !important;
    .form-actions .btn {
      margin-bottom: 50px;
    }
  }
}
.contact-form-st3 {
  .contact-form {
    position: relative;
    .form-text,
    textarea {
      border-top: none;
      border-left: none;
      border-right: none;
      background: transparent;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      color: #fff !important;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      line-height: normal;
    }
    .form-item-copy {
      display: none;
    }
    .form-actions {
      text-align: right !important;
      .btn {
        margin-top: 20px !important;
      }
    }
  }
}
.section-content,
.middle-content {
  //.middle();
}
//Not Found
.coming-soon-wrapper {
  .not-found {
    h1 {
      color: @base_color;
      font-size: 300px;
      font-weight: bold;
      margin: 0;
      padding: 0;
    }
    p {
      color: #999 !important;
      font-family: Athelas;
      font-size: 24px;
      font-style: italic;
      margin: 0 !important;
      padding: 0 !important;
    }
  }
  padding-bottom: 100px;
}
//Medical Camps & Services
.custom-service-box,
.custom-service-details {
  background: #f8f7f7;
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
  .ImageWrapper {
    width: 120px;
    height: 120px;
    .border-radius(50%, 50%, 50%, 50%);
    .portfolio-images {
      img {
        width: 120px;
        height: 120px;
      }
    }
    &:hover {
      .portfolio-tools {
        opacity: 1;
        z-index: 999;
      }
    }
  }
  .res-title h3 {
    font-size: 18px;
  }
  .meta {
    margin: 10px 0;
    padding: 0;
    span {
      display: inline-block;
      padding: 2px 30px;
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      &.service-type {
        color: #fff;
        .border-radius(20px, 20px, 20px, 20px);
      }
      &.service-date {
        padding-left: 10px;
      }
      i {
        padding-right: 10px;
      }
    }
  }
}
.custom-service-details {
  background: transparent;
  padding: 0;
  border-bottom: none;
  margin-bottom: 50px;
}
//Quick tabs
.quicktabs-wrapper {
  background-color: #f8f7f7;
  ul {
    padding: 18px 0;
    li {
      margin: 0;
      padding: 0;
      a {
        border-radius: 0;
        font-size: 16px;
        padding: 20px 25px !important;
        text-decoration: none;
      }
      &.active {
        a {
          background-color: @base_color;
          color: #fff;
        }
      }
    }
  }
  .quicktabs_main {
    padding: 0 20px 20px 20px;
  }
  .form-actions {
    text-align: right;
    .btn {
      background-color: @base_color;
      padding: 5px 10px;
      color: #fff;
    }
  }
  .webform-component-markup h3 {
    font-family: Athelas;
    font-size: 20px;
    font-style: italic;
  }
}
.webform-component {
  .form-select,
  .form-text {
    height: 40px;
    padding: 6px 12px;
    width: 100%;
  }
  .webform-datepicker .form-select {
    width: 30%;
  }
}
//subscribe
.subscribe-block {
  .prefix {
    color: #fff;
    line-height: 1.7;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
  }
  .form-text {
    background: #1ad1ad none repeat scroll 0 0;
    border-color: #1ad1ad;
    color: #fff;
    padding: 15px;
    border-width: 0;
    min-width: 300px;
    .border-radius(50px, 50px, 50px, 50px);
  }
  .btn {
    background: #fff;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    padding: 13px 57px;
    margin-top: 20px;
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  .subscribe-block.block {
    padding: 50px 15px !important;
    .prefix {
      font-size: 20px;
    }
  }
}
.box-shadow {
  -webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
}
.page-node-42 {
  #section-content {
    margin: 0;
  }
}
//Image section
.background-image-wrapper {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
  position: absolute;
}
.full-image-section {
  padding: 0px;
  position: relative;
}
.full-image-section .image-container {
  z-index: 99;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0px;
  bottom: 0;
}
.full-image-section {
  //overflow:hidden;
}
.full-image-section .background-image {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.position-relative {
  position: relative !important
}
.full-image-section .image-container.pull-right {
  right: 0px;
}
.full-image-section .section-content {
  padding: 100px 0;
}
.breadcrumb {
  background: none;
}
blockquote {
  font-family: Athelas;
  font-size: 24px !important;
  font-style: italic;
  margin: 0;
  padding: 20px;
  &.custom {
    background: #343434 none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
    padding: 2em;
    text-align: left;
  }
}
.drop-caps {
  p:first-child::first-letter {
    color: #434b55;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px;
  }
  &.full {
    p:first-child::first-letter {
      background: #232323 none repeat scroll 0 0 !important;
      color: #fff;
      margin-right: 10px;
      padding: 7px;
    }
  }
}

/*
=======================
about us page
=======================
*/

.border-hr {
  width: 72px;
  text-align: left;
  height: 1px;
  background-color: @base_color;
  margin: 20px 0px;
  &.hr1 {
    background-color: #141414;
  }
}
.wpb_content_element {
  font-size: 16px;
  font-style: italic;
  font-family: "Crimson Text";
}
.box-about-us {
  .dexp-shortcodes-box:hover:not(.box-none) .box-icon {
    background-color: @base_color;
    border-color: @base_color;
  }
  .dexp-shortcodes-box {
    .box-icon {
      background-color: @base_color;
      border-color: @base_color !important;
      margin-bottom: 20px !important;
      .fa {
        color: #fff;
      }
    }
    .box-title {
      font-size: 30px;
      margin: 0;
    }
    .box-content {
      font-family: "Crimson Text";
      font-size: 18px;
      font-style: italic;
      margin-top: 0px !important;
    }
    &.box-about1 {
      .box-title {
        &:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 72%;
          height: 2px;
          width: 65%;
          background: #E8E8E8 none repeat scroll 0% 0%;
          @media(max-width: 980px) {
            background: transparent;
          }
        }
      }
    }
  }
}
.service-even,
.service-odd {
  text-align: left;
  padding: 35px 50px 58px !important;
  p {
    font-size: 13px;
  }
  .dexp-shortcodes-button.btn-border-gray {
    border: 2px solid #909090 !important;
    color: #000 !important;
    &:hover {
      background-color: #909090 !important;
    }
  }
  .btn-md {
    padding: 12px 22px !important;
  }
}
.service-odd {
  background-color: #f0f0f0;
}
.block-heading-title {
  font-family: Montserrat;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.tab-img {
  img {
    margin: 0.4em 1.6em 1.6em 0px;
    width: 102px !important;
    height: 63px !important;
    float: left;
  }
}
.dexp-shortcodes-button {
  &.btn-border-base {
    padding: 25px 50px;
    border-color: #000;
    border-width: 1px;
    letter-spacing: 0.15cm;
    font-family: inherit;
    font-weight: normal !important;
    &:hover {
      color: #fff;
      background-color: @base_color ;
      border-color: @base_color ;
    }
  }
}
.col-padding-left {
  padding-left: 0px !important;
  @media(max-width: 480px) {
    margin-bottom: 40px !important;
  }
  img {
    max-width: 100% !important;
  }
}
.col-padding-right {
  padding-top: 50px !important;
  padding-left: 25px !important;
  padding-right: ~"calc((100% - 1170px) / 2)" !important;
}
.heading-style-2 {
  font-size: 48px;
  color: #141414;
  letter-spacing: 0px;
  font-style: italic;
  margin-bottom: 35px;
  font-weight: 700;
  font-family: "Crimson Text";
}
.font-crimson {
  p {
    font-family: "Crimson Text" !important;
    font-size: 16px !important;
    a {
      font-family: "Montserrat" !important;
    }
  }
}
.box-servece1 {
  .dexp-shortcodes-box {
    &.box-style4 {
      .box-icon {
        &:hover {
          background-color: #FFF !important;
          border-color: #e4e4e4 !important;
        }
        .fa {
          font-size: 25px !important;
          color: #141414 !important;
          &:hover {
            color: #141414 !important;
          }
        }
      }
      .box-title {
        margin: 0px;
        color: #141414;
        font-size: 12px;
        font-weight: 700;
      }
      .box-content {
        margin-top: 0px;
        font-style: italic;
      }
      &:hover {
        .box-icon {
          background-color: #FFF !important;
          border-color: #e4e4e4 !important;
        }
      }
    }
  }
}
.dexp-shortcodes-button {
  &.btn-xl {
    &.btn-border-white1 {
      padding: 24px 94px;
      color: #fff;
      border-color: #fff;
      background-color: transparent;
      font-size: 40px;
      font-weight: bold;
      border-width: 2px;
    }
  }
  &.btn-md {
    &.bg-white1 {
      background-color: #fff;
      color: #000;
      border-color: #fff;
      padding: 17px 50px;
      font-size: 12px;
      border-width: 1px;
      &:hover {
        color: #fff;
        background-color: transparent;
      }
    }
  }
}
.col-img {
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.logo_parallax img {
  background: rgba(0, 0, 0, 0) url("../images/parallax_imglogo.jpg") no-repeat fixed 50% 0 / cover;
}
.partner-grid {
  .views-row {
    display: inline-block;
    img {
      border: solid 1px #ececec;
      margin: 5px;
    }
  }
}
.white-space-bottom {
  position: relative;
  img {
    position: relative;
    z-index: 2;
  }
  &:before {
    position: absolute;
    bottom: 0px;
    height: 90px;
    left: 0px;
    width: 100%;
    background: #fff;
    content: "";
    z-index: 1;
  }
}
.full-image {
  img {
    width: 100% !important;
    height: auto !important;
  }
}
.full-image-box {
  .box-icon {
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
    }
  }
  .box-title,
  .box-content,
  .readmore-button {
    text-align: left !important;
  }
}
.block-border-bottom {
  border: solid 1px #ececec;
}
.ebig-title-1 {
  font-size: 100px;
  letter-spacing: -8px;
  line-height: 75px;
  font-weight: bold;
}
.ebig-title-2 {
  font-size: 156px;
  letter-spacing: -10px;
  line-height: 156px;
  transform: translate(10px, -15px);
  font-weight: bold;
}
.flippy {
  margin-bottom: 100px !important;
  position: relative;
  .prev {
    position: absolute;
    left: 0;
    .fa::before {
      content: "";
    }
  }
  .next {
    position: absolute;
    right: 0;
    .fa::before {
      content: "";
    }
  }
  a {
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #141414;
    color: #141414;
    &:hover {
      color: @base_color;
    }
    i {
      font-size: 35px;
      line-height: 46px;
    }
  }
}
@media (min-width: @screen-md) {
  .equal-columns .dexp-container > div {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .equal-columns .dexp-container > div .region > .block {
    height: 100%;
  }
}

/*
============
*/

.blog-style-011 {
  .blog-style-01 {
    .blog-item .blog-info .blog-category a {
      font-size: 14px !important;
      font-family: @global_font_1 !important;
      .transition(all,
      0.3s);
      &:hover {
        text-decoration: underline;
      }
    }
    .blog-title {
      a {
        &:hover {
          text-decoration: none;
          color: @base_color;
        }
      }
    }
    .blog-desc {
      p {
        line-height: 30px;
      }
    }
  }
  .blog-style-01 .blog-item .blog-info {
    padding: 20px;
  }
}

/*
================
bxSlider - Home 2
*/

.promo.border {
  border-color: #5e5e5e;
}
.bxslider-portfolio {
  .bxslide {
    &:hover {
      .views-field-nothing {
        opacity: 1;
        .scale(1);
      }
    }
  }
  a {
    color: #fff;
  }
  .views-field-nothing {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    .scale(0);
    .transition(all,
    0.3s,
    ease-in-out);
  }
  .bxslider-cate {
    font-style: italic;
    font-size: 18px;
    position: absolute;
    .translateY(-50%);
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    margin-top: -40px;
    font-family: @global_font_1;
    a {
      &:hover {
        color: #fff;
      }
    }
  }
  .bxslider-title {
    font-size: 15px;
    position: absolute;
    .translateY(-50%);
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    a {
      font-weight: 700;
      &:hover {
        color: @base_color;
      }
    }
  }
}
