/*
Theme Name: Theme  
Author: CLEAR Media s.r.o.
Author URI: https://www.clearmedia.sk
Description: Custom theme developed by Miroslav Ivančík
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE 
*/  

.section-gallery p,
.section-gallery h2{  
	margin: 0 auto;
}

.cshero-portfolio-wrapper.w-gallery-tnails-h {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap:20px
}
 
.cshero-portfolio-item {
	float: none;
}

.wpcf7-spinner{
	display: none !important
}

@media (max-width: 600px) {
	.cshero-portfolio-item {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.cshero-portfolio-item {
		width: 50%;
	}
}

