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

body {
	font-size: 85%;
	padding-top: 20px;
}

div.container {
	margin-top: 0;
	width: 100%;
	max-width: 660px;
	background-color: #eff1f3;
}
div.header {
	text-align: left;	
}
div.wrapper {
	width: 660px;
	float: left;
	border-left: 3px solid #4a6980;
	border-right: 3px solid #4a6980;
}

div.content {
	width: 630px;
	margin: 0;
	text-align: left;
	background-color: #fff;
	padding: 1em 15px .5em 15px;
	background: url('images/contentholder_background.gif');
}

div.contentholder {
	width: 630px;
	margin: 1em auto 0 auto;
}

h1 {
	font-size: 2em;
	padding-top: 0;
}

#footer {
	float: left;
	width: 630px;
	margin: 1em 15px 1em 15px;
	font-size: 12px;
	line-height: 1.2em;
	color: #6a6a6a;
}
#footer p {
	margin-bottom: 0;
}
#logo_address {
	float: left;
}
#address {
	text-align: left;
	padding-top: 10px;
}
#ps_logo {
	float: right;
	padding-top: 5px;
}
#bottom {
	padding: 0;
	margin: 0;
}

#copyrightnotice {
	display: none;
	height: 0;
}

/*If borders are required around the page, uncomment and adjust the following border colors/widths for the wrapper and footer divs */
.wrapper {
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
}
.footer {
	/* border-left: 3px solid #8b97a6; */
	/* border-right: 3px solid #8b97a6; */
	/* border-bottom: 3px solid #8b97a6; */
}

a:link, a:visited {
	color: #dc5730;
}

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