/*
Velkommen til tilpasset CSS!

For å lære hvordan dette virker, se http://wp.me/PEmnE-Bt
*/
/*slider text shadow*/
.customSlide {
	text-shadow: 1px 1px 3px #000000;
}

/*removes arrows from slider*/
.custom.tparrows {
	display: none;
}

/*white text color on active links level 1 and 2*/
nav .current-menu-item a {
	color: #fff !important;
}

/*white border-bottom on active links level 1*/
nav .current-menu-item .w-nav-title {
	border-bottom: 3px solid #fff;
	padding: 5px;
}

/*removes white border-bottom from level 2 items*/
nav .w-nav-list .level_2 .w-nav-item .w-nav-title {
	border-bottom: none !important;
}

/*green background in level 2 dropdown for the currently active item*/
.w-nav-item.current-menu-item:not(.level_1) > .w-nav-anchor, .w-nav-item.current-menu-parent:not(.level_1) > .w-nav-anchor, .w-nav-item.current-menu-ancestor:not(.level_1) > .w-nav-anchor {
	background-color: #79bd9a !important;
}

/*white text color on level 1 menu item when on one of the level 2 subpages of that item*/
.w-nav-item.level_1.current-menu-item > .w-nav-anchor, .w-nav-item.level_1.current-menu-parent > .w-nav-anchor, .w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {
	color: #fff !important;
}

/*white border-bottom on level 1 menu item when on one of the level 2 subpages of that item*/
nav .current-page-ancestor.togglable .w-nav-title {
	border-bottom: 3px solid #fff !important;
	padding: 5px !important;
}

/*sets black as color for all level 2 links when not active*/
nav .current-menu-item .w-nav-list .level_2 a {
	color: #000 !important;
}

/*takes care of centering phone and email icons on 2469 team sider*/
.w-iconbox-text {
	color: #7d7d7d !important;
}

.iconbox_custom .w-iconbox-meta {
	align-items: center !important;
	display: flex;
}

.iconbox_custom .w-iconbox-icon {
	text-align: left;
}

.iconbox_custom .w-iconbox-text {
	margin-left: -12px;
}

/*text color prosjekt boks on våre tjenester sider*/
.project_box_custom {
	color: #ffffff;
}

/*more space between portfolio items on home page*/
.portfolio_home .w-portfolio-item {
	padding: 5px !important;
}