span.mvp-cd-date {
display: none;
}

body.single #mvp-content-body-top p {
    font-size: 1.12875rem!important;
    line-height: 1.rem!important;
	  
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

blockquote{
  display:block;
  background: #fff;
  padding: 5px 5px 5px 5px;
  margin: 0 0 30px;
  position: relative;
	
  /*Font*/
  font-family: Trajan, serif;
  font-size: 26px;
  line-height: 1.2;
	color: #333; 
	

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 7px 7px 8px #ccc;

  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 5px;
  border-left: 7px #efefef solid;
}

blockquote::before{
  content: "\201f"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  
  /*Positioning*/
  position: absolute;
  left: .1px;
  top: .1px;
}

#mvp-content-main blockquote p,
.mvp-post-add-main blockquote p {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 0.rem;
  font-weight: 400;
  letter-spacing: -.0em;
  line-height: 1.55;
  margin: 15px 3%;
  width: 95%;
  }

.caption-style-box {
  background-color: #f9f9f9;
  border-left: 4px solid #ff9800;
  padding: 12px 16px;
  margin: 16px 0;
  font-style: normal;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.caption-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.quote-divider {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #e0e0e0, #c0c0c0, #e0e0e0);
  margin: 40px 0;
  opacity: 0.6;
}

