/**
Theme Name: Brotter ni
Author: Nextindustry
Author URI: https://nextindustry.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brotter-ni
Template: astra
*/
div.greyscale-icon a{
	width:100%;
}
div.greyscale-icon img{
	padding: 0 20%;
	filter: grayscale(1);
}
div.greyscale-icon img:hover{
	filter: grayscale(0);
}
.footer-form form{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
}
.footer-form form .message-box{
	grid-column-start: 1;
    grid-column-end: 3;
}
.footer-form form .uagb-forms-main-submit-button-wrap{
	grid-column-start: 1;
}
@media only screen and (max-width:600px){
	.our-solutions-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}

/* SINGLE OPERE */
.single-opere nav.post-navigation{
	display:none;
}
img.icon-img {
	margin-right: 0.4em;
}
div.calendar-container,
div.location-container {
	margin: 0 2em;
}
.calendar-container h5,
.location-container h5 {
	margin:0;
}
.info-container {
	margin-bottom: 3em;
	width: fit-content;
	padding: 5px;
	border-bottom: 1px solid black;
}
h3.category-title{
	color: #999999;
}
.single-opere h2.opere-title{
	font-weight:normal;
}
@media only screen and (max-width:921px){
.featured-image-opere{
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
	}
}
/* LISTA OPERE */
.opera-box {
	position: relative;
	width: 330px;
	padding: 15px;
	margin: auto;
	margin-top: 0;
}
.opera-box a{
	text-decoration:none !important;
}
.opera-image {
	position: relative;
	width: 300px;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opera-meta-overlay {
	position: absolute;
	bottom: 20px;
	left: -10px;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	display: flex;
	width: fit-content;
}

.opera-meta-overlay img {
	filter: invert(1);
	margin: 0 5px;
}

.opera-categories h6 {
	color: #666;
	margin: 5px 0;
}

.opera-date,
.opera-location {
	margin-right: 1em;
}
@media only screen and (max-width:781px){
	.invert-columns-mobile {
		flex-flow:column-reverse;
	}
}
/* SEARCH BAR */
.ast-search-box.full-screen fieldset{
	border-color: #e2e2e2 !important;
}
.ast-search-box.full-screen .ast-icon svg{
	fill: #e2e2e2 !important;
}
/* Button */
div.wp-block-button a.wp-element-button{
	position:relative;
	border-top: 3px solid transparent;
	border-right:3px solid #666666;
	border-bottom:3px solid #666666;
	border-left: 3px solid transparent;
}
div.wp-block-button a.wp-element-button:hover{
	border: 3px solid #666666;
	border-radius: 4px;
  	box-shadow: inset 0 -3.25em 0 0 #dadada;
	color:black;
}
.opere-container{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width:1000px){
	.opere-container{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:660px){
	.opere-container{
		grid-template-columns: 1fr;
	}
}
/* pagine prodotti */
.prodotto-opere hr{
	 margin: 70px auto !important;
}
.spectra-image-gallery__control-wrapper button{
	box-shadow:none;
}
.coming-soon {
    filter: opacity(0.3) grayscale(1);
	pointer-events: none;
}
h6.coming-soon a{
		text-decoration:none !important;
}