/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.post-content blockquote,
.fusion-post-content blockquote {
  background: #f5f5f5;
  font: arial;
  color: #444444;
  border-left: 0px solid #a0ce4e;
  padding: 15px;
}
.post-content blockquote *:last-child,
.fusion-post-content blockquote *:last-child {
  margin-bottom: 0;
}

.meta .fusion-date, .post-content blockquote, .review blockquote q {
    font-style: normal;
    padding-top: 0px;
}

blockquote p {
    font: 13px/20px 'PTSans', arial, helvetica, sans-serif;
    color: #444444;
    font-style: normal;
}

.post-content blockquote, .fusion-post-content blockquote {
    background: #f5f5f5;
    font: arial;
    color: #444444;
    border-left: 0px solid #a0ce4e;
    padding: 0px 15px 15px 0px;
}