/*
Theme Name:  Ashe Child
Template: 	 ashe
Theme URI:	 https://wordpress.org/themes/ashe/
Author:		 Marek Golonka
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: ashechild
*/



.site .tutor__btn{
	background: var(--e-global-color-primary);
	color:#FFF;
	padding:0.25rem 1rem;
    margin:1rem auto;
}
.site .tutor__btn:hover{
	color:#FFF;
	background:#444444;

}

@media screen and (min-width:960px){
    .site .tutor__btn{
        margin:0;
    }




	.home .elementor-widget-lae-posts-block .lae-module-3 {
		display:flex;
	}
	
	.home .elementor-widget-lae-posts-block .lae-module-3 .lae-entry-details {
		margin-left:1rem;
	}
	.home .elementor-widget-lae-posts-block .lae-module-3 .lae-module-thumb{
		position: relative;
		min-width:125px;
		max-width:100%;
		max-height:90px;
		margin:0;
	
	}
	
	.home .elementor-widget-lae-posts-block .lae-module-3 .lae-module-thumb img{
			object-fit: cover;
			
				height:85px;
	}
}




