/**
Theme Name: MaScAmp Theme
Description: A Astra child theme for the MaScAmp research group
Author: Marco Gajardo 
Version: 1.0.0
Text Domain: mascamp
Template: astra
*/

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:first-child > .menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,
body.home .main-header-menu > .menu-item:hover,
body.home .main-header-menu > .menu-item:first-child {
    color: #1adfcf;
}

body.home .entry-content .wp-block-uagb-container:first-child .uagb-ifb-title {
    text-wrap: nowrap;
}

.wp-block-uagb-container.uagb-block-0510ccec .uagb-container__shape-bottom svg {
    max-height: 15%;
    width: calc(120% + 1.3px );
}

body.home .participating-institutions-wrapper {
    display: none;
}

body.home .participating-institution {
    padding: 1em;
}

body.home .participating-institution img {
    object-fit: contain !important;
    width: auto !important;
}

body:not(.home) .site-header {
    box-shadow: 0px 7px 12px 0px #999999;
}

/*
footer {
    box-shadow: 0px -7px 12px 0px #DDDDDD;
}
*/

.contact-wrapper {
    gap: 2px;
}

.contact-wrapper:hover svg path {
    fill: #1adfcf;
}

.contact-wrapper:hover a {
    color: #1adfcf !important;
}

.external-link {
    color: var(--wp--preset--color--ast-global-color-0) !important;
} 

.member-container .wp-block-uagb-container > p {
    row-gap: 0;
}

/*
.member-container .wp-block-uagb-container > .wp-block-uagb-team > img {
    margin-top: 0;
}

.member-container .wp-block-uagb-container > .wp-block-uagb-team > .uagb-team__content {
    align-self: flex-start;
}
*/

.member-container .wp-block-uagb-container > p {
    margin: 0 !important;
}

.hide {
    display: none !important;
}

.hero-frontpage .column-left h1 em {
    font-family: Times New Roman, serif;
    font-style: italic; 
}

html {
    scroll-behavior: smooth;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 576px) {
  .site-footer-primary-section-3 section > .wp-block-uagb-container {
    padding: 1rem;
  }
}

@media only screen and (width < 768px) {
  body.home .entry-content > .wp-block-uagb-container:first-child {
    padding-top: 90px;
  }
  body.home .entry-content > .wp-block-uagb-container:first-child .uagb-ifb-title {
    text-wrap: wrap;
  }
  .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
  .contact-wrapper {
    justify-content: center;
  }
  .site-footer-primary-section-3 .uagb-heading-text {
    text-align: center;
  }
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }
}

@media only screen and (width < 992px) {
  footer .site-above-footer-wrap .participating-institutions-logos {
    row-gap: 2.5rem !important;
  }
}
