/* Blog styles */
#blog, .search .user-notloggedin, .archive .user-notloggedin {
    padding-top: 0;
}

.blog .user-notloggedin,
.single-post .user-notloggedin {
    padding-left: 0;
    padding-top: 0;
}

.blog .site-header,
.single-post .site-header {
    background: #fff;
    padding-top: 10px;
    position: static;
}

#blog-main-content {
	position: relative;
}

#blog-main-content:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 4px solid #fff;
	z-index: 1;
}

.blog-header {
    border: dotted #d7d5d5;
    border-width: 1px 0;
    margin-top: 20px;
	background:white;
	overflow: hidden;
	width: 100%;
}

.blog-header .site-logo a {
	display:none;
	margin-top: 14px;
}

.blog-header.affix .site-logo a {
	margin: 12px;
	display:block;
}

.blog-header.affix ul#categories li {
	padding: 0 13px;
	margin-right: 5px;
}

.blog-header.affix ul#categories li#menu-item-28592 {
	margin-right:10px;
}


.blog-header.affix {
	margin-top:0;
	width:100%;
	z-index:999;
	top:0;
}
.blog-header.affix .sub-blog-menu {
	display: none;
}

.logged-in .blog-header {
    border-width: 0 0 1px;
    margin-top: 0;
}

.logged-in #blog {
    padding-top: 0;
}

.blog-wrap .main {
	width: 100%;
	color: #3b3b3b;
	margin: 0 auto;
	padding: 0;
}

.blog-landing {
	clear: both;
}
 
.blog-landing .post-teaser {
	max-width: 400px;
	width: 33.33%;
	height: 630px;
	margin: 0 -3px 0 0;
	text-align: center;
	padding: 24px 20px 60px;
	border: 1px dotted #d7d5d5;
	border-width: 0 1px 1px 0;
	position: relative;
	float: left;
	margin: 0;
	overflow: hidden;
	/*background: attr(data-color);*/
}

.blog-landing .post-teaser a:hover{
	color: #f16059;
}

.blog-landing .post-main-image {
	height: 285px;
	width: 100%;
	border: 1px solid #d1ccc9;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
}

.blog-landing .post-teaser.first {
	max-width: 600px;
	height: 810px;
	width: 50%;
	padding-top: 30px;
	border-right: 0;
}
.blog-landing .post-teaser.search-right {
	border-right: 0;
}
.blog-landing .post-teaser.first .post-main-image {
	height: 440px;
}
.blog-landing .post-teaser.first .entry-title {
	font-size: 22.5px;
	line-height: 32.5px;
	padding-bottom: 20px;
	max-height: 84px;
	position: relative;
	font-weight:500;
}
.blog-landing .post-teaser.first .entry-title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	border-top: 1px solid #dbdada;
	bottom: 5px;
}

.blog-landing .post-pre {
	height: 630px;
}

.blog-landing .right {
	float: right;
}

.blog-landing .post-long {
	max-width: 800px;
	height: 315px;
	text-align: left;
	width: 66.66%;
}

.blog-landing .pl-right {
	float: right;
}
.blog-landing .pl-left {
	float: left;
}

.blog-landing .post-long .post-main-image {
	height: 255px;
	width: 255px;
	float: left;
	text-align: left;
}
.blog-landing .post-long .read-more-link {
	text-align: left;
	padding-left: 295px;
}

.post-teaser h4.entry-category {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

.blog-landing .clear {
	clear: both;
}

.blog-landing #newsletter-signup {
	padding: 40px 0 25px 20px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
.blog-landing #bootcamp {
	max-width: 380px;
	background: #f16059;
	min-width: 300px;
	min-height: 571px;
	font: 16px/28px 'open sans', sans-serif;
	border: 0;
	padding: 0;
	position: relative;
}
.blog-landing #bootcamp .bootcamp-content {
	padding-left: 0;
}
.blog-landing #bootcamp .main{
	min-width: 300px;
}
.blog-landing #bootcamp figure {
	text-align: center;
	float: none;
	margin-right: 0;
}
.blog-landing #bootcamp figure img {
	margin-top: -23px;
}
.blog-landing #bootcamp h3 {
	font: 32px/42.5px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 25px;
}
.blog-landing #bootcamp p {
	color: #fff;
	padding: 0 25px;
}

.blog-landing #mc_embed_signup {
	padding: 25px;
	border-top: 1px solid #f67770;
	position: static;
}
.blog-landing #mc_embed_signup figure {
	text-align: center;
}
.blog-landing #mc_embed_signup #mce-EMAIL {
	height: 60px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: none;
	float: none;
}
.blog-landing #mc_embed_signup #mc-embedded-subscribe {
	height: 60px;
	width: 100%;
	background: #d63535;
	color: #fff;
	text-transform: uppercase;
	font: 27px 'Montserrat', sans-serif;
	padding: 0;
	float: none;
}

.blog-landing .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 12px;
}

.blog-landing p {
	font-size: 16px;
	line-height: 25px;
}

.blog-landing .entry-excerpt + p {
	max-height: 100px;
	overflow: hidden;
}

.blog-landing .sidebar {
	float: left;
	max-width: 600px;
	width: 50%;
	height: 810px;
	border-left: 1px dotted #d7d5d5;
}

.blog-landing .sidebar > li {
	margin: 0;
	text-align: left;
}

.blog-landing .popular-post-title {
	background: #d7d5d5;
	color: #fff;
	display: inline-block;
	font: 15px/30px 'montserrat', sans-serif;
	padding: 0 32px;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}
.blog-landing .popular-post-title:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 5px solid #fff;
}

.blog-landing .popular-posts {
	padding-top: 30px;
}

.blog-landing .popular-posts-list {
	margin: 0;
	font-size: 16px;
	line-height: 25px;
}

.blog-landing .entry-category {
	font: 14.5px 'montserrat',sans-serif;
}

.blog-landing .popular-posts-list li {
	background: transparent;
	list-style-type: none;
	border-bottom: 1px dotted #d7d5d5;
	padding: 30px 0 25px 220px;
	clear: both;
	margin: 0;
	overflow: hidden;
	height: 250px;
	position: relative;
}
.blog-landing .popular-posts-list .wpp-category {
	color: transparent;
	height: 12px;
	text-indent: -100px; 
	display: block;
	margin-bottom: 5px;
}
.blog-landing .popular-posts-list .wpp-category a {
	font: 14.5px/12px 'montserrat',sans-serif;
	text-transform: uppercase;
	text-indent: 0;
	margin-top: -23px;
	color: #3b3b3b;
}
.blog-landing .popular-posts-list a {
	display: block;
	color: #3b3b3b;
    font: bold 19px/28px 'montserrat', sans-serif;
	margin: 10px 0;
}
.blog-landing .popular-posts-list a:hover {
	color: #F16059;
}

.blog-landing .popular-posts-list .wpp-thumbnail {
	width: 100%;
	height: 100%;
	max-width: 168px;
	max-height: 168px;
	margin-right: 20px;
	border: 1px solid #d1ccc9;
	position: absolute;
	left: 30px;
	top: 30px;
}
.blog-landing .popular-posts-list a.popular-posts-category {
	text-transform: uppercase;
	font: 14px 'montserrat', sans-serif;
	color: #808080;
}

.blog-landing .popular-posts-list a.popular-posts-category:hover {
	color: #f16059;
}

.blog-landing .popular-posts-list + a {
	max-height: 55px;
	color: #3b3b3b;
	font: 19px/28px 'montserrat', sans-serif;
	display: block;
	float: none;
	overflow: hidden;
}

.blog-landing .popular-posts-list a:hover {
	color: #f16059;
	text-decoration: none;
}

.blog-categories {
	color: #808080;
	margin: 0;
	font: 14.5px 'montserrat', sans-serif;
	text-transform: uppercase;
	margin-right: 74px;
	text-align: right;
	
}
.blog-categories li {
    border-right: none;
    display: inline-block;
    padding: 0 32px;
    vertical-align: top;
    margin: 0 -2px 0 0;
    float: none;
}
.blog-categories li:last-child {
	border-right: 0;
}
.blog-categories .menu-item a {
	color: #808080;
	font: 14.5px/55px 'montserrat', sans-serif;
	padding: 0;
	margin: 0;
}
.blog-categories a:hover,
a.popular-posts-category:hover {
	text-decoration: none;
	color: #f16059;
}
.blog-categories .log-out-link {
	display: none !important;
}

/* CATEGORY COLORS */
/* blog landing menu color (just All) */
.page-template-page-templatestemplate-blog-php .blog-categories .all a {
	color: #fa8983;
}

/* category landing menu colors */
.category .blog-categories .menu-item.current-menu-item.blog a,
.blog-landing .popular-posts-list a.popular-posts-category.blog {
	color: #f89f73;
}
.category .blog-categories .menu-item.current-menu-item.design-tech a,
.blog-landing .popular-posts-list a.popular-posts-category.design-tech {
	color: #919aca;
}
.category .blog-categories .menu-item.current-menu-item.career-success a,
.blog-landing .popular-posts-list a.popular-posts-category.career-success {
	color: #a5ca91;
}
.category .blog-categories .menu-item.current-menu-item.social-media-marketing a,
.blog-landing .popular-posts-list a.popular-posts-category.social-media-marketing {
	color: #cfd528;
}
.category .blog-categories .menu-item.current-menu-item.tech-buzz a,
.blog-landing .popular-posts-list a.popular-posts-category.tech-buzz {
	color: #ca89c8;
}
.category .blog-categories .menu-item.current-menu-item.article a,
.blog-landing .popular-posts-list a.popular-posts-category.article {
	color: #91cac4;
}

/* page category colors */
.entry-category a.blog {
	color: #f89f73;
}
.entry-category a.design-tech {
	color: #919aca;
}
.entry-category a.career-success {
	color: #a5ca91;
}
.entry-category a.social-media-marketing {
	color: #cfd528;
}
.entry-category a.tech-buzz {
	color: #ca89c8;
}
.entry-category a.article {
	color: #91cac4;
}
/* END CATEGORY COLORS */

.sub-blog-menu  {
	border-top: 1px dotted #d7d5d5;
}

.sub-blog-menu h2,
.sub-tag-menu h2 {
	font: 32px/135px 'montserrat',sans-serif;
	height: 135px;
	margin: 0 auto;
	color: #3b3b3b;
	text-align: center;
}

.sub-blog-menu span,
.sub-tag-menu span {
	color: #f16059;
	display: inline-block;
	line-height: 38px;
	border-bottom: 1px dotted #f16059;
}

 
.blog-header #search {
	float: right;
	position: relative;
	border: dotted #d7d5d5;
	height: 55px;
	min-width: 74px;
	margin-right: 1px;
	border-width: 0 0 0 1px;
}

.blog-header #searchsubmit {
	display: none;
}

.blog-header #s {
	height: 55px;
	display: block;
	width: 0;
	padding: 5px 0;
	float: none;
	background: transparent;
	font: 1.1em/45px 'montserrat', sans-serif;
	border: 0;
	box-shadow: none;
	outline: none;
	text-transform: uppercase;
}

.blog-header .pseudo-btn {
    background: url("../img/global/blog-search-icon.png") no-repeat scroll center center transparent;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 55px;
    left: 0;
    margin: 0;
    outline: medium none;
    position: absolute;
    top: 0;
    width: 72px;
}
#searchform {
	padding-left: 52px;
}

#search.highlight, 
#searchform.highlight {
	background-color: #F8AFAC;
}

.blog-landing .read-more-link {
	color: #3b3b3b;
	font: 600 13px 'open sans', sans-serif;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 40px;
}
.blog-landing .popular-posts-list a.popular-posts-read-more {
	color: #3b3b3b;
	font: 600 13px 'open sans', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
}
.blog-landing .popular-posts-list a.popular-posts-read-more:hover {
	color: #f16059;
	text-decoration: underline;
}
.blog-landing .read-more-link span,
.blog-landing .popular-posts-list a.popular-posts-read-more span {
	color: #fa7b75;
}

.blog-landing .navigation {
	border-bottom: 1px dotted #d7d5d5;
/*	border-top: 1px dotted #d7d5d5;*/
	height: 90px;
	width: 100%;
	clear: both;
}

.blog-landing .navigation .current,
.blog-landing .navigation a {
	color: #d7d5d5;
	font: 16px/29px 'montserrat', sans-serif;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	border: 1px solid transparent;
}
.blog-landing .navigation a:hover {
	border-color: #d7d5d5;
	background: transparent;
	border-radius: 0;
	text-decoration: none;
}

.blog-landing .navigation .current {
	color: #8d8d8d;
	border-color: #8d8d8d;
	background: transparent;
	border-radius: 0;
}

.blog-landing .navigation .wp-pagenavi {
	padding: 0;
	line-height: 90px;
	text-align: center;
}

.blog-landing .blog-prev-link, 
.blog-landing .navigation .last {
	color: #d7d5d5;
	font: 19px/90px 'montserrat', sans-serif;
	padding: 0 40px 0 25px;
	border-right: 1px dotted #d7d5d5;
	float: left;
}

.blog-landing .blog-next-link, 
.blog-landing .navigation .nextpostslink {
	color: #fa7b75;
	font: 19px/90px 'montserrat', sans-serif;
	padding: 0 25px 0 40px;
	border-left: 1px dotted #d7d5d5;
	float: right;
}
 
.archive .blog-landing article {
	border: 0;
}


.blog-landing .nothing-found {
	padding-top: 40px;
}
.blog-landing .nothing-found p {
	font: 18px 'montserrat', sans-serif;
	text-align: center;
}

.blog-landing .nothing-found #searchform {
	margin: 40px auto;
	width: 300px;
	overflow: hidden;
	border: 1px dotted #D7D5D5;
	position: relative;
	padding-left: 0;
}

.blog-landing .nothing-found #s {
	height: 72px;
	padding-left: 72px;
	width: 100%;
	border: 0;
	box-shadow: none;
	background: transparent; 
	font: 1.1em/62px 'montserrat', sans-serif;
	text-transform: uppercase;
}

.blog-landing .nothing-found #searchsubmit {
	width: 72px;
	height: 72px;
	background: transparent url(../img/global/blog-search-icon.png) no-repeat center;
	outline: none;
	color: transparent;
	margin: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

/* SINGLE PAGE */

.individual-content {
    width: 100%;
    padding: 0;
    margin: 60px 0 0;
}

.single-pos {
    line-height: 16.5px;
}

.individual-content aside#blog-post-aside{
    width: 150px;
    margin: 0 50px 0 0;
}

.individual-content .entry-metadata {
    text-align: right;
    margin: 0;
}

.individual-content .entry-metadata:after {
    content: '';
    display: inline-block;
    border-top: 1px solid #9f9e9e;
    width: 65px;
}

.individual-content .entry-metadata li {
    margin: 0;
}

.individual-content .entry-metadata .entry-img {
    border-radius: 50%;
    overflow: hidden;
    height: 65px;    
    width: 65px;
    padding-bottom: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.individual-content .entry-metadata .entry-img img {
    width: 100%;
    height: 100%;
}

.individual-content .entry-metadata li.entry-author {
    color: #3b3b3b;
    font: 600 16px/24.5px 'open sans', sans-serif;
}

.individual-content .entry-metadata li.entry-date {
    background: transparent;
    color: #3b3b3b;
    font: 14px/24.5px 'open sans', sans-serif;
    white-space: nowrap;
    padding-left: 0;
}
.individual-content .entry-metadata .num-comments a {
    background: url(../img/global/comments.png) no-repeat 0 center;
    color: #d3d1d1;
    font: 14px/24.5px 'open sans', sans-serif;
    display: inline-block;
    padding-left: 22px;
}

#blog-post-aside .sharing {
    border-top: 0;
}

#blog-post-aside #sharing-links {
    overflow: inherit;
    text-align: right;
}
#blog-post-aside .sharing h4 {
    font: normal 14px/14px 'open sans', sans-serif;
    text-transform: uppercase;
    color: #3b3b3b;
    text-align: right;
    margin: 10px 0;
}
#blog-post-aside #sharing-links li {
    display: inline-block; 
    width: auto;
    margin: 0 0 0 5px;
    vertical-align: middle; 
    float: none;
} 
#blog-post-aside #sharing-links a.gp {
    background: url(../img/global/gp.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
#blog-post-aside #sharing-links a.fb {
    background: url(../img/global/fb.png) no-repeat;
    width: 26px;
    height: 25px;
    display: inline-block;
}
#blog-post-aside #sharing-links a.tw {
    background: url(../img/global/tw.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
#blog-post-aside #sharing-links a.pi {
    background: url(../img/global/follow-pinterest.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.individual-content .entry-header {
    margin: 0 auto 70px;
    max-width: 800px;
    width: auto;
    min-width: 320px;
}

.individual-content .entry-content {
    margin: 20px 0 0 200px;
    padding: 0;
    font: 16px/1.85em 'open sans', sans-serif;
    color: #3b3b3b;
}

.individual-content .narrow-main {
	max-width: 1000px;
}

.individual-content article {
    max-width: 1200px;
    width: 100%;
}

.individual-content h4.entry-category {
    color: #f89f73;
    margin-bottom: 20px;
}
.individual-content h4.entry-category a {
    font:normal 18px/23px 'montserrat', sans-serif;
    color: #f89f73;
    text-transform: uppercase;
}

.individual-content .entry-header .entry-title {
    color: #3b3b3b;
    font: bold 45px/1.25em 'montserrat', sans-serif;
}

.individual-content .entry-header .entry-subtitle {
    color: #5b5b5b;
    font: 600 22.5px/33.5px 'open sans', sans-serif;
    margin: 20px 0 5px;
}

.individual-content .entry-content p {
    color: #3b3b3b;
	font: 16.5px/24.5px 'open sans',sans-serif;
	margin-bottom: 30px;
}

.individual-content .entry-content h2 {
    font: normal 32px/42.5px 'montserrat',sans-serif;
    margin-bottom: 25px;
}
.individual-content .entry-content h3 {
    margin-bottom: 22px;
    font: 24px/29.5px 'Montserrat',sans-serif;
}
.individual-content .entry-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 23px;
}

.individual-content .entry-content p + h2 {
    margin-top: 50px;
}

.individual-content .post-main-image {
    margin: 0 0 25px 200px;
    max-width: 800px;
    height: auto;
    display: block;
}

.individual-content .entry-content img {
    width: 100%;
    max-width: 685px;
    height: auto;
    margin-right: 0;
}

.individual-content .entry-content p img {
    margin: 10px 20px 0px 0px;
}

.individual-content article .post-main-image img {
    width: 100%;
    height: auto;
}

.individual-content .post-main-image + p::first-letter {
    font: 60px/60px 'montserrat',sans-serif;
    float: left;
    margin-top: -8px;
    height:42px;
}

.individual-content .main-img-caption {
    color: #c3c0c0;
    font: 14px/24px 'open sans', sans-serif;
    margin-top: 25px;
    text-align: right;
}

.individual-content .entry-content ol li, 
.individual-content .entry-content ul li {
    font-size: 16px;
    font-weight: normal;
}


.individual-content #nav-single {
    border: 0;
    padding: 0;
    height: 0;
}

.individual-content #nav-single>span {
    position: fixed;
    top: 80%;
    border: 1px solid #e7e4e2;
    height: 70px;
    width: 100px;
    padding: 30px 0 25px;
    background-color: #fff;
    z-index: 1;
}

.individual-content .nav-next {
    right: 0;
    border-right: 0;
    background: url(../img/global/next-post.png) no-repeat center;
}

.individual-content #nav-single > span strong,
.individual-content #nav-single > span a {
    font: 16px/23px 'montserrat', sans-serif;
    color: #3b3b3b;
    text-transform: uppercase;
    display: none;
}
.individual-content #nav-single > span strong {
    float: left;
}
.individual-content #nav-single > span a {
    margin-left: 60px;
    text-align: left;
}

.individual-content #nav-single > span:hover a,
.individual-content #nav-single > span:hover strong{
    display: block;
	text-decoration:none;
}

.individual-content #nav-single > span:hover ,
.individual-content #nav-single > span.active {
    padding: 20px 30px;
    max-width: 345px;
    width: auto;
    min-width: 100px;
    background: #fff;
    min-height: 73px;
    height: auto;
}

.individual-content .nav-previous {
    left: 0;
    border-left: 0;
    background-image: url(../img/global/prev-post.png);
    background-repeat: no-repeat; 
    background-position: center;
}

.narrow-main {
    max-width: 800px;
    width: auto;
    min-width: 320px;
}

.individual-content .post-tw-wrap {
    border: 1px solid #d1ccc9;
    position: relative;
    padding: 20px 20px 25px;
    margin: 80px 0 70px 0;
    width: 100%;
}

.individual-content .post-tw-wrap:before {
    content: url(../img/global/grey-tw.png);
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    z-index: 1;
    text-align: center;
}

.individual-content .post-tw-wrap .click-to-tweet {
    background: #fff;
    border: 1px solid #d1ccc9;
    color: #3b3b3b;
    font: 14.5px/32px 'open sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    z-index: 1;
    width: 175px;
    height: 32px;
    margin: 0 auto;
}

.individual-content .post-tw-wrap #custom-tweet-button .tweet-copy {
    background: transparent;
    font: 19px/29px 'open sans', sans-serif;
    margin: 0;
    width: auto;
}

.individual-entry #bootcamp {
    margin-bottom: 55px;
}

.individual-entry #bootcamp .error-container {
	text-align: center;
	bottom: -30px;
	max-width: 580px;
}
.blog-landing #mc_embed_signup .error-container {
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

.blog-landing #custom-tweet-button p {
	font-size: 14px;
    margin-bottom: 0;
}
.blog-landing #custom-tweet-button .tweet-copy {
    line-height: 1.4em;
    margin-bottom: 10px
}
.blog-landing #newsletter-signup .success h4 {
  margin: 40px 0 10px;
  font-size: 14px;
  line-height: 1.2em;
}

.individual-entry #bootcamp .error-container label,
.blog-landing #bootcamp .error-container label {
	padding: 10px 10px 8px 38px;
	text-align: left;
}
.blog-landing #bootcamp .error-container label {
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 1.2;
	padding: 8px 25px 8px 40px;
	font-size: 0.9em;
	line-height: 1em;
	width: 100%;
	text-align: center;
	background-position: 25px center;
}

.individual-entry #disqus_thread {
    max-width: 690px;
    margin: 0 auto;
}

.master-classes-header .sub-blog-menu {
	border-top: 0;
}

.individual-content #author.mentor {
	height: auto;
	/*max-width: 690px;*/
	width: 100%;
}
.individual-content #author.mentor img {
	width: 29%;
}
.individual-content #author.mentor img,
.individual-content #author.mentor .mentor-bio {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.blog-alert  + .blog-header {
	margin-top: 0;
}

.hero-header {
	padding: 70px 0 55px;
	margin-bottom: 100px;
	text-align: center;
}
.hero-header .main {
	color: inherit;
	min-width: 0;
	max-width: 905px;
}
.hero-header h1 {
	font: bold 5.8525em/0.4666em 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.hero-header h1 em {
	font: italic 400 0.893em 'wisdom_scriptregular', sans-serif;
	text-transform: none
}
.hero-header p {
	font: 1.5em/1.5em 'Open Sans', sans-serif;
	padding: 10px 5px 0;
}

.guides-header {
	background: url(../img/backgrounds/guides-bg.jpg) no-repeat center 0;
	color: #fff;
}
.guides-list li {
	border: dotted #d7d5d5;
	border-width: 0 1px 1px 0;
	float: left;
	padding: 65px 7% 0;
	margin-bottom: 0;
	height: 565px;
	max-width: 445px;
	width: 37%;
	overflow: hidden;
}
.guides-list li:first-child {
	border-left: 0;
}
.guides-list a {
	display: block;
	font: 800 1.5em/1.166em 'Montserrat', sans-serif;
}
.guides-list a:hover {
	color: inherit;
}
.guides-list img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 0 #ddd;
	margin-bottom: 40px;
	max-height: 350px;
	max-width: 270px;
}

.guides-wrap div#ss-downloads {
	padding-top: 48px;
	padding-bottom: 20px;
	margin-top: -1px;
}
.guides-wrap div#ss-downloads .content form input[name="email"], 
.guides-wrap div#ss-downloads .content form input[type="submit"] {
	display: block;
	float: none;
	max-width: 480px;
	width: 100%;
	height: 60px;
}
.guides-wrap div#ss-downloads .content form input[name="email"] {
	border: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}
.guides-wrap div#ss-downloads .content form input[type="submit"] {
	background: #d63535;
	height: 65px;
}
.guides-wrap div#ss-downloads .content {
	width: 68%;
}
.guides-wrap div#ss-downloads .content h3 {
	font-size: 32px;
	line-height: 42.5px;
	word-spacing: -1px;
	margin-bottom: 3px;
	letter-spacing: 0px;
}
.guides-wrap div#ss-downloads .content p {
	margin-bottom: 20px;
}
.guides-wrap div#ss-downloads .content footer p {
	font-size: 16px;
	line-height: 28px;
}
.guides-wrap div#ss-downloads .content form {
	margin-bottom: 12px;
}

/* RELATED POSTS */
.related-posts_wrap {
	margin: 5em 0 7em;
}
.related-posts_wrap .related_post_title {
	font: 400 1.5em/normal 'Montserrat', sans-serif;
	margin-bottom: 2.6em;
}
.related-posts_wrap .related_post {
	overflow: hidden;
}
.related-posts_wrap .related_post li {
	float: left;
	width: 22%;
	margin-right: 3.5%;
	margin-bottom: 0;
}
.related-posts_wrap .related_post li:last-child {
	margin-right: 0;
}
.related-posts_wrap .related_post a {
	display: block;
	outline: none;
}
.related-posts_wrap .related_post .wp_rp_thumbnail {
	overflow: hidden;
	margin-bottom: 1em;
	text-align: center;
}
.related-posts_wrap .related_post .wp_rp_title {
	color: inherit;
	font: 400 1em/1.6em 'Montserrat', sans-serif;
}
.related-posts_wrap .related_post img {
	width: auto;
	height: 266px;
	height: 21.84vw;
	max-height: 266px;
	display: inline-block;
	margin-left: -25%;
}

.blog-comments {
	margin-top: 3em;
}
