/*
Theme Name: Acoperisuri
Description: This website was custom designed and developed by 
Author: 
Author URI: 
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {color: #ffffff !important;}
.black, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black p {color: #000000 !important;}
.just, .just p {text-align: justify !important;}
.contacthalf {
	display: block;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	float: left;
}
@media only screen and (max-width: 800px;)
{
	.contacthalf {	width: 100% !important; }
}