/*
 Theme Name:     Unisys Stealth
 Template:       Divi
 Version:        1.0
*/

@import './theme.css';

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/* Partnership Images */
#unisys-partnerships-container .et_pb_image {
    max-width: 225px;
    max-height: 180px;
	text-align: center;
	margin-top: 32px;
    margin-left: auto;
}

/* COLOR BAR for search result/blog cards
 * matches pattern uni_blog_result_type_{type} */


.uni_blog_result_type_executive_brief .uni_blog_result_color_block {
	background: #0C0F24;
}

.uni_blog_result_type_infographic .uni_blog_result_color_block {
	background: #F5A623;
}

.uni_blog_result_type_datasheet .uni_blog_result_color_block {
	background: #CE1443;
}

.uni_blog_result_type_video .uni_blog_result_color_block {
	background: #49D66F;
}

.uni_blog_result_type_workshop .uni_blog_result_color_block {
	background: #2394DB ;
}

.uni_blog_result_type_demo .uni_blog_result_color_block {
	background: #7A7A7A;
}

.uni_blog_result_type_analyst_report .uni_blog_result_color_block {
	background: #7540EB ;
}

.uni_blog_result_type_ebook .uni_blog_result_color_block {
	background: #83A3B8 ;
}

.uni_blog_result_type_use_case .uni_blog_result_color_block {
	background: #577080 ;
}

.uni_blog_result_type_brochure .uni_blog_result_color_block {
	background: #000000 ;
}

.uni_blog_result_type_pov .uni_blog_result_color_block {
	background: #58DCAC;
}

.uni_blog_result_type_sandbox .uni_blog_result_color_block {
	background: #EAECEE;
}

.uni_blog_result_type_financial_services .uni_blog_result_color_block {
	background: #49D66F ;
}

.uni_blog_result_type_government .uni_blog_result_color_block {
	background: #000000 ;
}

.uni_blog_result_type_commercial .uni_blog_result_color_block {
	background: #F5A623 ;
}

/* Testimonial Industry Icons */
.uni-testimonials-type-icon.uni-testimonials-type-icon-government {
	background-image: url(/wp-content/uploads/2020/09/government-icon.png);
}

.uni-testimonials-type-icon.uni-testimonials-type-icon-commercial {
	background-image: url(/wp-content/uploads/2020/09/commercial-icon.png);
}

.uni-testimonials-type-icon.uni-testimonials-type-icon-financial-services {
	background-image: url(/wp-content/uploads/2020/09/financial-services-icon.png);
}
