/**
 * Theme Name: Mantova Strada
 * Description: Tema custom per Mantova Strada
 * Author: Mantova Strada
 * Template: blocksy
 * Text Domain: blocksy
 */


.eael-post-list-content .meta {
display: none !important;
}

.eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-post-inner {
	padding: 0px !important;
	border-radius: 0px !important;
}

.card-header:first-child {
    border-radius: 0px !important;
    font-family: 'Poppins';
  	background: white !important;
    }
    
    
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: none;
    border-bottom: 2px solid black;
    border: 0px !important;
    border-color: transparent;
   }
  
  
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: 0px !important;
    border-bottom: 2px solid black;
	    
 }  
 
 .card-link {
	 color: black !important;
	 font-weight: 600;
 }
 
 .card-body {
    font-family: 'Poppins' !important;
    }
    
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: red;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: red;
color: white;
}