/*
 Theme Name:     Divi Plutanium
 Theme URI:      http://www.plutanium.cz
 Description:    Divi Plutanium
 Author:         Plutanium team
 Author URI:     http://www.plutanium.cz
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here */



#hp-section-kontakt {
	background-image: #362d6c;
	background-image: -moz-linear-gradient(45deg, #362d6c 0%, #0c5593 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #362d6c), color-stop(100%, #0c5593));
	background-image: -webkit-linear-gradient(45deg, #362d6c 0%, #0c5593 100%);
	background-image: -o-linear-gradient(45deg, #362d6c 0%, #0c5593 100%);
	background-image: -ms-linear-gradient(45deg, #362d6c 0%, #0c5593 100%);
	background-image: linear-gradient(45deg, #362d6c 0%,#0c5593 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#362d6c', endColorstr='#0c5593', GradientType=1);
	background-position: center 0;
	background-repeat: no-repeat;
	}

