/*
Theme Name: Affinity Network Solutions
All styles below are potential overrides for the central theme stylesheet located at https://updatesfrom.co/library/css/central-theme-style.css
*/


body {
	background: #2b2b2b;
}

.container {
	max-width: 580px; /* Typically same as the width of the header image */
	/* border-radius: 6px; /* If rounded corners not desired for page, uncomment change to 0 */
	background-color: #ffffff; /* Default in central theme stylesheet is #878787, often should be changed to white */
}

/*If borders are required around the page, uncomment and adjust the following border colors/widths for the wrapper and footer divs */
.wrapper {
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
}
.footer {
	padding-bottom: 10px;
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
	/* border-bottom: 3px solid #8b97a6; */
}

a:link, a:visited {
	color: #cc0000;
}

/*If the text address should be below the client logo, uncomment and use the following */
.footer-address {
	clear: both;
	padding-top: 5px;

}

/* Form button colors, override Foundation's color; also applied to Contact Form 7 button */
input.button, input.wpcf7-form-control.wpcf7-submit {
	background: #cc0000;
}
input.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: #b20000;
}