/*
	Theme Name:   Nebula Orbit
	Description:  Nebula WordPress Starter Theme
	Theme URI:    https://nebula.design
	Author:       Nebula
	Author URI:   https://nebula.design
	Update URI:   false
	Version:      1.0.0
	License:      GPL-2.0+
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.wp-block-button a:hover {
    background: var(--wp--preset--color--primary) !important;

}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: var(--swiper-pagination-bottom, 0px);}
.swiper-wrapper{padding-bottom:60px;}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.site-header img.custom-logo {filter: brightness(1) invert(0);}

/* Home page: not active makes logo white, pending reverts to normal */
body.home:not(.active) .site-header img.custom-logo {filter: brightness(0) invert(1);}
body.home:not(.active) .site-header.pending img.custom-logo {filter: brightness(1) invert(0);}

/* Non-home page adjustments */
body:not(.home) .site-inner {padding-top: 100px;}
body:not(.home) #nav-menu li a {color: var(--wp--preset--color--primary);}

/* Header states when not active */
body:not(.active) .site-header.pending.fixed {
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
}
body:not(.active) .site-header.pending {background-color: var(--wp--preset--color--white);}

/* Nav menu colors when pending and not active */
body:not(.active) .site-header.pending #nav-menu li a,
body:not(.active) #mast.pending #nav-menu li span {
    color: var(--wp--preset--color--primary);
}

/* Archive-specific header background */
body.archive .site-header {background-color: var(--wp--preset--color--white);}

/* Single post logo filter override */
body.single .site-header img.custom-logo {filter: brightness(1) invert(0) ;}

article .entry-footer {
    padding: 0;
}

footer.site-footer img {
    /* filter: brightness(0) invert(1); */
}

/*List marker style*/
.is-style-txt-outline {
    font-size: calc(2* var(--wp--preset--font-size--gargantuan));
    line-height: var(--wp--custom--line-height--tiny);
    display: block;
    top: 0;
    margin-bottom: var(--wp--preset--spacing--small);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -moz-text-fill-color: rgba(0, 0, 0, 0);
    -o-text-fill-color: rgba(0, 0, 0, 0);
    -ms-text-fill-color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
    -o-text-stroke-width: 1px;
    -ms-text-stroke-width: 1px;
    text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -moz-text-stroke-color: #000;
    -o-text-stroke-color: #000;
    -ms-text-stroke-color: #000;
    text-stroke-color: #000;
}
.active header.site-header #toggle .bar {
    background: black;
}
.active .site-header {
	height: 100px;
	background: #f1f1f1;
}
div#copyright, div#copyright a {
    color: var(--wp--preset--color--quinary);
}

/*Latest news widget*/
.wp-block-latest-posts li {
    position: relative;
    padding: 0px 0 0 50px;
}

.block-area.block-area-sidebar a {
    text-decoration: none;
}

.is-style-grid-equal-height > * {
    height: 100%;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 15px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts p {
    max-width: 150px;
}

.wp-block-latest-posts__featured-image img {
    border-radius: var(--wp--custom--border-radius--medium);
}

.wp-block-latest-posts li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    border: 1px solid rgb(56 38 120 / 25%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.wp-block-latest-posts {
    counter-reset: post-counter;
}

.wp-block-latest-posts li {
    position: relative;
}

.is-style-offset-1 {
    position: relative;
}

.is-style-offset-1:before {
    content:'';
    position: absolute;
    background: var(--wp--preset--color--primary);
    display: block;
    transform: translate3d(calc(var(--wp--preset--spacing--xxx-large) * -1),var(--wp--preset--spacing--xxx-large),0);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .25;
}
.entry-image .wrap {
    display: flex;
    justify-content: center;
}



/*Article Posts*/
.back {
    display: inline-flex;
    align-items: center;
    margin-bottom: var(--wp--preset--spacing--medium);
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
}

.back svg {fill:var(--wp--preset--color--secondary);margin-right: 10px;border: 1px solid;width: 30px;height: 30px;padding: 5px;}

#case-header .flex {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#case-header #case-header-content {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#case-header .flex > div {
    flex: 1;
    padding: 0;
}

#case-header #case-image img {
    width: 100%;
}

#case-header #case-header-content .inner-content {
    max-width: 700px;
    padding: var(--wp--preset--spacing--medium);
}
#case-image {height:50vh;min-height:500px;}


ul {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0;
}

ul li {
  position: relative;
  padding-left: 24px;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('https://launchpad.nebula.design/ace/wp-content/themes/orbit/assets/icons/utility/aace-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  line-height: normal;
  top: 50%;
}
.is-style-horizontal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
header ul li::before, footer ul li::before  {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('https://launchpad.nebula.design/ace/wp-content/themes/orbit/assets/icons/utility/aace-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  line-height: normal;
}

@media all and (max-width: 1100px) {
footer > div > .flex {
    display: flex;
    flex-direction: column;
}
}

@media all and (max-width: 1050px) {
.site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
	header.site-header.pending #toggle .bar {
    background: black;
}
}

@media all and (max-width: 1000px) {
	.columns-3 {grid-template-columns:repeat(2, 1fr);}
}
@media all and (max-width: 781px) {
.is-style-reverse-mobile {
    display: flex;
    flex-direction: column-reverse; 
}
}
@media all and (max-width: 700px) {
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
}

@media all and (max-width: 550px) {
	footer > div > .flex .col-33:nth-child(2) .flex {
    display: flex;
    flex-direction: column;
}
	.columns-3{grid-template-columns:repeat(1,1fr)}

}