/*=============================
    Updated  Homepage May 2020
==============================*/


.homenew-message p {

font-weight: 600;
    font-size: 1em;
    letter-spacing: .5px;
    margin-bottom: 20px;
    line-height: 140%;


}

.homenew-message {

	padding: 5%;
    width: 80%;
    margin: 0 auto;
    position: relative;
    border: 3px solid black;

	}




	.homenew-message img {
		max-width: 250px;
		width: 50%;
		height: auto;
	}


@media all and (max-width: 580px) {
	.homenew-message img {
		display: block; 
		margin-top: 10px;
	}
}

.homenew .image-slider {
	padding: 5% 0; 
}

.homenew-message img.piglogo {
    position: absolute;
    right: 40px;
    bottom: 45px;
    width: 15%;

}


.homenew-email {
	width: 100%;
	text-align: center;
}


.homenew-emailform {
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
	padding: 60px 0 20px;
}


.homenew-emailform p {
	text-align: center;
}


.homenew-emailform h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
}

.homenew-emailform input {
	margin: 20px 0 30px;
}

.homenew-emailform  input[type=submit] {
	width: 50%;
	margin: 0 auto 20px;
	text-align: center;
	border: 1px solid #fff;
}

.homenew-emailform  input[type=submit]:hover {

	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

.mc4wp-alert {
	color: #fff;
}

.mc4wp-error {
	color: red;
}

::placeholder {
  text-align: center;
}