/*
Theme Name: 	G3 - Theme Framework 2025
Author:       Niche Digital Ltd
Theme URI: 		https://weareniche.co.uk
Description:  A custom responsive theme for G3.
Version: 1.0
*/





.hide { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* G3 Form styling */

.form-container {
/*  max-width: 400px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*#signup input[type="text"],
#signup input[type="email"],
#signup input[type="tel"],
#signup input[type="url"],
#signup textarea,
#signup button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}*/

#signup {
  background: #F9F9F9;
  padding: 25px;
/*  margin: 0px 0; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#signup input[type="text"],
#signup input[type="email"],
#signup input[type="tel"],
#signup input[type="url"],
#signup textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#signup input[type="text"]:hover,
#signup input[type="email"]:hover,
#signup input[type="tel"]:hover,
#signup input[type="url"]:hover,
#signup textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#signup textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#signup input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4f7382;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#signup input[type="submit"]:hover {
  background: #333333;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#signup input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#signup input:focus,
#signup textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

#fld_8385027_1 {
   position: relative;
   width: 0%;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}