/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

#gform_wrapper_5 {
	width:500px;
	margin:0 auto;
}
#gform_wrapper_5 .gform_heading,
#gform_wrapper_5 .gform_footer {
	display:none;
}
#gform_fields_5 .header-form {
	background:url(../img/header-bg-form.png) no-repeat;
	border:none;
	padding:0;
	width:100%;
	height:118px;
	position:relative;
}
#gform_fields_5 .header-form .gsection_title {
	color:#fff;
	font-size:0;
}
#gform_fields_5 .header-form .gsection_description {
	color:#fff;
	font:bold 19px 'Arial';
	position: absolute;
	top: 74px;
	display: inline-block;
	width: 100%;
	text-align: center;
	word-spacing: 3px;
}
#gform_fields_5 .email-field,
#gform_fields_5 .first-name {
	background:#c8d1aa;
	text-align:center;
	font-family:'Arial';
	padding:0 20px;
	font-weight:bold;
	width: 100%;
	margin: 0 !important;
}
#gform_fields_5 .email-field label,
#gform_fields_5 .first-name label {
	display:none;
}
#gform_fields_5 .email-field input,
#gform_fields_5 .first-name input {
	width:49%;
	border:none;
	box-shadow:inset -2px 2px 5px 0 rgba(0,0,0,0.3);
	padding:6px;
}
#gform_fields_5 .footer-form {
	border:none;
	background:#c8d1aa;
	text-align:center;
	font-family:'Arial';
	font-weight:bold;
	color:#000;
	padding:8px
}
#gform_fields_5 .footer-form input {
	float:none;
	background:#6d379f;
	box-shadow:none;
	vertical-align:middle;
	margin:8px 0 0;
	font-size: 15px;
	line-height: 1;
}
#gform_fields_5 .footer-form a {
	color:#6d379f;
}
#gform_fields_5 .footer-form .gsection_title {
	font-size:18px;
	color:#000;
	font-style:italic;
	vertical-align:middle;
}
#gform_fields_5 li {
	margin:0;
}

.side-singup{
	margin: -15px -15px -5px;
	background: #afa3ba;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
	padding: 0 15px 15px;
}
.side-singup .title{
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	padding: 6px 10px;
	margin: 0 -15px 8px;
	background: #004152;
}
.side-singup p{
	margin: 0 0 8px;
}
.side-singup input[type=text]{
	display: block;
	width: 100%;
	border: none;
	margin: 0 0 6px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 10px;
	color: #000;
	box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.3);
}
.side-singup input[type=submit]{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 43px;
	background: url(../img/bg-submit2.png) no-repeat;
	border: none;
	background: 004152;
	color: #fff;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
}
.side-singup input[type=text]::-webkit-input-placeholder{color: #000;}
.side-singup input[type=text]:-moz-placeholder{color: #000;}
.side-singup input[type=text]:-ms-input-placeholder{color: #000;}
.side-singup input[type=text]::-moz-placeholder{
	color: #000;
	opacity: 1;
}

.single-post-img{
	text-align: left;
	width: 492px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-post-img img{
	margin-bottom: 6px;
}

.block-404{
	color: #202121;
	text-align: center;
	font: 24px/29px Verdana, Arial, Helvetica, sans-serif;
}
.block-404 img{
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.block-404 p{
	margin: 0 0 20px;
}
.block-404 h2{
	margin: 0 0 20px;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #f32938;
}
.block-404 a{
	color: inherit;
	text-decoration: underline;
}
.block-404 a:hover{
	text-decoration: none;
}
.block-404 .outro{
	display: block;
	color: #125688;
	font-size: 27px;
	line-height: 31px;
	margin: 0;
}
.block-404 .links{
	line-height: 38px;
}
.block-404 #searchsubmit{
	display: none;
}
.block-404 input[type=text]{
	height: auto !important;
	float: none !important;
	margin: 0 0 20px !important;
	padding: 6px 15px !important;
	outline: none !important;
}

@media (max-width: 767px) {
	.block-404{
		font-size: 14px;
		line-height: 20px;
	}
	.block-404 h2{
		font-size: 20px;
		line-height: 24px;
	}
	.block-404 .outro{
		font-size: 16px;
		line-height: 20px;
	}
	.block-404 .links{
		line-height: 30px;
	}
}
