/* Fjern hvid bg på text i slider */
.content-over-image-white .entry-frame {
  background: none;
  
}

/* text i slider */
.content-over-image-white .entry-header a {
  color: white !important;
}

/* Border rundt om knap i slider */
.content-over-image-white .entry-header .read-more {
  border-color: white !important;
}

/* Dark Overlay på billeder i slider */
.content-over-image-white .entry-header {
  background: rgba(0,0,0, 0.3);
}

h1,h2,h3,h4,h5,h6,
#main_menu a,
.home-section.latest-posts .entry-header
{
  text-transform: uppercase !important;
}

/* Skjul "af xxxx" på forsidenyheder */
.home-section .written-by,
.home-section .author {
  display: none;
}

.single .entry-media img {
  width: 100%;
}

body.single-post .manual-excerpt {
  display: none;
}

.post-has-dropcap > p:first-of-type:first-letter, .has-drop-cap:not(:focus):first-letter {
	font-family: inherit;
	font-weight: inherit;
}

.post-has-dropcap > p:first-of-type:first-letter {
	float: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	padding: 0;
}


.home-section.latest-posts .entry-image a {
    height: 200px;
    overflow: hidden;
    display: block;
}

.home-section.latest-posts .entry-meta {
  margin: 5px 0;
}

.home-section.latest-posts .entry-meta .updated:not(.published) {
    display: inline-block;
}

.home-section.latest-posts .grid-4:nth-child(3n+1){
    clear:left
}

.home-section.latest-posts .entry-header .entry-title {
    margin: 5px 0;
}

.home-section.latest-posts .post-item .entry-summary {
    margin: 0;
    line-height: 1.4;
}

@media only screen and (min-width: 751px) {
	.global-sliders .slick-dots, .global-sliders .slider-nav-arrow {
		opacity:  0.7;
	}
}

.single .related-posts {
  display: none;
}

.page-id-1282 .content-with-sidebar th,
.page-id-1282 .content-with-sidebar td {
  border: none;
}

.offcanvas-menu .menu li a {
  text-transform:uppercase !important;
}

.main-menu .sub-menu { background: white; }

.sub-menu a, .sub-links a { color: black !important; }