

/* Quote styling options*/

.mod_tquote2_quote p {
	/*font-family: 'Gloria Hallelujah', cursive;*/
   font-family: 'Pacifico', cursive;
	font-size: 3em;
	font-weight:bold ;
    font-size:30px;
   line-height:50px;
    padding:0px;
    position:relative;
    color:blue;
   
}
/*-----------------------------------------------------------------------------------------
 The styling options of the quote marks before the quote if auto quote selected */

.mod_tquote2_quote p :before {
	padding:25px;
	color: blue;
	content: open-quote;
	font-size:3em;								/* size of closing quote */
	font-weight: ;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------------
 The styling options of the quote marks after the quote if auto quote selected */
 
.mod_tquote2_quote p :after{
	padding:25px;
	color: blue;
	content: close-quote;
	font-size: 3em;			/* size of closing quote */
	font-weight: bold;
	vertical-align:middle;
}

/*-----------------------------------------------------------------------------------------
 The styling options of the author  */
 
.mod_tquote2_author p {			/* author styles   */
 	/*font-family: 'Gloria Hallelujah', cursive;*/
 	font-family: 'Pacifico', cursive;
 	font-size: 2em;
 	color:blue ;
 	 background:;
 	font-weight:bold ;
 	text-align: right;
	font-style: italic;
	background:	;
}

 