.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{color:#C8102E;font-family:"Washington Capitals", Sans-serif;}.elementor-kit-6 h2{color:#C8102E;font-family:"Barlow Semi Condensed", Sans-serif;}.elementor-kit-6 h3{color:#041E42;font-size:72px;}.elementor-kit-6 h4{color:#C8102E;font-family:"Barlow Semi Condensed", Sans-serif;}.elementor-kit-6 h5{color:#041E42;font-family:"Washington Capitals", Sans-serif;font-size:20px;font-weight:200;}.elementor-kit-6 h6{color:#C8102E;font-family:"Barlow Semi Condensed", Sans-serif;font-size:35px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* === IMPORT FONT === */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;700&display=swap');

/* === MAIN DROPDOWN MENU === */
.elementor-nav-menu--dropdown {
  background-color: transparent !important;
  animation: fadeDropdown 0.3s ease-in-out;
  border: none !important;
  box-shadow: none !important;
}

/* === DIVIDER BETWEEN DROPDOWN ITEMS === */
.elementor-nav-menu--dropdown li:not(:last-child) {
  border-bottom: 0px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0 !important;
}
.elementor-nav-menu--dropdown li:last-child {
  border-bottom: none !important;
}

/* DROPDOWN ITEMS (Desktop & Mobile) */
.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #C49148 !important;
  text-align: center !important;
  background: none !important;
  border: none !important;
  padding: 9px 20px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

/* HOVER EFFECT */
.elementor-nav-menu .elementor-sub-item:hover,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:active {
  color: #C8102E !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* FADE-IN ANIMATION */
@keyframes fadeDropdown {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE DROPDOWN TWEAKS */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 14px !important;
    padding-left: 25px !important;
  }
}

/* REMOVE ICONS & TOGGLE ARROWS */
.elementor-nav-menu .elementor-item-toggle,
.elementor-nav-menu .sub-arrow,
.elementor-nav-menu--dropdown .elementor-item-toggle,
.elementor-nav-menu .menu-item-has-children > a::before,
.elementor-nav-menu .menu-item-has-children > a::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

/* ALIGN DROPDOWN ITEMS CENTER */
.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown li {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* REMOVE DROPDOWN GHOST SPACING */
.elementor-nav-menu--dropdown .elementor-sub-item::before,
.elementor-nav-menu--dropdown .elementor-sub-item::after,
.elementor-nav-menu--main .elementor-sub-item::before,
.elementor-nav-menu--main .elementor-sub-item::after {
  display: none !important;
  content: none !important;
}

.elementor-nav-menu--main .elementor-sub-item,
.elementor-nav-menu--main .menu-item {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  text-align: center !important;
  display: block !important;
}

/* === CLASSIC POST EXCERPT STYLING === */
.elementor-post__excerpt,
.blog .entry-summary p,
.archive .entry-summary p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.1em;
  margin-top: 10px;
}

/* === DROP CAP STYLING === */

/* Posts starting with <p> (single & archive) */
.blog p::first-letter,
.archive p::first-letter,
.single-post p::first-letter {
  float: left;
  font-size: 72px;
  line-height: 1.14;
  font-weight: normal;
  margin-right: 8px;
  margin-top: 4.3px;
  color: #C8102E;
  font-family: 'Washington Capitals', sans-serif !important;
}

/* Classic post excerpts */
.elementor-post__excerpt p::first-letter,
.elementor-post__excerpt::first-letter {
  float: left;
  font-size: 4em;
  line-height: 1;
  font-weight: normal;
  margin-right: 8px;
  margin-top: 14px;
  color: #C8102E;
  font-family: 'Washington Capitals', sans-serif !important;
}


/* Center vertical dividers between top-level menu items */
.elementor-nav-menu--main > .elementor-nav-menu > li {
  display: flex !important;
  align-items: center !important;
}

/* Style the divider */
.elementor-nav-menu--main > .elementor-nav-menu > li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #041E42; /* Navy shade */
  margin: 0 16px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Washington Capitals';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://capitalstats.org/wp-content/uploads/2025/06/NHL-Washington.woff2') format('woff2'),
		url('https://capitalstats.org/wp-content/uploads/2025/06/NHL-Washington.ttf') format('truetype');
}
/* End Custom Fonts CSS */