/*# Custom CSS Styles */

#breadcrumbs {
    height: 2rem;
    line-height: 1.7rem;
    padding-left: 0rem;
    margin: 1em 0;
}

#breadcrumbs span {
    display: inline-block;
    padding: 0 0.2rem;
}

.pagination a, .pagination span {padding: 0 15px;}

ul.pagination li > .page.active {font-size: 0.9em;}
ul.pagination li > .page {font-size: 0.9em;}

/* Active the pagination numbers in small screens */

@media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
        display: inline-block;
    }
    ul.pagination li:first-child {
        padding-right: 0;
    }
}

/* Inline */

.inline {
  display: inline;
}

.languages {
  font-size: 0.72em;
  padding: 0 0 0 0;
  margin-left: 1.5em;
  padding: 0 0.56rem;
  background: #fefefe;
}

/* Class for tags and categories */

.tags {
    color: #5a2908;
    font-size: 0.9em;
    border-bottom: none;
}

.data-post {
    color: #7c6556;
    font-size: 0.9em !important;
    text-transform: none;
    margin-bottom: 1em !important;
}

/* Styles for Back to Top button */

#back-to-top {
    display: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.6em;
    background-color: #f56a6a;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  #back-to-top.btt-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  #back-to-top:hover {
    cursor: pointer;
    background-color: #333;
    color:#fff !important;
  }
  #back-to-top:active,
  #back-to-top:visited {
    background-color: #ab1d35 !important;
    color: #fff;
  }
  #back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

/* GRAV LOGIN OVERRIDED STYLES */
#grav-login .button, #grav-login button {
    margin: 0;
    vertical-align: middle;
    height: 100%;
    line-height: 2.5em;
    padding: 0.5em 1.5em;
    white-space: normal;
}
/* Dark Mode */

/* .theme-switch-wrapper {
  display: flex;
  align-items: center;
  line-height: 4rem;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;

  em {
    font-size: 34px;
  }
}
.theme-switch-wrapper label {
  margin: 0 0 0 0;
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display:none;
}

.dark {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.dark:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

.theme-switch input:checked + .dark {
  background-color: #66bb6a;
}

.theme-switch input:checked + .dark:before {
  transform: translateX(26px);
}

.dark.round {
  border-radius: 34px;
}

.dark.round:before {
  border-radius: 50%;
}

.theme-switch-wrapper .sun {
  margin: 0 1rem 0 0;
}
.theme-switch-wrapper .moon {
  margin: 0 0 0 1rem;
} */

/* Form control */

#reload-captcha {
  padding: 0 0 0 0;
  margin: 0 42px 0 0;
}
.form-data.basic-captcha .form-input-prepend {
  color: #333;
  background-color: transparent !important;
}

@media screen and (max-width: 1280px) {
  #reload-captcha {
    padding: 0 0 0 0;
    margin: 0 16px 0 0;
  }
}

/* Sponsor */

#sponsors {
  border-top: solid 1px var(--body-color);
  padding-top: 3rem;
  background: white;
}

.sponsors {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 2em 0;
    width: 100%;
}

 .sponsor {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px;
  margin: 0 0 2.25em 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 196px;
  min-width: 33.333333%;
 }

 /* Iframe PDF Slides.com */

 iframe {
  width: 100%;
 }

/* Slider */

.slider-section {
  margin-bottom: 2.56em;
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: rgba(255,255,255,.12);
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
    z-index:2; 
    position:absolute;
}
.slider > .right {
    right: -100px;
    z-index:2; 
    position:absolute;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

/* The Dots */
.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: rgba(255,255,255,.72);
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: white;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff !important;
    text-align: center;
    padding: 0;
    width: 100%;
}

@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.86);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.86);
    }
    100% {
        transform: scale(1);
    }
}

/* Creative commons */

#footer .creative-commons {
  margin-top: .56rem;
  line-height: 0;
  padding: .12rem .24rem;
  color: var(--body-text);
  position: absolute;
  border: none;
  border-radius: 1rem;
  font-size: 1.28rem;
}