@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.cck-body #pagination a,
.cck-body #pagination span {
    border-radius: unset;
}

.cck-body #pagination li.active a {
    background: #e36300;
}

.cck-body #pagination li>a:hover {
    background: #ad3100;
    color: #000000 !important;
}

.title-menu-hard-truck {
    text-align: center;
    color: #000;
    margin: 15px 0 20px;
    text-transform: capitalize;
    font-size: 40px;
}

#os_navigation a {
    background: #e36300 !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 #e36300;
    display: inline-block;
}

#os_navigation a:hover {
    background: #ffffff !important;
    color: #000 !important;
}

.wrapper-post-image-right-hard-truck {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #333 !important;
    margin: 100px 0 70px;
}

.wrapper-post-image-right-hard-truck::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    right: -10%;
    top: 0;
    background: #e36300;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    transition: .5s;
    z-index: 1;
}

.wrapper-post-image-right-hard-truck>* {
    z-index: 2;
    position: relative;
}

.wrapper-post-image-right-hard-truck:hover::after {
    transition: .5s;
    right: 45%;
}

.wrapper-image-post-image-right-hard-truck {
    width: 50% !important;
    padding: 50px;
    height: 600px;
    position: relative;
}

.wrapper-info-post-image-right-hard-truck {
    width: 50% !important;
    min-height: 600px;
    align-items: center;
    padding: 100px;
    position: relative;
}

.category-more-post-image-right-hard-truck a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-post-image-right-hard-truck a {
    font-weight: bold !important;
    font-family: "Rubik", sans-serif;
    font-size: 44px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.title-post-image-right-hard-truck a:hover,
.category-more-post-image-right-hard-truck a:hover {
    color: #333;
}

.title-post-image-right-hard-truck a::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.decription-post-image-right-hard-truck {
    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-post-image-right-hard-truck a {
    width: auto;
    border: 2px solid #fff;
    display: inline-flex !important;
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.read-more-post-image-right-hard-truck a:hover {
    color: #fff;
    background: #333;
}


















.wrapper-post-image-left-hard-truck {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #333 !important;
    margin: 100px 0 70px;
}

.wrapper-post-image-left-hard-truck::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    left: -10%;
    top: 0;
    background: #e36300;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    transition: .5s;
    z-index: 1;
}

.wrapper-post-image-left-hard-truck>* {
    z-index: 2;
    position: relative;
}

.wrapper-post-image-left-hard-truck:hover::after {
    transition: .5s;
    left: 45%;
}

.wrapper-image-post-image-left-hard-truck,
.wrapper-image-left-image-left-hard-truck {
    width: 50% !important;
    padding: 50px;
    height: 600px;
    position: relative;
}

.wrapper-info-post-image-left-hard-truck {
    width: 50% !important;
    min-height: 600px;
    align-items: center;
    padding: 100px;
    position: relative;
    text-align: right;
}

.category-more-post-image-left-hard-truck a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-post-image-left-hard-truck a {
    font-weight: bold !important;
    font-family: "Rubik", sans-serif;
    font-size: 44px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.title-post-image-left-hard-truck a:hover,
.category-more-post-image-left-hard-truck a:hover {
    color: #333;
}

.title-post-image-left-hard-truck a::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    background: #fff;
    bottom: 0;
    right: 0;
}

.decription-post-image-left-hard-truck {
    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-post-image-left-hard-truck a {
    width: auto;
    border: 2px solid #fff;
    display: inline-flex !important;
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.read-more-post-image-left-hard-truck a:hover {
    color: #fff;
    background: #333;
}

.wrapper-show-post-hard-truck {
    background: #f7f7f7 !important;
    padding: 20px 10px !important;
    border: unset;
    border-radius: 30px;
    margin: 10px 10px 20px;
    transition: .7s;
}

.wrapper-show-post-hard-truck:hover {
    transition: .7s;
    box-shadow: 0px 0px 15px #000;
}

.wrapper-info-show-post-hard-truck {}

.image-show-post-hard-truck {
    background: #fff;
    display: block;
    border-radius: 30px;
}

.title-show-post-hard-truck 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;
    margin-top: 15px;
    text-align: center;
    color: #e36300;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: bold !important;
    line-height: 1;
}

.title-show-post-hard-truck a:hover {
    color: #000;
}

.description-show-post-hard-truck {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}

.read-more-show-post-hard-truck a {
    text-align: center;
    background: #333;
    border-radius: 30px;
    color: #e36300;
    text-transform: capitalize;
    font-weight: bold !important;
    padding: 10px;
    font-size: 22px;
}

.read-more-show-post-hard-truck a:hover {
    color: #fff;
}

.wrapper-show-post-details-hard-truck {
    position: relative;
    background: #f7f7f7 !important;
    padding: 20px 10px !important;
    border: unset;
    border-radius: 30px;
}

.image-post-details-hard-truck {
    border-radius: 30px;
    background: #fff;
    display: block;
}

.category-post-details-hard-truck {}

.category-post-details-hard-truck a {
    color: #e36300;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
}

.category-post-details-hard-truck a:hover {
    color: #000;
}

.wrapper-category-post-details-hard-truck {
    text-align: center;
}

.title-post-details-hard-truck {
    color: #000;
    font-family: "Rubik", sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    padding: 20px 0;
    margin: 20px 0;
}

.title-post-details-hard-truck::before,
.title-post-details-hard-truck::after {
    content: "";
    width: 40%;
    height: 2px;
    background: #e36300;
    position: absolute;
    top: 0;
    left: 30%;
}

.title-post-details-hard-truck::after {
    top: unset;
    bottom: 0;
}

.wrapper-date-post-details-hard-truck {
    position: absolute;
    top: 40px;
    left: 50px;
    background: #e36300;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 20px;
}

.date-post-details-hard-truck {}

.description-post-details-hard-truck {
    color: #000;
}

@media (max-width: 1399px) {

    .wrapper-info-post-image-right-hard-truck,
    .wrapper-info-post-image-left-hard-truck {
        padding: 60px;
    }

    .title-post-image-left-hard-truck a,
    .title-post-image-right-hard-truck a {
        font-size: 34px;
    }
}

@media (max-width: 1199px) {

    .title-post-image-left-hard-truck a,
    .title-post-image-right-hard-truck a {
        font-size: 28px;
    }

    .decription-post-image-left-hard-truck,
    .decription-post-image-right-hard-truck {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 991px) {

    .wrapper-info-post-image-right-hard-truck,
    .wrapper-info-post-image-left-hard-truck,
    .wrapper-image-post-image-right-hard-truck,
    .wrapper-image-post-image-left-hard-truck,
    .wrapper-image-left-image-left-hard-truck {
        padding: 20px;
        width: 100% !important;
        min-height: auto;
        text-align: center !important;
        height: auto;
    }

    .wrapper-post-image-right-hard-truck,
    .wrapper-post-image-left-hard-truck {
        flex-wrap: wrap;
        background: #e36300 !important;
    }

    .wrapper-post-image-right-hard-truck::after,
    .wrapper-post-image-left-hard-truck::after {
        content: unset;
    }

    .title-post-image-right-hard-truck a::after {
        left: 35%;
    }

    .title-post-image-left-hard-truck a::after {
        right: 35%;
    }
}

@media (max-width: 768px) {

    .wrapper-image-post-image-right-hard-truck img,
    .wrapper-image-left-image-left-hard-truck img {
        height: auto !important;
    }
}

@media (max-width: 425px) {

    .title-post-image-left-hard-truck a,
    .title-post-image-right-hard-truck a {
        font-size: 24px;
    }

    .category-more-post-image-right-hard-truck a,
    .category-more-post-image-left-hard-truck a {
        font-size: 24px;
        margin-bottom: 10px;
    }
}