|
@@ -5038,6 +5038,40 @@ object {
|
|
|
left: inherit !important;
|
|
|
}
|
|
|
|
|
|
+/*--------------------------------------------------------------
|
|
|
+# Contact Forms
|
|
|
+--------------------------------------------------------------*/
|
|
|
+
|
|
|
+.site-content .contact-form input[type="radio"],
|
|
|
+.site-content .contact-form input[type="checkbox"] {
|
|
|
+ margin-bottom: 6px;
|
|
|
+ margin-right: .3em;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.site-content .contact-form label.checkbox,
|
|
|
+.site-content .contact-form label.checkbox-multiple,
|
|
|
+.site-content .contact-form label.radio {
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ margin-bottom: .20625em;
|
|
|
+ float: none;
|
|
|
+ font-size: inherit;
|
|
|
+}
|
|
|
+.site-content .contact-form label {
|
|
|
+ margin-bottom: .20625em;
|
|
|
+}
|
|
|
+.site-content .contact-form > div {
|
|
|
+ margin-bottom: .825em;
|
|
|
+}
|
|
|
+.site-content .contact-form textarea,
|
|
|
+.site-content .contact-form input[type='text'],
|
|
|
+.site-content .contact-form input[type='email'],
|
|
|
+.site-content .contact-form input[type='url'],
|
|
|
+.site-content .contact-form select {
|
|
|
+ margin-bottom: .20625em;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
## Social Menu
|
|
|
--------------------------------------------------------------*/
|