/* Category Styles */

.category-title {
    margin: 0;
}

.category-info {
    text-transform: none;
    line-height: 25px;
}

.blog-category {
    padding: 60px 0;
}

.blog-post-list {
    padding: 0;
    margin: 0;
}

.blog-post-list a {
    /*text-decoration: none;*/
}

.blog-post-list li {
    padding: 30px;
    background-image: none;
    margin: 30px 0;
}

.blog-post-list li:nth-child(2n + 1) {
    background-color: #F5F5F5;
}

.category-post-info {
    margin: 0px 0;
    /* Change to actual font */
    font-weight: 400;
    letter-spacing: .06em;
}

.category-post-info .slash {
    margin: 0 10px;
}

.category-post-info a {
    font-family: UniversLT-Condensed;
    text-decoration: none;
}

.category-post-title {
    margin-top: 5px;
}

.author-title {
    margin-top: 0;
    font-size: 40px;
}

.blog-post-list p {
    /*margin-bottom: 0;*/
}


/* Single Post Styles */

.blog-post {
    padding: 60px 0;
}

.blog-post p,
.blog-post h1 {
    margin: 0;
}

.blog-post h1 {
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.blog-post p {
    padding: 15px 0;
}

.blog-post .slash {
    color: #909090;
    margin: 0 5px;
}

.blog-post ol,
.blog-post ul {
    display: inline;
}

.blog-post .caption {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-family: UniversLT-Condensed;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #C1C1C1;
}

.post-info {
    margin: 15px 0;
    margin-top: 0;
    /*font-size: ;*/
    font-weight: 400;
}

.post-info a {
    font-family: UniversLT-Condensed;
    text-decoration: none;
}

.blog-post-video {
    margin: 15px 0;
    padding: 0;
}

.blog-post-video iframe {
    width: 100%;
    height: 480px;
}

.blog-post img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}



/*---------*/
.blog-post img,
.blog-post .article-image img {
    max-width: 100%;
}

.blog-post .article-image,
.blog-post .article-image.center {
    margin: 0 auto;
    width: 100%;
}

.blog-post .article-image.center img {
    display: block;
    margin: 0 auto;
}

.blog-post .article-image.left {
    width: 50%;
    margin-right: 45px;
}

.blog-post .article-image.right {
    width: 50%;
    margin-left: 45px;
}

.blog-post .article-image.right img,
.blog-post .article-image.left img {
    width: 100%;
}

.blog-post .article-image .article-image-caption {
    display: block;
    margin: 10px 0;
    padding: 0;
    font-family: UniversLT-Condensed;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #C1C1C1;
    text-transform: uppercase;
}

.blog-post .article-image.right .article-image-caption {
    text-align: left;
}

.blog-post .article-image.left .article-image-caption {
    text-align: right;
}

.blog-post .article-image .article-image-caption,
.blog-post .article-image.center .article-image-caption {
    text-align: center;
}
/*---------*/


.tags {
    border: solid 1px #E8E8E8;
    padding: 15px 15px 11px;
    margin-top: 45px;
}

.tags h6 {
    margin: 0;
}

.two-col-blog-content {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    overflow: hidden;
}

.two-col-blog-content p {
    padding: 0;
}

.two-col-img img {
    display: block;
    margin: 0 auto;
	width: 100%;
    max-width: 100%;
}

.two-col-img .pure-u-md-1-2:first-child {
    padding: 0 30px 0 0;
}

.two-col-img .pure-u-md-1-2:last-child {
    padding: 0 0 0 30px;
}

.two-col-img .image-caption {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-family: UniversLT-Condensed;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #C1C1C1;
    text-transform: uppercase;
}


/* Sidebar Styles */

.sidebar {
    padding: 60px 0 60px 60px;
}

.sidebar-element-headline {
    font-size: 18px;
    font-family: UniversLT-Condensed;
    color: #fff;
    text-transform: uppercase;
    background-color: #2E2E2E;
    padding: 20px 15px 18px;
    display: block;
    letter-spacing: .04em;
}

.sidebar-element-container {
    border-left: solid 1px #E8E8E8;
    border-right: solid 1px #E8E8E8;
}

.sidebar-element-container:last-child {
    border-bottom: solid 1px #E8E8E8;
}

.sidebar-element-content {
    padding: 15px;
}

.sidebar ul {
    /*padding-left: 10px;*/
    padding-left: 0;
}

.featured-repair-help-articles li {
    margin: 20px 0;
    line-height: 28px;
    background-image: url('/assets/img/icons/article-icon.svg');
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin: 60px 0;
    }
    .blog-category,
    .blog-post,
    .sidebar {
        padding: 0;
        padding-top: 30px;
    }

    .post-info {
        /*font-size: */
    }

    .category-post-info {
        line-height: 17px;
    }

    .category-post-info a {
        display: block;
    }

    .category-post-info .slash {
        display: none;
    }

    .category-post-title {
        font-size: 22px;
    }

    .blog-post .two-col-img .pure-u-md-1-2 {
        padding: 0;
    }

    .two-col-blog-content {
        -webkit-column-count: auto;
        /* Chrome, Safari, Opera */
        -moz-column-count: auto;
        /* Firefox */
        column-count: auto;
    }
    .blog-post-video {
        padding: 0;
    }
    .blog-post-video iframe {
        height: 310px;
    }

    .blog-post .article-image.left,
    .blog-post .article-image.right,
    .blog-post .article-image.center
    .blog-post .article-image {
        width: 100%;
        margin: 0;
    }
}

/* ========== Print Styles ========== */

@media print {
	.header-container,
	.internal-contextual-nav,
	aside,
	footer
	{
		display: none!important;
	}

	.pure-u-2-3 {
		width: 100%;
	}

	.blog-post-video iframe {
		max-height: 300px;
	}

	.article-image,
	.two-col-img [class*="pure-u"]
	{
		width: 50%!important;
		float: right;
	}

	p {
		page-break-inside: avoid;
	}
}
