/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                             SINGLE TESTIMONIAL*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.single-testimonials .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-testimonials article .inside-article {
    padding: 0px;
}

/****************************************************************************/
/*				  								                  NAVIGATION*/
/****************************************************************************/

.testimonials-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

.testimonials-navigation a {
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}