.cck-body #pagination a,
.cck-body #pagination span {
    border-radius: unset;
}

.cck-body #pagination li.active a {
    background: #e1ab25;
}

.cck-body #pagination li>a:hover {
    background: #ad3100;
    color: #000000 !important;
}

.title-menu-luxury-car-rental {
    text-align: center;
    color: #000;
    margin: 15px 0 20px;
    text-transform: capitalize;
    font-size: 40px;
}

#os_navigation a {
    background: #e1ab25 !important;
    border-radius: 30px !important;
    color: #fff !important;
    width: auto !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 10px 30px !important;
    margin-top: 10px !important;
    border: 2px solid #e1ab25;
    display: inline-block;
}

#os_navigation a:hover {
    background: #ffffff !important;
    color: #000 !important;
}

.wrapper-show-post-luxury-car-rental {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 10px 20px 30px !important;
}

.wrapper-show-post-luxury-car-rental .resizable {
    padding: 0 !important;
}

.wrapper-img-show-post-luxury-car-rental {
    position: relative;
    overflow: hidden;
}

.wrapper-img-show-post-luxury-car-rental::before {
    content: "" !important;
    background: #0000003d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1;
}

.wrapper-title-show-post-luxury-car-rental {
    position: absolute;
    left: 40px;
    bottom: 30px;
    right: 40px;
}

.wrapper-info-show-post-luxury-car-rental {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    transform: scale(0);
    transition: .7s;
    background: #192A30;
}

.wrapper-info-show-post-luxury-car-rental>div.resizable {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #e1ab25;
    padding: 20px !important;
}

.wrapper-show-post-luxury-car-rental:hover .wrapper-info-show-post-luxury-car-rental {
    transform: scale(1);
    transition: .7s;
}

.title-show-post-luxury-car-rental {}

.title-show-post-luxury-car-rental a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    color: #e1ab25 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    text-shadow: 0px 0px 5px #000;
}

.date-show-post-luxury-car-rental {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 20px;
}

.date-show-post-luxury-car-rental .fa {
    color: #e1ab25;
    margin: 0;
    margin-right: 10px;
}

.desc-show-post-luxury-car-rental {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}

.read-more-show-post-luxury-car-rental a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold !important;
    background: #e1ab25;
    width: auto;
    display: inline-block !important;
    padding: 15px 20px;
    line-height: 1;
    border: 2px solid #e1ab25;
    transition: .5s;
}

.read-more-show-post-luxury-car-rental a:hover {
    background: #192A30;
    color: #e1ab25 !important;
    transition: .5s;
}

.wrapper-show-post-details-luxury-car-remtal {
    position: relative;
    overflow: hidden;
}

.wrapper-date-show-post-details {
    position: absolute;
    top: 30px;
    left: 30px;
}

.title-show-post-details-luxury-car-rental {
    color: #e1ab25;
    font-weight: bold !important;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
}

.date-show-post-details-luxury-car-rental {
    background: #e1ab25;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 20px;
}

.date-show-post-details-luxury-car-rental .fa {
    color: #000;
}

@media (max-width: 767px) {
    .wrapper-show-post-luxury-car-rental {
        margin: 10px 0px 30px !important;
    }
}