/*
Theme Name: Starz Of Tomorrow
Theme URI: https://Starzoftomorrow.org/
Template: astra
Author: Jordyn Guy
Author URI: https://Starzoftomorrow.org/
Description: Child Theme
Version: 1.0.1757387073
Updated: 2025-09-09 03:04:33

*/
/* Global */
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#primary {
	font-family: "Roboto", sans-serif;
    line-height: 1.6;
}

#ast-scroll-top {
	background: rgb(0, 155, 114);
}

.btn-primary {
    font-size: large;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    background: rgb(0, 155, 114);
    cursor: pointer;
}

.btn-secondary {
    font-size: large;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    background: #e7cb2a;
    cursor: pointer;
}

.btn-primary:hover {
    color: #2A2D34;
}

.btn-secondary:hover {
    color: #2A2D34;
}

/* Global Navbar */
.navbar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 3px;
	background: #fff;
	width: 100%;
    max-height: 170px;
    height: 100%;
    z-index: 10;
    position: relative;
}

.navbar img {
	max-width: 180px;
    width: 100%;
    height: auto;
	margin-top: 20px;
}

.navbar ul {
	display: flex;
	gap: 2rem;
	list-style: none;
    align-items: center;
    font-size: medium;
    align-self: center;
    margin-top: 75px;
}

.navbar a {
	text-decoration: none;
	color: #2A2D34;
	font-weight: 500;
	transition: color .3s ease;
}

#mobileMenu {
    display: flex;
    z-index: auto;
}

#mobileMenu ul li:hover {
    transform: translateY(-5px);
}

#menuToggle {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    color: #fff;
}

.nav-donate-btn {
    padding: 1.25rem;
    border-radius: 20px;
    background: rgb(0, 155, 114);
}

.nav-donate-btn:hover {
    text-decoration: none;
}

.#ast-scroll-top {
	background: rgb(0, 155, 114);
}

/* Global Hero Banner */
.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(168, 166, 165, 0.1));
    z-index: 1;
}

.slideshow-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideshow-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mySlides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.mySlides.active {
    opacity: 1;
    z-index: 1;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #eee;
}

.mission-statement {
    margin-top: 50px;
}

.mission-statement h1 {
    font-size: 4rem;
    margin-bottom: 10px;
	color: #fff;
}

.mission-statement p {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.hero-donate-btn, .hero-getInvolved-btn {
    padding: 1rem 1.25rem;
    margin: 10px;
    font-size: larger;
}

/* Global Contact Info */
.contact-info ul {
	text-wrap: nowrap;
}

.submitBtn:hover {
	background: rgb(0, 155, 114);
}

/* Global Contact Form */
.wpcf7-submit {
	display: flex !important;
	justify-self: center !important;
	background: rgb(0, 155, 114) !important;
	border-radius: 50px !important;
	font-weight: 500 !important;
}

.wpcf7-submit:hover {
	color: #2A2D34;
}

.form-group label {
	font-size: 1.15rem;
}

/* Donation Page */
#post-124 {
	padding: 5px;
	margin: 10px;
}

#post-122 {
	padding: 5px;
	margin: 10px;
}

/* Private Policy Page */
.entry-title {
	display: none;
}
	
#post-3 {
	padding: 10px;
}

.entry-content {
	background: #fff;
	padding: 15px;
	border-radius: 25px;
	margin: 30px;
}

.entry-content[data-ast-blocks-layout] > * {
	margin-bottom: 30px;
}

/* Terms & Conditions Page */ 
#post-134 {
	padding: 10px;
}

/* Events Page */
#content {
	background: #e7cb2a;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 50px;
}

.tribe-events-single {
	max-width: 1100px;
	width : 100%;
	background: #fff;
	padding: 15px;
	border-radius: 25px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
	background: rgb(0, 155, 114);
	color: #fff;
	border: none;
	border-radius: 25px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
	font-size: 1.50rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	background: rgb(0, 155, 114);
	border-radius: 25px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
	color: #2A2D34;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	color: #fff;
	border: none;
	background: rgb(0, 155, 114);
	border-radius: 25px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-common a.tribe-common-c-btn-border:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background: #fff;
	color: #2A2D34;
	border: #2A2D34 solid 1px;
}

}
.tribe-events-single .tribe-events-sub-nav {
	text-wrap: nowrap;
}

/* Footer */
footer {
    background: #fff;
    padding: 5px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 50px;
    gap: 40px;
}

.footer-column {
    align-items: flex-start;
    text-align: left;
}

.footer-column h3 {
    text-decoration: underline;
}

.footer-column ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact a {
    color: #009b72;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

#footer-logo {
    max-width: 150px;
    width: 100%;
    align-self: center;
}

.footer-column h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: x-large;
}

.footer-links a {
    text-decoration: none;
    color: #2A2D34;
	font-weight: 400;
	transition: color .3s ease;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-column:not(.column1) h3:first-of-type {
    margin-top: 0;
    padding-top: 20px;
}

.column1, .column2 {
    border-right: 2px solid #2A2D34;
}

.column2, .column3 {
    align-items: center;
    text-align: center;
}

.column2 ul li {
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
}

.social-links li {
    margin: 5px;
}

.social-links li a img:hover{
    transform: translateY(-5px);
}

.legal-links li {
    margin-bottom: 10px;    
}

footer p {
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #2A2D34;
    font-size: 14px;
    color: #555;
}

/* Global Media Queries */
@media (max-width: 1024px) and (min-width: 769px) {
    /* NavBar */
    .navbar ul {
        text-align: center;
        text-wrap: nowrap;
    } 

    /* Hero Banner */
    .mission-statement p {
        font-size: 1rem;
    }

    .hero-donate-btn, .hero-getInvolved-btn {
        font-size: medium;
        padding: 0.75rem;
    }
	
	/* Contact Info */
	.cta-btn-title {
		text-wrap-mode: wrap;
	}
	
	.cta-buttons {
		text-wrap: nowrap;
	}

    /* Contact Form */
    .contact-form {
       width: 100%; 
    }

    .form-group input {
        width: 100%;
    }
}

@media (max-width: 768px) and  (min-width: 320px) {
    /* NavBar */
    .navbar {
        justify-content: space-around;
    }

    #mobileMenu {
        display: none;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 1);
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        right: 0;
        width: 40%;
        z-index: 15;
    }

    #mobileMenu.show {
        display: flex;
    }

    #mobileMenu ul {
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
    }

    #menuToggle {
        display: block;
        max-width: 40px;
        width: 100%;
        max-height: 120px;
        height: auto;
    }

    #mobileMenu.show {
        display: flex;
    }

    #mobileMenu ul {
        flex-direction: column;
        text-align: center;
    }

    .nav-donate-btn {
        padding: 0;
        margin: 0;
        border-radius: 50px;
        background: rgba(255, 255, 255, 1);
        color: #2A2D34 !important;
    }

    /* Hero Banner */
    .mission-statement {
       font-size: x-large;
       margin-top: 50px;
    }

    .mission-statement h1 {
        font-size: 3rem;
    }

    .mission-statement p {
       font-size: large;
       margin: 30px 20px;
    }

    .hero-donate-btn, .hero-getInvolved-btn {
        font-size: medium;
    }

    /* Contact Info + CTA */
    .cta-section {
        padding: 2rem 2rem;
		padding-bottom: 25px;
    }

    .cta-container {
        flex-direction: column;
    }

    .contact-info ul li {
        list-style: none;
		text-wrap: nowrap !important;
    }

    .btn-donate, .btn-volunteer {
        padding: 0.75rem 1rem;
        margin: 10px;
        font-size: larger;
    }

    /* Contact Form */
    .contact-form {
        width: 100%;
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group input {
        width: 100%;
        align-self: center;
    }
	
	.wpcf7-submit {
		margin: 0 auto;
		justify-content: center;
	}
	
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px;
    }

    .footer-column {
        align-items: center;
        margin-bottom: 30px;
    }

    #footer-logo {
        justify-self: center;
    }

    .column1, .column2 {
        border-right: none;
        border-bottom: 1px solid #2A2D34;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-wrap-mode: nowrap;
        text-align: center;
    }
}