



/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: /*inset 0 2px 2px rgba(173, 165, 105, 0.2) */;
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	
}

.format-audio .entry-title {
	
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: transparent;
}
.blog .format-chat {
	background-color: transparent !important;	
}

.format-chat .entry-title {
	
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author, .blog .format-chat .entry-meta  {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}



/* Archive Page / Category Page */ 

.exerpt-text {
    margin: 30px 0px;
    border-bottom: 2px dotted #ccc;
    padding: 10px 0px;
	width: 90%;
}
.archive-header {
    background-color: #f7f7f7;
    margin: 40px 0 0 0;
    padding: 20px 70px;
}
.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
    padding: 0px;
}
a.more-link {
    color: #434343;
    background: #f7f7f7;
    padding: 10px 20px;
    margin: 5px;
    display: block;
    max-width: 200px;
}
.archive .entry-meta {
    display: none;
}
.archive .cat-read-more {
    margin: 20px 0px;
}
h1.archive-title {
    padding: 30px 0px;
}

/* Blog Structure */ 
.single #primary {
    margin-top: 65px;
}
#blog-title {
	float:left;
	font-size:60px;
	line-height:60px;
	margin:30px 0 0 550px;
	padding:0;
	font-family:'Playfair Display', serif;
	font-weight:400
}
.entry-thumbnail img {
	width:100%;
	height:100%
}
.blog-category h2.widgettitle {
    display: none;
}

#category-description {
	color:#555;
	background:#e5e5e5;
	padding:10px;
	margin:0 0 30px;
	font-size:18px
}
#category-description img {
	width:200px
}
#category-description h2 {
	color:#600!important;
	margin-bottom:0
}
#category-description p {
	margin-top:5px!important
}

/*  Previous / Next Navigation */ 

.nav-previous {
	float:left;
	/*width:48%*/
}
.nav-next {
	float:right;
	/*width:48%*/
}
.nav-next a, .nav-previous a {
	background: transparent;
	color:#666;
	width:20%;
	padding:10px 20px;
	font-family:Raleway;
	font-size:18px;
	font-size:1.6rem
}
.nav-next a:hover, .nav-previous a:hover {
    background: none;
    color: #999 !important;
    border-bottom: none;
}
.paging-navigation a:hover .meta-nav {
	background-color: transparent;	
}
.paging-navigation {
    background-color: #efefef !important;
    padding: 40px 0;
	margin-top: 25px;
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.paging-navigation .meta-nav {
    background-color: transparent;
    border-radius: 0%;
    color: #666;
    display: inline-block;
    font-size: 26px;
    padding: 0px !important;
    text-align: center;
    width: 50px !important;
}
span.meta-nav:hover {
    background-color: transparent;
	color: #999;
}

.default-featured-img, .single .default-featured-img, .single .wp-post-image, .wp-post-image {
    width: auto;
    height: auto;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.archive .alignright, .single .alignright {
	float:right;
	margin:3px
}
.archive .alignleft, .single .alignleft {
	float:left;
	margin:3px
}
.page .widget.widget_archive {
	-moz-column-count:3;
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-column-gap:20px;
	column-count:3;
	column-gap:20px
}
span.categories-links a {
	padding-right:7px
}
article.post {
	/*margin:10px 2%*/
}
.archive.tag h1.entry-title a {
	color:#999;
	font-size:42px;
	font-weight:200;
	border-bottom:1px solid #666;
	display:block
}

ul.post-categories {
	display:none
}
.cat-post h3 a, h1.post-title {
	color:#444!important;
	font-family:Roboto, Arial, Helvetica, sans-serif!important;
	font-weight:300!important;
	font-size:2.2rem!important;
	line-height:2.4rem!important
}
.categories h4, .page-template-template-smj-issue-php h4, .smj-category-excerpt h4 {
	font-size:13px;
	font-family:Roboto, Arial, Helvetica, sans-serif!important;
	color:#8E8E8E;
	font-weight:400;
	margin:0 0 10px
}
.cat-read-more {
	text-align:right;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	margin-top:10px;
	border-bottom:1px solid #E5E5E5;
	clear: both;
}
.cat-read-more a {
	background:#E5E5E5;
	padding:5px 8px;
	font-weight:300
}
.single .cat-read-more {
	display: none;	
}
.categories .cat-post, .page-template-template-smj-issue-php .cat-post, .smj-category-excerpt .cat-post {
	border-bottom:0 solid #C9C9C9;
	margin:0 0 25px;
	padding:0 0 5px
}
.entry-meta {
	border-bottom: 0px solid #BCBCBC
}
time.entry-date {
	
}
.entry-meta {
    display: block;
    min-width: 50% !important;
    background: #f7f7f7;
    padding: 0px 1%;
    min-height: 26px;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto";
    margin: -4px auto;
    float: left;
    margin-bottom: 20px;
}
.entry-meta a {
	color:#900
}
.entry-meta a:hover {
	color:#600
}

.ui-tabs-panel h2 {
	font-weight:200;
	color:#444
}
div#respond {
    background: #efefef;
    padding: 10px;
    border-radius: 2px;
    margin: 20px 0 0;
}

textarea#comment {
	width: 100%;
	border-radius:2px;
	border:1px solid #ccc
}
form#commentform {
    width: 90%;
    margin: 0px auto;
}

.post-navigation {
    position: inherit !important;
    background: #fff;
    width: 100%;
    opacity: .8;
    z-index: 300;
	clear: both;
}


/* Blog Categories */ 

.category h1.entry-title {
    font-size: 34px;
}
.category .archive-meta {
    display: none;
}
.category .entry-thumbnail img {
   display: none;
}
.category .archive-header {
    background-color: #666;
}
.category .entry-header .entry-meta {
    display: none;
}
.category #tertiary {
    display: none;
}


/* Entry Data */ 

.entry-meta a {
    color: #666;
}
.entry-meta a:hover {
    color: #999;
}

/* ----------------- WP Blog / Structure ------------------- */ 

body {
	overflow-x: hidden; 
	font-family: "Roboto" !important;	
}

.hentry {
  padding: 0;
}

.entry-thumbnail {
    width: 101%;
    overflow: hidden;
    max-height: 400px;
    margin: -1px;
}
.blog article .entry-thumbnail {
	display: none !important;	
}
.entry-thumbnail img {
    width: 100%;
}
.entry-content {
    word-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
	-webkit-hyphens: none !important;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.entry-title {
  font-weight: 200;
  color: #000;
}
.blog header.entry-header {
	border: none !important;
}
/* Error Page */ 

.error404 .page-wrapper {
    background-color: #CCC;
}
.error404 .page-title:before {
    color: #CCC;
}
.error404 .page-header {
    background-color: #f7f7f7 !important;
    border-bottom: 2px dotted #434343;
    padding: 20px 5px;
}

.page-header {
    background-color: #ccc;
    padding: 130px;
}
.page-title {
    font: 300 normal 30px "Roboto", Helvetica, sans-serif;   
}
.attachment .hentry {
	background-color: #fff;	
}
.single header.entry-header, .blog header.entry-header {
    padding: 0px 0 0;
}
.comment-reply-title {
    font: 200 normal 35px "Open Sans", Helvetica, sans-serif;
    margin-left: 5% !important;
}

.comment-respond {
    background-color: #ccc;
    padding: 30px 0;
}
.comments-area input#submit {
    font-family: "Roboto", helvetica, sans-serif !important;
    font-weight: 200;
    text-transform: uppercase;
    border: none;
    background: #990000;
}
.navigation a {
    color: #666;
    font-style: normal;
}

.navigation a:hover {
	color: #333;	
}



/* ------------------------Custom */ 

.single h1.entry-title {
	font-size: 48px;	
}
.single h1.entry-title {
    margin-top: 60px !important;
}

/* ------------------------------ Blog Area */

/* Blog Landing Page Style */ 

.blog .entry-meta  {
	display: none !important;
}
.single .entry-meta {
	margin: 0px;	
	padding: 15px 0px;
}


/* Blog Style: Audio */ 

.format-audio {
    background-color: transparent;
}
.format-audio .entry-title {
    
}
.format-audio .entry-content a, .format-audio .entry-meta a, 
.format-audio .entry-content a:hover, .format-audio .entry-meta a:hover {
	color: #666 !important;	
}
/* Blog Style Video */ 

.format-video {
    background-color: none !important;
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #666;
}

.format-video .entry-title {
	
}

.format-video .entry-meta {
	color: #220e10;
}
.format-aside {
    background-color: transparent;
	background: none;
}
.format-video {
    background-color: transparent;
	background: none;
}

/* Blog Sidebar (Top Bar) */ 
.top-bar {
    background: #434343;
    display: block;
    width: 101%;
    height: 100px;
    margin-left: -1px;
}

.top-bar .sidebar-container {
    height: auto;
    position: relative;
    top: 0px;
}
.top-bar .widget-area {
    width: 100%;
    margin: 0px auto;
    max-width: auto;
}
.top-bar .widget {
	min-width: 16%;
	float: left;
	max-width: 33%;	
}
.top-bar .widget-title {
	display: none;	
}
.top-bar .sidebar-container aside.widget.widget_search {
	background-color: transparent !important;
	height: auto !important;	
}
