/*
Theme Name:     Counselling for Blokes (V2)
Description:    Counselling services for Men.
Author:         Cybershrink
Author URI:     http://Cybershrink.co.uk/
Template:       et_divi
Version:        0.1.0
*/

/* Variables */
:root {
	/*
  --highlight_color: #d58f17; 
  --highlight_color_level2: #fcbf00;
  --highlight_color_level3: #ffe188;
  --highlight_color_heroslider: #f5db5d;
  --lowlight_color: #a53b0b;
  --lowlight_color_level2: black;

  --anchorline_standard: var(--highlight_color);
  --anchorline_dark: #000;
  --anchorline_light: #FFF;
	*/

	--fs-100:						0.7rem;
	--fs-200:						0.8rem;
	--fs-300:						0.9rem;
	--fs-400:						1rem;
	--fs-600:						1.125rem;
	--fs-h1:						clamp(2rem, 1.8vw + 1rem, 4rem);
	--fs-h2:						clamp(1.45rem, 1.00vw + 1rem, 2.1rem);
	--fs-h3:						clamp(1.1rem, 1.05vw + 1rem, 1.4rem);
	--fs-h4:						clamp(1rem, 1.0vw + 1rem, 1.2rem);
  }

/* Font-awesome icon sizes (that replace Blurb modules) 
	<div class="fa-standard">
	<i class="fas fa-igloo fa-10x"></i>
	</div>
*/
div.fa-standard {
	font-size: 0.5rem;
}

/* Selling Points section on a Service page */
div.et_pb_section#SellingPoints div.et_pb_column h3 {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
    font-size: 18px;
    color: #005450 !important;
    line-height: 1.4em;
}
/* Font Awesome Icon size 
	https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free
*/
div.et_pb_section#SellingPoints div.et_pb_column div.et_pb_text.BlurbIcon .fas{
	font-size: 48px;
	color: #005450;
}



/* Appointments Table */
div.iC_TableAvailableLong_isshowing table#appointmentstable {display:none;}
