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

body {
	 background-color: #393939; 
}

.container {
	max-width: 580px; /* Typically same as the width of the header image */
	border: 7px solid #e8e8e8; /* 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 */
	padding:10px;
}

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

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

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

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

/* Override due to page layout */
.content {
  margin: 0 20px 0 20px;
	}