/*
Theme Name: BCM Block Lite THEME
Theme URI: 
Description: Block Lite child theme for BCM
Author: AndyManzi
Version: 1.0.0
Template: block-lite
*/

/* Imposta carattere generale*/

body {
    font-family: 'Montserrat', sans-serif;
}


.site-title {
    background-image: url(/wp-content/uploads/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
	background-size: contain;
	padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
	
}


.bcm-divis {
	border-bottom-width: 1px;
    border-bottom-style: solid;
	margin:auto;
}

h4 a:hover {
	color: red;
} 

.wp-block-column {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.bcm-button-div {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	top: 10px !important;
	bottom: 10px !important;
	color: black;
	height: 150px !important;
	vertical-align: middle !important;
	display: table-cell !important;
	border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
	border-radius: 0px !important;
	/*font-weight: 200 !important;*/
	font-size: 15px !important;
	width:400px !important;
	background-color:grey !important;
	text-transform: initial;
}

em {
	text-transform: initial;
}
.bcm-button-div:hover {
	background-color:LightGray !important;
	box-shadow: inset 0px -3px 0px rgba(255, 0, 0, .24) !important;

}
}

.home a {
	color: black;
	text-decoration:none;
} 

.home a:visited {
	color: black;

} 


.post-meta{
	display:none;
}

.banner-img .post-author {
	display:none;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
	text-align: center;
    text-decoration: none;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: auto auto;
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: auto auto auto;
	}
}

