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

body {
	color: #734E4A;
	font-size: 95%;
	font-weight: normal;
	color: #FFF;
	background-color: #5A5A5A;
	text-decoration: none;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.container {
	margin-top: 0;
	text-align: center;
	max-width: 834px; /* Typically same as the width of the header image */
	border-radius: 0; /* If rounded corners not desired for page, change to 0 */
	color: #FFF;
	background-color: #5A5A5A;
	padding-top: 50px;
	background-image: url(images/article_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2em;
}

.wrapper {
	text-align: center;
	max-width: 688px;
	margin: 0 auto;
	background: #FFF;
	padding: 0;
	line-height: 0;
}

.content {
	text-align: left;
	margin: 0;

}

.contentsection {
	text-align: left;
	max-width: 648px;
	color: #56524D;
	background-color: #FFF;
	margin: 0 20px 0 20px;
	padding: 1px 0 0 0;
}

.content p {
	margin-top: 0;
	font-size:15px;
	line-height: 1.3em;
}

h1 {
	font-size: 175%;
	color: #4a3f3e;
	margin-top: 0.3em;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 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: #5f8ca9;
}

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

div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
	padding: 20px;
}

.sidebar-right {
	width: 300px;
}

.sidebar-right.smalltext p,.sidebar-left.smalltext p {
	font-size:13px;
	line-height: 1em;
}

.sidebar-left {
	width: 100%;
	margin: 0 0 1em 0;
}

/*Overrides Foundation CSS making ul text 1rem */

ul, ol, dl {
	font-size: 1em;
}

li {
	font-size: 1em;
	line-height: 1.6;
}

#footer {
	clear: both;
	height: 90px;
	width: 100%;
	background: #fff;
	margin-top: 1em;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

#ps_logo {
	float: left;
	text-align: left;
	width: 50%;
	padding-top: 10px;
}

#sheridan_logo {
	float: left;
	text-align: right;
	width: 50%;
	text-decoration: none;
}


