/*
Theme Name:     Newspaper Child theme
Theme URI:      http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI:     http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*------------------------------------------------------------------------------
    This file loads automatically when the child theme is active.
    Use it for custom CSS.
------------------------------------------------------------------------------*/

/*==============================================================================
   Block Designa
==============================================================================*/
.bm-block{
	margin-bottom:5px !important;
	}
/*==============================================================================
   Hide mobile right column
==============================================================================*/
@media (max-width: 767px) {
  .bm-right-column {display: none !important;}	
}

@media (min-width: 768px) 
{
  .bm-right-column {display: block !important;
  }
}

/*==============================================================================
   Portrait Fix
==============================================================================*/
@media (max-width: 500px) 
{ .bm-onlyphone{display: block !important;}
  .bm-notphone{display: none !important;}
}
@media (min-width: 501px) 
{ .bm-onlyphone{display: none !important;}
  .bm-notphone{display: block !important;}

}
 
  


@media (max-width: 800px) 
{
  .bm-mobile-portrait {display: block !important;}
  .bm-not-mobile-portrait {display: none !important;}
  
}

@media (min-width: 801px) 
{
  .bm-mobile-portrait {display: none !important;}
  .bm-not-mobile-portrait {display: block !important;}
 
  
}




/*==============================================================================
    Media Queries | Mobile and Desktop
==============================================================================*/

@media (max-width: 767px) {
    .bm-ticker-mobile {display:block !important;}
	.bm-ticker-desktop {display:none !important;}
	.bm-archive-select {display:block !important;}
	.bm-block-desktop {display:none !important;}
	.bm-block-mobile {display:block !important;}
    
}

@media (min-width: 768px) {
    .bm-ticker-mobile {display:none !important;}
	.bm-archive-select {display:none !important;}
	.bm-ticker-desktop {display:block !important;}
	.bm-block-desktop {display:block !important;}
	.bm-block-mobile {display:none !important;}
    
}


/*==============================================================================
    H1, H2 | Page, Section, Posts [Margin-top]
==============================================================================*/
.bm-page-title,
.bm-section-title,
.bm-post-title {
	margin-top: 5px !important;
	padding-top: 0 !important;
}



/*==============================================================================
    H1, H2 | Page, Section, Posts
==============================================================================*/


.bm-page-title h1{ 
	margin: 			0 0 5px !important;
	font-family: 		'Fira Sans Condensed', sans-serif !important;
	font-weight: 		700 !important;line-height: 1.15 !important;
    letter-spacing: 	-1px !important;
    color: 				#18242c !important;
	margin-bottom: 		0 !important;
    line-height: 		1.15 !important;
}

.bm-section-title h2,
.bm-breadmass h2 {
    margin: 			0 0 8px !important;
    font-family: 		'Fira Sans Condensed', sans-serif !important;
    font-weight: 		500 !important;
    line-height: 		1.2 !important;
    letter-spacing: 	-0.5px !important;
    color: 				#18242c !important;
}
.bm-section-title h3,
 .bm-breadmass h3
 {
    margin: 			0 0 8px !important;
    padding-bottom: 	10px !important;
    font-family: 		'Fira Sans Condensed', sans-serif !important;
    font-weight: 		500 !important;
    line-height: 		1.25 !important;
    letter-spacing: 	-0.5px !important;
    color: 				#18242c !important;
	margin-bottom: 		0 !important;
}

.bm-section-title h4,
.bm-breadmass h4{
    margin: 			0 0 8px !important;
    padding-bottom: 	10px !important;
    font-family: 		'Fira Sans Condensed', sans-serif !important;
    font-weight: 		500 !important;
    line-height: 		1.3 !important;
    letter-spacing: 	-0.5px !important;
    color: 				#18242c !important;
    border-bottom: 		1px solid #dddddd !important;
	margin-top: 		5px !important;
    margin-bottom: 		10px !important;
}

.bm-post-title h1 {
    margin: 			0 0 5px !important;
    font-family: 		'Faustina', sans-serif !important;
    font-weight: 		600 !important;
    line-height: 		1.2 !important;
    letter-spacing: 	-0.5px !important;
    color: 				#18242c !important;
}


/*==============================================================================
    Media Queries | Font Family
==============================================================================*/
	
	/*==============================================================================
    DESKTOP
	==============================================================================*/
	@media (min-width: 1141px) {
	.bm-page-title h1		{font-size: 45px !important;}
	.bm-post-title h1 		{font-size: 40px !important;}
	
	.bm-section-title h2 	{font-size: 35px !important;}
	.bm-section-title h3 	{font-size: 24px !important;}
	.bm-section-title h4 	{font-size: 17px !important;}
	
	.bm-breadmass h1 {font-size: 32px !important;}
	.bm-breadmass h2 {font-size: 28px !important;}
	.bm-breadmass h3 {font-size: 24px !important;}
	
	
	
	}

	/*==============================================================================
    TABLET LANDSCAPE
	==============================================================================*/
	@media (min-width: 1019px) and (max-width: 1140px) {
	.bm-page-title h1 		{font-size: 45px !important;}
	.bm-post-title h1 		{font-size: 40px !important;}
	
	.bm-section-title h2 	{font-size: 35px !important;}
	.bm-section-title h3 	{font-size: 24px !important;}
	.bm-section-title h4 	{font-size: 17px !important;}
	
	.bm-breadmass h1 {font-size: 32px !important;}
	.bm-breadmass h2 {font-size: 28px !important;}
	.bm-breadmass h3 {font-size: 24px !important;}
	
	
	}

	/*==============================================================================
    TABLET PORTRAIT
	==============================================================================*/
	@media (min-width: 768px) and (max-width: 1018px) {
	.bm-page-title h1 		{font-size: 45px !important;}
	.bm-post-title h1 		{font-size: 40px !important;}
	
	.bm-section-title h2 	{font-size: 30px !important;}
	.bm-section-title h3 	{font-size: 24px !important;}
	.bm-section-title h4 	{font-size: 20px !important;}
	}

	/*==============================================================================
    PHONES
	==============================================================================*/
	@media (max-width: 767px) {
	.bm-page-title h1		{font-size: 35px !important;}
	.bm-post-title h1 		{font-size: 30px !important;}
	
	.bm-section-title h2 	{font-size: 26px !important;}
	.bm-section-title h3 	{font-size: 20px !important;}
	.bm-section-title h4 	{font-size: 18px !important;}
	}



/*==============================================================================
    BM Annons
==============================================================================*/

.bm-annons {
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

.bm-annons a {
    display: block;
    line-height: 0;
}

.bm-annons picture,
.bm-annons img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}




.bm-breadmass{
	font-family: 		'Fira Sans Condensed', sans-serif !important;	
	font-size: 			15px !important;
	}
	
.bm-breadmass p{
	margin-bottom:10px;
	}	
	
.bm-breadmass p:last-child{
	margin-bottom:0 !important;
	}

.bm-breadmass * {
    text-decoration: none !important;
}

.bm-breadmass a {
    color: #007ac8 !important;
}

.bm-breadmass a:hover {
    color: #18242c !important;

    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 1px !important;
}


/*==============================================================================
    BM Post Info
==============================================================================*/

.bm-post-info-divider {
    border-top: 1px solid #dddddd;
    margin: 3px 0;
}

.bm-post-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #18242c;
}

@media (max-width: 480px) {

    .bm-post-info-container {
        font-size: 13px !important;
    }

}


.bm-post-info-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bm-post-author-label {
    font-weight: 300;
    color: #18242c;
}

.bm-post-author-name {
    font-weight: 600;
    color: #18242c;
}

.bm-post-info-date {
    color: #666666;
    white-space: nowrap;
}

.bm-post-info-comments {
    display: flex;
    align-items: center;
}

.bm-post-info-comments a {
    display: flex;
    align-items: center;
    color: #222222;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.bm-post-info-comments a:hover {
    opacity: 0.75;
}

.bm-post-info-comments i {
    margin-right: 5px;
    font-size: 14px;
    line-height: 1;
}

.bm-post-info-comments span {
    font-weight: 400;
    white-space: nowrap;
}

.bm-post-info-comments a {
    color: #18242c;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.bm-post-info-comments a:hover,
.bm-post-info-comments a:focus {
    color: #0F4A71 !important;
    border-bottom: 1px solid #0F4A71;
}

.bm-post-content p {
    margin-bottom: 10px;
}


.bm-post-content a {
    color: #007ac8 !important;

    text-decoration: none !important;

    transition: color 0.2s ease;
}

.bm-post-content a:hover {
    color: #18242c !important;

    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 1px !important;
}



.bm-trad-design a {
    color: #007ac8 !important;
}

.bm-trad-design a:hover {
    color: #18242c !important;

    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 1px !important;
}




/* =========================================================
   BM-BOX | Containers, headers and texts
========================================================= */

.bm-box-container{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 14px;
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
	margin-bottom:0px;
}

.bm-box-header,
.bmks-header {
    position: relative;
    margin-bottom: 14px;
    padding: 14px;
    background: #18242c;
    color: #ffffff;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-sizing: border-box;
	margin-bottom: 5px;
}

.bm-box-header p {
	margin:0 !Important;
}

.bm-box-container-content {
    position: relative;
	background: #fbfbfb;
    width: 100%;
	padding: 14px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.7;
	border: 1px solid #e6e6e6;
    color: #18242c;
   	border-radius: 4px;
    box-sizing: border-box;
}

.bm-box-text {
    font-family: "Fira Sans Condensed", sans-serif;
    line-height: 1.65;
	width: 100%;
    font-size: 15px;
    line-height: 1.75;
    color: #18242c;
    font-weight: 400;
	width: 100%;
	padding: 5px;
}


a.bm-box-link {
    display: inline-block;
    margin-left: auto;
    color: #18242c !important;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
    transition:color 0.2s ease, opacity 0.2s ease;
}

a.bm-box-link:hover {
    color: #0F4A71 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    opacity: 1;
}


/*==============================================================================
    DOC BOX
==============================================================================*/

.bm-doc-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
	margin-bottom:5px !important;
}


/*------------------------------------------------------------------------------
    IMAGE
------------------------------------------------------------------------------*/

.bm-box-image {
    display: block;
    width: 100%;
    height: auto;
	margin-bottom:5px;
}

/*------------------------------------------------------------------------------
    CONTENT
------------------------------------------------------------------------------*/

.bm-box-docs-content {
    flex: 1;

    padding: 24px 22px;

    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    background: #fbfbfb;
	border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;

}

.bm-box-docs-content p:first-child {
    margin-top: 0;
}

.bm-box-docs-content p:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------
    BOTTOM
------------------------------------------------------------------------------*/

.bm-box-docs-bottom {
    position: relative;
    margin-top: auto;
    padding: 28px 22px 20px;
    background: #fbfbfb;
    text-align: right;
	border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
	
	
	
}

/* Inset divider */

.bm-box-docs-bottom::before {
    content: "";

    position: absolute;

    top: 12px;
    left: 22px;
    right: 22px;

    height: 1px;

    background: #e5e5e5;
}

.bm-box-docs-bottom p {
    margin: 0;
}

/*------------------------------------------------------------------------------
    LINK
------------------------------------------------------------------------------*/

.doc-link {
    display: inline-flex;
    align-items: center;

    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;

    color: #18242c;

    text-decoration: none;

    transition: color 0.2s ease;
}

.doc-link::after {
    content: "→";

    margin-left: 8px;

    font-size: 14px;

    transition: transform 0.2s ease;
}

.doc-link:hover {
    color: #0F4A71;
}

.doc-link:hover .doc-link-text {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.doc-link:hover::after {
    transform: translateX(3px);
}

.doc-link-text {
    display: inline-block;
}

















/* =========================================================
   NEWSLIST
========================================================= */

.bm-box-container-newslist {
    position: relative;

    width: 100%;

    padding: 12px 14px;

    background: #fbfbfb;

    font-family: "Fira Sans Condensed", sans-serif;
    line-height: 1.65;

    color: inherit;

    border-radius: 4px;

    box-sizing: border-box;
}










/* =========================================================
   CONTENT
========================================================= */



.bm-box-container-content p {
    margin: 0 0 14px;
}

.bm-box-container-content p:last-child {
    margin-bottom: 0;
}

.bm-box-container-content a {
    color: #0F4A71;

    text-decoration: none;

    border-bottom: 1px solid transparent;

    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.bm-box-container-content a:hover {
    color: #18242c;

    border-bottom-color: #18242c;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bm-box-container-content {
        font-size: 14px;
        line-height: 1.65;
    }

    .bm-box-container-content p {
        margin-bottom: 12px;
    }

}


/* =========================================================
   CONTENT
========================================================= */

.bm-box-container-content p {
    margin: 0 0 14px;
}


/* =========================================================
   LINKS
========================================================= */

.bm-box-container a{
    
    text-decoration: none;

    transition: opacity 0.2s ease;
}

.bm-box-container a:hover {
    opacity: 0.72;
}

/* =========================================================
   META
========================================================= */

.bm-box-container-meta {
    margin-top: 6px;

    font-size: 13px;
    line-height: 1.4;

    color: #777777;
}

/* =========================================================
   DIVIDER
========================================================= */

.bm-box-container-divider{
    width: 100%;
    height: 1px;

    margin: 16px 0;

    background: #dddddd;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bm-box-container {
        padding: 16px;
        margin-bottom: 20px;
    }

    .bma-header,
    .bm-box-container-title {
        margin-bottom: 14px;
        padding-bottom: 10px;

        font-size: 20px;
    }

    .bm-box-container-content{
        font-size: 15px;
        line-height: 1.6;
		
    }
}

/* =========================================================
   LINK WRAP
========================================================= */

.bm-box-link-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}








/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bm-box-subscription {
        margin: 20px 0;
        border-radius: 14px;
    }

    .bm-box-inner {
        padding: 22px;
        gap: 18px;
    }

    .bm-box-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .bm-box-link-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .bm-box-link {
        width: 100%;
        padding: 15px 20px;
    }

    .td-pb-span4 .bm-box {
        position: relative;
        top: auto;
    }
}


/*==============================================================================
    BM Senaste Kommentarer Slider
==============================================================================*/

.bmks-container {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.bmks-slider-wrap,
.bmks-slider-wrap * {
    font-family: "Fira Sans Condensed", sans-serif;
    box-sizing: border-box;
}

.bmks-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bmks-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;

    transition:
        opacity 1s ease,
        visibility 1s ease;
}

.bmks-slide.bmks-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.bmks-inner {
    min-height: 160px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
	
	
	
}

.bmks-text {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
    color: #222222;

    overflow-wrap: anywhere;
}

.bmks-text a {
    color: #0F4A71;
    text-decoration: underline;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

.bmks-text a:hover {
    color: #18242c;
}

.bmks-meta {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
}

.bmks-author {
    font-weight: 700;
    color: #000000;
}

.bmks-posttitle {
    font-size: 14px;
    line-height: 1.4;
}

.bmks-posttitle a {
    display: inline;
    color: #0F4A71;
    text-decoration: underline;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

.bmks-posttitle a:hover {
    color: #18242c;
}

.bmks-comment-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-left: 8px;
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    border-radius: 4px;
    vertical-align: middle;
    white-space: nowrap;

    position: relative;
    top: 1px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


/*------------------------------------------------------------------------------
    Fix | wpautop
------------------------------------------------------------------------------*/
.bmks-text p {margin: 0 0 12px;}
.bmks-text p:last-child {margin-bottom: 0;}

/*==============================================================================
    TABLET PORTRAIT
==============================================================================*/
@media (min-width: 768px) and (max-width: 1018px) {
    .bmks-inner {padding: 16px;}
    .bmks-text {font-size: 14px; line-height: 1.65;}
}
/*==============================================================================
    PHONES
==============================================================================*/

@media (max-width: 767px) {

    .bmks-inner {min-height: 140px;padding: 14px;}
    .bmks-text {margin-bottom: 24px;font-size: 14px;line-height: 1.6;}
    .bmks-meta,
    .bmks-posttitle {font-size: 13px;}
}





/*==============================================================================
    Tablet
==============================================================================*/
@media (max-width: 768px) {
	.bmks-header { margin-bottom: 12px;}
}

/*==============================================================================
    Mobile
==============================================================================*/
@media (max-width: 480px) {
    .bmks-header {margin-bottom: 10px;}
}


/*==============================================================================
    End Slider
==============================================================================*/


/*==============================================================================
    Archive Accordion
==============================================================================*/

.bma-wrapper {
    position: relative;

    width: 100%;
    max-width: 100%;

    padding: 16px;

    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 6px;

    box-sizing: border-box;

    font-family: "Fira Sans Condensed", sans-serif;
}

.bma-header {
    margin-bottom: 14px;
    padding: 12px 14px;

    background: #18242c;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    border-radius: 4px;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bma-year {
    margin-bottom: 0;
}

.bma-toggle {
    position: relative;

    width: 100%;
    padding: 8px 14px;

    background: #fbfbfb;
    color: inherit;

    border: 1px solid #eeeeee;
    border-radius: 4px;

    cursor: pointer;

    text-align: left;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    appearance: none;
    -webkit-appearance: none;

    transition: 0.2s ease;
}

.bma-toggle::after {
    content: "▸";

    position: absolute;
    top: 50%;
    right: 12px;

    transform: translateY(-50%);
}

.bma-year.active .bma-toggle::after {
    content: "▾";
}

.bma-year.active .bma-toggle {
    border-bottom-color: transparent;

    border-radius: 4px 4px 0 0;
}

.bma-content {
    overflow: hidden;

    max-height: 0;
    padding: 0 5px 5px;

    transition: max-height 0.35s ease;
}

.bma-year.active .bma-content {
    background: #fbfbfb;

    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

    border-radius: 0 0 4px 4px;
}

.bma-year:not(.active) .bma-current-item {
    display: none;
}

.bma-year-total {
    margin: 12px 0 8px;

    font-size: 14px;
    line-height: 1.4;
}

.bma-wrapper ul {
    margin: 0 0 8px;
    padding: 0;

    list-style: none;
}

.bma-wrapper li {
    margin: 6px 0;
}

.bma-wrapper a {
    color: inherit;
    text-decoration: none;
}

.bma-year-total a,
.bma-wrapper li a {
    display: block;
    width: 100%;

    padding: 8px 12px;

    border: 1px solid transparent;
    border-radius: 4px;

    box-sizing: border-box;

    font-weight: 500;

    transition: 0.2s ease;
}

.bma-year-total a:hover,
.bma-wrapper li a:hover {
    background: #f7f7f7;

    border-color: #dddddd;
}

.bma-current-item {
    display: block;
    width: 100%;
    max-width: 100%;

    padding: 8px 12px;

    background: #0D3A55;
    color: #ffffff;

    border: 1px solid #0D3A55;
    border-radius: 4px;

    box-sizing: border-box;

    font-weight: 600;
    line-height: 1.4;
}


/*==============================================================================
    BM_archive_mobile
==============================================================================*/

.bma-mobile-wrapper {
    display: none;
}


/*==============================================================================
    TABLET & PHONE
==============================================================================*/

@media (max-width: 767px) {

    .bma-wrapper {
        display: none;
    }

    .bma-mobile-wrapper {
        display: block;

        width: 100%;
        padding: 12px;

        background: #f8f8f8;
        border: 1px solid #e6e6e6;
        border-radius: 6px;

        box-sizing: border-box;

        font-family: "Fira Sans Condensed", sans-serif;
    }

    .bma-mobile-select {
        width: 100%;
        height: 44px;

        padding: 0 14px;

        background: #fbfbfb;
        color: #18242c;

        border: 1px solid #dddddd;
        border-radius: 4px;

        font-size: 15px;
        font-weight: 600;

        box-sizing: border-box;

        appearance: none;
        -webkit-appearance: none;
    }

    .bma-mobile-select:focus {
        outline: none;
        border-color: #0F4A71;
    }


}


/*==============================================================================
    PHONE
==============================================================================*/

@media (max-width: 767px) {

    .bma-mobile-wrapper {
        padding: 10px;
    }

    .bma-mobile-select {
        height: 42px;
        font-size: 14px;
    }

    .bm-box {
        padding: 12px;
        border-radius: 4px;
    }
}









/*-----------------------------------------------------------------------------
ARKIV-STYLE BREADCRUMBS
Sharper typography + proper active state
-----------------------------------------------------------------------------*/

/* Normal breadcrumb items */
.tdb-entry-crumb {
    display: inline-block;

    margin-right: 2px;
    margin-bottom: 2px;

    padding: 5px 10px 7px;

    background: #232323;

    border: 1px solid #e7e7e7 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    color: #ffffff !important;

    font-family: "Fira Sans Condensed", sans-serif;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;

    letter-spacing: 0.5px !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: geometricPrecision;

    text-decoration: none !important;

    transition:
        background 0.18s ease,
        border-color 0.18s ease;
}

/* Hover */
.tdb-entry-crumb:hover {
    background: #3a3a3a;
    border-color: #d5d5d5 !important;
}

/* ACTIVE / CURRENT PAGE */
.tdb-bred-no-url-last {
    display: inline-block;

    margin-right: 2px;
    margin-bottom: 2px;

    padding: 5px 10px 7px;

    background: #f3f3f3 !important;

    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    color: #232323 !important;

    font-family: "Fira Sans Condensed", sans-serif;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;

    letter-spacing: 0.5px !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: geometricPrecision;
}

/* Remove separators/icons */
.td-sp,
.tdb-entry-crumb i {
    display: none !important;
}

/* Tight wrapper spacing */
.entry-crumbs {
    line-height: 1 !important;
}


/* =========================================================
   DOCS WRAPPER FIX
========================================================= */

.tdi_110 .bm-box-container-docs {
    border-color: #dddddd !important;
    border-style: solid !important;
    border-width: 1px !important;
}



/* =========================================================
   VLP LINK CARD — RAKAPUCKAR SPOTLIGHT
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt {
    padding: 18px !important;

    border: 1px solid #e6e6e6 !important;

    border-radius: 4px !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    background: #ffffff !important;
}

/* =========================================================
   RESET INTERNAL SPACING
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-image,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-thumbnail,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-content {
    margin: 0 !important;

    border: none !important;

    box-sizing: border-box !important;

    background: transparent !important;
}

/* =========================================================
   IMAGE WRAPPER
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-image,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-thumbnail {
    padding-bottom: 16px !important;
}

/* =========================================================
   IMAGE
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-image img,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-thumbnail img {
    width: 100% !important;

    height: auto !important;

    display: block !important;

    border: none !important;

    box-shadow: none !important;

    outline: none !important;

    border-radius: 4px !important;

    transform: none !important;

    transition: none !important;

    object-fit: contain !important;
}

/* =========================================================
   CONTENT
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-content {
    padding: 0 !important;
}

/* =========================================================
   TEXT SPACING
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-title,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-summary,
.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-url {
    padding-left: 12px !important;

    padding-right: 12px !important;
}

/* =========================================================
   TITLE
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-title {
    font-family: 'Faustina', sans-serif !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.2px !important;

    color: #18242c !important;

    margin: 0 0 10px !important;
}

/* =========================================================
   SUMMARY
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-summary {
    font-family: 'Faustina', sans-serif !important;

    font-size: 15px !important;

    line-height: 1.65 !important;

    color: #555 !important;

    margin: 0 0 14px !important;
}

/* =========================================================
   URL
========================================================= */

.vlp-link-container.vlp-layout-rakapuckar-spotligt .vlp-link-url {
    color: #007ac8 !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    text-transform: uppercase !important;

    letter-spacing: 0.4px !important;
}


/* =========================================================
   FOOTER
========================================================= */
.bm-footer{
    font-family: 'Fira Sans Condensed', sans-serif !important;
    color:#e1e1e1;
    font-size:14px;
    line-height:25px;

}  
    
.bm-footer-text{padding:0 10px;}    


.bm-footer a {
   color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 1px !important;
    
}

.bm-footer a:hover {
    color: #ffffff !important;

    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 1px !important;
}

.bm-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px; /* öka från t.ex. 15px */
    padding: 10px;
    border-bottom: 0 dotted #e6e6e6;
}

.bm-footer-social a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:36px;
    height:36px;
    background:#3a3a3a;
    border:1px solid rgba(255,255,255,.08);
    border-radius:4px;
    color:#ffffff;
    text-decoration:none !important;
    transition:all .2s ease;
}

.bm-footer-social a:hover{
    background:#4a4a4a;
    transform:translateY(-2px);
}

.bm-footer-social svg{
    width:20px;
    height:20px;
}


/* =========================================================
   No arrows in breadcrumbs
========================================================= */
.tdb-bread-sep.td-icon-right {
    display: none !important;
}


/* ==========================================================================
   BLOCKQUOTE
   ========================================================================== */

.wp-block-quote,
blockquote {
    margin: 25px 0;
    padding: 0;
    border: 0;
    background: none;
}

.wp-block-quote p,
blockquote p {
     position: relative;

    margin: 0 0 1em;
    padding-left: 28px;

    border-left: 3px solid #c8102e;

    font-size: 0.9em !important;
    line-height: 1.7 !important;

    font-style: normal;

    text-transform: none !important;
    letter-spacing: normal !important;
}

.wp-block-quote p::before,
blockquote p::before {
    content: "❝";

    position: absolute;
    left: 8px;
    top: 0;

    color: #c8102e;
    font-size: 0.9em;
}

.wp-block-quote p:last-child,
blockquote p:last-child {
    margin-bottom: 0;
}

.wp-block-quote cite,
blockquote cite {
    display: none;
}

.wp-block-quote p,
blockquote p,
.tagdiv-type blockquote p {
    text-transform: none !important;
    letter-spacing: normal !important;
}


.wp-block-quote p,
blockquote p {
    text-align: left !important;

    font-size: 0.9em;
    font-weight: 500;

    line-height: 1.7;

    text-transform: none !important;
    letter-spacing: normal !important;
}

