/*
CHI 2019 Green:  #359f9e
CHI 2019 Orange: #ff6500
old CHI 2020 Mid Blue: #0377BE
old CHI 2020 MID Yellow: #FDBA12
CHI 2020 Red: #c90a33
CHI 2020 Orange/Yellow:#fa9a32
CHI 2020 Green:#00990f
*/

@media (max-width: 1100px) {
	#duke {
		display: none;
	}
}

@media (min-width: 1100px) {
	#duke {
		/*position: absolute;
		top: 93px;
		right: 10px;*/
		display: none;
	}
}

/* White and green split colour behind the logo */
div#header {
	background-color: #ffffff;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%), url(/wp-content/uploads/2019/04/Website-Banner-Photo-1.png);
	background-size: auto 100%;
	background-position: top right;
}

@media (min-width: 2600px){
	div#header{
		    background-size: 80%;
    background-position: right bottom;
	}
}

nav.main-navbar {
	margin-top: 0px;
}

a {
	color: #c90a33;
}

a:hover {
	/* color: #fa9a32;*/
 /* changed by David 15-08-2019 */
	color: #c90a33;
	text-decoration: underline!important;
}

div#logo > a > img {
	width: auto;
	max-height: 240px;
}

div#logo {
	padding-top: 0;
}

body {
/*	font-family: 'Aller', sans-serif !important;*/
	/* commented by David 15/8/19*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aller', sans-serif !important;
}

.widget h3.heading {
	font-weight: 700;
	font-size: 160%;
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 6px;
}

#main-nav {
	border: 0;
}

#main-nav {
	/*background: #c90a33;*/
	padding-top: 0px;
	margin-top:0;
 background: linear-gradient(90deg, rgb(201, 10, 51) 0%, rgb(250, 154, 50) 15%, rgb(250, 154, 50) 85%, rgb(201, 10, 51) 100%);

}

/*added by David */
@media (max-width: 600px) {
	#main-nav {
		background: rgb(250, 154, 50);
	}
}


#mega-menu-wrap-primary {
 /*	background-color: #c90a33;*/
	/* commented by David 15-08-2019 */
}

.header_overlay {
	background: none;
}

div.single h3 {
	/* margin: 40px 0 5px; */
	/* comment by Alex 10.12.19 */
}

.headshot img {
	border-radius: 50% 50%;
}

.textwidget {
	margin-top: 10px;
}


td {
  /* width: 50%; */
	padding-right: 10px;
  vertical-align: top;
}

td:last-child{
	padding-right: 0;
}

.fontsize :not(p):not(li) > a {
    font-size: 150% !important;
    line-height: 1.4;	
}

.fontsize .main-navbar a {
	  font-size: 150% !important;
    line-height: 1.4;	
}

#footer p.copy {
	color: #767676;
}

.textwidget h3 {
	font-size: 18px;
}

/* for the tables in papers/authors/successful presentation */
.presentation_do {
	background-color: #f5fffe;
}

.presentation_dont {
	background-color: #fff9f6;
}


/* Hotel Table*/
.hotel-table thead {
	font-size: 16px;
	font-weight: bold;
	
}

.hotel-table thead tr {
	background-color: transparent !important;
}

.hotel-table thead tr td {
		border-bottom: 1px solid black !important;
}

.course-entry {
	margin-bottom: 50px;
}

.widget ul {
	margin-left: 20px
}

.widget ul li {
	list-style-type: square;
  margin-bottom: 15px;
}

.widget ul li .post-date {
	font-size: small;
	color: grey;
	display: block;
}

.exhibitor-table th {
	padding: 7px 5px;
}


/* CHI 2020 Free Processdings Styles */

.DLauthors {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.DLauthors li {
	list-style-type: none;
	padding-right: 5px;	
}

.DLauthors li:after{
	content: ",";
}

.DLauthors li.nameList.Last:after{
	content: "";
}

.DLabstract {
	border-bottom: 1px solid lightgrey;
}
