/* default styling is appropriate for dublinwalkingtours, the first microsite */
#header {
	height: 140px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
	transition: all .3s ease-in-out;
}
#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;
}


/* video banner and heading */
.banner-video#microsite_banner_video ~ .tour-page {
	margin-top: 0;
}
.banner-video#microsite_banner_video ~ .tour-page .illustration-header {
	display: none;
}
.banner-video .video-outer {
	width: 100%;
	height: 100vh;
}
.banner-video .video-outer .vid, .banner-video .video-outer .video-poster {
	width: 100%;
	height: 100%;
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.banner-video .video-outer video, .banner-video .video-outer .video-poster .poster-img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}
.banner-video .video-outer .logo-container {
	position: relative;
	top: 10vh;
}
.banner-video .video-outer .heading-inner {
	position: absolute;
	bottom: 5vh;
}
.banner-video .video-outer .heading-inner {
	width: 800px;
	width: 720px;
	text-align: left;
}
.banner-video .video-outer .heading {
	display: inline;
	font-size: 74px;
	line-height: 100px;
	line-height: 80px;
	color: #ffffff;
	letter-spacing: -0.03em;
	/* background-color: var(--main-colour); */
	padding: 10px 0;
}
.banner-video .video-outer .heading > span {
	display: inline-block;
	background-color: var(--main-colour);
	padding: 0 8px 8px 8px;
}
.banner-video .video-outer .video-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--main-colour);
	opacity: 0.3;
}
/* video banner and heading END */

.tour-page {
	margin-top: 140px;
}
.tour-page h1, .tour-page h2, .tour-page h3, .tour-page h4, .tour-page h5, .tour-page h6 {
	font-family: 'proxima_nova';
	font-weight: bold;
	text-transform: none;
}

/* 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, footer .pattern-bg {
	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 #footer-first-outer {
	padding-top: 74px;
}
footer .pattern-bg {
	height: 180px;
	background-image: url('/images/branding/light-background-illustration.png');
	background-position: center;
}
.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: 1400px) {
	/* video banner and heading */
	.banner-video .video-outer .heading {
		font-size: 60px;
		line-height: 62px;
	}
	/* video banner and heading END */
}

@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;
	}
	#alt-nav ul.level2 {
		right: -56px;
	}
	#tc-mobile-menu-toggle #tc-mobile-menu-toggle-text {
		margin-top: 24px;
	}
	
	
	/* video banner and heading */
	.banner-video .video-outer .heading {
		font-size: 50px;
		line-height: 54px;
	}
	.banner-video .video-outer .logo-container img {
		width: 192px;
		height: auto;
	}
	.banner-video .video-outer .heading-inner {
		width: auto;
		max-width: 540px;
	}
	.banner-video .video-outer video, .banner-video .video-outer .video-poster .poster-img {
		max-width: 100%;
	}
	/* video banner and heading END */
	
	
	.tour-page {
		margin-top: 120px;
	}
	
	footer #footer-first-outer {
		padding-top: 50px;
	}
}
@media screen and (max-width: 720px) {
	#header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}
	#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;
	}
	
	
	/* video banner and heading */
	.banner-video {
		position: relative;
	}
	.banner-video .video-outer {
		height: 100dvh;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.banner-video .video-outer .heading {
		font-size: 44px;
		line-height: 44px;
		line-height: 40px;
	}
	.banner-video .video-outer .logo-container {
		/* display: none; */
		top: 4vh;
	}
	.banner-video .video-outer .logo-container img {
		width: 192px;
		width: 168px;
		height: auto;
	}
	.banner-video .video-outer .heading-inner {
		width: auto;
		max-width: 540px;
		bottom: 10vh;
	}
	/* video banner and heading END */
	
	
	.tour-page {
		margin-top: 0px;
	}
	
	.microsite-footer-logo {
		width: 156px;
		height: 65px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px) {
	#header {
		height: 114px;
		height: 104px;
	}
	#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: 104px;
	}
	#basket {
		top: 104px;
		right: 0;
	}
	
	/* video banner and heading */
	.banner-video .video-outer .logo-container img {
		width: 144px;
	}
	.banner-video .video-outer .heading-inner {
		max-width: 360px;
	}
	.banner-video .video-outer .heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-video .video-outer .heading > span {
		padding: 0 5px 5px 5px;
		padding: 2px 5px 3px 5px;
	}
	.banner-video .video-outer video, .banner-video .video-outer .video-poster .poster-img {
		max-height: 100%;
		max-width: unset;
	}
	/* video banner and heading END */
}
@media screen and (max-width: 375px) {
	#basket {
		right: 0;
	}
	
	#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;
	}
	
	/* video banner and heading */
	.banner-video .video-outer .heading-inner {
		max-width: 280px;
		max-width: 240px;
	}
	.banner-video .video-outer .heading {
		font-size: 30px;
		line-height: 36px;
		
		font-size: 26px;
		line-height: 28px;
	}
	.banner-video .video-outer video, .banner-video .video-outer .video-poster .poster-img {
		max-width: unset;
		max-height: 100vh;
	}
	/* video banner and heading END */
}
@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;
	}
}