/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}

html,
body{
  width:100%;
  overflow-x:hidden;
}

/* Main blog page background */
.single-post {
    background-color: #0D1A26 !important;
}

/* Content wrapper background */
.single-post .site-content,
.single-post #content,
.single-post .container,
.single-post .elementor-container,
.single-post .elementor-section,
.single-post .ast-container,
.single-post .content-area {
    background-color: #0D1A26 !important;
}

/* EventPrime single event meta text */
.ep-event-meta,
.ep-event-meta span,
.ep-event-meta div {
    color: #ffffff !important;
}

/* Calendar, time, location, venue icons */
.ep-event-meta svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Font icons if used */
.ep-event-meta i,
.ep-event-meta i:before {
    color: #ffffff !important;
}

/* Favorite (heart) icon */
.ep-event-fav,
.ep-event-fav i,
.ep-event-fav svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Event date block */
.ep-event-date,
.ep-event-date span {
    color: #ffffff !important;
}

/* Location / venue text */
.ep-event-location,
.ep-event-location span {
    color: #ffffff !important;
}