/*
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;
}

.smallBlocks .info, .smallBlocks .block .info p {
  color: #727272;
}

.smallBlocks .info h3 {
  font-weight: bolder;
}

/* Center Images */
.col-12.col-md-6.order-1.innerImg {
    text-align: center;
}

/* Variables */
.leadForm {
  /* General */
  --primary-color: #dd5f5f;
  --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: #dd5f5f;

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

/* Layout */

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

.leadForm_header {
  font:
    32px Playfair,
    sans-serif;
}

.leadForm_footer {
  font-size: 12px;
}

/* 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] {
	background: transparent;
	padding: 0.55em 1.85em;
	text-align: center;
	border-color: var(--primary-color);
	color: var(--primary-color);
	border-style: solid;
	border-radius: 50px;
}

.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: 3px
}

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

.leadForm .hs-richtext span {
	color: white !important;
	font-size: 12px !important;
}

.leadForm .hs_pref_marketing_sms {
	margin-top: 10px;
}
.leadForm .hs_pref_marketing_sms span {
	color: white !important;
	font-size: 12px !important;
	line-height: 1 !important;
}