/* default styling is appropriate for dublinwalkingtours, the first microsite */
#header {
	height: 140px;
}
#header > .inner-wrapper {
	position: relative;
}
#full-nav li ul.level2, #alt-nav li ul {
	top: 140px;
}
#nav {
	margin-top: 20px;
}
#nav-search-container.open .form {
	top: 25px;
}
#header .microsite_header_logo {
	position: relative;
	z-index: 150;
	float: left;
	width: 237px;
	height: 120px;
	height: 100%;
	display: block;
	text-decoration: none;
	margin-right: 16px;
	color: transparent;
}
#header .microsite_header_logo img {
	max-height: 100px;
	/* margin-top: 20px; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#header .microsite_header_logo img.mobile {
	display: none;
}
#full-nav {
	margin-left: 250px;
}
#alt-nav ul.level1 li.level1 a.level1 {
	padding-top: 56px;
}
#full-nav #nav li a.level1 {
	max-width: 110px;
	height: auto;
}
#nav-search-container-outer .nav-search-button {
	margin-top: 20px;
}
#alt-nav #basket-outer {
	/* height: calc(100% - 20px); */
	/* margin-top: 20px; */
	height: 100%;
}
#alt-nav #basket-outer:before {
	display: none;
}
#show_basket {
	padding-top: 50px;
}

.tour-page {
	margin-top: 140px;
}

/* Brand colors */
.illustration-header {
	background-color: #FAA61A;
	background-color: var(--secondary-colour);
	background-image: url('/images/branding/light-background-illustration.png');
}
.category-cards-page #tour-header {
	background-color: #F15B25;
	background-color: var(--main-colour);
}
#full-nav li li:hover a.level2, #full-nav li.level1:not(.has_sub):hover a, #alt-nav li ul li.level2:hover a {
	color: #F15B25;
	color: var(--main-colour);
	color: var(--secondary-colour);
}
.category-cards-page .tour-icon {
	background-image: url('/images/dublinwalkingtours/dwt-web-logo-small-white.png');
	/* dynamic variable in core.php */
}
.category-card:hover .zigzag-border svg path, .category-card:focus-within .zigzag-border svg path {
	fill: var(--main-colour)!important;
}
/* ------------ */


footer {
	padding-top: 74px;
}
.microsite-footer-logo {
	float: right;
	width: 180px;
	height: 75px;
	background-image: url('/images/dublinwalkingtours/dwt-web-logo-white.png');
	/* dynamic variable in core.php */
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: -9px;
}


@media screen and (max-width: 999px) {
	#header {
		height: 120px;
	}
	#header .microsite_header_logo {
		width: 194px;
		height: 100px;
	}
	#header .microsite_header_logo img {
		width: 192px;
		height: auto;
		margin-top: 10px;
	}
	/* navigation module call removed for microsites for release - agreed with Bryan 17/02/26 in 10:30am meeting. LD */
	#alt-nav {
		padding-right: 16px;
	}
	#alt-nav #basket-outer::after {
		display: none;
	}
	/* ------------------------------------ */
	#alt-nav ul.level1 li.level1 a.level1 {
		padding-top: 46px;
	}
	#nav-search-container-outer .nav-search-button, #alt-nav #basket-outer {
		margin-top: 10px;
	}
	#full-nav li ul.level2, #alt-nav li ul {
		top: 120px;
	}
	#alt-nav #basket-outer {
		margin-top: 0;
	}
	#show_basket {
		padding-top: 41px;
	}
	#basket {
		z-index: 100!important;
		top: 110px;
	}
	#tc-mobile-menu-toggle #tc-mobile-menu-toggle-text {
		margin-top: 24px;
	}
	
	.tour-page {
		margin-top: 120px;
	}
}
@media screen and (max-width: 720px) {
	#header .microsite_header_logo {
		width: 174px;
		height: 94px;
		margin-left: 16px;
	}
	#header .microsite_header_logo img {
		width: 168px;
		margin-top: 25px;
		top: 0;
		transform: translateY(0)
	}
	#tc-mobile-menu-toggle #tc-mobile-menu-toggle-text {
		margin-top: 14px;
	}
	
	.tour-page {
		margin-top: 0px;
	}
	
	.microsite-footer-logo {
		width: 156px;
		height: 65px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px) {
	#header {
		height: 114px;
	}
	#header .microsite_header_logo {
		width: 150px;
	}
	#header .microsite_header_logo img {
		/* display: none; */
		display: block;
		width: 144px;
		margin-top: 30px;
	}
	#header .microsite_header_logo img.mobile {
		/* display: block; */
		width: 60px;
	}
	#full-nav li ul.level2, #alt-nav li ul {
		top: 114px;
	}
	#basket {
		top: 104px;
	}
}
@media screen and (max-width: 375px) {
	#header .microsite_header_logo {
		height: 64px;
		margin: 31px 20px 0px 27px;
	}
	/* navigation module call removed for microsites for release - agreed with Bryan 17/02/26 in 10:30am meeting. LD */
	#alt-nav {
		padding-right: 27px;
	}
	/* ------------------------------------ */
	#header .microsite_header_logo img {
		width: 132px;
		margin-top: 0;
	}
}
@media screen and (max-width: 360px) {
	#header .microsite_header_logo {
		height: auto;
		margin-left: 10px;
	}
	/* navigation module call removed for microsites for release - agreed with Bryan 17/02/26 in 10:30am meeting. LD */
	#alt-nav {
		padding-right: 10px;
	}
	/* ------------------------------------ */
	#tc-mobile-menu-toggle #tc-mobile-menu-toggle-text {
		right: -5px;
	}
}