/*
Theme Name: Forge
Author: Forge Online
Author URI: http://http://forge.co.nz/
Description: Child Theme
Version: 1.0.0
Template: dt-the7
*/
@import url("../dt-the7/style.css");

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

@font-face {
  font-family: 'Humana';
  src: url('Humana.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Earth';
  src: url('Earth.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GoodTimesRg';
  src: url('GoodTimesRg-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

#page.boxed {  margin: 0 auto;  }
.page-title { border-top: 1px solid #a6ce39; border-bottom: 1px solid #a6ce39; background-color: #f9fcf1; }
.page-title.title-left h1, .page-title.title-right h1 { color: #6e9a35; font-size: 24px; }

#main h2, h2 { color: #a6ce39; font-weight: 300; }
h3 { color: #a6ce39; }

.bottom-border { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 40px !important; }
.bottom-border:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0 !important; }
.bottom-border a { color: #444444; }

.page-template-template-blog-list-php .blog-content a { color: #444; }

/********************************************************************************* HOME PAGE */

@media screen and (max-width:400px) {
	#branding > a > img { width: 100%; } 
}

.home .shortcode-teaser h2 { text-transform: uppercase; }

.home .testimonial-item {
	background: none;
	padding: 0;
}

.home .testimonial-vcard .no-avatar {
	display:none;
}

.home .testimonial-vcard .wf-td:nth-child(2) {
	width: 100%;
	text-align: right;
}

.home .testimonial-vcard .text-primary {
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
	color: #a6ce39;
}


/********************************************************************************* BOTTOM FOOTER BAR */

#bottom-bar {
	background: url(/wp-content/uploads/footer-bg.png) no-repeat 0 0 #0A0A0D;
	padding-bottom: 0;
}

#bottom-bar .mini-nav ul {
	font-size: 14px;
	line-height: 150px;
}

#top-bar { font-size: 15px !important; line-height: 18px !important; padding: 10px 0 !important; }