@charset "UTF-8";
/*
Theme Name: Textiles Twenty Nineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/

/*Page with sub site sidebar menu*/

body
{
	font-family: helvetica, arial, sans-serif, sans;
	font-size: 0.8em;
	line-height: 1.4;
}

#masthead
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 112px;
	padding: 0;
	z-index: 9999;
	background: #fff;
}

/* .scrolled #masthead
{
	height: 64px;
} */


#masthead .site-branding-container
{
	margin-top: 40px;
}

.site-branding
{
	margin: 0 6%;
}

/* .scrolled #masthead .site-branding-container
{
	margin-top: 12px;
} */

.site-title a
{
	font-weight: bold;
	font-size: 1.1rem;	
}

.site-logo
{
	top: -20px;
	left: auto;
	right: 0;
}

.site-logo .custom-logo-link
{
	border-radius: 0;
}

.site-info
{
	display: none;
}

#content
{
	margin-top: 124px;
}

/* Front page */

@media screen and (min-width: 1024px)
{
	.page-template-frontpage .entry .entry-content,
	.page-template-frontpage .entry .entry-content > *,
	.page-template-frontpage .entry .entry-summary > *
	{
		max-width: 100% !important;
		width: calc(100% - 60px) !important
	}
}

/* Post grid */

.post-grid
{
	margin: 0 !important;
	padding: 0 !important;

}

.post-grid .grid-items
{
	margin: 0 !important;
}

.post-grid .item
{
	border: 1px solid #ccc;
}

.post-grid .item .element
{
	padding: 0 !important;
}

.post-grid .title_link
{
	color: #000 !important;
	margin: 20px 0 24px 0;
	font-size: 0.9em !important;
	font-weight: bold;
}

.post-grid .item .read_more
{
	color: transparent !important;
}

/* Sub site sub page */

.page-template-subpage #content
{
	position: relative;
	margin-top: 0;
}

.page-template-subpage #backgroundImageRotator
{
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("../../uploads/2019/09/MG_4662-e1569415117164-1568x1045.jpg");
	background-size: cover;
	background-position: top left;
}
.page-template-subpage #backgroundImageRotator img
{
	z-index: 1;
	width: 100%
}

.page-template-subpage .content
{
	text-align: center;
}

.page-template-subpage #primary
{
	position: relative;
	z-index: 999;
	width: 1024px;
	margin: 0 auto;
}

.page-template-subpage #main
{
	position: relative;
	z-index: 99;
	background-color: rgba(255,255,255,0.75);
	width: 720px;
	padding: 0 3rem 2rem 3rem;
	margin-top: 382px;
	margin-left: 300px;
}

.page-template-subpage .entry .entry-header,
.page-template-subpage .entry .entry-content,
.page-template-subpage .entry .entry-summary
{
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.page-template-subpage .entry-title
{

	opacity: 0.5;
	position: relative;
	width: 100%;
	top: 32px;
	margin-bottom: 1em;
	font-size: 1em;
	border: 0 solid
}

.page-template-subpage .entry-title::before
{
	display: none;
}

.page-template-subpage .sidebarMenu
{
	position: fixed;
	top: 112px;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
}

.page-template-subpage .sidebarMenu ul,
.page-template-subpage .sidebarMenu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.page-template-subpage .sidebarMenu ul
{
	display: flex;
	justify-content: flex-end;
	flex-direction: column
}


.page-template-subpage .sidebarMenu li
{
	margin-bottom: 16px;
	display: inline-block;
	text-align: right;
	font-size: 1em;
}

.page-template-subpage .sidebarMenu li a
{
	position: relative;	
	color: #000;
	text-align: right;
	padding: 6px 24px 6px 12px;	
	background-color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

.page-template-subpage .sidebarMenu .sub-menu
{
	margin-top: 4px;
	background-color: rgba(255, 255, 255, 0.75);
	padding-bottom: 1rem;

}

.page-template-subpage .sidebarMenu .sub-menu li
{
	position: relative;
	margin: 0 0 0 0;
}

.page-template-subpage .sidebarMenu .sub-menu li a
{
	font-size: 0.9em;
	margin: 0;
	font-weight: normal;
	background-color: transparent;
}

.page-template-subpage .sidebarMenu .menu-item-has-children > a::after
{
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 9px;
	content: '>';
	font-weight: bold;
	font-size: 0.7em;
	line-height: 0;
}

.page-template-subpage .sidebarMenu .current-menu-item.menu-item-has-children > a::after,
.page-template-subpage .sidebarMenu .current-page-ancestor > a::after
{
	transform: rotate(90deg);
}


.page-template-subpage .sidebarMenu ul.sub-menu
{
	display: none;
}

.page-template-subpage .sidebarMenu .current_page_item.menu-item-has-children ul.sub-menu,
.page-template-subpage .sidebarMenu .current-page-ancestor ul.sub-menu
{
	display: flex;
}

.page-template-subpage .sidebarMenu  .current-menu-parent a,
.page-template-subpage .sidebarMenu .current_page_item.menu-item-has-children a
{
	width: 100%;
	margin-top: -1px;
	padding: 1px 24px 0 12px;
	display: inline-block;
}

/* Mobile sub site menu */

.mobmenu
{
	display: none !important;
}

.page-template-subpage .mobmenu
{
	display: block !important;
}

.mob-menu-header-holder
{
	background: transparent !important;
	transition: transform 0.1s,-webkit-transform 0.1s;
}

.mob-menu-logo-holder
{
	display: none;
}

@media screen and (max-width: 1280px)
{
	.page-template-subpage .sidebarMenu
	{
		margin-left: 96px !important;
	}
}

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

	.page-template-subpage .sidebarMenu
	{
		margin-left: 0;
	}

	.site-logo,
	.site-title
	{
		vertical-align: top;
		display: inline-block;
		z-index: 99999;
	}

	.site-title
	{
		position: relative;
		top: -7px;
		left: 24px;
	}

	.sidebarMenu
	{
		display: none;
	}

	.page-template-subpage #primary
	{
		width: 100%
	}

	.page-template-subpage #main
	{
		width: calc(100%);
		padding: 3rem 1rem 2rem 1rem;
		margin-top: 0;
		margin-left: 0;
	}

}

/* Event spesific */

/* Textiles Tomorrow Summit */

.page-template-subpage .sidebarMenu .menu-item-455
{
	width: 360px;
	height: 240px;
	background-color: rgba(255,255,255,0.75);
	background-image: url(../../uploads/2019/09/TTS-text.png);
	background-repeat: no-repeat;
	background-size: 270px;
	background-position: 70px 120px;
	margin-left: -60px;
	margin-bottom: 32px;
}

.page-template-subpage .sidebarMenu .menu-item-455 a
{
	position: absolute;
	top: 0px;
	left: -0;
	width: 320px;
	height: 240px;	
	color: transparent;
	opacity: 0;
}