body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_label,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_checkbox li label,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_radio li label,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_checkbox div label,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_radio div label,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .ginput_container_consent label {
  color: var(--e-global-color-text);
  font-family: "Campton", sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.6em;
  margin: 0 0 6px;
}
 
/* -- section title (only appears if a form uses a Section field) -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gsection_title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4em;
  margin: 8px 0 6px;
}
 
/* -- sub-labels (e.g. Name field's "First"/"Last") -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform-field-label--type-sub {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 5px;
}
 
/* -- field description text, under a field -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_description {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}
 
/* -- required-field asterisk -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_required {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
}
 
/* -- text/email/tel/etc inputs, textareas, selects -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper textarea,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper select {
  background-color: #f9f9f9;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 2px;
  padding: 10px;
  margin: 0;
  outline: 0;
  float: none;
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.4em;
  box-shadow: 0 0 11px rgba(11, 11, 11, .11);
}
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper select {
  appearance: none; /* removes the native dropdown-arrow box so it matches the text-input style above */
}
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper textarea:focus {
  border-color: var(--e-global-color-secondary);
}
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 9px;
}
 
/* -- submit button -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_footer input[type=submit],
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_footer button[type=submit],
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_page_footer input[type=submit],
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_page_footer button[type=submit] {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-416f81b0);
  border: 0;
  border-radius: 0;
  width: 100px;
  padding: 15px;
  margin: 20px 0 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 3px;
  transition: background-color .25s linear;
}
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_footer input[type=submit]:hover,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_footer button[type=submit]:hover,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_page_footer input[type=submit]:hover,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .gform_page_footer button[type=submit]:hover {
  background-color: var(--e-global-color-2a8ec117);
}
 
/* -- validation / confirmation text (unverified live — these forms
      weren't deliberately triggered into an error/success state
      during testing, so this is carried over from Elementor's
      generated CSS rather than confirmed on screen) -- */
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_wrapper .validation_error,
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gfield_error .gfield_label {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}
body:is(.page-id-10204, .page-id-15100, .page-id-15137, .page-id-13679) .gform_confirmation_wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  padding: 10px;
}
 
/* ============================================================
   ACCESS-SCHEME ONLY (page-id-15100) — multi-page progress bar
   and next/previous buttons. The other 2 forms are single-page,
   so Gravity Forms never renders these elements for them.
   ============================================================ */
body.page-id-15100 .gform_wrapper .gf_progressbar {
  background-color: var(--e-global-color-secondary);
  border-radius: 10.5px;
}
body.page-id-15100 .gform_wrapper .gf_progressbar_percentage {
  background-color: var(--e-global-color-accent);
  color: #fff;
  border-radius: 10.5px 0 0 10.5px;
}
body.page-id-15100 .gform_page_footer input[type=button],
body.page-id-15100 .gform_page_footer .gform_previous_button,
body.page-id-15100 .gform_page_footer .gform_next_button {
  background-color: var(--e-global-color-accent);
  color: #fff;
  border: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 3px;
  padding: 15px;
  transition: background-color .25s linear;
}
body.page-id-15100 .gform_page_footer .gform_previous_button {
  width: 100px;
  margin: 20px 0 0 4px;
}
body.page-id-15100 .gform_page_footer .gform_next_button {
  padding: 10px 15px;
  margin: 0 4px 0 0;
}
body.page-id-15100 .gform_page_footer input[type=button]:hover,
body.page-id-15100 .gform_page_footer .gform_previous_button:hover,
body.page-id-15100 .gform_page_footer .gform_next_button:hover {
  background-color: var(--e-global-color-2a8ec117);
}

h1.screen-reader-text.tec-a11y-title-hidden {
    display: none !important;
}
#gilogo {
	transition: width 0.5s;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
.elementor-sticky--active #gilogo {
    width: 80px;
    transition: width 0.5s;
}

a.tec-events-elementor-event-widget__venue-name-link {
    text-decoration: auto !important;
}
.tribe-events .tribe-events-c-events-bar__search-container,.tribe-events-c-events-bar {
    background-color: #efefef !important;
}
.tribe-events .tribe-events-c-events-bar__filter-button-text {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700;
}
.tribe-events-c-search__button:hover {
    background-color: #3d3d3d !important;
}
.tec-events-elementor-event-widget__export-dropdown-button {
    color: #fff !important;
}

.tec-events-elementor-event-widget__website-header {
    display: none;
}
.tec-events-elementor-event-widget__website-link>a:hover {
    background-color: #666;
}
.tec-events-elementor-event-widget__website-link>a {
    color: #fff !important;
    padding: 10px 20px;
}
.event_web_button {
background-color: #BD7A67;
    font-family: var(--e-global-typography-6f7125e-font-family), Sans-serif;
    font-size: var(--e-global-typography-6f7125e-font-size);
    font-weight: var(--e-global-typography-6f7125e-font-weight);
    text-transform: var(--e-global-typography-6f7125e-text-transform);
    font-style: var(--e-global-typography-6f7125e-font-style);
    line-height: var(--e-global-typography-6f7125e-line-height);
    letter-spacing: var(--e-global-typography-6f7125e-letter-spacing);
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}
.rmp-menu-item-link {
        padding-right: 0px !important;
    }
#rmp_menu_trigger-8993 {
    width: 45px;
    padding: 0px;
}
a.uc-mega_menu_title {
    font-size: 13px !important;
}
a:hover {
  text-decoration: none !important;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: none !important;
}
.tribe-common .tribe-common-anchor-thin {
    border-bottom: none !important;

li {
		margin-bottom:10px;
}

.uc_material_bullets_row:hover {
    margin-left: 10px;
}
.pp-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
    margin-left: 0px;
}
input#gform_submit_button_26,input#gform_submit_button_28 {
    display: none;
}
.premium-unfold-content {
    min-height: 200px !important;
}

.gfield_radio input:not([type="button"]):not([type="submit"]),.gfield_checkbox input:not([type="button"]):not([type="submit"]) {
    padding: 0px !important;
}

.pricingbox {
    width: auto;
}

/* Menu */ 

button.rmp_menu_trigger {
    padding: 0px !important;
		width: 45px;

}
#sslogo {
	transition: width 0.5s;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.elementor-sticky--active #sslogo {
transition: width 0.5s;
    width: 200px;
    transition: width 0.5s;
}

/* Gravity Forms */ 
.pp-gravity-form .gfield_label {
		padding-top:20px !important;
}

span#input_8_1_2_container {
    max-width: 100px;
    margin-top: 0px;
}
.pp-custom-radio-checkbox input[type=checkbox], .pp-custom-radio-checkbox input[type=radio] {
    margin: 5px !important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_required {
    color: #d2bc4f !important;
}
div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-top: 0px !important;
}

/* Smash Balloon */ 

@media only screen and (min-width: 800px) {
#cff.cff-masonry.masonry-4-desktop .cff-item {
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
    width: 24% !important;
}
}
#cff.cff-masonry.masonry-4-desktop .cff-item {
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 7px 0px;
}
#cff.cff-carousel .cff-space .cff-item {
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 7px 0px;
}
.elementor-card-shadow-yes .elementor-post__card {
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 7px 0px !important;
}
#cff.cff-palette-2 a, #cff.cff-palette-2 .cff-post-links a, #cff.cff-palette-2 a, #cff.cff-palette-3 a, #cff.cff-palette-3 .cff-post-links a, #cff.cff-palette-3 a {
    font-size: 12px;
}
.sbi-user-info {
    display: none !important;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    height: 1em !important;
    width: 1.2em;
}
/* Blog Content */ 

.premium-blog-content-wrapper {
    border-radius: 25px;
}