/**
Theme Name: Astra Child - Fuze
Author: DEVCOM - CBC
Author URI: https://www.cbc.devcom.army.mil
Description: Astra child theme set for Fuze
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-fuze
Template: astra
*/


html {
	scroll-behavior: smooth;
}
/*
.success-featured-image{
	width: 50%;
 	padding-left: 30px !important;
	padding-bottom: 30px !important;
}

.success-featured-image img{
	border-radius: 5px;
}

.success-featured-image {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.success-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}
*/

.taxonomy-badge {
	display: inline-block;
	border: 1px solid #66530C;
	border-radius: 30px;
	padding: 4px 12px;
	margin: 4px 6px 4px 0;
}

/* Hide default title and featured image on single Event, Success, Headlines, and News posts when using Site Builder */
.single-event #content.site-content,
.single-headline #content.site-content,
.single-success #content.site-content,
.single-news #content.site-content {
	display: none;
}


 
/* Move cover block up behind the semi-transparent menu bar on all pages
body.home .wp-block-cover.eplus-wrapper,
body:not(.home):not(.single-success-story) .wp-block-cover.eplus-wrapper,
div[class^="astra-advanced-hook-"] > .wp-block-cover {
  margin-top: -90px !important;
  position: relative;
  z-index: 1;
}
 */

/* Make the header bar look like it's floating */
#ast-desktop-header {
  margin: 15px 15px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: inherit;
}
.ast-primary-header-bar {
  border-radius: 8px;
  border: 1px solid #303030;
}

.wp-block-uagb-container a.event-button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1em 1.5em;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  box-sizing: border-box;
}

/* Hides external link icon on grids */
.wpgb-card-wrapper i.wpel-icon {
    display: none !important;
}