.bricks-wrapper .entry__info {
    position   : relative;
    bottom     : auto;
    left       : 0;
	color: white
}

.bricks {
    margin-top: 0;
    margin-bottom: 0;
}

.bricks-wrapper .entry__info p {
    margin-bottom: 20px;
	color: rgba(255,255,255,0.67);
}

.bricks-wrapper .entry__link::before, .bricks-wrapper .entry__link-packages::before, .bricks-wrapper .entry__link::after, .bricks-wrapper .entry__link-packages::after {
    display: none
}

.bricks-wrapper .entry__title {
    margin-bottom: 10px;
}

.bricks-wrapper .entry__cat .fa-ul {
    margin-bottom: 20px;
}

.bricks-wrapper .entry__cat .fa-ul > li {
    padding-bottom: 4px;
}

.bricks-wrapper .entry:hover .modal-popup__details, .modal-popup__details {
background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.bricks-wrapper .brick {
    margin-top: 140px
}

.bricks-wrapper .brick:first-of-type {
    margin-top: 0px
}

.light-on-dark {
	color: white
}

@media screen and (max-width: 1100px) {
.bricks-wrapper .entry__title {
    margin-top: 30px
}

.bricks-wrapper .brick {
    margin-top: 90px
}
}

@media screen and (max-width: 800px) {
.bricks-wrapper .brick {
    margin-top: 60px
}
}

@media screen and (max-width: 600px) {
.bricks-wrapper .brick {
    margin-top: 40px
}
}