/*  
Theme Name: blippa
Theme URI: blippa.no
Description: Blippa theme
Version: 1.0
Author: blippa
Author URI: http://blippa.com

*/

.section-7 p {
    line-height: 18px
}

.dark-offwhite-bg {
	background: #edeff0 !important;
}

.section-7 p:last-child {
    margin-bottom: 0;
}

.section-7 p a {
    color: inherit !important;
}

.caption-text p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.news-wrapper a:hover {
    color: #000;
}

.news-wrapper .news-category-bg {
	height: 30vh !important;;
	display: flex !important;;
	align-items: center !important;;
}

.news-wrapper .news-category-bg h1 {
	top: unset !important;
}

.news-wrapper .all-articles-inner .article-img {
	background: #eee !important;
}

.item-text-wrapper {
    display: flex;
    flex-direction: column;
    height: 116px;
    justify-content: space-between;
}

.read-link:hover {
	color: inherit;
}

.slider-section-1 .item .item-bottom-wrapper .item-heading {
	color: inherit !important;
}

.discover-category a.active {
    color: #1a74ff !important;
    border-color: #1a74ff !important;
}

#menu-26, #menu-3829 {
	display: none;
}
#menu-5140, #menu-5139 {
	display: block;
}

.homepage-banner-text .banner-btn-section a:hover {
	background: #fff;
	color: #000;
}

.homepage-banner-text .banner-btn-section a:last-child:hover {
	background: #000;
	color: #fff;
}

.newsletter-input-section .newsletter-input-fld {
	height: 45px;
}

.default-bg img {
	object-fit: unset !important;
	background: #1a1941;
}

.feed-date {
    font-size: 14px;
    text-align: right;
    color: #57606a;
}

.discourse-feed-header {
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.discourse-feed-section {
    width: 100%;
    max-width: 490px;
    margin: 0px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.dis-replies {
    margin-top: 20px;
	color: #57606a;
}

.dis-replies a, .dis-replies a:hover {
	color: #57606a !important;
}

.dis-reply-content {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.dis-reply-content img {
    margin-right: 10px !important;
    display: inline-block !important;
    margin-left: 0 !important;
}

.discourse-feed {
    box-shadow: 0 0 5px -2px #000;
    padding: 15px;
    height: 468px;
    overflow: hidden;
    margin: 5px;
    font-size: 20px;
	cursor: pointer;
}

.dis-topic, .dis-comment {
    line-height: 25px;
}

.dis-comment-section {
    margin-top: 10px;
}

.dis-comment {
    /* max-height: 208px; */
    overflow: hidden;
    font-size: 18px;
}

.feed-img {
    max-height: 200px;
    max-width: 100%;
    overflow: hidden;
}

.discourse-feed a {
    text-decoration: none !important;
    font-weight: 700;
}
.discourse-feed a:hover {
    color: #000;
}
.dis-comment p:last-child {
    margin-bottom: 0px;
}
.dis-comment-meta {
    text-align: right;
    font-style: italic;
    margin-top: 5px;
    font-size: 18px;
    line-height: 25px;
}

.feed-img {
    margin-top: 10px;
}

.discourse-feed-body {
    height: 500px;
    overflow-y: scroll;
}

/* Keep your existing 90vh hero */
.banner{
  position: relative;
  height: 90vh;
  min-height: 420px;               /* optional */
  --ov-start: rgba(0,0,0,.55);     /* tweak intensity/color here */
  --ov-end:   rgba(0,0,0,.35);
}

/* Owl fills the banner */
.banner .hero-carousel,
.banner .hero-carousel .owl-stage-outer,
.banner .hero-carousel .owl-stage,
.banner .hero-carousel .owl-item,
.banner .hero-carousel .slide{
  height: 100%;
}

/* Images cover without distortion (use ONE of the blocks below) */
/* A) Background-image slides */
.banner .hero-carousel .slide{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* B) <img> slides */
/*
.banner .hero-carousel .slide img{
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
*/

/* The overlay */
.banner::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;                      /* above images, below text/controls */
  pointer-events: none;            /* clicks pass through */
  background: linear-gradient(to bottom, var(--ov-start), var(--ov-end));
}

/* Ensure your hero text and Owl controls sit above the overlay */
.homepage-banner-text{ position: absolute; inset: 0; z-index: 2; }
.banner .owl-dots,
.banner .owl-nav{ position: absolute; z-index: 2; }

@media (min-width: 1023px) {
    .caption-text p {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
}

@media (max-width: 1200px) {
	.price-compare-section .container {
		max-width: 100% !important;
	}
}

@media (min-width: 1200px) {
    #menu-26, #menu-3829 {
		display: block;
	}
	#menu-5140, #menu-5139 {
		display: none;
	}
}

@media (max-width: 767px) {
.homepage-banner-text{ top: 160px }
}