/*
Theme Name: WWSP
Theme URI: https://www.wwspi.com
Author: NMS
Author URI: http://www.neilsonmarketing.com
Description: Responsive Wordpress Theme.
Version: 1.0
*/


/*
Required WordPress CSS
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.eAndnBtn a {
	background: #031d55;
	display: block;
	padding: 30px 0;
	max-width: 315px;
	width: 100%;
	float: right;
	font-weight: 700;
}
.eAndnBtn span {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}
.eAndnBtn img {
	float: right;
	margin-right: 22px;
	margin-top: 5px;
}
.singlePostFImage img {
	max-width: 100%;
}

.eventForm{
	background: #efefef;margin: 0 0 0 0;width: 100%;
}
.eventForm h1{
	text-align: center;
}
.eventForm form{
	width: 100%;max-width: 500px;margin: 0 auto;
}
.subMit {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
}

@media only screen and (max-width: 600px) {
  body ,
#main-content .table-content.content-key .cell-content,
#main-content .table-content#table-map .cell-content{
    font-size: 16px;
  }
}

