/*

Theme Name: TreecoveryHawaii
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-brand{
	margin: 15px 15px 15px 0;
}

.x-navbar-inner .x-container{
	display: flex;
    align-items: center;
}

.masthead .x-navbar .desktop .x-nav > li.menu-item-fill > a > span{
	color: #ffffff;
    background-color: #ff3131;
}
.x-nav-wrap.desktop{
	display: flex;
}

.masthead-inline .desktop .x-nav{
	display: flex;
    width: 100%;
}

.x-navbar .desktop .x-nav>li:last-child{
	margin-left: auto;
}

#x-nav-wrap-mobile .x-nav>li:last-child{
	width: fit-content;
	border-radius: 100em;
	background-color: #ff3131;
}

.gform-theme--framework .gform-field-label--type-sub{
	--gform-theme-local-color: #000000 !important;
}
.gform-theme--framework .gfield_description{
	--gform-theme-local-color: #000000 !important;
}

.h-sup,
.styled-quote{
	font-family: "Prata",serif !important;
}

#gform_confirmation_wrapper_1{
	color: #000 !important;
    text-align: center !important;
}

.desktop .sub-menu{
	background-color: #00a580 !important;
}



@media (max-width: 978.98px) {
    .x-nav-wrap.desktop {
        display:none;
    }
}

@media (max-width: 800px) {
    .our-mission span {
        margin: 0 !important;
    }
	.our-mission span img {
        margin-bottom: 20px !important;
    }
}

