/*
Theme Name: MBO Digitaal
Theme URI:
Description: Dit thema is op maat ontwikkeld door Code.Rehab
Author: Code.Rehab
Author URI: http://www.code.rehab
Version: 1.0
Tags:
License:
License URI:
*/


/* BREADCRUMBS */
header#page-header #breadcrumbs span:nth-child(4),
header#page-header #breadcrumbs span:nth-child(3){
	display: none !important;
}

@media (max-width: 767px){


	header#page-header #breadcrumbs span span a{
		  display: inline-block !important; 
	}
header#page-header #breadcrumbs span span {
    display: none !important; 
}
	
	header#page-header #breadcrumbs span:first-child,
	header#page-header #breadcrumbs span:nth-child(2),
	header#page-header #breadcrumbs span:last-child
	{
		  display: inline-block !important; 
	}
	
		body.parent-nav-page header#page-header #breadcrumbs span:nth-child(3),
	body.parent-nav-page header#page-header #breadcrumbs span:nth-child(4){
		 display: inline-block !important; 
	}
	
	/* Home icon */
	header#page-header #breadcrumbs svg{
		position: relative;
    	top: 2px;
    	max-height: 16px;
	}
	
	header#page-header #breadcrumbs{
	font-size:11px !important;
}
	.breadcrumb-icon{
		margin: 0 1.5px !important;
	}
	
	.breadcrumb_last{
		max-width: 50vw;
    	line-height: 75%;
	}
	
}



header#page-header #breadcrumbs{
	font-size:13px;
}

.breadcrumb_last{
	font-weight: bold;
}

/*  PROGRAMS OVERVIEW */


#programs_list{font-size: 14px; margin-bottom: 60px;}
#programs_list ul>li>ul{display:none}
#programs_list ul.active{display:block}


#programs_list .content-wrapper{
	display: block;
	padding: 5px 10px;
	background-color: #03635E;
	width: 100%;
	box-sizing: border-box;
}


#programs_list .content-wrapper.active{
	background-color: #000;
}

#programs_list .content-wrapper.active::before{
	background-color: #fff;
}

#programs_list .content-wrapper.active .nav-link::before{
	border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
	left: 12px;
}


#programs_list .content-wrapper.active a{
	color: #fff;
}

#programs_list .title{
/* 	background-color: purple; */
}

#programs_list a{
	text-decoration: none;
	color: #fff;
}

#programs_list li li a{
	color: #000;
}

#programs_list a:hover{
	text-decoration: underline;
}

#programs_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	width: 400px;
}
#programs_list ul li {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
}

#programs_list ul li .container{
	padding: 0;
}

#programs_list ul li li{
	font-weight: normal;
	color: #000;
	padding: 0;
}

#programs_list ul li li li{
	font-weight: normal;
	color: #000;
	padding: 0;
}

/* ARROWS */

#programs_list ul li .nav-link{
	display: inline-block;
    width: 34px;
    height: 34px;
    background-color: hsla(0,0%,100%,.1);
    position: absolute;
	right: 0;
	top: 0;
}

#programs_list ul li .nav-link::before{
	border-bottom: 6px solid transparent;
    border-left: 8px solid currentcolor;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
   	right: 12px;
    top: 10px;
    width: 0;
}

#programs_list ul li.collapsed .nav-link::before{
	border-left: 6px solid transparent;
    border-top: 8px solid currentcolor;
    border-right: 6px solid transparent;
	top: 12px;
}



#programs_list ul li.collapsed ul li .nav-link::before{
	border-bottom: 6px solid transparent;
    border-left: 8px solid currentcolor;
    border-top: 6px solid transparent;
	left: 14px;
	top: 12px;
}

#programs_list ul li.collapsed ul li.collapsed ul li .nav-link::before{
	border-bottom: 6px solid transparent;
    border-left: 8px solid currentcolor;
    border-top: 6px solid transparent;
	left: 14px;
	top: 12px;
}

#programs_list ul li.collapsed li.collapsed .nav-link::before{
	border-left: 6px solid transparent;
    border-top: 8px solid currentcolor;
    border-right: 6px solid transparent;
	left: 12px;
}

#programs_list .content-wrapper.active .nav-link::before{
	border-left: 6px solid transparent;
    border-top: 8px solid currentcolor;
    border-right: 6px solid transparent;
}


#programs_list ul li.collapsed li.collapsed li.collapsed .nav-link::before{
	border-left: 6px solid transparent;
    border-top: 8px solid currentcolor;
    border-right: 6px solid transparent;
	left: 12px;
}

#programs_list ul li.not(.collapsed) .nav-link::before{
	border-bottom: 6px solid transparent;
    border-left: 8px solid currentcolor;
    border-top: 6px solid transparent;
}



/* END ARROWS */

#programs_list li li .content-wrapper {
	padding-left: 20px;
	background-color: #098976;
	position: relative;
}

/* disc */ 
#programs_list li li li .content-wrapper::before{
display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 24px;
    top: 15px;
    content: "";
    border-radius: 100%;
    background-color: black;
    z-index: 999;
}

#programs_list li li .content-wrapper a{
		color: #fff;
}

#programs_list li li li .content-wrapper {
	padding-left: 40px;
	background-color: #C4C4C4;
}

#programs_list li li li .content-wrapper a{
		color: #000;
}

#programs_list li li li li .content-wrapper {
	padding-left: 60px;
	background-color: #DDDDDD;
}

#programs_list li li li li .content-wrapper::before{
	left: 40px;
}

/*  LVL 5 */
#programs_list li li li li li .content-wrapper {
	padding-left: 80px;
	background-color: #E8E8E8;
}

#programs_list li li li li li .content-wrapper::before{
	left: 60px;
}

/*  LVL 6 */
#programs_list li li li li li li .content-wrapper {
	padding-left: 80px;
	background-color: #E8E8E8;
}
#programs_list li li li li li li .content-wrapper::before{
	left: 60px;
}

#programs_list li.nav-item:nth-child(3){
	position: relative;
}

#programs_list li.nav-item:nth-child(3)::after{
	position: absolute;
	content: 'themas',
		background-color: red;
	left: 0,
	top: 20px;
	display: block;
		
}




@media (max-width: 767px){
	#programs_list ul{
		max-width: 100%;
	}
	#programs_list{font-size: 12px;}
}


body.page .title_logo_container .title,
body.page .group_participation,
body.page .group_contacts {
	width: 100%;
}

body.group-type-programma .pagination a,
body.group-type-programma .pagination .current,
body.group-type-programma .pagination .dots
{
	display: none !important;
}

body.group-type-programma .pagination a.next,
body.group-type-programma .pagination a.prev{
	display: block !important;
    float: right;
    padding: 6px 15px;
    background-color: #1a7399;
    color: #fff !important;
	margin-top: 20px;
}

body.group-type-programma .pagination a.prev{
    float: left;
}



aside#page_sidebar{
	max-width: 400px;
}


body.group-type-programma .cybersearch #searchform input{
	padding: 6px 7px;
}

body.group-type-programma .cybersearch #searchsubmit{
	max-width: 90px !important;
    background-color: #05635e;
    border: 0;
    font-family: 'OPEN SANS';
    font-size: 13px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px;

}


#page_content{
	width: 100%;
}


/*  CALENDAR START */

.calendar-overview{
	max-width: 840px;
	margin-top: 24px;
}

.calendar-item{
	display: flex;
	margin-bottom: 16px;
	position: relative;
	background-color: #EDEDED;
	
}
.calendar-item .link{
	width: 100%;
	display: flex;
	text-decoration: none;
}

.calendar-item.active:hover .arrow-animation{
	width: calc(100% - 64px) !important;
}

.calendar-item .link:hover .arrow-link svg{
	transform: translatex(4px);
}



.calendar-item .title{
	color: #000000;
	font-weight: 600;
	font-size: 17px;
}

.calendar-item .date{
	background-color: #d4d4d4;
	width: 64px;
	min-width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	word-spacing: 100vw;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
}

.calendar-item .date.active{
	background-color: #6E4987;
}

.calendar-item .time_location{
	color: #6A6A6A;
}


.calendar-item .arrow-animation{
	display: block;
	background-color: #DBDBDB;
	position: absolute;
	right: 0; 
	top: 0;
	bottom: 0;
	transition: all .7s;
    width: 0.2%;
	z-index: 0;
}

.calendar-item .content-wrapper{
	width: 100%;
	padding: 8px 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index:0;
/* 	max-width: 720px; */
}

.calendar-item .content{
	display: flex;
	flex-direction: column;
	min-width: 360px;
}

.calendar-item .info{
	display: flex;
	position: relative;
		z-index: 1;
}

.calendar-item .tags{
	margin-right: 20px;
	font-style: italic;
	color: #6A6A6A;
}

.calendar-item .arrow-link{
	display: block;
	width: 30px;
	background-color: #DBDBDB;
	position: absolute;
    right: -20px;
    top: -8px;
    bottom: -8px;

}

.calendar-item .arrow-link svg{
	max-width: 30%;
	position: relative;
    top: 23px;
    left: 9px;
	transition: all .3s;
}

/*  Responsiveness calendar */

@media (max-width: 767px){
	
	.calendar-overview{
		max-width: 100%;
	}

	.content-wrapper{
		flex-direction: column;
	}
	
	.calendar-item{
		margin-bottom: 20px;
	}

	.calendar-item .date{
		width: 90px;
		min-width: 90px;
		height: 90px;
	}
	
	.calendar-item .content{
		min-width: unset;
	}
	
	.calendar-item .tags{
		font-size: .8em;
		line-height: 1.2;
		position: absolute;
    	top: 14px;
    	left: -110px;
	}

	.calendar-item .arrow-link{
		top: -82px;
	}

	.calendar-item .arrow-link svg{
		top: 33px;
	}
	
	.calendar-item.active:hover .arrow-animation{
	width: calc(100% - 90px) !important;
	}
}

/* CALENDAR END */


/* USER GROUPS START */

.usergroups-overview{
	display:inline-flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.usergroups-overview .link{
	text-decoration: none;
}

.usergroups-overview .usergroup{
	background-color: #6E4987;
	display: flex;
	justify-content: space-between;
	max-width: 370px;
	margin-bottom: 24px;
	position: relative;
}

.usergroups-overview .link:nth-child(odd){
	margin-right: 24px;
}

.usergroups-overview .usergroup .title{
	color: #fff;
	padding: 20px;
	width: 275px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.usergroups-overview .usergroup .arrow-link{
	background-color: #4D2767;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.usergroups-overview .usergroup .arrow-link svg{
	max-width: 20%;
	transition: all .3s;
}

.usergroups-overview .arrow-animation{
	display: block;
	background-color: #4D2767;
	position: absolute;
	right: 0; 
	top: 0;
	bottom: 0;
	transition: all .7s;
    width: 0.2%;
	z-index: 0;
}



.link:hover .arrow-animation{
	width: calc(100%);
}

.link:hover .arrow-link svg{
	transform: translatex(4px);
}
.link:hover img{
	transition: all .3s;
}
.link:hover img{
	transform: scale(1.1);
}

/*  Responsiveness USER GROUPS */

@media (max-width: 767px){
	.usergroups-overview .link:nth-child(odd){
		margin-right: 0;
	}
	.usergroups-overview .link{
		width: 100%;
	}
	.usergroups-overview .usergroup .title{
		width: unset;
	}
}

/* USER GROUPS END */



/* USER GROUPS START */

.networks-overview{
	display:inline-flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.networks-overview .link{
	text-decoration: none;
}

.networks-overview .network{
	background-color: #6E4987;
	display: flex;
	justify-content: space-between;
	max-width: 370px;
	margin-bottom: 24px;
	position: relative;
}

.networks-overview .link:nth-child(odd){
	margin-right: 24px;
}

.networks-overview .network .title{
	color: #fff;
	padding: 12px;
	width: 294px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 2;
	display: flex;
    align-items: center;
}

.networks-overview .network img{
	max-width: 40px;
	margin-right: 12px;
	position: relative;
    top: -2px;
	transition: all .45s;
	transform-origin: center;
}

.networks-overview .network .arrow-link{
	background-color: #4D2767;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.networks-overview .network .arrow-link svg{
	max-width: 20%;
	transition: all .3s;
}

.networks-overview .arrow-animation{
	display: block;
	background-color: #4D2767;
	position: absolute;
	right: 0; 
	top: 0;
	bottom: 0;
	transition: all .7s;
    width: 0.2%;
	z-index: 0;
}



.link:hover .arrow-animation{
	width: calc(100%);
}

.link:hover .arrow-link svg{
	transform: translatex(4px);
}

	.networks-overview .link.disabled .arrow-link,
.networks-overview .link.disabled .arrow-animation
{
		display: none;
	}

.networks-overview .link.disabled{
	 pointer-events: none;
  cursor: default;
}

.networks-overview .link.disabled .title{
		width: 334px;
	}

/*  Responsiveness USER GROUPS */

@media (max-width: 767px){
	.networks-overview .link:nth-child(odd){
		margin-right: 0;
	}
	.networks-overview, .networks-overview .link{
		width: 100%;
	}
	.networks-overview .network .title{
		width: auto;
	}
	

}

/* NETWORKS END */

.usergroup_archive{
	list-style-type: none; 
	margin:20px 0; 
	padding:0; 
	columns: 2;
}

@media (max-width: 767px){
	.usergroup_archive{
			columns: 1;
	}
}


.table-items .panel-grid,
.table-items .panel-grid-cell
{
	margin-bottom: 0 !important;
}

.table-items .panel-grid-cell{
	padding: 0 10px !important;
}

.table-items .panel-grid-cell p{
	margin: 0 !important;
	padding: 5px 0 !important;
}

@media (max-width: 767px){
	#linear .table-items{
		flex-direction: row !important;
	}
	
	#linear .table-items .panel-grid-cell:first-child{
		width: 60px !important; 
	}
	
	#linear .table-items .panel-grid-cell:nth-child(2){
		width: 320px !important;
	}
	#linear .table-items .panel-grid-cell:nth-child(3){
		width: 100%;
	}
}


/* automated calendar */

.ics-calendar-label{
	display: none !important;
}

.ics-calendar-date-wrapper{
	display: flex;
	margin-bottom: 16px;
}

.ics-calendar-date{
	background-color: #6E4987;
    width: 64px;
    min-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    word-spacing: 100vw;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 !important;
}

.events{
	width: 100%;
	padding: 8px 20px;
	margin: 0 !important;
    flex-direction: column;
	position: relative;
	background-color: #EDEDED;
	justify-content: center;
    display: flex;
}


/* hover effect  */


.ics-calendar-date-wrapper.linky .external-link{
	width: 40px;
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
    background-color: #DBDBDB;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 999;
}
a.external-link{
	text-decoration: none;
}

.ics-calendar-date-wrapper.linky .time,
.ics-calendar-date-wrapper.linky .event,
.ics-calendar-date-wrapper.linky .descloc,
.ics-calendar-date-wrapper.linky .desloc
{
	position: relative;
	z-index: 999999;
}



.ics-calendar-date-wrapper.linky{
	cursor: pointer;
	position: relative;
}

.ics-calendar-date-wrapper.linky .arrow-container{
	display: block;
	width: 30px;
	background-color: #DBDBDB;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

}

.ics-calendar-date-wrapper.linky .arrow-container svg{
	max-width: 30%;
	position: relative;
    top: 23px;
    left: 9px;
	transition: all .3s;
}




.ics-calendar-date-wrapper .events .event{
	display: flex;
	flex-direction: column;
}

/* hide multiple times  */

.ics-calendar-date-wrapper .events .event .time{
/* 	display: none; */
}

.ics-calendar-date-wrapper .events .event .time:first-of-type{
	display: block;
}

.ics-calendar-date-wrapper.linky .events:after{
	content: "";
	display: block;
    background-color: #DBDBDB;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .7s;
    width: 0%;
    z-index: 0;
}



.ics-calendar-date-wrapper.linky .events:hover:after{
	width: 100%;
}

.ics-calendar-date span{
	width: 100%;
	display: contents;
}


/* .ics-calendar a.offsite-link{
	display: none;
} */

.ics-calendar-date span:first-of-type{
	display: none !important;
}


.ics-calendar-date-wrapper .title{
	font-weight: 600;
	
	display: flex;
    font-size: 16px;
}


@media (max-width: 767px){
	
	.ics-calendar-date-wrapper .title{
		flex-direction: column;
	}
}


.ics-calendar-date-wrapper  .external-link{
	color: #6E4987;
	font-size: .9em;
}


dt.time, .newTime{
	padding-top: 0 !important;
	font-weight: normal !important;
	position: relative;
	font-size: .9em;
	z-index: 99;
	left: 10px;
}



@media (max-width: 767px){
	dt.time{
		left: 0;
	}

	dt.time, .newTime{
		left: 0;
	}
}

span.end_time{
	font-size: 100% !important;
}


.descloc{
	position: relative;
    right: 0;
	top: 0;
/*     max-width: 34%; */
	
}

.descloc .location{
	text-align: left !important;
	font-size: .85em !important; 
}


body.single-activiteit header#page-header{
	background-color:#4d2767;
}

body.single-activiteit header#page-header:after{
	background-color:#6e4987;
}


.r34ics-ajax-container .ics-calendar-date-wrapper[data-events-count="2"] .event:first-of-type{
/* 	background-color:red; */
	border-top:12px solid #fff;
	margin-top: 40px;
}



.intro{
	color: #6e4987;
    display: block;
    font-style: italic;
}


.ics-calendar-date-wrapper .time{
	display: none;
}

.calendar-item:not(.active) .arrow-animation{
	display: none !important;
}


div[data-year]{
	margin-top: 30px;
}

div[data-year]{
	display: none;
}

#show-more-years-btn{
	display: none;
	background-color: #6e4987;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 20px;
}

@media (max-width: 767px){
	#show-more-years-btn{
		margin-top: 0;
	}
}

/* Activity page tables */
.workshop-authors{
	color: #000;
	font-style:italic;
	font-size: .9em;
}

body.single-activiteit .post-date{
	display: none;
}



body.single-activiteit .info{
	padding: 10px 20px;
	background-color: #fffbc8;
	color: #5e6708;
}

body.single-activiteit .info p{
	margin:0;
	font-style: italic;
}

body.single-activiteit article#page_content{
	max-width: 680px;
}

/*  attachments fix */
.attachment{
	width: calc(100% - 20px);
}



/* Blogs and GRID fix*/

.posts-gallery{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
  	gap: 20px; 
	box-sizing: border-box;
  	width: 100%;
	position: relative;
	/* padding-top: 80px; */
}

body.home{
	.posts-gallery{
		padding-top: 80px;
	}
}

@media (max-width: 1024px){
	.posts-gallery{
		grid-template-columns: 1fr 1fr;
		grid-gap: 2vw;
	}
}

@media (max-width: 767px){
	.posts-gallery{
		grid-template-columns: repeat(1, 1fr);
  gap: 20px; /* or whatever gap size you're using */
  width: 100%;
	}
}

.posts-gallery .col{
	width: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

.posts-gallery .post:last-child{
	margin-bottom: 0;
}

.posts-gallery .post.blogs{
	background: #9F8E67;
}

body.single-blogs .featured-image:before{
	background: linear-gradient(24deg,#938242,rgba(110,73,135,.059));
    bottom: 7px;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
}

.recent-post-wrapper .post.blogs .featured-img::before{
	background: linear-gradient(24deg,#938242,rgba(110,73,135,.059))
}

.posts-gallery  a:hover{
	text-decoration: none !important;
}

.posts-gallery .type-title{
	position: absolute;
	top:-80px;
	left:0;
	z-index: 9999;
}

@media (max-width: 767px){
	.posts-gallery .type-title{
		position: relative;
		top:0px;
	}

}

.posts-gallery .type-title:hover svg{
	transform: translateX(6px);
}

.posts-gallery .type-title svg{
	width: 10px;
	transition: all .3s;
	position: relative;
}
.posts-gallery .type-title svg path{
	fill: #969696
}
.subject-row .subject{
	z-index: 9999;
}


body.single-blogs .pagewrap:first-child{
display: none;
}

body.single-blogs  #page-header,
body.post-type-archive-blogs #page-header{
	background: #746541;
}
body.single-blogs  #page-header::after,
body.post-type-archive-blogs #page-header::after{
	background-color: #9F8E67;
}

body.post-type-archive-blogs .posts-gallery .col .post{
	background-color: #9F8E67;
}


body.single-blogs .blog-author header{
	background: #746541;
	padding: 10px 20px;

}

body.single-blogs .blog-author header h4{
	color: #fff;
	margin:0;
	font-weight: 600;
	font-size: 20px;
}

body.single-blogs .the-content blockquote{
	padding:0;
	margin:0;
	font-size: 28px;
	color: #746541;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
}

body.single-blogs .blog-author{
	background: #9F8E67
}

@media (max-width: 767px){
	body.single-blogs #page_sidebar{
		margin-top:0;
	}
}

body.single-blogs .blog-author main{
	padding: 10px 20px;
}

body.single-blogs .blog-author main p{
font-size: 16px;
font-style: italic;
color: #fff;
}

body.single-blogs .blog-author footer span{
	color: #fff;
}

/* Author socials for blogs */

body.single-blogs aside #socials{
    margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}

body.single-blogs aside #socials .btn{
	background-color: rgba(255,255,255,0.2);
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}
body.single-blogs aside #socials .btn svg{
	width: 26px;
	transition: all .3s ease-in-out;
}

body.single-blogs aside #socials .btn:hover svg{

	transform: scale(1.2)
}


/* Blogs archive padding fix */
body.post-type-archive-blogs .posts-gallery{
	padding-top:0;
}

body.post-type-archive-blogs .pagination .btn.next, body.post-type-archive-blogs .pagination .btn.prev{
	background-color: #746541;
}

body.paged .pagination,
body.blog .pagination,
body.archive .pagination {
	margin: 20px 0 !important;
}

.featured-img{
	min-width: unset !important;
	width: 100% !important;
}

.posts-gallery .col{
	margin-right: 0 !important;
}


#page_sidebar{
	position: relative;
	right: 0;
}

@media (min-width:1221px) and (max-width: 1479px){
	#page_sidebar{
		right: -40px;
	}
	header#page-header{
		max-width: 701px
	}
	
}


/* WIDE SCREEN BAR FIX FOR DENNIS BIG SCREEN */
header#page-header:after{
	width:400%;
}