  /**
Theme Name: Life Sci Communications Child Theme
Author: Life Sci Communications
Author URI: https://lifescicommunications.com/
Description: LSC Custom Child - No Comments - updated astra breakpoints - CPT for Teams
Version in STYLE.CSS 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: life-sci-communications-child-theme
Template: astra
*/
/* --- GLOBAL  --- */
.no-bot-margin, .no-bot-margin p:last-child {
  margin-bottom: 0 !important;
}

/* overflow control - stops items from going off the side of the screen */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* fix astra menu issue */
.ast-header-break-point #ast-desktop-header {
  display: none;
}

/* disable image from being clickable */
.disable-img {
  pointer-events: none;
}

/* --- END GLOBAL -- */
/* --- hide mobile menu on desktop --- */
/* -- NOTE:: If you change when the mobile menu shows this will need to be changed --*/
@media (min-width: 1025px) {
  body #ast-mobile-popup-wrapper {
    display: none;
    visibility: hidden;
  }
}
/* -- START Team section for SEARCH AND FILTER TEAM SECTION -- */
.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.team-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 480px;
  width: 33.33%;
  cursor: pointer;
  margin-bottom: 4em;
  position: relative;
  padding: 0;
}
.bod-contain .team-member{
   max-width: 480px;	
   width: 33%;
}
.team-member:hover .team-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-member .team-image img{
  border-radius:36px 36px 36px 0;
}
.team-member .team-image {
	max-width:300px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-bottom: 20px;
}

.team-member .team-name a {
  color: #53575A;
  text-decoration: none !important;
  font-size:1.4rem;
  font-weight: 600;
}

.team-member .team-title, .team-member .team-company {
  color: #53575A;
  text-decoration: none !important;
  font-size:1.1rem;
}

@media (max-width: 1024px) {
	  .team-member, .bod-contain .team-member {
		width: 48%;
	  }
	.team-member .team-name a {
		font-size:1.0rem;	
	}
	.team-member .team-title, .team-member .team-company {
		font-size:0.8rem;	
	}
}
@media (max-width: 767px) {
	.team-member {
		margin-bottom: 2em;			
	}
	.bod-contain .team-member {
		margin-bottom: 1em;			
	}
	.team-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.team-member, .bod-contain .team-member {
		width: 98%;
	}
	.team-member .team-image {
		margin-bottom: 10px;		
	}
	.bod-contain .team-member{
	  text-align:center;
	}
}
@media (max-width:767px) and (min-width:697px){
.team-member {
   max-width:350px;
}
}
/* start make whole team member clickable */
/* updated to make clickable area larger than contain so border can be farther from content */
a.member-link:after {
  content: "";
  display: block !important;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: -5px;
  right: 0;
  z-index: 1;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

/* end make whole team member clickable */
/* TEAM member Focus state */
/* added border to focus state - this allows focus to show over dark and light backgrounds if needed */
.team-member a:focus:after {
  outline: 2px dotted #fff;
  border: 2px dotted #000035;
  border-radius: 5px;
  outline-offset: 1px;
}

.team-member a:focus {
  outline: none;
}

/* -- End Team section -- */
/* -- Start SF Items News/Media ETC sections -- */
.search-filter-results .pagination{
	color:#FFF;
	font-size:0.8rem;
	font-weight:800;
	margin-top:1rem;
}
.search-filter-results .pagination .num-posts{
	color:#CEFFFD;
}
.lsc-sf-item {
  background:#0F3841;
  border-radius:36px 36px 36px 0;
  padding:2%;
  margin-bottom: 1em;
}
.lsc-sf-item .lsc-sf-date{
	color:#9DD813;
	font-size:1.0rem;
	font-weight:800;
}
.lsc-sf-item .lsc-sf-title a{
	color:#fff;
	font-size:1.2rem;
	text-decoration:none;
}
.lsc-sf-item .lsc-sf-subtitle{
	color:#CEFFFD;
	font-size:0.8rem;
	text-decoration:none;
}
@media (max-width:767px){
.lsc-sf-title a {
  font-size: 0.9rem;
  line-height:1.3rem;
  display:block;
}
.lsc-sf-item {
    padding: 6%;
}
}
/* start make whole area clickable */
.lsc-sf-item {
  position: relative;
}

a.lsc-sf-link:after {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* end make whole area member clickable */
/* -- s&F form styles -- */
form.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.searchandfilter input.sf-input-text, .searchandfilter select.sf-input-select {
  color: #CEFFFD;
  background-color: #0F3841;
  border-radius: 20px;
  border:none;
  min-width: 280px;
  line-height: 1.2rem;
  height: 56px;
}
input.sf-input-text::placeholder {
    color:#CEFFFD;
}
input.sf-input-text:focus {
  color: #fff;
  background-color: #0F3841;
}
.searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0 1rem 0 0;
}

.searchandfilter label span.screen-reader-text {
  position: relative !important;
  display: block;
  color: #CEFFFD;
  width: auto;
  height: auto;
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  top: unset;
  margin: 0;
  padding: 0 0 0.25em 0.25em;
  font-size: 1em !important;
}

/* -- end s&F form styles -- */
/* -- pagenavi styles --*/
.wp-pagenavi {
  margin-bottom: 1rem;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  margin-right: 1rem;
  border:none;
  padding-left:0;
  font-weight: 800;
}
.wp-pagenavi span.current {
    text-decoration: none !important;
    font-weight: 800;
    border:none;

}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #0F3841;
}
.wp-pagenavi a{
  text-decoration: none !important;
  font-weight: 800;
  border: 1px solid #0F3841;
  background-color:#0F3841;
  border-radius:10px 10px 10px 0;
  padding: 5px 8px;
  margin: 2px;
  color:#9DD813;
}
.wp-pagenavi a:focus{
  outline: 2px dotted #fff;
}
.wp-pagenavi a.nextpostslink{
  border: 1px solid #0F3841;
  background-color:#0F3841;
  color:#9DD813;
}
.wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.last, .wp-pagenavi .current {
  margin: 0 0.5rem;
}
@media (max-width:767px){
form.searchandfilter ul{
   flex-direction: column;
}
.last, .first{
  display:none;
}
}
/* -- END pagenavi styles --*/
/* -- Search and Filter Select Arrow Update -- */
li[data-sf-field-input-type=select] label {
  position: relative;
}

/* To edit the color of the arrow go into the SVG and change the fill */
li[data-sf-field-input-type=select] label:after {
  content: "";
  background: url("/wp-content/themes/lsc-wp-theme/img/down-arrow-solid.svg") center center no-repeat;
  background-size: contain;
  color: #000;
  right: 10px;
  /*Adjust for position however you want*/
  top: unset;
  bottom: 18px;
  margin: auto 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  display: block;
  width: 15px;
  height: 15px;
}

li[data-sf-field-input-type=select] label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* -- END SF Items News/Media ETC sections -- */
/* -- START FOCUS STYLES -- */
/* s&f item focus */
.lsc-sf-item a.lsc-sf-link:focus {
  outline: none;
}

.lsc-sf-item a.lsc-sf-link:focus:after {
  outline: 2px dotted #fff;
  outline-offset: 4px;
  border-radius: 36px 36px 36px 0;
}

/* global focus */
a:focus {
  outline: 2px dotted #0F3841;
  border-radius: 15px;
  outline-offset: 1px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.dark-bg a:focus,.dark-bg span[role="button"]:focus,.dark-bg div[role="button"]:focus, header a:focus, footer a:focus {
  outline: 2px dotted #fff;/*var( --e-global-color-accent )*/
  color:#fff;
  outline-offset: 1px;
}
.dark-bg div[role="button"]:focus{
  outline-offset: 4px;
  border-radius:5px;
}
.swiper-pagination-bullet{
  opacity:1;
}
.elementor-widget-loop-carousel .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--dots-normal-color,#000);
  opacity:0.5
}

a.elementor-icon:focus {
  outline-offset: 10px;
  color:var(--ast-global-color-2);
}

a.custom-logo-link:focus {
  outline-offset: 5px;
}

footer a:focus {
  outline: 2px dotted #fff;
  border-radius: 15px;
  outline-offset: 2px;
}

footer .site-footer-primary-section-1 a:focus {
  outline-offset: 10px;
}

footer .site-footer-primary-section-1 a.ast-builder-social-element:focus {
  border-radius: 0;
  outline-offset: 4px;
}

.team-member a:focus:after {
  outline: 2px dotted #fff;
  border-radius: 5px;
  outline-offset: 2px;
}

.team-member a:focus {
  outline: none;
}

/* -- END FOCUS STYLES -- */
/* TEAM member Focus styles in Team member section above */
.ir-overview-corporate-video {
  margin: 0 auto;
}

.ir-overview-corporate-video iframe {
  max-width: 500px !important;
}