/*
 Theme Name: Divi Coach
 Theme URI: http://wppug.com
 Description: A stylish divi child theme for Coach and Consultants
 Author: DiviPug
 Author URI: http://wppug.com
 Template: Divi
 Version: 1.0.1
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

*/.et_pb_post {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
}


.box-shadow-hover {
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
}
h3.menu-item-title {
  margin-bottom: 0 !important;
}
.et_pb_team_member {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0;
  overflow: hidden;
}
.et_pb_team_member:hover {
  transform: translate(0,-8px);
  -webkit-transform: translate(0,-8px);
  -moz-transform: translate(0,-8px);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
}
.et_pb_team_member:hover .et_pb_team_member_description {
  opacity: 0;
}
.et_pb_team_member_image {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.et_pb_team_member img {
  width: 100%;
}
.et_pb_team_member_description {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0,0,0,0.8);
}
.entry-content .et_pb_member_social_links {
  margin-top: 5px;
}
.et_pb_member_social_links a {
  font-size: 11px;
}
.et_pb_blog_grid .et_pb_post {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.et_pb_blog_grid .et_pb_post:hover {
  transform: translate(-3px,-3px);
  -webkit-transform: translate(-3px,-3px);
  -moz-transform: translate(-3px,-3px);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
}
.et_pb_blog_grid .et_pb_post .entry-title {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
.et_pb_blog_grid .et_pb_post .post-meta {
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}
.et_pb_blog_grid .et_pb_post .post-content p {
  font-size: 13px;
  line-height: 1.5;
}
.et_pb_blog_grid .et_pb_post a.more-link {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.et_pb_blurb {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.et_pb_blurb:hover {
  transform: translate(-3px,-3px);
  -webkit-transform: translate(-3px,-3px);
  -moz-transform: translate(-3px,-3px);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.1);
}