/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Team Members Post Grid */
#team-members-grid .uc-items-wrapper .ue_post_grid_item {position: relative;}
#team-members-grid .ue_post_grid_item .uc_content {position: absolute; bottom: 0; width: 100%;}
#team-members-grid .ue_post_grid_item .uc_content .uc_content-info-wrapper {display: flex; flex-direction: column;}
#team-members-grid .ue_post_grid_item .uc_content .uc_post_title h3 {margin: 0 0 5px !important;}
#team-members-grid .ue_post_grid_item .uc_content .ue-meta-data {order: 3;}
#team-members-grid .ue_post_grid_item .uc_content .additional-custom-contact-wrapper {display: flex; justify-content: center; align-items: center; column-gap: 25px;}

/* Team Members Single Popup */
.team-single-popup .elementor-widget-theme-post-content p:not(:last-of-type) {margin-bottom: 25px !important;}

/* Responsive */
@media screen and (max-width: 767px) {
	#team-members-grid .uc-items-wrapper .ue_post_grid_item {margin: 0 auto !important;}
	.team-single-popup .elementor-widget-theme-post-content p:not(:last-of-type) {margin-bottom: 15px !important;}
}
