@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}



/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* =GENERAL
-------------------------------------------------------------- */
body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #4d4d4d;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.2em;
}

h3, h4, h5, h6 {
	font-size: 2em;
}

a {
	text-decoration: none;
}

/* =HEADER
-------------------------------------------------------------- */
#header-top-bar {
	position: fixed;
	z-index: 999997;
	width: 100%;
	border-top: 4px solid #a58f4f;
}
#header-top-bar-list {
	max-width: 1200px;
	margin: 0 auto;
}
#header-top-bar li {
	position: relative;
	height: 30px;
	width: 20%;
	float: left;
	overflow: hidden;
	background-color: #a58f4f;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
}
#header-top-bar li:hover {
	height: 55px;
	background-color: #a58f4f;
	background-image: linear-gradient(#a58f4f, #736437);
}
#header-top-bar li h2 {
	color: #fff;
	font-family: 'futura_md_btmedium';
	font-size: 1.5em;
	line-height: 26px;
	text-transform: uppercase;
}
#header-top-bar li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30px;
	height: 55px;
	color: #fff;
	font-family: 'futura_md_btmedium';
	font-size: 1.4em;
	line-height: 16px;
	text-transform: uppercase;
}

#wrapper-header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	clear: both;
}

header a#logo-link {
	display: block;
	margin: 0 auto 15px;
	max-width: 250px;
}

header a#logo-link img {
	display: block;
	width: 100%;
	height: auto;
}

#header-widget-1 {
	position: absolute;
	top: 110px;
	left: 0;
}
#header-widget-1 p {
	margin-bottom: 20px;
	color: #0f3307;
	font-family: 'futura_md_btmedium';
	font-size: 1.8em;
	line-height: 1.2em;
}
#header-widget-1 p a {
	color: #0f3307;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header-widget-1 p a:hover {
	color: #a58f4f;
}
#header-widget-1 p.tel:before {
	font-family: 'FontAwesome';
	content: "\f095";
	margin-right: 11px;
}
#header-widget-1 p.email a:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	margin-right: 8px;
}

#header-widget-2 {
	position: absolute;
	top: 113px;
	right: 0;
}

nav.main-nav {
	clear: both;
	background: #0f3307;
}

nav.main-nav > ul {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	display: flex;
    justify-content: space-between;
}

nav.main-nav > ul > li {
	display: inline-block;
	position: relative;
}

nav.main-nav li ul {
	position: absolute;
	display: none;
	padding: 10px 0;
	top: 100%;
	left: -999em;
	z-index: 200;
	background: #a58f4f;
}

nav.main-nav li:hover ul {
	display: block;
	left: 0;
}

nav.main-nav li a {
	display: block;
	padding: 2px 20px;
	color: #fff;
	white-space: nowrap;
	font-family: 'futura_md_btmedium';
	font-size: 1.4em;
	line-height: 2em;
	text-transform: uppercase;
}
nav.main-nav > ul > li > a {
	padding: 12px 20px 8px;
	font-size: 1.7em;
	line-height: 1.4em;
	border-bottom: 4px solid transparent;
}

nav.main-nav > ul > li.active > a,
body.single-lodge nav li.menu-lodges > a,
body.single-pod nav li.menu-pods > a,
body.single-camping nav li.menu-camping > a,
body.single-offer nav li.menu-offers > a,
body.single-activity nav li.menu-activities > a,
body.single-post nav li.menu-blog > a,
nav.main-nav > ul > li > a:hover {
	border-bottom: 4px solid #a58f4f;
}

/* =SLIDER
-------------------------------------------------------------- */
#slider {
	width: 100%;
	height: 450px;
}

#slider-inner {
	width: 100%;
	height: 450px;
	background: no-repeat center center;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	/* <IE9 support is handled with jquery.backgroundSize.min.js */
}

#slider.featured-image {
	max-width: 1200px;
	margin: 0 auto;
}
#slider.featured-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

#slider .rsUni .rsArrow {
	width: 68px;
	border-radius: 0;
	-ms-filter: none;
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#slider .rsUni .rsArrowIcn {
	position: relative;
	height: 68px;
	width: 68px;
	top: 50%;
	left: auto;
	margin: -34px 0 0;
	-ms-filter: none;
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-image: none!important;
	background-color: #a58f4f;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 0;
}
#slider .rsUni .rsArrowIcn:hover {
	background-color: #736437;
}
#slider .rsUni .rsArrowIcn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'FontAwesome';
	font-size: 5em;
	line-height: 68px;
	color: #fff;
	text-align: center;
}
#slider .rsUni.rsHor .rsArrowRight .rsArrowIcn:before {
	content: "\f105";
}
#slider .rsUni.rsHor .rsArrowLeft .rsArrowIcn:before {
	content: "\f104";
}

#slider.header-map img {
	max-width: none;
}

body.home #slider .wrapper-slider-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -330px;
	width: 660px;
	padding: 20px;
	background: rgba(15,51,7,0.7);
}
body.home #slider .wrapper-slider-text h1 {
	color: #a58f4f;
	font-family: 'Montserrat', sans-serif;
	font-size: 5em;
	line-height: 1.5em;
	text-align: center;
}
body.home #slider .wrapper-slider-text p {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.5em;
	text-align: center;
}

/* =CONTENT
-------------------------------------------------------------- */
main#content {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}

article.page,
article.post {
	position: relative;
	padding: 40px 0 40px 20px;
	float: right;
	width: 75%;
}
article.page.full-width {
	float: none;
	width: auto;
	padding: 40px 0;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin-bottom: 0.5em;
	line-height: 1.2em;
	color: #0f3307;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
article h1 {
	font-size: 4em;
}
article h2 {
	font-size: 3.2em;
}
article h3, article h4, article h5, article h6 {
	font-size: 2.8em;
}

article p, article li, article dt, article dd {
	font-size: 1.6em;
	line-height: 1.6em;
}

article li li, article li p, article dt dt, article dd dd {
	font-size: inherit;
	line-height: inherit;
}

article p {
	margin: 0 0 1.5em;
}

article ul {
	padding-left: 20px;
	margin: 0 0 1.5em;
	list-style: disc;
}

article ol {
	padding-left: 20px;
	margin: 0 0 1.5em;
	list-style: decimal;
}

article dl {
	margin: 0 0 1.5em;
}

article a {
	text-decoration: underline;
	color: #0f3307;
}
article a:hover {
	text-decoration: none;
}

article strong {
	font-weight: bold;
}

article em {
	font-style: italic;
}

article img {
	max-width: 100%;
	height: auto;
}

article .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

article .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

article .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

/* post index page */
#wrapper-post-index {
	float: right;
	width: 75%;
	padding: 40px 0 40px 20px;
}
article.post-index {
	margin-bottom: 30px;
}
article div.thumb-wrap {
	float: left;
	width: 30%;
	margin-right: 2%;
	border: 1px solid #a58f4f;
	padding: 10px;
}
article div.thumb-wrap a {
	display: block;
}
article div.thumb-wrap a img {
	display: block;
}
article div.text-wrap.has-thumb {
	float: left;
	width: 66.6%;
}
article div.text-wrap h1 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
article div.text-wrap h1 a {
	display: block;
	text-decoration: none;
}
article div.text-wrap h1 a:hover {
	color: #a58f4f;
}
p.excerpt-more {
	font-size: 1.3em;
	text-align: right;
}
p.excerpt-more a {
	padding: 5px 10px;
	background: #a58f4f;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
}
p.excerpt-more a:hover {
	background: #736437;
}

/* post single */
article.post h1 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#comments label {
	clear: left;
	float: left;
	width: 30%;
}
#comments input[type="text"] {
	border: 1px solid #a58f4f;
}
#comments textarea {
	width: 100%;
	border: 1px solid #a58f4f;
	color: #4d4d4d;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#comments input[type="submit"] {
    padding: 5px 10px;
	background: #a58f4f;
	color: #fff;
	border: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 0.9em;
}
#comments input[type="submit"]:hover {
	background: #736437;
    cursor: pointer;
}

/* homepage */
article.home {
	width: 66.6%;
	float: left;
	padding: 40px 20px 40px 0;
}
body.home #sidebar img.weather {
	width: 100%;
}

/* contact page */
div.wpcf7 ul {
	list-style: none;
	padding: 0;
	width: 64%;
	margin-bottom: 50px;
}
div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 textarea {
	width: 100%;
	border: 1px solid #a58f4f;
	padding: 5px 2%;
	margin-bottom: 10px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
div.wpcf7 input[type="submit"]{
	padding: 5px 10px;
	background: #a58f4f;
	border: none;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	font-size: 0.8em;
}
div.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	background: #736437;
}
div.wpcf7-response-output {
	margin: 0 0 30px!important;
	padding: 0!important;
	font-size: 1.6em;
	line-height: 1.6em;
}

/* sidebar */
#sidebar {
	position: relative;
	float: left;
	width: 25%;
	margin-top: 40px;
}
body.home #sidebar {
	float: right;
	width: 33.3%;
}
#sidebar img {
	max-width: 100%;
	height: auto;
}
#sidebar ins,
#sidebar iframe {
	width: 100%!important;
}

#sidebar p.sidebar-header {
	position: absolute;
	bottom: 100%;
	left: 0;
	min-width: 100%;
	padding: 20px;
	margin-bottom: 40px;
	background: #0f3307;
	color: #a58f4f;
	font-family: 'Montserrat', sans-serif;
	font-size: 4em;
}

#sidebar > div.widget {
	padding: 20px;
	margin-bottom: 20px;
	background: #f2eee5;
}
#sidebar h2 {
	margin: 0 0 1em;
	text-transform: uppercase;
}
#sidebar p {
	margin: 0 0 1.5em;
}
#sidebar p, #sidebar li, #sidebar dt, #sidebar dd {
	font-size: 1.4em;
	line-height: 1.4em;
}
#sidebar li li, #sidebar li p, #sidebar dt dt, #sidebar dd dd {
	font-size: inherit;
	line-height: inherit;
}
#sidebar a {
	color: #a58f4f;
}
#sidebar img {
	max-width: 100%;
	height: 0;
	display: block;
}
#sidebar div.widget.widget_nav_menu,
#sidebar div.widget.widget_recent_entries {
	padding: 0;
}
#sidebar .widget_nav_menu h2,
#sidebar .widget_recent_entries h2 {
	padding: 20px 20px 0;
}
#sidebar .widget_nav_menu li,
#sidebar .widget_recent_entries li {
	border-top: 2px solid #fff;
	font-size: 1.8em;
}
#sidebar .widget_nav_menu li li,
#sidebar .widget_recent_entries li li {
	font-size: inherit;
	line-height: inherit;
}
#sidebar .widget_nav_menu li a,
#sidebar .widget_recent_entries li a {
	padding: 5px 20px;
	display: block;
	color: #4d4d4d;
}
#sidebar .widget_nav_menu li li a,
#sidebar .widget_recent_entries li li a {
	padding-left: 40px;
}
#sidebar .widget_nav_menu li a:hover,
#sidebar .widget_recent_entries li a:hover {
	background: #fff;
}

/* =CTAs
-------------------------------------------------------------- */
#footer-ctas-top {
	position: relative;
	clear: both;
	padding: 20px 0;
	background: #0f3307;
}
#footer-ctas-bottom {
	position: relative;
	clear: both;
	padding: 20px 0;
}
#wrapper-footer-ctas-top,
#wrapper-footer-ctas-bottom {
	max-width: 1200px;
	margin: 0 auto;
}
#wrapper-footer-ctas-top .text-wrap {
	min-height: 200px;
	padding: 20px;
	background: #fff;
}

.footer-slider a {
	display: block;
}
.footer-slider img {
	display: block;
	max-width: 100%;
	height: auto;
}
.footer-slider h2 {
	margin: 0 0 1em;
	color: #0f3307;
    text-transform: uppercase;
}
.footer-slider h2 a {
	color: #0f3307;
}
.footer-slider h2 a:hover {
	color: #a58f4f;
}
.footer-slider p {
	margin: 0 0 1.5em;
	font-size: 1.4em;
	line-height: 1.4em;
}

.footer-slide-bottom h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer-slide-bottom a:hover h2 {
	background: #a58f4f;
}

footer > aside .bx-prev,
footer > aside .bx-next {
	height: 68px;
	width: 68px;
	background-color: #a58f4f;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -34px;
	color: transparent;
	font: 0/0 a;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
footer > aside .bx-prev:hover,
footer > aside .bx-next:hover {
	background-color: #736437;
}
footer > aside .bx-next {
	left: auto;
	right: 0;
}
footer > aside .bx-prev:before,
footer > aside .bx-next:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 68px;
	color: #fff;
	text-align: center;
	content: "\f104";
}
footer > aside .bx-next:before {
	content: "\f105";
}

footer .bx-controls-auto {
	display: none;
}

#wrapper-footer-map {
	padding: 20px 0;
	background: #0f3307;
}
#footer-map {
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 2px;
	height: 256px;
}


/* =FOOTER
-------------------------------------------------------------- */
footer {
	clear: both;
}
#wrapper-footer-blocks {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}
#wrapper-footer-blocks aside {
	float: left;
	width: 33.33%;
	padding: 30px 20px 20px;
}
#wrapper-footer-blocks #footer-block-1 > div {
	width: 50%;
	float: left;
}
#wrapper-footer-blocks #footer-block-1 > div.widget-first {
	padding-right: 10px;
}
#wrapper-footer-blocks #footer-block-1 > div.widget-last {
	padding-left: 10px;
}
#wrapper-footer-blocks #footer-block-2 {
	min-height: 300px;
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
}

#wrapper-footer-blocks h2 {
	margin: 0 0 1em;
	text-transform: uppercase;
}
#wrapper-footer-blocks p {
	margin: 0 0 1.5em;
	font-size: 1.4em;
	line-height: 1.4em;
}
#wrapper-footer-blocks .widget_nav_menu li {
	font-size: 1.8em;
}
#wrapper-footer-blocks .widget_nav_menu li a {
	padding: 8px 0;
	display: block;
	color: #4d4d4d;
}
#wrapper-footer-blocks .widget_nav_menu li a:hover {
	color: #a58f4f;
}

#footer-copyright {
	padding: 20px;
	border-top: 1px solid #dddcdc;
	text-align: center;
	font-size: 1.6em;
}
#footer-copyright a {
	color: #a58f4f
}

/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

.clearfix {
	zoom: 1; /* For IE7 and below */
}

div.wpcf7-response-output {
	border: 0!important;
}

article a.addthis_button {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	height: 40px;
	padding: 0 5px 0 45px;
	background: url('../images/share.png') no-repeat 0 50%;
	color: #a58f4f;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 40px;
}
article a.addthis_button:hover {
	background: url('../images/share-inv.png') no-repeat 0 50%;
	color: #0f3307;
}
article.page.content a.addthis_button,
article.post.content a.addthis_button {
	display: block;
}
footer a.addthis_button,
.home article.page a.addthis_button {
	display: none;
}
article a.addthis_button:before {
	background: url('../images/share-inv.png') no-repeat 0 50%; /* pre-load the rollover image */
}
article a.addthis_button:after {
	content: "Share";
}
article a.addthis_button img {
	display: none;
}

/* requires 'comment validation' plugin */
#commentform div.error,
#commentform label.error {
	color: red;
	font-size: 15px;
}

#commentform input.error,
#commentform textarea.error {
	background-color: red;
	color: #fff!important;
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
       background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
       background-repeat:repeat;
    }
}

/* =FONTS
-------------------------------------------------------------- */
@font-face {
	font-family: 'futura_md_btmedium';
	src: url('fonts/tt0142m_-webfont.eot');
	src: url('fonts/tt0142m_-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/tt0142m_-webfont.woff') format('woff'),
		 url('fonts/tt0142m_-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'blackjackregular';
    src: url('fonts/black_jack-webfont.eot');
    src: url('fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/black_jack-webfont.woff') format('woff'),
         url('fonts/black_jack-webfont.ttf') format('truetype'),
         url('fonts/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alluraregular';
    src: url('fonts/allura-regular-webfont.eot');
    src: url('fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allura-regular-webfont.woff2') format('woff2'),
         url('fonts/allura-regular-webfont.woff') format('woff'),
         url('fonts/allura-regular-webfont.ttf') format('truetype'),
         url('fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =IE FIXES
-------------------------------------------------------------- */
html.ie7 article li li,
html.ie7 article li p,
html.ie7 article dt dt,
html.ie7 article dd dd {
	font-size: 13px;
}

/* =RESPONSIVE
/* rough breakpoints, but the design would dictate how the 
/* page adapts. Also see viewport sizes on:
/* http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/
-------------------------------------------------------------- */
#mobile-header,
#mobile-nav {
	display: none;
}
#mobile-header span:hover {
	cursor: pointer;
}


@media (max-width: 1200px) {	
	#header-widget-1 {
		left: 1%;
	}
	#header-widget-2 {
		right: 1%;
	}
}

/* over 1020 is desktop and ipad landscape */
@media (max-width: 1020px) {
	/* tablets, inc ipad portrait from 768 - 1020 */
	#header-top-bar li:hover {
		height: 30px;
		background-image: none;
	}
	
	#mobile-header {
		display: block;
		padding: 3px 0;
		background: #0f3307;
		text-align: center;
	}
	#mobile-header span {
		display: block;
		width: 87px;
		height: 28px;
		padding-left: 35px;
		padding-right: 3px;
		margin: 5px auto;
		color: transparent;
		background: url('../images/icon-mobile-menu.png') no-repeat left center;
		color: #fff;
		font-family: 'futura_md_btmedium';
		font-size: 1.6em;
		line-height: 28px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#mobile-header span:hover {
		background-color: #a58f4f;
	}
	header nav.main-nav {
		display: none;
	}
	
	header a#logo-link {
		max-width: 200px;
	}
	#header-widget-1 {
		top: 95px;
	}
	#header-widget-1 p {
		font-size: 1.5em;
	}
	#header-widget-2 img {
		max-width: 200px;
		height: auto;
	}
	
	#slider,
	#slider > .royalSlider,
	#slider-inner {
		height: 350px!important;
	}
	#slider.featured-image {
		height: auto!important;
	}
	#sidebar p.sidebar-header {
		font-size: 3em;
	}
	body.home #slider .wrapper-slider-text {
		width: 400px;
		margin-left: -200px;
	}
	body.home #slider .wrapper-slider-text h1 {
		font-size: 3.5em;
	}
	body.home #slider .wrapper-slider-text p {
		font-size: 1.5em;
	}
	
	main#content {
		padding-right: 1%;
		padding-left: 1%;
	}
	#sidebar {
		width: 33.3%;
	}
	#wrapper-post-index,
	article.page,
	article.post {
		width: 66.6%;
		padding-bottom: 50px;
	}
	
	article a.addthis_button {
		top: auto;
		bottom: 10px;
		right: auto;
		left: 20px;
	}
	
	article .alignright,
	article .alignleft {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	article.post-index h1 {
		font-size: 3em;
	}
	
	#comments label {
		width: auto;
		display: block;
		float: none;
	}
	#comments form p {
		margin-bottom: 0.5em;
	}
	
	div.wpcf7 ul {
		width: 100%;
	}
	
	#footer-ctas-top {
		padding-right: 20px;
		padding-left: 20px;
	}
	#footer-ctas-top-list li {
		width: 225px!important;
	}
	#footer-ctas-top-list li img {
		width: 100%;
		height: auto;
	}
	
	#footer-ctas-bottom {
		padding-right: 20px;
		padding-left: 20px;
	}
	#footer-ctas-bottom-list li {
		width: 352px!important;
	}
	
	#wrapper-footer-map {
		padding-right: 20px;
		padding-left: 20px;
	}
	#wrapper-footer-blocks #footer-block-1 {
		width: auto;
		float: none;
		padding-bottom: 0;
		border-bottom: 1px solid #dddcdc;
	}
	#wrapper-footer-blocks #footer-block-1 > div.widget-first {
		padding-right: 20px;
		padding-bottom: 20px;
		border-right: 1px solid #dddcdc;
	}
	#wrapper-footer-blocks #footer-block-1 > div.widget-last {
		padding-bottom: 20px;
		padding-left: 20px;
	}
	#wrapper-footer-blocks #footer-block-2,
	#wrapper-footer-blocks #footer-block-3 {
		width: 50%;
		border-left: none;
	}
	
	footer .credit {
		display: block;
		margin-top: 10px;
	}
	
}

@media (max-width: 767px) {
	/* modern smartphones, smaller tablets are below this res. */
	#header-top-bar li h2 {
		font-size: 0.9em;
	}
	header a#logo-link {
		margin-bottom: 30px;
	}
	#header-widget-1,
	#header-widget-2 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		max-width: 300px;
		margin: 0 auto;
	}
	#header-widget-1 {
		margin-bottom: 30px;;
	}
	#header-widget-1 p,
	#header-widget-2 p {
		margin-bottom: 0.5em;
		text-align: center;
	}
	
	#slider,
	#slider > .royalSlider,
	#slider-inner {
		height: 200px!important;
	}
	#sidebar p.sidebar-header {
		display: none;
	}
	#slider .rsUni .rsArrow {
		width: 40px;
	}
	#slider .rsUni .rsArrowIcn {
		height: 40px;
		width: 40px;
		margin: -20px 0 0;
	}
	#slider .rsUni .rsArrowIcn:before {
	    line-height: 40px;
	}
	body.home #slider .wrapper-slider-text {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		padding: 10px;
		left: auto;
	}
	body.home #slider .wrapper-slider-text h1 {
		font-size: 2.5em;
	}
	body.home #slider .wrapper-slider-text p {
		display: none;
	}
		
	main#content {
		padding-right: 5%;
		padding-left: 5%;
	}
	#sidebar,
	body.home #sidebar,
	#wrapper-post-index,
	article.page,
	article.post {
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	#sidebar {
		margin-top: 0;
	}
	article a.addthis_button {
		left: 0;
	}
	
	article h1 {
		font-size: 3.4em;
	}
	article.post h1 {
		font-size: 3em;
	}
	article h2 {
		font-size: 2.8em;
	}
	article h3,
	article h4,
	article h5,
	article h6 {
		font-size: 2.3em;
	}
	article div.thumb-wrap {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px;
	}
	article div.thumb-wrap img {
		width: 100%;
	}
	article div.text-wrap.has-thumb {
		float: none;
		width: auto;
	}
	
	#footer-ctas-top-list li,
	#footer-ctas-bottom-list li {
		width: 280px!important;
	}
	
	footer > aside .bx-prev,
	footer > aside .bx-next {
		height: 40px;
		width: 40px;
		margin: -20px 0 0;
	}
	footer > aside .bx-prev:before,
	footer > aside .bx-next:before {
	    line-height: 40px;
	}
	
	#wrapper-footer-blocks #footer-block-1 {
		padding-top: 0;
		border-bottom: none;
	}
	#wrapper-footer-blocks #footer-block-1 > div.widget-first,
	#wrapper-footer-blocks #footer-block-1 > div.widget-last {
		float: none;
		width: auto;
		padding-top: 30px;
		padding-right: 0;
		padding-left: 0;
		border-right: none;
		border-bottom: 1px solid #dddcdc;
	}
	#wrapper-footer-blocks #footer-block-2,
	#wrapper-footer-blocks #footer-block-3 {
		width: auto;
		float: none;
		min-height: 0;
		border-bottom: 1px solid #dddcdc;
	}
	#footer-copyright {
		border-top: none;
	}
	
}

a.rsLink{
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 319px) {
	/* good interim breakpoint if needed for earlier iphones
	/* iphone 320 width, 480 landscape */
	/* galaxy nexus viewport is 360 x 519 */
}

@media (max-width: 240px) {
	/* even smaller phones if needed */
}