/*
Theme Name: Discovery Center
Theme URI: http://www.discoverycenter.org
Version: 1.0
Description: Founded in Colorado Springs in 1983, the Space Foundation is the world's premier organization to inspire, educate, connect, and advocate on behalf of the global space community. We are a nonprofit leader in space awareness activities, educational programs, and major industry events, including the annual Space Symposium to be held each April.
Author: Space Foundation
Author URI: http://www.discoverycenter.org
template: bb-theme
*/

/************* NEW COLOR THEME (Primary Colors) -  CM 11/22 *************/
/* Color Theme Swatches in Hex */
.SFDC-1-hex {
  color: #1e0656;
}
.SFDC-2-hex {
  color: #3f14a5;
}
.SFDC-3-hex {
  color: #16023c;
}
.SFDC-4-hex {
  color: #861083;
}
.SFDC-5-hex {
  color: #dd9200;
}
.SFDC-6-hex {
  color: #1d2326;
}

/* Color Theme Swatches in RGBA */
.SFDC-1-rgba {
  color: rgba(30, 6, 86, 1);
}
.SFDC-2-rgba {
  color: rgba(63, 20, 165, 1);
}
.SFDC-3-rgba {
  color: rgba(22, 2, 60, 1);
}
.SFDC-4-rgba {
  color: rgba(134, 16, 131, 1);
}
.SFDC-5-rgba {
  color: rgba(221, 146, 0, 1);
}

/* Color Theme Swatches in HSLA */
.SFDC-1-hsla {
  color: hsla(258, 86, 18, 1);
}
.SFDC-2-hsla {
  color: hsla(257, 78, 36, 1);
}
.SFDC-3-hsla {
  color: hsla(260, 93, 12, 1);
}
.SFDC-4-hsla {
  color: hsla(301, 78, 29, 1);
}
.SFDC-5-hsla {
  color: hsla(39, 100, 43, 1);
}

/******** END NEW COLOR THEME -  CM 11/22 *************/

:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0) !important;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
  font-weight: 600;
}

.fl-page-header {
  border-color: #16023c !important;
  background-color: #16023c !important;
  color: #fff;
}
.fl-page-header-wrap {
  z-index: 1080;
}

.breadcrumbs {
  font-size: 15px;
  color: #f0b643;
}
.breadcrumbs a {
  color: #fff;
}
.home-callouts .panel-heading {
  background-color: #321255;
  background-position: center center;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 20px;
  text-transform: uppercase;
  font-size: 22px;
  max-height: 200px;
}

.home-callouts .panel-heading.lead-panel {
  background-position: bottom center !important;
}
.home-callouts .panel-heading.last-panel {
  background-position: top center;
}

.event-list p {
  font-size: 14px;
}
.event-item {
  padding-left: 100px;
  position: relative;
  margin: 15px auto 0px;
  min-height: 70px;
}
.event-item p {
  font-size: 16px;
  margin-bottom: 0px;
}
.event-list-date {
  background-color: #321255;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 16px;
  position: absolute;
  left: 0;
  width: 85px;
  padding: 15px 10px 12px;
  top: 5px;
}
.event-list-date .date {
  height: 40px;
  font-size: 2em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.event-list-date .month {
  font-size: 14px;
}
.newsfeed .fl-post-feed-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.newsfeed .fl-post-feed-post {
  border: none;
}
.people-listing .fl-post-grid-image {
  position: relative;
  border-radius: 50%;
  border: 8px solid #71caef;
  overflow: hidden;
  height: 300px;
  width: 300px;
}
.lunch_byte_list {
  position: relative;
  border-radius: 50%;
  border: 5px solid #71caef;
  overflow: hidden;
  height: 150px;
  width: 150px;
}
.lunch_byte_list_row {
  margin: 20px 0px;
  padding: 30px 0px;
  border-top: #e0e0e0 solid 1px;
}
.lunch_byte_list_pix {
  padding: 0px;
}

.people-listing .fl-post-grid-post {
  border: none;
}

.fl-page-nav-right .fl-page-header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fl-page-header-primary .fl-logo-img {
  width: 70%;
}
.fl-page-footer {
  border-top: none;
  background-color: #14003a;
  color: #fff !important;
}
.fl-page-footer a {
  color: #fff !important;
}
.fl-page-footer p {
  color: #fff;
  font-size: 16px;
}

.fl-page-footer-widgets {
  border-top: 1px solid #e6e6e6;
  border-color: #321255;
  background-color: #321255;
  color: #fff;
}
/* added DY 2020.08.10 fixed footer hover effect */
.fl-page-footer-widgets a:hover {
  text-decoration: none;
  color: #f0b643;
}
/* end addition DY 2020l08.10 */
h2.widgettitle {
  color: #321255;
}
footer a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}
footer .menu_level0 a {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}
footer .menu_level0 a:hover {
  text-decoration: none;
}
#fl-to-top {
  border-radius: 50%;
}
.fun-activities img {
  border-width: 7px;
  border-style: solid;
  border-radius: 50%;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
}
.map {
  padding: 30px;
  background-color: #f2f9fa;
  border-bottom: 5px solid #321255;
}

/* home page styles */
/* -- event list styles --*/
.hp-event-list h2.tribe-events-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "roboto condensed";
}
.hp-event-list .list-date {
  background-color: #321255 !important;
}
.hp-event-list p.tribe-events-widget-link {
  display: none;
}
.hp-event-list .tribe-event-date-start {
  font-size: 16px;
}
.hp-event-list .tribe-mini-calendar-event {
  border-bottom: 1px solid #321255;
}

.hp-carousel h2.fl-post-carousel-title {
  text-align: center;
}
.fl-page-nav-search form input.fl-search-input {
  background-color: #ffffff;
  color: #888888 !important;
}

/* education bios */
.pro-pic img {
  border-radius: 100%;
  border: 6px solid #71caef;
  width: 200px;
  height: 200px;
}

.bio-list.row {
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
}

/* top bar styles */
.fl-page-bar-text.fl-page-bar-text-1 {
  float: right;
  margin: 0px;
  padding: 0px;
}
.fl-page-bar {
  background-color: #321255;
}
.top-bar-text {
  color: #69c7ee;
}
.top-bar-text a {
  color: #69c7ee;
}
.top-bar-text .fa-phone,
.top-bar-text .fa-clock,
.top-bar-text .fa-hand-pointer {
  color: #69c7ee !important;
  line-height: 46px;
}
.top-bar-text .btn-success {
  background-color: #00cc00;
  border-radius: 0px;
}
.top-bar-text a.btn.btn-success {
  color: #ffffff;
  padding: 10px;
  font-family: "Roboto";
  letter-spacing: 0.75px;
  font-weight: 100 !important;
}
.top-bar-text a.btn.btn-primary:hover {
  color: #ffffff;
}
.top-visit {
  float: right;
  background-color: #321255;
  margin-left: 10px;
}
.fl-page-bar-container.container {
  padding: 0px;
}
.fl-button-lightbox-content {
  max-width: 800px !important;
}

/*.fl-col-content {
  background: transparent !important;
} */

/* Edits - C.McNeil 10/26/22 */

.cta-button .box {
  width: 300px;
}

.box {
  --border-size: 2px;
  --border-angle: 0turn;
  background-image: conic-gradient(
      from var(--border-angle),
      rgba(34, 17, 51, 0.52),
      rgba(17, 17, 34, 0.452) 50%,
      rgba(34, 17, 51, 0.283)
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f60792);
  background-size: calc(100% - (var(--border-size) * 1))
      calc(100% - (var(--border-size) * 1)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 4s linear infinite;
  animation: bg-spin 4s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
/* .box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
 */
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.z-index-low {
  z-index: 0 !important;
  position: relative !important;
}

.astronaut {
  top: 0;
  left: 50%;
  width: auto;
  height: 300px;
  animation: float 6s ease-in-out infinite;
}

.astronaut-2 {
  top: 0;
  z-index: 10;
  left: 200px;
  width: auto;
  position: relative;
  height: auto;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px) translateX(-50%);
  }
  50% {
    transform: translatey(-20px) translateX(-50%);
  }
  100% {
    transform: translatey(0px) translateX(-50%);
  }
}

/* Menu item underline transition */
.mega-menu-link a {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.mega-menu-link a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.mega-menu-link a:hover::after {
  width: 100%;
  left: 0;
}

#mega-menu-wrap-header
  #mega-menu-header
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 50px;
}

.test{
	color:blue;
}
