/*
Theme Name: Conult
Theme URI: https://gaviaspreview.com/wp/conult/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2022 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.3.2
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: conult

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

.wpum-template.wpum-account-navigation .tab-view {
   display: none;
   
}

#wpum-directory-search-form div.wpum-row div {
display: flex; align-items: center;
}
@media (max-width:765px) {
   .wpum-directory-single-user 
   .wpum-col-xs-4.wpum-meta {
      max-width: 111px; 
   }
   .wpum-directory-single-user 
   .wpum-col-xs-4.wpum-meta a {font-size:16px;}
}

.team-image img {
    width: 100%; height: 400px;
    object-fit: cover;
}

.gsc-team-item .socials-team {
display: none;
}

/* nav height  */
.elementor-element.elementor-element-edit-mode.elementor-element-30b5fcf.elementor-element--toggle-edit-tools.elementor-column.elementor-top-column {
   height:90px;
}

/* global tablet and desktop padding increase  */
@media (max-width: 1024px) {
   .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
      padding: 25px;
   }
}

div.gva-element-gva-services-group.gva-element .service-item.style-4 .service-item-content .service-content {
   padding: 15px;
   min-height: 400px;
}

.gva-posts-standard.clearfix.gva-posts .entry-meta {
   display: none;
}

/* Members directory  */
#wpum-directory-users-list .wpum-row.wpum-middle-xs {
   align-items: center; 
}

#wpum-directory-users-list #directory-avatar a {
   width: 100px; height: 100px;
}

.menu-step-footer-menu-container #menu-step-footer-menu {columns:2;}
@media (max-width: 1024px) {
.menu-step-footer-menu-container #menu-step-footer-menu {columns:1;}
   
}

/* Membership directory responsive  */
@media (max-width: 765px) {
   #wpum-directory-users-list .wpum-col-xs-2 {
      min-width: 40%;
   }
   #wpum-directory-users-list .wpum-col-xs-6 {
      min-width: 60%;
   }
   .wpum-directory-single-user .wpum-col-xs-4.wpum-meta {
      max-width:100%;
   }
}