@charset "UTF-8";
/* IMPORTS */
/* VARIABLES */
/*
 * Cityu Template Theme
 */
/* MIXINS */
.webform-submission-cityu-leave-a-comment-form-form {
  margin: 0 auto;
  width: 770px;
  min-height: 1500px;
  max-width: 95%; }
  .webform-submission-cityu-leave-a-comment-form-form > label {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #757575; }
    @media (max-width: 759.98px) {
      .webform-submission-cityu-leave-a-comment-form-form > label {
        font-size: 19px; } }
  .webform-submission-cityu-leave-a-comment-form-form label.form-required {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #757575;
    font-size: 24px;
    font-weight: 400; }
    @media (max-width: 759.98px) {
      .webform-submission-cityu-leave-a-comment-form-form label.form-required {
        font-size: 19px; } }
  .webform-submission-cityu-leave-a-comment-form-form input[type="text"],
  .webform-submission-cityu-leave-a-comment-form-form input[type="email"],
  .webform-submission-cityu-leave-a-comment-form-form textarea {
    max-width: 100%;
    color: #757575;
    background-color: rgba(0, 0, 0, 0.06);
    border: 2px solid #9b9b9b;
    border-radius: 0; }
    .webform-submission-cityu-leave-a-comment-form-form input[type="text"]:focus,
    .webform-submission-cityu-leave-a-comment-form-form input[type="email"]:focus,
    .webform-submission-cityu-leave-a-comment-form-form textarea:focus {
      border: 2px solid #007ac0;
      box-shadow: none; }
  .webform-submission-cityu-leave-a-comment-form-form input[type="text"],
  .webform-submission-cityu-leave-a-comment-form-form input[type="email"] {
    padding: 10px;
    min-height: 48px; }
  .webform-submission-cityu-leave-a-comment-form-form .your-identity {
    margin-bottom: 0; }
    .webform-submission-cityu-leave-a-comment-form-form .your-identity input {
      margin-top: 1.3rem; }
    .webform-submission-cityu-leave-a-comment-form-form .your-identity .form-item-type:not(label) {
      margin: 0 auto 8px auto;
      padding: 0 20px 0 40px;
      background: rgba(0, 0, 0, 0.06);
      cursor: pointer; }
      .webform-submission-cityu-leave-a-comment-form-form .your-identity .form-item-type:not(label):hover {
        background: rgba(0, 0, 0, 0.08); }
    .webform-submission-cityu-leave-a-comment-form-form .your-identity label {
      padding-top: 13px;
      padding-bottom: 13px;
      font-size: 18px;
      color: #757575;
      cursor: pointer; }
      @media (max-width: 759.98px) {
        .webform-submission-cityu-leave-a-comment-form-form .your-identity label {
          font-size: 14px; } }
  .webform-submission-cityu-leave-a-comment-form-form .form-item-other-type input {
    width: 346px; }
  .webform-submission-cityu-leave-a-comment-form-form .form-item-blog-title {
    display: none; }
  .webform-submission-cityu-leave-a-comment-form-form .president-blog-title-label {
    padding: 0;
    margin: 0 0 1rem;
    font-size: 24px;
    color: #757575;
    font-weight: 400; }
    @media (max-width: 759.98px) {
      .webform-submission-cityu-leave-a-comment-form-form .president-blog-title-label {
        font-size: 19px; } }
  .webform-submission-cityu-leave-a-comment-form-form .captcha {
    padding-top: 20px; }
  .webform-submission-cityu-leave-a-comment-form-form .form-actions {
    padding-top: 40px;
    text-align: right; }
    .webform-submission-cityu-leave-a-comment-form-form .form-actions #edit-submit {
      width: auto;
      height: auto;
      padding: 8px 20px; }
  .webform-submission-cityu-leave-a-comment-form-form .empty-error input,
  .webform-submission-cityu-leave-a-comment-form-form .empty-error textarea {
    color: #B00020;
    border: 2px solid #B00020 !important;
    background-color: #fff6f6; }
  .webform-submission-cityu-leave-a-comment-form-form .empty-error .empty-error-message {
    display: block; }
  .webform-submission-cityu-leave-a-comment-form-form .empty-error-message {
    display: none;
    position: relative;
    padding-left: 24px;
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #B00020;
    line-height: 20px; }
    .webform-submission-cityu-leave-a-comment-form-form .empty-error-message::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 10px;
      right: 0;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 16px;
      color: #B00020;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }
    .webform-submission-cityu-leave-a-comment-form-form .empty-error-message::after {
      left: 0; }
    @media (max-width: 759.98px) {
      .webform-submission-cityu-leave-a-comment-form-form .empty-error-message {
        font-size: 12px;
        line-height: 18px; } }
