/* Set-up Fonts */
/*@font-face {font-family: Copse; src: url(https://nttmuseumwanaka.co.nz/wp-content/fonts/copse-regular.ttf);}
@font-face {font-family: TheRifleman; src: url(https://nttmuseumwanaka.co.nz/wp-content/fonts/THERIFLE.TTF);}

body {font-family: "Copse", serif !important;}

h1, h2, h3, h4 {font-family: "TheRifleman", Impact, sans-serif !important; text-transform: uppercase;}

.main-navigation-ul > li.menu-item > a.menu-item-link {font-family: "TheRifleman", serif; color: #23408f !important;}
.widgettitle {font-family: "TheRifleman", serif; color: #F8CB17 !important; text-transform: uppercase}
.textwidget {font-family: "TheRifleman", serif; color: #ffffff; text-transform: uppercase}
.mk-footer-copyright a {font-family: "Copse", serif; color: #F8CB17;}
.mk-footer-copyright a:hover {color: #000;}*/
/* End Fonts */

/* Start Header Styling */
/*.home .add-header-height {height: 290px !important;}*/
.fit-logo-img a img {max-height: 75%;}
.header-style-1.header-align-left .header-logo a {margin-left: 15%; float: left;}
.a-sticky .mk-header-bg {-webkit-opacity: 0.7 !important; -moz-opacity: 0.7 !important; -o-opacity: 0.7 !important; opacity: 0.7 !important; background: #F8CB17; }

.add-header-height, .header-style-1 .mk-header-inner .mk-header-search, .header-style-1 .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li, .header-style-1 .menu-hover-style-3 .main-navigation-ul > li, .header-style-1 .menu-hover-style-5 .main-navigation-ul > li{
  line-height: 50px !important; /*moves nav bar closer to the top of the page */
}

@media screen and (max-width: 1140px) {
  .mk-header-bg {background: url("https://d3oypibaf06azm.cloudfront.net/NTTMuseumWanaka/wp-content/uploads/2016/10/bubbles-bgheader.png") no-repeat center center !important;} 
  .header-style-1.header-align-left .header-logo a {margin-left: 5%; float: left;}
} /* simplify header background when nav goes responsive */

/* fix gap below header*/
.header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper {
    background-color: #f8cb17;
}

/* End Header Styling */

/* Map Section on the homepage - styling content tabs in accordion */

.home .vc_tta-title-text, .home .mk-text-block {color: #fff !important; font-weight: 400; font-size: 18px;}

#nttm-main-building .vc_tta-panel-heading, #nttm-main-building .vc_tta-panel-body {
  border: none;  color: #fff;  background-color: #23408f; }
#nttm-hangar-one .vc_tta-panel-heading, #nttm-hangar-one .vc_tta-panel-body {
  border: none;  color: #fff;  background-color: #f36f21; }
#nttm-hangar-two .vc_tta-panel-heading, #nttm-hangar-two .vc_tta-panel-body {
  border: none;  color: #fff;  background-color: #f8d012; }
#nttm-fire-station .vc_tta-panel-heading, #nttm-fire-station .vc_tta-panel-body {
  border: none;  color: #fff;  background-color: #ed1c24; }

.home-map-section {background-image: url("https://d3oypibaf06azm.cloudfront.net/NTTMuseumWanaka/wp-content/uploads/2017/04/home-map-section-lastest.jpg"); background-size: cover; background-position: top center; background-repeat: no-repeat;}

@media screen and (min-width: 786px) {.mf-mobile-only {display: none;}}
@media screen and (max-width: 786px) {.home-map-section {background: none;} }
@media screen and (min-width: 1140px) {.mf-responsive-only {display: none;}}

/* Map Section Styling Ends */

/* Specify body background and font colour for homepage */ 
.home #theme-page {
  background-color: #f8cb17;
  color: white;
}

.collection-list .vc_tta-tab a {
	color: #fff !important;  background-color: #23408f !important;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #23408F;
    background-color: #23408F;
}