/*
Theme Name:		BioCrossroads
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	biocrossroads
*/

/* IMPORTS */
@import url(assets/css/reset.css);



/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */
body {
	font-size:14px;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}
html {
    font-size: 16px;
}
/*
html #wpadminbar {
	bottom: 0 !important;
	top: auto !important;
}
html {
	margin-top: 0 !important;
	margin-bottom: 32px !important;
}
*/
/* TYPOGRAPHY */

/* Headings */

.jet-listing-dynamic-terms__link,
.jet-listing-dynamic-terms,
.eyebrow h2,
.eyebrow h4,
.eyebrow h6 {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: .3em !important;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
	margin-bottom: .5em;
	margin-top: 1em;
}


/* Text elements */

.elementor-kit-8 p:last-child {
	margin-bottom: 0 !important;
}

p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.blur {
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

.header {
    padding: .5rem .5rem .5rem 2.75rem !important;
}



/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */
.main-nav nav {
    background-color: #F9F9F9B3;
    border-radius: 2.5rem;
}
.main-nav li.menu-item a {
	padding: 1rem .75rem !important;
	border-radius: 2.5rem;
    background-color: rgba(255,255,255,0);
}
.main-nav li.menu-item a:hover {
    background-color: rgba(229,237,255,1);
}
.main-nav li.menu-item ul.sub-menu {
	background-color: rgb(0, 61, 204);
	padding: .5rem;
	min-width: 320px !important;
	border-radius: 2.5rem;
    top: 120% !important;
}
.main-nav li.menu-item ul.sub-menu a {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	border-radius: 9999px;
	color: #FFF;
	font-size: 16px !important;
    font-weight: 400 !important;
}
.main-nav li.menu-item ul.sub-menu a:hover {
	background-color: rgb(51, 112, 255);
}

/* MAIN NAVIGATION */

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/* EVENTS */
figure {
    text-align: center;
}
/* Past events grid */
#past-events h2 {
    color: rgb(0 61 204) !important;
}
#past-events .jet-listing-dynamic-terms__link {
    color: rgb(158 47 110) !important;
}


/* Related reports grid */
.related-reports h2 {
    color: rgb(255,255,255) !important;
}
.related-reports .jet-listing-dynamic-terms__link {
    color: rgb(232 176 208) !important;
}



/* BLOG */
.jet-engine-listing-overlay-wrap .card {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 12px 44px rgba(0,0,0,0);
	        box-shadow: 0 12px 44px rgba(0,0,0,0);
}
.jet-engine-listing-overlay-wrap:hover .card {
    background-color:  rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 12px 44px rgba(0,0,0,.05);
	        box-shadow: 0 12px 44px rgba(0,0,0,.05);
}
.jet-filters-pagination__dots,
.jet-filters-pagination__link {
	width: 48px;
	height: 48px;
	text-align: center;
}


/* FAQ */
.faq summary {
	justify-content: space-between !important;
}
.faq details {
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
	background-color: rgba(229, 237, 255, 0) !important;
	border-radius: 2.5rem;
}
.faq details[open=""] {
	background-color: rgba(229, 237, 255, 1) !important;
}
.faq details[open=""] {
}



/* CTA */
.cta .elementor-cta, .cta .elementor-cta__content {
	height: 100%;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	align-items: flex-start;
}
.cta .elementor-cta__button-wrapper {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.cta .elementor-content-item.elementor-cta__image {
    height: 186px;
}
.cta .elementor-cta__image img {
	object-fit: contain;
	display: block;
	height: 100%;
}

/* POST CONTENT */
.container.event .content-wrapper > .elementor-widget-container > .elementor > .elementor-element:first-child,
.single-events .rich-text,
.single-post .rich-text .elementor-widget-container {
    max-width: 960px !important;
    margin: auto !important;
}


/* TEAM */
.jet-popup__container-inner {
	max-height: 780px;
}
.jet-popup__container-content {
	max-height: 600px;
	overflow: scroll;
}
.jet-listing-dynamic-field__inline-wrap {
	display: block !important;
}
.social {
	border: solid 2px var( --e-global-color-secondary );
	border-radius: 100%;
	height: 30px;
	width: 30px;
	margin-top: 6px;
	text-align: center;
	display: block !important;
	line-height: 25px;
	color: var( --e-global-color-secondary );
}







/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}






/* SOCIAL ICONS */

/* BUTTONS */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */

/* Newsletter */
#form .nf-field-description,
#form .nf-field-description p,
#form .listcheckbox-container .nf-label-span,
#form .small-text p {
	font-size: 14px;
	color: #374151;
	opacity: 0.6;
}
#form label,
#form nf-label-span,
#form .listcheckbox-container .nf-label-span,
.newsletter .label-above .nf-field-label {
	margin-bottom: 4px;
}
#form label,
#form .nf-label-span,
.newsletter label {
    font-size: 16px;
    font-weight: 400 !important;
	font-family: sofia-pro,sans-serif;
}
#form .repeater-container legend,
#form .nf-form-fields-required {
	display: none;
}
#form input,
#form select,
#form textarea,
.newsletter input {
	width: 100%;
	border-radius: 1.5rem;
	background-color: rgb(255 255 255);
	border-width: 1px;
	border-color: rgb(92 107 112);
	padding: .75rem 1rem !important;
	font-family: "sofia-pro", Sans-serif;
    font-size: 14px;
    opacity: .7;
}
#form input[type="submit"], .newsletter input[type="submit"],
.newsletter button {
	background-color: var( --e-global-color-secondary );
	font-family: "sofia-pro", Sans-serif !;
	font-size: 18px;
	font-weight: 800;
	fill: var( --e-global-color-0f80958 );
	color: var( --e-global-color-0f80958 );
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --e-global-color-secondary );
	border-radius: 35px 35px 35px 35px;
	padding: .75em 1.5rem 1rem 1.5rem !important;
	width: auto !important;
	opacity: 1;
}
.newsletter button {
    padding:  1.25em 1.5rem 1rem 1.5rem !important;
}
#form input[type="submit"]:hover, #form input[type="submit"]:focus,
.newsletter input[type="submit"]:hover, .newsletter input[type="submit"]:focus
.newsletter button:hover {
	background-color: var( --e-global-color-primary );
	color: var( --e-global-color-0f80958 );
	border-color: var( --e-global-color-primary );
}
#form .nf-add-fieldset {
	border: none;
	padding: .75rem 1.25rem;
}


/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1280px) {
    .mobile-menu nav.elementor-nav-menu__container {
        margin: 1.25rem 1em 1em 1em !important;
        width: calc(100vw - 4em) !important;
        border-radius: 2.5rem !important;
        padding: 2.75rem .5rem 1.5rem .5rem !important;
    }    
    .mobile-menu .sub-menu li a {
        margin: 0 !important;
        background-color: rgb(51 112 255) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        border: none !important;
    }
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
        background-color: var( --e-global-color-secondary ) !important;
        color: #fff;
    }
}
@media all and (max-width: 1024px) {
    h1 {
        font-size: 36px !important;
        line-height: 43px !important;
    }
    h2 {
        font-size: 36px;
        line-height: 43px;
    }
}
@media all and (max-width: 767px) {
    .header {
        padding: .5rem !important;
    }
    .mobile-menu nav.elementor-nav-menu__container {
        width: calc(100vw - 1em) !important;
        padding: 1.5rem .5rem !important;
    }    
    .beauty-image {
        position: relative;
        max-height: 600px;
    }
    .intro.report {
        min-height: auto !important;
    }
    .beauty-wrapper.report {
        position: relative;
    }
    .beauty-wrapper.report img {
        height: auto !important;
    }    
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}