/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Apr 07 2021 | 01:33:25 (pm)
/*
/******* Do not edit this file *******/

/********** Global Settings  *************************************************/
/*Heading Sizes - like the CBC  14 Oct 2015 djw*/
h1 {
  font-size: 32px;
}
h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px; color:black;
}

/*Strong Font setting  28 Oct 2015 djw*/
strong {
  color:black; 
}

/********** Plug-In Settings  *************************************************/
/*Testimonials Plug-In formatting  16 Oct 2015 djw*/
.testimonials-widget-testimonial  {
	font-family: serif;
}

.testimonials-widget-testimonial.list  {
	color: #000;
}

/*HTML Responsive FAQ formatting  16 Oct 2015 djw*/
h2.hrf-title
{
  text-shadow: rgb(255, 255, 255) 0px 0px 0px;
}

.hrf-content
{
  font-family: serif;
}

/**Remove quotes from testimonials*/
.testimonials-widget-testimonial .open-quote::before { display:none;}
.testimonials-widget-testimonial .close-quote::after { display:none;}