/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


.simcal-event-title {
    font-size:12px;
    color:black;
}


/*event calendar gallery　*/

.event-calendar-gallery a {
  max-height:200px !important;
}

/*team-grid*/

.team-grid {
  margin:0px auto;
  max-width:1250px;
}

.team-grid h6, .team-grid h3 {
  font-size:0.7em !important;
  margin-top:5px !important;
}


@media screen and (max-width:790px) {
  .team-grid h6, .team-grid h3 {
    font-size: 1em !important;
    text-align:center;
  }

  .team-grid .av-subheading_below {
    font-size:0.7em !important;
    text-align:center !important;
  }


}
/*hero header*/
.hero-header, .hero-header h1 {
  color:white !important;
}

/*transparent background*/

.transparent-bg {
  padding:15px;
  background-color:#272727b0;
  border:1px solid #c72a2a78 !important;;
  border-radius:5px !important;

}

/*logo grid*/
.logo-grid .slide-entry {
  max-width:100px !important;
  max-height:100px !important;
}
  
@media(min-width:918px){
  .logo-grid .slide-entry-wrap {
  padding-left: calc((100% - 800px) / 2);
} 
}

@media(max-width:766px){
  .logo-grid .slide-entry-wrap {
    padding-left: calc((100% - 210px) / 2);
  }
}

/*language switcher*/

#menu-item-15626 ul.sub-menu {
	width:50px !important;
}

