/*
 Theme Name:     Divi-child
 Theme URI:      http://www.print.si/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */




#sContent, #sEq
{
	resize: vertical;
	min-height: 300px !important;
}

#textarea, #sUserhelp
{
	resize: vertical;
	min-height: 300px !important;
}


.modalDialog DIV P
{
	color: #444444;
	font-size: 15px;
}






#fbuilder INPUT[type="text"], #fbuilder INPUT[type="date"], #fbuilder INPUT[type="datetime"], #fbuilder INPUT[type="email"], #fbuilder INPUT[type="number"], #fbuilder INPUT[type="search"], #fbuilder INPUT[type="time"], #fbuilder INPUT[type="url"], #fbuilder TEXTAREA, #fbuilder SELECT
{
	width: auto;
	display: inline-block;
	color: #AC0101;
	background-color: #EDEDED;
	border-radius: 3px;
}


#fbuilder .right_aligned .fields LABEL
{
	float: left;
	width: 28%;
	text-align: right;
	padding: 2px 2px 0px 0px;
	line-height: 1;
	font-size: 12px;
}


P.demo_store
{
	width: 100% !important;
	font-size: 1em !important;
	padding: 0 !important;
	background-color: #841AFF !important;

}