/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.single-member { }
.single-member .fullcolumn {
    background-color: transparent;
}
.single-member .gs-roow .cbp-so-side-left { width: 320px !important; }
.single-member .gs-roow .cbp-so-side-left img { width:290px!important; height:290px!important; border-radius:50%; object-fit: cover; object-position: top; margin-bottom: 10px; box-shadow: 0px 10px 2px 0px #6D8FCA; }
.single-member .gs-roow .cbp-so-side-right { width: calc(100% - 330px); }
.single-member .gs-roow { display: flex; align-items: center; }
.single-member .gs-team-details, .single-member .socialicon { display: none; }
.single-member .zoomin img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#gs_team_area_1 .gs-member-name a, #gs_team_area_3 .gs-member-name a {
	font-size: 20px !important;
line-height: 30px;
text-transform: uppercase;
color: #ffffff;
font-weight: bold !important;
}
#gs_team_area_1 .gs-team-profession, #gs_team_area_3 .gs-team-profession {
	font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    color: #fff;
}