/*
Theme Name: CLICKS 3 Child Theme
description:
  CLICKS 3 Child Theme
Author: Reach Agency
Author URI: http://reachagency.com/
Template: clicks_3
Version: 1.0.0
*/

.form-success {
  text-align: center;
}

.shareLinks {
  padding-top: 10px;
}

.block .box img {
  width: auto; 
  display: block;
  margin: auto;
}

/* Variables */
.leadForm {
  /* General */
  --primary-color: #5c8cc9;
  --color-error-message: #bc2c31;

  /* Box */
  --color-border: #ccc;
  --border-radius: 4px;

  /* Selectable */
  --color-selectable-fg: #000;
  --color-selectable-bg: #fff;
  --color-selectable-fg-focus: #000;
  --color-selectable-bg-focus: #eee;
  --color-selectable-fg-selected: #fff;
  --color-selectable-bg-selected: #bc2c31;

  /* Form */
  --input-text-padding: 12px 15px;
}

/* Layout */

.leadForm {
  max-width: 420px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 8px;
	margin: 10px auto;
}

.leadForm_footer {
  font-size: 10px;
}

/* Forms */
.leadForm_submitButton {
  text-align: center;
  background: var(--primary-color);
  color: #fff;
}

/* User Form - Studio Selector */
.leadForm_box {
	background-color: var(--primary-color);
}

.leadForm_studioSelector_icon,
.leadForm_studioSelector_searchCoordinatesToggle {
  color: var(--primary-color);
}
.leadForm_studioSelector_icon {
  display: inline;
  margin-bottom: 5px;
}
#leadForm_studioSelectorField {
  font-size: 14px;
  padding: 0;
}
#leadForm_studioSelectorField strong {
  color: var(--primary-color);
  font-size: 16px;
}

.leadForm_studioClassSelector.leadForm_step .leadForm_header h2  {
	font-size: 1.5em;
}
.leadForm_studioClassSelector_date div strong {
	color: white !important;
}

.leadForm_selectable:not(.-selected) :first-child,
.leadForm_select.-single .leadForm_selectable div :first-child {
  color: var(--primary-color);
}

.leadForm_studioClassSelector.leadForm_step .leadForm_selectable.-selected {
	background: var(--primary-color);
}
.leadForm_select_option.leadForm_selectable.-selected {
background-color: rgba(0,0,0,0);
}

/* User Form - HubSpot Form */
.leadForm .hs-form-booleancheckbox,
.leadForm .hs-richtext {
  font-size: 12px;
}

.hs_firstname label, .hs_lastname label, .hs_email label, .hs_phone label {
	display: none;
}
.leadForm .hs-error-msgs label {
	display: block;
	font-size: 0.8em;
	margin-top: 0.25em;
}

.leadForm ::placeholder {
	text-transform: capitalize;
}

.leadForm hs_submit {
	margin: 10px auto;
}
.leadForm .actions {
	text-align: center;
}

.leadForm [type=submit] {
	padding: 0.45em 1.85em 0.6em 1.85em;
	text-align: center;
	color: white;
	border-style: solid;
	border-color: var(--primary-color);
	border-radius: 50px;
	background: var(--primary-color);
	
}

.hs_firstname, .hs_lastname, .hs_email, .hs_phone {
	margin-bottom: 1em;
}

.hs_n2025_terms {
	margin-top: 10px;
}
.leadForm .inputs-list {
	list-style-type: none;
	padding: 0;
}
.leadForm .inputs-list li label {
	margin-bottom: 0;
}
.leadForm .inputs-list li span {
	margin-left: 6px
}

.leadForm_box div {
	font-size: 14px;
}

.leadForm .hs-richtext span {
	color: white !important;
	font-size: 12px !important;
}
/*
.leadForm_studioClassSelector.leadForm_step, .leadForm_bookingConfirmation.leadForm_step {
color: rgb(80,80,80);
}
*/
.leadForm_bookingConfirmation_links li {
background-color: white;
border-radius: 10px;
}