/*

Theme Name: X &ndash; 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.1.7
Template: x
*/


.wrapper-light-bg {
	margin: 4em 0;
	padding: 1em 0 3em 0;
	background-color: #dedede;
}

.x-navbar-wrap {
	background-color: #041e41;
}

#post-3640 #x-content-band-3 {
	padding: 0;
}

#post-3640 h1 {
	margin-top: 0;
}

@media only screen and  (max-width: 768px) {
	#post-3640 #x-content-band-1 {
		padding: 90px 10px 0 10px !important;
	}
	
	#post-3640 h1 {
		font-size: 2.2em !important;
	}
}

.content-box-blue-bg {
	background-color: #dee3e9;
	padding: 1.5em;
}

.content-box-yellow-bg {
	background-color: #eae8de;
	padding: 1.5em;
}

.text-size-md, .text-size-md p {
	font-size: 1.1em;
}

.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

form {
	margin: 0 0 1.313em;
	padding: 100px;
}


/* ! People Events */
div.userlist .vcard {
	width: 215px;
	padding: 0;
}

tbody .vcard.even, .tbody .vcard.even .td {
	background-color: transparent;
}

.vcard {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 280px;
	margin: 1rem 2rem;
	text-align: center;
}

.userphoto_image_file, .display_name, .ucb_role {
	flex: 1 0 100%;
}

.userphoto_image_file {
	height: 150px;
	margin-bottom: 1.6rem;
	background: url('/wp-content/uploads/2017/03/user-spacer-photo.gif') center no-repeat;
}

.userphoto_image_file a {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.userphoto_image_file img {
	min-height: 150px;
}

span.display_name {
	font-weight: 300;
	font-size: 1.6rem;
}

.user_email, .publications {
	flex: 1 0 auto;
}

.user_email a, .publications a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	background: #000;
	border-radius: 50%;
	font-size: 2.25rem;
}

.archive.author .publications a {
	margin: 0;
	text-align: center;
}

.ucb_role {
	text-transform: capitalize;
}


/* ! WordPress */
.p-meta>span:nth-child(2n)::after {
	content: none;
}

/* ! Animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}


/* ! Virtual Events */
.evt-live-feed-hdr {
	background-color: #121d31;
	padding: .5em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 3em;
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
}

.virtual-event p {
	font-size: 1.2em;
}

.virtual-event h1, .virtual-event h2, .virtual-event h3, .virtual-event h4, .virtual-event h5, .virtual-event h6 {
	text-transform: initial;
	color: #333;
	margin-top: .2em;
	margin-bottom: .2em;
}

.virtual-event h2 {
	font-weight: 600;
	font-size: 2em;
}

.session-headshot {
	background-image: url('img/headshot-thumb-default2.jpg');
	background-size: cover;
}

.session-info {
	padding: 2rem;
	font-family: "Maven Pro", sans-serif;
	background-color: #fff;
}

.session-info h4 {
	font-family: "Maven Pro", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.session-info p {
	font-family: "Maven Pro", sans-serif;
	font-size: 1.2em;
}

.day-nav {
	padding-top: 2em;
}

.day-nav-btn h3 {
	font-family: "Maven Pro", sans-serif;
	color: #fff;
	font-size: 4em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0em;
	text-transform: uppercase;
}

.day-nav-btn h4 {
	font-family: "Maven Pro", sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: .25em;
}

.day-nav-btn.active {
	background-color: #fff;
	padding: 1em;
}

.day-nav .nav-link.active h3, .day-nav .nav-link.active h4 {
	color: #0069d9;
}

.virtual-event .card-img-top {
	background-image: url('img/headshot-thumb-default2.jpg');
	background-size: cover;
	height: 240px;
}

.virtual-event .card-hdr {
	background-color: #121d31;
	padding: 1em;
	margin: -1.25rem;
	line-height: 1.2em;
	color:  #fff;
	text-transform: initial;
	font-size: 1.4em;
	min-height: 100px;
}

.virtual-event .card-title {
	margin-top: 1.5em;
	font-size: 1.2em;
}

.virtual-event .card-text {
	margin-top: 1em;
	margin-bottom: 2em;
}

.virtual-event .card-body {
	min-height: 250px;
	position: relative;
}
 
.virtual-event .card {
	margin-top: 2em;
}

.virtual-event .card-cta {
	position: absolute;
	bottom: 12px;
}

.virtual-event .card-poster .card-img-top {
	background: url('https://rise.cs.berkeley.edu/wp-content/uploads/2020/05/poster-session-icon.png') center center no-repeat;
	background-color: #1c2e6c;
	background-size: auto;
	height: 110px;
}

ul.virtual-event-nav {
	list-style-type: none;
	height: 60px;
	margin-bottom: 0;
	border: solid 1px green;
}
 
ul.virtual-event-nav li  {
	float: left;	
	padding: .7em 4em;
	border: solid 1px red;
}

ul.virtual-event-nav li a  {
	color: #fff;
	font-size: 21px;
}

.navbar-virtual-event {
	background-color: #041e41;
	padding: .5em;
}

.navbar-virtual-event .nav-item {
	padding: .5em 4em;
	border: solid 1px #3d54a1;
	margin-left: .5em;
}

.navbar-virtual-event .navbar-nav .nav-link {
	font-size: 21px;
	color: #fff;
}

.btn-virtual {
	padding: .7em 3.5em;
	border: solid 1px #3d54a1;
	background-color: #041e41;
	margin-left: .5em;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

/* Added for theme compatibility (2020-07-29) */
a {
	color: #3c83c5;
}

.x-child-header {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: 50% 8px;
  background-attachment: fixed;
  background-size: cover;
}

.x-child-header .wpb_content_element, .x-child-container .wpb_content_element {
  margin-bottom: 0;
}

.x-child-header.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.x-child-container.vc_row {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.x-child-container + .x-child-container {
  padding-top: 0;
}

.x-child-container.first-child {
  padding-top: 60px;
}

.x-child-container.last-child {
  padding-bottom: 90px;
}

.x-child-container .vc_column-inner,
.x-child-container.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.x-child-container.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding: 0;
}

.x-child-heading .vc_column-inner {
  padding-top: 35px !important;
}

@media (min-width: 768px) {
	.vc_col-sm-8 {
    padding-right: 35px;
	}
}

.x-child-container .wpb_text_column p:last-child {
  margin-bottom: 1.313em;
}

.x-child-heading h2 {
  margin-top: 0;
}

.x-child-container .tbody .even .td {
	background: transparent;
}

.x-child-row {
  display: flex;
  justify-content: space-between;
}

.x-child-row .vc_col-sm-4 {
  max-width: 300px;
}


/* Moved from inline HTML for efficient caching (2020-07-29) */
.nsf img {
	width: 40px;
	float: right;
	margin-left: 6px;
	margin-top: 18px;
}

.floatpeople {
	display: block;
	clear: both;
}

.deetslist.multiple, .multiple-authors {
	margin-top: -15px;
}

#post-128 .x-content-band {
	padding-top: 0;
	padding-bottom: 0;
}

/* Changes to user list plugin (2021-03-02) */
form#userlist {
	padding: 0;
}
@media (max-width:1090px) {
	div.tbody .vcard {
		width: 230px;
	}
}

/* Light Gallery */
body .lg-backdrop {
	background: rgba(0,0,0,.8);
}

h6.center-body {
	font-size: 1.2em;
}