/*
Theme Name: Darling River
Author: Anonymous
Description: Custom Wordpress template
Version: 0.0.1
Tags: bootstrap
*/
@font-face {
    font-family: 'rocks_deathregular';
    src: url('fonts/rocks_death-webfont.woff2') format('woff2'),
         url('fonts/rocks_death-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	outline:none;
}
body {
	font-family: "museo-slab", serif;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.header-bg {
	background: #994b28;
}
.wrapper {
	max-width: 1260px;
	margin: 0 auto;
}
.header-left {
	float: left;
}
.header-center {
	float: left;
}
.header-right {
	float: right;
}
.header-logo {
	height: 100px;
	position: relative;
	z-index: 999;
}
.header-logo img {
	max-width: 100%;
	height: auto;
}
.header-nav {
	padding-top: 38px;
}
.header-nav ul {
	margin: 0;
}
.header-nav ul li {
	float: left;
	list-style: none;
	position: relative;
}
.header-nav ul li:hover {
	background: #f59904;
}
.header-nav ul li a {
	text-decoration: none;
	line-height: 48px;
	color: #dcb8a7;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 34px;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	text-shadow: 0 0 10px #000;
}
.header-nav ul li:hover > a {
	color: #FFF;
}
.header-nav ul ul {
	position: absolute;
	left: 0;
	width: 380px;
    padding-left: 0;
	top: 48px;
	background: url(images/drop-down-bg.png);
	text-shadow: none;
	display: none;
	z-index: 9999;
}
.header-nav ul li:hover > ul {
	display: block;
}
.header-nav ul ul li {
	float: none;
}
.header-nav ul ul li a {
	text-decoration: none;
	color: #000;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	line-height: 30px;
	text-shadow: none;
}
.header-nav ul ul li:hover {
	background: #994b28;
}
.header-nav ul ul li:hover > a {
	color: #FFF;
}
.header-search {
	padding-top: 10px;
}
.header-search input[type="text"] {
	background:#358dc3;
	color: #FFF;
	line-height: 48px;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	text-align: center;
	font-size: 18px;
	height: 48px;
	border: none;
}
.slider-container img {
	width: 100%;
	height: auto;
}
.content-section-bg {
	background: #f0e7d8;
}
.content-section {
	padding-top: 40px;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #358dc3;
}
.content-format h1 {
	font-size: 50px;
	padding-bottom: 0px;
}
.content-format h2 {
	font-size: 44px;
}
.content-format h3 {
	font-size: 38px;
}
.content-format h4 {
	font-size: 32px;
}
.content-format h5 {
	font-size: 30px;
}
.content-format h6 {
	font-size: 26px;
}
.content-format h1.secondary {
	color: #9f5534;
}
.content-format p {
	color: #000;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
}
.content-format p.lead {
    padding-top:10px;
	font-size: 18px;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	color: #000;
}
.content-format p.lead a {
	color: #358dc3;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	text-decoration: none;
}
.content-format a {
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	color: #358dc3;
	text-decoration: none;
	font-size: 16px;
}
.content-format h1 a, .content-format h2 a, .content-format h3 a, .content-format h4 a, .content-format h5 a, .content-format h6 a { 
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #358dc3;
}
.content-format h1 a {
	font-size: 50px;
}
.content-format h2 a {
	font-size: 44px;
}
.content-format h3 a {
	font-size: 40px;
}
.content-format h4 a {
	font-size: 36px;
}
.content-format h5 a {
	font-size: 32px;
}
.content-format h6 a {
	font-size: 28px;
}
.content-format ul {
	color: #eb7a4a;
}
.content-format ol {
	padding-left: 20px;
}
.content-format ul li, .content-format ol li {
	color: #000;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	list-style: none;
}
.content-format ul li:before {
	content: "• ";
	color: #eb7a4a;
}
.content-format ul li a {
	color: #358dc3;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
}
.content-format ul li a:hover {
	color: #994b28;
}
.content-format table {
	color: #000;
	font-family: "museo-slab",serif;
	font-size: 16px;
}
.content-format a:hover {
	color:#994b28;
}
.sidebar-widget h1 {
}
.sidebar-widget ul {
    padding:0;
}
.sidebar-widget ul li {
	list-style: none;
}
.sidebar-widget ul li a {
	color: #5a5a5a;
	text-decoration: none;
	line-height: 24px;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
}
.sidebar-widget ul li:hover > a {
	color: #994b28;
}
.home-sidebar {
	background: url(images/border-left.png) repeat-y;
	padding-left: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
}
.sidebar-widget h3 {
	color: #994b28;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	font-size: 28px;
	margin: 0;
}
.video-container {
	padding-bottom: 20px;
}
.video img, .video iframe {
	max-width: 100%;
}
.g-map {
}
.g-map img, .g-map iframe {
	max-width: 100%;
}
.home-boxes {
	padding-bottom: 20px;
}
.home-box {
	position: relative;
}
.box-img {
}
.box-img img {
	width: 100%;
	height: auto;
}
.box-title {
	background: #000;
	opacity: 0.7;
	bottom: 0;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
}
.home-box:hover > .box-title {
	background: url(images/drop-down-bg.png);
}
.box-title h4 {
	color: #FFF;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	font-size: 1.6vw;
	margin-top: 3px;
	margin-bottom: 1px;
}
.box-title p {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: .8vw;
}
.box-title a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.wide-title h4 {
	float: left;
	padding-right: 10px;
}
.wide-title p {
	float: left;
	padding-top: 8px;
}
.insta-feed-title {
	color: #2F8CC5;
	font-size: 44px;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
}
.insta-feed-title span {
	color: #9F552E;
}
.insta-more {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
}
.insta-more a {
	color: #9F552E;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	font-size: 32px;
}
.insta-more a:hover {
	text-decoration: none;
}
.secondary-search {
	text-align: center;
}
.secondary-search {
	text-align: center;
	padding-bottom: 20px;
}
.secondary-search input[type="text"] {
	background: #F3D9AC;
	text-align: center;
	height: 64px;
	line-height: 64px;
	border: none;
	max-width: 620px;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
	font-size: 32px;
}
.h-banner {
	text-align: center;
	padding-bottom: 20px;
}
.h-banner img {
	max-width: 100%;
	height: auto;
}
.footer-bg {
	background: #FFF;
	width: 100%;
}
.footer-widget {
}
.footer-widget h3 {
	color: #2F8CC5;
	font-size: 24px;
    font-family: 'Passion One', Helvetica, Arial, Sans-Serif;
}
.footer-widget:hover > h3 {
	color: #f29704;
}
.footer-widget ul {
	margin: 0;
    padding:0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget ul li a {
	text-decoration: none;
	line-height: 22px;
	font-size: 16px;
	color: #000;
	font-family: "museo-slab", Helvetica, Arial, Sans-Serif;
}
.footer-widget ul li:hover > a {
	color: #9F552E;
}
.footer-logo-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-logo-row img {
	max-width: 100%;
	height: auto;
}
.footer-logo-row.last-row a {
	display: block;
	float: left;
	width: 50%;
}
.footer-logo-row:after {
	content: " ";
	clear: both;
}
.footer-secondary-bg {
	background: #994b28;
	color: #FFF;
}
.footer-secondary {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright-links {
	color: #FFF;
	font-size: 14px;
}
.copyright-links a {
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
.copyright-links a:hover {
	color: #f29704;
}
.footer-logo {
	text-align: right;
}
.mobile-nav {
	display: none;
}
.insta-gallery img {
	max-width: 100%;
	height: auto;
}
.inner-footer-bg {
	background: #E2ECF2;
	padding-top: 20px;
}
.maps-shadows {
	-webkit-box-shadow: #999 3px 3px 5px;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: #999 3px 3px 5px;
	border: thin groove #000;
	float: left;
	margin-right: 20px;
}
.loop-thumb {
	padding-top: 15px;
}
.loop-thumb img {
	max-width: 100%;
	height: auto;
}
.responsive-logo {
	display: none;
}
.responsive-logo img {
	max-width: 100%;
	height: auto;
}
hr {
  border:none;
  border-top:2px dotted #994b28;
  height:1px;
}
@media screen and (max-width: 1124px) {
	.header-nav ul li a {
		font-size: 28px;
	}
}
@media screen and (max-width: 1040px) {
	.header-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 980px) {
	.header-nav ul li a {
		font-size: 24px;
	}
}
@media screen and (max-width: 920px) {
	.header-nav ul li a {
		font-size: 20px;
	}
}
@media screen and (max-width: 862px) {
	.header-nav ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.header-left {
		max-width: 152px;
	}
}
@media screen and (max-width: 768px) {
	.box-title h4 {
		font-size: 4vw;
	}
	.box-title p {
		font-size: 2vw;
	}
	.header-left {
		height: auto;
		max-width: 100%;
		text-align: center;
		float: none;
	}
	.header-center {
		float: none;
		width: 100%;
	}
	.header-right {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.header-logo {
		height: auto;
		display: none;
	}
	.header-nav ul {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-nav ul li {
		float: none;
	}
	.mobile-nav {
		display: block;
		background: url(images/menu-bg.png) center top no-repeat #2F8CC5;
		cursor: pointer;
		margin-left: -15px;
		margin-right: -15px;
		height: 40px;
	}
	.header-nav {
		background: #2F8CC5;
		padding-top: 0;
		margin-left: -15px;
		margin-right: -15px;
		display: none;
	}
	.header-nav ul li a {
		line-height: 38px;
		display: block;
		font-size: 28px;
	}
	.header-nav ul ul {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
	}
	.footer-logo-row {
		text-align: center;
	}
	.copyright-links {
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.secondary-search input[type="text"] {
		max-width: 80%;
	}
	.responsive-logo {
		display: block;
		background: #FFF;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
	}
	.murray-logo {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.home-boxes .col-xs-6 {
		width: 100%;
	}
	.box-title h4 {
		font-size: 6vw;
	}
	.box-title p {
		font-size: 4vw;
	}
}