/*
Theme Name: Long Grove Resource Center
Description: Long Grove Resource Center
Author: 
Author URI: 
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
html {
  scroll-behavior: smooth;
}
.logo{
	  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease!important;
}
.logo:hover{
	opacity: 0.7;
}
.awb-background-mask {
    min-width: 140%!important;
}
.lgr-dashboard h2{
	display: flex;
	justify-content: center;
    align-items: center;
}
.fusion-audio{
background: #e8e8e8;
    padding: 18px 22px;
    border-radius: 8px;
    box-shadow: 0 4px 12px #ffffff2b;
}

.fusion-audio audio{
  width:100%;
  height:52px;
  accent-color:#5ea7ff;
}
.mejs-container
 {
    background: #00594D !important;
}
@media only screen and (min-width: 1025px){
		#pp-background{
		--awb-background-position: 38% center!important;
	}
}
@media only screen and (max-width: 1024px){
	.logo{
		width: 101px;
	}
	.lgr-dashboard-first .fusion-text, .lgr-dashboard .fusion-text{
		font-size: 18px;
		line-height: 24px;
	}
	#pp-background{
		--awb-background-image: none!important;
	}
}
@media only screen and (max-width: 767px){
	.top-header > div{
		display: flex;
    justify-content: center!important;
	}
	.fusion-audio{
    padding: 12px 12px;
   }
	.newst-article-button{
		font-size: 16px!important;
	}
}
@media only screen and (max-width: 560px){
	.lgr-background-pp{
		background-position: 72% center !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.fusion-post-cards .fusion-grid {
    justify-content: center!important;
   }
}