/* Posts */
body.posts {
    background: #fff;
}
body.posts #footer {
    background: #e5e5e5;
}
#posts {
    position: relative;
}
#posts header,
#posts .results {
    padding: 0 32.5px;
}


/* Posts header */
#posts header {
    margin-top: 30px;
    margin-bottom: 40px;
}
#posts header .tools {
	padding-left: 7.5px;
}


/* Hihglighted post */
#posts .highlighted article.item.post .thumbnail {
    display: none;
}
#posts .highlighted .slideshow {
    width: 80%;
    cursor: pointer;
}
#posts .highlighted .posts {
    margin-top: 50px;
    width: 80%;
}
#posts .highlighted .posts article {
    width: 33.3%;
    height: auto;
}
#posts .highlighted .posts .title {
    font-size: 23px;
    line-height: 24px;
}
#posts .highlighted .posts .date {
    font-size: 18px;
    line-height: 20px;
}


/* Posts slideshow */
#posts .slideshow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7.5px;
}
#posts .slideshow,
#posts .slideshow .slides,
#posts .slideshow .slides li {
    height: 520px;
}
#posts .slideshow_pager {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    text-align: center;
    z-index: 1;
}
#posts .types {
    float: right;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
#posts .types hr {
    border-top: 10px solid #000;
    width: 65px;
    margin: 10px 0;
}
#posts .types hr.mobile {
    display: none;
}
#posts .types ul li {
    margin-bottom: 10px;
}
#posts .types ul li a {
    font-family: 'regular-black';
    text-transform: uppercase;
    font-size: 14px;
}
body.posts .view .date {
	margin-top: 15px;
}


/* Post item */
article.item.post {
    margin-bottom: 15px;
    height: 530px;
}
article.item.post>.wrapper {
    height: 100%;
}
article.item.post hr {
    width: 65px;
    border-top: 10px solid #000;
}
article.item.post .type {
    font-family: 'regular-black';
    font-size: 12px;
    margin: 10px 0;
}
article.item.post .title {
    font-family: 'regular-black';
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 5px;
}
article.item.post .thumbnail {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
article.item.post .date {
    font-family: 'regular-regular';
    font-size: 16px;
    line-height: 20px;
    margin-top: -5px;
}
article.item.post .description {
    font-family: 'regular-medium';
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

/* IPAD horizontal 1024x768 */
@media only screen and (max-width: 1279px) {
    #posts header {
        margin: 0px;
    }
    #posts .highlighted .posts {
        width: 100%;
        margin-top: 30px;
    }
    #posts .highlighted .slideshow {
        width: 74.5%;
    }
    #posts .slideshow,
    #posts .slideshow .slides,
    #posts .slideshow .slides li {
        height: 440px;
    }
    #posts .types {
        width: 25.5%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 1023px) {
    #posts .slideshow,
    #posts .slideshow .slides,
    #posts .slideshow .slides li {
        height: 320px;
    }
}
@media only screen and (max-width: 767px) {
	#posts {
	}
	#posts header,
	#posts .results {
	    padding: 0 25px;
	}
	#posts header .tools {
		padding-left: 0;
	}
    #posts .highlighted .slideshow {
        width: 100%;
        margin: 20px 0;
    }
    #posts .highlighted .posts {
        margin-top: 0px;
        width: 100%;
    }
    #posts .highlighted .posts article {
        width: 100%;
    }
    #posts .slideshow {
        padding: 0;
    }
    #posts .slideshow,
    #posts .slideshow .slides,
    #posts .slideshow .slides li {
        height: 220px;
    }
    #posts .types {
        display: none;
    }
	#posts .item > .wrapper {
		margin: 0 0 15px 0;
	}
}