/*! 
ADD POST LIVE CSS HERE 

Add date and tag with dev name the changes eg:

// 4/20/19 - Sam
// 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: #fff; border-radius: 6px; background-color: #fe4738;  text-align: center; padding: 20px 0; text-decoration: none;   } a.review-button:hover { color:#fff; background-color:#22262B; } a.review-button { color:#fff!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; } } 