/*
Theme Name: First Light Con 2
Author: mchauta
Description: OnePress Child Theme
Version: 1.0
Template: onepress

This is the child theme for OnePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root {
--light-blue: #1789c7;
--med-blue: #1a5c99;
--dark-blue: #142873;
--orange: #d75a28;
--dark-orange: #c82c1e;
--light-green: #8cc84b;
--dark-green: #50822d;
}

/* Navigation */
#nav-toggle span {
    background: white !important;
}

#nav-toggle span:before, #nav-toggle span:after {
    background: white !important;
}

.onepress-menu .menu-item a {
    color: #fff;
}
/*CTA*/

.cta-container {
    display: flex;
    align-items: center;
    /* align-content: center; */
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.cta {
    text-align: center;
    padding: 2rem 1rem;
}

.cta .description {
    font-weight: bold;
}