/*
Theme Name: Eduma Child
Theme URI: https://eduma.thimpress.com/
Template: eduma
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium Online LMS &amp; Education WordPress Theme.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 5.9.2.1786087680
Updated: 2026-08-07 07:28:00

*/

.list-event-layout-6 .item-slider .event-wrapper .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}

/* Form Container */
.custom-cf7-form {
  max-width: 650px;
  margin: 0 auto;
  font-family: inherit;
  color: #333;
}

/* Layout Grid */
.custom-cf7-form .form-row.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .custom-cf7-form .form-row.two-cols {
    grid-template-columns: 1fr;
  }
}

.custom-cf7-form .form-group {
  margin-bottom: 20px;
}

/* Field Labels */
.custom-cf7-form label {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #2c3e50;
}

/* Text Inputs, Textarea, Date Pickers */
.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form input[type="date"],
.custom-cf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  font-size: 0.95rem;
  background-color: #f9fafb;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.custom-cf7-form input:focus,
.custom-cf7-form textarea:focus {
  background-color: #fff;
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.custom-cf7-form textarea {
  height: 120px;
  resize: vertical;
}

/* Checkboxes */
.custom-cf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.custom-cf7-form .wpcf7-list-item {
  margin: 0;
}

.custom-cf7-form .wpcf7-list-item-label {
  font-weight: 400;
  cursor: pointer;
  font-size: 0.95rem;
}

/* Submit Button */
.custom-cf7-form .form-submit {
  text-align: left;
}

.custom-cf7-form input[type="submit"] {
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.custom-cf7-form input[type="submit"]:hover {
  background-color: #1d4ed8;
}

.custom-cf7-form input[type="submit"]:active {
  transform: scale(0.98);
}