/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

.header h2 {
  color: #f0f0f0;
}

.list-blog-padding .w-50 {
 width:49.7% !important;
}

.footer .text-muted {
  font-size: 0.85rem;
  text-align: left!important;
  font-weight: 100;
}

#archives .badge-info {
 color:#fff;
 background-color:#1b6ec2;
}

.bottomline {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #bfbfbf;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
}

.bottomline a {
  color: #0d5493!important;
}

.pagination-container {
  background-color: #ffffff;
}

.pagination {
  margin: 0rem 0 2rem;
}

.main-content {
  padding-bottom: 2rem;
}

blockquote {
    border-left: 10px solid #ccc;
    margin: 0.5em 10px;
    padding: 0 10px 0 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: inherit;

    cite {
        display: block;
        font-size: 80%;

        &::before {
            content: "\2014 \00A0";
        }
    }
}

/* Styles for the carousel of featured blog items on main page */
@media (max-width: 576px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

@media screen and (max-width: 576px) {
  #featuredCarousel {
    display: none !important;
  }
}

#featuredCarousel .carousel-inner .carousel-item.active,
#featuredCarousel .carousel-inner .carousel-item-next,
#featuredCarousel .carousel-inner .carousel-item-prev  {
    display: flex;
}


/* display 2 */

@media (min-width: 576px) {
    #featuredCarousel .carousel-inner .carousel-item-right.active,
    #featuredCarousel .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    #featuredCarousel .carousel-inner .carousel-item-left.active,
    #featuredCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}

#featuredCarousel .carousel-inner .carousel-item-right,
#featuredCarousel .carousel-inner .carousel-item-left{
  transform: translateX(0);
}

/* styles for the blog posts photos gallery */
.galmodal-dialog {
  max-width: 90vw;
  max-height: 100vh;
  margin: 0 auto;
  top:0;
}
/* uncss:ignore */
.galmaximgsize {
  max-height: calc(100vh - 50px);
  max-width: 80vw;
  display: block;
  margin: auto;
}
.galbody, .galheader, .galfooter {
  background: #2f2f2f;
}
.galheader button {
  color: #ffffff;
}
.galfooter {
  height: 24px;
}


/* Notices levels and colors */
.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}
.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}
.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}
.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}
.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}

.tags .badge {
  line-height: 1.4em;
  font-size: 80%;
}

.tags .badge-secondary {
 color:#fff;
 background-color:#1b6ec2;
}

.tags .active {
	background-color: #8ab8e8;
	color: #1e2b6f;
}

.taxolist h4 {
  margin-top: 0;
}

.taxolist .badge {
  margin: 0.15em 0.15em;
  line-height: 1.25em;
  font-size: 85%;
}

.taxolist .badge-secondary {
  background-color: #98cddf;
	color: #1e2b6f;
}

.taxolist .badge-secondary.active {
  background-color:#1b6ec2;
  color:#fff;
}

.list-blog-tags .badge-primary {
  background-color: #98cddf;
	color: #1e2b6f;
}

.list-blog-tags .badge-primary.active {
  background-color:#1b6ec2;
  color:#fff;
}
