/*
Theme Name: Trade Press Services
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: #EAF2FA;
}

.container {
	max-width: 650px; /* Typically same as the width of the header image */
	border-radius: 0px; /* 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 */
}

/*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: #2C7C19;
}

/*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: #2C7C19;
}
input.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: #4bce2c;
}



/* 20150316 Changing the defaults  **/
 
/* li { Instead of this, use the .no-margin class on any <ul> or <ol> where you DON'T want margins.
	margin-bottom: 0;
} */

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

