/* CSS Document */
/* COLOR REFERENCES
Green:		#79b044
Salmon:		#dd5638
Blue Gray:	#3e4249
----
CSS SELECTORS:
# = id selector
. = class selector
, separated multiple elements in a css style group

em - e.g. 1.3em = 130% of the default font size

!important - overrides other CSS styles for the line appended to.

*/

/* ============ */
/* ===GENERAL=== */
/* ============ */

body {
	margin-top: 0px;
	font-family: 'tk-museo-sans', '.tk-museo-sans', 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 12px;
	background: url('') top left repeat;
}

/* ============ */
/* ===GLOBAL=== */
/* ============ */

img {
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibililty;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}
h1,h2 {
	margin: 0 0 40px;
}
h3 {
	margin 20px 0;
}
h4 {
	font-size: 18px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}

a:link, a:visited {
	color: #dd5638;
}

a:hover {
	text-decoration: none;
	color: #c9302c;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align:left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}


.btn {
	font-weight: bold;
}

.btn-danger {
	background-color: #dd5638;
	border-collapse: #d95131;
}
.btn-success {
	background-color: #79b044;
	border: none;
}
.btn-success:hover {
	background-color: #6a9b3d;
	border-color: #6a9b3d;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibililty;
	color: white;
}

.modal-content {
	background: url('../img/tile.jpg') top left repeat;
	color: black;
}
.modal-title {
	color: black;
}

.badge.social {
	background: #ccc;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align:center;
	line-height: 40px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}
.badge.social.twitter:hover {
	background: #55acee;
}
.badge.social.facebook:hover {
	background: #3b5598;
}
.badge.social.gplus:hover {
	background: #db4b39;
}

.badge.social .fa-twitter, .fa-facebook, .fa-google-plus{
	line-height: inherit;
}

.row-height-62{height: 62px;}

.centertextbox-whitebg{
	background: rgba(255,255,255,.85);
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:20px;
	color:#036;
	width: 780px;
	margin-top: 390px;
	text-align:center;}
	
.maintext{
	background: rgba(255,255,255,.90);
	font-family:Verdana, Geneva, sans-serif;
	font-weight:200;
	zfont-size:20px;
	color:#036;
	zwidth: 780px;
	zmargin-top: 390px;
	text-align:left;}

.neg-top-margin{
	margin-top: -35px !important;}

/* ==== END GENERAL CSS ==== */

/* ==== MODAL NEW ==== */
.modal-custom {
	background-color: #0a3b5c;
}
.modal-header-custom {
	border: none;
}
.modal-title-custom {
	color: #ffffff;
}
.modal-body-custom {
	color: #ffffff;
	text-align: center;
}
.modal-body-custom h1 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 30px 0px 15px 0px;
}
.modal-body-custom p {
	font-family: 'prenton', san-serif;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 30px;
}
/*blue link color needs to be lighter on the dark blue*/
#myModal a {
	color: #1590cd;
	font-size: 16px
}

/* === END MODAL NEW ===*/
/* =====================*/
.navbar-default {
	padding: 0;
	background: rgba(25,90,125,1);
	border: none;
}

/* ==== 
/* ==== HERO === */
/* ==== */

#hero {
	z
	background:  url("/images/home_pnw_comp_logo.jpg") 50% 0 no-repeat fixed;
	min-height: 500px;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibililty;
}
#hero-home {
	background:  url("/images/home_comp_logo2_400.jpg") 50% 0 no-repeat scroll;
	min-height: 500px;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibililty;
}

#hero article {
	width: 100%;
	text-align: center;
}


#hero .hero-text {
	margin-top: 30px;
}

#hero .price-timeline {
	margin: 30px 0 60px;
	text-align: center;
}

#hero .price-timeline .price {
	display: inline-block;
	margin: 0 2% 0 0;
	width: 30%;
	background: #3e4249;
	padding: 10px 20px 30px;
	position:relative;
	vertical-align: top;
}

#hero .price-timeline .price.active {
	background: #dd5638;
}

#hero .price-timeline .price span {
		background: #101010;
		display: block;
		height: 70px;
		width: 70px;
		text-align: center;
		line-height: 70px;
		font-weight: bold;
		font-size: 24px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-mos-border-radius: 100%;
		position: absolute;
		bottom: -35px;
		left: 50%;
		margin-left: -35px;
}

#hero .price-timeline h4 {
	margin: 0 0 10;
}

#hero .price-timeline h4 small{
	color: white;
	font-weight: bold;
	display: block;
}

/* ==== 
/* ==== LAYOUT === */
/* ==== */

.row + .row {
	margin-top: 20px;
}


section { 
	padding: 80px 0;
}

section.main-content {
	padding: 40px 0;
}

.section-header {
		text-align: center;
}

section h2 { 
	margin: 20px 0 40px;
}
section h3 { 
	margin: 30px 0 10px;
}

#primary {
	padding-top:40px;
	padding-bottom:40px;
}

.feature-image {
	display: table;
	width:100%
}

.feature-image-default {
	background: url(../img/stuff-feature.jpg) no-repeat;
	background-size: cover;
}
.feature-image-default-alt {
	background: url(../img/hipster-stuff.jpg) no-repeat;
	background-size: cover;
}

.feature-image h1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:white;
}


#kudos {
	color: black;
	background: white url('') repeat;
}

#optin {
	background: #3e4249;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibililty;
	font-size: 1.2em;
}

#optin p {
	margin: 7px 0 0 0;
}

#who-benefits {
	background: white;
}

#course-features {
		background: #3e4249;
		color: white;
		text-align: center;
} 


/* ================== */
/* ===BLOG STYLES=== */
/* ================ */

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background:white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-mox-border-radius: 4px;
	border-radius: 4px;

}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding:20px;
}
	
.post header h1,
.post header h3  {
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:solid 1px #ddd;
}

.post header h1  {
	font-size:24px;
}

.post-image {
	height:auto;
}

.post-details {
	font-size:small;
	width:90%;
}
.post-details i.fa {
	padding-left: 10px;
}
.post-details i.fa:first-child {
	padding: 0px;
}

      /* ===COMMENTS=== */
.post-comments-badge {
	height:70px;
	width:70px;
	position:absolute;
	top:25px;
	right:20px;
	border:none;
	text-align:center;
	-webkit-border-radius: 100%;
	-mox-border-radius: 100%;
	border-radius: 100%;
	background:#79b044;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color:white;
	font-size:20px;
	line-height:20px;
}

.post-comments-badge i.fa,
.post-comments-badge i.fa.fa-comments,
.post-comments-badge i.fa-comments
{
	display:block;
	font-size:15px;
	vertical-align:middle;
	padding:0;
	margin-bottom:4px;
}

.post-comments-badge:hover {
	background-color:#8bc653;
}

#comments h3 {
	text-align:center;
}
#comments h4 {
	font-size: 1.3em;
}
#comments ol {
	list-style:none;
	padding:0;
	margin:0;
}
#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0; 
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px;
	padding: 20px 0 0 ;
	border-top: solid 1px #eee;
}

/* =================== */
/* ==== RESOURCES ==== */
/* The CSS below keeps the dynamic spacing in wordpress
   even in columns no matter how many entries are there.
   The ":nth-child(Xn)" is applied only to every Xth 
   occurrance of the class. In this case, every 3rd occurance.
   ========================================================= */

div.resource {
	width: 31.33333333%;
	float:left;
	margin:0 3% 40px 0;
}

div.resource:nth-child(3n) {
	margin-right: 0;
}





/* ================== */
/* ==== WIDGETS ==== */
/* ================ */
.widget {
	padding:20px;
}
.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}

.widget ul li:hover {
	position:relative;
	left:1px;
	font-weight:bold;
}

.widget ul li {
	margin: 0 0 5px;
}


/* ================ */




/* ==================== */
/* CUSTOM ICON SPRITES
/* =================== */
Create icons in a PSD, then reference the sprite position in the image */
/* Set source image */
i.ci {
	display:inline-block;
	height: 40px;
	width: 40px;
	background: url('../img/icon-sprite.png') no-repeat;
}

i.ci.ci-computer {background-position: 0px 0;}
i.ci.ci-watch 	{background-position: -40px 0;}
i.ci.ci-calendar {background-position: -80px 0;}
i ci.ci-community {background-position: -120px 0;}
i.ci.ci-journal {background-position: -160px 0;}
i.ci.ci-device {background-position: -200px 0;}

/* ==================== */
/* FORMS
/* =================== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color:: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

form.input [type="submit"],
form.button [type="submit"] {}

.post-form-submit {
	display: inline-block;
	margin-bottom: 0;
	outline: none;
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.post-form-submit:hover {
	outline: none;
	border: none;
	background: #aaa;
}



/* ==================== */
/* FEATURETTE
/* =================== */


#project-features {
	text-align: center;
}

#featurette {
	background: url('../img/stuff-bg.jpg') 50% 100% repeat fixed;
	background-size: cover;
	text-align: center;
	color: white;
}

#journal {
	background: white url('../img/brad-elvis.png') 90% -10px no-repeat; 
	color: #000000;
}
/* 90% from left and -10px for vertical position */	

#journal h2 {
	margin: 0 0 20px;
}
	
#journal .num {
	display: table;
	font-size: 20px;
	font-weight:normal;
	
}

/*set container above to display table
and the text content conatiner to table-cell to align perfectly*/	

#journal .num-content {
	display: table-cell; 
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: white;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #dd5638;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialised;
	text-rendering: optimizelegibility;
}

#journal .num span {
	display: block;
	font-size: 20px;
	font-weight:normal;
	
}


#kudos {
	text-align: center;	
}
.testimonial {
	margin-bottom: 60px;
}

/* This next bit masks an image to a circle */
.testimonial img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#signup {
	text-align: center;
	background: url('../img/hipster-stuff.jpg') center center repeat fixed;
	background-size: cover;
	color: white;
	padding: 140px 0;
}

#sigup h2 {
	font-weight: normal;
}

#signup h2 strong {
	border-bottom: solid 2px #dd5638;
}

#signup .btn {
	font-size: 24;
}

footer {
	background: #3e4249;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}
footer a:hover {
	color: #dd5638 ;
}

footer li.signup-link {
	color= #dd5638;
}
footer li.signup-link a:hover {
	font-weight: bold;
}


/* ==== */
/* ==== MEDIA QUERIES === */
/* ==== */

@media screen and (max-width : 991px) {
	#journal .container {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
	}
}

@media screen and (max-width : 768px) {
	.logo {
		width: 50%;
	}
	#optin p {
		margin: 0 0 10px;
	}
	#featurette iframe {
		height: 240px;
	}
	div.resource {
		width: 48%;
		margin-right: 2%;
		min-height: 800px;
	}
}

@media screen and ( max-width : 568px) {   /*568=iphone 5 and up */
	#journal .num {
		height: 100px;
		width: 100px;
		font-size: 22px;
	}
	#journal .num span {
		font-size: 16px;
	}
	div.resource {
		width: 100%;
		min-height: 0;
	}
}

