hr {
    color: #e9ebee;
}

.post small {
    font-size: 0.7em;
}

.post-banner-color {
    color: #fff;
}

iframe {
    width: 100%;
}

.fst-italic {
    font-style: italic;
}

ul li.styled-list {
    list-style: outside !important;
    margin-left: 25px;
}

.hololens-spectator-view-img-margin {
    margin-top: 10px;
}

.portfolio-desc {
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    font-family: "Teko", sans-serif;
    color: #222429;
}

/* for tab buttons on products pages */
@media only screen and (min-width: 767px) {
    .four-tabs.work-tabs .tab-buttons .tab-btn {
        width: 25% !important;
    }
}

/* for light titles in dark background */
.title-light {
    color: #ffffff;
}

/* for owl carousel dots */
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1a73e9;
}

/* for larger center image */
.owl-carousel .center .item {
    transform: scale(1.2)
  }

.caption-item {
    position: relative;
    margin-bottom: 30px;
}

.caption-title h5 {
    color: #1a73e9;
}

.caption-item .caption-inner-box {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.caption-item .caption-inner-box .image {
    position: relative;
    border-radius: 7px;
}

.caption-item .caption-inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease;
    border-radius: 7px;
    /* height: 400px; */
    object-fit: cover;
}

.caption-item .cap-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    background-color: #272727b2;
    border-radius: 7px;
    opacity: 0;
    transform: translateY(200px);
    transition: all 500ms ease;
}

.caption-item .cap-box .caption-inner {
    display: block;
    left: 0px;
    bottom: 0px;
    padding: 25px 35px;
    border-radius: 7px;
}

.caption-item .caption-inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0px);
}

.caption-item .cap-box .cat {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.caption-item .cap-box .cat span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
}

.caption-item .cap-box .cat span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 38px;
    border-bottom: 2px solid var(--thm-base);
}

.marker-position {
    bottom: 0px;
    left: 47px;
    position: relative;
    font-weight: bold;
}

.title-smaller {
    font-size: 25px;
}

/* for map */
#map {
    height: 600px;
}
