/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.intro {
	width: 100%;
	display: inline-block;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.left {
	width: 50%;
	display: inline-block;
	float: left;
	border: 3px solid #88C63F;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.right {
	width: 49%;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	border: 3px solid #88C63F;
	margin-bottom: 20px;
}

.full {
	width: 100%;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #88C63F;
	margin-bottom: 20px;
}



h3 {
	letter-spacing: 0;
}

h4 {
	letter-spacing: 5px;
}

@media only screen and (max-width: 480px) {
	#templateColumns {
		width: 100% !important;
	}
	
	.templateColumnContainer {
		display: block !important;
		width: 100% !important;
	}
	
	.columnImage {
		height: auto !important;
		max-width: 480px !important;
		width: 100% !important;
	}
	
	.leftColumnContent {
		font-size: 16px !important;
		line-height: 125% !important;
	}
	
	.rightColumnContent {
		font-size: 16px !important;
		line-height: 125% !important;
	}
}

td {
	white-space: normal !important;
	word-wrap: break-word;
}

table {
	table-layout: fixed;
}

.myButton {
	background-color: #87c63f;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 19px;
	text-decoration: none;
}

.myButton:hover {
	background-color: #99db48;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.fullscreen-header .entry-title{
  max-width:720px;
}

a.more-link {
    border: 1px solid;
		border-color: #ffffff;
    border-radius: 999px;
    display: inline-block;
		color: #ffffff;
    font-weight: bolder;
    line-height: 1.25;
    padding: 0.87em 1.45em;
    vertical-align: bottom;
}

a.more-link:hover {
    border: 1px solid;
		border-color: #ffffff;
		background-color: #ffffff;
    border-radius: 999px;
    display: inline-block;
		color: #424242;
    font-weight: bolder;
    line-height: 1.25;
    padding: 0.87em 1.45em;
    vertical-align: bottom;
}


.wf-active .single .entry-content h2, .wf-active .page .entry-content h2, .wf-active .comments-area .comment-body h2 {
    font-style: normal;
    font-weight: 600;
}

body.page-id-3 .th-featured-image  {object-position: center -100px;}
body.page-id-5520 .th-featured-image {object-position: center -75px;}
body.page-id-5529 .th-featured-image {object-position: top center;}
body.postid-5681 .th-featured-image {object-position: center top}