/*
Theme Name: Visit Mannum 
Author: Anonymous
Description: Custom Wordpress template
Version: 0.0.1
Tags: bootstrap
*/
@font-face {
    font-family: 'daxcondensed';
    src: url('fonts/daxcondensedregular-webfont.woff2') format('woff2'),
         url('fonts/daxcondensedregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxcondensed';
    src: url('fonts/daxcondensedmedium-webfont.woff2') format('woff2'),
         url('fonts/daxcondensedmedium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	outline:none;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body {
	background: #78a7d8;
    font-family: 'daxcondensed';
}
.header-left {
	text-align: right;
}
.header-left img {
	max-width: 100%;
	height: auto;
}
.header-center {
	text-align: center;
}
.header-center img {
	max-width: 100%;
	height: auto;
}
.header-right {
	text-align: left;
}
.header-right img {
	max-width: 100%;
	height: auto;
}
.wrapper-container {
	width: 100%;
	background: url(images/wrapper-bottom.png) repeat-x bottom left;
}
.wrapper {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	background: url(images/background-image.png) repeat-y center top;
	padding-left: 60px;
	padding-right: 60px;
	background-size: 100% auto;
}
.end-bg {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	background: url(images/end-bg.png) repeat-y center top;
	background-size: 100% auto;
	height: 120px;
}
.inner-wrapper {
	margin: 0 auto;
	max-width: 920px;
}
.header {
	padding-top:10px;
}
.header-right {
	padding-top:20px;
}
.header-menu {
	background:url(images/menu-bg.png) repeat-x;
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
	z-index: 2;
}
.nav-menu ul {
	margin: 0;
}
.nav-menu ul li {
	list-style:none;
	float:left;
	position: relative;
}
.nav-menu ul li:hover, .nav-menu ul li.current-menu-item, .nav-menu ul li.current-menu-parent {
	background: #ad1610;
}
.nav-menu ul li a {
	text-decoration:none;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	line-height:47px;
	padding-left:18px;
	padding-right:18px;
	display: block;
}
.nav-menu ul ul {
	position: absolute;
	left: 0;
	top: 47px;
	width: 300px;
	background: url(images/drop-down-bg.png);
	display: none;
	z-index: 999;
}
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu ul ul ul {
	left: 100%;
	top: 0;
}
.nav-menu ul ul li {
	float: none;
}
.nav-menu ul ul li a {
	line-height: 32px;
	font-size: 18px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-menu ul ul li:hover, .nav-menu ul ul li.current-menu-item, .nav-menu ul ul li.current-menu-parent {
	background: #dd672e;
}
.slider-container img {
	max-width:100%;
	height:auto;
}
.content-left {
	text-align: center;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	color:#bb3933;
	font-weight:bold;
}
.content-format h1 {
	font-size: 28px;
}
.content-format h2 {
	font-size: 26px;
}
.content-format h3 {
	font-size: 24px;
}
.content-format h4 {
	font-size: 22px;
}
.content-format h5 {
	font-size: 20px;
}
.content-format h6 {
	font-size: 18px;
}
.content-format p {
	color:#000000;
	font-size:18px;
	line-height:27px;
}
.content-format p.special-listing {
	font-size: 18px;
	line-height: 24px;
}
.content-format iframe {
	border: 5px solid #FFF;
	margin: 10px 0px 15px 0px;
	-moz-box-shadow: 4px 4px 10px -2px #666;
	-webkit-box-shadow: 4px 4px 10px -2px #666;
	box-shadow: 4px 4px 10px -2px #666;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100%;
}
.youtube-video iframe {
	max-width: 100%;
	height: 160px;
}
.content-format ul, .content-format ol {
	
}
.content-format ul li, .content-format ol li {
	color:#000000;
	font-size:18px;
	line-height:27px;
	padding-left: 20px;
	list-style: none;
	background: url(images/bullet.png) no-repeat left 8px;
}
.content-right {
	margin-top: 20px;
	box-shadow: 0 0 8px #000;
}
.content-right iframe {
	width:100%;
	display: block;
	height: 300px;
}
.footer-bg {
	background: #FFF;
	width: 100%;
}
.featured-title {
	color:#e77834;
	font-size: 29px;
	text-align: center;
}
.b-img img {
	max-width: 100%;
	height: auto;
}
.b-caption {
	background: #063a7f;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.b-caption a {
	line-height: 18px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}
.b-box:hover > .b-caption {
	background: #ad1610;
}
.business {
	padding-bottom: 20px;
}
.banner-container {
	background: #6a89b2;
}
.visiter-guide {
	padding-top: 20px;
}
.g-img img {
	max-width: 100%;
	height: auto;
}
.g-box {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.g-caption {
	position: absolute;
	bottom: 0;
	background: url(images/guide-bg.png);
	color: #FFF;
	text-align: center;
	line-height: 40px;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.g-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-box:hover .g-caption {
	background: #ad1610;
}
.search-footer input[type="text"] {
	width: 100%;
	text-align:center;
	font-size: 24px;
	height: 100%;
	color:#ffff;
	line-height: 41px;
	background: #76a4d5;
	border: none;
}
.search-footer {
	position: relative;
	height: 42px;
}
.slider-container {
	margin-top: -12px;
	position: relative;
	z-index: 1;
}
.inner-content-container {
	text-align: left;
	padding-top: 20px;
	max-width: 920px;
	margin: 0 auto;
}
.featured-image {
	margin-top: -12px;
	position: relative;
	z-index: 1;
}
.footer-address {
	padding-left: 20px;
	color:#194071;
	font-size: 27px;
	font-weight: bold;
	padding-top: 5px;
	text-align:center;
	background:url('images/address-icon.jpg') no-repeat;
	line-height:44px;
}
.footer-address a {
	color:#194071;
	font-size: 27px;
}
.discover-container img {
	max-width: 100%;
	height: auto;
}
.discover-container {
	padding-top:66px;
}
.video-container iframe {
	width: 100%;
	display: block;
}
.video-container {
	margin-top:40px;
	box-shadow: 0 0 8px #000;
}
.footer-menu {
}
.footer-menu ul li {
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-menu ul li a {
	text-decoration:none;
	color:#78a7d8;
	font-size:23px;
	font-weight:bold;
}
.footer-menu ul li:hover > a {
	color: #173e70;
}
.footer-links {
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-links li {
	display:inline;
}
.footer-links li + li {
	border-left: 1px solid #78a7d8;
}
.footer-links ul li a {
	color:#78a7d8;
	font-size:16px;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}
.footer-links ul li:hover > a {
	color: #184070;
	text-decoration: none;
}
.footer-icons {
	text-align:center;
	padding-bottom: 20px;
}
.footer-icons a {
	padding-left: 7px;
	padding-right: 7px;
}
.footer-logo {
	text-align:center;
	padding-top:5px;
}
.footer-logo img {
	max-width: 100%;
	height: auto;
}
.footer-top-wrapper {
	margin: 0 auto;
	max-width: 920px;
}
.footer-wrapper {
	max-width: 1114px;
	margin: 0 auto;
	width: 100%;
	padding-top: 50px;
}
.bar-container {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
.bar-cont {
	width: 25%;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	background: #e77834;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #FFF;
	position: relative;
}
.weather-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bar-cont a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.bar-cont input[type="text"] {
	width: 100%;
	background: #bb3933;
	border: none;
	text-align: center;
}
.bar-cont + .bar-cont {
	background: #063a7f;
}
.bar-cont + .bar-cont + .bar-cont {
	background: #79a6d5;
}
.bar-cont + .bar-cont + .bar-cont + .bar-cont {
	background: #ad1610;
}
.loop-thumb {
	padding-bottom: 20px;
}
.loop-thumb img {
	width: 100%;
	height: auto;
}
.no-margin-top {
	margin-top: 0;
}
.content-format .tribe-events-notices li {
	background-image: none;
}
.featured-image img {
	max-width: 100%;
	height: auto;
}
.mobile-nav {
	display:none;
}
.header-menu {
}
.tab-menu ul li {
	list-style:none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	display: inline;
}
.tab-menu ul li a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0;
}
.tab-menu ul li + li a {
	padding-left: 10px;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
.thumbnails {
	padding-bottom: 20px;
	float: left;
	width: 25%;
	padding-left: 1%;
	padding-right: 1%;
}
.thumbnails img {
	width: 100%;
	height: auto;
}
.mildura-listing {
	padding: 20px;
	background: url(images/blue_ad_vignette.png) repeat-x;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.gallery-images {
	padding-top: 20px;
}
.powered-by {
	padding-bottom: 10px;
}
.powered-by img {
	max-width: 100%;
	height: auto;
}
.banner-container img {
	max-width: 100%;
	height: auto;
}
.featured-image p {
	margin: 0;
}
@media screen and (max-width: 1490px) {
	.nav-menu ul li a {
		padding-left: 18px;
		padding-right: 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 1390px) {
	.nav-menu ul li a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1300px) {
	.nav-menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1290px) {
	.nav-menu ul li a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	.wrapper {
		background: #FFF;
		padding-left: 0;
		padding-right:0;
	}
	.end-bg {
		display: none;
	}
}
@media screen and (max-width: 1260px) {
	.nav-menu ul li a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1160px) {
	.nav-menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1050px) {
	.nav-menu ul li a {
		font-size: 17px;
	}
	.footer-menu ul li a {
		font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.nav-menu ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 880px) {
	.nav-menu ul li a {
		font-size: 15px;
	}
}
@media screen and (max-width: 840px) {
	.nav-menu ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 800px) {
	.nav-menu ul li a {
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.nivo-controlNav {
		display: none;
	}
	.nav-menu ul li a {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav-menu ul li:hover {
		background: #dd672e;
	}
	.nav-menu ul li {
		float: none;
		line-height: 24px;
		border-top: 1px solid #FFF;
	}
	.nav-menu {
		background: #ad1610;
		display: none;
	}
	.nav-menu ul ul li a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
	}
	.nav-menu ul ul {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	.nav-menu ul ul ul {
		left: 0;
	}
	.header-left {
		text-align: center;
	}
	.header-center {
		text-align: center;
	}
	.header-right {
		text-align: center;
	}
	.header-menu {
		background: none;
	}
	.g-img img {
		width: 100%;
	}
	.mobile-nav {
		display: block;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		background: #ad1610;
	}
	.b-img img {
		width: 100%;
	}
	.discover-container {
		text-align: center;
	}
	.footer-address {
		font-size: 27px;
		background-position: center top;
		padding-left: 0;
		padding-top: 50px;
		line-height:34px;
	}
	.b-caption {
		margin-bottom:12px;
	}
}
@media screen and (max-width: 675px) {
	.bar-cont {
		width: 50%;
	}
}
@media screen and (max-width: 420px) {
	.bar-cont {
		width: auto;
		float: none;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
}