/*
Theme Name:   SFCA Hello Child Theme
Description:  A Child Theme based on Hello by Elementor for the Hawaii State Foundation on Culture and the Arts
Author:       NIC Hawaii
Author URL:   https://nichawaii.egov.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SFCAHelloChildTheme
*/

/* Write here your own personal stylesheet */


.hero-heading-big {
    display: block;
    font-size: 50px;
    letter-spacing: -0.1rem;
    line-height: 2rem;
}

.wp-block-image.size-large {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.elementor-tab-content a {
    text-decoration: underline;
}

.elementor-text-editor ul li:last-child,
.elementor-text-editor ol li:last-child {
    padding-bottom: 20px;
}

.elementor-text-editor ul li ul li:last-child,
.elementor-text-editor ol li ol li:last-child{
    padding-bottom: 0px;
}

.elementor-labels-above .elementor-field-group > label {
	padding-bottom: 20px !important;
}

a.skip-to-main {
    color: #fff;
    text-decoration: underline;
    background: 0 0;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: .15s ease-in-out;
    z-index: 100;
}

a.skip-to-main:focus, a.skip-to-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    z-index: 999;
}

footer h3 {
  font-weight:bold !important;
  font-size:18px !important;
}

.tribe-events-c-top-bar__nav-list a {
  padding:11px;
}
.tribe-events-c-search input{
  color:#000 !important;
}

.sfca-breadcrumbs {
  color:#000;
} 
.sfca-breadcrumbs a {
  font-weight:700;
}

.wp-block-button .wp-block-button__link {
	color:#fff
}
.wp-block-button .wp-block-button__link:hover {
  color:#fff;
  background-color: #444;
  text-decoration:none;
}

.mc-field-group {
  position: relative; /* Container for absolute positioning of label */
}

.mc-field-group input[type=email]{
  padding: 1rem 1rem;
  color: #000 !important;
}

.mc-field-group label {
  position: absolute; /* Position label over input */
  top: 22px;
  left: 18px;
  color: #666;
  transition: all 0.3s ease; /* Smooth animation */
  pointer-events: none; /* Allows clicks to pass through the label to the input */
}

/* Move label up when the input is focused OR when it has content (placeholder is not shown) */
.mc-field-group input:focus + label,
.mc-field-group input:not(:placeholder-shown) + label {
  top: 4px; /* Adjust as needed for desired floating height */
  left: 20px;
  font-size: 12px;
  color: #444;
  padding: 1px 5px;
}

/* Optional: Add focus styling to the input */
.mc-field-group input:focus {
  outline: none;
  border-color: #007bff;
}