/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.farmer-feed-wrapper .elementor-widget-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
/* 	grid-template-rows: repeat(6, 100px); */
/* 	grid-auto-rows: minmax(250px, auto); */
/* 	grid-auto-rows: minmax(350px, 350px); */
	grid-template-rows: auto;
	grid-gap: 25px;
}

.farmer-block{
	display: flex;
/* 	flex-direction: column;
    align-items: center; */
	flex-direction: row;
	align-items: flex-start;
	grid-column: auto / span 12;
	padding-bottom: 1%;
	border-bottom: 1px solid #f1f1f1;
/* 	box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, .25); */
}

.farmer-block p{
  font-size: .8rem;
  padding-right: 10%;
}

.farmer-block h3,
.farmer-block p{
	text-align: left;
}


.farmer-block img{
	height: 40% !important;
    object-fit: contain !important;
	padding: 3%;
}

/* .farmer-block-details{
	padding: 3%;
} */