/* xl - DESKTOP STYLES */ 
html, body{ overflow-X: none;}

h1.entry-title{
	display: none !important;
}

p.credit{
    color: #777777;
    font-size: 12px;
	font-family:"nunito sans", sans-serif;
	margin-block-end: 0;
}
h1.entry-title{
	display: none !important;
}
#wp-admin-bar-elementor_edit_page, #wp-admin-bar-edit, #wp-admin-bar-customize, #wp-admin-bar-edit_home_page, #wp-admin-bar-codes{
	display: none !important;
}

.credit a{
    color: #777777;
	font-weight:600;
}


.animated-text-wrapper{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 440px;
}

.large.display-title{
    color: white;
    font-size: 68px;
    line-height: 48px;
    font-weight: 800;
    padding: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: flex;
    gap: 2px;
}


.with-arrow-forward  .elementor-button-icon{ font-size: 11px;}


.header-container .logo-image{display:block;}

.header-container .menu-button svg path{fill:#fff;}

body:not(.page-ferrari-club-of-america) .header-container .logo-image:not(.black-logo){display: none;}
body.page-ferrari-club-of-america .header-container .logo-image:not(.white-logo){display: none;}
body.page-ferrari-club-of-america .header-container .menu-button svg path{fill:#fff;}

#tribe-events-pg-template{
	padding:0 !important;
	max-width: 100vw;
}


.post-password-form{
	margin-top: 200px;
	margin-left: 40px;
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .animated-text-wrapper{
      display: flex;
       gap: 2px 6px;
       flex-wrap: wrap;
      width: 240px;
  }
  
  
  
  .large.display-title{
      color: white;
      font-size: 36px;
      line-height: 36px;
      font-weight: 800;
      padding: 0;
      margin-block-start: 0em;
      margin-block-end: 0em;
      display: flex;
      gap: 2px;
  }
  
}

