/*
Theme name: TCG
Description: Custom Theme
Version: 1.0
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.
	
*/

a.button {
	display:inline-block;
	background: #1a9649;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	color: white;
	padding: 18px 36px 18px 40px;
	margin: 10px 0;
	vertical-align: middle;
}
a.button:hover {
	opacity: 0.8;
}

.feature__dark--green a.button {
	background: #acd480;
}

.section--standards h1, .section--standards h2, .section--standards h3, .section--standards h4 {
	font-family: 'Fat Chicken',serif;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}
.section--standards h2 {
	padding-bottom: 52px;
	font-size: 39px;
	color: #cfa16b;
	letter-spacing: .06em;
}
.section--standards h3 {
	padding-bottom: 52px;
	font-size: 39px;
	color: #acd480;
	letter-spacing: .06em;
}

.section--intro {
	min-height: 640px;
}

.galleryimages {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.galleryimages img {
	width: 20%;
	height: auto;
}
.galleryimages a:hover img {
	opacity: 0.8;
}

.page-id-26 .footer--logo { display: none; }

.contactform {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	color: black;
}
.contactform input[type='text'], .contactform textarea {
	width: 100%;
	color: black;
	border:1px solid #999;
	padding: 12px;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.contactform h2 {
	font-family: 'Fat Chicken',serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 80px 0 40px 0;
	letter-spacing: 0.05em;
	color: #1a9649;
}
.contactform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactform li {
	padding: 10px 0;
}
.contactform .gform_wrapper .gform_footer input.button, .contactform .gform_wrapper .gform_footer input[type=submit], .contactform .gform_wrapper .gform_page_footer input.button, .contactform .gform_wrapper .gform_page_footer input[type=submit] {
	border: none;
	padding: 18px 30px !important;
	display: inline-block !important;
}
.contactform .gform_footer {
	text-align: center !important;
}

.page-id-26 .siteby { display: none !important }


@media screen and (max-width:1023px) {
	
	.galleryimages img {
		width: 33.333%;
		height: auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section--standards h2 {
		font-size: 19px;
		line-height: 1.6;
		padding-bottom: 16px;
	}
	.section--standards h3 {
		font-size: 13px;
		line-height: 1.6;
		padding-bottom: 4px;
	}
	.footer .footer-nav li span {
		font-size: 12px;
	}
	.footer .footer-nav li strong {
		font-size: 12px;
	}
		
}

@media screen and (max-width:660px) {
	
	.galleryimages img {
		width: 50%;
		height: auto;
	}
	
}