/*
Theme Name: 2025 GI Conference Theme
Author: Spencer Rose
Author URI: http://underscores.me/
Description: Graphics Interface Conference WP theme updated 2025
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gi-conference-site

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Scroll Up
	## Search Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Frontpage
	## Speakers
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	font-family: open_sansregular, ralewayregular, Arial, Helvetica, sans-serif;
	padding-top:60px;
}

.container-fluid {
	padding:0;
}

#page {

}

.site-content {
	padding:0;
	margin:auto;
}

.entry-content {
	border-radius: 8px;
	background-color: #F6F6F6;
	margin:5% auto;
	padding: 10px 5%;
	max-width: 1360px;
}

.entry-content-transparent {
	margin:auto;
	padding: 10px 5%;
	max-width: 1360px;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	margin: 1.8em 0;
}
h2 {
	font-size: 1.6em;
	margin: 1.1em 0;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0;
}
h4 {
	font-size: 1em;
	margin: 0.8em 0;
	color:#666;
}
h5 {
	font-size: 0.8em;
	margin: 0.67em 0;
}
h6 {
	font-size: 0.6em;
	margin: 0.67em 0;
	text-transform: uppercase;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

input {
	border:none;
}

* {
  /* border-radius: 0 !important; */
}

.thumbnail {
	border:none;
}

.thumbnail img {
	width:100%;
	height: auto !important;
	margin: 0 auto;
}
.thumbnail h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin:0.5em;
	text-align: center;
	color:#15111F;
}

.logos {
	vertical-align: middle;
}

figcaption {
	text-align:center;
	font-size:0.9em;
	font-size:0.9rem;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.search-terms {
	font-weight:bold;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

h1.page-title {
	font-family:ralewayextrabold;
	margin-top:1.0em;
	text-align:center;
	padding: 0 10px;
	text-transform: uppercase;
}
h1.page-title:content {
	background-color:#FFF;
}

h2.section-title {
	font-family:ralewaybold;
	color:#15111F;
	margin: 0.8em auto 0.8em auto;
	text-align:center;
}

h3, h4 {
		font-family:ralewaybold;
}

.site-footer {
	font-size:0.8em;
	color:#999;
	margin-top:10%;
	margin-bottom:10%;
	text-align:center;
}

/* centered columns styles */
.row-centered {
    text-align:center;
		margin-left: auto;
		margin-right: auto;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/* row spacing */
.top-buffer { margin-top:20px; }

/* section header colours */
.h-green, .h-black, .h-red, .h-purple, .h-orange, .h-lightblue {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-color: transparent;
	color: #15111F;
	padding:5px;
}

/*
.h-green {
	 background-image:url('img/h-green.png');
	border-right: 12px solid #87C547;
	border-left: 12px solid #87C547;
}
.h-red {
	background-image:url('img/h-red.png');
	border-right: 12px solid #F15858;
	border-left: 12px solid #F15858;
}
.h-purple {
	background-image:url('img/h-purple.png');
	border-right: 12px solid #6F52A2;
	border-left: 12px solid #6F52A2;
}
.h-orange {
	background-image:url('img/h-orange.png');
	border-right: 12px solid #F15A29;
	border-left: 12px solid #F15A29;
}
.h-lightblue {
	background-image:url('img/h-lightblue.png');
	border-right: 12px solid #63CCEB;
	border-left: 12px solid #63CCEB;
}
*/

/* tagline header colours */
.h-tag-green, .h-tag-red, .h-tag-black, .h-tag-purple, .h-tag-orange, .h-tag-lightblue {
	font-family:ralewaybold;
	font-size: 1em;
	text-transform:uppercase;
	text-align:center;
	margin: 0;
	padding:0.5em;
	color:#15111F;
}
.h-tag-green {
	background-color: #87C547;
}
.h-tag-red {
	background-color: #F15858;
}
.h-tag-purple {
	background-color: #6F52A2;
	color:#FFF;
}
.h-tag-orange {
	background-color: #F15A29;
	color:#FFF;
}
.h-tag-lightblue {
	background-color: #63CCEB;
}
.h-tag-black {
	background-color: #15111F;
	color:#FFFFFF;
}

/* Coloured backgrounds/White Text */

.green, .red, .black, .purple, .orange, .lightblue {
	font-family:open_sansbold;
	font-size: 1em;
	color:#FFFFFF;
}

.green {
	background-color: #87C547;
}
.red {
	background-color: #F15858;
}
.purple {
	background-color: #6F52A2;
}
.orange {
	background-color: #F15A29;
}
.lightblue {
	background-color: #63CCEB;
}
.lightlightblue {
	background-color: #93FCFB;
}
.black {
	background-color: #15111F;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #15111F;
    border-color: #15111F;
}

@media (max-width:810px){
	.navbar-offcanvas{
		width:250px;
	}
}
.navbar-default, .navbar-header {
	background-color: #15111F;
	color: #FFFFFF;
}


.navbar-default .navbar-brand, .navbar-default .navbar-collapse, .navbar .nav > li > a, .navbar-default .navbar-nav > li > a {
	font-family: ralewaysemibold;
	font-size:0.9rem;
	font-size:0.9em;
	background-color: #15111F;
	color: #FFFFFF;
	text-transform:uppercase;
}

.navbar .nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #AAA;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #056593;
	color: #FFF;
	border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	/* background-color: #056593; */
	background-color:#35313F;
	color: #FFF;
}



.nav ul ul {
	background-color:#35313F;
	color:#15111F;
	border:none;
	height:auto;
}

.navbar-default .navbar-toggle {
    color: #fff;
	border:none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #056593;
	color:#fff;
}

.btn-lg {
	margin: 4px;
}
.btn-blue {
	background: #71C8F1;
	color:#fff;

}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

.navbar-brand {
	margin-right: 25px;
    padding: 0px 15px;
    line-height: 50px;
}
.navbar-default .navbar-brand {
	font-family: montserratregular;
	letter-spacing:1px;
	font-size:1.6rem;
	font-size:1.6em;
}

.navbar-default .navbar-header a, .navbar-default .navbar-header a:hover {
		color:#FFF;
}

.navbar-brand img {
	width:35px;
	margin: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
}



/*--------------------------------------------------------------
## Search Bar
--------------------------------------------------------------*/

.navbar-form {
    padding: 0;
}

.navbar-nav.navbar-right {
	padding-right:10px;
}
.navbar-form .form-control.search-field {
	border: none;
	outline: none;
	border:none;
	color: #71C8F1;
}

/* Search Toggle/Submit Button */
.input-group-btn>.btn.search-submit {
	cursor: pointer;
	border:none;
	border-radius:5px;
	box-shadow:2px;
	speak: none;
	color: #fff;
	background:#37A6DE;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}



.input-group-btn>.btn.search-submit:hover, .input-group-btn>.btn.search-submit:focus {
	background: #71C8F1;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	background-color: transparent;
	color:#54AAC4;
}

a:active,
a:hover
 {
	outline: 0;
	color:#15111F;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
## Scroll Up
--------------------------------------------------------------*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px;    /* Width of image */
  height: 38px;   /* Height of image */
  background: no-repeat url('img/top.png');
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* ## Frontpage
--------------------------------------------------------------*/
#frontpage-slideshow {
	max-width: 1200px;
	margin:auto;
}
#frontpage-slideshow .item img {
  display: block;
  width: 100%;
	height: auto;
	margin:auto;
}

.alert-message {

}

table.important_dates {
	width:90%;
	margin:auto;
}
.important_dates th {
	width:50%;
}
.important_dates td {
	width:50%;
	text-align: right;
	font-weight: bold;
}
.highlight {
	border: solid 2px #F15858;
	background-color: #FFF;
	color: #F15858;
}
.highlight a, .highlight a:focus, .highlight a:hover, .highlight a:visited {
	color: #F15858;
	background-color: #FFF;
}

/* ## Speakers
--------------------------------------------------------------*/

.speaker-org {
	font-family: ralewayextrabold;
}

.speaker-presentation-title {
	font-family: ralewaymedium;
	font-weight: bold;
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #CCC;
}

.speaker-bio {
	margin:1em 0;
	font-style: italic;
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #CCC;
}

.speaker-award, .speaker-award a {
	font-family: ralewaylight;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #63CCEB;
}

.speaker-categories {
	width: 100%;
  margin: 10px;
	padding:0;
  list-style: none;
}

.speaker-categories li {
  float: left;
	padding: 1em;
	margin: 0 1em 0 0;
	background-color: #056593;
  color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.speaker-categories li a, .speaker-categories li a:hover, .speaker-categories li a:focus {
	display: block;
	background-color: #056593;
    color: #FFF;
	text-transform:uppercase;
	font-weight:300;
}

.caption {
	text-align:center;
	text-size: 1em;
	line-height: 1.2em;
}
.caption h2 {
	font-family: ralewaylight;
	font-size: 1.3em;
	font-weight: bold;
	margin:0.5em;
	color: #63CCEB;
}
.caption h3 {
	font-family: ralewayextrabold;
	font-size: 1.1em;
	font-weight: bold;
	margin:0.5em;
}
.caption p {
	text-align:center;
	text-size: 1em;
	line-height: 1.2em;
}
.caption h3 a, .caption h3 a:hover, .caption h3 a:focus {
	color:#000;
}

/* ## Registration Page
--------------------------------------------------------------*/

.reg>tbody>tr>th {
	border:none;
	text-align:center;
}

.reg-h1 {
	text-transform:uppercase;
}
.reg-note{
	font-family: open_sansregular;
	font-size:0.7em;
}

a.reg-button:active, a.reg-button:hover, a.reg-button:visited {
	color:#FFFFFF;
}


// Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3.
//
// This is a hack to fill the gap between 480 and 767 pixels - a missing range
// in the bootstrap responsive grid structure.  Use these classes to style pages
// on cellphones when they transition from portrait to landscape.
//
// Contains:
//   Columns, Offsets, Pushes, Pulls for the Mid-Small layout
//   Visibility classes for the Mid-Small layout
//   Redefined visibility classes for the Extra Small layout
//
// See https://github.com/twbs/bootstrap/issues/10203 for more info.
// Original gist: https://gist.github.com/andyl/6360906
//
// Instructions: Add the following to the end of bootstrap.scss
//
//   @import "bootstrap-ms";
//

// Mid-Small breakpoint

$screen-ms: 480px !default;
$screen-ms-min: $screen-ms !default;
$screen-ms-max: ($screen-sm-min - 1) !default;

// Redefined Extra Small max value (Can't override non-default variables in SASS)
$screen-xs-max-new: ($screen-ms-min - 1) !default;

// Common styles (see make-grid-columns() in bootstrap/mixins/_grid-framework.scss)

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  // Prevent columns from collapsing when empty
  min-height: 1px;
  // Inner gutter via padding
  padding-left:  ($grid-gutter-width / 2);
  padding-right: ($grid-gutter-width / 2);
}

// Misc. class adjustments for col-ms

@media (min-width: $screen-ms) and (max-width: $screen-ms-max) {
  .container {
    max-width: $screen-sm - 20px;
  }
  .hidden-xs {
    display: block !important;
  }
}

// col-ms grid

@media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
  @include make-grid(ms);
}

// Visibility utilities

@include responsive-invisibility('.visible-xs, .visible-ms');

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: $screen-xs-max-new) {
  @include responsive-visibility('.visible-xs');
}
.visible-xs-block {
  @media (max-width: $screen-xs-max-new) {
    display: block !important;
  }
}
.visible-xs-inline {
  @media (max-width: $screen-xs-max-new) {
    display: inline !important;
  }
}
.visible-xs-inline-block {
  @media (max-width: $screen-xs-max-new) {
    display: inline-block !important;
  }
}

@media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
  @include responsive-visibility('.visible-ms');
}
.visible-ms-block {
  @media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
    display: block !important;
  }
}
.visible-ms-inline {
  @media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
    display: inline !important;
  }
}
.visible-ms-inline-block {
  @media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
    display: inline-block !important;
  }
}

@media (max-width: $screen-xs-max-new) {
  @include responsive-invisibility('.hidden-xs');
}

@media (min-width: $screen-ms-min) and (max-width: $screen-ms-max) {
  @include responsive-invisibility('.hidden-ms');
}
