.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.places-item-box{
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
    background-color: white;
    box-shadow: 1.213px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.places-item-box >.row{
    margin-left: 0px;
    margin-right: 0px;
}

.places-item-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
}

.info-area{
    padding-top: 5px;
}

.places-item-box-image{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.places-item-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0, 0.4);
    padding: 20% !important;
}

.places-item-box hr {
    height: 30px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
}

.places-item-box a {
    color: rgba(0, 0, 0, 1);
    padding: 2px 22px;
    line-height: 40px;
    border: 2px solid rgba(0, 0, 0, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.places-item-box a:hover {
    border-color: rgba(51, 51, 51, 1);
    color: rgba(51, 51, 51, 1);
    background-color: #FFF;
}

.places-item-box:hover .places-item-hover {
    background-color: rgba(0,0,0, 0.7);
}

.places-item-box:hover .places-item-hover hr {
    width: 100%;
    height: 5px;
}
