.js-filter-wrapper,.js-filter-guidelines,#block-transpix-page-title,#block-transpix-content footer,.viewsreference--view-title{
    display: none;
}

.pager__items{
    text-align: center;
    margin-bottom: 20px;

}
.pager__items li{
	display: inline;
	margin: 10px;

}
.pager__items li a{
    color: #57bed3;
    text-decoration: none;
}

.js-form-required{
    margin: 10px;
}
.comment-form input[type="text"]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 20px;
    color: #5e4b4b;
}
.comment-form textarea{
    width: 100%;
    /* height: 50px; */
    line-height: 50px;
 
    outline: 0;
    padding-left: 20px;
    color: #5e4b4b;
}
.comment-form input[type="submit"]{
    border: none;
    position: relative;
    background-color: #e00000;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #e00000;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}