/* Team CSS Style*/
.container-meta {
    padding: 13px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.container-meta::after, .team::after {
    content: "";
    clear: both;
    display: table;
}

/* Images */
.img-content{
    max-width: 100%;
    transition: transform 0.4s;
}

.img-head:hover .img-content {
    transform: scale(1.1);
}

.img-head {
    overflow: hidden;
    float: left;
    position: relative;
}

.container {
    width: 1278px;
    margin: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.img-head .img-color {
    position: absolute;
    top: 0px;
    background: rgba(243,242,240,0.7);
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
}
.img-head:hover .img-color {
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
}
.item-img {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 0;
   
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item-img .icon-a {
    /*margin: 0.5em 0.5em 0 0;*/
    height: 3em;
    width: 3em;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #8dbcd2;
    border-color: #8dbcd2;
    position: relative;
    transition: 0.4s;
}

.item-img.appear-item{
    transform: translateY(20px);
    transition: transform 0.6s ease;
}

.img-head:hover .item-img.appear-item {
    transform: translateY(-50px);
    transition: transform 0.6s ease; 
}

.icon-a .icon-item {
    position: absolute;
    right: 0;
    left: 0;
    top: 25%;
}

.icon-a:hover{
    background-color:#E6B59E; 
    border-color:#E6B59E;
    transition: 0.4s;
}

.date-img-content span.head-date {
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: bold;
}

.item .title-head {
    font-size: 20px;
}

.row-post .post-content-wrap .standard-post-categories.span-head:after {
    content: '';
    padding: 0;
}

.row-post .post-content-wrap .with-date .standard-post-categories.span-head:after {
    content: '/';
    font-size: 10px;
    font-weight: normal;
    padding: 0 6px;
}

