/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



.portfolio-share {
  display:none;
}


.textwidget hr {
  opacity: 0.9;
}

.the-team .d-flex {
    display:flex;
}

.the-team img {
    width: 100%;
  }
  .the-team .pad {
    padding-top:0;
    padding-bottom:0;
    margin-top:15px;
    margin-bottom:15px;
  }
  .the-team .light-grey {
    background-color: #eff0f1;
  }
  .the-team .info {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .the-team .info:after {
      padding-top: 20%;
      display: block;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      content: "\f107";
      font-size: 2rem;
      text-align: center;
      background: green;
      position: absolute;
      bottom: 14px;
      left: 15px;
      right: 15px;
      background: -moz-linear-gradient(top, rgba(239, 240, 241, 0) 0%, rgba(239, 240, 241, 0) 1%, rgba(239, 240, 241, 1) 100%);
      background: -webkit-linear-gradient(top, rgba(239, 240, 241, 0) 0%, rgba(239, 240, 241, 0) 1%, rgba(239, 240, 241, 1) 100%);
      background: linear-gradient(to bottom, rgba(239, 240, 241, 0) 0%, rgba(239, 240, 241, 0) 1%, rgba(239, 240, 241, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eff0f1', endColorstr='#eff0f1',GradientType=0);
      color: #000;
      pointer-events: none;
      transition: opacity 0.3s;
    }
    .the-team .info:hover:after {
      opacity: 0;
    }
  }
  .the-team .info .info-scroll {
    overflow-y: auto;
    display: flex;
    flex-grow: 1;
    transform: translate3d(0, 0, 0);
    margin-top: 15px;
  }
  @media (min-width: 768px) {
    .the-team .info .info-scroll .p-scroll {
      position: absolute;
    }
  }
  .the-team .image-email {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .the-team .image-email i {
    font-size: 2rem;
    color: #fff;
    display: block;
    text-align: center;
  }
  .the-team .image-email a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    transform: translateY(100px);
    transition: transform 0.4s;
  }
  .the-team .image-email:hover {
    opacity: 1;
  }
  .the-team .image-email:hover a {
    transform: translateY(0);
  }
  