/*! 
ADD POST LIVE CSS HERE 

Add date and tag with changes description eg:

// 4/20/19 - Sam: Header fix or something
// and then css

*/

/* Reviews - mm/dd/yy */
.review-container { width: 100% } .review-container h2 { text-align: center; } .review-container h3 { text-align: center; padding-bottom: 30px; } .review-left { width: 48%; float: left; margin-right: 4%; } .review-right { width: 48%; float: right; margin-right: 0; } .review-bottom { width: 48%; float: none; margin: 0 auto; } .review-left img { display: block; margin: 0 auto; padding-bottom: 5px; height: 54px; width: auto; } .review-right img { display: block; margin: 0 auto; padding-bottom: 5px; height: 54px; width: auto; } .review-bottom img { display: block; margin: 0 auto; padding-bottom: 5px; width: auto; padding-top: 20px; } .review-bottom{ clear:both; } .review-button { width: 100%; display: block; font-size: 14px; color: var(--brand-color-light); border-radius: 6px; background-color: var(--brand-color-primary);  text-align: center; padding: 20px 0; text-decoration: none;   } a.review-button:hover { color:var(--brand-color-light); background-color:var(--brand-color-dark); } a.review-button { color:var(--brand-color-light)!important;} .wistia-review { padding-top: 40px; } @media (max-width:767px){ .review-left { width: 100%; float: none; margin-right: 0; } .review-right { width: 100%; float: none; } .review-bottom { width: 100%; } .review-right img { padding-top: 30px; } .review-bottom img { padding-top: 30px; } } 