/*
Theme Name: FullWebCustom
Description: Custom theme developed by FullWeb based on Avada framework
Author: FullWeb
Author URI: https://fullweb.ro
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.white, .white h1, .white h2, .white h3, .white h4, .white p {color: #ffffff !important;}
.black, .black h1, .black h2, .black h3, .black h4, .black p {color: #000000 !important;}
.contacthalf {display: block; width: 50%; box-sizing: border-box; padding: 0 10px; float: left;}
@media only screen and (max-width: 800px)
{
	/*2-columns contactform*/
	.contacthalf {	width: 100% !important; }
	
	/*products on 2 per row layout*/
	.fusion-body .products li { 
		display: inline-block !important;
		box-sizing: border-box;
		width: 49% !important;
	}
}

@media only screen and (min-width: 1200px) {

	.archive #main .fusion-row {max-width: 1200px !important;}
	
}