/* Import Google Fonts */
@import url("//fonts.googleapis.com/css2?family=ABeeZee:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Aldrich:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Paragraph */
.vt-view-id-blog .vt-view-header p{
 font-family:'ABeeZee', sans-serif;
 color:#e32a2a;
}

/* Link */
.vt-view-id-blog .custom-center-title a{
 font-family:'ABeeZee', sans-serif;
 border-top-style:solid;
	 border-top-width:1px; 
 border-bottom-width:3px !important;
 color:#ed7621;
 font-size:26px;
 line-height:2.2em;
 border-width:0px;
 border-style:solid;
 border-bottom-color:#61ed21;
}

/* Cool caption */
.vt-view-id-blog .vt-view-header .cool-caption{
 transform:translatex(0px) translatey(0px);
 font-family:'Aldrich', sans-serif;
}

/* Paragraph */
.vt-view-id-blog .vt-views-field-body p{
 text-align:justify;
 transform:translatex(0px) translatey(0px);
}

