/*
Theme Name: Suzanne Rosoff - Avada Child
Template: Avada
Text Domain:  Avada
Author: Holy Cow Online Marketing
Version: 1.2.1
Updated: 2020-08-04 16:51:50;
*/

/* Our standard website style variables */
:root {
	/* visual color variables */
 	--sr-color-book-dark-blue: rgba(53, 96, 138, 1);
  	--sr-color-maroon: hsl(1, 60%, 36%);
  	--sr-color-light-maroon: hsl(1, 60%, 50%);

  	/* functional color variables */
 	--sr-color-headings-and-accents: var(--sr-color-book-dark-blue);
  	--sr-color-links: var(--sr-color-maroon);
  	--sr-color-links-hover: var(--sr-color-light-maroon);
}

/* Add margin between our testimonials on the Testimonials page */
.fusion-testimonials
{
    margin: 4em 0;
}

/* [SR-16] 'Posts: Improve styling; Don't let featured images get too big' */
.post .flexslider .slides 
{
   width: 67%;
   max-width: 67vmin;
   margin-left: auto;
   margin-right: auto
}

/* default link color */
#main #content .post h2 a:hover,
#content a:hover
{
    color: var(--sr-color-links-hover);
}

/* Fix red box seen under Contact Form 7 as part RS-18 */
div.wpcf7-response-output
{
    display: none;
}
