/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 09:57:21 */
/* Input, Select, Text Area */
.init input[type=text],.init select,.init input[type=email],.init p span textarea{
	border-width:2px;
	height:48px;
	border-color:#d1d1d1;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/* Input */
#page #content .ast-container #primary #main .ast-article-single .entry-content .js .init p span input[type=text]{
	height:48px !important;
}

/* Text Area */
.init p textarea{
	height:154px !important;
}



