/*
Theme Name: Sheridan Books - FrontMatter
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: #0e3b5e;
}

.container {
	max-width: 722px; /* Typically same as the width of the header image */
	border-radius: 0; /* If rounded corners not desired for page, change to 0 */
	background-color: transparent; /* 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 div. */
#wrapper {
	border-left: 13px solid #51718a;
	border-right: 13px solid #51718a;
	border-bottom: 13px solid #51718a;
	border-radius: 0 0 0 0;
	background-color: #fff;
}

.wp-caption-text {
	font-size: 11px;
}

a:link, a:visited {
	color: #0e3b5e;
}

/*If the text address should be below the client logo, uncomment and use the following */
.footer-address {
	/* padding-top: .5em; */
	color: #676767;
	text-align: left;
	clear: both;
	float: right;

}

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