/*
Theme Name: ACP
Author: Boojum Pty Ltd
Author URI: http://www.boojum.com.au/
Description: Custom WordPress theme for ACP.
Version: 1.1
*/

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

html * {
  font-family: 'Red Hat Display', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background: #fff;
    margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
    color: #000;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
    font-weight: normal;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}
p, li {
    font-size: 20px;
    line-height: 1.5em;
}
li {
    margin-bottom: 0.8em;
}

a {
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
figcaption {
    width: 100%;
}

@media (max-width: 800px) {
  h1 {
      font-size: 32px;
  }
  h2 {
      font-size: 28px;
  }
  h3 {
      font-size: 24px;
  }
  h4 {
      font-size: 20px;
      font-weight: normal;
  }
  h5 {
      font-size: 20px;
  }
}

.clearfix:after {
    clear: both;
    content: " ";
    height: 0;
    display: block;
    visibility: hidden;
}

.button {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    background: #000;
    text-decoration: none;
    color: #fff;
    margin: 0px 0 20px 0;
    border-radius: 0;
    text-align: center;
    padding: 6px 10px;
    opacity: 1;
    border: 0;
    cursor: pointer;
}

#body-wrap {
    text-align: left;
    margin: auto;
    position: relative;
    background: #fff;
}

#top {
    background: #fff;
    width: 100%;
    font-size: 0;
}
#top .top-header {
    min-height: 160px;
}
#top .top-logo {
    display: inline-block;
    vertical-align: top;
}

#top .top-logo a {
    border: 0;
    font-size: 0;
}
#top .top-logo img {
    width: 350px;
    margin: 30px 0 0 40px;
}
@media (max-width: 500px) {
    #top .top-logo img {
        width: 210px;
        margin: 40px 0 0 20px;
    }
}

#top .top-home {
    display: block;
    height: 800px;
    margin: 0 5%;
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#top .top-home-item {
    position: relative;
    top: 100px;
    left: 50px;
    width: 500px;
    height: 200px;
}
#top .top-home-sub {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: -15px;
    left: 0;
    width: 100%;
    text-align: center;
}
#top .top-home-text {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    color: #fff;
    text-align: center;
    padding: 40px 5px 0;
}
#top .top-home-link {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    bottom: -35px;
    left: 150px;
    width: 200px;
    text-align: center;
    border: 2px dotted #fff;
    padding: 5px 5px;
}
#top .top-home-link a {
    color: #fff;
    border: 0;
    font-size: 20px;
}
/* home top corners */
#top .top-home-item:before,
#top .top-home-item:after,
#top .top-home-item>:nth-child(2):before,
#top .top-home-item>:nth-child(2):after {
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: #fff;
    border-style: solid;
    content: ' ';
}
#top .top-home-item:before {top:0;left:0;border-width: 12px 0 0 12px}
#top .top-home-item:after {top:0;right:0;border-width: 12px 12px 0 0}
#top .top-home-item>:nth-child(2):before {bottom:0;right:0;border-width: 0 12px 12px 0}
#top .top-home-item>:nth-child(2):after {bottom:0;left:0;border-width: 0 0 12px 12px}


/* Search form in header */
#search {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 140px;
}
#search-form {
}
#search-form input[type=text] {
    border: 0;
    padding: 5px 5px 5px 15px;
    background: #fff;
    color: #000;
    width: 120px;
    font-size: 19px;
    border: 1px solid #000;
}
#search-form input[type=text]:focus {
    outline: none;
}
#search-form input[type=text]::-moz-placeholder { 
    color:    #666;
    opacity:  1;
}
#search-form input[type=text]:-moz-placeholder { 
    color:    #666;
    opacity:  1;
}
#search-form input[type=text]::-webkit-input-placeholder {
    color: #666;
}
#search-form input[type=text]:-ms-input-placeholder {
    color: #666;
}

@media (max-width: 600px) {
    #search {
        float: none;
        display: none;
    }
}

#main-menu {
    display: inline-block;
    vertical-align: top;
    margin: 60px 0 0;
    padding: 0;
    width: calc(100% - 410px);
}

#main-menu .menu-main-menu-container {
    margin: 0;
}
#main-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;

}
#main-menu li {
    text-align: left;
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    position: relative;
}

#main-menu li a {
    width: 100%;
    color: #000;
    font-size: 17px;
    padding: 5px 10px 5px;
    display: inline-block;
    font-weight: bold;
    border: 0;
}
#main-menu li a:hover {
    text-decoration: underline;
}

#menu-main-menu > li > a {
    text-transform: uppercase;
}

/* menu selected */
#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li.current-menu-parent > a,
#menu-main-menu > li > ul > li.current-menu-item > a {
    color: #d4ad2a;
}
#menu-main-menu > li:nth-child(2).current-menu-item > a,
#menu-main-menu > li:nth-child(2).current-menu-parent > a,
#menu-main-menu > li:nth-child(2) .current-menu-item > a {
    color: #d4ad2a;
}
#menu-main-menu > li:nth-child(3).current-menu-item > a,
#menu-main-menu > li:nth-child(3).current-menu-parent > a,
#menu-main-menu > li:nth-child(3) .current-menu-item > a {
    color: #d4ad2a;
}

/* menu corners */
/*
#menu-main-menu > li.current-menu-item:before,
#menu-main-menu > li.current-menu-item>:first-child:before,
#menu-main-menu > li.current-menu-parent:before,
#menu-main-menu > li.current-menu-parent:after,
#menu-main-menu > li.current-menu-parent>:first-child:before,
#menu-main-menu > li.current-menu-parent>:first-child:after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: #d2232a;
    border-style: solid;
    content: ' ';
}
#menu-main-menu > li.current-menu-item:before {top:0;left:0;border-width: 2px 0 0 2px}
#menu-main-menu > li.current-menu-item:after {top:0;right:0;border-width: 2px 2px 0 0}
#menu-main-menu > li.current-menu-item>:first-child:before {bottom:0;right:0;border-width: 0 2px 2px 0}
#menu-main-menu > li.current-menu-item>:first-child:after {bottom:0;left:0;border-width: 0 0 2px 2px}
#menu-main-menu > li.current-menu-parent:before {top:0;left:0;border-width: 2px 0 0 2px}
#menu-main-menu > li.current-menu-parent:after {top:0;right:0;border-width: 2px 2px 0 0}
#menu-main-menu > li.current-menu-parent>:first-child:before {bottom:0;right:0;border-width: 0 2px 2px 0}
#menu-main-menu > li.current-menu-parent>:first-child:after {bottom:0;left:0;border-width: 0 0 2px 2px}

#menu-main-menu > li:nth-child(2).current-menu-item:before,
#menu-main-menu > li:nth-child(2).current-menu-item:after,
#menu-main-menu > li:nth-child(2).current-menu-item>:first-child:before,
#menu-main-menu > li:nth-child(2).current-menu-item>:first-child:after,
#menu-main-menu > li:nth-child(2).current-menu-parent:before,
#menu-main-menu > li:nth-child(2).current-menu-parent:after,
#menu-main-menu > li:nth-child(2).current-menu-parent>:first-child:before,
#menu-main-menu > li:nth-child(2).current-menu-parent>:first-child:after {
    border-color: #d4ad2a;
}
#menu-main-menu > li:nth-child(3).current-menu-item:before,
#menu-main-menu > li:nth-child(3).current-menu-item:after,
#menu-main-menu > li:nth-child(3).current-menu-item>:first-child:before,
#menu-main-menu > li:nth-child(3).current-menu-item>:first-child:after,
#menu-main-menu > li:nth-child(3).current-menu-parent:before,
#menu-main-menu > li:nth-child(3).current-menu-parent:after,
#menu-main-menu > li:nth-child(3).current-menu-parent>:first-child:before,
#menu-main-menu > li:nth-child(3).current-menu-parent>:first-child:after {
    border-color: #80b9cf;
}
*/

#hamburger-cont {
    display: none;
    position: absolute;
    z-index: 100;
    top: 40px;
    right: 10px;
}

#main-menu .sub-menu {
    display: none;
    background: #fff;
}
#main-menu .sub-menu li {
    display: block;
    margin: 0;
}
#main-menu li:hover .sub-menu {
    position: absolute;
    display: block;
    z-index: 100;
}

#main-menu li:hover .sub-menu .sub-menu {
    position: relative;
    display: block;
    padding-left: 20px;
    
}

#main-menu .sub-menu li a {
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 800px) {
    #main-menu {
        display: none;
        position: static;
        margin: 30px 0 0;
        width: 100%;
    }
    #main-menu:after {
        clear: both;
        content: " ";
        height: 0;
        display: block;
        visibility: hidden;
    }
    .index #main-menu,
    #main-menu.on {
        display: block;
    }
    #main-menu .menu-main-menu-container {
        width: 100%;
    }
    
    #main-menu.floating {
        display: block;
    }
    #main-menu.hidden {
        display: none;
    }
    
    #main-menu li {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #main-menu li:last-child {
        border: 0;
    }
    #main-menu li a {
        font-size: 19px;
        text-shadow: none;
        padding: 10px;
        margin: 0;
    }
    #main-menu li a:hover {
        text-shadow: none;
    }
    #main-menu li:hover .sub-menu {
        display: none;
    }
    #main-menu a.current {
        background: none;
    }
    #hamburger-cont {
        background: #fff;
        display: block;
        padding: 0;
        text-align: center;
    }
    .index #hamburger-cont #hamburger {
        display: none;
        visibility: hidden;
    }
    #hamburger {
        cursor: pointer;
        padding: 5px 10px;
        color: #000;
        font-size: 40px;
        background: #fff;
    }
    .body-admin-pad {
       height: 46px;
    }
}

#footer .main {
    margin-top: 50px;
    padding: 15px 0 0;
}
#footer .footer-col {
    box-sizing: border-box;
    display: inline-block;
    width: 33%;
    padding: 10px 3%;
    vertical-align: top;
}
#footer .footer-col p {
    font-size: 16px;
    line-height: 1.5em;
}
#footer .footer-center {
    text-align: center;
}
#footer .footer-right {
    text-align: right;
}
#footer .footer-col a {
    font-size: 16px;
}
#footer .footer-icons {
    margin: 20px 0 50px;
}
#footer .footer-icons i {
    font-size: 30px;
}
#footer .footer-icons a {
    margin-right: 10px;
    border: 0;
}
#footer .footer-icons a:hover {
    opacity: 0.7;
}

#footer .footer-menu ul {
    margin: 0;
    padding: 0;
}
#footer .footer-menu li {
    text-align: right;
    display: block;
}
#footer .footer-menu a {
}

#footer .copyright {
    margin: 40px 0;
}

#footer .footer-logo {
    margin-top: 60px;
    height: auto;
}
#footer .footer-logo a {
    border: 0;
}
#footer .footer-logo img {
    width: 250px;
}

#footer .footer-partners {
    margin-bottom: 20px;
}
#footer .footer-partners-heading {
    padding-top: 30px;
}
#footer .footer-partners a {
    border: 0;
    padding: 0 10px;
}
#footer .footer-partners img {
    width: 87px;
    height: auto;
    display: inline-block;
}
#footer .footer-partners img.fwider {
    width: 130px;
}

#footer .acknowledge {
    background: #000;
    padding: 40px 15%;
    text-align: center;
}
#footer .acknowledge p {
    color: #fff;
    font-size: 19px;
}
#footer .newsletter-subscription {
    padding-bottom: 20px;
}
#footer .newsletter-subscription form {
    margin-top: 5px;
    text-align: center;
}
#footer input.newsletter-email {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
    display: block;
    padding: 14px 15px 9px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
#footer input.newsletter-submit {
    padding: 10px 10px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #000;
    color: #fff;
    border: none;
    font-size: 18px;
}


@media (max-width: 800px) {
    #footer .acknowledge {
      padding: 15px 20px 10px;
    }

    #footer .footer-col {
      display: block;
      width: 100%;
      padding: 10px 20px;
      margin: 0;
      text-align: center;
    }
    
    #footer .footer-menu li {
        text-align: center;
        display: block;
    }
}



/******* page **********/

.col-left {
    float: left;
    width: 20%;
    overflow: hidden;
    margin: 10px 0 0 5%;
}
.col-right {
    float: left;
    min-height: 500px;
    margin: 10px 5% 0 0;
    width: 69%;
    overflow: hidden;
}
.col-full {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.col-home {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}
@media (max-width: 800px) {
    .col-left,
    .col-right {
        width: 100%;
        margin-top: 0;
        min-height: 0;
        border-right: none;
    }
}

.breadcrumb {
    margin: 0;
    padding: 0;
    display: block;
    z-index: 100000;
}
.page-breadcrumb {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    background: #d4ad2a;
}
.page-breadcrumb li {
    font-size: 15px;
    list-style-type: none;
    display: inline-block;
    padding: 3px 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.page-breadcrumb a {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0 5px;
    color: #fff;
    border: 0;
}
.page-breadcrumb a:hover {
   border-bottom: 1px solid #fff;
}

.page-menu {
    padding: 0 0 30px 0;
}
.page-menu h3 {
}
.page-menu ul {
    margin: 0;
    padding: 0;
}
.page-menu li {
    list-style-type: none;
    font-size: 18px;
}
.page-menu li a {
    color: #666;
}
.page-menu li a:hover {
    color: #333;
}
.page-menu li li a, .page-menu li li a:hover {
    display: none;
    padding: 15px 10px 5px 40px;
}
.page-menu li li li a, .page-menu li li li a:hover {
    padding: 15px 10px 15px 79px;
    background-position: 59px 16px;
}
.page-menu .current_page_item > a {
    color: #000;
}
/* page menu hide all children ul menus */
ul.children { 
    display: none;
}
/* page menu expand children of current page only */
li.current_page_item > .children,
li.current_page_ancestor > .children,
li.current_page_parent > .children { 
    display: block; 
}
@media (max-width: 650px) {
    .page-menu {
        border-left: none;
    }
}

.page-title-cont {
    text-align: center;
    margin: 20px 0;
    display: none;
}
.page-title {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
}
.page-title h1 {
    line-height: 40px;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0 30px 0;
    margin: 0;
}
/* corners */
/*.page-title:before,
.page-title>:first-child:before {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #d2232a;
    border-style: solid;
    content: ' ';
}
.page-title-2:before,
.page-title-2>:first-child:before {
    border-color: #d4ad2a;
}
.page-title-3:before,
.page-title-3>:first-child:before {
    border-color: #80b9cf;
}
.page-title:before {top:0;left:0;border-width: 6px 0 0 6px}
.page-title>:first-child:before {bottom:0;right:0;border-width: 0 6px 6px 0}
*/

@media (max-width: 650px) {
    .page-title {
        font-size: 30px;
    }
}

#content {
    overflow: hidden;
    box-sizing: border-box;
}

#content.home-content {
    margin: 0 5%;
    min-height: 400px;
}


#content.page-content {
    margin: 0 5%;
    min-height: 400px;
}

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

#content blockquote {
    font-weight: bold;
}

#content .wp-block-image a {
    border: 0;
}

#content .wp-block-column figure {
    margin: 0;
}

#content.toedge-content {
    padding: 0 50px;
    margin: 0;
    min-height: 400px;
}
#content.toedge-content .wp-block-ugb-container {
    margin: 0 -50px;
}
@media (max-width: 650px) {
    #content.toedge-content {
        padding: 0 20px;
    }
    #content.toedge-content .wp-block-ugb-container {
       margin: 0 -20px;
    }
}
#content.exhibition-content .wp-block-image .aligncenter {
    padding: 0 2em;
}
#content.exhibition-content .wp-block-image .aligncenter figcaption {
    padding: 0 2em;
}
#content.exhibition-content .wp-block-ugb-container .wp-block-image .aligncenter figcaption {
    color: #fff;
}

/*#content .col-bg-1 {
    background: #d2232a;
}
#content .col-bg-1 p {
    color: #fff;
}

#content .col-bg-2 {
    background: #d4ad2a;
}
#content .col-bg-2 p {
    color: #fff;
}

#content .col-bg-3 {
    background: #80b9cf;
}
#content .col-bg-3 p {
    color: #fff;
}*/

#content .home-whats-on {
}

.newspicture {
    float: right;
    padding-left: 20px;
}

.events-table td {
    min-width: 200px;
    height: 60px;
}

.news-list {
    display: block;
    width: 100%;
}
.news-image {
    width: 45%;
    margin: 0 3% 20px 0;
    display: inline-block;
}
.news-image img {
    width: 100%;
}

.news-text {
    margin-bottom: 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.news-text h2 {
    margin: 0;
}
.news-text h2 a {
}
.news-text h2 a:hover {
}
.news-text p {
    font-size: 18px;
}
p.news-date {
    font-weight: bold;
}
.news-nav {
    clear: left;
}
.news-nav .older {
    float: right;
    margin-right: 10%;
    margin-bottom: 20px;
}
@media (max-width: 650px) {
    .news-image,
    .news-text {
        width: 94%;
        display: block;
    }
}

.find-list {}
.find-col {
    display: inline-block;
    width: 24%;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}
.find-col h2 {
    margin: 0;
}
.find-col h2 a {
    font-size: 20px;
    margin: 0;
    color: #63a258;
}
.find-col h2 a:hover {
}.find-col p {
    margin: 5px 0 0;
    font-size: 17px;
}
.find-col-2 {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}
.find-image {
    max-width: 300px;
    padding: 10px 0;
}
.find-image img {
    width: 100%;
    height: auto;
}
@media (max-width: 800px) {
  .find-col,
  .find-col-2 {
    display: block;
    width: 100%;
  }
}

/* Search page */
.search-col {
    margin-top: 20px;
    clear: left;
    min-height: 300px;
}
.search-col .searchof {
    font-size: 17px;
}
.search-col .searchresults ul {
    padding: 0;
}
.search-col .searchresults li {
    list-style: none;
    padding-bottom: 15px;
}
.search-col .page-numbers {
    margin: 0 15px 50px 0;
}
.search-col .next,
.search-col .prev {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    background: #000;
    text-decoration: none;
    color: #fff;
    margin: 0px 10px 20px 0;
    border-radius: 0;
    text-align: center;
    padding: 6px 10px;
    opacity: 1;
    border: 0;
    cursor: pointer;
}
.search-col input[type=text] {
    border: 1px solid #666;
    padding: 5px 5px 5px 15px;
    background: #fff;
    color: #464646;
    font-size: 19px;
}
.search-col input[type=text]:focus {
    outline: none;
}
@media (max-width: 800px) {
    .search-col {
        width: 100%;
    }
}
td, th {
    vertical-align:top;
}
td {
    padding: 1%;
}

/* Forms */
.nf-form-content {
    margin: 0 !important;
}
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    font-size: 18px;
    font-weight: bold;
    background: #000 !important;
    text-decoration: none;
    color: #fff !important;
    margin: 0px 0 20px 0;
    border-radius: 0;
    text-align: center;
    padding: 6px 15px;
    opacity: 1;
    cursor: pointer;
}

/* Home fix small screens */
@media (max-width: 800px) {
    .home-fixed-mobile .ugb-header,
    .home-fixed-mobile .ugb-header {
        background-size: 92vw !important;
    }
}



