/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2024 | 10:44:12 */
/*.logged-in .slider_form{
    display:none;
}

.home.logged-in .slider_form_title{
    display:none;
}*/

.slider_login .elementor-login__logged-in-message{
	text-align:center;
}

.slider_form .elementor-login-separator{
	margin-right:5px;
	margin-left:5px;
}

#custom_html-3 .elementor-element.elementor-element-d2139e5, #custom_html-4 .elementor-element.elementor-element-d2139e5 {
    width: auto;
    max-width: auto;
}

#custom_html-3 .elementor-element.elementor-element-d2139e5 .thim-link-login a,#custom_html-4 .elementor-element.elementor-element-d2139e5 .thim-link-login a {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
}

#custom_html-3 .thim-link-login, #custom_html-4 .thim-link-login{
	text-align:left;
}

.elementor-element-68d6b64 {
	margin-block-end: 0 !important;
    margin-bottom: 0 !important;
}

.rtl #custom_html-3 .elementor-element.elementor-element-d2139e5 .thim-link-login a i, .rtl #custom_html-4 .elementor-element.elementor-element-d2139e5 .thim-link-login a i {
    margin-right: 0;
    margin-left: 10px;
}

#custom_html-3 .thim-link-login{
	text-align:left;
}


body.logged-in .hide-login{
	display:none;
}

body:not(.logged-in) .hide-unlogin{
	display:none;
}

.author-list div.user{
	margin: auto;
    margin-bottom: 15px;
    width: 25%;
    display: inline-flex !important;
    float: none !important;
	justify-content: center;
}

.author-list div.user .name{
	margin-top: 8px;
    line-height: 1.4;
    font-weight: bold;
    color: #962983;
	transition: all 0.7s;
}

.author-list div.user .avatar{
	height: 230px;
    display: block;
    overflow: hidden;
}


.author-list div.user .avatar img{
	transition: all 0.7s;
}

.author-list div.user:hover .avatar img{
	transform: scale(1.1);
}

.author-list div.user:hover .name{
	color: var(--thim-main-menu-text-color);
}

@media(max-width:767px){
	.author-list div.user{
    	width: 50%;
	}
}
