/*
xs: <768px
sm: >=768px
md: >=992px
lg: >=1200px
 */
/*$darkModeBlue: #00d9d9;*/
/********************** INDEX PAGE *************************************/
.indexPageHeader {
  color: #000000;
}

@media (max-width: 575px) {
  .indexPageHeader {
    padding-top: 50px;
  }
}
.indexSearch {
  background-color: #166d7d;
}

.indexTitle {
  display: block;
  color: #000000;
  text-decoration: none;
}

.indexTitle:hover {
  display: block;
  color: #000000;
  text-decoration: none;
}

.indexCommentsLink {
  color: #f8f8f8;
  padding: 3px;
  padding-left: 3px;
  margin: 5px;
  font-size: 0.8em;
}

.indexCommentsLink:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.indexSearchButton {
  background-color: buttonface !important;
}

.largeContainer {
  /* makes home page width larger... */
  max-width: 1450px !important;
}

.homePageTitleSpan {
  font-family: PN, Avenir, Calibri, sans-serif;
  font-weight: 800;
  font-size: 1.2em;
}

.hover-item {
  background-color: #f8f8f8;
}

.hover-item:hover {
  background-color: #dd6a0d;
  color: #f8f8f8 !important;
}

.filterButton {
  background-color: buttonface !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.filterButton:hover {
  background-color: #000000 !important;
  color: #f8f8f8 !important;
}

.indexAuthor {
  color: #166d7d;
}

.indexDate {
  background-color: #166d7d;
  color: #f8f8f8;
  padding: 3px;
  position: absolute;
  top: -15px;
  right: 25px;
  font-size: 0.9em;
  font-weight: 500;
}

.indexAuthor:hover {
  color: #000000;
  text-decoration: none;
}

.categorySelectListItem {
  height: 40px;
  font-weight: bold;
  background-color: #f8f8f8;
  display: block;
}

.categorySelectListItemLink {
  height: 100%;
  background-color: #f8f8f8 !important;
  display: block;
}

.categorySelectListItemLink:hover {
  background-color: #dd6a0d !important;
}

.dropdown-menu {
  width: 100% !important;
}

.previewAuthor {
  padding-left: 0px !important;
}

.previewHover {
  max-width: 485px !important;
}

body.hasHover .previewHover:hover .previewAuthor {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.hasHover .previewHover:hover .previewReadMore {
  padding-right: 0px !important;
  -webkit-transform: translateX(30px);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.hasHover .previewHover:hover .previewCategory {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.hasHover .previewHover:hover .previewComments {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.hasHover .previewHover:hover .commentsIcon {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.previewAuthor {
  position: absolute;
  bottom: 10px;
  right: 25px;
  opacity: 0;
  font-family: PN, Herculanum, Noteworthy, Ink Free, cursive;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.previewAuthor a:hover {
  text-decoration: none;
}

.postAuthor {
  padding-top: 15px;
  color: #f8f8f8;
  font-family: PN, Herculanum, Noteworthy, Ink Free, cursive;
}

.postAuthor a {
  color: #f8f8f8;
}

.postAuthor a:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.postCategory:hover {
  color: #166d7d;
  text-decoration: none;
}

.previewCategory a {
  color: #166d7d;
}

.previewCategory a:hover {
  color: #166d7d;
  text-decoration: none;
}

.previewReadMore:before {
  position: absolute;
  height: 3px;
  content: "";
  left: -20px;
  width: 28px;
  background-color: #166d7d;
  bottom: 33px;
  font-family: PN, Avenir, Calibri, sans-serif;
}

.previewReadMore {
  left: 10px;
  opacity: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0em;
  text-transform: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.previewReadMore:hover a {
  text-decoration: none;
  text-transform: none;
  color: #166d7d !important;
}

.previewReadMore a {
  color: #166d7d !important;
}

.previewCategory {
  opacity: 0;
  font-family: PN, Avenir, Corbel, Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: none;
  white-space: nowrap;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.previewComments {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.commentsIcon {
  color: #166d7d;
  position: absolute;
  top: 40px;
  right: 25px;
  text-transform: none;
}

.previewCategory:after {
  position: absolute;
  height: 5px;
  content: "";
  left: 0;
  width: 10%;
  background-color: #166d7d;
  bottom: -15px;
}

/********************** END INDEX PAGE *************************************/

/*# sourceMappingURL=homepage.css.map */
