.blog-container {
	margin: auto;
}
/* Blog index items */
.blog-index .blog-container .section-label,
.blog-index .blog-container .blog-post,
.blog-index .blog-container .paging-buttons {

}
.blog-container .blog-post {
	margin: 0 auto 40px;
	clear: left;
}
.blog-container .blog-post .flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.blog-container .blog-post .flex-wrapper p{
	margin-bottom: 10px;
}

.blog-container .blog-post .flex-wrapper > div {
	flex-basis: 50%;
}
.blog-container .blog-post .flex-wrapper > div:first-child {
	margin-right: 15px;
}
.blog-container .blog-post .flex-wrapper div.full-width {
	flex-basis: 100%;
	margin-right: 0;
}
.blog-container .blog-post .flex-wrapper > div:nth-child(2) {
	margin-left: 15px;
}

.blog-container .blog-post .flex-wrapper h3{
	line-height: 1;
}

.blog-container .blog-post .flex-wrapper h3 a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.blog-container .blog-post .flex-wrapper .post-link i {
	margin-left: 5px;
}
.blog-container .blog-post .flex-wrapper .button-cont a{
	color: #b94127;
}

.blog-container .blog-post .flex-wrapper .button-cont a:hover{
	border-bottom: 1px dotted #b94127;
}
@media only screen and (max-width: 40.063em) {
	.blog-container .blog-post .flex-wrapper {
		display: block;
	}
	.blog-container .blog-post .flex-wrapper > div {
		flex-basis:100%;
	}
	.blog-container .blog-post .flex-wrapper > div:first-child {
		margin-right: 0;
	}
	.blog-container .blog-post .flex-wrapper > div:nth-child(2) {
		margin-left: 0;
	}
	.blog-container .blog-post .flex-wrapper > div.primary-img {
		margin-bottom: 10px;
	}
}
/* End blog index items */

/* Pager */
.blog-container .paging-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-top: 1px solid #cbcbcb;
}

.blog-container .paging-buttons .subscribe-container{
	display: flex;
}

.blog-container .paging-buttons .subscribe-container a.subscribe{
	line-height: 20px;
	margin-right: 25px;
}

.blog-container .paging-buttons .subscribe-container a.rssLink:hover{
	text-decoration: none;
	border-bottom: 1px dotted #1686a1;
}

@media only screen and (max-width: 40.063em) {
	.blog-container .paging-buttons span {
		display: none;
	}
}
/* End pager */

/* Blog detail page */
/*.blog-detail .blog-single .shared-back-button,
.blog-detail .blog-single .title,
.blog-detail .blog-single .contentRender_name_plugins_core_textbox,
.blog-detail .blog-single .title-container,
.blog-detail .blog-single .footer, 
.blog-detail .blog-single .author, 
.blog-detail .blog-single .download-document, 
.blog-detail .blog-single .postComments, 
.blog-detail .blog-single .related-container {
	max-width: 966px;
	margin: auto;
}*/

.blog-container blockquote {
	margin: 0 0 1.25rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 2px solid rgba(84,71,44, 0.6);
}

.blog-container blockquote,
.blog-container blockquote p {
	line-height: 1.6;
}

.blog-detail .slideshow_container .blog-header-wrapper,
.blog-detail .slideshow_container .blog-header-wrapper h1 {
	display: none;
}
.blog-detail .custom_navbar {
	margin-bottom: 30px;
}
.blog-detail .author-by-line {
	margin-bottom: 30px;
}
.blog-detail .blog-single .download-document {
	margin-bottom: 15px;
}
/* End blog detail page */

/* Author box */
.author {
	margin: auto;
	display: flex;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	flex-direction: column;
}
.author .image-holder {
	text-align: center

}
.author p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 40em) {
	.author {
		flex-direction: row;
	}
	.author .image-holder {
		margin-right: 30px;
		flex: 0 0 100px;
	}
}
/* End author box */

/* Social links */
.addthis_toolbox ul {
	list-style: none;
	display: flex;
	margin-left: 0;
	margin-bottom: 5px;
}

@media (max-width: 640px) {
	.addthis_toolbox ul li:first-child {
		margin: 0;
	}
	.addthis_toolbox ul li {
		margin: 0 5px;
	}
}
.addthis_toolbox ul li:first-child,
.footer .tag-label {
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
}

.addthis_toolbox ul li {
	margin-right: 10px;
}
.addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	width: 35px;
	height: 35px;
	border-radius: 30px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #b94127;
	color: #b94127;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.addthis_toolbox ul li.facebook:hover,
.addthis_toolbox ul li.twitter:hover,
.addthis_toolbox ul li.pinterest:hover {
	background-color: #b94127;
	color: white;
}

.addthis_toolbox ul li a {
	color: inherit;
    line-height: 35px;
    width: 100%;
    display: inline-block;
    margin: 0;
}

.addthis_toolbox ul li i{
	font-size: 16px;
}

.addthis_toolbox ul li:last-child{
	color: #ad9159;
}
/* End social links*/

/* Cats/tags at bottom of detail */
.footer .tag-content a:hover {
	text-decoration: underline;
}
.footer {
	margin-bottom: 50px;
}
/* Emd cats/tags at bottom of detail */

/* Related posts */
.related-posts .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.related-posts .custom_imagebox{
    width: 100%;
}
.related-posts .custom_imagebox .img-cont::after {
	height: 70%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.related-posts .custom_imagebox .slide-content h2 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.related-posts .custom_imagebox .slide-content a.see-more {
	font-size: 12px;
	line-height: 1;
}
.related-posts .related-item a.read-more-link {
	font-weight: bold;
}

.related-posts .related-item {
	width: 100%;
	margin-bottom: 15px;
}
.related-posts .related-item img {
	margin-bottom: 5px;
	width: 100%;
}
.related-posts .related-item:last-of-type {
	margin-right: 0;
}
.related-posts .related-item a.read-more-link i {
	margin-left: 5px;
}
.related-container .related-posts {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.related-posts .related-item h3{
	line-height: 0.8;
}
.related-posts .related-item h3 a{
    font-family: "futura-pt", sans-serif;
    color: #b94127;
    font-weight: 800;
    font-size: 20px;
    line-height: inherit;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 0;
}
.related-posts .related-item h3 i{
    color: #ad9159;
}
@media only screen and (min-width: 40em) {
	.related-posts .related-item{
	    width: 48%;
	}
	.related-posts .related-item h3{
		line-height: 0.6;
	}
	.related-posts .custom_imagebox .slide-content {
	    padding: 20px;
	}
}
@media only screen and (min-width: 64em) {
	.related-posts .related-item{
	    width: 24%;
	}
}
/* End related posts*/

/* Cat, tag, archive, author widget css */
.blog-widget {
	margin: auto;
	max-width: 966px;
	padding: 0 15px;
}
.blog-widget ul {
	list-style: none;
	margin-bottom: 20px;
	margin-left : 0;
}
.blog-widget  ul li {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom:  4px;
}
@media only screen and (max-width: 64.063em) {
	.blog-widget  ul li {
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 40.063em) {
	.blog-widget ul {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
}
@media only screen and (min-width: 64.063em) {
	.blog-widget ul {
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		column-count: 3;
		column-gap: 15px;
	}
}

/* Blog Styling from Visit Durango */
	.blog-container .blog-single h1 {
		font-size: 48px!important;
		line-height: 48px!important;
}
	
	.blog-container .blog-single h2 {
		margin-top: 60px!important;
}
	
	.blog-container .blog-single h3 {
		font-weight: 600!important;
		margin-bottom: 20px!important;
}
	
	.blog-container .blog-single img {
		margin-bottom: 20!important;
	}
	
@media only screen and (max-width: 40.063em) {
	.blog-container .blog-single h1 {
		line-height: 48px!important;
	}
}