/**
 * Theme Name:  Pivotal2016B
 * Author:      Pivotal, Chloe Jackson| Shannon Dunn, Bruno Carreco (juusui.com) | Designer - Digital Telepathy
 * Author URI:  http://www.pivotal.io/
 * Description: Theme for blog.pivotal.io
 * Version:     2.6
 */

/* ----------------------------------
------------ HEADER -----------------
------------------------------------- */
.secondary-nav,
.secondary-nav .container {
	position: relative;
}

.secondary-nav .sections-nav li a.curr-page-item {
	color: #00a79c;
}

.section-channels-nav {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.channels-nav li a {
	color: #ccc;
	font-size: 16px;
	font-weight: 400;
}

.channels-nav li a.curr-page-item {
	color: #00a79c;
}

.channels-container {
	float: left;
}

.secondary-nav-alt {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.secondary-nav-alt li a {
	color: #666;
}



.subchannel-nav {
	padding: 0;
}

.subchannel-nav li {
	font-size: 16px;
}

.subchannel-nav a {
	background: #283c47;
	margin: 30px 10px 30px 0;
	padding: 7px 12px;
	width: 175px;
}

.subchannel-nav .curr-page-item a {
	background: #00a79c;
}

@media screen and (max-width: 1200px) {

	.subchannel-nav {
		padding-left:8px;
		padding-right:8px;
	}

	.subchannel-nav a {
		background: none;
		margin: 0;
		width: auto;
	}

	.subchannel-nav .curr-page-item a {
		background: none;
		color: #00a79c;
	}

}

@media screen and (max-width: 800px) {

	.navbar {
		background: #17232a;
		height: auto;
	}

	.secondary-nav li {
		float: none;
	}

}


/* ----------------------------------
------------ BILLBOARD -------------
------------------------------------- */

.billboard {
	background-color: #202f38;
	background-image: none;
	padding: 0;
	min-height: 200px;
}

.billboard .h1 {
	padding: 33px 0 59px 0;
	text-align: center
}

.billboard .h2 {
	font-size: 36px;
	font-weight: 300;
}

/* Section featured post images */

.featured-container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* ----------------------------------
------------ POST PARTS -------------
------------------------------------- */

.post-channel {
	background: #00a79c;
	color: #fff;
	display: inline-block;
	font-family: 'Proxima Nova';
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: normal;
	margin-bottom: 10px;
	padding: 5px 6px;
	text-transform: uppercase;
}

.big-data-pivotal-identifier {
	background: #243640;
}

.cloud-foundry-pivotal-identifier {
	background: #1e84c5;
}

.data-science-pivotal-identifier {
	background: #ecb932;
}

.post-title a {
	color: #333;
}

.post-meta {
	font-weight: 400;
	margin: 2px 0 5px 0;
}

.post-excerpt {
	margin-top: 10px;
}


/* ----------------------------------
----------- POST LIST ---------------
------------------------------------- */

.blog-main {
	float: left;
	margin-top: -20px;
	padding-right: 5.5%;
	width: 68.5%;
}

/* post item in blog list */

.post-item {
/*	border-bottom: 1px solid #e5e5e5;*/
	margin: 35px 0 0 0;
	padding: 0 0 26px 178px;
	position: relative;
}

.archive-results .post-item {
	border-bottom: 1px solid #e5e5e5;
}

.archive-results .sections-nav a:not(.curr-page-item) {
	color: #4A4A4A;
}

.archive-results h2 {
	border-bottom: 1px solid #e5e5e5;
	margin: 35px 0 0 0;
    padding: 0 0 26px 0;
    position: relative;
}

.archive-results .tagged-in{
	color: #059a91;
}

.featured-image-front {
	left: 0;
	position: absolute;
	top: 4px;
}

.post-excerpt-more,
.read-more {
	font-weight: 400;
}

/* pagination */

.navigation {
	margin: 40px 0;
	text-align: center;
	width: 100%;
}

.wp-paginate {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

.wp-paginate li {
	float: left;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .current {
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #333;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

.wp-paginate .gap {
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

.wp-paginate a {
	background: #00a79c;
	border: 1px solid #00a79c;
	color: #fff;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

.wp-paginate a:hover {
	background: #00cec2;
	border: 1px solid #00cec2;
}

/* ----------------------------------
----------- SINGLE POST -------------
------------------------------------- */

.single-outer {
	float: left;
	padding-left: 5.5%;
	padding-right: 5.5%;
	width: 63%;
}

.single-inner {
	margin: 30px auto;
	max-width: 750px;
	text-align: left;
}

.single-outer .post-meta {
	color: #c0c0c0;
	margin-top: 30px;
}

.single-outer .post-meta a {
	color: #00a79c;
}

.single-outer .post-meta strong {
	font-weight: 700;
}

.single-outer .post-meta .avatar {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	height: 44px;
	margin-right: 14px;
	width: 44px;
}

.single-outer .tag-list {
	display: inline-block;
	margin: 22px auto 30px auto;
}

.single-outer .tag-list span {
	display: block;
	float: left;
	margin-bottom: 3px;
}

.single-outer .tag-list a {
	background-color: #00a79c;
	color: #fff;
	font-size: 14px !important;
    font-weight: 400;
    margin-right: 6px;
    padding: 4px 6px;
	white-space: nowrap
}

.single-outer .post-author {
	margin: 40px 0;
	min-height: 100px;
	position: relative;
	width: 100%;
}

.single-outer .post-author .gravatar {
	left: 0;
	position: absolute;
	top: 5px;
}

.single-outer .post-author .gravatar img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 100px;
	width: 100px;
}

.single-outer .post-author-text {
	padding-left: 126px;
}

.single-outer .post-author-text .h4 {
	font-weight: bold;
	margin: 0;
}

.single-outer .post-author-text p {
	font-size: 14px;
	line-height: 20px;
}

/* ----------------------------------
------------- COMMENTS --------------
------------------------------------- */


.comments-box {
	margin: 60px auto;
	max-width: 750px;
	text-align: left;
}

.comments-box textarea {
	height: 7rem;
	width: 100%;
}

.commentlist {
	padding-left: 0;
}

.commentlist li, .children li {
	list-style-type: none;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-bottom: 30px;
}

.commentlist .comment-author {
	display: inline;
	margin-right: 12px;
}

.commentlist .comment-author cite {
	font-style: normal;
	font-weight: 400;
}

.commentlist .comment-meta {
	display: inline;
}

.commentlist .avatar {
	display: none;
}

.commentlist .says {
	display: none;
}

.commentlist p {
	caption-side: all;
}

.commentlist .reply {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}


/* ----------------------------------
------------- AUTHOR PAGE ------------
------------------------------------- */



.blog-main #author {
	margin: 40px 0;
	min-height: 100px;
	position: relative;
	width: 100%;
}

#author .author-image {
	left: 0;
	position: absolute;
	top: 5px;
}

#author .author-image img {
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	height: 150px;
	width: 150px;
}

#author .author-info {
    min-height: 150px;
    padding-left: 178px;
}

#author .author-info h2 {
	font-weight: bold;
	margin: 0;
}

#author .author-info p {
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width: 800px) {

   #author .author-info {
        min-height: auto;
        padding-left: 0;
    }

	#author .author-image {
		display: none;
	}
}


/* ----------------------------------
---------- PODCAST PAGES ------------
------------------------------------- */

.podcasts-header .podcasts-description {
	padding: 35px 0;
}

.subscribe-podcasts {
	text-align: center;
	width: 100%;
}

.podcasts-subchannels {
	margin: 30px 0;
}

.podcasts-subchannel {
	border-bottom: 1px solid #ececec;
	float: left;
	padding: 20px 0 0 0;
	width: 48%;

}

.podcasts-author-left {
	margin-right: 4%;
}

.podcasts-subchannel h3 {
	font-size: 22px;
}

.podcasts-subchannel h4 {
	color: #007c67;
	font-size: 16px;
	text-transform: uppercase;
}

.podcasts-subchannel p {
	padding-right: 10%;
}

.subchannel-conversations {
	background-image: url(images/podcasts-author-mcote.png);
}

.subchannel-perspectives {
	background-image: url(images/podcasts-author-selisha.png);
}

/* ----------------------------------
------------- SIDEBAR ---------------
------------------------------------- */

.sidebar-wrap {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 26%;
}

/* newsletter sign up */

.widget .updates-form .widgettitle {
	border-bottom: 0;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

.single-posts-sidebar .widget .updates-form .widgettitle {
	font-size: 21px;
	text-align: center;
}

.updates-form {
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(233, 233, 233, 1);
	-moz-box-shadow:    1px 1px 1px 0px rgba(233, 233, 233, 1);
	box-shadow:         1px 1px 1px 0px rgba(233, 233, 233, 1);
	margin-bottom: 30px;
	width: 100%;
}

.single-posts-sidebar .updates-form {
	background: url(images/gopo-plane-icon.svg) no-repeat center 15px;
	background-size: 45px 42px;
	border-top: 3px solid #059a91;
	padding-top: 60px;
}

.updates-form-inner {
	padding: 20px;
}

.updates-form .mktoForm {
	width: auto !important;
}

.updates-form .mktoForm .mktoFormCol {
	float: none !important;
	height: auto !important;
}

.updates-form .mktoOffset, .updates-form .mktoLabel, .updates-form .mktoGutter {
	display: none;
}

.updates-form .mktoEmailField {
	border: 1px solid #e9e9e9 !important;
	background: #f8f8f8 !important;
	font-size: 16px !important;
	margin: 21px 0 10px 0 !important;
	padding: 11px 10px 8px 10px !important;
	width: 100% !important;
}

.mktoForm .mktoButtonRow {
	float: none !important;
}


.mktoButton {
	font-weight: 400;
	letter-spacing: 0.06em;
	width: 100%;
}

/* Social Icons */

.gopo-social-links {
	padding-bottom: 10px;
}

.gopo-social-links ul {
	padding-left: 0;
}

.gopo-social-links li {
	font-weight: 400;
	list-style: none;
	margin-bottom: 3px;
	margin-top: 3px;
}

.gopo-social-twitter,
.gopo-social-twitter a {
	color: #0789df;
}

.gopo-social-linkedin,
.gopo-social-linkedin a {
	color: #127bb8;
}

.gopo-social-rss,
.gopo-social-rss a {
	color: #00a79c;
}

/* Tag cloud */
.tagcloud {
	line-height: 2em;
	margin-bottom: 40px;
}

.gopo-widget .tagcloud a {
	background-color: #00a79c;
	color: #fff;
	font-size: 14px !important;
    font-weight: 400;
    margin-right: 4px;
    padding: 4px 6px;
	white-space: nowrap;
}

/* Top Stories */

.widget-featured-posts {
	border-top: 1px solid #eeeeee;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(204,204,204,1);
	box-shadow: 0px 1px 2px 0px rgba(204,204,204,1);
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 30px;
}

.widget-featured-posts h2 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-featured-posts ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.widget-featured-posts ul li {
    border-bottom: 1px solid #d6d6d6;
    font-family: 'Roboto', serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
}

.widget-featured-posts ul li:first-child {
	padding-top: 0;
}

.widget-featured-posts ul li:last-child {
	border: none;
	padding-bottom: 0;
}

/* ----------------------------------
-------- LAYOUT & WORDPRESS ---------
------------------------------------- */

h1, h2, h3, h4 {
	color: #333333;
	font-family: 'Roboto', serif;
	line-height: 1.4em;
}

h1 {
	font-size: 48px;
	font-weight: 200;
	line-height: 1.2em;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	font-weight: 300;
}

h5 {
	color: #333333;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

blockquote {
	background: url(images/quote-bg.png) no-repeat top center;
	color: #01786e;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 35px;
	margin-top: 35px;
	max-width: 710px;
	padding-top: 5px;
	text-align: center;
}

blockquote p {
	font-size: 26px;
	line-height: 34px;
}

.alignleft {
	float: left;
	margin: 8px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 8px 0 10px 20px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	border-bottom: 1px solid #e9e9e9;
	font-style: italic;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.content {
	padding-top: 30px;
}

.post img {
	height: auto;
	max-width: 100%;
}

/* ----------------------------------
---------------- SOCIAL -------------
------------------------------------- */

.author-links .social-icon {
	width: 16px;
	height: 16px;
	padding-right: 10px;
	display: inline-block;
}

.author-links .social-icon.author-twitter {
	background: url('images/blog_twitter_16.png') 0 0 no-repeat;
}

.author-links .social-icon.author-facebook {
	background: url('images/blog_facebook_16.png') 0 0 no-repeat;
}

.author-links .social-icon.author-linkedin {
	background: url('images/blog_linkedin_16.png') 0 0 no-repeat;
}
.author-links .social-icon.author-googleplus {
	background: url('images/blog_googleplus_16.png') 0 0 no-repeat;
}

.nav-sub {
  margin: 0;
}

.nav-sub a {
  display: block;
}

.nav-sub li {
  position: relative;
  vertical-align: middle;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}

.secondary-nav .external-links {
    position: absolute;
    right: 156px;
}

@media all and (max-width: 1050px) {
	.secondary-nav ul.channels-nav {
		padding-right: 110px;
	}

	.secondary-nav .external-links {
		display: none;
	}
}

.secondary-nav .external-links li a,
.channels-nav li.nav-sub-external-links a {
    color: #00a79c;
}

/* Monarch Social Plugin */

.et_monarch .et_social_4col li {
	width: auto;
}

.et_monarch .et_social_networks .et_social_icon,
.et_monarch .et_social_networks .et_social_icon:before,
.et_monarch .et_social_networks .et_social_icon:after {
    height: 60px;
	line-height: 60px;
    width: 60px;
}

.et_monarch .et_social_networks span.et_social_overlay {
    height: auto;
    width: auto;
}

.et_monarch .et_social_sidebar_flip li {
	margin-bottom: 4px;
	width: 40px;
}


/* ----------------------------------
------------ FOOTER -----------------
------------------------------------- */
.bottomgradient {
  height: 5px;
  width: 100%;
  background: #01a69e;
  background: -moz-linear-gradient(left, #01a69e 0%, #1d88c5 50%, #1f81c2 51%, #226fa6 71%, #243843 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #01a69e), color-stop(50%, #1d88c5), color-stop(51%, #1f81c2), color-stop(71%, #226fa6), color-stop(100%, #243843));
  background: -webkit-linear-gradient(left, #01a69e 0%, #1d88c5 50%, #1f81c2 51%, #226fa6 71%, #243843 100%);
  background: -o-linear-gradient(left, #01a69e 0%, #1d88c5 50%, #1f81c2 51%, #226fa6 71%, #243843 100%);
  background: -ms-linear-gradient(left, #01a69e 0%, #1d88c5 50%, #1f81c2 51%, #226fa6 71%, #243843 100%);
  background: linear-gradient(to right, #01a69e 0%, #1d88c5 50%, #1f81c2 51%, #226fa6 71%, #243843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01a69e', endColorstr='#243843', GradientType=1 );
}

#footer h3 {
	line-height: 1.05em;
}


/* ----------------------------------
------------ FEATURED POST  ---------s
------------------------------------- */

.featured-slider .featured {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	float: left;
	margin: 40px 2% 40px 0;
	padding: 0;
	width: 32%;
}

.featured-slider .featured:last-child {
	margin-right: 0;
}

.billboard .featured-slider .featured .h2 {
	font-size: 30px;
	padding: 30px 30px 10px 30px;
}

.featured-slider .featured p {
	font-weight: 600;
	margin-top: 0;
	padding: 0 30px;
}

@media all and (min-width: 801px) {
	.featured-slider {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media all and (max-width: 800px) {
	.featured-slider {
		padding-bottom: 1px;
	}

	.featured-slider .featured {
		float: none;
		width: 100%;
	}
}

/* ----------------------------------
----------------- 404  --------------
------------------------------------- */

#nothing-here {
	padding-top: 50px;
}


/* ----------------------------------
------------ RESPONSIVE -------------
------------------------------------- */

@media screen and (max-width: 800px) {

	.nav-sub.channels-nav {
		display: none;
	}

	.blog-main {
		width: 60%;
	}

	.post-item {
		padding-left: 0;
	}

	.featured-image-front {
		display: none;
	}

	.sidebar-wrap {
		width: 34.5%;
	}

	.secondary-nav {
	    display: block;
	}

}

@media screen and (max-width: 600px) {

	.blog-main,
	.single-outer {
		float: none;
		padding: 0;
		width: 100%;
	}

	.sidebar-wrap {
		float: none;
		width: 100%;
	}

	.single-outer .post-author .gravatar img {
		display: none;
	}

	.single-outer .post-author-text {
		padding-left: 0;
	}

}

/* Fix blank space above admin bar */
@media screen and (max-width:600px){
	html #wpadminbar{
		top:-46px;
	}
}
