/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


.x-topbar {
  background-color: #182B49;
  height: 64px;
}

.x-topbar .x-topbar-inner .p-info {
  width: 100%;
  background-color: transparent !important;
}

.x-topbar .preheader-logos {
  top: -15px;
  position: relative;
}

@media (max-width: 767px) {
  .x-topbar .preheader-logos {
    top: -27px;
  }
  .x-topbar .preheader-logos-link {
     text-align: center; 
  }
}

.x-topbar .x-topbar-inner .p-info a {
  border-bottom: none;
}

.preheader-sio-link {
  float: left;
}

.preheader-ucsd-link {
  float: right;
  top: 8px !important;
  position: relative !important;
}

/* */

@media (max-width: 767px) {
	.x-topbar{
		background-image: none !important;
	}
}

.x-topbar .x-social-global {
	display: none !important;
}

.x-topbar .p-info {
	border-bottom: none !important;
	margin: 13px 0 !important;
}

.x-topbar .p-info a  {
border-bottom: none !important;
}

.x-navbar {
  background-color: #E1DED8 !important;
}

.x-navbar .x-btn-navbar.collapsed {
	color: #000000 !important;
	}

.x-topbar .p-info {
	font-size: 1rem;
}

.x-colophon {
	border-top: none !important;
	box-shadow: none !important;
}

.x-colophon.bottom {
	background-color: #393E46 !important;
}

.entry-wrap {
	box-shadow: none !important;
}


/* blog posts */

.h-landmark {
  display: none !important;
}
.p-landmark-sub {
  display: none !important;
}

.blog .entry-wrap, .single .entry-wrap {
  background-color: #ffffff !important;
  text-align: left !important;
}

.blog .entry-wrap, .single .entry-wrap {
  max-width: 100% !important;
}

/* publication pages (shortcode output) */

.sio-publications ul {
  list-style: none;
}

.sio-publications li {
  margin-bottom: 1em;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/* cornerstone custom elements */

.sio-researcher-info {
  font-size: 1em;
  color: #ffffff;
  background-color: transparent;
}

.sio-researcher-info .researcher-photo {
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.313em; 
}

.sio-researcher-info > h2 {
  margin-top: 0;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600 !important;
}
