/*
Theme Name: Pofo Child
Theme URI: https://pofo.themezaa.com/
Template: pofo
Author: ThemeZaa
Author URI: http://www.themezaa.com/
Description: POFO is an innovative, attractive, extremely flexible and highly customizable Bootstrap responsive multi-purpose corporate and portfolio WordPress theme with 25+ unique home page demos, 150+ stylish elements and 200+ useful templates.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,photography,portfolio
Version: 1.6.1678398235
Updated: 2023-03-09 21:43:55

*/
/* Featured Post */
/* Featured Post */
/* Grid */
/* Resetting font and general styles */
/* General styles */
/* This is a basic example to get started. You may need to adjust based on your needs */
/* Using Airbus CSS Variables */
/* Using Airbus CSS Variables */


.mfp-content .popup-content .popup-content-inner .left {
    width: 100%;
}
.mfp-content .popup-content .popup-content-inner .right {
    width: calc(100% - 50px);
    padding-left: 20px;
    padding-top: 5%;
}

/* Ensure two team members per row by default */
.team-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-member {
  width: 48%;
  box-sizing: border-box;
}

/* Switch to one team member per row under 800px */
@media (max-width: 800px) {
  .team-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-member {
    width: 100% !Important;
  }
}

