/*!
Theme Name: WFP Theme 1.0
Theme URI: http://wfpbooking.dk
Author: MLF
Author URI: http://mikileefoo.dk
Description: A theme customized for workforce planner presentation website
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: workforceplanner
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

workforceplanner is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		/*display: block;*/
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Theme specific styles
--------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    min-height: 100vh;
    height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

a {
	color:#3F7087;
}
a:hover {
	color:#19244E;
}

h1 {
    font-size: 1.9em;
}
h4 {
    font-size: 1.3em;
    font-weight: 700;
}
h5 {
    text-transform: uppercase;
    color:#83D1DB;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

button, input, .btn, a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.background-placeholder {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(90deg, #3C7B91 0%, #389DCD 24.71%, #50D6E8 51.85%, #A3E5ED 77.81%, #E9FFFF 100%);
    height: 800px;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.site {
	display:flex;
	flex-direction: column;
	height: 100%;
}

.site-content {
	flex:1 0 auto;
}

.site-header {
    padding:20px;
}

    .site-header.subpage {
        background:#19244E;
    }
    
    .site-header.subpage nav .wfp-navigation a {
        color:#ccc;
        font-weight: 400;
	}
		.site-header.subpage nav .wfp-navigation a:hover {
			color:#fff;
		}
	.site-header.subpage nav .current_page_item > a,
	.site-header.subpage nav .current_page_parent > a {
        color:#fff;
        font-weight: bold;
    }

    .site-header.subpage nav .wfp-navigation > li:last-child a {
        font-weight: 700;
        color:#fff;
    }

    

header nav .wfp-navigation a {
    color:#19244E;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	transition: 0.4s all;
	padding-left: 0;
}
		header nav .wfp-navigation li:hover a {
			color:#3C7B91;
		}

header nav .wfp-navigation > li {
	position: relative;
}

header nav .wfp-navigation > li:last-child a {
    color:white;
    background: #3C7B91;
    margin-left: 15px;
	transition: 0.4s all;
	border-radius: .3rem;
}

	header nav .wfp-navigation > li:last-child:hover {
		background:none;
	}

    header nav .wfp-navigation > li:last-child a:hover {
        background: #19244E;
        text-decoration: none;
        color: white;
    }

    header nav .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }
    header nav .navbar-toggler .navbar-toggler-border {
        width:15px;
        height: 1px;
        background:gray;
        display: block;
        margin:4px 0;
	}


	header nav .wfp-navigation li > ul {
		list-style: none;
		padding:0;
		display: none;
	}
		header nav .wfp-navigation li ul a {
			background: none;
		}

	header nav .wfp-navigation > li:hover ul {
		display:block;
	}
	header nav .wfp-navigation > li ul {
		position: absolute;
		background: #19244E;
		left:0;
		top:37px;
		z-index: 99;
		border-radius:.3rem;
		overflow: hidden;
	}
		header nav .wfp-navigation > li ul li {
			text-align: left;
		}
		header nav .wfp-navigation > li ul a {
			color:#fff;
			font-weight: normal;
			font-size: 14px;
		}
		header nav .wfp-navigation > li:hover ul a {
			color:#fff;
		}
			header nav .wfp-navigation > li ul li:hover {
				background: #3C7B91;
			}
			header nav .wfp-navigation > li ul li:hover a {
				color:#fff !important;
			}

@media screen and (max-width: 992px) {
	header nav .wfp-navigation li > ul {
		display: block;
		position: relative;
		top:inherit;
		left: inherit;
		margin-left: 30px;
		margin-bottom: 10px;
		background:none;
	}
	header nav .wfp-navigation li > ul a {
		color:#19244E;
		font-size: 16px;
	}
	header nav .wfp-navigation > li:last-child a {
		color:#19244E;
		background: none;
		margin:0;
	}
}


.hero {
    padding: 50px 0 50px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
    .hero h1 {
        font-size: 2em;
    }

    .hero-text span {
        color:#B2F4CC;
        font-weight: bold;
        text-transform: uppercase;
	}
	
	.hero img {
		align-self: center;
	}

.wfp-for-all .headbox {
	padding-bottom: 30px;
}

 .headbox {
    text-align: center;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
	.headbox { width:50%;}
}

    .wfp-for-all h5 {
        display: block;
        margin-bottom: 10px;
    }
  
.wfp-for-all p,
.wfp-functions .info p {
    font-size: 16px;
    color:#5D7276;
}
.a_arrow {
    font-size: 14px;
    color:#19244E;
    text-decoration: underline;
    font-weight: 700;
    position:relative;
}
    .a_arrow::after {
        content: '';
        display: inline-block;
        margin-left: 10px;
        width: 16px;
        height: 16px;
        background-image: url('/wp-content/themes/workforceplanner/assets/img/icon_a_arrow.svg');
        background-size: 16px 16px;
        position: absolute;
        right:-25px;
        top:0;
    }

.wfp-reasons {
	background-size: cover;
	background-repeat: repeat;
	background-position: 50%;
	background-attachment: fixed;
    padding:50px 0;
}



    .wfp-reasons .videoplayer {
        width:470px;
        height: 260px;
        background:white;
        border-radius: 6px;
		position: relative;
		overflow: hidden;
    }

.videoplayer .video_logo {
    width:90px;
    position: absolute;
    left:20px;
    top:20px;
}
    .videoplayer .play {
        margin-bottom:15px;
    }

.reasons {
    padding:30px 20px;
    border-radius: 10px;
    background:#9ADAE7;
    width: 290px;
    color:#19244E;
}
    .reasons h1 {
        font-weight: 700;
        font-size: 16px;
    }

    .reasons ul {
        padding:0;
        padding-left: 0px;
        margin: 0;
        list-style: none;
    }
        .reasons li {
            padding:20px 0;
			font-size: 15px;
			display:flex;
        }
        .reasons li .icon {
			min-width:38px;
			max-width: 38px;
            height: 38px;
			margin-right: 15px;
			background-color: #CDF0F7;
			border-radius: 100%;
			display:-ms-flex;
			display:flex;
			-ms-flex-pack: center;
			align-items: center;
			justify-content: center;
		}
			.reasons li .icon img {
				width:60%;
			}

		.reasons li .text {
			display:-ms-flex;
			display:flex;
			-ms-flex-pack: center;
			align-items: center;
		}

        .reasons li:last-child {
            padding-bottom: 15px;
        }

        
.wfp-functions {
    padding:150px 0;
}

    .wfp-function-item {
        margin-bottom: 100px;
    }
        .wfp-function-item:last-child {
            margin:0;
        }


    .wfp-functions .info .function-tags {
        margin-bottom: 8px;
    }

    .wfp-functions .info .function-tags a {
        margin-right: 5px;
    }

    .wfp-functions .info h5 {
        margin-bottom: 10px;
    }
    .wfp-functions .btn {
        font-size: 0.9rem;
        font-weight: 700;
    }

    .wfp-functions .row:nth-child(2) .col-md-6:last-child {
        order:1;
    }
    .wfp-functions .row:nth-child(2) .col-md-6:first-child {
        order:2;
        padding-left: 30px;
    }

.wfp-function-item .image-wrap {
	max-height: 280px;
	overflow: hidden;
	display:-ms-flex;
	-ms-flex-pack: center;
	display:flex;
	align-items: center;
	justify-content: center;
}


.image-wrap img {
    width: 100%;
}


section {
	padding: 50px 0 100px;
}

.testimonials {
    padding: 100px;
    background: #E2EEF6;
}

.testimonial-wrap {
	min-height: 350px;
}
	.carousel-control-prev {
		left:-30%;
	}
		.carousel-control-prev .carousel-control-prev-icon {
			background-image: url('/wp-content/themes/workforceplanner/assets/img/control_prev.svg');
			width:30px;
			height: 30px;
		}
	.carousel-control-next {
		right:-30%;
	}
		.carousel-control-next .carousel-control-next-icon {
			background-image: url('/wp-content/themes/workforceplanner/assets/img/control_next.svg');
			width:30px;
			height: 30px;
		}

.testimonials .imgWrap img {
    max-width: 500px;
}

    .testimonials-item {
        margin-bottom: 50px;
    }
        .testimonials-item:last-child {
            margin-bottom: 0;
        }

    .testimonials-item .image img {
        width:85%;
        border-radius: 100%;
    }
    .testimonials-item .quote blockquote {
        color:#5E5E5E;
        font-style: italic;
        font-size: 0.95em;
    }
    .testimonials-item .quote a {
        color: #19244E;
    } 
    .testimonials-item .quote cite {
        color:#969696;
        display: block;
        margin-top: 10px;
        font-size: 0.9em;
    }
    .testimonials-item .quote img {
        width:30%;
        margin-top: 20px;
    }


.logolist ul {
	display:-ms-flex;
    display: flex;
	align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
    .logolist li {
        width: 20%;
        padding: 0px 20px;
        border-left: 1px solid #eaeaea;
        list-style: none;
        margin-bottom: 20px;
		height: 70px;
		display:-ms-flex;
		display: flex;
		-ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

        .logolist li a {
            display: inline-block;
            max-width: 100%;
            text-align: center;
        }
            .logolist li img {
                width: 70%;
                filter: grayscale(100%);
                transition: filter 0.4s;
            }

            .logolist li:nth-child(5n+1) {
                border-left: 1px solid white;
            }
            .logolist li a:hover img {
                filter: grayscale(0%);
            }


.site-footer {
    padding:50px 0;
	background:#19244E;
	flex-shrink: 0;
}
	.site-footer p {
		margin: 0;
	}

	.site-footer a {
		color:#fff;
		text-decoration: underline;
	}

.sidebar {
    border-right:1px solid #D6DAE3;
	padding:40px;
	flex-direction: column;
}


/********** PAGE ***********/

.type-page .entry-header h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color:#000;
}

.type-page .entry-content h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
}
.type-page .entry-content h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
}
.type-page .entry-content h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
}


/**************************/


/******* CASES ********/

.wfp-cases-page {
	padding:50px 0;
}


/**********************/

.article-wrap {
    padding:15px 40px;
}
	.function-list {
		padding: 0;
	}
    .function-list h1 {
        margin-bottom: 50px;
	}


    .function-list article {
        margin-bottom: 30px;
	}

	.function-list article h2 {
		overflow: hidden;
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
		.function-list article.sticky h2 a {
			color:#19244E;
			display: block;
		}
			.function-list article.sticky h2:after {
				content:'Basis';
				font-size: 11px;
				text-transform: uppercase;
				background:#19244E;
				color:white;
				padding:2px 3px;
				flex: 0 1 auto;
				margin-bottom: 10px;
				margin-left: 5px;
				font-weight: bold;
			}

    .article-wrap article h2 a {
        font-size: 26px;
        font-weight: 700;
		margin-bottom:10px;
		color:#000;
		text-decoration: none;
	}
	
	.function-list article h2 {
		overflow: hidden;
	}

	.function-list article h2 a {
		font-size: 20px;
        font-weight: 700;
		margin-bottom:10px;
		color:#3C7B91;
		text-decoration: none;
		float: left;
	}

	.function-list .entry-content {
		margin: 0;
	}


    .function-list p {
        color:#5D7276;
    }
    .function-list .imgWrap {
		width: 100%;
		display: flex;
		align-items: center;
		height: 200px;
		overflow: hidden;
		border:1px solid #eee;
    }
        .function-list .imgWrap img, .article-wrap .post-thumbnail img {
            width: 100%;
            border-radius: 3px;
        }
    .function-list .info {
		max-width: 100%;
		padding-bottom: 10px;
	}
		.function-list .info a:hover, .article-wrap .entry-content a:hover {
			text-decoration: none;
		}

	.function-list .function-tags {
		padding:15px 0;
	}
    .function-list .function-tags a {
        margin-right: 5px;
    }

.tag-title {
	font-size: 16px;
	color:#19244E;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

.filter {
	padding:10px 0 30px;
}

.sidebar-tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.filter .sidebar-tags {
		display: flex;
		flex-direction: row;
	}

.sidebar-tags .active a {
	background-color:#19244E;
	color:#fff;
}

.tax-header-box {
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0 50%;
	padding:75px 0;
	background-color:rgba(25, 36, 78, 0.9);
	position: relative;
}
	.tax-header-box h1 {
		margin-bottom: 20px;
		color:#fff;
		font-weight: 700;
		font-size: 26px;
		margin-top:0;
		z-index: 99;
		position: relative;
	}
	.tax-header-box .description {
		color:#fff;
		font-weight: 300;
		font-size: 16px;
		width: 85%;
		z-index: 99;
		position: relative;
	}
	.tax-header-box::before {
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		background-color:rgba(25, 36, 78, 0.6);
		position: absolute;
		left:0;
		top:0;
		z-index: 50;
	}

.tax-header-box.news {
	height:auto;
}


.sidebar-menu {
    margin-bottom: 40px;
}

    .sidebar-menu ul {
        padding:0;
        margin:0;
        list-style: none;
    }
    .sidebar-menu ul h2 {
        font-size: 16px;
        font-weight: 700;
        color:#4E4E4E;
        margin-bottom: 0px;
    }
    .sidebar-menu ul span {
        font-size: 13px;
        color:#9F9F9F;
    }
    .sidebar-menu li {
        margin-bottom: 20px;
    }
        .sidebar-menu li:hover {
            background:#eee;
        }
        .sidebar-menu li a:hover {
            text-decoration: none;
        }
        .sidebar-menu li.active h2, .sidebar-menu li.active span {
            color:#3F7087;
        }
        .sidebar-menu li.active {
            background:#eee;
        }


/****** POST LIST PAGE *******/

.blog #content {
	padding-bottom: 50px;
}

.type-post, .list-type article, .wfp-single-page .type-wfpfunktion {
	padding:20px 0;
}
.wfp-single-page .type-wfpfunktion {
	margin-bottom: 30px;
}

	.news {
		margin-bottom: 20px;
	}

	.type-post .post-wrap, .comments-wrap, .list-type .post-wrap, .wfp-single-page .type-wfpfunktion .post-wrap {
		/*background-color: #fbfbfb;*/
		border:1px solid #ebebeb;
	}

.type-post header, .list-type article header, .wfp-single-page .type-wfpfunktion header {
	position: relative;
}

.type-post header h2, .list-type article header h2, .wfp-single-page .type-wfpfunktion header h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color:#000;
	width: 80%;
	border-bottom:0.5px solid #C7C7C7;
	margin-left: 10px;
	padding:15px 0px 15px 10px;
	margin-bottom: 15px;
}
	.type-post header h2 a, .list-type header h2 a {
		color:inherit;
	}

.type-post .post-details, .list-type .post-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px 15px 20px;
	font-size: 0.9rem;
	color:#666;
	position: relative;
}
	.type-post .post-details .meta-item, .list-type .post-details .meta-item {
		margin-right: 1rem;
		padding-bottom: 0.3rem;
	}

	.type-post .post-details .post-comments, .list-type .post-details .post-comments {
		position: absolute;
		right:0;
		top:-50px;
	}
		.type-post .post-details .post-comments a, .list-type .post-details .post-comments a {
			height: 56px;
			width: 56px;
			background-color:inherit;
			display:flex;
			justify-content: center;
			align-items: center;
			color:#fff;
			font-weight: 700;
			font-size: 18px;
			background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-comment.svg');
			background-position: 0 0;
			background-size: cover;
		}

.type-post .post-image, .list-type .post-image {
	max-height: 250px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.type-post .post-image img, .type-post .post-image a, .type-post .post-image .post-thumbnail, .list-type .post-image img, .wfp-single-page img {
	width: 100%;
}

.posts-navigation .nav-previous a {
	text-indent: -99999px;
	line-height: 0;
	visibility: hidden;
}
	.posts-navigation .nav-previous a::after {
		content:'‹ Tidligere indlæg';
		visibility: visible;
		display: block;
		font-family: inherit;
		text-indent: 0px;
	}

.posts-navigation .nav-next a {
	text-indent: -99999px;
	line-height: 0;
	visibility: hidden;
}
	.posts-navigation .nav-next a::after {
		content:'Nyere indlæg ›';
		visibility: visible;
		display: block;
		font-family: inherit;
		text-indent: 0px;
	}

.type-post .post-content, .list-type .post-content, .wfp-single-page .type-wfpfunktion .entry-content, .wfp-single-page .type-wfpfunktion .entry-footer {
	padding:20px;
}

.wfp-single-page .type-wfpfunktion .function-tags {
	padding:0 20px;
}

.type-post .post-content h2,h3,h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
	.type-post .post-content h2 {
		font-size: 26px;
	}
	.type-post .post-content h3 {
		font-size: 22px;
	}
	.type-post .post-content h4 {
		font-size: 18px;
	}

.type-post .post-content {
	overflow: hidden;
}

.type-post .post-content img {
	max-width: 100%;
}

icon {
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

icon.i-author {
	background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-author.svg');
	background-position: center 5px;
}
icon.i-time {
	background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-time.svg');
	background-position: center 4px;
}
icon.i-folder {
	background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-folder.svg');
	background-position: center 4px;
}
icon.i-tag {
	background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-tag.svg');
	background-position: center 5px;
}
icon.i-edit {
	background-image: url('/wp-content/themes/workforceplanner/assets/img/feather-icon/ic-edit.svg');
	background-position: center 4px;
}

/****************************/

/**** COMMENTS ******/

.comments-wrap {
	margin-bottom: 50px;
	padding:20px;
}

	.comment-list {
		list-style: none;
		padding-left: 0;
	}

	.comments-title {
		font-family: 'Roboto', sans-serif;
		font-size: 1.2rem;
		font-weight: 700;
		color: #000;
		border-bottom: 0.5px solid #C7C7C7;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.comment-content {
		padding:15px 0px;
	}
	.comment.depth-1 {
		background:#eee;
		margin-bottom: 20px;
		border-radius: 3px;
		border:1px solid #e5e5e5;
		padding:10px;
	}
		.comment.depth-2 {
			background:#f6f6f6;
			padding:10px;
			border-radius: 3px;
			margin:10px 0;
		}
			.comment.depth-3 {
				background:#fff;
				padding:10px;
				border-radius: 3px;
				margin:10px 0;
			} 

.comment .says {
	display: none;
}
.comment .comment-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
}
	.comment .vcard {
		margin-right: 5px;
	}
		.comment .vcard::after {
			content:':';
		}

.comment-form label {
	display:block;
}
.comment-form textarea {
	width: 100%;
}

.comment-form .submit, .wpcf7-submit {
	background: #3C7B91;
    transition: 0.4s all;
	border-radius: .3rem;
	border:none;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight: 700;
	padding:10px 15px;
}
	.comment-form .submit:hover, .wpcf7-submit:hover {
		background:#19244E;
	}

/************************/

/*********** WIDGETS **************/

.widget-area {
	padding:20px 0 0;
}
.widget {
	margin-bottom: 30px;
	padding:15px;
	background-color: #fbfbfb;
	border:1px solid #ebebeb;
}

	/*.single-wfpfunktion .widget {
		background: none;
		border:none;
	}*/

.widget h2 {
    color:#666;
    font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.widget a {
	color:#3F7087;
	font-weight: 700;
	font-size: 14px;
}
	.widget ul a::before {
		content:'›';
		margin-right: 5px;
	}
	.widget ul a:hover {
		text-decoration: none;
		position: relative;
		left:1px;
		color:#19244E;
	}

.widget ul {
    list-style: none;
    padding: 0;
    margin:0;
}

.widget .tagcloud a::after {
	content:', ';
}
	.widget .tagcloud a:last-child::after {
		content:'';
	}

.widget .search-form {
	width: 100%;
	height: 36px;
	position: relative;
	background:#fff;
	border:1px solid #F0F0F0;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}
	.widget .search-form label {
		margin: 0;
		height: 100%;
		width: 80%;
	}
	.widget .search-form .search-field {
		margin:0;
		border:0;
		padding:0;
		vertical-align:middle;
		white-space:normal;
		background:none;
		line-height:1;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
		float: left;
		height: 100%;
		width: 90%;
		padding-left: 10px;
		font-size: 13px;
	}
	.widget .search-form .search-submit {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		border:0;
		padding:0;
		vertical-align:middle;
		white-space:normal;
		background:none;
		line-height:1;
		height: 100%;
		width: 20%;
		float: right;
		font-size: 13px;
		background:#3F7087;
		border-radius: 3px;
		color:#fff;
	}

/*********************************/

.wfp-single-post .function-tags, .wfp-single-page .function-tags {
	margin-bottom: 20px;
}

.wfp-single-post .post-thumbnail img {
	width: 100%;
}

		
.single-article {
    position: relative;
    padding:0;
}
    .single-article .intro {
        position: relative;
    }
    .single-article .intro img {
        width: 100%;
    }
    .single-article .intro h1 {
        position: absolute;
        top:20px;
		left:20px;
		right:20px;
        font-size: 26px;
        background:#fff;
        padding:5px 10px;
        font-weight: 700;
    }
    .single-article .teaser {
        position: absolute;
        left:20px;
        bottom:20px;
        width: 400px;
        background:#9ADAE7;
        opacity: 0.9;
        padding:20px;
	}
		.single-article .teaser p {
			margin: 0;
		}

    .single-article .article-body {
        padding:30px 10px;
    }

    .article-wrap .function-tags a {
        margin-right: 5px;
	}
	
@media screen and (max-width: 450px) {
	h1 {
		font-size: 1.6em;
	}
	
	.site-header {
		padding:0;
	}
	.navbar-brand {
		margin-right: 0;
	}
	.hero {
		padding: 20px 0;
	}
		.hero h1 {
			font-size: 1.6em;
		}
		.hero .container {
			margin:0!important;
		}
		section.wfp-functions {
			padding:75px 0;
		}

	.wfp-for-all-box {
		margin-bottom: 30px;
	}

	.wfp-function-item {
		margin-bottom: 50px;
	}
	
	.testimonials {
		padding:50px 20px;
	}

	.carousel-control-prev {
		left:-20%;
		display: none;
	}
	.carousel-control-next {
		right:20%;
		display: none;
	}

	.filter .sidebar-tags {
		flex-direction: column;
	}
	.navbar-toggler {
		padding: .15rem .55rem;
	}
}

@media screen and (max-width: 768px) {
	.testimonials-item .image {
		padding-bottom: 20px;
		text-align: center;
	}

		.testimonials-item .image img {
			width: 50%;
		}
}


@media screen and (max-width: 768px) {
	.hero h1 {
		margin:0.25em 0 1.50em 0;
		text-align: center;
		background:rgba(0,0,0,0.2);
		padding:10px;
	}

	.headbox {
		padding-bottom: 30px;
	}

	

	section {
		padding:75px 0;
	}

	section.hero {
		padding:0px;
	}

	.tax-tax_afdelinger section {
		padding-top: 20px;
	}

	.wfp-reasons .reasons {
		margin-bottom:30px;
		width:80%;
	}
	.wfp-reasons .videoWrap {
		order:2;
	}
	.wfp-reasons .reasonWrap {
		order:1;
	}

	.wfp-function-item {
		margin-bottom: 100px;
	}

	.wfp-functions .wfp-function-item .col-md-6:first-child {
		order: 2;
		padding-left: 30px;
	}
		.wfp-functions .wfp-function-item .image-wrap {
			margin-bottom: 40px;
		}

	.single-article .article-body {
		padding:20px;
	}
	.sidebar-menu {
		padding:20px;
	}

}


@media screen and (max-width: 992px) {
	.tax-header-box {
		height: auto;
	}
	.tax-header-box .description {
		width:auto;
	}
	.navbar-toggler {
		background: white;;
	}

	.single-article .teaser {
		position: static;
		margin-top: 20px;
	}
}