/*
Theme Name: Aperitif
Theme URI: https://aperitif.qodeinteractive.com
Description: Wine Shop and Liquor Store
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Text Domain: aperitif
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.team-profile {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
}
.team-single-wrapper {
    margin-top: 50px;
}
/* Float image like screenshot */
.team-photo-float {
  float: left;
  margin: 0 35px 25px 0; /* spacing around image */
}
.team-photo-float img {
  width: 420px;            /* adjust based on design */
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.section1 .section_title span {
    color: #fff;
}
.section2 .section_title span {
    color: #fff;
}
/* Typography */
.team-name {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
}

.team-role {
  font-size: 20px;
  margin-bottom: 15px;
}

/* Content spacing */
.team-content-text p {
  margin-bottom: 18px;
}
.section2 .section_content_leftbox img {
    pointer-events: none;
}
/* MOBILE RESET */
@media (max-width: 768px) {
  .team-photo-float {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .team-photo-float img {
    width: 100%;
    max-width: 400px;
  }
  .team-name, .team-role {
    text-align: center;
  }
}
