/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Relaterte historier **/
#relaterte_historier {
	display: grid !important;
	grid-column-gap: 30px !important;
	column-gap: 30px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** General >> Historie tittel **/
.historie_tittel {
	font-family: gotham-book !important;
	color: rgb(0, 0, 0) !important;
	font-size: 20px !important;
}

/** General >> Les mer **/
.les_mer {
	font-family: gotham-medium !important;
	color: rgb(129, 44, 135) !important;
	padding-top: 5px !important;
	border-top-style: solid !important;
}

/** General >> Historie ingress **/
.historie_ingress {
	font-family: gotham-light !important;
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

/** General >> Historie arkiv paragraph **/
#historie_arkiv p {
	font-family: gotham-light !important;
	color: rgb(12, 12, 12) !important;
	font-size: 16px !important;
}

/** General >> Historie arkiv elementor post read more **/
#historie_arkiv .elementor-post__read-more {
	margin-top: 25px !important;
}

/** General >> Historie arkiv paragraph _2 **/
#historie_arkiv p {
	padding-bottom: 25px !important;
	margin-top: -15px !important;
}

/** General >> Elementor post title link **/
.elementor-post__title a {
	font-family: gotham-book !important;
	font-size: 20px !important;
}

/** General >> Historie ingress _2 **/
.historie_ingress {
	font-family: gotham-light !important;
	color: rgb(42, 42, 42) !important;
	padding-bottom: 25px !important;
}

/** General >> Historier forside elementor post read more **/
#historier_forside .elementor-post__read-more {
	border-top-color: rgb(230, 22, 118) !important;
}

/** General >> Stillingerboks hentry **/
#stillingerboks .hentry {
	background: #f7f7f7 !important;
	height: auto !important;
	padding: 20px !important;
	position: relative !important;
}
#stillingerboks .hentry:before {
	content: '' !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	border-top: 80px solid #05b3c7 !important;
	border-right: 80px solid white !important;
	width: 0 !important;
}
#stillingerboks a.elementor-post__read-more {
	border-top: none !important;
	padding-top: 0 !important;
	background: #E61676 !important;
	color: white !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 5px !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> List item:(1) link:(1) **/
	.elementor-nav-menu--dropdown > ul > li:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(1) > a:nth-of-type(1) {
	color: black !important;
}

	/** General >> List item:(3) elementor sub item:(1) **/
	.elementor-nav-menu--dropdown > ul > li > ul > li > .elementor-sub-item {
	color: black !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Relaterte historier _2 **/
	#relaterte_historier {
	display: grid !important;
}
#relaterte_historier > :nth-child(1) {
	grid-area: 1 / 1 / 2 / 3 !important;
}


}

