.elementor-kit-19464{--e-global-color-primary:#FF0000;--e-global-color-secondary:#797676;--e-global-color-text:#000000;--e-global-color-accent:#CE6161;--e-global-color-ba572a4:#FFFFFF;--e-global-color-c76f583:#AA8B00;--e-global-color-c643bd6:#DAAB00;--e-global-color-b734277:#D14227;--e-global-color-594aa8e:#DAAA00;--e-global-color-53fa244:#E3DDD1;--e-global-color-5cfe3d5:#3D3935;--e-global-color-8ca7b44:#AA8A00;--e-global-color-3d55876:#DAAA00;--e-global-color-0864027:#7E5A00;--e-global-color-1e5e854:#7E5A00;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-19464 button,.elementor-kit-19464 input[type="button"],.elementor-kit-19464 input[type="submit"],.elementor-kit-19464 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-19464 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-19464 a{color:var( --e-global-color-primary );}.elementor-kit-19464 a:hover{color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
max-width: 100%;
overflow-x: hidden;
}


/*Sticky Header Code*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fff;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#fff;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/*Custom CSS*/

.darkGold-hightlight {
    color: #aa8a00;
}

@media screen and (min-width: 767px){
	.support_iconbox {
		min-height: 315px;
	}
}

@media screen and (min-width: 767px){
    .brand_story_iconbox {
        min-height:400px;
    }
}

@media screen and (max-width: 880px){
    .investment-box-oppPage {
        min-height: 175px;
    }
}

@media screen and (max-width: 767px){
    .investment-box-oppPage {
        min-height: auto;
    }
}

@media screen and (min-width:  1024px){
    .contact-nav-link {
        display: none !important;
    }
}

.testimonial-card .elementor-image-box-content {
    padding: 0 10px 10px 10px;

}

.testimonial-card .elementor-image-box-title {
    margin: 0px;
}

.legend-text {
    color: #fff!important;
}

/*Franchise Steps Animation*/
.module-franchise-animation {
    background-color: #e3ddd1;
    color: #000;
    background-image: url(../img/speckle.png);
    padding: 60px 0;
    display: block !important
}

@media (max-width:575px) {
    .module-franchise-animation {
        padding: 30px 0
    }
}

.module-franchise-animation #franchise-animation {
    position: relative;
    max-width: 100%;
    width: 767px;
    margin: auto;
    /*height: 900px;*/
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation {
        height: auto;
        text-align: center
    }
}

.module-franchise-animation #franchise-animation h3 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    max-width: 700px;
    margin: 0;
    position: absolute;
    left: 225px
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation h3 {
        position: relative;
        left: auto;
        margin: 0 auto;
        top: auto;
        margin-bottom: -10px
    }
}

.module-franchise-animation #franchise-animation h4 {
    font-family: cortado, sans-serif;
    color: #daa900;
    text-transform: lowercase;
    font-size: 48px;
    margin: 0;
    position: absolute;
    left: 335px;
    top: 35px
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation h4 {
        position: relative;
        left: auto;
        margin: 0 auto;
        top: auto
    }
}

.module-franchise-animation #franchise-animation #franchising-tap {
    position: absolute;
    width: 195px;
    left: 425px;
    top: 0;
    z-index: 10
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation #franchising-tap {
        display: none
    }
}

.module-franchise-animation #franchise-animation #franchising-beer {
    position: absolute;
    width: 235px;
    left: 270px;
    bottom: 130px;
    z-index: 10
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation #franchising-beer {
        display: none
    }
}

.module-franchise-animation #franchise-animation #center-line {
    position: absolute;
    left: 275px;
    top: 215px
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation #center-line {
        display: none
    }
}

.module-franchise-animation #franchise-animation #center-line svg {
    /*height: 2090px*/
}

.module-franchise-animation #franchise-animation .franchising-content {
    position: absolute;
    text-align: center
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation .franchising-content {
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-top: 70px
    }
}

@media (max-width:575px) {
    .module-franchise-animation #franchise-animation .franchising-content {
        margin: auto;
        margin-top: 50px;
        width: 300px
    }
}

.module-franchise-animation #franchise-animation .franchising-content h5 {
    margin: 0;
    font-family: "Passion One", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 3px
}

.module-franchise-animation #franchise-animation .franchising-content a {
    font-family: "Passion One", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    color: #000;
    font-size: 21px
}

@media (max-width:575px) {
    .module-franchise-animation #franchise-animation .franchising-content a {
        font-size: 18px
    }
}

.module-franchise-animation #franchise-animation .franchising-content img {
    margin-bottom: 20px
}

.module-franchise-animation #franchise-animation .franchising-content span {
    font-family: cortado, sans-serif;
    position: absolute;
    font-size: 160px;
    line-height: 160px;
    opacity: .15
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation .franchising-content span {
        left: 15px !important;
        font-size: 140px;
        line-height: 140px;
        top: -25px !important
    }
}

.module-franchise-animation #franchise-animation #faqs-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 500px;
    max-width: 100%
}

@media (max-width:575px) {
    .module-franchise-animation #franchise-animation #faqs-btn {
        padding: 0 50px;
        max-width: none;
        width: 100%;
        margin-top: 50px
    }
}

.module-franchise-animation #franchise-animation #faqs-btn h5 {
    margin: 0;
    font-family: "Passion One", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 15px
}

.module-franchise-animation #franchise-animation #faqs-btn .btn {
    margin: 0 20px
}

@media (max-width:575px) {
    .module-franchise-animation #franchise-animation #faqs-btn .btn {
        margin: 10px 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .module-franchise-animation #franchise-animation #faqs-btn {
        -webkit-transform: none;
        transform: none;
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 30px
    }
}

/*Gravity Form Styles*/

/*Hides 'Required' text on consent field*/
.gform-theme--framework .gform-field-label>.gfield_required {
	display: none!important;
}

/*Hides validation block on top of forms when errors are made*/
#gform_6_validation_container, /*Horizontal Form - homepage*/
#gform_4_validation_container { /*Forms on footer and GET STARTED slide out in header*/
	display: none !important;
}

#gform_4 .gform-theme--foundation .gform_fields {
	    grid-template-columns: repeat(12, 1fr)!important;
}

/*Reduce gap between fields/rows*/
.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

.gfield_consent_label {
	color: #fff !important;
	font-size: 12px !important;
}

/*Button background color*/
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background-color: #ff0000!important;
	color: #fff!important;
	font-family: sans-serif!important;
	font-size: 20px!important;
	font-weight: 500!important;
	border-radius: 50px!important;
	padding: 12px 24px!important;
}

.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	background-color: #fff !important;
	color: #000!important;
}

/*Input field text color*/
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	color: #4e4e4e!important;
}

/*Gravity Horizontal Form Styles*/
/*Gravity Horizontal Form Styles*/

.gform-theme--foundation .gf-h-form .gform_fields {
	    grid-template-columns: repeat(7, 1fr)!important;
}
 .gform-theme--foundation .gf-h-form .gfield--width-quarter {
    grid-column: span 1!important;
 }

@media screen and (max-width: 1200px) {
	.gform-theme--foundation .gf-h-form .gform_fields {
	    grid-template-columns: repeat(12, 1fr)!important;
	}
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 3!important;
 	}
}

@media screen and (max-width: 900px) {
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 4!important;
 	}
}

@media screen and (max-width: 600px) {
 	.gform-theme--foundation .gf-h-form .gfield--width-quarter {
    	grid-column: span 6!important;
 	}
	.gform-theme--foundation .gf-h-form .gform_fields {
		grid-column-gap: 10px;
	}
}/* End custom CSS */