/* Toggle Color Start */
.elementor-toggle-title{
  color: #9ACD32 !important;
}
/* Toggle Color End */

/* Footer Display Pods Start */
#pods_widget_list-2 h2:first-of-type { /* Widget Title Only */
  color: #FC4246;
	font-size:1.2rem !important;
  margin-bottom: -1.6rem;
}
#pods_widget_list-2 p{
	font-size: 1rem !important;
  margin-bottom: -0.2rem !important;
}
#pods_widget_list-2 h3{
	font-size: 0.6rem !important;
  margin-bottom: -0.1rem !important;
}

#pods_widget_list-2 h2{
	font-size: 0.8rem !important;
  border-bottom:1px solid #000;  
}
.search-form .search-submit {
    display: block !important;
}
/* Footer Display Pods End */

/* Hide  Entry Meta posted by Start */
.entry-meta{
	display:none !important;
}
/* Hide  Entry Meta posted by End */

/* Page scientist Pods Change Dispaly Start */
.type-scientist{
	margin-bottom:-1rem !important;
}

.type-location{
	margin-bottom:-1rem !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* .entry-header{
  margin-top: -8rem !important;
} */
/* Page scientist Pods Change Dispaly End */

/* Site description Font size Start */
.site-branding .site-description, .site-branding .site-title {
   font-family: "Roboto", Sans-serif !important;
   font-size: 20px !important;
    margin-top: -1rem !important;
}
/* Site description Font size End */

/* Host Laboratories Page Start */
.limms-align-right{
	text-align: right;
  color: blueviolet;
  display:flex;
}
/* Host Laboratories Page End */

/* Hides the first accordion item opening Start */
.elementor-accordion .elementor-accordion-item:first-child{ 
  display: none; 
} 
/* Hides the first accordion item opening End */

/* Flex for Formers members Page Start */
.flex-container {
  display: flex;
  flex-direction: row;
  background-color: #FC4246;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  padding: 1rem;
}
/* Flex for Formers members Page End */