.dt_rp_comment_content {
    display: block;
}

#secondary .dt_rp_comment {
    margin: 10px 0 0;
}

.dt_rp_post_title {
    
}

#page #content .widget_dt_rp {
    margin-top: -22px;
}

.dt_rp_user_avatar {
    float: left;
    width: 100px;
    height: 50px;
    margin-right: 0px;
}

.dt_rp_user_avatar::before {
    content: '\021B3';
    font-size: 54px;
    float: left;
    width: 40%;
    text-align: right;
    margin: -30px 0 0 10px;
    color: #CCC;
}

.dt_rp_user_avatar img {
    float: right;
    width: 40%;
    margin-right: 10px;
}

.dt_rp_user_name {
    float: left;
    font: 22px "Fresca", serif;
}

.dt_rp_comment_date {
    float: left;
    font-size: 12px;
}

.dt_rp_comment_post {
    display: block;
    font-size: 14px;
    border: 4px solid #CCC;
    margin-bottom: 10px;
    padding: 7px 12px 5px;
    border-radius: 8px;
    text-align: center;
}

.dt_rp_comment_post a {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.clear {
    float: none;
    clear: both;
}

.widget .recent-posts .slide {
  position: relative;
}

.widget .recent-posts .rp_caption {
  position: absolute;
  top: 50%;
  left: 165px;
  transform: translateY(-50%);
}




/*
.dt_rp_comment_content {
  position: relative;
  padding: 50px 15px;
  margin: 1em 0 3em;
  border: 3px solid #5a8f00;
  text-align: center;
  color: #333;
  background: #fff;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.dt_rp_comment_content:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 50px;
  width: 50px;
  height: 30px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #5a8f00;
  background: transparent;

  -webkit-border-bottom-right-radius: 80px 50px;
  -moz-border-radius-bottomright: 80px 50px;
  border-bottom-right-radius: 80px 50px;
  display: block;
}

.dt_rp_comment_content:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 50px;
  width: 20px;
  height: 30px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #5a8f00;
  background: transparent;
  -webkit-border-bottom-right-radius: 40px 50px;
  -moz-border-radius-bottomright: 40px 50px;
  border-bottom-right-radius: 40px 50px;
  display: block;
}
*/