/* CSS Document */
@media (min-width: 1500px) {
    .holder {
        padding: 0 0 90px;
    }
}
.archive.tax-testimonial_categories .archive-header,
.post-type-archive-testimonials .archive-header,
.post-type-archive-integrations .archive-header,
.post-type-archive-rp_templates .archive-header,
.post-type-archive-use_cases .archive-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.archive.tax-testimonial_categories .header-text,
.post-type-archive-testimonials .header-text,
.post-type-archive-integrations .header-text,
.post-type-archive-rp_templates .header-text,
.post-type-archive-use_cases .header-text {
    padding: 90px 6%;
    color: #000000;
}
.archive.tax-testimonial_categories .header-text,
.post-type-archive-testimonials .header-text {
	padding: 90px 6% 10px;
}
.archive.tax-testimonial_categories .header-text h1:before,
.post-type-archive-testimonials .header-text h1:before,
.post-type-archive-integrations .header-text h1:before,
.post-type-archive-rp_templates .header-text h1:before,
.post-type-archive-use_cases .header-text h1:before {
    border-top: 2px solid #74B01A;
    display: block;
    content: ' ';
    width: 86px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.archive.tax-testimonial_categories .header-text h1 + p,
.post-type-archive-testimonials .header-text h1 + p,
.post-type-archive-integrations .header-text h1 + p,
.post-type-archive-rp_templates .header-text h1 + p,
.post-type-archive-use_cases .header-text h1 + p{
    padding-top: 15px;
}
.archive.tax-testimonial_categories .header-text a,
.post-type-archive-testimonials .header-text a,
.post-type-archive-integrations .header-text a,
.post-type-archive-rp_templates .header-text a,
.post-type-archive-use_cases .header-text a {
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    height: auto;
    display: block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    width: 290px;
    max-width: 100%;
    line-height: 50px;
    margin: 25px auto;
    transition: .3s all;
    background-color: #74b01a;
    box-shadow: inset 0 -4px 3px rgba(0,0,0,.07);
    border-radius: 3px;
}
.archive.tax-testimonial_categories .header-text a:hover,
.post-type-archive-testimonials .header-text a:hover,
.post-type-archive-integrations .header-text a:hover,
.post-type-archive-rp_templates .header-text a:hover,
.post-type-archive-use_cases .header-text a:hover {
    background-color: #86c822;
}
.tax-navs h5 {
	text-align: center;
	padding: 1rem;
	display: none;
}
.taxonomy-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.taxonomy-nav ul {
	list-style: none;
	font-weight: 700;
	padding: 0;
	margin-bottom: 40px;
}
.taxonomy-nav li {
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
}
.taxonomy-nav a {
	color: #000;
	text-transform: uppercase;
}
.archive.tax-testimonial_categories .article-wrap,
.post-type-archive-testimonials .article-wrap,
.post-type-archive-integrations .article-wrap,
.post-type-archive-rp_templates .article-wrap,
.post-type-archive-use_cases .article-wrap {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 48px;
}
.testimonials-box,
.integrations-box,
.use_cases-box,
.rp_templates-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 24px;
    gap: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    border-top-style: solid;
}
.is-wide-image {
	padding: 0;
	gap: 0px;
}
.is-wide-image .box-content {
	padding:24px;
}
.testimonials-box .box-content,
.integrations-box .box-content,
.use_cases-box .box-content,
.rp_templates-box .box-content {
    flex: 1 0 auto;
}
.testimonials-box .box-content h2,
.integrations-box .box-content h2,
.use_cases-box .box-content h2,
.rp_templates-box .box-content h2,
.testimonials-box .box-content p,
.integrations-box .box-content p,
.use_cases-box .box-content p,
.rp_templates-box .box-content p {
    color: #000000;
}
.testimonials-box .box-content h2,
.integrations-box .box-content h2,
.use_cases-box .box-content h2,
.rp_templates-box .box-content h2 {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
}
.testimonials-box img,
.integrations-box img,
.use_cases-box img,
.rp_templates-box img {
    margin-bottom: 15px;
    width: auto;
    max-height: 32px;
    max-width: initial;
}
.is-wide-image img {
	width: 100%;
	max-height: initial;
	margin: 0;
}
.testimonials-box span,
.integrations-box span,
.use_cases-box span,
.rp_templates-box span {
    font-weight: 700;
    font-size: 16px;
}
.is-wide-image span {
	padding: 0 24px 24px;
}
.archive.tax-testimonial_categories .bottom-image,
.post-type-archive-testimonials .bottom-image,
.post-type-archive-integrations .bottom-image,
.post-type-archive-rp_templates .bottom-image,
.post-type-archive-use_cases .bottom-image,
.archive.tax-testimonial_categories .bottom-image img,
.post-type-archive-testimonials .bottom-image img,
.post-type-archive-integrations .bottom-image img,
.post-type-archive-rp_templates .bottom-image img,
.post-type-archive-use_cases .bottom-image img {
    width: 100%;
}