/*
Theme Name: SATSHOW 2027
Author: Access Intelligence
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

html {
  font-size: 0.875em;
  position: relative;
}
:root {
  --color-primary: #264480;   
  --color-secondary: #486091; 
  --color-accent: #63b8b1;    
  --color-neutral: #999999;  
  --color-slate: #5B6770;
  --color-highlight: #FFF200;

  /* ===== BACKGROUND COLORS ===== */
  --bg-body: #264480;
  --bg-surface: #ffffff;
  --bg-inverse: #051923;

  /* ===== TEXT ===== */
  --text-primary: #ffffff;
  --text-dark: #051923;
  --text-muted: #999999;

  /* ===== LINKS / UI STATE ===== */
  --link-color: var(--color-accent);
  --link-hover: var(--color-highlight);

  /* ===== BOOTSTRAP OVERRIDES ===== */
  --bs-link-color-rgb: 70, 97, 145; 
}

body {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif; 
  position: relative; 
  background: var(--bg-body);
}
a {transition:all .3s; text-decoration: none}
a:hover { text-decoration:none;}
h1,h2 {font-weight:800;}
h3,h4,h5,h6 {font-weight:700;}

img {max-width: 100%; height: auto;}


/* Main Menu */
.navbar {transition: all .5s;}
header a {color: var(--text-primary); }
header a:hover {
  color: var(--color-highlight);
}

nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  white-space: nowrap;
}

.nav .dropdown-menu a:focus,
nav .dropdown-menu a:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

nav .btn a {
  padding: 0;
}

.offcanvas .social-icons-section ul {
  font-size: 1.25rem !important;
}

.offcanvas-backdrop.show {background: #19001a linear-gradient(146deg, rgba(0,0,0,1) 50%, rgba(86,0,91,1) 100%);; opacity: .8;}

/* Main Menu END */

.content_body {margin-top:5rem;min-height: 300px;}
.title-main {font-size: 3.5rem;line-height: 4rem;margin-bottom: 3rem;color:var(--color-primary);}

/* Icon Styles */
.after-icon::after {
  content: '\f08b';
  font-family: FontAwesome;
  margin-left: 10px;
}
.after-icon:hover::after {
  position: relative;
  left: 5px;
}

/* Utility Styles */
.fs-mega {font-size: 4rem;line-height: 4rem;}
.fs-big {font-size: 3rem;line-height: 3rem}

.text-outline {-webkit-text-fill-color: transparent;-webkit-text-stroke: 1.5px;}

.text-color1 {color: var(--color-primary);}
.text-color2 {color: var(--color-secondary);}
.text-color3 {color: var(--color-accent);}
.text-color4 {color: var(--color-highlight);}

.text-muted { color: var(--text-muted); }
.text-slate { color: var(--color-slate); }
.text-shadow {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}

.bg-theme3 {background: var(--color-accent);}

.anchor::before {display: block;content: " ";margin-top: 0px;height: 50px;position: relative;z-index: -1;}
.header-main {font-size: 4.5rem;margin-bottom: 1.3rem;}

section.homepage-testimonials.container {
  background-color: transparent !important;
}

section.homepage-eventinfo h1 {
  font-size: 45px;
}

section.homepage-eventinfo ul.nav li {
  padding: .4rem 0;
}

/*********** Media Queries *****************/
@media (min-width: 540px) {
	html {font-size: 1em; /* 16px / 16px (browser default font-size) */}
  #menu_exhibit, #menu_attend, #menu_govmilspace {min-width:550px;}
  .border-left-white {border-left:dotted 1px #fff}
}
@media (min-width: 768px) {
  #menu-primary li a {min-width: 160px;margin-bottom: 20px;}

}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
  .content_overflow {width: calc(100% + 8rem * 2);margin-left: calc(8rem * -1);}
}

/*********** Media Queries for mobile *****************/
@media (max-width: 540px) {
  section.homepage-eventinfo h1 {
    font-size: 30px;
  }
  .w-27 {width:27%}
}


/* 2027 */

.text-wrap-balance {
  text-wrap: balance;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(0,5em);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}

@keyframes spin {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
}

header {
  background:
    radial-gradient(ellipse at top, #4860918c, transparent 60%),
    radial-gradient(ellipse at left, #63b8b159, transparent 55%),
    radial-gradient(ellipse at right, #fff2001f, transparent 60%),
    radial-gradient(ellipse at bottom, #264480f2, #264480);
    background-size: 100% 200%;
    background-position: center 85%;
    color: var(--text-primary);
}

.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}

.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
  color: white;
}

.card { 
  height: 100%;
}

.center:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 2;
  background: linear-gradient(90deg, white, transparent);
}
.center:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: linear-gradient(90deg, transparent, white);
}
.sbox {
  width: 240px;
  aspect-ratio: 2;
  /* background-color: #e2e3e5;*/
  margin: 0.5em;
  opacity: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray;
}
.sbox i, .sbox img {
  font-size: 4rem;
  transition: all 0.35s linear;
}
.sbox:hover i {
  font-size: 4.5rem;
}
.sbox:hover img {
  transform: scale(1.15);
}
.on {
  opacity: 0;
}
.fadeIn {
  transform: translate(0,5em);
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.persona {
  position: relative;
  overflow: hidden;
}
.persona-info {
  height: auto;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.65));
  bottom: 0;
  top: unset;
  left: unset;
  color: white;
  padding: 1rem 0.35rem;
  transition: top 0.35s ease-out;
}
.persona-info h3 {
  font-weight: 600;
}
.persona-info p {
  font-size: small;
  line-height: 1.3;
}
@media (hover: hover) {
  .persona .persona-info {
    /* bottom: -4rem; */
    top: calc(100% - 2.9rem);
  }
  .persona:hover .persona-info {
    /* bottom: 0; */
    top: calc(100% - 3.8rem - 4em);
  }
}
.persona img {
  transition: transform 0.35s ease-out;
  filter: grayscale(80%);
  object-fit: cover;
}
.persona:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}
.blockquote {
  text-wrap: balance;
}
.blockquote-footer  {
  margin-top: -0.5em;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide > div {
	height: 100%;
}
.slick-slide img {
	object-fit: cover;
	height: 100%;
}
.testimonials .quote {
  display: none;
}
.testimonials .quote:first-child {
  display: block;
}
.testimonials.slick-initialized .quote {
  display: block;
}

body:has(.bg) .slick-arrow::before {
  color: white;
}
.speaker-wrap {
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.speaker figure {
  position: relative;
}
.speaker:hover .orbit {
  opacity: 1;
}
.speaker .orbit {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: hotpink;
    z-index: -1;
    position: absolute;
    /* animation: spin; */
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: translate(50%, 50%) !important; */
    top: 0;
    /* left: -50%; */
    /* position: relative; */
    transition: opacity 0.35s linear;
}
.speaker .orbit:before {
    content: '';
    display: block;
    width: calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    top: -1em;
    left: -1em;
    background: transparent;
    border: 3px solid rgb(255 105 180 / 20%);
    border-radius: 50%;
    z-index: -1;
}
.speaker .orbit:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: hotpink;
    border: 1px solid white;
    border-radius: 50%;
    z-index: -1;
    margin: 7px;
    /* transform: translate(0.675em, 0.675em); */
    /* left: -.25em; */
    /* top: -.25em; */
}
.speaker-wrap:nth-of-type(1) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(2) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(3) {
  transform: translateY(0rem);
}
.speaker-wrap:nth-of-type(4) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(5) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(6) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(7) {
  transform: translateY(-2rem);
}
.speaker-wrap:nth-of-type(8) {
  transform: translateY(0rem);
}
.speaker-wrap:nth-of-type(9) {
  transform: translateY(2rem);
}
.speaker-wrap:nth-of-type(10) {
  transform: translateY(-2rem);
}
.satshowweek {
    width:100%;
    max-height:100%;
    height: auto;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.offcanvas-header .satshowweek {
  max-width: 70%;
  height: auto;
}
.offcanvas .sat26-icon {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(1);
}

/* Main background */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bg-inverse);
  overflow: hidden;
  z-index: -1;
}
.bg-ombre {
  background:
    radial-gradient(
      ellipse at top,
      rgba(72, 96, 145, 0.35) -20%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at left,
      rgba(99, 184, 177, 0.28) 15%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at right,
      rgba(255, 242, 0, 0.10),
      transparent 60%
    ),
    radial-gradient(
      ellipse at bottom,
      rgba(38, 68, 128, 0.9) -60%,
      transparent
    );
}
.bg-ombre-light {
  background:
    radial-gradient(
      ellipse at top,
      rgba(255,255,255,0.10) -80%,
      transparent
    ),
    radial-gradient(
      ellipse at bottom,
      rgba(255,255,255,0.08) -80%,
      transparent
    );
}
.bg-ombre-white {
  background:
    radial-gradient(
      ellipse at top,
      rgba(72, 96, 145, 0.25) -20%,
      transparent
    ),
    radial-gradient(
      ellipse at left,
      rgba(99, 184, 177, 0.18) 15%,
      transparent
    ),
    radial-gradient(
      ellipse at right,
      rgba(255, 242, 0, 0.08),
      transparent
    ),
    radial-gradient(
      ellipse at bottom,
      rgba(255,255,255,1) -80%,
      transparent
    );
}

.bg-blur {
  -webkit-backdrop-filter: blur(0.35em);
  backdrop-filter: blur(0.35em);
}

.bg-blur-alt {
  -webkit-backdrop-filter: blur(0.5em);
  backdrop-filter: blur(0.5em);
}

#animation {
  width: 75vw;
  position: absolute;
  right: -15vw;
  z-index: 1;
  transform: translateY(-50vh);
  opacity: 0.25;
}

.section-title {
  font-weight: 800;
}

.bg-white-thru {
  background-color: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: grayscale(1) invert(1);
  backdrop-filter: grayscale(1) invert(1);
}
.bg-black {
  background-color: #051923 !important;
}


/* Primary buttons */
.btn.btn-primary {
  background-color: var(--color-primary);
}
.btn.btn-secondary
{
  background-color: var(--color-secondary);
}
.btn.btn-highlight {
  background-color: var(--color-highlight);
  color: var(--text-dark);
}
.btn.btn-tertiary {
  background: var(--color-accent);
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  background: var(--color-highlight);
  border: 1px solid var(--color-accent);
  box-shadow: 0 0 2px rgba(var(--color-highlight), 0.5);
  color: var(--bg-inverse);
}

.btn.btn-tertiary:hover {
  background: var(--color-highlight);
  border: 1px solid var(--color-primary); 
  color: var(--text-dark);
  box-shadow: 0 0 2px rgba(var(--color-highlight), 0.5);
}

/* buttons */

.btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: none !important;
  border: none;
  outline: none;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto 0.15em;
  padding: 0.5em 1.1em;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  transition: color 0.3s ease;
}
.btn:hover {
  color: white;
}
.btn:active {
    color: #000
}

.accordion-button:focus {
  border-color: #0582CA;
  box-shadow: 0 0 0 0.2rem rgba(0,166,251,0.8) !important;
}

.accordion-button:not(.collapsed) {
  background-color: #00A6FB;
  box-shadow: none;
}

.accordion.accordion-transparent .accordion-item {
  background: none;
  color: white;
}

.accordion.accordion-transparent .accordion-item a {
  color: var(--color-highlight);
}

footer {
  position: relative;
}

footer .container {
  filter: drop-shadow(0 0 2px #63b8b180);
}

footer .sat26-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50vw;
  height: 100%;
  opacity: 0.75;
  pointer-events: none;
  object-fit: contain;
}

footer .nav li {
  margin: 0.25em 0 0.5em 0;
}

@media (max-width: 767.999px) {
  footer .sat26-icon {
    max-width: unset;
    opacity: 0.25;
    object-position: bottom right;
  }
}



/*internal pages*/
body:not(.home) section.container:not(.nobackground) {
  background-color: white;
}
body:not(.home) section.container .content_body {
  padding-top: 2em;
}

.event-info__date {
  font-weight: 800;
}

.content_body {
  font-size: 1.03rem;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}