.plan-workout-title {
    display: none !important;
}
.gluteImgWrapper {
    text-align: center;
}
.gluteImgWrapper img {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.workoutGridWrapper .workoutGridTitle {
    font-size: 29px;
    color: #4d4d4d;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px !important;
    text-transform: uppercase;
}

.workoutGridItem {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.workoutGridWrapper .workoutGridItem .categoryVideo-img {
    max-width: 240px !important;
    margin-bottom: 20px !important;
}

.workoutGridWrapper .workGridItemTop {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemEx .workoutGridItemExNo {
    position: absolute;
    top: -15px;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemExName,.workoutGridWrapper .workoutGridItemEx,.workingGridItemSet {
    margin: 0 !important;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemExName {
    margin-left: 6px !important;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemExName h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemEx h4 {
    font-size: 38px !important;
}

.workoutGridWrapper .workoutGridItem .workoutGridItemExName h2:first-letter {
    text-transform: capitalize;
}

.workoutGridWrapper .workoutGridItem .workingGridItemSet ul {
    text-align: left !important;
}

.workoutGridWrapper .workoutGridItem .workingGridItemSet ul li {
    display: flex !important;
    padding-left: 0 !important;
    margin-bottom: 7px !important;
}

.workoutGridWrapper .workoutGridItem .workingGridItemSet ul li .smallText {
    font-size: 22px !important;
    margin-right: 3px;
    font-weight: 600 !important;
}

.workoutGridWrapper .workoutGridItem .workingGridItemSet ul li span {
    font-size: 22px !important;
}

.plan-workouts-template .week_workout_plan,.plan-workouts-template .transformation {
    padding-bottom: 0;
}

.plan-workouts-template .workGridItemNotesWrapper  {
    line-height: 1;
    margin-bottom: 6px !important;
}

.plan-workouts-template .workGridItemNotesWrapper .workoutGridItemNotes {
    font-size: 16px !important;
    margin-right: 3px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.plan-workouts-template .workGridItemNotesWrapper span {
    font-size: 16px !important;
}

.plan-workouts-template .week_workout_plan_title {
    text-align: center;
}

.plan-workouts-template .workGridItemContent {
    margin-bottom: 25px;
}

.plan-workouts-template .week_workout_plan {
    padding-top: 60px;
}

.plan-workouts-template .week_workout_plan_title h2{
    font-size: 25px;
    line-height: 1.4;
}

.plan-workouts-template .customized-diet-planner .transformation_title h2,.plan-workouts-template .transformation_title h2 {
    font-size: 32px;
}

.plan-workouts-template .week_workout_plan_title h2 {
    padding-bottom: 5px !important;
}

.plan-workouts-template .week_workout_plan_title p {
    font-size: 18px;
    max-width: 100%;
    font-weight: 500;
}

.plan-workouts-template .week_column_wrapper {
    max-width: 960px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.plan-workouts-template .transformation_title p {
    font-size: 18px;
    font-weight: 500;
}
body.single-post.plan-workouts-template, body.single-post.plan-workouts-template #content {
    background-color: #fff;
}
.plan-workouts-template .plans-workout-header img.logo-image {
    margin-bottom: 0 !important;
    max-width: 130px;
}

.plan-workouts-template .plans-workout-header {
    padding-bottom: 0px !important;
}

.plan-workouts-template .week_column_img {
    padding: 0 6px !important;
}

@media (min-width: 1200px) {
    body.single-post.plan-workouts-template .pricing_panel .container {
        max-width: 1060px !important;
    }
    .plan-workouts-template .pricing_column {
        padding: 0 20px !important;
    }
}

@media (max-width: 767px) {
   
    .gluteImgWrapper img,.workoutGridItem .workingGridItemVideo img {
        max-width: 100% !important;
    }
    .workoutGridWrapper .workoutGridItemEx,.workoutGridItemExName,.workingGridItemSet {
        margin-left: 0 !important; 
        margin-bottom: 0 !important;
    }
    .workoutGridItemExName {
        font-size: 1.2em !important;
    }
    .workoutGridWrapper .workoutGridItem .workingGridItemSet ul li .smallText {
        margin-right: 5px;
    }
    .workoutGridWrapper .workoutGridItem .workingGridItemSet ul li .smallText,.workoutGridWrapper .workoutGridItem .workingGridItemSet ul li span {
        font-size: 20px !important;
    }

    .plan-workouts-template .transformation .text-md-center {
        text-align: center !important;
    }

    .plan-workouts-template .transformation_title h2 {
        line-height: 1.4;
    }

    .workoutGridItemExName {
        text-align: left !important;
    }
    .plan-workouts-template .week_workout_plan_title h2, .plan-workouts-template .transformation_title h2 {
        font-size: 24px;
    }

    .plan-workouts-template .week_workout_plan_title p {
        font-size: 19px;
    }

    .workoutGridWrapper .workoutGridItem .workingGridItemSet ul li,.workoutGridWrapper .workGridItemTop {
        justify-content: center;
    }
}