/*
Theme Name:  EOU Intranet
Text Domain: EOU Intranet
Version: 1.0.2
Description:  Simple Wordpress left sidebar theme
Tags:  boostrap 5, responsive, Eastern Oregon University
Author: Jesse Cimon
*/

/*-----------FONTS-----------*/
/*Tungsten Fonts*/
@font-face {
    font-family: "Tungsten";  
    src: url("assets/fonts/Tungsten-Book.woff") format("woff");  
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Tungsten";  
    src: url("assets/fonts/Tungsten-Medium.woff") format("woff");  
    font-weight: bold;
    font-style: normal;
}

/*Gotham Fonts*/
@font-face {
    font-family: "Gotham";  
    src: url("assets/fonts/Gotham-Book.woff") format("woff");  
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";  
    src: url("assets/fonts/Gotham-Bold.woff") format("woff");  
    font-weight: bold;
    font-style: normal;
}

/*-----------GUTENBERG STYLES-----------*/
/*well*/
.well {
	background-color : #ffffff;
	border-radius: 0px !important ;
	-webkit-box-shadow: none;
	box-shadow: none !important ;
  }

/*images*/
img{
	height:auto;
}

/*Styling the 'group' block for the panels template*/
div.wp-block-group {
	width: 100%;
	margin: 20px 0;
}

div.wp-block-group__inner-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1320px;
	width: 100%;
}

.feedzy-rss .rss_item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 1.8%;
    margin-right: 1.8%;
  }

.feedzy-rss .rss_item .rss_image .fetched {
	z-index: 9;
	z-index: 0 !important;
}

