/* Adjustments to be applied to wa-style.css */

#main-footer h4 {
	margin-bottom: 10px;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* Main Footer Forms
   ========================================================================== */

/* Form Field */
#main-footer .hs-form-field {}

/* Descriptions */
#main-footer .hs-field-desc {}

/* Labels */
#.main-footer label {
	color: #777;
	display: inline-block;
	margin: 3px 0px 0px 0px;
	font-size: 10pt;
	font-weight: 500
}

#main-footer .hs-form-field > label {
	margin: 5px 10px 3px 0px;
}

#main-footer .hs-form-required {
	color: #e49a47;
	margin-left: 4px;
}

/* One Line Inputs */
#main-footer input[type="text"],
#main-footer input[type="password"], 
#main-footer input[type="datetime"], 
#main-footer input[type="datetime-local"], 
#main-footer input[type="date"], 
#main-footer input[type="month"], 
#main-footer input[type="time"], 
#main-footer input[type="week"], 
#main-footer input[type="number"], 
body input[type="email"], 
#main-footer input[type="url"], 
#main-footer input[type="search"], 
#main-footer input[type="tel"], 
#main-footer input[type="color"],
#main-footer input[type="file"],
#main-footer textarea,
#main-footer select {
  width: 100%;
  font-family: {{ baseFontFamily }};
  font-size: {{ baseFontSize }};
}

#main-footer input[type="text"]:focus,
#main-footer input[type="password"]:focus, 
#main-footer input[type="datetime"]:focus, 
#main-footer input[type="datetime-local"]:focus, 
#main-footer input[type="date"]:focus, 
#main-footer input[type="month"]:focus, 
#main-footer input[type="time"]:focus, 
#main-footer input[type="week"]:focus, 
#main-footer input[type="number"]:focus, 
#main-footer input[type="email"]:focus, 
#main-footer input[type="url"]:focus, 
#main-footer input[type="search"]:focus, 
#main-footer input[type="tel"]:focus, 
#main-footer input[type="color"]:focus,
#main-footer input[type="file"]:focus,
#main-footer textarea:focus,
#main-footer select:focus {}

/* Separate Styles for Multiple Line Inputs */
#main-footer textarea {}
#main-footer textarea:focus {}

/* Separate Styles for Drop Downs */
#main-footer select {}
#main-footer select:focus {}

/* Multiple Selection Inputs */
#main-footer form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-footer form.hs-form .hs-form-field ul.inputs-list li input {}
#main-footer input[type="radio"] {}
#main-footer input[type="checkbox"] {}

/* Required */
#main-footer input:focus:required:invalid, 
#main-footer textarea:focus:required:invalid, 
#main-footer select:focus:required:invalid {}

#main-footer input:focus:required:invalid:focus, 
#main-footer textarea:focus:required:invalid:focus, 
#main-footer select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {
	color: #ff0000;
}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

#main-footer .hs-form fieldset.form-columns-1 {}
#main-footer .hs-form fieldset.form-columns-1 .hs-form-field {}

#main-footer .hs-form fieldset.form-columns-2 {}
#main-footer .hs-form fieldset.form-columns-2 .hs-form-field {}

#main-footer .hs-form fieldset.form-columns-3 {}
#main-footer .hs-form fieldset.form-columns-3 .hs-form-field {}


/* Multiple Selection Inputs */

#main-footer form.hs-form .hs-form-field ul.inputs-list li input {}

/* Added by RH */

#main-footer input[type="email"] {
	width: 68%;
}

#main-footer input[type="text"] {
	color: #fff;
	width: 100%;
	padding: 5px 8px;
	margin: 0;
	font-size: 14pt;
}

#main-footer input[type="email"] {
	color: #fff;
	width: 68%;
	background: #454340;
	border: 1px solid #6b6965;
	padding: 5px 8px;
	margin: 0;
	font-size: 14pt;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}

#main-footer .submitted-message {
	color: #85a64e;
	font-size: 24pt;
	margin: 60px 0px 0px 150px;
}

/* End Added by RH */

#main-footer input[type="radio"] {}

#main-footer input[type="checkbox"] {}

#main-footer form.hs-form fieldset { max-width: none; }

#main-footer form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }

#main-footer form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0;
}

#main-footer form.hs-form fieldset[class*="form-columns"] .hs-input {
	/* width: 100%; */
}

#main-footer form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}

#main-footer form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%;
}

@media (max-width: 400px) {
  #main-footer form.hs-form fieldset .hs-form-field { padding: 0; }
  #main-footer form.hs-form fieldset.form-columns-3 .hs-form-field,
  #main-footer form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  #main-footer form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  #main-footer form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

#main-footer .hs-button.primary,
#main-footer input[type="submit"],
#main-footer input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	font-family: {{ baseFontFamily }};
	font-size: {{ baseFontSize }};
	text-decoration: none !important;
	letter-spacing: .3em;
	border: 2px solid #6b6965;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: none;
	padding: 10px 20px;
	margin: -42px 0px 15px 0px;
	color: #6b6965;
	vertical-align: bottom;
	font-size: 16px;
	text-transform: uppercase;
	float: right;
}

#main-footer .hs-button.primary:hover,
#main-footer input[type="submit"]:hover,
#main-footer input[type="button"]:hover {
	background-color: #6b6965;
	color: #fff;
	border: 2px solid #fff;
}

#main-footer .hs-button.primary:focus,
#main-footer input[type="submit"]:focus,
#main-footer input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}



/* ==========================================================================
   Error Messages                                              
   ========================================================================== */

.hs-error-msgs label {
	color: #a87945;
	margin: 0px 0px 0px 0px;
}
