/*
Theme Name: 54Gene
Theme URI: http://www.vividmotion.co
Author: 54Gene
Author URI: http://www.vividmotion.co
Description:  Billo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: 54Gene
*/
/*************************************************************
 Author     : Vivid Motion @ http://vividmotion.co/
 *************************************************************/

.blog-article-content ol, .blog-article-content ul{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.blog-article-content a{
    text-decoration: underline;
    font-weight: bold;
}
.blog-article-content a span{
    font-weight: bold !important;
}
.blog-article-content blockquote{
    border-left: 6px solid #EF5983;
}
.blog-article-content blockquote p{
    margin-left: 10px;
}
.image-inline-grid img{
    height: auto;
}

.news .col-lg-6{
    margin-bottom: 30px;
}
.news{
    margin-top: 60px;
}
.news .in-news .logo-big{
    height: 50px;
    margin-bottom: 20px;
}
.news .in-news{
    border: 1px solid lightgrey;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.news .in-news .logo{
    height: 30px;
    margin-bottom: 20px;
}
.news .in-news .logo img{
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}

.event-img{
    height: 250px;
}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1100px){
.page-drug-discovery .section-grid-item {
    flex: 0 0 50%;
}
.order-xl-last {
    order: 13;
  }
}
.modal{display:none;}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
	border-radius: 10px;
    width: 80%;}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.team-grid-card .caption .link{
    border: none;
    background-color: transparent;
    padding: 0;
}
.team-grid-card .caption{
    color: #1b1d22;
}
.modal .modal-content .caption .name {
    font-family: Neue World,serif;
    font-size: 1.75rem;
    line-height: 1.25;
}
.modal .modal-content .caption .about p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 30px;
}
.modal .modal-content .caption .about p + p {
    margin-top: 1em;
}
.link-arrow:after {
    background-image: url('img/icons/icon-arrow.svg');
}
.screen-reader-response ul{
	display: none;
}
span.wpcf7-list-item-label::after{
	content: '';

    position: absolute;

    left: .375rem;
    top: .375rem;

    width: 1.25rem;
    height: 1.25rem;

    border-radius: 6px;
    background: #1b1d22;

    opacity: 0;
}
.custom-checkbox label:before:checked{
	opacity: 1;
}
.custom-checkbox input:checked + span:after {
    opacity: 1;
  }
span.wpcf7-list-item-label::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    border: 1px solid #1b1d22;
}
 @media only screen and (max-width: 767px) {
	 #desktop { display: none;}
	 .modal-content{
		 width: 92%;
		 padding: 12px;
	 }
    }
 @media only screen and (min-width: 767px) {
	 #desktop { display: block;}
	 #mobile { display: none;}
    }

.team-grid-card .caption .name{
	border: none;
	background-color: transparent;
	text-align: left;
	padding: 0;
}