/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*News*/

.box-info-news{
	min-height 180px;
}

/*Portfolio*/

.img-realiz .elementor-widget-container{
    min-height: 300px;
	position: relative;
}

/*Form*/

form textarea {
    min-height: 100px !important;
}


/*MOBILE E TABLET

@media screen and (max-width: 1024px) {
	
  	section.resp-black {
    	background: none !important;
    	background-color: #000 !important;
	}
	
	section.resp-brown-d {
    	background: none !important;
    	background-color: #4B413B !important;
	}
	
	section.resp-gold{
		background: none !important;
    	background-color: #c29058 !important;
	}
	
	section.resp-black .elementor-background-overlay, section.resp-brown-d .elementor-background-overlay, section.resp-gold .elementor-background-overlay{
		opacity: 0 !important;
	}
	
}


