/* Default Template */

.wdt-team-holder.wdt-rc-template-default .wdt-content-item { text-align: center; -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 0; border-radius: 0; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }

.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group { display: flex; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child) { margin-bottom: 25px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 16px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle { color: var(--wdtBodyTxtColor); }

.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group > div:not(:last-child) { margin-bottom: 0; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-container { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 20px; left: 0; right: 0; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list li { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a:hover { color: var(--wdtLinkHoverColor); }
.wdt-team-holder.wdt-rc-template-default .wdt-column-wrapper.wdt-column-gap-narrow { margin: -10px; }
.wdt-team-holder.wdt-rc-template-default .wdt-column-wrapper.wdt-column-gap-narrow .wdt-column { padding: 10px 10px clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) 10px; }


/* dark-bg */
.wdt-dark-bg .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle { color: rgba(var(--wdtAccentTxtColorRgb), 0.6); }

/** Standard Template */

.wdt-team-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }