.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap:first-child .btn-simple { display: none; }

.vc-items-wrap {margin: 15px 0;}
.show-in {
    font-size: 13px;
    color: #000;
	text-decoration:none;
}
.show-in:hover {text-decoration:none;}
.show-in:after {
    content: "";
    display: inline-block;
    background: url(/local/templates/dresscode/images/question-arrow.png) center center / contain no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    padding-left: 15px;
}
.show-in.active:after {
    content: "";
    transform:rotate(180deg);
}
.show-in,
.show-in.active .show-in-text-1,
.show-in .show-in-text-2 {display:none;}
.show-in.active .show-in-text-2 {display:inline;}
.vc-items {overflow: hidden;}
.vc-items a {
    margin-right: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px){
	.actions-list .tile-wrap:first-child .tile-time { display: block; }
	.actions-list .tile-wrap:first-child .btn-simple { display: inline-block; }
}