/**
Theme Name: Life Sci Communications Child Theme
Author: Life Sci Communications
Author URI: https://lifescicommunications.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.5
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
*/
/* -- Start SF Items News/Media ETC sections -- */
.lsc-sf-item {
  border-bottom: 2px solid #DADADA;
  padding:30px;
}

/* 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;
}
.lsc-sf-date.lsc-ir-info, .lsc-sf-date.lsc-ir-date{
  color: #002C4B;	
}
.lsc-sf-item:hover a.lsc-sf-link, .lsc-sf-item a.lsc-sf-link:focus{
	text-decoration:underline !important;
	color:#002C4B;
}
/* end make whole area member clickable */
/* -- s&F form styles -- */
form.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

input.sf-input-text, select.sf-input-select {
  min-width: 320px;
  line-height: 1rem;
  padding: 0.75em;
  height: auto;
}

.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: var( --e-global-color-15ac844 );
  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;
  font-weight: 700;
}


/* - search and filter - */
.searchandfilter ul {
  display:flex;
  margin: 0;
  flex-wrap:wrap;	
}
.searchandfilter ul input,
.searchandfilter ul select {
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #002C4B;
  color: #002C4B;
  height:3rem;
}
.searchandfilter select.sf-input-select {
    min-width: 225px;
}
.searchandfilter ul input:focus,
.searchandfilter ul select:focus {
  border: 2px solid var(--ast-global-color-5);
  border-color: var(--ast-global-color-5);
  outline: 2px dotted #000 !important;
  outline-offset: 1px;	
}
.searchandfilter ul li{
  margin-right: 20px;
}
.searchandfilter ul input::placeholder{
  color: var(--ast-global-color-9);
}
@media (max-width:900px){
.searchandfilter select.sf-input-select, .searchandfilter ul input{
  width:100%;
  min-width:300px;
}
}
span[data-search-filter-action="infinite-scroll-end"]{
  margin:1rem 0;
  display:block;
}
/* -- end s&F form 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/lifesci-astra-child-v1-6/img/down-arrow.svg") center center no-repeat;
  background-size: contain;
  color: #002C4B;
  right: 10px;
  /*Adjust for position however you want*/
  top: unset;
  bottom: 22px;
  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 !important;
}

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