/*
Theme Name: Shaw
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: #ffffff;
}

.header-container {
	width:600px;
	margin:auto;
	margin-top:30px;
}

.container {
	margin-top: 0;
	max-width: 600px; /* Typically same as the width of the header image */
	border-radius: 0; /* If rounded corners not desired for page, change to 0 */
	background-color: #ffffff; /* Default in central theme stylesheet is #878787, often should be changed to white */	
	background: #F7F7F7;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;

}

div.content.main {
	padding-top: 0;
}

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

/*If borders are required around the page, uncomment and adjust the following border colors/widths for the wrapper div.
#wrapper {
	border-left: 3px solid #8b97a6;
	border-right: 3px solid #8b97a6;
	border-bottom: 3px solid #8b97a6;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
} */

a:link, a:visited {
	color: #0000ff;
}

/*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;
}

/* By default, DON'T put borders on article images. Central theme stylesheet has .border class for images where you do want to add a border. */
.content img {
	border: 0 !important;
	outline: 0 !important;
}