/*
Theme Name: Bundoora Homestead Refresh
Theme URI: https://www.bundoorahomestead.com
Description: Refreshed Theme for Bundoora Homestead.
Author: Nigel Tack
Author URI: https://webtechnic.co/
Version: 2.0
*/



/* Defaults */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

::selection {
	color: #fff;
	background: #27a698;
}


html {
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
	font-size: 10px;
}

h1, h2, h3, h4, h5 {
	font-family: museo-sans, sans-serif !important;
	color: #1a191b;
	font-weight: 600;
}

h1 {
	font-size: 3.4rem;
	line-height: 4.4rem;
	margin: 3rem 0;
}
h2 {
	font-size: 2.6rem;
	line-height: 4rem;
	margin: 2rem 0;
}
h3 {
	font-size: 2rem;
	line-height: 3rem;
	margin: 1.6rem 0;
}
h4 {
	font-size: 1.7rem;
	text-transform: uppercase;
	line-height: 2.6rem;
	margin: 1rem 0;
}

h1 + h2 { margin-top: -1rem; }

a:link, a:visited {
	color: #27a698;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 3rem;
	background-color: #fff;
	border-left: 1px solid #e0e4ce;
	border-right: 1px solid #e0e4ce;
	max-width: 140rem;
	margin: 0 auto;
	width: 98%;
}

.wp-block-column > h2 { margin-top: 0.5rem; }

.body p { padding-bottom: 2rem; }
.body b, .body strong { font-weight: 600; }
.body ol, .body ul {
	padding: 0 0 2rem 3.5rem;
}
.body a:hover {
	border-bottom: 3px solid #67c1b7;
}

.body hr { margin: 3rem 0 6rem 0; }

input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #1a191b;
}

iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.discover, .eNews #mc-embedded-subscribe {
	background-color: #1a191b;
	color: #fff !important;
	border: none;
	padding: 1rem 3rem;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}



/* Header */

header {
	text-align: center;
}



/* Header - Menu */

.desktop_menu {
	display: inline-block;
	margin: 5rem 0 0;
}

.mobile_menu {
	display: none;
}

header .desktop_menu a {
	display: inline-block;
}

header li { list-style: none; }

header .desktop_menu .menu-main-container {
	display: inline-block;
	vertical-align: top;
	padding: 4.5rem 0 0 4rem;
}

header .menu {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
}

header .desktop_menu .menu .sub-menu {
	display: none;
	position: absolute;
	background-color: white;
	text-align: left;
	border-left: 2px solid #27a698;
	border-right: 2px solid #27a698;
	border-bottom: 2px solid #27a698;
	z-index: 100;
}

header .desktop_menu .menu > li {
	display: inline-block;
	list-style: none;
}
header .menu > .menu-item-has-children {
	padding-right: 1.1rem;
}

header .menu a {
	display: inline-block;
	position: relative;
	padding: 1rem;
	text-decoration: none;
	color: #1a191b;
}
header .sub-menu li a {
	font-weight: 400;
}

header .menu .menu-item-has-children > a:after {
	content: "";
	background-image: url(/wp-content/uploads/down.png);
	height: 0.8rem;
	width: 100%;
	max-width: 1.1rem;
	position: absolute;
	top: 50%;
	transform: translate(0.6rem, -50%);
}

header .desktop_menu .menu > li:hover {
	border-top: 2px solid #27a698;
}
header .desktop_menu .menu > li:hover > a {
	color: #27a698;
}
header .desktop_menu .sub-menu > li:hover > a {
	color: #27a698;
}

header .desktop_menu .menu > li {
	border-top: 2px solid #fff;
}
header .desktop_menu .menu > .current-menu-item {
	border-top: 2px solid #27a698;
}
header .menu > .current-menu-item > a {
	color: #27a698;
}
header .menu > .current-menu-ancestor > a {
	color: #27a698;
}
header .desktop_menu .menu > .current-menu-ancestor {
	border-top: 2px solid #27a698;
}

header .sub-menu > .current-menu-item > a {
	color: #27a698 !important;
}

header .desktop_menu .show-menu { display: block !important; }



/* Header - Desktop - Fixed */

.fix_menu { padding-top: 8rem; }

.fix_menu header > .desktop_menu {
	margin: 0;
}
.fix_menu header .menu-main-container {
	padding: 0;
}

.fix_menu header > .desktop_menu > a {
	position: absolute;
	left: 10.5%;
	top: 0.4rem;
	max-width: 11rem;
	margin: 0;
}

.fix_menu .desktop_menu, .mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
	border-bottom: 1px solid #e0e4ce;
}



/* Header - Menu - Mobile */

.no-scroll { overflow: hidden; }

.mobile_menu { padding-top: 1rem; }

.mobile_nav {
	position: absolute;
	top: 1.8rem;
	right: 5%;
	width: 4rem;
	height: 4rem;
}

.mobile_bars {
	display: inline-block;
	position: relative;
	width: 3.1rem;
	height: 2px;
	background-color: #1a191b;
}
.mobile_bars:before, .mobile_bars:after {
	content: "";
	position: absolute;
	left: 0;
}
.mobile_bars:after {
	display: inline-block;
	width: 2.8rem;
	height: 2px;
	background-color: #1a191b;
}
.mobile_bars:after {
	top: 1.1rem;
}

.mobile_bars:before {
	display: inline-block;
	width: 3.4rem;
	height: 2px;
	background-color: #1a191b;
}
.mobile_bars:before {
	top: -1.1rem;
}

.mobile_menu > a {
	display: inline-block;
	max-width: 14rem;
	margin: 0;
}

.mobile_menu_bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 104;
}

.mobile_menu_cont {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 50rem;
	height: 100%;
	padding: 4rem 0;
	background-color: #fff;
	border-left: 1px solid #1a191b;
	overflow-y: scroll;
	z-index: 105;
}

.mobile_menu_cont img {
	max-width: 20rem;
	margin-bottom: 4rem;
}

.mobile_menu .sub-menu {
	display: none;
	margin: 0 auto 4rem;
}

.mobile_menu .header_socials li {
	display: inline-block;
	margin: 8rem 4% 0;
}




/* Body */

.body {
	max-width: 120rem;
	margin: 6rem auto 10rem auto;
	padding: 0 1.4rem;
}




/* Page */
.page .page-title {
	display: inline-block;
	width: calc(100% - 22rem);
}

.foundation_margin {
	padding-right: 2rem;
}




/* Social Buttons */

.socials {
	display: inline-block;
	text-align: left;
	padding-bottom: 3rem;
}




/* Single Exhibition */
.single_exhibition {
	text-align: center;
}

.single_exhibition .socials {
	padding-bottom: 6rem;
}




/* WPV - List of Events */

body.compensate-for-scrollbar { overflow: unset !important; }
.compensate-for-scrollbar { margin-right: auto !important; }

.event_cont {
	display: block;
	padding: 3rem 0;
}

.event_img_cont {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.event_img_cont img {
	max-width: 50rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.event_date, .event_date_2 {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: -1.5rem;
}
.event_link {
	display: inline-block;
	margin-top: 2rem;
}



/* Exhibitions Archive */

.exhibitions_archive_cont {
	display: table;
	width: 100%;
	margin-bottom: 4rem;

}
.exhibitions_archive_cont img {
	float: left;
	margin-right: 2rem;
    max-width: 12.3rem;
}
.exhibitions_archive_title {
	padding-bottom: 0 !important;
}

.exhibitions_archive_date {
	font-size: 1.3rem;
	padding-bottom: 0.5rem !important;
}



/* Gallery Item */

.gallery_item {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 4rem;
	display: none;
}
.gallery_item:nth-child(1) {
	display: block;
}



/* A1 Gallery Items */

#TypeLimit {
	width: 100%;
	text-align: center;
}
.post ul#TypeLimit li {
	padding: 0 1rem !important;
}
.post ul#TypeLimit li a {
	font-size: 1.4rem;
	color: #1a191b;
	letter-spacing: 1px;
	border-top: 2px solid #fff;
	text-transform: uppercase;
}
.post ul#TypeLimit li a:hover {
	border-top: 1px solid #27a698;
	border-bottom: none;
	color: #27a698;
}
.post ul#TypeLimit li a.current {
	font-weight: 400 !important;
	border-top: 1px solid #27a698;
	background: unset !important;
	color: #27a698;
}



/* SLIDER */

.site_slider {
	display: table;
	margin: 0 auto;
	padding: 2rem 0 10rem 0;
}

#WhatsComingUp {
	width: 100%;
	height: auto;
}
.nivoSlider {
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:6;
	display:none;
	opacity:0;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption { display: none !important; }



/* SLIDER - Caption */

.nivo-caption {
	display: none;
}
.nivoSlider a {
	border:0;
	display:block;
	width: 100%;
	height: auto;
}

.nivo-controlNav {
	display: none;
	text-align: center;
}
.nivo-controlNav a {
	display:inline-block;
	margin: 0 0.5rem;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



/* eNews */

.eNews {
	max-width: 120rem;
	margin: 0 auto 6rem auto;
	padding: 0 1.4rem;
    text-align: center;
}
.eNews li {
	list-style: none;
	margin-bottom: 2rem;
}

.eNews #mce-EMAIL {
	border: 2px solid #e0e4ce;
	margin-right: 2rem;
	padding: 0.85rem 2rem;
	width: 80%;
	max-width: 50rem;
}
.eNews #mce-error-response {
	font-size: 1.2rem;
	color: red;
}
.eNews #mce-success-response {
	font-size: 1.2rem;
	color: green;
}




/* Footer */

footer {
	font-size: 1.5rem;
	background-color: #1a191b;
	color: #fff;
}
footer li {
	list-style: none;
}

.footer_upper {
	padding: 10rem 1rem;
}

.footer_contact .widget_media_image {
	display: inline-block;
    max-width: 3.2rem;
}
.footer_contact .widget_media_image {
	margin: 2.3rem 1rem 0;
}

.footer_address, .footer_contact, .footer_hours {
	display: inline-block;
	width: 33%;
    vertical-align: top;
	text-align: center;
}

.footer_heading {
	font-family: museo-sans, sans-serif;
	font-size: 2.6rem;
	font-weight: 200;
	padding-bottom: 3rem
}

.footer_lower {
	padding: 0 2rem 2rem 2rem;
	text-align: center;
}
.footer_contact .textwidget {
    font-size: 1.7rem;
    line-height: 3.4rem;
}
.footer_lower a {
	color: #fff;
}

.footer_homage {
    max-width: 96rem;
    margin: auto;
    padding-bottom: 5rem;
}






@media (max-width: 1400px) {
	.fix_menu header > .desktop_menu > a { left: 2rem; }
}


@media (max-width: 1050px) {
	.fix_menu header > .desktop_menu > a { display: none; }
}


@media (max-width: 900px) {
	html { font-size: 58%; }
	body {
		border: none;
		line-height: 3.2rem;
	}
	.body { padding: 0 0.6rem; }
	
	header > .desktop_menu > a { max-width: 28rem; }
	
	h1 { font-size: 3rem; }
	
	.wp-block-image .alignright, .wp-block-image .alignlef {
		float: unset !important;
		margin: 2rem auto 2rem auto !important;
	}
	.socials { text-align: center; }
}


@media (max-width: 800px) {
	.post ul#TypeLimit li {
		padding: 0 1rem !important;
	}
	.post ul#TypeLimit li a {
		letter-spacing: 0px;
	}
	.post .Vote {
		float: none !important;
	}
	#post-5223 > .entry > p { text-align: center; }
}


@media (max-width: 850px) {
	.footer_address, .footer_contact, .footer_hours {
		width: 100%;
	}
	.footer_contact {
		padding: 8rem 0;
	}
}


@media (max-width: 700px) {
	body { padding-top: 8rem; }
	h1 { font-size: 2.8rem; }

	.desktop_menu { display: none; }
	.mobile_menu { display: block; }

	h1 {
		margin: 1rem 0;
	}
	.page .page-title {
		text-align: center;
		width: 100%;
	}
	.socials {
		display: table;
		margin: 0 auto;
		padding-bottom: 5rem;
	}
	.event_date_2 {
		text-align: center;
	}
}


@media (max-width: 600px) {
	.foundation_margin {
		padding-right: 0;
	}

	.eNews #mce-EMAIL {
		margin-right: 1rem;
		width: 70%;
	}
	
	.event_cont { text-align: center; }
	.event_img_cont img {
		display: inline-block;
		max-width: 80%;
		position: unset;
		transform: unset;
		margin-bottom: 5rem;
	}
	
	.gallery_image img {
		max-width: 80%;
		margin-bottom: 3rem;
	}
}


@media (max-width: 450px) {
	.eNews {
		margin: 0 auto 5rem auto;
		text-align: center;
	}
	.eNews #mce-EMAIL {
		margin: 0 0 1.5rem 0;
		width: 90%;
	}
}











/* Other - Virtual Map */

.current {
	background-position: -40px -40px;
}

#Map{
	position: relative;
	background: url(https://www.bundoorahomestead.com/wp-content/uploads/map.png);
	background-repeat: no-repeat;
	overflow-x: scroll;
	width: 860px;
	height: 600px;
	margin: 8rem auto 5rem auto;
}
.MapLink{
	background: url(_/img/look.png);
	width: 40px; height: 40px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
#MapLink1{
	left: 335px;
	top:210px;
}
#MapLink2{
	left: 410px;
	top:240px;
}
#MapLink3{
	left: 173px;
	top:360px;
}
#MapLink4{
	left: 654px;
	top:348px;
}
#MapLink5{
	left: 730px;
	top:315px;
}
#MapLink6{
	left: 655px;
	top:430px;
}