/*
Theme Name: 2020 Sydney Custom Styles
Description: Styles for the 2020 Annual Meeting in Sydney
Author: John Celio
Author URI: https://www.ismrm.org/
Version: 1.0
Template: ISMRM Child
Template Version: 1.0
*/

.syd-20-fullwidth, .syd-20-fullwidth .fusion-row {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width:100%;
	justify-content: center !important;
	margin:0;
}
/*		padding:0;	*/

.syd20-4-columns {
	flex:1;
	display: inline-block;
	height:100%;
	font-size:93%;
	line-height:1.3;
	width: 22%;
	padding:1.15em 1% .25% 1%;
}
.syd20-border {
	border-radius:13px;
	border:3px solid #42A9DC;
}

#syd20-col-1 {
	margin: 0 1% 0 0 !important;
}

#syd20-col-2 {
	margin: 0 1% 0 1% !important;
}

#syd20-col-3 {
	margin: 0 1% 0 1% !important;
}

#syd20-col-4 {
	margin: 0 0 0 1% !important;
}

img.koala-head {
	width: 27px;
	height: 21;
	margin: 3px 9px 0px 2px;
	float: left;
}

p.syd20-category {
	margin-bottom: 13px;
	font-size:125%;
	font-weight:700;
}



@media screen and (max-width: 800px) {
  .syd-20-fullwidth, .syd-20-fullwidth .fusion-row {
	align-items:flex-start;
  }
  .syd20-4-columns {
	font-size:90%;
	width: 45% !important;
	min-width:275px;
  }
  #syd20-col-1 {
	margin: 1% 1% 0 0 !important;
  }
  #syd20-col-2 {
	margin: 1% 0 0 1% !important;
  }
  #syd20-col-3 {
	margin: 1% 1% 0 0 !important;
  }
  #syd20-col-4 {
	margin: 1% 0 0 1% !important;
  }
}





@media screen and (max-width: 450px) {
  .syd20-4-columns {
	display: block;
	width: 94% !important;
	padding:1.15em 2% .25% 2%;
  }
  #syd20-col-1 {
	margin: 1% auto !important;
  }
  #syd20-col-2 {
	margin: 1% auto !important;
  }
  #syd20-col-3 {
	margin: 1% auto !important;
  }
  #syd20-col-4 {
	margin: 1% auto !important;
  }
}