:root{
  --primary-color: #006335;
  --secondary-color: #6d411e;
  --secondary--shade-light: #D4803B;
  --background-color: #E6E6E6;
  --whitetext-color: #FFFFFF;
}
/*Direcory override*/
.sals-lib-title{
		font-size:.9em !important;
}
/*Rockwell Falls Section*/
.rockwellH3{font-size:1em !important;}

lottie-player{
	float:right;
}
/*Directory Override*/
.sals-reps{display:none;}

body{
  font-family: ubuntu, sans-serif;
  font-size:1.6em;

}
h1.entry-title a{
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .7em;
}
h1.entry-title{font-size:3em !important;}
#main{
  background: var(--whitetext-color);
}
/*Header*/
#social_media_images{
  display:flex;
  flex-direction: column;
}
#facebook_image{
  width:10%;
  float:right;
}
#youtube_image{
  width:10%;
  float:right;
}
.sals-logo img{width:100%;}

/*Menu*/
.main-navigation a{
  text-transform: uppercase;
  color: var(--whitetext-color);
  padding: 20px 18px !important;
}
.members-menu ul{
	column-count:2;
}

/*SIDEBAR*/
.sideboxshadow{
  box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .2);
}
.sidebar_textbox{
  border-bottom: 4px solid var(--primary-color);
}

/*Search input */
#q {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(https://salsblog.sals.edu/wp-content/uploads/Search-iconArtboard-1.svg) 4px 50% no-repeat #fff;
  padding: 8px 8px 8px 43px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  outline: 0;
  border: 1px solid #006335;
  width: 68%;
  margin: 0 5px 0 0
}
#search-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-color);
  border: 0;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  outline: 0;
  margin: 1% 0% 0% 0%;
}
.pagination .current{
  color: var(--whitetext-color);
}

/*Body*/
.entry-content{
  font-size: 1.2em;
}

article.post{
  border-bottom: 4px solid var(--secondary-color);
}

/*file block download button*/
.wp-block-file__button{
		background-color: var(--secondary-color);
		padding: .3em .5em;
		color: white !important;
}
.wp-block-file{margin-top:.5em;}

/*Calendar*/
.list-events {
  list-style-type: none !important;
  border: 4px solid black !important;
  border-radius: 10px !important;
  padding: 2% !important;
  background: rgba(0, 99, 53, .58)!important;
  width: 100% !important;
}
.future-events{border:1px solid black !important;}
.upcoming-events .future-event {
  color: white;
  border: 1px solid black;
  margin-bottom: 1em;
  padding: 0.5em;
  background: rgba(0, 99, 53, .6);
}
.upcoming-events .future-event a{
  color: white !important;
}

/*Friends*/
.door-way{
		border:solid;
		padding:0% 1%;
		background: #ffd6af;
}

/*Mobile Menu*/
.shiftnav-depth-0:first-child{
	background:red;
}

/* Mobile devices*/
@media only screen and (max-width: 800px) {
  #social_media_images{
  display:none;
  }
  .hgroup{padding-bottom:0px !important;}
  .widget{padding-bottom: 0px !important;}
  
}