/*
 * Custom styles for SimSpace
 * 
 * Last updated Nov. 13, 2025 by Mike J. 
*/

.site-header,
.elementor-location-header {
    z-index: 9999;
    position: relative;
    /*background: rgba(255, 255, 255, 0.80);*/
}

.blue-underline-link a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #96D1CF;
    text-decoration-thickness: 8%; 
    text-underline-offset: 2px;
    text-underline-position: from-font;
}

.red-underline-link a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #D02431;
    text-decoration-thickness: 8%;
    text-underline-offset: 2px;
    text-underline-position: from-font;
}

.list-red-bullets ul {
    margin-top: 0;
}

.list-red-bullets ul li::marker {
  color: #E4002B; 
}

.text-balance {
    text-wrap: balance;
}
.overflow-hidden {
    overflow: hidden;
}






.mt-3{ margin-top: 30px; }
.post-author-info{
        display: flex;
}
.author-avatar img{
        width: 210px;
}

.blog-hero__description {
    position: relative;
}
#embedded_job_board_wrapper{ font-size: 18px !important; }

h2, .entry-content h2{
      font-size: 35px;
}
#application{ background-color: unset !important;
    color: white !important;

}


.ast-narrow-container .site-content {
    background-color: #F5F3F1;
    background-image: none;
}

.ast-narrow-container .site-content > .ast-container {
    max-width: 100%;
}

@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 100%;
    }
}

.postid-2377 #primary {
    margin: 0px !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

#wrapper{ max-width: unset !important; }

#app_body{ max-width: unset !important; }

#app_body{ font-size: 18px; }

.attach-or-paste .unstyled-button.link-button{
    color: white !important; 
}
.ast-separate-container .ast-article-single{ padding: 0px !important; }
.attach-or-paste .unstyled-button.link-button:hover {
    text-decoration: none !important;
      background-color: #ed6833 !important;
}


.accessible #submit_app, .accessible #apply_button {
    background: #e84200 !important;
}
.attach-or-paste .unstyled-button {
    padding: 5px 12px;
    background-color: #e84200;
    border-radius: 4px;
    box-shadow: none;
    color: white;
}
.accessible #submit_app:hover, .accessible #apply_button:hover{
    background: #ed6833 !important;
}

#main_fields div.field label, #custom_fields div.field label, #demographic_questions div.field label, #eeoc_fields div.field label, #security_code_fields div.field label {
    font-size: 16px;
}

.file-types {
    margin-top: -3px;
}
    .postid-2377 h2 {
    margin-bottom: 10px !important;
   
        
}
.elementor-3018 .elementor-element.elementor-element-7d8a30d .elementor-share-btn:hover {
     --e-share-buttons-secondary-color: #ed6833;
}


/* news custom post type grid meta text styles */
.grid-item-date {
    margin: 0 0 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.grid-item-category {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 16px;
}

.grid-item-category-text {
    display: inline-block;
    padding: 8px 16px;
    background: #F5F3F1;
}





@media only screen and (min-width: 1024px) {
    /* Base dropdown container — never stretched or shadowed */
    .e-n-menu-content {
      display: block !important;
      width: auto !important;
      max-width: fit-content !important;
      min-width: max-content !important;
      padding: 20px 30px;
      background: #fff;
      border-radius: 0; /* clean edges */
      box-shadow: none !important; /* absolutely no shadows */
      white-space: normal;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
    }

    /* Inner container controls column layout */
    .e-n-menu-content > .e-con-inner {
      display: flex !important;
      flex-wrap: nowrap !important;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 40px; /* spacing between columns */
    }

    /* Generic menu column styling */
    .e-n-menu-content .e-n-menu-heading {
      display: flex;
      flex-direction: column;
      gap: 10px;
      list-style: none;
      padding: 0;
      margin: 0;
      min-width: 200px; /* each column’s minimum width */
    }

    /* Menu item links */
    .e-n-menu-content .e-n-menu-title-container {
      display: inline-flex;
      align-items: center;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
      transition: color 0.2s ease;
    }

    /* Utility modifiers for number of columns */
    .e-n-menu-content.one-column > .e-con-inner {
      flex-wrap: nowrap;
    }

    .e-n-menu-content.two-columns > .e-con-inner {
      flex-wrap: nowrap;
    }

    .e-n-menu-content.three-columns > .e-con-inner {
      flex-wrap: nowrap;
    }

    /* Optional: ensure columns align neatly on top */
    .e-n-menu-content > .e-con-inner > .elementor-element {
      flex: 1 1 auto;
    }

/* Reset Elementor's auto stretch positioning */
.e-n-menu-wrapper[style*="--stretch-width"] {
  --stretch-width: auto !important;
  --stretch-left: auto !important;
}

/* Make dropdown position relative to its parent menu item */
.e-n-menu-item {
  position: relative !important;
}

/* Align dropdown directly below parent */
.e-n-menu-content {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0.5rem; /* small gap below the parent item */
  z-index: 9999;
}

/* Center-align dropdown if you prefer more balance (optional) */

.e-n-menu-content {
  left: 50% !important;
  transform: translateX(-50%) !important;
}


/* Ensure the dropdown stays above other header elements */
header, .elementor-location-header {
  overflow: visible !important;
}


}





.elementor-widget-n-menu .e-n-menu-content .e-n-menu-title {
    padding: 0;
}

.elementor-widget-n-menu .e-n-menu-title-container.e-link {
    padding: 6px 12px;
    display: block;
    width: 100%;
}

.elementor-widget-n-menu .e-n-menu-title {
    flex-grow: 1;
}

div#e-n-menu-title-1081,
div#e-n-menu-title-1701,
div#e-n-menu-title-1461 {
    flex-direction: column;
    margin-bottom: 20px;
}

/* descriptions */
div#e-n-menu-title-1081:after,
div#e-n-menu-title-1701:after,
div#e-n-menu-title-1461:after {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border: none;
    padding: 0 12px;
    color: #717171;
    content: '';
    max-width: 360px;
    min-height: 54px;
    text-wrap: auto;
}

div#e-n-menu-title-1081:after {
    content: 'Train individuals, teams, and AI models';
}

div#e-n-menu-title-1701:after {
    content: 'Test tools, security tech stacks, and AI agents';
}

div#e-n-menu-title-1461:after {
    content: 'Validate controls, processes, and agentic workflows';
}

.video-list .grid-item .grid-item-excerpt {
    min-height: unset !important;
}

@media only screen and (max-width: 921px) {
    .video-list .grid-item .grid-item-excerpt {
        min-height: unset !important;
    }
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
.elementor-widget-n-menu .e-n-menu-title.e-current, 
.elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: #333F48;
}

.elementor-widget-n-menu .e-n-menu-title.e-current:hover,
.elementor-widget-n-menu .e-n-menu-title.e-current a:hover,
.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .e-n-menu-title-container:hover .e-n-menu-title-text {
    color: #D02431;
}


div#grid-view .grid-item a#myBtn::before,
div#grid-view .grid-item a.watch_video::before {
    content: "";
    background-image: url(https://staging-4d0e-simspacecom.wpcomstaging.com/wp-content/uploads/2024/07/right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 10px;
    top: 12px;
}











.blog-hero__description::after{
    content: unset !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
        margin-bottom: 8px;
        margin-top: 0.5em;
}

.elementor-widget-author-box .elementor-author-box__name{
    color: white; 
}
.type-post #primary{
        margin: 0em 0;
}


#primary {
    margin: 0;
}

.single-post #primary {
    margin-top: 0;
}

.type-post .e-con>.e-con-inner {
    gap: 10px 10px;  } 

.postid-2377 nav.navigation.post-navigation {
    display: none;
}
.postid-2377 a {
    text-decoration: none !important;
}

.postid-2377 h2 {
    margin-top: 20px !important;
    font-size: 28px !important;
    font-weight: 600;
}
.postid-2377 h1 {
    font-size: 45px !important;
    font-weight: 600;
}
.blog-hero__description::after {
    content: "";
    background-image: url("https://staging-4d0e-simspacecom.wpcomstaging.com/wp-content/uploads/2024/06/arrow_curve.svg");
    background-position: center;
    position: absolute;
    width: 50px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -38px;
    bottom: 49%;
}

.post_meta_d .elementor-post-info__item--type-author {
    border-right: 1px solid;
    padding-right: 10px;
       line-height: 20px;
}
.social_share p {
    margin: 0px !important;
}

.sharedaddy.sd-sharing-enabled {
    display: none;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
    display: none;
}

.autur_post_btm .elementor-author-box__avatar img {
    width: 300px;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer_blog_autor .elementor-post-info__item--type-custom {
    border-right: 1px solid;
    padding-right: 10px;
    line-height: 20px;
}

.post_meta_d .elementor-post-info__item--type-author::before {
    content: "";
    background-image: url("https://staging-4d0e-simspacecom.wpcomstaging.com/wp-content/uploads/2024/06/orange_icon-1.png");
    background-position: center;
    width: 28px;
    height: 24px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -24px;
    left: 24px;
}
.post_meta_d .elementor-post-info__item--type-author{position:relative;}

.autur_post_btm 
 .elementor-author-box__avatar {
    position: relative;
}

.autur_post_btm .elementor-author-box__avatar::before {
    content: "";
    background-image: url("https://staging-4d0e-simspacecom.wpcomstaging.com/wp-content/uploads/2024/06/orange_icon-1.png");
    background-position: center;
    width: 28px;
    height: 24px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -40px;
    left: 60px;
}
.post-box-images img{ object-fit: cover; }

.saas-blog-feed-1 h3 {
    min-height: 62px;
    font-size:24px !important;
}
.saas-blog-feed-1 .post-description, .saas-blog-feed-1 p {
    min-height: 120px;
}
.browse_select_option {
    max-width: 499px !important;
    padding: 0px !important;
    border: 1px solid;
    margin:auto !important;
}
/*.saas-blog-feed-1.video .post-description {
    min-height: 90px !important;
}*/

.browse_select_option p {
     margin-bottom: 0px !important;
}
.elementor-widget-image img{
object-position: top;
}


.elementor-author-box__avatar img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%!important;
    object-fit: cover!important;
}
.post-boxes{
    padding-right:0px!important;
    padding-left:0px!important;
}

nav.elementor-pagination {
    margin-top: 35px;
}

nav.elementor-pagination a.page-numbers {
    margin: 0px 3px !important;
}

nav.elementor-pagination a {
    border: 1px solid;
    border-radius: 0px;
    padding: 7px 13px;
}

nav.elementor-pagination span.page-numbers.current {
    border: 1px solid;
    padding: 7px 13px;
    border-radius: 0px;
}










/*authorbox wip*/
.elementor-author-box {
    max-width: 1392px !important;
    margin: auto;
}
.jp-relatedposts {
    max-width: 1392px;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}
.post-navigation{
    max-width: 1392px;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.post-navigation:before,
.jp-relatedposts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #4B616B;
    z-index: -1;
}

.site-main .post-navigation {
    overflow: visible;
}

.single .post-navigation {
    margin: 0;
    padding: 0;
    border-top: none;
}

.single .post-navigation a {
    color: #F5F3F1;
    padding: 2rem 0;
}
.single .post-navigation a:hover {
    color: #fff;
}
.single .hentry {
    margin-bottom: 0;
}

.jp-relatedposts-post {
    background: white;
    padding: 2rem;
}



#jp-relatedposts {
    display: none;
    padding-top: 2rem;
    margin: 0;
    position: relative;
    clear: both;
}
#jp-relatedposts .jp-relatedposts-items {
    clear: both; 
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2rem;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    position: relative;
    float: none; 
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
/* top-left accent triangle */
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 23px;
    background: #E4E1D7;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    pointer-events: none;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0;
    display: block;
    width: 100%;
    float: none;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 2rem;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
#jp-relatedposts h3.jp-relatedposts-headline em::before {
    display: none;
    visibility: hidden;
}
#jp-relatedposts h3.jp-relatedposts-headline em::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    min-width: 100%;
    border-top: 1px solid #a0a0a0;
    margin-bottom: 0;
}

.archive-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.archive-resource-links a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.40);
    color: #333F48;
    text-decoration: none !important;
    padding: 16px 32px;
    border-radius: 0;
    transition: background 0.2s ease;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;   
}

/* Right-facing chevron */
.archive-resource-links a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(77, 105, 120, 0.4);
  border-bottom: 2px solid rgba(77, 105, 120, 0.4);
  transform: rotate(-45deg);
  margin-left: 8px;
}

.archive-resource-links a.-current {
  background: rgba(255, 255, 255, .8);
}

.archive-resource-links a.-current:hover,
.archive-resource-links a:hover {
  background: rgba(255, 255, 255, 1);
}



.grid-item-content {
    background-color: #E5E2DD;
    padding: 30px;
}
.grid-item .grid-item-title {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    line-height: 26px;
}
div#grid-view .grid-item h2 {
    font-size: 24px;
    min-height: auto;
    margin-bottom: 1rem;
}
.webinar-list .grid-item .grid-item-excerpt {
    min-height: unset !important;
}

.grid-container .category-filter {
    width: 100% !important;
}

.grid-container .category-filter select#category {
    width: 175px;
}
/*.video-list .grid-item .grid-item-excerpt {
    min-height: 90px !important;
}*/

@media only screen and (max-width: 1299px){
    .elementor-author-box {
        max-width: 85% !important;
        margin: auto;
    }
} 

@media only screen and (max-width: 1024px){
    .elementor-author-box {
        max-width: 90% !important;
        margin: auto;
    }
    .elementor-post__card {
        width: 95% !important;
        margin: auto;
    }
}


@media only screen and (max-width: 921px){
    .ast-container {
        /*background-color: #0F141D !important;*/
        background-color: #F5F3F1 !important;
    }
    .full-width-border {
        display: none;
    }
    .page-id-3850 {
        background-color: #0F141D;
    }
}

@media (max-width: 921px) {
    .ast-narrow-container .ast-article-post, 
    .ast-narrow-container .ast-article-single, 
    .ast-narrow-container .comments-count-wrapper, 
    .ast-narrow-container .ast-comment-list li.depth-1, 
    .ast-narrow-container .comment-respond, 
    .ast-narrow-container .related-posts-title-wrapper, 
    .ast-narrow-container .related-posts-title-wrapper, 
    .single.ast-narrow-container .about-author-title-wrapper, 
    .ast-narrow-container .ast-related-posts-wrap, 
    .ast-narrow-container .ast-single-related-posts-container {
        /*padding-right: 2.14em;*/
        /*padding-left: 2.14em;*/
        padding-right: 0;
        padding-left: 0;
    }

    .ast-narrow-container .ast-article-post, 
    .ast-narrow-container .ast-article-single, 
    .ast-narrow-container .ast-comment-list li.depth-1, 
    .ast-narrow-container .comment-respond, 
    .ast-narrow-container .ast-related-posts-wrap, 
    .ast-narrow-container .ast-single-related-posts-container {
         /*padding-top: 1.5em; */
         /*padding-bottom: 1.5em; */
         padding-top: 0; 
         padding-bottom: 0; 
    }

    .ast-separate-container.ast-right-sidebar #primary, 
    .ast-separate-container.ast-left-sidebar #primary, 
    .ast-separate-container #primary, 
    .ast-plain-container #primary, 
    .ast-narrow-container #primary {
        /*margin-top: 1.5em;*/
        /*margin-bottom: 1.5em;*/
        margin-top: 0;
        margin-bottom: 0;
    }

    .ast-container, 
    .ast-container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }
}





:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width));
}


/* hero-specific padding adjustment */
/*@media only screen and (min-width: 1392px) {
    .single-post .elementor-element:first-of-type .e-con-inner .elementor-element {
        padding-left: 0;
        padding-right: 0;
    }
}*/

.single-post ul.elementor-post-info {
    border: 1px solid #A6B8B9;
}
.single-post ul.elementor-post-info li {
    padding: 4px 24px;
}
.single-post ul.elementor-post-info li:first-of-type {
    background: #fff;
    border-right: 1px solid #A6B8B9;
}
.single-post ul.elementor-post-info li:first-of-type:before {
    content: 'Blog';
    color: #D02431;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
}

.single-post-drop-cap {
    position: absolute;
    height:120px;
    width: 120px;
    border: 4px solid #D02431;
    top: auto;
    left: 0;
    right: auto;
    bottom: -60px;
}



.elementor-widget-theme-post-featured-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* tan overlay w/ transparency desaturate */
.elementor-widget-theme-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

/* bottom 1/3 overlay */
/*.elementor-widget-theme-post-featured-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  background: rgba(228, 225, 215, 0.65); 
  pointer-events: none;
}*/





.intro-text, 
.intro-text p {
    color: rgba(18, 18, 18, 0.60);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

@media only screen and (min-width: 768px) {
    .intro-text, 
    .intro-text p {
        font-size: 48px;
        line-height: 60px;
    }

    .single-post .intro-text p {
        max-width: 1150px !important;
        text-wrap: balance;
    }

    .single-post .elementor-widget-heading .elementor-heading-title {
        margin-bottom: 10px;
    }

    .single-post h2,
    .single-post h3,
    .single-post h4,
    .single-post h5,
    .single-post h6,
    .single-post p,
    .single-post ul,
    .single-post ol {
        max-width: 1030px;
        text-wrap: balance;
    }


    .single-post .elementor-element:first-of-type .e-con-inner .elementor-element .elementor-widget-heading .elementor-heading-title {
        max-width: 100%;
    }
}


@media only screen and (max-width: 767px){
.autur_post_btm .elementor-author-box__avatar img {
    width: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
    .ast-article-single {
    padding-top: 0px !important;
}
    .saas-blog-feed-1 h3 {
    font-size:24px !important;
}
    .saas-blog-feed-1 h3 {
    min-height: auto;
 }
.saas-blog-feed-1 .post-description {
    min-height: auto;
}
    .saas-blog-feed-1 .post-description, .saas-blog-feed-1 p {
    min-height: auto;
}
    .saas-blog-feed-1.video .post-description {
    min-height: auto !important;
}
    nav.elementor-pagination a.page-numbers {
    line-height: 60px;
}
.elementor-author-box {
    max-width: 100% !important;
        margin: auto;
    }
h2, .entry-content h2 {
    font-size: 26px;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 10px;
    font-size: 18px;
}

.browse_select_option {
    width: 95% !important;
    margin: auto;
}
}


@media only screen and (max-width: 767px) {
    .single-post .elementor-element.e-con { 
        padding: 0 12px; 
    }
    .single-post .elementor-element.e-con .elementor-element.e-con { 
        padding: 0; 
    }
}

@media only screen and (max-width: 575px){
    .elementor-author-box{
        flex-wrap: wrap;
    }
    .autur_post_btm .elementor-author-box__avatar img {
        width: 88% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .blog_feature_imgbox {
        position: relative;
        width: 100% !important;
    }
    .ast-container, .ast-container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }
    .elementor-widget-container{
        font-size: 20px;
        line-height: 1.666666666666667;

    }
    .blog_feature_imgbox .box {
        width: 100% !important;
    }
    .blog_feature_imgbox .blog-hero__description.box {
        border-bottom: 5px solid;
    }
    .elementor-author-box__bio{     font-size: 19px;     line-height: 1.666666666666667;
    }
    .blog_feature_imgbox .box.text_box {
        padding: 20px 0px 20px 0px;
    }
    .blog_feature_imgbox .blog-hero__description.box {
        border-bottom: 5px solid;
        border-right: unset;
    }
    .blog-hero__description::after {
        content: unset;
        right: 0px;
        bottom: -30px;
        left: 50%;
        transform: rotate(90deg);
    }
    .postid-2377 h2 {
        margin-top: 20px !important;
        font-size: 24px !important;
        font-weight: 600;

    }
    .postid-2377 h1 {
        font-size: 32px !important;
        font-weight: 600;
    }
    .blog-hero__description{
        padding: 20px 20px;
    }
    .blog-hero__description-text {
        font-size: 26px;
    }

    /*.ast-article-single {
        padding: 0px 0px auto 0px !important;
    }*/
    /*.single-post .elementor-element.elementor-element-5ebc18d6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        padding: 0px;
    }*/
    .ast-builder-layout-element .ast-site-identity {
        margin-left: 0px;
    }
    .single-post    p {
        font-size: inherit;
    }
    .single-post .elementor-element.e-con { 
        padding: 0 12px; 
    }
    .single-post .elementor-element.e-con .elementor-element.e-con { 
        padding: 0; 
    }
    nav.elementor-pagination {
        margin-top: 20px;
    }
    .video-list .grid-item .grid-item-excerpt {
        min-height: unset !important;
    }
}

.e-con {
    --container-max-width: 1392px;
    --container-default-padding-top: 12px;
    --container-default-padding-right: 12px;
    --container-default-padding-bottom: 12px;
    --container-default-padding-left: 12px;
}

@media (max-width: 1024px) {
    .e-con {
        --container-max-width: 1024px;
        --container-default-padding-top: 0px;
        --container-default-padding-right: 12px;
        --container-default-padding-bottom: 0px;
        --container-default-padding-left: 12px;
    }
}




.site-main .elementor a {
    box-shadow: none;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: #D02431;
    text-decoration-thickness: 8%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}


.ast-footer-copyright p {
    margin-bottom: 0 !important;
}

.site-footer {
    background-color: #F5F3F1;
    background-size: 50%;
}

.footer-widget-area .widget-title {
    font-size: 16px;
    line-height: 1.2;
    color: #131312;
}

.footer-widget-area .menu-item {
    margin-bottom: .5rem;
}

.footer-widget-area .menu-link {
    color: #4B616B;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.footer-widget-area .menu-link:hover {
    color: #d02431;
}

.site-footer .ast-builder-grid-row {
    max-width: 1100px;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, 
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        width: 100%;
    max-width: 1100px;
    min-height: 60px;
    grid-column-gap: 30px;
    margin-left: auto;
    margin-right: auto;
}

/* footer logo */
.site-footer-above-section-1.site-footer-section.site-footer-section-1 {
    position: relative;
}
.site-footer-above-section-1.site-footer-section.site-footer-section-1:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/SimSpace-mark.png);
    height: 115px;
    width: 104px;
    display: block;
    position: absolute;
    top: -18px;
    left: -124px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#ast-mobile-header .content-align-flex-start {
    max-height: 80vh !important;
    overflow: auto;
}

button.ast-menu-toggle {
    box-shadow: none;
}

.ast-hfb-header .site-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 80px;
}

@media (max-width: 1280px){
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
        line-height: 40px;
    }
}

@media (max-width: 1380px) {
    .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
        transform: translateX(120px);
        margin-bottom: 10px;
    }
}

@media (max-width: 921px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row {
        display: grid;
        grid-template-columns: auto auto;
        align-items: self-start;
        grid-column-gap: 20px;
        overflow-wrap: anywhere;
    }

    .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
        margin-bottom: 0;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 544px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }

    .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
        width: 180px;
    }
}

@media only screen and (max-width: 480px){
    nav.elementor-pagination a {
        border: 1px solid;
        padding: 4px 10px;
    }

    nav.elementor-pagination span.page-numbers.current {
        border: 1px solid;
        padding: 4px 10px;
    }
}

@media only screen and (max-width: 320px){
    .elementor-post-info {
        font-size: 17px !important;
    }
}









/* Newsroom grid - stop the outer flex from interfering */
.grid-container { display: block !important; }

/* force a real grid on the news list */
#grid-view.news-list {
  display: grid !important;
  width: 100%;
  gap: 2rem;
}

/* responsive columns: 1 / 2 / 3 */
@media (max-width: 767.98px) {
  #grid-view.news-list { grid-template-columns: 1fr; }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #grid-view.news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  #grid-view.news-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* kill legacy widths and make cards stretch */
#grid-view.news-list .grid-item {
  width: auto !important;       /* overrides the 31% */
  display: flex;
}
#grid-view.news-list .grid-item-content {
  background-color: #E5E2DD;
  padding: 30px;
  flex: 1;                      /* equal-height cards */
  display: flex;
  flex-direction: column;
}

/* separators in the HTML will break rows—hide them here */
#grid-view.news-list .full-width-border {
  display: none !important;
}

#grid-view.news-list .grid-item-content a {
  align-self: flex-start; 
  flex: 0 0 auto; /* don’t let it grow or shrink */
  margin-top: auto; /* push it to the bottom */
}


@media (max-width: 767px) {

.footer-widget-area .menu-item, .footer-widget-area .widget-title {
    text-align: center !important;
}
	
	.footer-badge {max-width:40vw;        margin: 0 auto;
        display: block;}

}