.header-table {
    display: table;
    box-sizing: border-box;
    width: 100%;
    width: calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    border-top: 5px;
    padding-top: 5px;
    border-right: 5px;
}

.header-td {
    display: table-cell;
    position: relative;
}

.header-article {
    width: 100%;
    height: 150px;
    background: black;
    display: block;
    color: white;
    font-size: 1rem;
    line-height: 1.15rem;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    border: 5px solid #ffffff;
    border-right: 0;
    box-sizing: border-box;
    border-top: 0;
    position: relative;
    background: url(/www/more/pokemon-go.jpg);
    background-size: cover;
    background-position: center;
}

.header-article span {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 20px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0,0,0,0.65);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 40%);
}

.header-article:hover {
    opacity: 0.95
}

.header-top {height:300px}

#news {
    padding-bottom: 40px;
}

#news h2 {
    padding: 20px 0 20px 20px;
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
}
#news h2:before {
    display:none;
}
#posts {
    vertical-align: top;
    width: auto;
    padding: 0 20px;
}

.post {
    display: table;
    position:relative;
    width: 100%;
    list-style-type: none;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.09);
    margin: 0 0px 20px 0;
    border-radius: 8px;
    padding: 0;
    height: 100%;
}

.post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.9em;
    border-left-color: #de2827;
    border-top-color: #de2827;
}

.post:nth-child(even) {background: #f6f6f6;}

.post h3 {
    font-size: 1.25rem;
    text-align: left;
    padding: 0;
}

.post .breve-h3 {
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.post a {
    color: inherit;
    display: block;
    color: #45689c;
    height: 100%;
    padding: 0 0 7px 0;
}

.post a:hover {
    text-decoration: underline;
}

.post-aside {
    display: table-cell;
    max-width: 250px;
    width: 32%;
    vertical-align: middle;
    height: 100%;
}

.post-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.post-content {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 40px 15px 23px;
    height: 100%;
}

.post-content p {
    font-size: 0.9rem;
    margin: 0;
    color: #2e3847b5;
    line-height: 1.3rem;
    padding: 3px 0 8px 0;
}

.post-breve {
    display: table-cell;
    padding: 20px;
    font-size: 0.9rem;
}


.post-breve p a {
    display: block;
    font-weight: bold;
    color: #0066CC;
    line-height: 1.2rem;
}

.post-breve p a:hover {
    color: #0066CC;
}

.post-breve p a:before {
    content: '\000BB';
    margin-right: 10px;
}

.post-breve p a:visited {
    color: #0066CC;
}

.post-pj {
    margin-top: 20px;
    line-height: 0;
    font-size: 0;
	text-align: left;
	display: block;
	display: -ms-flexbox;
	display: flex;

}

.post-img {
	width: 33%;
	height: 130px;
	flex: 1;
	-ms-flex: 1;
	display: inline-block;
	border: 1px dashed #b6b4b4;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 2px;
	margin-right: 2px;
	cursor: pointer;
}
.post-img:only-child {
	width: 33%;
	flex: initial;
	-ms-flex: initial;
}
.post-img:first-of-type {
    border-left-width: 1px;
}

.post-infos {
    font-size: 0.8rem;
    margin-top: 5px;
    color: rgb(84, 102, 114)
}

.post-mini {
    font-weight: 300
}

.post-count {
    background: #3f3e53;
    display: table;
    color: #FFFFFF;
    line-height: 1.25rem;
    border: 3px solid white;
    text-align: center;
    border-radius: 100%;
    font-size: 0.7rem;
    width: 25px;
    height: 25px;
    text-indent: -1px;
    position: absolute;
    bottom: -3px;
    right: -8px;
}

.post-count span {
    display: table-cell;
    vertical-align: middle
}




#archives {
    display: block;
    text-align: center;
    font-size: 1rem;
    background: #3B3954;
    border-radius: 5px;
    color: #FFF;
    margin: 10px 0 0 0;
    padding: 15px 0
}

#archives:hover {
    opacity: 0.9;
}

#archives a {
    color: inherit;
}

#edito {
    margin-top: 60px
}

#edito h2 {
    margin: 0px 0 40px 0;
    text-align: center;
    font-size: 4rem;
    color: inherit;
    line-height: 4rem;
}

#edito h2:before {
    display: none
}

#edito h2 span {
    color: #CA2A1B
}

#edito img {
    display: block;
    margin: 0 auto 40px auto
}

#edito .edito-text {
    display: table;
    width: 100%;
}

#edito .edito-tab {
    display: table-cell;
    width: 50%;
    padding: 0 20px;
    margin: 0;
    vertical-align: top;
}

@media screen and (max-width: 1000px) {
    #posts {
        padding: 10px 0 0 0;
    }
    #edito {
        display: none
    }
    .header-td:nth-child(4) {
        display: none;
    }
    .header-article {
        border: 5px solid #ffffff;
    }
}

@media screen and (max-width:700px) {
    .post-img {
        width: 50%
    }
    .header-td:nth-child(3) {
        display: none;
    }
    .header-article {
        border: 5px solid #ffffff;
    }
}
