/*
Theme Name: Vic Catchments
Author: Boojum Pty Ltd
Author URI: http://www.boojum.com.au/
Description: Custom WordPress theme for the Vic Catchment website.
Version: 1.2
*/

/* Lato fonts linked above this file in header - style_latolatinfonts.css */

@font-face {
  font-family: 'georgiaBold';
  src: url('res/fonts/Georgia-Bold.eot');
  src: local('☺'), url('res/fonts/Georgia-Bold.woff') format('woff'), url('res/fonts/Georgia-Bold.ttf') format('truetype'), url('res/fonts/Georgia-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'LatoLatinWeb', sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #444;
    background: #fff;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'georgiaBold', serif;
    color: #5d5680;
}
p, a, li {
    font-family: 'LatoLatinWeb', sans-serif;
}
h1 {
    font-size: 26px;
    color: #170e43;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p, a, li {
    font-size: 19px;
    line-height: 1.5em;
}

a {
    color: #1189f9;
}
a:hover {
    color: #1189f9;
    text-decoration: underline;
}

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

.button {
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #999;
    display: inline-block;
    text-align: center;
    margin: 0px 0 20px 0;
    padding: 6px 10px;
}

.body-admin-pad {
  height: 32px;
  display: block;
}

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

#top-banner {
    width: 100%;
    position: relative;
    height: 477px;
}
#top-banner .top-logo {
    float: left;
}
#top-banner .top-logo img {
    width: 300px;
}
@media (max-width: 400px) {
    #top-banner .top-logo img {
        width: 220px;
    }
}

.home-banner {
  background: #dbd9e6 url('res/home-image-1.jpg') no-repeat left 40%;
  z-index: 1;

}
.page-banner {
  background: #dbd9e6 url('res/home-image-1.jpg') no-repeat left 35%;
  height: 250px !important;
  background-size: cover;
}
.page-bg-1 {
  background: #dbd9e6 url('res/VC-Header-AboutUs.jpg') no-repeat left 30%;
  background-size: cover;
}
.page-bg-2 {
  background: #dbd9e6 url('res/VC-Header-Achievements.jpg') no-repeat left 65%;
  background-size: cover;
}
.page-bg-3 {
  background: #dbd9e6 url('res/VC-Header-Resources.jpg') no-repeat left center;
  background-size: cover;
}
.page-bg-4 {
  background: #dbd9e6 url('res/page-bg-4-v2.jpg') no-repeat left 50%;
  background-size: cover;
}
.page-bg-5 {
  background: #dbd9e6 url('res/VC-Header-ContactUs.jpg') no-repeat left center;
  background-size: cover;
}

#main-menu {
    background: rgba(255, 255, 255, 0.8);
    float: left;
    vertical-align: top;
    width: calc(100% - 300px);
    z-index: 10;
}

#main-menu ul {
    padding: 0 140px 0 0;
    margin: 0;
    list-style-type: none;
}
#main-menu li {
    text-align: left;
    box-sizing: border-box;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 5px 5px 0 0;
}

#main-menu li a {
    font-family: 'LatoLatinWebLight';
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
}

#main-menu li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#main-menu li.current_page_item > a,
#main-menu li.current_page_parent > a {
    color: #000;
    font-weight: bold;
}

#hamburger-cont {
    display: none;
    float: right;
    z-index: 10;
}

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

#main-menu .sub-menu li a {
    background: #fff;
    color: #000;
}
@media (max-width: 920px) {
    #main-menu {
        display: none;
        position: static;
        float: right;
        clear: both;
        width: 300px;
        background: rgba(255, 255, 255, 0.8);
        border-top-left-radius: 20px;
    }
    #main-menu:after {
        clear: both;
        content: " ";
        height: 0;
        display: block;
        visibility: hidden;
    }
    .index #main-menu,
    #main-menu.on {
        display: block;
    }
    
    #main-menu.floating {
        display: block;
    }
    #main-menu.hidden {
        display: none;
    }
    #main-menu ul {
        padding: 0;
    }
    #main-menu li {
        width: 300px;
        text-align: right;
        margin: 0;
        padding-right: 20px;
    }
    #main-menu li a {
        text-shadow: none;
        padding: 10px 10px;
        font-size: 16px;
    }
    #main-menu li a:hover {
        text-shadow: none;
    }
    #main-menu li:hover .sub-menu {
        display: none;
    }
    #main-menu a.current {
        background: none;
    }
    #hamburger-cont {
        display: block;
        text-align: left;
    }
    .index #hamburger-cont #hamburger {
        display: none;
        visibility: hidden;
    }
    #hamburger {
        cursor: pointer;
        padding: 15px 20px 0 0;
        color: #fff;
        font-size: 40px;
    }
    #hamburger:hover {
        color: #fff;
    }
    .body-admin-pad {
       height: 46px;
    }
}

/* Search form in header */
#search {
    position: absolute;
    top: 0;
    right: 0;
}
#search-form input[type=text] {
    padding: 4px 4px 4px 15px;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 10px;
    margin: 10px 20px 0 0;
    width: 120px;
}
#search-form input[type=text]::-moz-placeholder { 
    color:    #999;
    opacity:  1;
}
#search-form input[type=text]:-moz-placeholder { 
    color:    #999;
    opacity:  1;
}
#search-form input[type=text]::-webkit-input-placeholder {
    color: #999;
}
#search-form input[type=text]:-ms-input-placeholder {
    color: #999;
}

@media (max-width: 920px) {
    #search {
        display: none;
        position: static;
        float: right;
        clear: both;
        width: 300px;
        background: #fff;
        text-align: right;
        padding: 0 0 20px 0;
        background: rgba(255, 255, 255, 0.8);
        border-bottom-left-radius: 20px;
    }
}

.home-top {
    margin: 0;
    padding: 10px;
    clear: both;
    background-color: rgba(15, 2, 72, 0.4);
    width: 50%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 1;
}
.home-top p {
    color: #fff;
    font-size: 28px;
    line-height: 1.3em;
    text-align: center;
    font-family: 'georgiaBold', serif;
}
.home-top .txt-large {
    font-size: 48px;
}
@media (max-width: 920px) {
    .home-top {
        margin: 0;
        padding: 0;
        width: 96%;
        left: 2%
    }
    .home-top .txt-large {
        font-size: 30px;
    }
    .home-top p {
        font-size: 24px;
    }
}

.home-about {
    padding: 40px 20%;
    margin: 0;
    text-align: center;
}
.home-about img.alignright {float:right; margin:0 0 0 1em}
.home-about a img.alignright {float:right; margin:0 0 0 1em}

.home-perform {
    margin: 0 auto;
}
.home-perform-top {
    background: #647e69 url('res/home-bg-perform.jpg') no-repeat left 80%;
    background-size: cover;
    position: relative;
    height: 250px;
}
.home-perform-top h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    background-color: rgba(11, 121, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    margin: 0;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.home-perform-bottom {
    text-align: left;
    padding: 40px 20%;
}
.home-perform-bottom img {
		height: auto;
		max-width: 100%;
		width: auto;
}
.home-perform-bottom > span {
    cursor: pointer;
    color: #1189f9;
    text-decoration: underline;
}
.home-pics {
    margin: 0 auto;
}
.home-pics-top {
    background: #807070 url('res/home-bg-achieve.jpg') no-repeat left top;
    background-size: cover;
    position: relative;
    height: 250px;
}
.home-pics-top h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    background-color: rgba(160, 60, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    margin: 0;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.home-pics-bottom {
    text-align: center;
    margin: 0 10%
}
.home-pics-bottom p {
    margin: 30px 10%;
}

.home-video {
    margin: 20px auto 0 auto;
}
.home-video-top {
    background: #707480 url('res/home-bg-explore.jpg') no-repeat left 20%;
    background-size: cover;
    position: relative;
    height: 250px;
}
.home-video-top h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    background-color: rgba(43, 36, 90, 0.7);
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    margin: 0;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.home-video-bottom {
    text-align: center;
    margin: 20px 5%;
}
.home-video-bottom p {
    padding: 30px 10% 0 10%;
    min-height: 70px;
}
.home-video-bottom .video-embed {
    width: 48%;
    margin: 0 1%;
    float: left;
    box-sizing: border-box;
    min-height: 400px;
}

.home-challenge {
    margin: 50px auto 0 auto;
}
.home-challenge-top {
    background: #707480 url('res/home-bg-challenges.jpg') no-repeat left 70%;
    background-size: cover;
    position: relative;
    height: 250px;
}
.home-challenge-top h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    background-color: rgba(43, 36, 90, 0.6);
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    margin: 0;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.home-challenge-bottom {
    text-align: center;
    padding: 0 10%;
}
.home-challenge-bottom p {
    margin: 30px 20%;
}
@media (max-width: 920px) {
    .home-perform-top h2,
    .home-pics-top h2,
    .home-video-top h2,
    .home-challenge-top h2 {
        width: 90%;
        left: 1%;
        padding: 10px
    }
    .home-about {
        padding: 20px 5%;
    }
    .home-about img.alignright {width:120px; height: 120px;}
    .home-perform-bottom {
        text-align: left;
        padding: 10px 1%;
    }
    .home-pics-bottom p,
    .home-video-bottom p {
        margin: 20px 5%;
    }
    .home-video-bottom .video-embed {
        width: 100%;
        margin: 0 1%;
        float: none;
        min-height: 0;
    }
}

.home-news {
    overflow: auto;
    text-align: center;
    padding: 40px 5% 0 5%;
    background: #fff url('res/home-news-bg.png') repeat-x left bottom;
}
.home-news .stories {
    width: 30%;
    margin: 0 1.5% 50px 1.5%;
    float: left;
    box-sizing: border-box;
    min-height: 550px;
    background: #e7e6ed;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.home-news .story {
    padding: 20px 20px 20px 20px;
    min-height: 150px;
    text-align: left;
}
.home-news .story h3 {
   text-align: center;
   font-family: 'LatoLatinWebLight', sans-serif;
}
.home-news .story p {
}
@media (max-width: 920px) {
    .home-news .stories {
        width: 100%;
        margin: 2%;
    }
}

.home-ribbon {
    background: #fff;
    min-height: 50px;
    padding: 80px 0 30px 0;
    margin: 0;
}
.home-ribbon p {
    padding: 0;
    margin: 0;
    text-align: center;
}
.home-ribbon i {
    font-size: 30px;
}

#footer {
    text-align: left;
    text-align: center;
}
#footer .title {
    background: #dbd9e6;
    padding: 10px 0;
    margin: 20px 0 40px 0;
}
#footer h3 {
    color: #58517b;
}
#footer .logos {
    background: #fff;
}
#footer .logos img {
    margin: 10px 20px;
    width: 140px;
    display: inline-block;
}

#footer .footer-bottom {
    background: #0f0248;
    padding: 20px 0;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
    color: #fff;
}

@media (max-width: 800px) {
}

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

.col-wrap {
    background: #fff;
    margin: 0 7%;
}

.col-left {
    float: left;
    width: 30%;
    overflow: hidden;
    margin-top: 30px;
}
.col-right {
    float: left;
    min-height: 500px;
    margin-top: 30px;
    width: 65%;
    overflow: hidden;
}
@media (max-width: 920px) {
    .col-wrap {
        margin: 0;
    }
    .col-left {
        width: 100%;
        margin-top: 0;
        min-height: 0;
        border-right: none;
    }
    .col-right {
        width: 100%;
        margin-top: 0;
        min-height: 0;
        border-right: none;
    }
}

.breadcrumb {
    min-height: 50px;
    margin: 0;
    padding: 0;
    background: #0f0248;
}
.page-breadcrumb {
    display: inline-block;
    margin: 15px 7% 0 7%;
    padding: 0;
}
.page-breadcrumb li {
    font-size: 16px;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.page-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.page-breadcrumb a:hover {
    text-decoration: underline;
}
@media (max-width: 920px) {
.page-breadcrumb {
    display: inline-block;
    margin: 15px 10px 0 20px;
    padding: 0;
}
}

.page-menu {
    border-right: 3px solid #c5c3d1;
}
.page-menu p {
   color: #170e43;
   font-weight: bold;
   font-size: 21px;
}
.page-menu ul {
    margin: 0;
    padding: 0;
}
.page-menu li {
    list-style-type: none;
}
.page-menu li a {
    color: #666;
    padding: 15px 10px 15px 0;
    display: block;
}
.page-menu li a:hover {
    color: #000;
}
.page-menu li li a, .page-menu li li a:hover {
    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: 920px) {
    .page-menu {
        border-right: none;
        padding-left: 20px;
    }
}

.page-title {
   font-family: 'georgiaBold';
   background: #8680a4;
   padding: 10px 0;
   width: 33%;
   border-bottom-right-radius: 20px;
}
.page-title h1 {
    font-size: 34px;
    color: #fff;
    text-align: right;
    margin: 0;
    padding: 0 20px 0 0;
}
@media (max-width: 920px) {
    .page-title {
        width: 100%;
    }
    .page-title h1 {
        font-size: 24px;
        text-align: left;
        padding-left: 20px;
    }
}

#content {
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
}
#content .container {
    padding: 0 20px 10px 50px;
    overflow: hidden;
}

@media (max-width: 920px) {
    #content .container {
        padding: 20px;
    }
}
#content img {
    max-width: 100%;
    height: auto;
}
#content img.alignright {float:right; margin:0 0 1em 1em}
#content img.alignleft {float:left; margin:0 1em 1em 0}
#content img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#content a img.alignright {float:right; margin:0 0 1em 1em}
#content a img.alignleft {float:left; margin:0 1em 1em 0}
#content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



#content blockquote {
    background: #e7e6ec;
    margin: 18px 0 30px 0;
    padding: 10px 80px;
    border-radius: 10px;
}
#content blockquote h3 {
    font-weight: normal;
    position: static;
}
#content blockquote::before {
  font-family: FontAwesome;
  content: '\f10d';
  color: #6b6485;
  font-size: 36px;
  float: left;
  margin: 0 0 0 -60px;
}
#content blockquote::after {
  font-family: FontAwesome;
  content: '\f10e';
  color: #6b6485;
  font-size: 36px;
  float: right;
  margin: -30px -60px 0 0;
}

#content h2 i.fa {
  font-size: 32px;
  padding-right: 10px;
}
#content .wp-caption-text {
  font-style: italic;
  margin-top: 0;
}
@media (max-width: 920px) {
  #content > .container > div  {
    width: calc(100% - 20px) !important;
  }
}

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

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

.news-list {
    clear: left;
    display: block;
}
.news-picture {
    float: left;
    width: 27%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.news-text {
    float: left;
    width: 60%;
    margin-bottom: 20px;
}
.news-nav {
    clear: left;
}
.news-nav .older {
    float: right;
    margin-right: 10%;
    margin-bottom: 20px;
}

/* Search page */
.search-col {
    width: 75%;
    margin-top: 20px;
    clear: left;
    min-height: 400px;
}
.search-col .searchof {
    font-size: 14px;
}
.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 {
    text-decoration: none;
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #164f86;
    text-align: center;
    margin: 10px 10px 10px 0;
    padding: 4px 20px 4px 20px;
    cursor: pointer;
}
@media (max-width: 920px) {
    .search-col {
        width: 100%;
    }
}
td, th {
    vertical-align:top;
}
td {
    padding: 1%;
}


/* Map modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #efefef;
    margin: auto;
    padding: 0;
    width: 60%;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 30px;
    text-align: left;
    min-height: 200px;
}
.modal-header {
    background: #115a22;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 50px;
}
.modal-desc {
    padding: 10px 20px 20px 20px;    
}
.modal-content .alignleft {float:left; margin:0 1em 1em 0}
.modal-content .alignright {float:right; margin:0 0 1em 1em}
.modal-col {
    width: 44%;
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
}

#content-wimmera,
#content-west,
#content-port,
#content-northeast,
#content-northwest,
#content-mallee,
#content-goulburn,
#content-glenelg,
#content-east,
#content-corangamite {
    display: none;
}
.modal-close {
    color: #fff;
    float: right;
    padding: 3px 30px 0 0;
    font-size: 28px;
    font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Survey */
.survey {
    margin: 20px 0;
    min-height: 600px;
}
.survey-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.survey-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
}

/* Photo Gallery */
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-title2, 
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-ecommerce2 {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5) !important;
    line-height: 1.2em !important;
    font-weight: normal !important;
}
