/*
 Theme Name:   Hart Howerton
 Theme URI:    http://mcdpartners.com
 Description:  Hart Howerton is a Blade Child Theme
 Author:       MCD Partners
 Author URI:   http://mcdpartners.com
 Template:     blade
 Version:      1.0.0
*/

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300';

.semi-dark-bg {
  background-color: rgba(0,0,0,0.3);
  padding-bottom: 35px;
}

@media only screen and (max-width: 1169px) {
  #grve-main-header {
    display: none;
  }
  #grve-responsive-header {
    display: block;
  }
}

.grve-pub-credit:before {
    content: '|';
    margin: 0 5px;
}

#grve-header .grve-logo a {
  height: 40px;
}
#grve-header.grve-sticky-header.grve-shrink #grve-main-header .grve-logo a,
#grve-header #grve-responsive-header .grve-logo a {
  height: 26px;
}
.grve-subtitle, .grve-subtitle p, .grve-subtitle-text {
  font-family: "Source Sans Pro" !important;
  color: black !important;
  font-weight: normal !important;
}
.playfair-text {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: italic;
}
.source-sans-text {
  font-family: "Source Sans Pro";
  font-weight: normal;
  text-transform: uppercase;
}

.grve-portfolio-content h2.grve-title {
  text-transform: none;
}


/* Spinner ------------------------------------------- */

.grve-spinner {
  top: calc(50% - 21px) !important;
  left: calc(50% - 21px) !important;
}


/* Home Page ----------------------------------------- */

body.home #grve-main-content .grve-main-content-wrapper {
  padding: 0;
}

.home-slider-overlay__table {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  pointer-events: none;
  left: 0;
}
.home-slider-overlay__row {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 70%;
}
.home-slider-overlay__row img {
  width: 400px;
}
.home-slider-overlay__message {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-size: 33px;
  text-transform: none;
  line-height: 42px;
  letter-spacing: 0px;
  color: white;
  margin: 0 5%;
}

@media (max-width: 767px) {
  .home-slider-overlay__table {
    display: none;
  }
}

/* Filter Links -------------------------------------- */

.grve-filter.grve-link-text {
   font-weight: normal !important;
   text-transform: capitalize;
}
.grve-filter.grve-link-text li {
   color: Black !important;
   font-size: 18px !important;
}


/* Portfolio ----------------------------------------- */

/* Disable hover for touch devices */
html.touch .grve-image-hover.grve-zoom-in.hover img {
   transform: scale(1);
}

.grve-single-porfolio {}
   .grve-single-porfolio h3 {
      margin-bottom: 0.2em;
      margin-top: 35px;
   }
   .grve-single-porfolio h5 {
      font-weight: normal;
      margin-bottom: 1.2em;
   }

.grve-portfolio-item {}
   .grve-portfolio-item figure.grve-hover-style-3 {}
      .grve-portfolio-item figure.grve-hover-style-3 figcaption {
        background: rgba(0,0,0,.45);
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.45) 65%, transparent);
        background: linear-gradient(0deg, rgba(0,0,0,0.45) 65%, transparent);
        top: auto;
      }
      .grve-portfolio-item figure.grve-hover-style-3 .grve-portfolio-content {
         position: initial;
      }
   .grve-portfolio-item figure.grve-hover-style-3.hover figcaption {
      background: none;
   }


/* Portfolio Related Items -------------------------- */

#grve-related-post {
   margin-top: 100px;
}
  #grve-related-post .grve-padding-top-md { padding-top: 20px; }
  #grve-related-post .grve-subtitle { margin-bottom: 20px; }

/* Back to Top ---------------------------------------- */

.back-to-top__link {
   text-transform: uppercase;
   color: #000;
   background: url(../../uploads/2016/05/arrow_left.png) 0 center no-repeat;
   padding-left: 30px;
}
.back-to-top__link:hover { color: #999; }


/* Job Page ------------------------------------------- */

.job-info-group { margin: 40px 0; }
   .job-info-group h3, .job-info-group p {
      font-size: 18px;
      line-height: 30px;
   }
   .job-info-group h3 {
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      color: black;
   }
   .job-info-group p { margin-bottom: 1em; }

.job-contact {}
   .job-contact p { margin: 0; }
   .job-contact a { color: black; }


/* News Index ---------------------------------------- */

.grve-blog-small {}
   .grve-blog-small .grve-post-content {
      padding: 0;
   }
   .grve-blog-small ul.grve-post-meta {
      margin: 0;
   }
   .grve-blog-small .grve-post-date {
      font-size: 14px;
      font-weight: 700;
      line-height: 2.14;
      color: black;
      opacity: 1 !important;
   }
   .grve-blog-small .grve-post-title {
      font-size: 36px;
      line-height: 1.17;
      color: black;
   }
   .grve-blog-small .grve-post-title,
   .grve-blog-small p {
      margin-bottom: 20px;
   }
   .grve-blog-small p {
      font-size: 18px;
      line-height: 1.67;
   }

.grve-blog a.grve-read-more {
   color: black !important;
   font-size: 18px !important;
   line-height: 1.67 !important;
   background: url(../../uploads/2016/05/arrow_right.png) right center no-repeat;
   padding-right: 30px;
}

#grve-post-title .grve-title-meta{
  margin-top:60px;
}


@media screen and (max-width: 767px) {
  #grve-post-title .grve-title span{
    font-size: 56px !important;
    line-height: 1.13em  !important;
  }
}
    
/* News Article -------------------------------------- */

#grve-post-title {}
   #grve-post-title .grve-title-meta span {
      font-weight: bolder;
   }
   #grve-post-title .grve-title {
      font-weight: 200 !important;
      font-size: 80px !important;
      text-transform: none !important;
      line-height: 90px !important;
   }


/* Page Header -------------------------------------- */

#grve-page-title {}
   #grve-page-title .grve-title {
      margin: 90px 0 30px;
   }

/* Vertical Lines ----------------------------------- */

#grve-page-title .grve-container:after,
#grve-post-title .grve-container:after,
.vertical-line-left:after,
.vertical-line-center:after,
.vertical-line-right:after {
   content: "";
   border-right: 1px solid black;
   height: 60px;
   width: 50%;
   position: relative;
   visibility: visible;
   margin-top: 35px;
}
.vertical-line-left,
.vertical-line-center,
.vertical-line-right {
   margin-bottom: 90px;
}
.vertical-line-left:after,
.vertical-line-center:after,
.vertical-line-right:after {
   position: absolute;
   left: 0;
   z-index: 1000;
}
.vertical-line-left:after { width: 33%; }
.vertical-line-right:after { width: 66%; }

.vertical-white-line {
  border-right: 1px solid white;
  height: 60px;
  width: 50%;
  margin-top: 35px;
}

/* Typography ----------------------------------- */

.h3-text {
  font-size: 36px;
  line-height: 50px;
}

/* Anchor Menu ----------------------------------- */

#grve-page-anchor .grve-anchor-wrapper {
  background: white;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#grve-page-anchor .menu {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
#grve-page-anchor.grve-anchor-menu .menu a {
  position: relative;
  border: none;
  color: #666666;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
}
#grve-page-anchor.grve-anchor-menu .menu .active a,
#grve-page-anchor.grve-anchor-menu .menu a:hover,
#grve-page-anchor .menu a:focus,
#grve-page-anchor .menu a:active {
  background: none;
  color: #000;
}
#grve-page-anchor.grve-anchor-menu .menu .active a:after,
#grve-page-anchor.grve-anchor-menu .menu a:hover:after,
#grve-page-anchor.grve-anchor-menu .menu a:focus:after,
#grve-page-anchor.grve-anchor-menu .menu a:active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50%;
  height: 17px;
  border-right: 1px solid #000;
}
#grve-page-anchor .grve-container {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #grve-page-anchor.grve-anchor-menu .menu a:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .grve-close-btn-wrapper{
    width: 280px;
  }
}

/* Buttons ----------------------------------- */

.btn__primary .grve-btn {
  padding: 10px 40px;
  line-height: normal;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  min-width: 170px;
}
.btn__primary .grve-btn:hover,
.btn__primary .grve-btn:focus,
.btn__primary .grve-btn:active {
  background-color: #fff;
  color: #000;
}

/* Job list ----------------------------------- */

.careers-loc__title {
  margin-bottom: 40px;
}
.careers-loc__head {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.careers-loc__list {
  list-style: none;
  margin: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 80px;
}
.careers-loc__list-item {
  border-bottom: 1px solid #ededed;
}
.careers-loc__list-item a {
  display: block;
  background: url(../../uploads/2016/05/arrow_right.png) right center no-repeat;
  color: #666666;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.careers-loc__list-item a:hover,
.careers-loc__list-item a:focus {
  color: #000;
}

/* Special Alignment -------------------------- */

@media screen and (max-width: 767px) {
  .align-left-mobile {
    text-align: left;
  }
  .align-left-mobile .grve-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .align-left-tablet{
    text-align: left;
  }
  .align-left-tablet .grve-btn {
    margin-left: 0;
  }
}

/* Footer ------------------------------------- */

#grve-footer .grve-footer-wrapper .grve-footer-bar {
  background: #000;
  color: #fff;
}
#grve-footer .grve-small-text {
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
#grve-footer .grve-footer-wrapper .grve-footer-bar a {
  color: #fff;
  text-transform: none;
}
#grve-footer .grve-footer-wrapper .grve-footer-bar a:hover {
  color: #777;
}
#grve-footer .grve-footer-bar .grve-bar-content {
  width: 100%;
}
.footer__links {
  float: right;
}
#grve-footer .grve-footer-bar .footer__links li {
  margin-right: 0;
}
.footer__links li {
  margin-left: 70px;
}
.footer__links li:first-child {
  margin-left: 0;
}
.social__linkedin {
  background: url(../../uploads/2016/05/linkedin.png) right center no-repeat;
  padding-right: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #grve-footer .grve-small-text {
    text-align: center;
  }
  #grve-footer .grve-footer-bar .footer__links {
    float: none;
    text-align: center;
  }
  .footer__links li {
    margin-left: 0;
    margin-top: 20px;
  }
  #grve-footer .grve-footer-bar .footer__links li {
    display: block;
  }
}

/* Contact Form in Nav Menu ------------------- */

#grve-hidden-menu .wpcf7 {
  display:none;
}

/* Featured Background(Marquee) Section ------------------- */

#grve-feature-section.featured-section__background .grve-title {
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  line-height: 24px !important;
}
#grve-feature-section.featured-section__background .grve-description {
  font-family: "Source Sans Pro" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 80px !important;
  line-height: 90px !important;
  text-shadow: 0px 0px 15px #000;
  letter-spacing: -1px !important;
}

@media screen and (max-width: 960px) {
  #grve-feature-section.featured-section__background .grve-description {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

/*
#grve-feature-section.featured-section__background .grve-container:after {
  content: "";
  border-right: 1px solid white;
  height: 60px;
  width: 50%;
  position: relative;
  visibility: visible;
  margin-top: 35px;
}
*/
.featured-section__background #grve-goto-section-wrapper {
  bottom: 40px;
}

/* Link in Parallax box ------------------- */

.parallax__link {
  display: block;
  background: url(../../uploads/2016/05/arrow_right.png) center 83% no-repeat;
  text-align: center;
  padding: 40px 10px 60px;
}

/* Box module ------------------- */

.box-module__equal-height {
  height: 220px;
}

/* Our Philosophy section ------------------- */

.philosophy_title{
  margin-bottom: 0;
}

.left_list{
  padding-right:0;
}

.philosophy_title_large{
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 5px;
}

.philosophy_count {
  margin-bottom: 10px;
}

.down-arrow:after{
  content: "\e609";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-family: 'blade-icons' !important;
}

/* Callout Text ------------------- */

.callout h3{
  font-size: 30px;
  line-height: 50px;
}

/* Case Studies ------------------- */

.case-study-link-text {
  margin-top: -20px;
  margin-bottom: 40px;
}

.case_study h2{
  margin-bottom: 0;
}

.case_study h5{
  color: #000;
  font-weight:bold;
}

.plan{
  background: rgba(255,255,255,.9) !important;
}

.plan_callout h4{
  font-weight: normal;
}

.box_overlay{
  padding: 1em;
  background: rgba(255,255,255,0.7);
  color: black;
}
.box_overlay_on_bottom > .grve-container {
  width: 100%;
  max-width: initial;
  margin-right: 0;
  margin-left: 0;
  position: initial;
  z-index: initial;
  padding-left: 0;
  padding-right: 0;
}
.box_overlay_on_bottom .grve-row {
  bottom: 0;
  position: absolute;
  width: 100%;
  margin: 0;
}
.box_overlay_on_bottom .wpb_column {
  padding: 0;
}

.wpb_column.grve-column-1.plan{
  min-height: 1px !important;
}

@media screen and (max-width: 960px) {
  .grve-image-icon{
    float: left !important;
    margin-right: 20px !important;
  }
}

/* Case Study Image Gallery Templates ------------------- */

.gallery_top_image{
  margin-bottom: 4px;
}

.gallery_left_image,
.gallery_right_image{
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .gallery_left_image{
    margin-bottom: 4px;
  }
}

/* Award Templates ------------------- */

.award_secondary_title{
  font-size: 18px;
  color: #000000;
}

.award_content p.award_small{
  font-size: 14px;
}

.award_content h2{
  font-size: 24px;
  line-height: 34px;
}

.award_content{
  min-height: 300px;  
}

@media screen and (max-width: 1145px) {
  .award_content{
    min-height: 400px;  
  }
}

.award_img{
  margin-bottom:0 !important;
}

.border_light{
  border:1px solid #ededed;
}

.border_medium{
  border:1px solid #e0e0e0;
  padding: 20px;
  border-top:0;
}

/* About Page ------------------- */

#leadership {
  margin-bottom: 0;
}

#leadership p{
  font-size: 16px;
  color: #000000;
}

span.trademark{
  font-size: 10px;
  vertical-align:top;
  /* padding-left: 3px; -- */
}

@media screen and (max-width: 1024px) {
  #grve-page-anchor{
    display:none;
  }
}

@media screen and (max-width: 720px) {
  .world{
    padding: 0 40px !important;
  }
}

.worked{
  padding-bottom: 25px;
}

@media screen and (max-width: 844px) {
  .worked{
    padding-bottom:0;
  }
}

#map{
 margin-bottom: 0 !important;
}


/* Approach Page --------------------- */

.healthy_living{
  padding-right: 100px;
}

@media screen and (max-width: 1320px) {
  .healthy_living{
    padding: 0 40px;
  }

 .leadership_content{
   padding: 0 40px !important; 
 }
}

@media screen and (max-width: 600px) {
 .leadership_content{
   padding: 0 20px !important; 
 }
}

/* Leadership Accordion ------------------- */

.accordion .name {
  cursor: pointer;
  padding: 25px 0;
  width: 100%;
  text-align: left;
  /* border-bottom: 1px solid #ededed !important;  -- */
  border-top: 1px solid #ededed !important; 
  outline: none;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .accordion .name{
    padding: 25px 0 0; 
  }

  .accordion .name p{
    width:85%;
  }
}

.accordion .name:before {
  content: '\02795';
  font-size: 18px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .vc_custom_1464711991470.accordion{
    margin-left: 0 !important;
  }

  .grve-column-1.accordion{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .panel.show {
    margin-left: -25px;
  }
}

.accordion.active .name:before {
  content: "\2796";
}

.accordion.active .name{
  color: #000;
}

.panel {
  background-color: white;
  display: none;
  padding-bottom: 25px;
}

.panel.show {
  display: block !important;
}

/* Fellowship Accordion ------------------- */

@media screen and (max-width: 720px) {
  #fellowship .content,
  #fellowship .btn{
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}

#winners{
  margin-bottom: 0 !important;
}

.winner_1{
  padding-right:60px !important;
}

@media screen and (max-width: 960px) {
  .winner_1{
    padding:0 40px !important;
  }
}

@media screen and (max-width: 500px) {
  .winner_1{
    padding:0 !important;
  }
}
.fellowship_icons{
  margin-bottom:0 !important;
}

.fellowship_btn{
  padding: 0 !important;
}

.questions{
  border: 1px solid #000 !important;
  padding: 40px !important;
}

.questions .grve-btn{
  margin-top:6px;
}

@media screen and (max-width: 1200px) {
  .questions{
    border: 1px solid #000 !important;
    padding: 40px !important;
  }
  .questions .grve-align-right{
    text-align:left;
    padding-top: 14px;
  }

  .grve-align-right .grve-btn{
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .questions{
    padding: 0 !important;
  }
}


/* Homepage ------------------- */

.read-more a{
  position:relative;
}

.read-more a:after{
  background: url(../../uploads/2016/05/arrow_right.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 12px; 
  position:absolute;
  content:"";
  margin-top: 4px;
  margin-left: 10px;
}

.all-news{
  margin-top:-53px;
  padding-bottom:20px;
  text-align: right !important;
}

#feature{
  margin-bottom: 0 !important;
}

.feature_1{
  padding-right:60px !important;
}

@media screen and (max-width: 1035px) {
  .vc_custom_1464971554282.feature_1,
  .vc_custom_1464971566078.feature_1,
  .vc_custom_1464971571780.feature_1,
  .vc_custom_1465223661680.feature_img,
  .vc_custom_1465223665996.feature_img,
  .vc_custom_1465223675274.feature_img,
  .vc_custom_1464971560346.feature_1{
    padding-bottom:0 !important;
    height: 543px !important;
  }

  .vc_custom_1465223661680.feature_img,
  .vc_custom_1465223665996.feature_img,
  .vc_custom_1465223675274.feature_img{
    padding-top: 0 !important;
  }
 
  .vc_custom_1464971554282.feature_1,
  .vc_custom_1464971560346.feature_1,
  .vc_custom_1464971571780.feature_1,
  .vc_custom_1464971566078.feature_1{
    padding-top: 50px !important;
  }
}

.all-news{
  margin-right:10px;
}

#home_news .btn__primary .grve-btn{
    padding: 10px 20px !important;
}

@media screen and (max-width: 1200px) {
  .no-space-mobile{
    display:none;
  }
}

@media screen and (max-width: 767px) {
  .feature_1{
    padding-right:0!important;
  }

  .all-news{
    text-align: left !important;
    margin-top: 0;
  }
}

.grve-navigation-3.grve-light .grve-carousel-buttons div{
  background:none;
  color:#ffffff;
}

.grve-icon-arrow-left:before{
  content:"\e617";
  margin-right:-30px;
}

.grve-icon-arrow-right:before{
  content: "\e616";
  margin-left:-30px;
}

.grve-carousel-navigation .grve-carousel-buttons div i{
  font-size: 3em;
}


/* Contact form ------------------ */

#grve-theme-wrapper .grve-modal input[type='email']{
  margin-bottom:5px;
}

@media screen and (max-width: 1054px) {
  #grve-theme-wrapper .grve-modal input[type='email']{
    margin-bottom:20px;
  }

  .grve-small-text, span.wpcf7-not-valid-tip{
    margin-top:-15px;
  }
}

.grve-small-text, span.wpcf7-not-valid-tip{
  line-height: 1.5;
  padding: 0 0 5px 0;
}

/*ie*/
#grve-theme-wrapper input[type='text'], #grve-theme-wrapper input[type='input'], #grve-theme-wrapper input[type='password'], #grve-theme-wrapper input[type='number'], #grve-theme-wrapper input[type='email'], #grve-theme-wrapper input[type='number'], #grve-theme-wrapper input[type='url'], #grve-theme-wrapper input[type='tel'], #grve-theme-wrapper input[type='search'], #grve-theme-wrapper input[type='date'], #grve-theme-wrapper textarea, #grve-theme-wrapper select, #grve-theme-wrapper .select2-choice{
  font-size:13.8px;
}

/*ie*/
form.wpcf7-form p{
  font-size:17px;
}