/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 */


/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

html {
  font-family: 'Inter', sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 18px;
  }
}


/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.sidebar {
  text-align: center;
  padding:    1rem 1rem;
  /*background-image: url("/img/pattern-white-grey.gif");*/
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}



.searchLabel {
  font-size: 1rem;
}

@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
}

/* Sidebar links */
/*.sidebar a {
  color: #fff;
}*/

/* About section */
.sidebar-about h1 {
  font-family: inherit;
  /* margin-top: 0;
  font-size: 2.5rem;
  text-transform: uppercase; */
}

/* Sidebar nav */
.sidebar-nav {
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  display: inline;
  line-height: 1.75;
}

@media (min-width: 48em) {
    .sidebar-nav-item {
      display: block;
      line-height: 1.75;
    }
  }

a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  /* color: #268bd2; */
  text-decoration: none;
}
.sidebar-nav-item.active {
  font-weight: bold;
}

/* Extras for the form in the sidebar */

.sidebar > div > form > div > button {
  width:50%;
  font-style: inherit;
  font-weight: bold;
}
.sidebar > div > form > div > input {
  width:50%;
  line-height: 1.6rem;
}

@media (min-width: 24em) {
  .sidebar > div > form > div > input, .sidebar > div > form > div > button {
    width:            100%;
  }
}


/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  1rem;
    bottom: 1rem;
    left:   1rem;
  }
}


/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content {
  padding-top:    1rem;
  padding-bottom: 4rem;
}

@media (min-width: 48em) {
  .content {
    max-width: 38rem;
    margin-left: 18rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74em) {
  .content {
    max-width: 58rem;
    margin-left: 18rem;
    margin-right: 4rem;
  }
}


/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` on the right.
 */

@media (min-width: 48em) {
  .layout-reverse .sidebar {
    left: auto;
    right: 0;
  }
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem;
  }
}

@media (min-width: 64em) {
  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem;
  }
}


/*
 * Themes
 *
 * As of v1.1, Hyde includes optional themes to color the sidebar and links
 * within blog posts. To use, add the class of your choosing to the `body`.
 */

/* Base16 (http://chriskempson.github.io/base16/#default) */

/* Red */
.theme-base-08 .sidebar {
  background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
  color: #ac4142;
}

/* Orange */
.theme-base-09 .sidebar {
  background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
  color: #d28445;
}

/* Yellow */
.theme-base-0a .sidebar {
  background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
  color: #f4bf75;
}

/* Green */
.theme-base-0b .sidebar {
  background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
  color: #90a959;
}

/* Cyan */
.theme-base-0c .sidebar {
  background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
  color: #75b5aa;
}

/* Blue */
.theme-base-0d .sidebar {
  background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5;
}

/* Magenta */
.theme-base-0e .sidebar {
  background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
  color: #aa759f;
}

/* Brown */
.theme-base-0f .sidebar {
  background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
  color: #8f5536;
}

/* Custom */
.theme-custom .sidebar {
  /*background-color: #444;*/
  border-right: 1px solid #ededed;
  /*background-image: url("/img/pattern-white-grey.gif");*/
}
.theme-custom .content a,
.theme-custom .related-posts li a:hover {
  color: #268bd2;
}


/* My flexbox stuff fro the panels */

section {
  display:         flex;
  flex-flow:       row wrap;
  justify-content: flex-start;
}

.panel {
  /*min-height:       23em;*/
  width:            98%;
  margin:           0.2rem;
  background-color: #efecec;
}

@media (min-width: 24em) {
  .panel {
    width:            48%;
  }
}

@media (min-width: 68em) {
  .panel {
    width:            24%;
  }
}

.panel-block {
  padding:0 1em;
}

.panel-title, .panel-text {
  font-size: 0.8rem;
}

.page-title, .post-category {
  font-family: 'Inter', sans-serif;  margin-top: 0;
  color:      #444;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}


a.page-title:hover,
a.page-title:focus {
  color:           #268bd2;
  text-decoration: none;
}

h1.post-category > a:hover,
h1.post-category > a:focus {
  color: #268bd2 !important;
}


.watched li {
  border-bottom: 1px solid #ededed;
}

/* some styles for data tables */

#speakertable{
	border: none;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding-bottom: 20px
}

/* style for figure element */

figure {
  margin: 0 0 0 0;
  padding: 0;
}
figcaption {
  font-style: italic;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.download{
  display: block;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.social a {
  margin: 0 auto;
  font-size: 1rem;
  color:#444;
}


#chart-div {
  width:inherit;
  height:inherit;
  border: 2px solid slateblue;
  }


/* button styles nicked from bootstrap */

.btn {
  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.taglist li {
  display: inline;
}

/*in use in the logospotter collection */

.gallery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	background-color: #fff;
}


.nxt, .prev{
  font-weight: bold;
margin: 0 auto;
}

.navbar-form input {
  margin-bottom: 1em;
}

.footer{
  padding-top: 1em;
}

/* ------- pagination -------- */

.pagination {
  height: 36px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.pagination li {
  display: inline;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border: 1px solid #DDD;
  border-left-width: 0;
}

.pagination a:hover, .active a {
  background-color: whiteSmoke;
}

.disabled a, .disabled a:hover,
.active a, .active a:hover {
  color: #999;
  cursor: default;
}

.disabled a:hover {
  background-color: transparent;
}
