/* 
    Theme Name:		 restly-child
    Theme URI:		 https://gigatech.uk
    Description:	 restly-child is a child theme of Restly, created by GigaTech
    Author:			 GigaTech
    Author URI:		 https://gigatech.uk
    Template:		 restly
    Version:		 1.0.0
    Text Domain:	 restly-child
*/


/* GigaTech Colours */
.giga-grey {
  color: #595959;
}

.giga-blue {
  color: #3366FF;
}

.giga-ol-alpha {
    list-style: lower-alpha;
	padding-left: 30px;
}

.giga-ol-alpha > li {
	padding-left: 10px;
}


/* Forms styling */
/* .jet-form-builder__field-wrap:has(.form-field-name)::after {
  content: "\f406";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 25px;
  color: rgb(14, 77, 184, 0.7);
  z-index: 999;
  font-weight: 700;
  top: 20px;
}

.jet-form-builder__field-wrap:has(.form-field-email)::after {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgb(14, 77, 184, 0.7);
  z-index: 999;
}

.jet-form-builder__field-wrap:has(.form-field-phone)::after {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgb(14, 77, 184, 0.7);
  z-index: 999;
}

.jet-form-builder__field-wrap:has(.form-field-website)::after {
  content: "\f0c1";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgb(14, 77, 184, 0.7);
  z-index: 999;
}

.jet-form-builder__field-wrap:has(.form-field-message)::after {
  content: "\f303";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgb(14, 77, 184, 0.7);
  z-index: 999;
}


.form-field-name,
.form-field-email,
.form-field-phone,
.form-field-website {
    padding-right: 50px !important;
}

.form-field-message {
    padding: 15px 50px 15px 15px;
}
 */
