<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Manhattan Commercial Realty
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: #edffff;
}

.container {
	max-width: 605px; /* 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: 1px solid rgb(202, 202, 202);
	border-right: 1px solid rgb(202, 202, 202);
	border-bottom: 1px solid rgb(202, 202, 202);
	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: #9ab25e;
}
input.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: #9ab25e;
}



/* 20150316 Changing the defaults  **/
 
/* li { Instead of this, use the .no-margin class on any &lt;ul&gt; or &lt;ol&gt; 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;
}

/*Landing Page CSS*/
#thanks {
	display: none;
}
</pre></body></html>