/*
Theme Name: nyeborgerlige Child
Author: Andreas Haladyn, www.haladyn.dk
Template: nyeborgerlige
Version: 2.0.0
Text Domain:  nyeborgerlige
*/


/* ------------------------
FONT-FACE 
-------------------------*/

@font-face {
    font-family: 'muller_black';
    src: url('muller_black-webfont.eot');
    src: url('muller_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('muller_black-webfont.woff2') format('woff2'),
         url('muller_black-webfont.woff') format('woff'),
         url('muller_black-webfont.ttf') format('truetype'),
         url('muller_black-webfont.svg#mullerblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muller_extrabold';
    src: url('muller_extrabold-webfont.woff2') format('woff2'),
         url('muller_extrabold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'muller_bold';
    src: url('muller_bold-webfont.eot');
    src: url('muller_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('muller_bold-webfont.woff2') format('woff2'),
         url('muller_bold-webfont.woff') format('woff'),
         url('muller_bold-webfont.ttf') format('truetype'),
         url('muller_bold-webfont.svg#mullerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muller_regular';
    src: url('muller_regular-webfont.eot');
    src: url('muller_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('muller_regular-webfont.woff2') format('woff2'),
         url('muller_regular-webfont.woff') format('woff'),
         url('muller_regular-webfont.ttf') format('truetype'),
         url('muller_regular-webfont.svg#muller_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muller_light';
    src: url('muller_light-webfont.eot');
    src: url('muller_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('muller_light-webfont.woff2') format('woff2'),
         url('muller_light-webfont.woff') format('woff'),
         url('muller_light-webfont.ttf') format('truetype'),
         url('muller_light-webfont.svg#mullerlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muller_ultralight';
    src: url('muller_ultralight-webfont.eot');
    src: url('muller_ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('muller_ultralight-webfont.woff2') format('woff2'),
         url('muller_ultralight-webfont.woff') format('woff'),
         url('muller_ultralight-webfont.ttf') format('truetype'),
         url('muller_ultralight-webfont.svg#mullerultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muller Narrow';
    src: url('MullerNarrow-Light.woff2') format('woff2'),
        url('MullerNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Narrow';
    src: url('MullerNarrow-Regular.woff2') format('woff2'),
        url('MullerNarrow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Narrow';
    src: url('MullerNarrow-Bold.woff2') format('woff2'),
        url('MullerNarrow-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Narrow';
    src: url('MullerNarrow-ExtraBold.woff2') format('woff2'),
        url('MullerNarrow-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



::-moz-selection { /* Code for Firefox */
    color:#ffffff;
    background:#00505c;
}

::selection {
    color:#ffffff;
    background:#00505c;
}

.dontshow {
	display:none!important;
	}

/* ------------------------
TYPO
-------------------------*/

body {
	font-family:'muller_regular'!important;
	-webkit-font-smoothing:antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	}

strong {
	font-family:'muller_extrabold'!important;
	font-weight:700!important;
	}

h4 a:hover {
	text-decoration:underline!important;
	}

.post-content p, p, #content ul li, .textwidget, .fusion-read-more {
	font-family:'muller_regular'!important;
	font-size:17px!important;
	line-height:26px!important;
	-webkit-font-smoothing:antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	}

.post-content p a, p a, .fusion-read-more {
	text-decoration:underline!important;
	}

p.wp-caption-text {
	font-size:14px!important;
	}

#content ul li, #content ol li {
	color:#333333!important;
	font-size:17px!important;
	line-height:26px!important;
	}

#content ul.negativ  {
	padding-left:18px!important;
	}

#content ul.negativ li {
	color:#ffffff!important;
	}
	
h1 {
	font-family:'muller_extrabold'!important;
	font-size:50px!important;
	line-height:50px!important;
	margin-bottom:30px!important;
	}

.push h1 {
	margin-top:10px!important;
	}

@media only screen and (max-width: 768px) {

.push h1 {
	font-size:30px!important;
	line-height:36px!important;
	margin-bottom:0!important;
	}	

	}

@media only screen and (min-width: 1000px) {
	
	.push {
		margin-top:-200px!important;
		padding: 20px 30px!important;
	}
}

h2 {
	font-family:'muller_extrabold'!important;
	font-size:36px!important;
	line-height:40px!important;
	margin-bottom:20px!important;
	margin-top:0!important;
	}

h3 {
	font-family:'muller_light'!important;
	font-size:28px!important;
	line-height:34px!important;
	margin-bottom:25px!important;
	}

h4 {
	font-family:'muller_light'!important;
	font-weight:400!important;
	font-size:22px!important;
	line-height:26px!important;
	margin-bottom:15px!important;
	margin-top:10px!important;
	}

h5 {
	font-family:'muller_regular'!important;
	color:#00505c!important;
	font-size:20px!important;
	line-height:26px!important;
	margin-bottom:15px!important;
	margin-top:0!important;
	}

h6 {
	font-family:'muller_extrabold'!important;
	color:#333333!important;
	font-size:18px!important;
	line-height:26px!important;
	margin-bottom:12px!important;
	margin-top:0!important;
	padding-top:15px!important;
	border-top:1px solid #00505c;
	padding-bottom:15px!important;
	border-bottom:3px solid #00505c;
	}

.ff-stream h6 {
	font-family:'muller_extrabold'!important;
	color:#333333!important;
	font-size:12px!important;
	line-height:14px!important;
	margin-bottom:0px!important;
	margin-top:0!important;
	padding-top:0px!important;
	border-top:0!important;
	padding-bottom:0px!important;
	border-bottom:0!important;
}

p.small-text {
	font-family:'muller_regular'!important;
	font-size:14px!important;
	line-height:20px!important;	
	}
	
.white-text {
	color:#ffffff!important;
	}

p.white-text a {
	color:rgba(255,255,255,0.6)!important;
	text-decoration:none!important;
	}

p.white-text a:hover {
	color:rgba(255,255,255,1.0)!important;
	}

p.highlight {
	font-family:'muller_bold'!important;
	}  	

p.citat {
	color:#2e515b!important;
	font-size:28px!important;
	line-height:1.4!important;
}

.fusion-person {
	margin-bottom:40px!important;
}

.fusion-person .person-desc .person-author, .fusion-person .person-desc .person-author .person-title {
	font-family:'muller_regular'!important;
	}

.fusion-person .person-author-wrapper .person-name {
	font-size:18px!important;
	font-family:'muller_bold'!important;
	line-height:18px!important;
	}

.fusion-person-icon-bottom .fusion-social-networks {
	margin-top:0px!important;
}

.fusion-person .person-content {
	margin-top:10px!important;
	margin-bottom:16px!important;
}

.person-content a:hover {
    color:#117580!important
}

.person-content a:before {
    content: "\f0a9"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;
    font-size: 18px;
    margin-right: 5px;
}

.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
	margin-right:0!important;
	}
	
.fusion-person .person-desc .person-author .person-author-wrapper {
	min-width:65%!important;
	}

.fusion-social-networks.boxed-icons .fusion-social-network-icon {
	font-size:12px!important;
	margin-left:4px!important;
	margin-right:6px!important;
	}

.fusion-image-carousel {
	margin-bottom:10px!important;
}
	
/* ------------------------
HEADER & NAVIGATION 
-------------------------*/

.fusion-secondary-header {
	display:none;
}

.fusion-main-menu > ul > li > a {
	font-family:'muller_regular'!important;
	font-size:14px!important;
	font-weight:400!important;
	text-transform: uppercase!important;
	letter-spacing:0.03em!important;
	-webkit-font-smoothing:antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.fusion-main-menu > ul > li > a:hover {
	border-bottom:3px solid #00505a;
	}	
	
.fusion-main-menu ul li.current-page-ancestor a	 {
	border-top:1px solid #00505a;
	border-bottom:3px solid #00505a;
	}

.fusion-main-menu ul li.current-page-ancestor ul li a	 {
	border-top:0px!important;
	border-bottom:1px solid #dcdadb!important;
	}

.fusion-header-v2 .fusion-secondary-header {
	border-top:0px!important;
	}	

.fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow {
	box-shadow:rgba(0, 0, 0, 0.4) 0px 4px 6px;
	}

.fusion-header-wrapper {
	margin-top:0px;
	}

.fusion-header {
	background-color:rgba(255,255,255,1.0)!important;
	border-bottom:0px!important;
	}

.fusion-main-menu {
	/*margin-top:25px;*/
	}	

.fusion-logo-1x {
	transition: all 0.3s;
	}

.fusion-logo-1x:hover {
	opacity:0.6!important;
	transition: all 0.3s;
	}

.fusion-main-menu .fusion-main-menu-search a:after {
	font-family: 'awb-icons'!important;
	/*content: "\f002"!important;
	color:#00505C!important;*/
}

.fusion-main-menu .sub-menu {
	border-top:0px!important;
	background:#F6F6F6!important;
	width:360px!important;
	border-top:3px solid #00505c!important;
	margin-top:-3px!important;
	}

.fusion-main-menu .sub-menu li a {
	font-family:'muller_regular'!important;
	font-size:15px!important;
	letter-spacing:0.03em;
	color:#00505c!important;
	padding-top:14px!important;
	padding-bottom:14px!important;
	}

.fusion-main-menu .sub-menu li a:hover {
	color:#ffffff!important;
	background-color:#00505c!important;
	}
	
.fusion-main-menu li.kontakt .sub-menu {
	width:220px!important;
	}

@media only screen and (max-width: 800px) {

	.fusion-logo{
	max-width:230px!important;
	}
	
	.fusion-page-title-bar {
		display:none!important;
	}
	
}


/*SIDE MENU */


.fusion-content-widget-area .widget_nav_menu ul li {
	padding:0!important;
	border-bottom:1px solid #E6E6E6;
	}

.fusion-content-widget-area .widget_nav_menu ul li:hover {
	border-bottom:1px solid #00505C;
	}

.fusion-content-widget-area .widget_nav_menu ul li a {
	font-size:12px;
	letter-spacing:0.03em;
	text-transform:uppercase;
	color:#333333!important;
	display:block!important;
	padding:14px 10px 14px 10px;
	width:100%;
	height:100%;
	transition:0.3s ease all;
	}

.fusion-content-widget-area .widget_nav_menu li a:hover {
	background-color:#F2F2F2;
	text-decoration:none!important;
	}

.fusion-content-widget-area .widget_nav_menu li a:before {
	content:""!important;
	}

.fusion-content-widget-area .widget_nav_menu .current-menu-item {
	border-bottom:1px solid #00505C;
	background-color:#00505C!important;
	}

.fusion-content-widget-area .widget_nav_menu .current-menu-item > a {
	color:#ffffff!important;
	background-color:#00505C!important;
	}

.fusion-content-widget-area .widget_nav_menu .current-menu-item > a:hover {
	background-color:#00505C;
	color:#ffffff!important;
	}


/*#nav_menu-5 .widget-title:before, #nav_menu-6 .widget-title:before, #nav_menu-7 .widget-title:before, #nav_menu-8 .widget-title:before, #nav_menu-9 .widget-title:before, #nav_menu-10 .widget-title:before
div[id^='nav_menu'] .widget-title:before {
	content:url('https://nyeborgerlige.dk/wp-content/uploads/logo_svane.png');
	margin-right:6px;
	margin-bottom:-5px;
	}*/

.fusion-content-widget-area .widget_nav_menu ul li ul li a {
	background-color:#F2F2F2!important;
	padding-left:50px!important;
	border-bottom:0!important;
}

.fusion-content-widget-area .widget_nav_menu ul li ul li a::before {
	font-family:"FontAwesome"!important;
	display:block!important;
	content: "\f061"!important;
	color:#000000!important;
	margin-right:20px!important;
}

.fusion-content-widget-area .widget_nav_menu ul li ul li .current-menu-item > a {
	color:#ffffff!important;
	background-color:#00505C!important;
	}

@media only screen and (min-width: 1000px) {
	
	#main .sidebar {
	margin-top:50px!important;
}


}



/* ------------------------
MOBILE NAVIGATION
-------------------------*/

.fusion-mobile-menu-icons a {
	font-size:30px!important;
	color:#00505c!important;
	margin-top:0px!important;
	}
	
.fusion-icon-bars:before {
	color:#00505c!important;
	}
	
.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul {
	border:0px!important;
	}

.fusion-open-submenu:before {
	color:#ffffff!important;
	}

.fusion-mobile-nav-item a {
	background-color:#00505c!important;
	font-family:'muller_regular'!important;
	font-size:16px!important;
	/*text-transform:uppercase!important;*/
	color:#ffffff!important;
	border-color:rgba(255,255,255,0.3)!important;
	}

.fusion-mobile-nav-item a {
	min-height:50px!important;
	line-height:50px!important;
	}

.fusion-open-submenu {
	font-size:20px!important;
	padding-top:10px!important
	}

.fusion-mobile-nav-item li a {
	background-color:#717171!important;
	}

.fusion-mobile-nav-item li li a {
	background-color:#EEE8E0!important;
	color:#333333!important;
	}

.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a:before {
	content:""!important;
	}


/* ------------------------
BUTTONS 
-------------------------*/

#content .button, .wpcf7-form input[type="submit"], input[type=submit] {
	font-family:'muller_regular'!important;
	font-size:16px!important;
	font-weight:300!important;
	border:0px!important;
	padding:6px 30px 8px 30px!important;
	text-transform:none!important;
	text-decoration:none!important;
	background-color: #fe4365!important; 
	color:#ffffff!important;
	margin:0 auto!important;
	transition:0.2s!important;
	margin-top:0px!important;
	margin-bottom:0!important;
	position:relative;
	display:inline-block;
	cursor:pointer!important;
	}

#content .button-big {
	font-family:'muller_regular'!important;
	font-size:18px!important;
	font-weight:300!important;
	border:0px!important;
	padding:14px 60px 14px 60px!important;
	text-transform:none!important;
	text-decoration:none!important;
	background-color: #fe4365!important; 
	color:#ffffff!important;
	margin:0 auto!important;
	transition:0.2s!important;
	margin-top:0px!important;
	margin-bottom:0!important;
	position:relative;
	display:inline-block;
	cursor:pointer!important;
	}
	
#content .button:hover, #content .button-big:hover, .wpcf7-form input[type="submit"]:hover, input[type=submit]:hover {
	background-color:#e22c4d!important;
	color:#ffffff!important;
	transition:0.2s!important;
	text-decoration:none!important;
	}

#content .button-white {
	font-family:'muller_regular'!important;
	font-size:16px!important;
	font-weight:300!important;
	border:1px solid #ffffff!important;
	padding:6px 30px 8px 30px!important;
	text-transform:none!important;
	text-decoration:none!important;
	background-color: transparent!important; 
	color:#ffffff!important;
	margin:0 auto!important;
	transition:0.2s!important;
	margin-bottom:20px!important;
	position:relative;
	display:inline-block;
	}
	
#content .button-white:hover {
	background-color:#ffffff!important;
	color:#00505c!important;
	transition:0.2s!important;
	text-decoration:none!important;
	}

.fusion-button {
	font-family:'muller_regular'!important;
	font-size:16px!important;
	text-transform:none!important;
	font-weight:300!important;
	background-color:#fe4365!important;
	}


.fusion-button.button-2.button-3d {
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
}

.fusion-button.button-1, .fusion-button.button-2 {
	background-color:#fe4365!important;
	border:0!important;
	box-shadow:none!important;
	}

.fusion-button.button-1.blue-btn, .fusion-button.button-2.blue-btn  {
	background-color:#16a9e2!important;
	border:0!important;
	box-shadow:none!important;
	}

.fusion-button.button-1.blue-btn:hover, .fusion-button.button-2.blue-btn:hover  {
	background-color:#1389b6!important;
	}

.fusion-button.button-1:hover, .fusion-button.button-2:hover {
	background-color:#e22c4d!important;
	}

.modal-dialog .fusion-button {
	background-color:#7f7f7f!important;
	border:0!important;
	box-shadow:none!important;	
}

.modal-dialog .fusion-button:hover {
	background-color:#9f9f9f!important;	
}

/* ------------------------
CONTENT
-------------------------*/

.cookie-notice-container {
	font-size:15px!important;
	text-align:left!important;
	-webkit-box-shadow: 1px -12px 216px -94px rgba(0,0,0,0.77);
-moz-box-shadow: 1px -12px 216px -94px rgba(0,0,0,0.77);
box-shadow: 1px -12px 216px -94px rgba(0,0,0,0.77);
}

.cn-button.wp-default {
	font-family:'muller_regular'!important;
	padding:8px 20px!important;
	font-size:18px!important;
}

.cn-notice-text a:hover {
	text-decoration:underline!important;
}

@media only screen and (min-width: 1000px) {
.cookie-notice-container {
	padding:30px 250px!important;
	font-size:17px!important;
	line-height:22px!important;
}
	/*
	.cn-button.wp-default {
		float:right;
		margin-left:30px;
		margin-right:-80px;
		margin-top:-20px;
	}

}*/



.fusion-page-title-bar {
	margin-top:30px!important;
	}

.fusion-page-title-bar h1 {
	color:#ffffff!important;
	font-family:'muller_regular'!important;
	}

.feature-box {
	margin-top:-50px;
	}	
	
.fusion-sharing-box {
	background-color:#ffffff!important;
	padding-top:15px!important;
	border-top:1px solid #00505c;
	padding-bottom:15px!important;
	border-bottom:3px solid #00505c;
	}

#main {
	padding-top:0px!important;
	padding-bottom:0!important;
	}

.home #main {
	padding-top:0px!important;
	z-index:99999!important;
}
	
}

.modal-header {
	padding:8px 20px!important;
	border-bottom:0!important;
	min-height:none!important;
}

.modal-body {
	padding-top:0!important;
}


@media only screen and (max-width: 800px) {

	.home #main {
	padding-top:0px!important;
}
	
	.modal-dialog {
		margin-top:20px!important;
	}
	
}

.search-results .search-table {
	margin-bottom:60px;
	}

.search-results .entry-title {
	font-size:24px!important;
	margin-bottom:0px!important;
	}
	
.search-results .post	 {
	margin-bottom:30px!important
	}
	
.search-results .fusion-meta-info {
	margin-top:0!important
	}

span.updated {
	display:none!important;
	}

.error-page {
	display:none!important
	}
	
.title-sep-container {
	display:none!important;
	}

.fusion-title {
	display:none!important;
	}
		
ul#menu-maerkesager li a:before {
	content:""!important;
	}
	
ul#menu-maerkesager li {
	margin-bottom:10px;
	padding:0px;
	border-bottom:0px;
	}
	
.widget-title {
	padding-top:15px!important;
	border-top:1px solid #00505c;
	padding-bottom:15px!important;
	border-bottom:3px solid #00505c;
	}

.fusion-footer .widget-title {
	padding:0px!important;
	margin-bottom:-10px!important;
	}
		
#sidebar li.vaerdifaellesskab {
	background-image:url('https://nyeborgerlige.dk/wp-content/uploads/section_grundlov.jpg');
	background-position:center bottom;	
	background-size:cover;
	transition:0.2s;
	}	

#sidebar li.mindrestat {
	background-image:url('https://nyeborgerlige.dk/wp-content/uploads/section_mindrestat.jpg');
	background-size:cover;
	background-position:center right;
	transition:0.2s;
	}

#sidebar li.socialtansvar {
	background-image:url('https://nyeborgerlige.dk/wp-content/uploads/section_socialtansvar.jpg');
	background-size:cover;
	background-position:center left;
	transition:0.2s;
	}

#sidebar li.miljo {
	background-image:url('https://nyeborgerlige.dk/wp-content/uploads/section_miljo.jpg');
	background-size:cover;
	background-position:center left;
	transition:0.2s;
	}

#sidebar li.eu {
	background-image:url('https://nyeborgerlige.dk/wp-content/uploads/section_eu.jpg');
	background-size:cover;
	background-position:center left;
	transition:0.2s;
	}

#sidebar li.vaerdifaellesskab:hover, #sidebar li.mindrestat:hover, #sidebar li.socialtansvar:hover, #sidebar li.miljo:hover, #sidebar li.eu:hover {
	opacity:1.0;
	transition:0.2s;
	border-bottom:0!important;
	}	

#sidebar li.vaerdifaellesskab a, #sidebar li.mindrestat a, #sidebar li.socialtansvar a, #sidebar li.miljo a, #sidebar li.eu a {
	color:#ffffff!important;
	display:block!important;
	height:100%!important;
	font-family:'muller_bold'!important;
	text-decoration:none!important;
	text-transform:none;
	font-size:20px;
	line-height:20px!important;
	opacity:0.80;
	padding:15px;
	padding-top:80px;
	background-color:#00505c;
	border-bottom:0!important;
	}	
	
#sidebar li.vaerdifaellesskab a:hover, #sidebar li.mindrestat a:hover, #sidebar li.socialtansvar a:hover, #sidebar li.miljo a:hover, #sidebar li.eu a:hover, #sidebar ul#menu-maerkesager li.current_page_item a  {
	color:#00505c!important;
	transition:0.2s;	
	background-color:#ffffff;
	border-bottom:0!important;
	}	

.page-id-212 #content, .page-id-224 #content, .page-id-234 #content, .page-id-238 #content, .page-id-249 #content, .page-id-254 #content, .page-id-267 #content, .page-id-296 #content, .page-id-314 #content, .page-id-336 #content, .page-id-429 #content, .page-id-507 #content, .page-id-635 #content, .push {
	margin-top:-200px!important;
	background-color:rgba(255,255,255,1.0)!important;
	padding:20px 30px;
	z-index:999;
	}

#sidebar-2 .widget_text, .fusion-widget-area-1 {
	background-color:#F0F0F0!important;
	padding:15px!important;
	margin-bottom:20px!important;
	}

h4.entry-title, page-id-635 .post-content h4 {
	font-family:'muller_bold'!important;
	font-size:28px!important;
	margin-top:25px!important;
	}

span.post-date {
	display:block!important;
	}

.meta a, .meta-separator  {
	display:none!important;
	} 

.textwidget {
	font-size:13px!important;
	line-height:16px!important;
	}

.textwidget a:hover {
	/*text-decoration:underline!important;*/
	}
	
.textwidget h5 {
	font-size:11px!important;
	text-transform:uppercase!important;
	margin-bottom:0!important;
	margin-top:15px!important;
	color:#aaaaaa!important;
	letter-spacing:1px;
	}

.textwidget h5:before {
	content:"\f1ea";
	font-family:'FontAwesome';
	font-size:16px;
	color:#00505c;
	margin-right:6px;
	}	

.page-id-429 #content h5:before {
	content:"\f1ea";
	font-family:'FontAwesome';
	font-size:16px;
	color:#00505c;
	margin-right:6px;
	}	
	

.image-hover {
	transition:0.2s;
	}

.image-hover:hover {
	opacity:0.7;
	transition:0.2s;
	}

.recent-posts-content {
	margin-bottom:80px;
	}

.recent-posts-content h4 {
	font-size:36px!important;
	font-family: 'muller_extrabold'!important;
	line-height:40px!important;
	margin-top:20px!important;
	}

.fusion-recent-posts .columns .column h4 {
		margin-top:0!important;
	}	
	
.recent-posts-content h4 a:hover {
	text-decoration:none!important;
	}

span.date {
	font-size:14px!important;
	color:#6a6a6a!important;
	}

span.date:before {
	font-family:'icomoon'!important;
	/*font-family:'FontAwesome';*/
	content:'';
	}

.fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
	width:200px!important;	
	}	
	
.single-navigation {
	margin-top:10px;
	}
	
.fusion-sharing-box {
	display:none;
	}	

.essb_links.essb_template_metro-retina {
	margin-bottom:70px;
	}

.layout-columns-3 .fusion-flexslider .slides img {
	max-height:250px!important;
	}

.layout-columns-3 h4.entry-title {
	font-size:22px!important;
	}

.profil h1 {
	font-size:32px!important;
	line-height:32px!important;
	margin-bottom:10px!important;
	}

.profil h2 {
	font-size:20px!important;
	line-height:24px!important;
	margin-bottom:8px!important;
	margin-top:10px!important;
	font-family: 'muller_regular'!important;
	}

.profil p {
	font-size:15px!important;
	line-height:22px!important;
	}

#content .profil ul li {
	font-size:15px!important;
	font-family: 'muller_bold'!important;
	}

.profiler {
	color:#ffffff!important;
	position:absolute;
	margin-top:-50px;
	z-index:999;
	opacity:0.6;
	}

.profil-billede {
	margin-bottom:15px;
}

.profil-fakta {
	background-color:rgba(0,80,90,0.05)!important;
	padding:20px!important;
}

.profil-fakta ul {
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}
 
.profil-fakta li{
	padding-bottom:14px;
}

.profil-fakta li:before {
	display:inline-block;
    float:left;
    width:25px;
    margin-right:12px;
    color:#00505a;
    font-family:"FontAwesome"!important;
    line-height:26px;
    font-size:20px;
    text-align:center;
}

.profil-fakta li.facebook:before {
	content:"\f082";
}

.profil-fakta li.linkedin:before {
	content:"\f08c";
}

.profil-fakta li.youtube:before {
	content:"\f16a";
}

.profil-fakta li.mail:before {
	content:"\f0e0";
}

.profil-fakta li.home:before {
	content:"\f015";
}

.forsidebillede {
	margin-top:-60px;
	}

.forside-pernille {
	margin-bottom:-20px;
	margin-top:-40px;
	}

.forside-pernille-peter {
	position:absolute;
	margin-top:82px;
	}

.youtube-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.forside-planen {
	padding-top:0!important;
	padding-bottom:0!important;
	display:none!important;
}

.forside-planen .fusion-layout-column {
	margin-bottom:0!important;
}

.forside-planen .tekstblok {
	padding-top:50px;
}

.forside-planen .billede .fusion-column-wrapper {
	padding:250px 0!important;
}

.forside-planen h1 {
	color:#ffffff!important;
	margin-top:50px!important;
	margin-bottom:20px!important;
}

.forside-planen h2, .forside-planen p {
	color:rgba(255,255,255,0.6)!important;
}

.forside-planen p {
	margin:30px 0!important;
}

.forside-planen-hero {
	text-align:center!important;
	padding:320px 0 50px 0!important;
	/*background-image: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.5) ), url('https://nyeborgerlige.dk/wp-content/uploads/planen-hero.jpg');*/
	background-repeat:no-repeat!important;
	background-size:cover!important;
}

.forside-planen-hero h1 {
	color:#ffffff!important;
	font-size:100px!important;
}

.forside-planen-hero h2, .forside-planen-hero p {
	color:#ffffff!important;
}

@media only screen and (min-width: 1200px) {
	.youtube-responsive-container {
		margin-left:50px!important;
	}	
	
	.forside-planen h1 {
		font-size:60px!important;
	}
	
	.planen-hero {
		display:none;
	}
	
	.forside-tema-hero {
		padding-top:400px!important;
		padding-bottom:400px!important;
	}
}

@media only screen and (max-width: 800px) {

	.fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
    width: 100%!important;
}
	
	.forside-pernille {
	margin-top:20px;
	}
	
	.forside-planen-hero {
		/*background-image: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.7) ), url('https://nyeborgerlige.dk/wp-content/uploads/planen-hero.jpg');*/
		padding:130px 0 50px 0!important;
		background-position:55% -20%!important;
	}
	
	.forside-planen-hero h1 {
		font-size:70px!important;
	}
	
	.forside-planen-hero h2 {
		font-size:32px!important;
	}	
	
	.forside-planen .tekstblok {
		padding-top:0px;
		padding-bottom:20px;
	}
	
	.forside-planen h1 {
		font-size:60px!important;
	}
	
	.forside-planen .fusion-layout-column {
		margin-bottom:20px!important;
	}
	
	.forside-planen .billede .fusion-column-wrapper {
		padding:70px 0!important;
		background-position:15% 40%!important;
	}

	
}

.fusion-rollover {
	display:none!important;
}

.fusion-icon-blogger:before {

}

.sektion-vaerdier img, .sektion-farve img, .sektion-politik img {
	/*border-radius:6px;*/
}

.cv .fusion-column-wrapper {
	background:#f1f1f2!important;
	padding:30px 30px 10px 30px!important;
}

.cv .fusion-column-wrapper h3 {
	font-family: 'muller_extrabold'!important;
	font-size:26px!important;
	color:#2e515b!important;
	margin-top:0!important;
}

@media only screen and (min-width: 1200px) {
	
.sektion-vaerdier .fusion-column-wrapper img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition:ease all 0.3s;
}
	
.sektion-vaerdier .fusion-column-wrapper:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	transition:ease all 0.3s;
}
	
}

.faktaboks {
	background-color:#dce6e8!important;
	padding:20px 40px;
	margin-top:15px!important;
	padding-top:60px!important;
}

.faktaboks h3 {
	font-family: 'muller_extrabold'!important;
}

.faktaboks h3 span {
	color:#fe4365!important;
}

.faktaboks ul, .faktaboks ol {
	padding-left:18px!important;
}

.faktaboks ul li, .faktaboks ol li {
	font-family: 'muller_extrabold'!important;
	font-size:20px!important;
}

.sektion-farve p {
	color:rgba(255,255,255,0.6)!important;
}

.sektion-farve h2 {
	color:#ffffff!important;
	margin:30px 0!important;
}

.kandidatboks {
	padding:20px;
	background-color:#ffffff!important;
	border-radius:2px;
	border:2px solid #ffffff;
	transition:ease all 0.2s;
}

.kandidatboks:hover {
	box-shadow:0 15px 70px rgba(0,0,0,.30)!important;
	transition:ease all 0.2s;
	border:2px solid #05323a;
}

.kandidatboks p {
	font-size:14px!important;
	line-height:20px!important;
	margin-top:5px!important;
	margin-bottom:0!important;
	color:#333333!important;
}

.kandidatboks h4 {
	font-family: 'muller_extrabold'!important;
	margin-top:5px!important;
	margin-bottom:0!important;
}

.kandidatboks h5 {
	font-size:15px!important;
	margin-bottom:0!important;
	margin-top:15px!important;
	text-transform:uppercase!important;
	letter-spacing:1px!important;
}

.kandidatboks .fusion-accordian .fusion-panel {
	border-bottom:0!important;
}

.alle-politikere {
	display:none;
	text-align:center;
	border:2px solid #005059;
	padding:10px;
	margin-bottom:20px;
}

.alle-politikere:before {
    content: "\f0a9"!important;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 18px;
    margin-right: 7px;
}

@media only screen and (max-width: 800px) {
	
.kandidatboks {
	padding:20px!important;
	background-color:#ffffff!important;
	border-radius:2px;
	border:2px solid #ffffff;
	transition:ease all 0.2s;
}	
	.alle-politikere {
		display:block!important;
	}
	
	}
	
.sektion-politik .fusion-column-wrapper {
	padding:25px!important;
	transition:ease all 0.2s;
}

.sektion-politik .fusion-column-wrapper:hover {
	background-color:#DCE6E8!important;
	transition:ease all 0.2s;
	border-radius:6px;
}

.sektion-politik h3 {
	font-family: 'muller_extrabold'!important;
	font-size:24px!important;
	margin:15px 0 10px 0!important;
}

.fusion-youtube {
	margin:0 auto!important;
}

.tablepress {
  width: 100% !important;
}

.tablepress-id-1 .column-1, .tablepress-id-1 .column-4 {
	text-align:center;
}

.tablepress-id-1 .column-2 {
	font-family:'muller_extrabold'!important;
}

.tablepress-id-1 .column-4 {
	width: 130px;
}

.tablepress-id-1 .column-6 {
	width: 130px;
	text-align:center;
}

.tablepress tfoot th, .tablepress thead th {
	background:#00505A!important;
	color:#ffffff!important;
	font-family:'muller_extrabold'!important;
}

.tablepress td, .tablepress th {
	font-size:14px!important;
}

.tablepress td {
	padding:16px 0!important;
}

.fusion-icon-blogger:before {
	font-family:"FontAwesome"!important;
	content:"\f0ac"!important
}

.forside-hero {
	padding:360px 0 140px 0!important;
}

.forside-hero h1, .forside-hero h3 {
	color:#ffffff!important
}

@media only screen and (max-width: 800px) {

.forside-hero {
	padding:100px 0 60px 0!important;
	background-position:55% 20%!important;
}

}

.forside-aktuelt h2 {
	color:#01505F!important;
	margin:40px 0 30px 0!important;
}

.forside-aktuelt .recent-posts-content {
	background-color:#ffffff!important;
	padding:30px!important;
	margin-bottom:30px!important;
	-webkit-box-shadow: 0px 6px 4px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 6px 4px -4px rgba(0,0,0,0.15);
	box-shadow: 0px 6px 4px -4px rgba(0,0,0,0.15);
}

.forside-aktuelt .recent-posts-content h4 {
	font-size:23px!important;
	line-height:26px!important;
}

.mfboks {
	background-color:#ffffff!important;
	padding:30px;
	min-height:240px!important;
}

.mfboks h4 {
	font-family: 'muller_extrabold'!important;
	color:#01505f!important;
	margin-top:5px!important;
	margin-bottom:30px!important;
}

.mfboks h5 {
	font-size:15px!important;
	margin-bottom:0!important;
	margin-top:0px!important;
	padding-top:0!important;
	text-transform:uppercase!important;
	color:#333333!important;
	letter-spacing:1px!important;
}

.ff-filter-holder {
	display:none!important;
}

.folketingskandidater h2 {
	margin-top:40px!important;
}

.folketingskandidater img {
	padding-top:20px;
}

.spidskandidat .fusion-column-wrapper {
	/*background:rgba(0,80,89,0.15);*/
	border:1px solid #005059;
	padding-left:20px;
	padding-right:30px;
}

/* ------------------------
BLOG 
-------------------------*/

ul.dcw {
	margin:36px 0 40px 20px!important;
	padding-left:26px;
	display:block!important;
	}

ul.dcw li {
	list-style: none;
	padding-bottom:6px!important;
	list-style-position: inside!important;
    text-indent: -1.5em!important;
	}

ul.dcw li a {
	font-size:15px!important;
	}

ul.dcw li a:hover {
	font-family: 'muller_extrabold'!important;	
	}

ul.dcw li:before {
	content: '';
	display: inline-block;
    height: 12px;
    width: 16px;
    background-image: url(https://nyeborgerlige.dk/wp-content/uploads/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .9em;
}

ul.dcw li:hover:before {
    background-image: url(https://nyeborgerlige.dk/wp-content/uploads/line-hover.svg);
}

/* ------------------------
POLITIK 
-------------------------*/

.politik-boks {
	border-radius:8px;
	border:1px solid #ECECEC;
	padding:10px 15px 0 15px;
	transition:0.3s ease all;
	}

.politik-boks:hover {
	background-color:#F0F0F0;
	transition:0.3s ease all;
	border:1px solid #C3C3C3;
	-webkit-box-shadow: 1px 1px 16px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 16px -1px rgba(0,0,0,0.15);
box-shadow: 1px 1px 16px -1px rgba(0,0,0,0.15);
	}

.politik-boks h3 {
	font-family: 'muller_bold'!important;
	font-size:16px!important;
	line-height:20px!important;
	text-align:center!important;
	}

#content ul.politik {
	padding-left:15px!important;
	margin:20px 0 40px 0px!important;
	/*padding-right:30px!important;
	border-right:1px solid #C5C5C5!important;*/
	}

#content ul.politik li {
	font-size:22px!important;
	line-height:28px!important;
	color:#004450!important;
	margin-bottom:15px!important;
	border-bottom:1px solid #E6E6E6!important;
	padding-bottom:15px!important;
	}

.politik-ikon {
	display:inline;
	float:left;
	width:113px;
	height:113px;
	margin-right:25px;
	vertical-align:middle!important;
	}

@media only screen and (max-width: 768px) {

#content ul.politik {
	padding-left:15px!important;
	margin:0!important;
	padding-right:0!important;
	border-right:0!important;
	}

#content ul.politik li {
	font-size:18px!important;
	color:#004450!important;
	margin-bottom:15px!important;
	}
	
.politik-ikon {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	}

}


.basis-column-afskaffes {
	min-height:380px!important;
	background-color:#ffefef!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
    -webkit-border-radius:8px!important;
} 

.basis-column-anskaffes {
	min-height:380px!important;
	background-color:#e2f7e0!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
    -webkit-border-radius:8px!important;	
} 

.basis-column-resultat {
	min-height:380px!important;
	background-color:#f2f2f2!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
    -webkit-border-radius:8px!important;	
}

.kampagneside-boks {
	background-color:#01505F;
	border-radius:8px;
	padding:40px 40px 20px 40px;
}

.kampagneside-boks p, .kampagneside-boks .wpcf7-form p {
	color:#ffffff!important
}


/* ------------------------
TEMPLATE 
-------------------------*/

.template-header {
	background-color:#005059!important;
}

.template-header h1 {
	color:#ffffff!important;
	margin-bottom:40px!important;
}

.template-hero img {
	margin-top:0px!important;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2)!important;
	width:100%!important;
	display:block;
	margin:0 auto 0 auto!important;
	display:block!important;
}

.fusion-imageframe.template-hero {
	width:80%!important;
	margin-top:-50px!important;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:50px!important;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2)!important;
}

.template-politik-hero img {
	margin-top:-50px!important;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	width:65%!important;
	display:block;
	margin:0 auto 15px auto;
	border:2px solid #ffffff;
}


.template-section-grey {
	background-color:#f3f3f3!important;
	padding:60px 0!important;
	margin-top:20px!important;
	margin-bottom:40px!important;
}

.template-info-box {
	background-color:#005059!important;
	padding:26px!important;
	color:#ffffff!important;
	margin-bottom:0!important;
	border-bottom:8px solid #00353b!important;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}

.template-info-box h3 {
	font-family: 'muller_extrabold'!important;
	font-size:22px!important;
	color:#ffffff!important;
	margin:10px 0 0 0!important;
}

#content .template-info-box ul, #content .template-info-box ol {
	margin-bottom:0px!important;
	padding-left:15px!important;
}

#content .template-info-box ul li, #content .template-info-box ol li {
	color:#ffffff!important;
	padding-bottom:8px!important;
	opacity:0.8!important;
}

.template-row h3 {
	font-size:24px!important;
	line-height:1.3!important;
	margin-bottom:50px!important;
}

.template-row h4 {
	color:#005059!important;
	line-height:28px!important;
	margin-bottom:30px!important;
}

.cta-boks {
	background:rgba(0,80,89,1)!important;
	border-radius:4px;
	padding:60px 60px 60px 300px;
	color:#ffffff!important;
}

.cta-boks  .pernille-figur {
	/*margin:-307px 0 0 -270px;*/
	bottom: 0;
    left: 70px;
	background-size:314px 273px;
}

.cta-boks h3 {
	text-align:center;
	color:#ffffff!important;
}

@media only screen and (min-width: 1250px) {

.cta-boks.dual-btn .fusion-button-wrapper.fusion-aligncenter {
	display: inline-block;
    width: 150px;
	margin-left:60px;
}
	
}

@media only screen and (max-width: 1200px) {

.cta-boks.dual-btn .fusion-button-wrapper.fusion-aligncenter .fusion-button {
	margin-bottom:20px!important;
}
	
}

.pernille-figur {
	/*width:324px;
	height:476px;
	position:absolute!important;
	background:url(https://nyeborgerlige.dk/wp-content/uploads/pernille-beskaaret.png) no-repeat;
	z-index:99;
	margin:0 0 0 -60px;*/
	
	width:314px;
	height:273px;
	position:absolute!important;
	background:url(https://nyeborgerlige.dk/wp-content/uploads/pernille-pippi.png) no-repeat;
	z-index:99;
	margin:0 0 0 -60px;
}

.peter-figur {
	width:400px;
	height:476px;
	position:absolute!important;
	background:url(https://nyeborgerlige.dk/wp-content/uploads/peter-beskaaret.png) no-repeat;
	z-index:99;
	margin:0 0 0 -80px;
}

.mette-figur {
	width:338px;
	height:476px;
	position:absolute!important;
	background:url(https://nyeborgerlige.dk/wp-content/uploads/mette-beskaaret.png) no-repeat;
	z-index:99;
	margin:0 0 0 -70px;
}

.lars-figur {
	width:400px;
	height:476px;
	position:absolute!important;
	background:url(https://nyeborgerlige.dk/wp-content/uploads/lars-beskaaret.png) no-repeat;
	z-index:99;
	margin:0 0 0 -80px;
}

.temaboks .fusion-column-wrapper {
	border:1px solid #cdcdcd;
	border-radius:4px;
	padding:30px 30px 10px!important;	
	transition:0.2s ease all;
}

.temaboks .fusion-column-wrapper:hover, .temaboks .fusion-column-inner-bg:hover {
	-webkit-box-shadow: 10px 10px 24px -12px rgba(0,0,0,0.28)!important;
	-moz-box-shadow: 10px 10px 24px -12px rgba(0,0,0,0.28)!important;
	box-shadow: 10px 10px 24px -12px rgba(0,0,0,0.28)!important;
	transition:0.2s ease all!important;
}

.temaboks p {
	font-size:14px!important;
	line-height:1.5!important;
	color:#838383;
}

.temaboks h3 {
	margin-bottom:8px!important;
}

.temaboks h3:before {
	content:"tema:";
	display: table;
	font-family: 'muller_extrabold';
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#00505a;
	color:#ffffff;
	padding:4px 8px;
	margin-bottom:8px;
}

.temaboks p a {
    text-decoration:none!important;
	color:#fe4365!important;
}

.temaboks p a:hover {
    text-decoration:none!important;
	color:#00505a!important;
}

/*temaboks a:before {
    content: "\f0a9"!important;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 18px;
    margin-right: 5px;
}*/



@media only screen and (max-width: 1250px) {
	.pernille-figur, .peter-figur, .mette-figur, .lars-figur {
		display:none;
	}
	
	.cta-boks {
		padding:40px;
	}

}

@media only screen and (min-width: 768px) {
	
	.fraas-hero-mobile {
		display:none!important;
	}
}


@media only screen and (max-width: 768px) {

    .template-hero img {
        width:100%!important;
		margin-bottom:-20px!important;
    }
	
	.fusion-imageframe.template-hero {
		display:inline!important;
	}
	
	.template-info-box {
		margin-bottom:20px!important;
	}
	
	.fraas-hero {
		display:none!important;
	}
}


/* ------------------------
LANDINGPAGE 2.0
-------------------------*/

.landingpage-hero, .landingpage-bottom {
	text-align:center!important
}

.landingpage-hero h1 {
	font-family: 'Muller Narrow'!important;
	font-weight:800!important;
	color:#ffffff!important;
	margin-top:20px!important;
}

.landingpage-hero h2, .landingpage-bottom h2 {
	font-family: 'Muller Narrow'!important;
	font-weight:300!important;
	color:#ffffff!important;
}

.landingpage-hero h5 {
	font-family: 'Muller Narrow'!important;
	font-weight:600!important;
	text-align:center!important;
	color:#004350!important;
	padding:6px 15px!important;
	font-size:14px!important;
	background:#ffffff!important;
	display:inline-block;
	border-radius:10px;
	text-transform:uppercase!important;
	letter-spacing:4px!important;
}

.landingpage-intro .fusion-builder-row {
	background:#f5f2ef!important;
	}

.landingpage-intro h3 {
	font-family: 'Muller Narrow'!important;
	font-weight:300!important;
}

.landingpage-textbox h4 {
	font-family: 'Muller Narrow'!important;
	font-weight:800!important;
	margin-bottom:30px!important;
}

.landingpage-textbox p {
	color:#696969!important;
}

.landingpage-bgimage p {
	position: absolute!important;
	bottom: 0!important;
    left: 20px!important;
	color:rgba(255,255,255,0.7)!important;
	font-size:12px!important;
}

.landingpage-textbox .fusion-button[class*="button-"] {
	background-color:#004451!important;
	margin-top:20px!important;
	text-transform:uppercase!important;
	font-size:13px!important;
	letter-spacing:1px!important;
}

#content .landingpage-textbox ul li {
	font-family: 'Muller Narrow'!important;
	font-weight:600!important;
	font-size:18px!important;
}

.landingpage-citat img {
	margin-bottom:50px!important;
}

.landingpage-citat h2 {
	font-family: 'IBM Plex Serif', serif!important;
	text-align:center!important;
	color:#004451!important;
}

.landingpage-citat p {
	font-family: 'Muller Narrow'!important;
	color:#004451!important;
	text-align:center!important;
	letter-spacing:2px!important;
	text-transform:uppercase!important;
	font-size:13px!important;
	margin-top:30px!important;
}

.landingpage-citat p strong {
	font-family: 'Muller Narrow'!important;
	font-weight:800!important;
}

.landingpage-contentbox-image .fusion-column-wrapper {
	margin:0!important;
}

.landingpage-contentbox-image p {
	position: absolute!important;
	bottom: 0!important;
    left: 20px!important;
	color:rgba(255,255,255,0.7)!important;
	font-size:12px!important;
}


.landingpage-contentbox-wrapper .fusion-builder-row {
	background:rgba(255,255,255,0.5)!important;
}

.landingpage-contentbox {
	padding:30px!important;
}

.landingpage-contentbox h4 {
	font-family: 'Muller Narrow'!important;
	font-weight:800!important;
	margin-bottom:30px!important;
	font-size:26px!important;
}

#content .landingpage-contentbox ul li {
	color:#696969!important;
	margin-bottom:16px;
}

.landingpage-faq {
	margin-top:80px!important;
	margin-bottom:80px!important;
}

.landingpage-faq .fusion-toggle-heading {
	font-family: 'Muller Narrow'!important;
	font-weight:600!important;
	font-size:22px!important;
}

.landingpage-faq .fusion-accordian .panel-title a {
	padding-top:16px!important;
}

.landingpage-faq .fusion-accordian .panel-title a .fa-fusion-box {
	margin-top:-10px!important;
}

.landingpage-bottom {
	margin-bottom:30px!important;
}

@media only screen and (min-width: 900px) {
	
	.landingpage-hero, .landingpage-bottom {
		margin-right:0px!important;
		margin-left:0px!important;
	}
	
	.landingpage-hero h1 {
		font-size:75px!important;
		line-height:1.0!important;
		padding-left:250px!important;
		padding-right:250px!important;
	}
	
	.landingpage-intro .fusion-builder-row {
		padding:60px 100px!important;
		margin-top:-100px;
	}
	
	.landingpage-intro h3 {
		font-size:32px!important;
		line-height:1.2!important;
		text-align:center!important;
	}
	
	.landingpage-text-image {
		margin-bottom:70px!important;
	}
	
	.landingpage-bgimage {
		max-height:700px!important;
		min-height:700px!important;
	}
	
	.landingpage-textbox {
		padding-left:10%!important;
		padding-right:10%!important;
	}
	
	.landingpage-textbox h4 {
		font-size:32px!important;
		line-height:1.2!important;
	}
	
	.landingpage-citat {
		margin-right:0px!important;
		margin-left:0px!important;
		margin-bottom:80px!important;
		padding-top:200px!important;
		padding-bottom:200px!important;
		background-position:0 6%!important;
	}
	
	.landingpage-citat h2 {
		padding-left:100px!important;
		padding-right:100px!important;
		font-size:28px!important;
		line-height:1.4!important;
	}
	
	.landingpage-contentbox {
		padding:10%!important;
	}
	
	.landingpage-contentbox-image {
		min-height:360px!important;
		max-height:360px!important;
	}
	
}


@media only screen and (max-width: 768px) {
	
	.landingpage-hero {
		padding-top:80px!important;
		padding-bottom:60px!important;
	}

	.landingpage-hero h1 {
		font-size:45px!important;
		line-height:1.0!important;
	}
	
	.landingpage-hero h2, .landingpage-bottom h2 {
		font-size:26px!important;
	}
	
	.landingpage-hero h5 {
		padding:4px 13px!important;
		font-size:12px!important;
	}
	
	.landingpage-bgimage {
		height:300px!important;
		margin-top:30px!important;
    }
	
	.landingpage-bgimage p {
		font-size:9px!important;
    }
	
	.landingpage-citat {
		padding-top:30px!important;
		margin-top:30px!important;
		margin-bottom:30px!important;
	}
	
	.landingpage-citat h2 {
		font-size:22px!important;
		line-height:1.4!important;
	}
	
	.landingpage-contentbox-image {
		min-height:300px!important;
	}
	
}


/* ------------------------
FOOTER 
-------------------------*/

.fusion-footer-widget-area .widget-title {
	text-transform:none!important;
	}

.fusion-footer-widget-area ul {
	font-size:12px!important;
	text-transform:uppercase!important;
	letter-spacing:0.1em!important;
	border:0!important;
	list-style-type: none!important;
	margin: 0 auto!important;
	padding: 0!important;
	text-align:left!important;
	margin-top:0px!important;
	}	

.fusion-footer-widget-area ul li, .fusion-footer-widget-area ul#menu-maerkesager li  {
	margin-right:25px!important;
	margin-bottom:0px!important;
	border-bottom:1px solid!important;
	border-color:rgba(255,255,255,0.3)!important;
	}	
	
.fusion-footer-widget-area ul li a {
	border-bottom:0!important;
	padding:3px 0 3px 0!important;
	margin-bottom:0px!important;
	border-bottom:2px solid transparent!important;
	transition:0.2s;
	border-color:rgba(255,255,255,1);
	}	

.fusion-footer-widget-area ul li:last-child, .fusion-footer-widget-area ul#menu-maerkesager li:last-child {
	border:0px!important;
	}

.fusion-footer-widget-area ul li a:hover, .fusion-footer-widget-area ul li.current_page_item a {
	text-decoration:none!important;
	color:rgba(255,255,255,1.0)!important;
	}	

.fusion-footer-widget-area ul li.current_page_item a {
	font-family:'muller_bold'!important;
	}	
			
.fusion-footer-widget-area ul li ul, .fusion-widget-area .sub-menu {
	display:none!important;
	}	

.fusion-footer-widget-column {
	margin-bottom:15px!important;
	}

.fusion-widget-area .widget_nav_menu li {
	padding:3px 3px 3px 0!important;
	}

.fusion-widget-area .widget_nav_menu li a:before {
	content:""!important;

	}	

.lokalafdeling, .politikheader {
	background-color:#fe4365;
	color:#ffffff;
	padding:5px 25px;
	font-family:'muller_bold'!important;
	font-size:26px;
	display:inline-block;
	margin-bottom:10px;
	}	

.toggle-content, .toggle-content p {
	font-size:15px!important;
	line-height:22px!important;
	}

.toggle-big .toggle-content, .toggle-big .toggle-content p  {
	font-size:17px!important;
	line-height:26px!important;
	}

.fusion-accordian .panel-title a .fa-fusion-box {
	background-color:#fe4365!important;
	}

.fusion-toggle-heading {
	font-family:'muller_bold'!important;
	font-size:17px!important;
	padding-top:6px!important;
	}

h4.panel-title {
	margin-top:-10px!important;
	}

@media only screen and (max-width: 1200px) {
	
	.fusion-footer-widget-area ul li ul, .fusion-widget-area .sub-menu {
		display:none!important;
	}
	
	}
	
/* ------------------------
CONTACT FORM
-------------------------*/

.wpcf7-form p {
	font-family:'muller_regular'!important;
	}

.wpcf7-form .postnummer {
	width:100%!important;
	}

.wpcf7-form .telefonnummer {
	width:50%!important;
	}
	
.wpcf7-form input[type="submit"] {
	margin-top:30px!important;
	padding:15px 20px!important;
	}

.wpcf7-form .wpcf7-text, input[type="text"], .wpcf7-form textarea, .wpcf7-date {
	font-family:'muller_regular'!important;
	font-size:18px!important;
	color:#333333!important;
	background-color:#f7f7f7!important;
	border-radius:4px!important;
	-webkit-box-shadow: inset 0px 5px 9px -7px rgba(0,0,0,0.27);
	-moz-box-shadow: inset 0px 5px 9px -7px rgba(0,0,0,0.27);
	box-shadow: inset 0px 5px 9px -7px rgba(0,0,0,0.27);
	}

.wpcf7-form .wpcf7-email {
	text-transform: none!important;
	}	

.wpcf7-form .wpcf7-text, input[type="text"], .wpcf7-date {
	height:40px!important;
	}
	
.wpcf7-form .wpcf7-validation-errors {
	text-transform:none!important;
	font-size:14px!important;
	text-align:left!important;
	}
	
.wpcf7-not-valid-tip {
	font-size:14px!important;
	color:#b94a48!important;
	}

.wpcf7-form .fusion-layout-column {
	margin-bottom:0!important;
	}

.g-recaptcha {
	padding:30px 0 20px 0;
	}

.wpcf7-form .wpcf7-mail-sent-ok {
	border-radius:6px;
	}
	
.wpcf7-form .wpcf7-response-output {
	text-transform:none!important;
	font-size:18px!important;
	}	

.fusion-alert .close {
	display:none!important;
	}	
	
.wpcf7-select {
	height:40px!important;
	font-size:17px!important;
}

/*.capitalize {
	text-transform: capitalize!important;
	}*/
	
span.wpcf7-list-item {
	margin-left:0!important;
	}	

.content-column {
	margin-bottom:20px!important;
}

.content-column label {
	font-size:17px!important;
}

@media (min-width: 1000px) {
.one_half.first-column {
    padding-right: 15px!important;
}
}

/* ------------------------
RESPONSIVE
-------------------------*/
	

@media only screen and (max-width: 800px) {

h1 {
	font-size:40px!important;
	line-height:42px!important;
	word-wrap: break-word!important;
	}
	
.post-content h3 {
		font-size:22px!important;
		line-height:28px!important;
		
	}
	
	
#content .button, .wpcf7-form input[type="submit"], #content .button-white {
	display: block!important;
	width:100%!important;
	text-align:center!important;
	margin-left:0!important;
	margin-right:0!important;
	padding-left:0!important;
	padding-right:0!important;
	} 

.fusion-secondary-header {
	display:none!important;
	}

.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-logo, .fusion-logo a {
	max-width:200px!important;
	}	

.fusion-page-title-bar h1 {
	display:none!important;
	}

.page-id-212 #content, .page-id-224 #content, .page-id-234 #content, .page-id-238 #content, .page-id-249 #content, .page-id-254 #content, .page-id-267 #content, .page-id-296 #content, .page-id-314 #content, .page-id-336 #content, .page-id-429 #content, .page-id-507 #content, .page-id-635 #content, .push {
	margin-top:0px!important;
	padding:0!important;
	}
	
.feature-box {
	margin-top:0px;
	}

.fusion-footer-widget-area ul li ul, .fusion-footer-widget-area ul li ul, .fusion-widget-area .sub-menu {
	display:none!important;
	}		
	
.single-post #sidebar, .single-video #sidebar {
	display:none!important;
	}

.profiler {
	font-size:9px;
	color:#ffffff!important;
	opacity:0.7;
	display:block!important;
	margin-top:-20px!important;
	}

.forsidebillede {
	margin-top:-60px;
	}
	

	}
	
@media only screen and (max-width: 1280px) {

	.fusion-main-menu > ul > li > a {
		font-size:12px!important;
	}
}


.filter-cat .item {
	color: #00505c;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing:0.05em;
	text-transform: uppercase;
}

.filter-cat .item input {
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.paginat > * {
	font-size: 16px;
	margin-right: 10px;
}

.paginat > *.current {
	display: inline-block;
	background: #00505c;
	color: #ffffff;
	padding: 0 8px;
	text-align: center;
}

.on-draught {
	color: #333333;
	font-family:'muller_regular'!important;
	font-size: 13px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.on-draught a {
	text-transform: uppercase;
	font-family:'muller_extrabold'!important;
}

.on-draught a:hover {
	text-decoration:underline;
}

.faktafabrikken-blog .meta {
	margin: 0 !important;
}

.faktafabrikken-blog .recent-posts-content {
	margin-left: 220px;
}

.faktafabrikken-blog .column:hover {
	background: rgb(240,240,240);
	background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 58%);
}

.faktafabrikken-blog .column:hover .fusion-flexslider {
	-webkit-box-shadow: 0px 13px 18px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 18px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 18px -7px rgba(0,0,0,0.75);
	transform: scale(1.05);
	transition:0.2s ease all;
}

.faktafabrikken-blog .column:hover .recent-posts-content h4 a {
	color:#000000!important;
}

.faktafabrikken h1 {
	margin-top:0!important;
	margin-bottom:15px!important;
}

.fusion-recent-posts.layout-thumbnails-on-side .columns .column {
	padding-top:20px;
}

.filter-cat > .item {
	position: relative;
	cursor: pointer;
}

.filter-cat > .item label {
	cursor: pointer;
}

.filter-cat > .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #222;
}

.filter-cat > .item.checked:before {
	background: url('check-mark-icon-5377.png');
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.filter-cat input {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.post-meta2 {
	margin-bottom:30px!important;
}

.post-meta2-date {
	margin-right: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post-meta2-cat a {
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #333333;
	margin-left: 3px;
	margin-bottom: 5px;
}

@media (max-width: 800px) {
	
	.faktafabrikken-blog .recent-posts-content {
		margin-left: 0!important;
	}
	
	.faktafabrikken-blog .column:hover .fusion-flexslider {
		-webkit-box-shadow:none!important;
		-moz-box-shadow:none!important;
		box-shadow:none!important;
		transform:none!important;
		transition:none!important;
	}
	
	.faktafabrikken-blog .column:hover .recent-posts-content h4 a {
		color:inherit!important;
	}
	
	.faktafabrikken-blog .column:hover {
		background:none!important;
		background:none!important;
	}
	
	.recent-posts-content h4 {
		font-size:30px!important;
		line-height:34px!important;
	}
	
	.recent-posts-content {
		margin-bottom:30px!important;
	}
}

@media (max-width: 767px) {
	.post-meta2 > span {
		display: block;
	}
}




/*Overides*/
.custom-wrapper{
	padding-left: 4px;
	padding-right: 4px;
	max-width: 986px;
	margin-left: auto;
	margin-right: auto;
	margin-top:80px;
	margin-bottom:80px;
	padding-bottom: 80px;
}
.c-row{
	margin-left: -4px;
	margin-right: -4px;
	position: relative;
}
.c-row .item{
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	width: 33.3333333%;
	min-height: 1px;
}

.item-box{
	position: relative;
	background: #fff;
	margin-bottom: 8px;
	cursor: pointer;
}
.item-box:before{
	content: '';
	position: relative;
	display: block;
	padding-bottom: 100%;
}
.item-box .item-border{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all ease-in-out 300ms;
	border: 10px solid transparent;
}
.item-box .bg-color{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all ease-in-out 300ms;
}
.item-box .bg-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all ease-in-out 300ms;
}

.item-box:hover .bg-color, .item-box:hover .bg-image{
	opacity: 0;
}

.item-box .inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 39px;
	line-height: 1;
	font-family: 'mullerblack_italic';
	z-index: 9;
	color: #000;
	transition: all ease-in-out 300ms;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.item-box .inner .fa{
	font-size: 30px;
	line-height: 1 !important;
	text-shadow: none;
}
.item-box .inner .c-icon{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transition: all ease-in-out 300ms;
	opacity: 0;
}
.item-box:hover .inner .c-icon{
	opacity: 1;
}

.item .c-popup{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding: 0 4px;
	display: none;
}
.item .c-popup.open{
	display: block;
}
.item .c-popup .inner-wrapper{
	position: relative;
	overflow: hidden;
	border: 10px solid transparent;
	padding: 100px 15px 50px;
	background: #fff;
	height: 100%;
}
.item .c-popup .top-art{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	z-index: 9;
}
.item .c-popup .scroll-wrapper{
	position: relative;
	max-height: 100%;
	overflow: auto;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.two-col-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}
.two-col-row{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.two-col-row .col{
	width: 100%;
	float: left;
	min-height: 1px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.close-cpop{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	background: none;
	border: 0;
	z-index: 9;
	outline: none !important;
	cursor: pointer;
}
.c-popup .two-col-row .col{
	padding-left: 0 !important;
	padding-right: 30px !important;
}

.c-popup h2{
	font-size: 100px !important;
	line-height: 1.12 !important;
	margin-bottom: 50px;
	font-family: 'mullerblack_italic' !important;
	text-transform: uppercase !important;
}
.c-popup ul{
	font-size: 28px !important;
	font-family: 'mullerblack_italic' !important;
}
.c-popup p{
	font-size: 17px !important;
	line-height: 1.25 !important;
}
.c-popup h3{
	font-size: 20px !important;
	font-family: 'mullerblack_italic' !important;
	line-height: 1.12 !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

.c-popup a{
	display: inline-block;
	padding: 13px 30px;
	font-family: 'mullerblack_italic' !important;
	line-height: 1.12;
	font-size: 22px !important;
	border: 4px solid #09aa8e;
	color: #09aa8e;
}

.button-to-form {
	font-family: 'muller_regular' !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	border: 0 !important;
	padding: 6px 30px 8px 30px !important;
	text-transform: none !important;
	text-decoration: none !important;
	background-color: #fe4365 !important;
	color: #ffffff !important;
	margin: 0 auto !important;
	margin-bottom: 15px !important;
	transition: .2s !important;
	position: relative;
	display: none;
	cursor: pointer !important;	
	text-align: center;
}

.slick-track {
	margin-left: 0;
	margin-right: 0;
}

@media(min-width: 992px){
	.two-col-row .col{
		width: 50%;
	}
	
		.c-wrap {
	padding-right:40px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.item-box .inner{
		font-size: 20px;
		padding: 0;
	}
	.c-popup h2 {
		font-size: 50px !important;
	}
}
@media (max-width: 767px){
	.item-box .inner{
		padding: 0;
		font-size: 11px;
	}
	.c-popup h2 {
		font-size: 28px !important;
	}
	.item .c-popup .top-art{
		width: 40px;
		height: 40px;
	}
	.item .c-popup .inner-wrapper{
		padding-top: 60px;
		padding-bottom: 15px;
	}
	.close-cpop{
		top: 5px;
		right: 5px;
	}
	.nicescroll-cursors{
		width: 12px !important;
	}
	.cat-content {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.cat-content>.cat-box {
		padding-bottom: 50px;
		border-bottom: 1px solid #e0dede;
		margin-bottom: 50px!important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 400px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.cat-content>.cat-box:last-child {
		border: 0;
		padding-bottom: 0;
	}
	.home .faktafabrikken-title {
		text-align: center;
	}
	
	.button-to-form {
		display: block;
	}
}


.navigation.v2 {
    text-align: center;
    margin-bottom: 100px;
	margin-top: -40px;
}

#content .navigation.v2 ul li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.27);
	height: 33px !important;
	line-height: 33px !important;
	padding: 0 8px;
	min-width: 33px;
	border-radius: 4px;
	color: #000;
	margin-left: 2px;
	margin-right: 2px;	
}

.navigation.v2 ul li a {
	font-size: 13px !important;
}

.navigation.v2 ul li.active {
	background: #00505a;
	color: #fff !important;	
}

.navigation.v2 ul li.active a {
	color: #fff !important;	
}

.faktafabrikken-title {
	margin: 0 !important;
}

.dcw.v2 li {
	line-height: 1.6;
}

.faktafabrikken-related h4 {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

.faktafabrikken-related .recent-posts-content {
	margin-bottom: 40px;
}

#text-26 {
	display: none;
}

.single #text-26 {
	display: block;
}

.single-faktafabrikken #content {
	float: left !important;
}

.single-faktafabrikken #sidebar {
	float: right !important;
}

.related-carousel .category a {
	font-family: 'muller_bold' !important;
	display: inline-block;
	vertical-align: top;
	padding: 2px 8px;
	background-color: #004c59;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;	
}

@media(max-width:991px){
	.single-post .fusion-mod, .single-video .fusion-mod{
		width: 100%;
    	max-width: 100%;
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	html:not(.avada-has-site-width-percent) .single-post #main, html:not(.avada-has-site-width-percent) .single-video #main{
		padding-left: 15px !important;
    	padding-right: 15px !important;
	}
}

.video-container .faktafabrikken-title {
	color: #08515a;
	text-transform: capitalize;
	display: block;
	border-top: 1px solid #00505c;
	border-bottom: 1px solid #00505c;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top: 10px !important;
}

.video-container .video {
	position: relative; 
	overflow: hidden; 
}

.video-container .video iframe,
.video-container .video object,
.video-container .video embed {
	display: block !important;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.video-container .video .video-img {
	height: 100%;
	width: 100%;
	object-position: 50% 50%;
	o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.video-container .cat-content .cat-box.cat-box-full {
	width: 100%;
	flex-basis: 100%;
}

.video-container .cat-content .cat-box .video {
	height: 165px;
}

.video-container .cat-content .cat-box.cat-box-1 .video,
.video-container .cat-content .cat-box.cat-box-2 .video {
	height: 250px;
}

.video-container .cat-content .cat-box.cat-box-full .video {
	height: 700px;
}

.video-container .video .youtube-video {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.video-container .video .youtube-play {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.video-container .cat-content .cat-box .youtube-play {
	width: 70px;
	height: 70px;
}

.video-container .cat-content .cat-box.cat-box-1 .youtube-play,
.video-container .cat-content .cat-box.cat-box-2 .youtube-play,
.video-container .cat-content .cat-box.cat-box-full .youtube-play {
	width: 100px;
	height: 100px;
}

.video-container .video .youtube-play i {
	border-radius: 50%;
	border: 5px solid #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-block;
}

.related-carousel-wrapper .item .thumb a i {
	border-radius: 50%;
	border: 5px solid #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
	position: absolute;	
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	padding: 12px 10px;
	z-index: 10;
}

.related-carousel-wrapper .item .thumb a img {
	width: 100%;
}

.related-carousel-wrapper .item .thumb.video-thumb a {
	padding-bottom: 65% !important;
}

.video-container .cat-content .cat-box .youtube-play i {
	padding: 12px 0;
}

.video-container .cat-content .cat-box.cat-box-1 .youtube-play i,
.video-container .cat-content .cat-box.cat-box-2 .youtube-play i,
.video-container .cat-content .cat-box.cat-box-full .youtube-play i {
	padding: 20px 0;
}

.video-container .video .youtube-play svg, 
.related-carousel-wrapper .item .thumb a i svg {
	position: relative;
}

.video-container .cat-content .cat-box .youtube-play svg,
.related-carousel-wrapper .item .thumb a i svg {
	width: 30px;
	left: 2px;
}

.video-container .cat-content .cat-box.cat-box-1 .youtube-play svg,
.video-container .cat-content .cat-box.cat-box-2 .youtube-play svg,
.video-container .cat-content .cat-box.cat-box-full .youtube-play svg {
	width: 45px;
	left: 5px;
}

.video-container .video .youtube-play svg path,
.related-carousel-wrapper .item .thumb a i svg path {
	fill: #fff;
}

.video-search {
	position: relative;
}

.video-search .search-field {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color: #fff !important;
	height: 50px !important;
	border-radius: 10px !important;
	padding-left: 50px;
}

.video-search .video-search-btn {
	position: absolute;
	top: 10px;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	left: 5px;
}

.related-posts .cat-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
	.video-container .video iframe,
	.video-container .video object,
	.video-container .video embed {
		width: 100% !important; 
		height: 100% !important; 
	}

	.video-container .cat-content .cat-box.cat-box-full .video {
		height: 350px;
	}
}