/*
Theme Name: XOMA
description: >-
   A child theme of Generate Press
Author: Studio 1440
Author URI: http://studio1440.com
Template: generatepress
Version: 1.0.0
*/




/* Typography */

:root{
    --blue: #0f84c2;
    --green: #80c242;
}

h2, h3 {
	/*text-transform: uppercase;*/
	color: #80C242 !important;
	font-weight: 400 !important;
	letter-spacing: -.01em;
	margin-bottom: 30px;
}

#content li {
	margin-bottom: .5rem;
}

p:last-of-type {
	margin-bottom: 0;
}

p:last-of-type + ol {
	margin-top: 1rem;
} 

.elementor-button {
	color: #FFF;
}

.rowheader * {
	color: #666 !important;
}


.darkgray, 
.darkgray p,
.darkgray h2,
.darkgray h3,
.darkgray h4,
.darkgray li {
	color: #666 !important;
}


/* Navigation */

.sticky-enabled .main-navigation.is_stuck {
	background-color: #FFF;
	position: absolute;
}

#site-navigation {
	visibility: visible;
	transition: visibility 0s linear 0s, opacity 300ms;
}


#site-navigation .navigation-branding img {
    height: auto;
}

#site-navigation ul.menu {
	margin-top: 30px;
}

.dropdown-hover .main-navigation ul li:hover>ul {
	transition-delay: unset !important;
}

.home #site-navigation {
	position: absolute;
	width: 100%;
	padding-top: 26px;
}

#sticky-navigation .navigation-branding {
	/*padding-top: 5px;*/
}

#sticky-navigation .main-nav > ul {
	/*margin-top: 5px;*/
}

#sticky-navigation .main-nav ul li > a {
	transition: background-color 280ms ease-out;
}

#sticky-navigation .main-nav ul li a {
	color: #80C242;
	font-size: 15px;
}

#sticky-navigation .main-nav ul li a:hover,
#sticky-navigation .main-nav ul li a:active,
#sticky-navigation .main-nav ul li:hover > a {
	color: #FFF;
}

#sticky-navigation .main-nav ul li ul a {
	color: #FFF;
}

#sticky-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff;
}

.main-navigation ul ul {
    transition: opacity 280ms ease-out;
}


.sub-menu li {
transition: transform 0.3s;
transform: translate(0px, 10px);
}

.main-navigation ul > li:hover .sub-menu li {
transform: translate(0px, 0px);
}

#site-navigation.main-navigation .main-nav ul li a {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#site-navigation.main-navigation .main-nav ul li a:hover {
	background-color: rgba(0,0,0,0);
}

#site-navigation.main-navigation .main-nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #2098D1;*/
    background: rgba(15,132,194,0.92);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#site-navigation.main-navigation .main-nav ul li a:hover:before, 
#site-navigation.main-navigation .main-nav ul li a:focus:before, 
#site-navigation.main-navigation .main-nav ul li a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


#mobile-header {
    /*position: absolute;*/
    position: relative;
    background-color: #FFF;
    border-bottom: 5px solid #eee;
}

#mobile-header.main-navigation .main-nav ul li a {
	color: #80C242;
	/*background-color: rgba(0,0,0,0);*/
	border-top: 2px solid #eee;
}

#mobile-header.main-navigation .main-nav ul li a:hover, 
#mobile-header.main-navigation .main-nav ul li a:hover,
#mobile-header.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #FFF;
	background-color: rgb(15,132,194);
}


.menu-toggle {
    color: #666 !important;
}

button.menu-toggle:hover, 
button.menu-toggle:focus {
    color: #666;
}

.site-logo.mobile-header-logo {
    margin-left: 20px;
}

#site-navigation .navigation-branding img {
	padding: 0 !important;
	height: 70px !important;
}

#mobile-menu .sub-menu li {
	background-color: rgba(255,255,255,.17);
}

#mobile-menu .sub-menu a {
	font-size: 14px;
	color: #FFF !important;
}

#mobile-menu .sub-menu .sub-menu a {
	font-size: 13px;
	padding-left: 40px;
	text-transform: none;
}



/* General reusable styles */

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-divider {
	padding: 10px 0 !important;
}

.elementor-divider span {
	border-width: 3px !important;
	width: 40px !important;
}

.row-bgpicture {
	padding: 40px 0;
	margin: 40px 0;
}

.row-bgpicture h2, .row-bgpicture h3, .row-bgpicture p  {
	color: #FFF !important;
}

.row-bgpicture h3  {
	font-weight: 300 !important;
    letter-spacing: .01em;
}

.elementor-button {
	background-color: #80c242 !important;
	transition: all 0s linear 0s;
	color: #FFF !important;
}

.elementor-button:hover {
	background-color: rgb(15,132,194) !important;
	transition: all 0.3s ease;
}

.elementor-button a span {
	
}

.button-blue .elementor-button {
	background-color: #0f84c2 !important;
    text-align: left;

}

.button-blue .elementor-button:hover {
	background-color: #666 !important;
}


.button-plain .elementor-button {
	background-color: transparent !important;
	color: #80c242 !important;
}

.button-plain .elementor-button:hover {
	color: #666 !important;
}



.mb0,
.mb0 p, 
.mb0 h1, 
.mb0 h2, 
.mb0 h3, 
.mb0 h5 {
	margin-bottom: 0px !important;
} 


/* Page Structure */

.featured-image {
	display: none;
}

.mastheadimage {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
}


@media screen and (min-width: 960px) {

	.mastheadimage {
	    margin-top: -115px;
	    height: 440px;
	}

	.entry-header {
	    padding-top: 80px;
	}

}

.mastheadimage .grid-container {
	display: block;
	width: 100%;
	/*align-self: flex-end;*/
	text-align: left;
	margin: 0;
}

.mastheadimage header {
	margin-left: 0;
}

.single .mastheadimage { /* make a default image for all 'single' posts instead of using the 'featured image' */
	background-image: url(https://xoma.com/wp2019/wp-content/uploads/2017/08/pageheaders_2.jpg) !important;
}

.site-content {
	padding-top: 40px !important;
}

.entry-header {
	padding-bottom: 0px;
    text-align: center !important;
}

.elementor-top-section {
/*	margin-bottom: 60px;*/
}

/*.content-columnrow {
	margin: 30px 0 30px 0;
}*/



/* Home Page */


.home .sitecontent {
	
}

.home header {
	display: none;
} 

#homehero {
	background-attachment: fixed;
	position: relative;
}

#homehero > div {
    height: 80vh;
    min-height: 860px;
}

#homehero .elementor-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#homehero-content {
	padding-top: 20px;
	max-width: 900px;
	margin: 0 auto;
}

#homehero-content * {
	color: #FFF !important;
}

#homehero h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 54px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

#homehero-content p {
	font-weight: 400;
	font-size: 19px;
}

#homehero-content .elementor-button-wrapper {
	margin-top: 60px;
}

.home #content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.home #main {
	margin-top: -35px;
}

#home-threecolumns .elementor-widget-wrap {
	min-height: 360px;
}

#home-threecolumns h2 {
	color: #FFF !important;
	font-size: 35px;
}

#home-threecolumns .elementor-widget-button {
	position: absolute;
	bottom: 0;
	right: 0;
}

#home-threecolumns .elementor-button {
	color: #FFF !important;
}

#home-threecolumns .elementor-widget-button .elementor-button {
	background-color: rgba(0,0,0,0) !important;
}

#home-threecolumns .elementor-widget-button .elementor-button i {
	font-size: 30px;
	line-height: .5;
}

#home-colregister {
	/*font-weight: 600 !important;*/
}

#home-colregister h2 {
	font-weight: 700 !important;
}


.mc4wp-form {
	margin-top: -10px;
	max-width: 450px;
}

.mc4wp-form input[type=email] {
	background-color: #FFF;
    border-color: #C9C9CD;
    color: #EEE;
    border-radius: 6px;
    border-width: 2px;
    font-size: 14px;
    width: 335px;
}





.home #presentation-thumbnail img {
	-webkit-box-shadow: 36px 36px 30px -3px rgba(0,0,0,0.18);
	-moz-box-shadow: 36px 36px 30px -3px rgba(0,0,0,0.18);
	box-shadow: 36px 36px 30px -3px rgba(0,0,0,0.18);
}

.home #presentation-thumbnail a {
	position: relative;
	display: block;
	/*overflow: hidden;*/
}

.home #presentation-thumbnail a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
    height: 100%;
    background-color: rgba(15,132,194,.9);
    opacity: 0;
    transition: all 0.35s ease;
    /*z-index: 500;*/
} 

.home #presentation-thumbnail a:before {
	content: "DOWNLOAD PDF";
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(0,0,0,.2);
	letter-spacing: .05em;
    position: absolute;
	top: calc(50% - 22px); 
	left: calc(50% - 95px); 
	color: #ffffff;
    z-index: 600;
    opacity: 0;
    transition: all 0.35s ease;
} 

.home #presentation-thumbnail a:hover::after,
.home #presentation-thumbnail a:hover::before  { 
	opacity: 1; 
}

.home #button-presentationdownload {
	padding: 25px 0;
}


.releaselist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 50px; /* spacing between items */
}

.releaselist ul li {
  flex: 1 1 30%; /* grow/shrink, target ~30% width */
  min-width: 250px; /* prevent items from getting too narrow */
}

.releaselist a {
	transition: all .3s ease-in-out;
	position: relative;
	font-size: 18px;
	color: #666 !important;
	margin-bottom: -5px;
}

	.releaselist a:hover {
		color: #80c242 !important;
	}

	.releaselist a:before {
	    content: "";
	    position: absolute;
	    bottom: -19px;
	    right: 0px;
	    height: 4px;
	    width: 0px;
	    background-color: #80c242;
	    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	}

	.releaselist a:hover:before {
		left: 0;
	    right: auto;
	    width: 100%;
	}

.releaselist .feed-date {
	font-size: 13px !important;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}



.home #home-newsrow {
	margin-bottom: 0 !important;
}

.home #home-newsrow .elementor-column-wrap {
	/*padding: 20px;*/
}

.home #home-newsrow h2 {
	font-weight: 700 !important;
}

.home #home-newsrow #shortcode ul {
	margin-left: 0
}

.home #home-newsrow #shortcode li {
	display: block;
	/*float: left;*/
	padding-top: 35px;
    /*margin-right: 80px;*/
    /*width: 28%;*/
    position: relative;
    margin-top: 20px;
}

.home #home-newsrow #shortcode li:last-child {
	margin-right: 0;
}

.home #home-newsrow #shortcode li a, 
.home #home-newsrow #shortcode li a:visited {
	color: #666 !important;
}

.home #home-newsrow #shortcode li a:hover {
	color: #80c242 !important;
}

.home #home-newsrow #shortcode li .wprss-feed-meta {
	position: absolute;
	top: 0;
	font-weight: 600;
	font-size: 14px;
}



@media screen and (min-width: 960px) {

/*	.home #home-newsrow li,
	.page_news #newspage-releasesrow li {
	    display: block;
	    float: left;
	    margin-right: 5%;
	    width: 30%;
	    position: relative;
	    margin-top: 0;
	} */

	#homehero h1 {
		font-size: 104px;
	}
}



/* Royalty Portfolio Page */


/* 
Generic Styling, for Desktops/Laptops 
*/


.tabletitle {
	margin-left: 8px;
	padding-top: 60px;
}

.portfoliotable { 
width: 100%; 
border-collapse: collapse; 
border-width: 0px !important;
margin-left: 10px;
/*margin-bottom: 50px !important;*/
/*margin-top: 60px;*/
}
/* Zebra striping */
/*.portfoliotable tr:nth-of-type(odd) { 
background: #eee; 
}*/

.portfoliotable td, .portfoliotable th { 
padding: 11px 0; 
border-bottom: 2px solid #eee;
border-width: 0 0 2px 0 !important; 
text-align: left; 
font-size: 17px;
letter-spacing: -.02em;
line-height: 1.2;
font-family: 'Roboto Condensed', sans-serif;
}

.portfoliotable th { 
/*background: #333; 
color: white; */
font-size: 15px;
font-weight: bold;
border-bottom: 6px solid #eee !important; 
text-transform: uppercase;
}


.portfoliotable .td_1,
.portfoliotable .td_2,
.portfoliotable .td_3 {
	padding-right: 20px !important;
	width: 205px;
}

.portfoliotable .td_4 {
	padding-right: 40px !important;
	width: 186px;
}

.portfoliotable .td_5,
.portfoliotable .td_6 {
	padding-right: 5px;
}


.portfoliotable .td_button a {
	display: inline-block;
	padding: 8px 14px 7px 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	opacity: 1;
	transition: opacity .3s;
}

.portfoliotable #td_clinicaltrials a {
	background-color: #80C242;
}

.portfoliotable #td_news a {
	background-color: #0F84C2;
}

.portfoliotable #td_posters a {
	background-color: #666;
}

.portfoliotable #td_posters a.b-website {
	background-color: #990066;
}

.portfoliotable .td_button a:hover {
	opacity: .65;
}



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.portfoliotable table, 
.portfoliotable thead, 
.portfoliotable tbody, 
.portfoliotable th, 
.portfoliotable td, 
.portfoliotable tr { 
  display: block; 
}

.portfoliotable {
	margin-left: 0;
}

.portfoliotable .td_button a {
	text-align: left;
	white-space: normal;
	width: 70%;
}

.portfoliotable .td_1,
.portfoliotable .td_2,
.portfoliotable .td_3,
.portfoliotable .td_4 {
	width: unset;
}

/* Hide table headers (but not display: none;, for accessibility) */
.portfoliotable thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.portfoliotable tr { border: 4px solid #eee; }

.portfoliotable td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  padding-left: 45%; 
}

.portfoliotable td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 10px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  font-weight: 700;
}

.portfoliotable td:empty {
	display: none;
}

/*
Label the data
*/
.portfoliotable td:nth-of-type(1):before { content: "Partner"; }
.portfoliotable td:nth-of-type(2):before { content: "Asset Name"; }
.portfoliotable td:nth-of-type(3):before { content: "Target"; }
.portfoliotable td:nth-of-type(4):before { content: "Royalty Rate"; }


}





/* Opportunities page */


.page_opportunities .button-blue .elementor-button {
	width: 100%;
}






/* "Single" Royalty Portfolio page(s)  */

.single-royalty_portfolio .mastheadimage {
	height: 300px;
	background-color: #0F84C2;
}

.single-royalty_portfolio .mastheadimage h1 {
	font-size: 55px;
}

.single-royalty_portfolio .entry-header {
	padding-bottom: 0 !important;
}

.single-royalty_portfolio #page {
	padding-top: 40px;
	padding-bottom: 90px;
}

.single-royalty_portfolio .trialslist {
	list-style-type: none;
	margin: 10px 0 0 0;
	/*font-size: 15px;*/
}

.single-royalty_portfolio .trialslist li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	color: #666;
	line-height: 1.5;
}

.single-royalty_portfolio .trialslist li a {
	/*display: inline-block;*/
	/*line-height: 1.3;*/
	/*margin-bottom: 10px;*/
	/*font-size: 17px;*/
}

.single-royalty_portfolio .grid-75 { /* override the narrow width of a single page */
	width: 95%;
}





/* Assets for license pages */

.page_assets-available-for-license .entry-content section:first-of-type {
	margin-bottom: 10px;
}

.page_assets-available-for-license .elementor-flip-box {
    height: 220px;
}

.page_assets-available-for-license .elementor-flip-box:hover {
    cursor: pointer;
}

.page_assets-available-for-license .elementor-flip-box__layer.elementor-flip-box__front {
    padding-top: 30px !important;
}

.page_assets-available-for-license .elementor-flip-box__layer__title {
	line-height: 1.2;
}

.page_assets-available-for-license .elementor-flip-box__layer__overlay {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.page_assets-available-for-license .elementor-flip-box__layer {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page_assets-available-for-license .row-asseticons {

}



.parent_assets-available-for-license .elementor-col-33 {
	/*border-left: 3px solid #eee;*/
}



#asset-rightmenu {
	border-left: 3px solid #eee;
}

#asset-rightmenu .parent-li {
	text-transform: uppercase;
	position: relative;
	/*margin-bottom: 30px;*/
	font-weight: 800;
}

#asset-rightmenu li a {
	transition: transform 0.3s;
}

#asset-rightmenu li a:hover  {
	font-weight: 800;
	transform: translate(5px);
}

#asset-rightmenu .current_page_item a {
	font-weight: 800;
}



/* make a little rectangle below the header - looks elegant:; */
/*.elementor-nav-menu .parent-li:before { 
	position: absolute;
    content: "";
    height: 3px;
    background: #666;
    width: 70px;
    bottom: -3px;
    left: 20px;
}*/







/* News pages */


.page_news .site-content {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.page_news .uael-post__bg-wrap {
	/*border: 1px solid #eee;*/
}

.page_news .uael-post__bg-wrap:hover {
	background-color: #fff !important;
	/*border: 1px solid #eee;*/
	-webkit-box-shadow: 6px 6px 31px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 6px 6px 31px 0px rgba(0,0,0,0.06);
    box-shadow: 6px 6px 31px 0px rgba(0,0,0,0.06);
}

.page_news .uael-post__bg-wrap:hover .uael-post__thumbnail {
	opacity: .8;
}

.page_news .uael-post__footer {
	display: none;
}


.page_news .uael-post__thumbnail {
    max-height: 150px;
    /*display: none;*/
}

.page_news .uael-post-wrapper-featured .uael-post__thumbnail {
    max-height: 250px;
    /*display: none;*/
}

/*.page_news .uael-post-wrapper-featured {
	position: relative;
}

.page_news .uael-post-wrapper-featured .uael-post__inner-wrap {
	height: 100%;
}

.page_news .uael-post-wrapper-featured .uael-post__thumbnail {
    height: 100%;
    max-height: 100%;
    display: block;
}

.page_news .uael-post-wrapper-featured .uael-post__thumbnail img {
    height: 100%;
    max-height: 100%;
    display: block;
}

.page_news .uael-post-wrapper-featured .uael-post__thumbnail a {
    height: 100%;
    display: block;
}

.page_news .uael-post-wrapper-featured .uael-post__content-wrap {
    position: absolute;
    top: 0px;
}

.page_news .uael-post-wrapper-featured .uael-post__content-wrap * {
    color: #FFF !important;
}*/



.releaselist-full span.feed-date {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}



.page_news #newspage-releasesrow {
	margin-bottom: 0;
}

.page_news #newspage-releasesrow .elementor-column-wrap {
	padding: 20px;
}

.page_news #newspage-releasesrow h2 {
	/*font-weight: 700 !important;*/
}

.page_news #newspage-releasesrow ul {
	margin-left: 0
}

.page_news #newspage-releasesrow li {
	display: block;
	/*float: left;*/
	/*padding-top: 35px;*/
    /*margin-right: 80px;*/
    /*width: 28%;*/
    margin-top: 25px;
    position: relative;
}

.page_news #newspage-releasesrow li:last-child {
	margin-right: 0;

}

.page_news #newspage-releasesrow a {
	line-height: 1.2;
}

.page_news #newspage-releasesrow a:hover {
	color: #666;
}






.page_press-releases .entry-content ul {
	margin-left: 0;
	padding-left: 0;
}

.page_press-releases .entry-content li {
	display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.page_press-releases .entry-content li a:hover {
	color: #666 !important;
}

.page_press-releases .entry-content li .wprss-feed-meta {
	position: absolute;
	top: 0;
	font-weight: 600;
	font-size: 14px;
	color: #999;
}





/* Legal pages for acquired companies  */



/* Basic table setup */
.table-mosaic table {
    width: 100%;
    border-collapse: collapse; /* Removes space between cell borders */
}

.table-mosaic th {
	background-color: #fff !important;
}

/* Add padding to all cells for better spacing */
.table-mosaic th,
.table-mosaic td {
    padding: 18px 26px !important;
    text-align: left;
}

/* Apply a simple border only between the rows (tr) */
.table-mosaic tbody tr {
    border-bottom: 1px solid #e2e8f0; /* Light grey bottom border for each row */
}

/* Remove the border from the very last row to avoid a double border */
.table-mosaic tbody tr:last-child {
    border-bottom: none;
}

/* 1. First column (date) no-wrap feature */
.table-mosaic td:first-child {
    white-space: nowrap;
    color: #4a5568; /* A slightly muted text color for the date */
}

/* Make the hyperlink a positioning context for the icon */
.table-mosaic a {
    position: relative;
    padding-left: 40px; /* Space for the icon + a small gap */
    display: inline-block; /* Ensures padding is respected and wrapping behaves */
    transition: color .2s ease-in-out;
}

.table-mosaic a:hover {
	color: var(--blue);
} 

/* 2. Add a PDF icon before each hyperlink in the table */
.table-mosaic a::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free"; /* Use Font Awesome */
    font-weight: 900; /* Required for solid icons in Font Awesome 5+ */
    font-size: 30px;
    content: "\f1c1";  /* Font Awesome's unicode for the file-pdf icon */
    color: var(--green); /* color for the PDF icon */
    opacity: .5;

    /* Positioning to float left like a bullet */
    position: absolute;
    left: 0;
    top: -10px; /* Small adjustment for vertical alignment */
}






/* Footer */

footer {
	display: none;
}


.site-footer p,
.site-footer li,
.site-footer a {
    font-size: 14px;
}

.site-footer .footer-widgets-container .inner-padding {
    
}

.site-footer .widget ul li {
    float: left;
    margin-right: 15px;
}

.site-footer .widget ul li a {
    text-decoration: underline;
}

.site-footer .footer-widget-1 aside {
	float: left;
	margin-top: 10px;
}

.site-footer .footer-widget-1 aside#text-7 { /* disclaimer paragraph */
	font-size: 13px;
	line-height: 1.3;
}

.site-footer #nav_menu-3 {
	margin-bottom: 0 !important;
}



.site-footer .footer-widget-2 span {
	font-size: 22px;
	font-weight: 700;
	margin-right: 10px;
}

.site-footer .icon-twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/wp2019/wp-content/uploads/2019/07/icon-twitter.png) no-repeat;
}

.site-footer .icon-linkedin {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/wp2019/wp-content/uploads/2019/07/icon-linkedin.png) no-repeat;
}







@media screen and (min-width: 1280px) {

	.page-template-xoma-fullwidth .site-footer {
		margin-top: 90px;
	}

	.site-footer .footer-widgets-container .inside-footer-widgets {
	    margin-left: 0px;
	}

	.site-footer .footer-widget-2 ul {
		float: right;
	}

	.parent_assets-available-for-license .entry-content .elementor-column:first-of-type {
		padding-right: 50px;
	}

	#home-presentationrow {
		margin-bottom: 110px;
	}

	.home-col-presentation {
		padding-left: 90px;
	}

	.home #presentation-date, .home #button-presentationdownload {
		margin-left: 160px;
		color: #FFF;
	}

	#homehero-content {
		padding-top: 100px;
	}

}




@media screen and (max-width: 768px) {


	.page_opportunities .elementor-button-icon {
		display: none;
		
	}


}