 @font-face {

   font-family: 'citimiFont' ;
   src: url('font/2.ttf') format('truetype');
}


/* center the blockquote in the page */
.blockquote-wrapper {
   display: block;
   /*height: 100vh;*/
   padding: 0 0px;
   margin: 0px 0px 65px 0px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    /* max-width: 620px; */
    margin: 8px 15;
    align-self: center;
}

.blockquote a.citimi-link{
    text-decoration:none;
    /* font-family: 'citimiFont'; */
    color: #464040;
}
/* Blockquote header 'Abril Fatface' , cursive; */
.blockquote h1 {
    /* font-family: 'citimiFont'; */
    position: relative; /* for pseudos */
    color: #e74848;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #e74848;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (max-width: 950px) {
    .blockquote h1 {
        font-size: 1.6rem;
        line-height: 1.2;
   }
}
@media all and (max-width: 680px) {
    .blockquote h1 {
        font-size: 1.8rem;
        line-height: 1.2;
   }
}
@media all and (max-width: 400px) {
    .blockquote h1 {
        font-size: 2rem;
        line-height: 1.2;
   }
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #bd083a;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:110px;
    padding-left:12px;
}

.blockquote h4 span{
    overflow: hidden;
    width: calc(90%);
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:15px;
    margin-bottom:6px;
    display: block;
}
.blockquote h4 em{
    overflow: hidden;
    width: calc(90%);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
    display: block;
}
 
.blockquote h4:first-letter {
  margin-left:-12px;
}
.mb-thumb {
	display: block;
	width: 90px;
	height: 90px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index:100;
	left: 14px;
	bottom: -95px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}
.mb-thumb2 {
	display: inline-block;
	float:right;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	border-radius: 10%;
	/* position: absolute;*/
	z-index:100;
	left: 14px;
	bottom: -95px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}