/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1656305820
Updated: 2022-06-27 04:57:00

*/

/* header,
footer {
    display:none 
}
body{
    background-color: transparent;
    box-shadow:none;
} */


/* consultants listing */
.author_desc{
    padding-left: 25;
}
.page-template-userhome .userGrid{
    min-height: 540px;
}

.userGrid{
margin: 50px auto;
}

.user_title{
    text-align: center;
}
.user_title p{
    color: #3E105D;
    font-family: "Alice", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.user_img{
    text-align: center;
}
.user_img img{
   
  
    border-radius: 10px 10px 10px 10px;
    transition: transform 1.2s ease-in-out;
}

.user_img img:hover{
    transform: rotate(4deg);
}

.user_info{
margin: 15px auto;
text-align: center;
}

.user_info p a{
    color: #3E105D;
    font-family: "Zilla Slab", Sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.author .userGrid{
    margin-top: 15px;
    }
.author_desc h1,
.author_desc h5,
.author_desc p {
    color: #3E105D !important;
    font-family: "Alice", Sans-serif !important;
    font-weight: 400 !important;
}
.user_dp{
    padding-top:76px ;
}
.user_dp img{
    border-radius: 10px;
}

.user_dp img{
    width: 100%;
}

/* .red_chat, .red {
   // pointer-events: none;
} */

@media(min-width: 1400px) {
    .const_sec{
        max-width: 1140px;
    }
}


