/*
 * Theme Name: Theme
 * Author: Deinna	
 * Version: 1.1.0
 **/

.content-lh-base .lh-lg {
  line-height: 1.6em !important;
}

.content-lh-base p,
.content-lh-base ul {
  margin-bottom: 0.8em;
}

.staff-card--border--btn {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
}

.btn-trigger {
  transition: 0.3s ease-in-out;
}

.staff-card--border:hover .btn-trigger {
  color: #91c849;
}

.hero-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}

.carousel-item .container {
    position: relative;
    z-index: 9;
}

.blog-card--list a.text-white:hover {
    color: #4b4b4b!important;
}

/*.headerLogo {*/
/*    width: 390px!important;*/
/*}*/

.blog-card-item:hover {
    opacity: 0.9;
}
.blog-card-item .full-click-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
}
.blog-card-item {
    position: relative;
    transition: 0.3s all;
}

section.banner:before {
    content: '';
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.banner {
    position: relative;
}


@media (max-width: 1024px) {
    .hero .carousel-item {
        background-position: 80% center;
    }
}
